From cb7b0ccc366dc3b258de2d704249a7b95864a5bf Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 27 Mar 2024 01:30:56 +0000 Subject: [PATCH] Automated deployment to update software database 2024-03-27 --- _data/language_counts.json | 14 +- _data/repos.json | 116 +- _data/repos_counts_languages.json | 4 +- _data/stats.json | 8 +- _repos/github/MedMaxLab/selfEEG/README.md | 103 + _repos/github/MedMaxLab/selfEEG/badge.png | Bin 0 -> 113793 bytes _repos/github/MedMaxLab/selfEEG/data.json | 366 + .../github/MedMaxLab/selfEEG/requirements.txt | 7 + .../github/PDB-REDO/cif-tools/CMakeLists.txt | 4 +- .../github/UTEL-UIUC/gtfs_segments/README.md | 96 + .../github/UTEL-UIUC/gtfs_segments/badge.png | Bin 0 -> 107118 bytes .../github/UTEL-UIUC/gtfs_segments/data.json | 326 + .../UTEL-UIUC/gtfs_segments/requirements.txt | 18 + _repos/github/ahudde/greeks/DESCRIPTION | 49 + _repos/github/ahudde/greeks/README.md | 121 + _repos/github/ahudde/greeks/badge.png | Bin 0 -> 82005 bytes _repos/github/ahudde/greeks/data.json | 426 + .../blind-contours/CVtreeMLE/DESCRIPTION | 2 - _repos/github/cnes/EleFits/CMakeLists.txt | 2 +- .../desihub/desitarget/requirements.txt | 2 +- _repos/github/erf-model/ERF/CMakeLists.txt | 2 + .../flekschas/regl-scatterplot/package.json | 4 +- .../freesurfer/freesurfer/CMakeLists.txt | 15 +- .../github/gnudatalanguage/gdl/CMakeLists.txt | 2 +- _repos/github/mfem/mfem/CMakeLists.txt | 13 + _repos/github/nabeelre/BTSbot/README.md | 149 + _repos/github/nabeelre/BTSbot/badge.png | Bin 0 -> 96006 bytes _repos/github/nabeelre/BTSbot/data.json | 542 + .../github/nabeelre/BTSbot/requirements.txt | 17 + .../parthenon/CMakeLists.txt | 4 +- _repos/github/saopicc/DDFacet/CMakeLists.txt | 28 + _repos/github/saopicc/DDFacet/README.md | 93 + _repos/github/saopicc/DDFacet/badge.png | Bin 0 -> 87114 bytes _repos/github/saopicc/DDFacet/data.json | 314 + _repos/github/saopicc/killMS/CMakeLists.txt | 70 + _repos/github/saopicc/killMS/README.md | 93 + _repos/github/saopicc/killMS/badge.png | Bin 0 -> 85302 bytes _repos/github/saopicc/killMS/data.json | 314 + _repos/github/statdivlab/rigr/DESCRIPTION | 2 +- _repos/github/suneeshjacob/ACRoD/README.md | 54 + _repos/github/suneeshjacob/ACRoD/badge.png | Bin 0 -> 61136 bytes _repos/github/suneeshjacob/ACRoD/data.json | 158 + .../suneeshjacob/ACRoD/requirements.txt | 2 + .../wwood/kingfisher-download/README.md | 104 + .../wwood/kingfisher-download/badge.png | Bin 0 -> 130452 bytes .../wwood/kingfisher-download/data.json | 382 + .../github/wwood/kingfisher-download/setup.py | 49 + docs/all-repos.md | 22407 ++++++++-------- docs/language-counts.json | 14 +- docs/meta.json | 116 +- pages/cpp.md | 882 +- pages/dependencies.md | 22407 ++++++++-------- pages/go.md | 492 +- pages/js.md | 3382 +-- pages/python.md | 11944 ++++---- pages/r.md | 4471 +-- 56 files changed, 37171 insertions(+), 33019 deletions(-) create mode 100644 _repos/github/MedMaxLab/selfEEG/README.md create mode 100644 _repos/github/MedMaxLab/selfEEG/badge.png create mode 100644 _repos/github/MedMaxLab/selfEEG/data.json create mode 100644 _repos/github/MedMaxLab/selfEEG/requirements.txt create mode 100644 _repos/github/UTEL-UIUC/gtfs_segments/README.md create mode 100644 _repos/github/UTEL-UIUC/gtfs_segments/badge.png create mode 100644 _repos/github/UTEL-UIUC/gtfs_segments/data.json create mode 100644 _repos/github/UTEL-UIUC/gtfs_segments/requirements.txt create mode 100644 _repos/github/ahudde/greeks/DESCRIPTION create mode 100644 _repos/github/ahudde/greeks/README.md create mode 100644 _repos/github/ahudde/greeks/badge.png create mode 100644 _repos/github/ahudde/greeks/data.json create mode 100644 _repos/github/nabeelre/BTSbot/README.md create mode 100644 _repos/github/nabeelre/BTSbot/badge.png create mode 100644 _repos/github/nabeelre/BTSbot/data.json create mode 100644 _repos/github/nabeelre/BTSbot/requirements.txt create mode 100644 _repos/github/saopicc/DDFacet/CMakeLists.txt create mode 100644 _repos/github/saopicc/DDFacet/README.md create mode 100644 _repos/github/saopicc/DDFacet/badge.png create mode 100644 _repos/github/saopicc/DDFacet/data.json create mode 100644 _repos/github/saopicc/killMS/CMakeLists.txt create mode 100644 _repos/github/saopicc/killMS/README.md create mode 100644 _repos/github/saopicc/killMS/badge.png create mode 100644 _repos/github/saopicc/killMS/data.json create mode 100644 _repos/github/suneeshjacob/ACRoD/README.md create mode 100644 _repos/github/suneeshjacob/ACRoD/badge.png create mode 100644 _repos/github/suneeshjacob/ACRoD/data.json create mode 100644 _repos/github/suneeshjacob/ACRoD/requirements.txt create mode 100644 _repos/github/wwood/kingfisher-download/README.md create mode 100644 _repos/github/wwood/kingfisher-download/badge.png create mode 100644 _repos/github/wwood/kingfisher-download/data.json create mode 100644 _repos/github/wwood/kingfisher-download/setup.py diff --git a/_data/language_counts.json b/_data/language_counts.json index 2990e026..6f4d699a 100644 --- a/_data/language_counts.json +++ b/_data/language_counts.json @@ -1,16 +1,16 @@ { "unknown": 176, - "Python": 2197, - "Jupyter Notebook": 442, + "Python": 2207, + "Jupyter Notebook": 443, "Modelica": 1, "Shell": 31, "HTML": 92, "Perl": 48, - "R": 661, + "R": 662, "C++": 562, - "Java": 102, - "C": 329, - "Rust": 32, + "Java": 103, + "C": 330, + "Rust": 33, "JavaScript": 84, "AMPL": 1, "MATLAB": 41, @@ -19,7 +19,7 @@ "Clojure": 4, "Groovy": 6, "E": 1, - "Julia": 83, + "Julia": 84, "null": 16, "Matlab": 10, "Scala": 8, diff --git a/_data/repos.json b/_data/repos.json index dfc29564..2aaaaf5a 100644 --- a/_data/repos.json +++ b/_data/repos.json @@ -19707,7 +19707,67 @@ "tracking", "yolo" ], - "github/EddyRivasLab/infernal": [] + "github/EddyRivasLab/infernal": [], + "github/JuliaAI/Imbalance.jl": [ + "class-imbalance", + "classification", + "machine-learning" + ], + "github/Junwu302/HiFun": [], + "github/etiennepayet/nti": [], + "github/alejandroaviles/fkpt": [], + "github/suneeshjacob/ACRoD": [], + "github/uw-comphys/shapelets": [], + "github/firedrakeproject/checkpoint_schedules": [], + "github/wwood/kingfisher-download": [ + "sra", + "aspera-client", + "fastq-files" + ], + "github/frank1010111/pywaterflood": [ + "python", + "petroleum-engineering", + "reservoir", + "rust" + ], + "github/CompGenomeLab/boquila": [], + "github/UTEL-UIUC/gtfs_segments": [ + "bus", + "stop", + "distribution", + "gtfs-feed", + "python", + "transit", + "transit-data" + ], + "github/nabeelre/BTSbot": [ + "astronomy", + "astrophysics", + "computer-vision", + "time-domain-astronomy", + "transient-astronomy", + "ztf" + ], + "github/MedMaxLab/selfEEG": [ + "deep-learning", + "eeg", + "self-supervised-learning" + ], + "github/Open-Minds-Lab/MRdataset": [ + "neuroimaging", + "mri", + "neuroscience", + "quality-control", + "niqc" + ], + "github/ahudde/greeks": [ + "option", + "greeks", + "asian-option", + "r-package", + "implied-volatility" + ], + "github/Jashcraf/poke": [] }, "language": { "gitlab/chiemotono/mdcontactcom": "unknown", @@ -25099,7 +25159,23 @@ "github/songweizhi/Binning_refiner": "Python", "github/seamplex/feenox": "C", "github/FabianPlum/OmniTrax": "Python", - "github/EddyRivasLab/infernal": "C" + "github/EddyRivasLab/infernal": "C", + "github/JuliaAI/Imbalance.jl": "Julia", + "github/Junwu302/HiFun": "Python", + "github/etiennepayet/nti": "Java", + "github/alejandroaviles/fkpt": "C", + "github/suneeshjacob/ACRoD": "Python", + "github/uw-comphys/shapelets": "Python", + "github/firedrakeproject/checkpoint_schedules": "Python", + "github/wwood/kingfisher-download": "Python", + "github/frank1010111/pywaterflood": "Python", + "github/CompGenomeLab/boquila": "Rust", + "github/UTEL-UIUC/gtfs_segments": "Python", + "github/nabeelre/BTSbot": "Python", + "github/MedMaxLab/selfEEG": "Python", + "github/Open-Minds-Lab/MRdataset": "Python", + "github/ahudde/greeks": "R", + "github/Jashcraf/poke": "Jupyter Notebook" }, "url": { "gitlab/chiemotono/mdcontactcom": "https://gitlab.com/chiemotono/mdcontactcom", @@ -30491,7 +30567,23 @@ "github/songweizhi/Binning_refiner": "https://github.com/songweizhi/Binning_refiner", "github/seamplex/feenox": "https://github.com/seamplex/feenox", "github/FabianPlum/OmniTrax": "https://github.com/FabianPlum/OmniTrax", - "github/EddyRivasLab/infernal": "https://github.com/EddyRivasLab/infernal" + "github/EddyRivasLab/infernal": "https://github.com/EddyRivasLab/infernal", + "github/JuliaAI/Imbalance.jl": "https://github.com/JuliaAI/Imbalance.jl", + "github/Junwu302/HiFun": "https://github.com/Junwu302/HiFun", + "github/etiennepayet/nti": "https://github.com/etiennepayet/nti", + "github/alejandroaviles/fkpt": "https://github.com/alejandroaviles/fkpt", + "github/suneeshjacob/ACRoD": "https://github.com/suneeshjacob/ACRoD", + "github/uw-comphys/shapelets": "https://github.com/uw-comphys/shapelets", + "github/firedrakeproject/checkpoint_schedules": "https://github.com/firedrakeproject/checkpoint_schedules", + "github/wwood/kingfisher-download": "https://github.com/wwood/kingfisher-download", + "github/frank1010111/pywaterflood": "https://github.com/frank1010111/pywaterflood", + "github/CompGenomeLab/boquila": "https://github.com/CompGenomeLab/boquila", + "github/UTEL-UIUC/gtfs_segments": "https://github.com/UTEL-UIUC/gtfs_segments", + "github/nabeelre/BTSbot": "https://github.com/nabeelre/BTSbot", + "github/MedMaxLab/selfEEG": "https://github.com/MedMaxLab/selfEEG", + "github/Open-Minds-Lab/MRdataset": "https://github.com/Open-Minds-Lab/MRdataset", + "github/ahudde/greeks": "https://github.com/ahudde/greeks", + "github/Jashcraf/poke": "https://github.com/Jashcraf/poke" }, "description": { "gitlab/chiemotono/mdcontactcom": "", @@ -35883,6 +35975,22 @@ "github/songweizhi/Binning_refiner": "Improving genome bins through the combination of different binning programs ", "github/seamplex/feenox": "Cloud-first free no-fee no-X uniX-like finite-element(ish) computational engineering tool", "github/FabianPlum/OmniTrax": "Deep learning-driven multi animal tracking and pose estimation add-on for Blender", - "github/EddyRivasLab/infernal": "RNA secondary structure/sequence profiles for homology search and alignment" + "github/EddyRivasLab/infernal": "RNA secondary structure/sequence profiles for homology search and alignment", + "github/JuliaAI/Imbalance.jl": "A Julia toolbox with resampling methods to correct for class imbalance.", + "github/Junwu302/HiFun": "Homology Independent Protein Function prediction on Protein-Language Self-Attention Model", + "github/etiennepayet/nti": null, + "github/alejandroaviles/fkpt": "Perturbation theory with \"fk\"-Kernels", + "github/suneeshjacob/ACRoD": "Automatic Computation for Robot Design", + "github/uw-comphys/shapelets": "shapelets is a python package that implements several shapelet functions and some of their significant applications in science and astronomy.", + "github/firedrakeproject/checkpoint_schedules": "Schedules for incremental checkpointing of adjoint simulations.", + "github/wwood/kingfisher-download": "Easier download/extract of FASTA/Q read data and metadata from the ENA, NCBI, AWS or GCP.", + "github/frank1010111/pywaterflood": "Capacitance resistance models for waterflood connectivity", + "github/CompGenomeLab/boquila": "NGS read simulator to eliminate read nucleotide bias in sequence analysis.", + "github/UTEL-UIUC/gtfs_segments": "GTFS Segments: A fast and efficient library to generate bus stop spacings", + "github/nabeelre/BTSbot": "Automated identification of supernovae with multi-modal deep learning", + "github/MedMaxLab/selfEEG": "selfEEG: a Python library for Self-Supervised Learning on Electroencephalography (EEG) data", + "github/Open-Minds-Lab/MRdataset": "MRdataset : unified interface to various neuroimaging dataset formats", + "github/ahudde/greeks": "Sensitivities of Prices of Financial Options and Implied Volatilites", + "github/Jashcraf/poke": "Poke (pronounced poh-keh) is a Polarization Ray Tracing and Gaussian Beamlet module for Python" } } \ No newline at end of file diff --git a/_data/repos_counts_languages.json b/_data/repos_counts_languages.json index 86279e8b..4a772482 100644 --- a/_data/repos_counts_languages.json +++ b/_data/repos_counts_languages.json @@ -1,6 +1,6 @@ { - "Python": 5964, - "R": 2235, + "Python": 5980, + "R": 2236, "Cpp": 441, "Js": 1691, "Go": 246 diff --git a/_data/stats.json b/_data/stats.json index e1c61bd4..488c9765 100644 --- a/_data/stats.json +++ b/_data/stats.json @@ -1,9 +1,9 @@ { - "python_deps": 4928, + "python_deps": 4943, "cpp_deps": 441, - "r_deps": 2235, + "r_deps": 2236, "js_deps": 1691, "go_deps": 246, - "total_repos": 5390, - "total_parsed": 2758 + "total_repos": 5406, + "total_parsed": 2766 } \ No newline at end of file diff --git a/_repos/github/MedMaxLab/selfEEG/README.md b/_repos/github/MedMaxLab/selfEEG/README.md new file mode 100644 index 00000000..161cfe25 --- /dev/null +++ b/_repos/github/MedMaxLab/selfEEG/README.md @@ -0,0 +1,103 @@ +--- +title: github/MedMaxLab/selfEEG +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|pypi|[torch](https://pytorch.org/)|0.176| +|pypi|[pip](https://pip.pypa.io/)|0.141| +|pypi|[numpy](https://www.numpy.org)|0.068| +|pypi|[scipy](https://pypi.org/project/scipy)|0.044| +|pypi|[pillow](https://pypi.org/project/pillow)|0.035| +|pypi|[pytz](http://pythonhosted.org/pytz)|0.025| +|pypi|[python-dateutil](https://github.com/dateutil/dateutil)|0.025| +|pypi|[requests](https://pypi.org/project/requests)|0.019| +|pypi|[colorama](https://pypi.org/project/colorama)|0.019| +|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.018| +|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.018| +|pypi|[wheel](https://pypi.org/project/wheel)|0.018| +|pypi|[twine](https://pypi.org/project/twine)|0.018| +|pypi|[py-make](https://pypi.org/project/py-make)|0.018| +|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.018| +|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.014| +|pypi|[filelock](https://pypi.org/project/filelock)|0.011| +|requirements.txt|github/MedMaxLab/selfEEG|0.01| +|pypi|[pandas](https://pandas.pydata.org)|0.009| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.008| +|pypi|[black](https://github.com/psf/black)|0.008| +|pypi|[optree](https://pypi.org/project/optree)|0.007| +|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.007| +|pypi|[triton](https://pypi.org/project/triton)|0.007| +|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|0.007| +|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|0.007| +|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|0.007| +|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|0.007| +|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|0.007| +|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|0.007| +|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|0.007| +|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|0.007| +|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|0.007| +|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|0.007| +|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|0.007| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.007| +|pypi|[jinja2](https://pypi.org/project/jinja2)|0.007| +|pypi|[networkx](https://pypi.org/project/networkx)|0.007| +|pypi|[sympy](https://pypi.org/project/sympy)|0.007| +|pypi|[flake8](https://pypi.org/project/flake8)|0.007| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.007| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.007| +|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.007| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.007| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.007| +|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.007| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007| +|pypi|[seaborn](https://pypi.org/project/seaborn)|0.007| +|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.007| +|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.007| +|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.007| +|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.007| +|pypi|[joblib](https://pypi.org/project/joblib)|0.007| +|pypi|[psutil](https://pypi.org/project/psutil)|0.005| +|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.004| +|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.004| +|pypi|[execnet](https://pypi.org/project/execnet)|0.004| +|pypi|[attrs](https://pypi.org/project/attrs)|0.003| +|pypi|[tomli](https://pypi.org/project/tomli)|0.003| +|pypi|[hypothesis](https://hypothesis.works)|0.002| +|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.002| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002| +|pypi|[pygments](https://pypi.org/project/pygments)|0.002| +|pypi|[mock](https://pypi.org/project/mock)|0.002| +|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.002| +|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|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|[scikit-learn](http://scikit-learn.org)|0.001| +|pypi|[torchaudio](https://github.com/pytorch/audio)|0.001| +|pypi|[torchvision](https://github.com/pytorch/vision)|0.001| +|pypi|[tqdm](https://tqdm.github.io)|0.001| +|pypi|[tzdata](https://pypi.org/project/tzdata)|0.001| +|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.001| +|pypi|[importlib-metadata](https://pypi.org/project/importlib-metadata)|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|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.001| +|pypi|[lxml](https://pypi.org/project/lxml)|0.001| +|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.001| +|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|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/MedMaxLab/selfEEG/badge.png b/_repos/github/MedMaxLab/selfEEG/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1ea6b024f707aaaf52f7ecf6746adf5bde759e GIT binary patch literal 113793 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 literal 0 HcmV?d00001 diff --git a/_repos/github/MedMaxLab/selfEEG/data.json b/_repos/github/MedMaxLab/selfEEG/data.json new file mode 100644 index 00000000..11511b38 --- /dev/null +++ b/_repos/github/MedMaxLab/selfEEG/data.json @@ -0,0 +1,366 @@ +{ + "requirements.txt": { + "github/MedMaxLab/selfEEG": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "pip": { + "credit": 0.14142857142857143, + "url": "https://pip.pypa.io/" + }, + "pandas": { + "credit": 0.009365096938775524, + "url": "https://pandas.pydata.org" + }, + "scikit-learn": { + "credit": 0.001414285714285729, + "url": "http://scikit-learn.org" + }, + "torch": { + "credit": 0.17643214285714287, + "url": "https://pytorch.org/" + }, + "torchaudio": { + "credit": 0.001414285714285729, + "url": "https://github.com/pytorch/audio" + }, + "torchvision": { + "credit": 0.001414285714285729, + "url": "https://github.com/pytorch/vision" + }, + "tqdm": { + "credit": 0.001414285714285729, + "url": "https://tqdm.github.io" + }, + "pytest-xdist": { + "credit": 0.0002333571428571428, + "url": "https://github.com/pytest-dev/pytest-xdist" + }, + "pytest": { + "credit": 0.014234785714285712, + "url": "https://docs.pytest.org/en/latest/" + }, + "hypothesis": { + "credit": 0.0018835255102040813, + "url": "https://hypothesis.works" + }, + "numpy": { + "credit": 0.06849032142857142, + "url": "https://www.numpy.org" + }, + "pytz": { + "credit": 0.02461917857142857, + "url": "http://pythonhosted.org/pytz" + }, + "python-dateutil": { + "credit": 0.02461917857142857, + "url": "https://github.com/dateutil/dateutil" + }, + "pyamg": { + "credit": 6.667346938775409e-05, + "url": "https://github.com/pyamg/pyamg" + }, + "mypy": { + "credit": 6.667346938775409e-05, + "url": "http://www.mypy-lang.org/" + }, + "black": { + "credit": 0.007950811224489795, + "url": "https://github.com/psf/black" + }, + "flake8": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/flake8" + }, + "pytest-cov": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/pytest-cov" + }, + "sphinxext-opengraph": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/sphinxext-opengraph" + }, + "sphinx-prompt": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/sphinx-prompt" + }, + "Pillow": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/Pillow" + }, + "numpydoc": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/numpydoc" + }, + "sphinx-gallery": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/sphinx-gallery" + }, + "sphinx": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/sphinx" + }, + "seaborn": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/seaborn" + }, + "scikit-image": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/scikit-image" + }, + "memory-profiler": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/memory-profiler" + }, + "matplotlib": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/matplotlib" + }, + "threadpoolctl": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/threadpoolctl" + }, + "joblib": { + "credit": 0.00666734693877551, + "url": "https://pypi.org/project/joblib" + }, + "scipy": { + "credit": 0.04387114285714285, + "url": "https://pypi.org/project/scipy" + }, + "optree": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/optree" + }, + "opt-einsum": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/opt-einsum" + }, + "triton": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/triton" + }, + "nvidia-nvtx-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-nvtx-cu12" + }, + "nvidia-nccl-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-nccl-cu12" + }, + "nvidia-cusparse-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-cusparse-cu12" + }, + "nvidia-cusolver-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-cusolver-cu12" + }, + "nvidia-curand-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-curand-cu12" + }, + "nvidia-cufft-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-cufft-cu12" + }, + "nvidia-cublas-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-cublas-cu12" + }, + "nvidia-cudnn-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-cudnn-cu12" + }, + "nvidia-cuda-cupti-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-cuda-cupti-cu12" + }, + "nvidia-cuda-runtime-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-cuda-runtime-cu12" + }, + "nvidia-cuda-nvrtc-cu12": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/nvidia-cuda-nvrtc-cu12" + }, + "fsspec": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/fsspec" + }, + "jinja2": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/jinja2" + }, + "networkx": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/networkx" + }, + "sympy": { + "credit": 0.0070007142857142855, + "url": "https://pypi.org/project/sympy" + }, + "typing-extensions": { + "credit": 0.008100826530612245, + "url": "https://pypi.org/project/typing-extensions" + }, + "filelock": { + "credit": 0.010851107142857142, + "url": "https://pypi.org/project/filelock" + }, + "pillow": { + "credit": 0.035003571428571426, + "url": "https://pypi.org/project/pillow" + }, + "requests": { + "credit": 0.01915195408163265, + "url": "https://pypi.org/project/requests" + }, + "slack-sdk": { + "credit": 0.017501785714285713, + "url": "https://pypi.org/project/slack-sdk" + }, + "ipywidgets": { + "credit": 0.017501785714285713, + "url": "https://pypi.org/project/ipywidgets" + }, + "wheel": { + "credit": 0.017501785714285713, + "url": "https://pypi.org/project/wheel" + }, + "twine": { + "credit": 0.017501785714285713, + "url": "https://pypi.org/project/twine" + }, + "py-make": { + "credit": 0.017501785714285713, + "url": "https://pypi.org/project/py-make" + }, + "importlib-resources": { + "credit": 0.017501785714285713, + "url": "https://pypi.org/project/importlib-resources" + }, + "colorama": { + "credit": 0.01915195408163265, + "url": "https://pypi.org/project/colorama" + }, + "setproctitle": { + "credit": 0.0038503928571428565, + "url": "https://pypi.org/project/setproctitle" + }, + "psutil": { + "credit": 0.004950505102040816, + "url": "https://pypi.org/project/psutil" + }, + "pytest-forked": { + "credit": 0.0038503928571428565, + "url": "https://pypi.org/project/pytest-forked" + }, + "execnet": { + "credit": 0.0038503928571428565, + "url": "https://pypi.org/project/execnet" + }, + "xmlschema": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/xmlschema" + }, + "setuptools": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/setuptools" + }, + "pygments": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/pygments" + }, + "mock": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/mock" + }, + "attrs": { + "credit": 0.0029336326530612243, + "url": "https://pypi.org/project/attrs" + }, + "argcomplete": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/argcomplete" + }, + "tomli": { + "credit": 0.002750280612244898, + "url": "https://pypi.org/project/tomli" + }, + "exceptiongroup": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/exceptiongroup" + }, + "pluggy": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/pluggy" + }, + "packaging": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/packaging" + }, + "iniconfig": { + "credit": 0.0016501683673469385, + "url": "https://pypi.org/project/iniconfig" + }, + "tzdata": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/tzdata" + }, + "backports.zoneinfo": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/backports.zoneinfo" + }, + "importlib-metadata": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/importlib-metadata" + }, + "rich": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/rich" + }, + "redis": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/redis" + }, + "libcst": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/libcst" + }, + "lark-parser": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/lark-parser" + }, + "dpcontracts": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/dpcontracts" + }, + "django": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/django" + }, + "click": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/click" + }, + "sortedcontainers": { + "credit": 0.0012834642857142856, + "url": "https://pypi.org/project/sortedcontainers" + }, + "lxml": { + "credit": 0.0011001122448979592, + "url": "https://pypi.org/project/lxml" + }, + "typed-ast": { + "credit": 0.0011001122448979592, + "url": "https://pypi.org/project/typed-ast" + }, + "mypy-extensions": { + "credit": 0.0011001122448979592, + "url": "https://pypi.org/project/mypy-extensions" + } + } +} \ No newline at end of file diff --git a/_repos/github/MedMaxLab/selfEEG/requirements.txt b/_repos/github/MedMaxLab/selfEEG/requirements.txt new file mode 100644 index 00000000..70a2ee5a --- /dev/null +++ b/_repos/github/MedMaxLab/selfEEG/requirements.txt @@ -0,0 +1,7 @@ +pip>=23.3 +pandas>=2.0.0 +scikit-learn>=1.2.2 +torch>=2.0.1 +torchaudio>=2.0.2 +torchvision>=0.15.2 +tqdm>=4.65.0 diff --git a/_repos/github/PDB-REDO/cif-tools/CMakeLists.txt b/_repos/github/PDB-REDO/cif-tools/CMakeLists.txt index 0060ebdc..a6693344 100644 --- a/_repos/github/PDB-REDO/cif-tools/CMakeLists.txt +++ b/_repos/github/PDB-REDO/cif-tools/CMakeLists.txt @@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.15) # set the project name -project(cif-tools VERSION 1.0.11 LANGUAGES CXX) +project(cif-tools VERSION 1.0.12 LANGUAGES CXX) list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") @@ -97,7 +97,7 @@ endif() if(NOT PDB_REDO_META) find_package(libmcfp REQUIRED) - find_package(cifpp 5.1 CONFIG REQUIRED) + find_package(cifpp 7 REQUIRED) endif() list(APPEND programs diff --git a/_repos/github/UTEL-UIUC/gtfs_segments/README.md b/_repos/github/UTEL-UIUC/gtfs_segments/README.md new file mode 100644 index 00000000..3546805c --- /dev/null +++ b/_repos/github/UTEL-UIUC/gtfs_segments/README.md @@ -0,0 +1,96 @@ +--- +title: github/UTEL-UIUC/gtfs_segments +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|pypi|[numpy](https://www.numpy.org)|0.138| +|pypi|[isoweek](http://github.com/gisle/isoweek)|0.11| +|pypi|[requests](https://requests.readthedocs.io)|0.066| +|pypi|[matplotlib](https://matplotlib.org)|0.065| +|pypi|[cython](https://cython.org/)|0.055| +|pypi|[utm](https://github.com/Turbo87/utm)|0.055| +|pypi|[faust-cchardet](https://github.com/faust-streaming/cChardet)|0.055| +|pypi|[charset_normalizer](https://github.com/Ousret/charset_normalizer)|0.055| +|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|0.054| +|pypi|[pytest](https://docs.pytest.org/en/latest/)|0.033| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.023| +|pypi|[packaging](https://pypi.org/project/packaging)|0.018| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.016| +|pypi|[shapely](https://github.com/shapely/shapely)|0.014| +|pypi|[pandas](https://pandas.pydata.org)|0.011| +|pypi|[pyproj](https://pypi.org/project/pyproj)|0.011| +|pypi|[fiona](https://pypi.org/project/fiona)|0.011| +|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.011| +|requirements.txt|github/UTEL-UIUC/gtfs_segments|0.01| +|pypi|[pytz](https://pypi.org/project/pytz)|0.009| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.009| +|pypi|[rasterio](https://github.com/rasterio/rasterio)|0.007| +|pypi|[xyzservices](https://github.com/geopandas/xyzservices)|0.007| +|pypi|[joblib](https://joblib.readthedocs.io)|0.007| +|pypi|[pillow](https://pypi.org/project/pillow)|0.007| +|pypi|[mercantile](https://pypi.org/project/mercantile)|0.007| +|pypi|[geopy](https://pypi.org/project/geopy)|0.007| +|pypi|[setuptools](https://github.com/pypa/setuptools)|0.006| +|pypi|[mock](https://pypi.org/project/mock)|0.006| +|pypi|[tomli](https://pypi.org/project/tomli)|0.006| +|pypi|[attrs](https://pypi.org/project/attrs)|0.005| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.005| +|pypi|[boto3](https://pypi.org/project/boto3)|0.005| +|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.004| +|pypi|[pygments](https://pypi.org/project/pygments)|0.004| +|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.004| +|pypi|[colorama](https://pypi.org/project/colorama)|0.004| +|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|0.004| +|pypi|[pluggy](https://pypi.org/project/pluggy)|0.004| +|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.004| +|pypi|[ipython](https://pypi.org/project/ipython)|0.003| +|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.003| +|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|0.003| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.003| +|pypi|[ghp-import](https://pypi.org/project/ghp-import)|0.003| +|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.002| +|pypi|[pytest-black](https://pypi.org/project/pytest-black)|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|[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|[pyparsing](https://pypi.org/project/pyparsing)|0.002| +|pypi|[click-plugins](https://pypi.org/project/click-plugins)|0.002| +|pypi|[cligj](https://pypi.org/project/cligj)|0.002| +|pypi|[click](https://pypi.org/project/click)|0.002| +|pypi|[certifi](https://pypi.org/project/certifi)|0.002| +|pypi|[affine](https://pypi.org/project/affine)|0.002| +|pypi|[contextily](https://github.com/darribas/contextily)|0.001| +|pypi|[geopandas](https://geopandas.org)|0.001| +|pypi|[scipy](https://www.scipy.org)|0.001| +|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|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/UTEL-UIUC/gtfs_segments/badge.png b/_repos/github/UTEL-UIUC/gtfs_segments/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..6da51fd40d3346c203b8c4295a3df2cbde10c9f8 GIT binary patch literal 107118 zcmeFZRa70%*7h4bctUU|Sa1*S9w4|a+}+*XJp>8vZb1Vq+#yJSg}b{3x6|zR-QWIS zeD`OZads{kq0-%}R#o+^`8@MiiBR||iHd}e^ybYQRB0(Or8jS&!EfHckiLZnTDmNL zj=yx^Mse8*t%!kbeNDh&q#e?Ekq&!9O5n_McA*#@1hpnShKW z=KrTve{GxN-ya3EzRQKfbtiYey4du%3GZ_KJNeN;lEme z?!f%FJHSZ(|7>*L?LeC`Y7Y#@csZP0$br3H-m@5qiT2kIDKrg_f6}B-PbC?547;Oq z5xTk%XU>r!=kqzoFFg3$yXRY}kT3Fwng67be_+Dz$omMyK|GX5(HV~z<*+p^{@AcS z%gi4;lbK{UhtphJ)H4TVQ-9K3b?m$9g4@A3mvi7XRQ;5|Cd1R(h#r+B=Td8SOhF-y z%Q>f`W+U*nG?BWynw;0~oUD(_tB4&}@Rv@>1CQ4^e3~m!R8P8@{=TWWHso*)2z?TDNr1S7(J;cT<_M_fd zc08@eN0;CD3<&vJhYOz+KMmj{k%8e>a&{?KF8Zy07RjOjf(=W z1HUpLua~DnH0GdN|f9IN zSGn>sHK-|8uX*f>#ag|FEfc9slqViev9M?5z~jky3Io3SJ(e-B&6X4+*X6*YK3%W# zV_VqQO-TApI2L)DCCxFUofxAxs<08UGGumjHJtL$)nGF=C|<2pDnT1!^lV#cMP{_H zwX->#^0$Ed(Ei|2m5Yn(Q+n3%LE0>0C4KRj4)QfP(AA=*kgtcDp)bVmS-j&bDvQap zT|Bn31;h85-V+;31S^-v-&pl0{45iv$+E|B-rQ^()keE2bn`J<=+mc^IrY{GLysDF z^HH3iG>Z}XQLUp!{Rq3}WjJfBw%sYdyxXlaYJ1s>Wtmc2>->2c??j_UO0d9QhJyHQ zl0R4WC*KZF0wZd=8&Rk>Nl~Fjz)>n&6+%G>r%oBg!THVazK-&i1fHa1s`)T_f<}_w z8flptyC=-6lBN2=(Twj##~HZ?l7<=NG9cpz8r0;f#gJX5RZ@$M+u<_jKTA8uvSg~z zDb8$v?my|d-jXBeDmT5mdoYLO7}m^gHu#;AD?W0Czh54Gd>EEP$ocX^#C*0O^8QEt z%2%x#VV5VV4Cbl>q>r;dy|Ha{S@B0(o}l-WO+cRYl|iMKvj{v{&Sd)&6+AoDOQ8&{ zab+jU2|7CQSH;uuR}3%xq7Tz4hurl~xG@qH&rkB!3m&*P!~!AZ<;aoSex>8RvinN<_BT{}0?tJ(^WTb@m~`93BS6dNBb}eQTz8OSGr+J+c6N|A z%=MCNSDcpvderAb%OBtz&ALkjDt{+8eizQ7ANmlEiY%eO&>i#3`S^46vjpbvM9pKp z1996}h7^~}P%`C~@45KFJAAl@9Ce?VZph!uy@+haMcRRyGeoD>Vq(ec4AkgCktAQ_3K$NvUYV#iSd;O2 zTz~PQ8N$)cq@@%%?4gTm9@qUeHHM&_!xR^T?Ae9clCRY!|wA3 zSrQ0VVdM@Hrn}KVbd@caDZ?F+*X&o3zvi~#2iTf$x`Kj&1+vKsaHf)ylCnRV&~_PL z%5A3&2ck{Y*RHOv#1~YgRjtbNgMtnQyzjd?taVu>uCS8DyTQ|Kd`fQ4&bJ2voQi>S zsl4s#HM5O`diSRw-5$^V9$v3~)8C*LJim&p906);&8^TP*{78(3VuyT)jD_fVZ>c_!6+|8iBa(8?61gfz|=IES?qDBR26W^ zB`MYDlUy5lJcp5`l-q~qE?%$m7D)Q@+A!F1YDMA3=zx~Wq)NLe=N?SJ?ZQon0$-uW zEW!a>@$8e`LSw!73#sfoLxC-OpKSLpK9|HB{1xy+&a>J!o11xDQJMTzJGo!}Vm#h~ zok&Xtq)JP)*!q@!WGtFTTbR%ExFNX&*d}rK<7F9pB<@o{> zlY=Xf21oJf4`lnMA5n1(3@k=Cx?Fszz)P_p$WEvBmG8L zcZ`L<<>_G(m3^NTThx2%#;|m4-j14CtMy;P7-vW4S$Vr{7@^_3? z65@4X!^rGuj&AGwRE|cka2@^oG)U2xqXOu%jGjd80S7N-fd;X(T$yT)Uj!(M$$iYZzn6Lla(CYs9E5 zj)<=R$G8s2#WC3?Xvbwl%Vs;tQKmd*zmMk5&VthG@`SvR9?#}v;p0QuL`n9+Ca<5N z-DQg1I#_esPfM#nwZR_p)m$ULzD#|J)&23~;D}=voUTVjhw(9^Y+CC{9V4pUO8Y=o zLn2w_V{IyEh>`+(G#gUYNyoHLG{-(lI7!0qQ>x3FNWg_iUHccGMT;LPo9E-2cysk~ zH^HQg6-MY5O%T23;Up=it|N@A#mmNci;QNgD}~gk_60B6lYov5o52h|r1GFTrlTyK zK(n`8De+kLlvX^B|2dVUEO1xeT~`TEQ5 zE5mzjVrz4YF2-4tXH$z`nhktkhhlmha@;?#k(%|75ar1+EPbTS8Fn${LC`ci%*sC~ zn*aO590`0e&tBwbb=iKQYF%yn@iQZ##q$ra@&3j}#l4u9$HSZoyz*L7D6o3Iq~1V^ zZYW%o$+E9%w`f+euga3y-7MaYlKx89w{jWFR_;uD1H)7u!~8xz=i2G`#Pw?PyFVpU zTE=SYTQoGNCm)>Z<%l6Czn<(vDg@7ZpQ|1Is{mW1a*S?EwNLn;6z=ct$j#no$yOQ zOkr3o%n?*R{a6LofIQ`n+}ouz+GX~FKD&hy#E)|UvTd1U`z8? zCWu$1EZ$@b*&fj2G`DYs{>}nE4zHlq-+48`N@qnTK3Ul-W#ZcC{vqkTdRY=3q4|v= zs8z`Ui*S3DAv^y%j{v{{WK_+>!aGZZo6XTW@B;}ru*y| zQIW3pX9mY9>dM2#6oe&qSX6K>-kjC&70tVh*9nbcet&j#DcX*7teB@TCRF*3>{uIm zX6%XD-ujUK(sJ@t=Duzy#d1Piq&T<=A1jJXa$oHLMoZuq1J1shVx1w&Xn;EOmr*s* zvyCe)l!FB^{xl~Sm;NyyYL$0QlxJ!84PUYq_jxUwrTj!Je7?t1FnpT4x15hOZmy~{ zL1Z{v0A;Nmhz{pN+a+l4oKSQ@N=??1tjN4d*A69HatFzuoxHGtspGr1R;jCp$cVQ{ zN~vSABuds4ZD$j>DHb2w1G6__Fhuc2)qN7+qI;~CxWaFlr z7zxTHU=eK+#-l`3c?~qicghI->E&9Y6`_1b{TO13e4O!b%MYmZ<=2vI3ahL63cq!* z>~qrjxNRfGI{&CKL$nYq>d@PdG`y`g=&ZNnmTZCTNK{4Z8Yo$k&vE7bdJPYe@v^Q!x?~odn6r z*T0;WNo4#3ZU)Lut34Yh%`Uf^t>&5ywQHD&rI9Q6bibqPd3a-McYgED`mkG}Y9}&q zf0~eQlDpX(U8U33aw9)Np=@QV=`rZro*T+4!#RmZlBm4yxYzwVt&;tb(nR)t2|O+J0LXc$*3E43MS!hEc|B3d^z&ri5CzgY|^o+t%rhOuuLxCws zs>2xXd9YrdJ2}H>By00enJ^_s=uZX{7C6wzW$jVV>twN>ebGBev0D)Zu`qND4s#v_ z{Vh!_tuZ?u;oR%9MDmzCop-E%i&%*9RTLRq>^i2JFE@y>#03`Ca=#(u%eR%F*D5VQ z&v%|r=rqG~-%dDxzEW1vlhoXT%bj%b%2kd!C`%6w4hD0xmem-7woKZTT)aNYH=<}T z)7Y!6@p0e2q>|426#!yA z74(cnin%Wv;uwC(7%v)Mp13B@77ZzPVQHEKov5^I4x(mwV-HW|?63vj$IRB23=cf<5QW=kJ#f;4l%f zwtdH<0RN$MX0sJNOXGNwl&M(i9T3!_?=Rv9@`Od3!MO|uVxjL66+Z$wbZ79qRXn{S z-(%yk|3QjYtv%zT$DV9BTjkIeLDcM#*b8Hf0=?g7KEEq9)HW)gjYfJRn0+&v0ov71 z`b#Q5P((qNJM@bet7lS1(;f>-$tl&VzOK5eX+uYvFWDBO$rr&unC*Jr7RR!Pu>utn z8neS7-m)U~)>=TB)Nz~*H++Nw-8+m#ea4%lQqN}}W$mVAaFcPujWH3McTC_}5N9uf$@jSGYTFnBIO`**jc0n?9Sqa# z7AT^%zE11Y7V||gx6R=!6^FF#zGFWd7C2rGTT+mst9)b_K`rD9b#rE4yJ%?DXmaVW z+}CC3v*{V6UDEAnw^C?YD1T59$Af&4q{1}Bz{0wgT*Mxte=B* z!$0tb-V>nWyPL2gx;@?>SOR9Fng~RPm4ea}%8`6`EO1sgWr1i_=fy{VG zLG#P(aYQ!quF6%jcMmbx{SKSv8>Lt_+La2)SDLu*cejo6UDwhn5iDxfbCpy|?oT^G z2eb;G?69$VE97FVW!6w_EDf5W;tk4Wb!P;4WT#BS{{Ar>=Z3{`H(9+t5}ipY=BN97 z)Rz@h3`wnr4}$qd6mVy!0&KJ<){16ju(HQJyyb$o`qiJ>Atny4V;eN=_9Z%RU>P&eH zn1~U?O@(jZ+9Ui?_L$=MOj-;r8ot@Wi(i-u&(1VJH{AOscAt^9V8^%5U8-64jq=7# z->zN+=Ex2jcuI57fBm|m9zR4UqDA|d@lyA*Omwk-;k0n^TQo_#!GQ2!l=}sA`rqT@ zm7=dTPhAbfVT+1F)qub4S;?K8{;zsfccH&?SAsxyF2hA$nF(j+#LVs~jS$o^aM8l? zFUtRv!~D@;aot@Mr0GBYqsueS^+M98|C#ZHZA8d}B$JZN0hy~% zuUhQ_3JC0nL$Y64QPQLJ@FopMJXtNoJN{h$R`#`I{EkX6d|S$Dtx}rTJS}St*cB!H z4$NXYiFSUcv@r{(!vZTnnX-)}qO32MJ> zP^$wrh1}eN(>z%!vJauZ@n%I2Z8_|4vS6wiT+GHJMhZw$s+U85!%}hTdZK_E)0~O9 z5 zfNTMajS3Ej>rRIov2c-q&-Dh!M@iSdTjAs19~4s2!1h;YzqP@Lh?@h746>FIzlLO{ zw~$yJ#E-x9{Q*2PSRHvPT_E_1JbK+EEU1PRsX}^D$$%ZR({~{+=Is1jJR*>LxBwm4KaCD1ScZX&GuI4k zH4*!FbeyXE!_6bX6qDUvw_D;Ii8(<*FbC>P5zuoiLiaO~kAzeCbj!WKHi}~uUEnMy!fk=N?^Rs04 ziM~accx(@a$?}mV>J8Taw!v2uX|tq+7?WJo&aR!vO&`=HKUM*O*TKoA`NTvd0Y?axo-@Qq*_RlG5_6*4^u&%oBI6A;H5DbLyVFm{Ibg_xul7x061B z_d2r^kfO|1);B^BeVeufA5b1(zi_pf6t!F%m(Kknp+Y^*p)yXmPx$esF2%C1(`r0q z)P+Vr>^z~Z}WN=-IP5*@jj0*E1k2_DT$(JBCRN7LeUf^e*>-I)`^2Z<8 zZsTbY+5DfAt|%skHYe5-le@eAK#6*>_bs}SD7KC&$P%w0&a)LNKCo3%Z#sRkCz>g5 zPU~)TU0mm?x4=K)_r$hNfk#ZgT8L4oi|mUdK$dHb6_2?PpFWa9<&EtPCL@|={>qAK z2Po|tppwJ!HzE3gW^veBm*0lzIqcsoK-jpFsDN}--tTs5HdQ&I6>f!;Q03jK(*4jN ztM#OxZpu_LC8o{ymuH%PiMbIH!(7E`Db8V%gahq=c(&CT0o93U9AqEKaq&R+pO9#m zNynZ2?GW+AhpyGVxE7nR@_0Ii3=DU=BwBwc9sF`qCWEu-vF072k1j-$?Itrc7NuH% z-bqVq)O~nATwpfrk=s zmpb`zf#g)sTWR(nja&5R&DsxrnCjmcrsWaS9!abr3O`kRRbPtyn(Av&z_qJ-@b!v* zVJTHBYP0#jr_Gz|4>*LEQGSFnCLTY;rj=9i|1@d)^8_k)$maxHGF_cvwPsmi7u4a8 zm18L2Yu!KE+0c#1%x4R>eH=9UDgF(ebOx^ddsUWt$Z9s~4B4nw$r4Z3^dv4N8nNiBmaqQx2x+Mt=P$SGCd@Foi(F!6LR!=HU)O#4FYF)Z7{}&b)bLEg>!iuQz{zk8t7|nY8_GWPeYw^G=J%}5SglRXX%h|YG@Ka*``I-f2Ld;1 zF~=fM7(;6sOqgC3wPyee!`MktUBkatB1?y4jgbtjlzBK0*gXHy77=Cha9hPyinjO+gHKV$XaMi0|^|)Y$ z*~IqRNwc%7#hU|`hlcc<8rKu%D@uYT8LJEPTR`>TLYho+j8?&y3L%4nvvO*J=fSv8ij0afUbS0fu zn(%&pN3(e3VdYN zO4S-`JXR-Lp3W1)Jaa8N=iqLQu3%kOYSBF`= z5MQCr%Zmi=dSK7;7NtSuV4##$#z-^CYS%2~L7+lcSf!&`;R09NxB{>i)5t;T*fFf9 zpUn^1V3<0DKb^S%Tu(<8)6Fvs^4te^Enp~sSBIoy0(*p1tHoCSH}UM$QY39$u2Elf zD4HBh)0vtr&zoa>b(XNYkB}Dq^(_H4z|B1)=JADM8-NGfQ`e;?$ajlczkR)y+D1)lMlPkhFj5jkS`M$87W2&*7`0* zD@)Al1Nc{f4Oc+iG4hciUU4}uN9z#u8Ez&1dfDmL8p7FZ5Tj(dI{5;+Kbxt%uRDM? zER(VLNv~U%&V81aQ_w2bM8-C4WTT8+zwg#K<6u7fWny*lgL|b88yVcn&na~{D-3O9 zyX5Fn2(mVyoNzr@f7*`t@_9Uimg5IMGF*&(jeU#nF4}T(j0&bA-&Y4ay+}u=|3nJo z9DgfjcIQUfG52fp9aMqt7JX$|odaWEc{y&RP*<+*5DgqbvCM24wuQ)ink z_V)p@vuh6r8>BgUz@sEusKc`a&;eJuvK;LQ?|3!pyV?}VTw$%3vIgAX=S=)O{jA^d zDaOVL{yDk_mi#JhQsh1&46`G8r9nu+7u&RCs_m(}@<)}rlZaIzH$!#mB`c21Gh=v> z1reM1BRP7CV0|>&ST3h^9yCJ1>icn5Ja*LmDGFsDcloT= z$i_Bm1Hjb}fUd5WsG6(MN@Cc1Cx84PCvjqpH&LW$awK@c=^2v|BrVG0jqSc&SjUD_ zU4BOPl-i1#nLB2+ULa6bF?rCk*I}<$2T_3B>rm*ar9<0EJtVIVsSLc@NesJJi*aK6 zhRuIkMSUK%%Xz6#4|70BCaJU@84NmvjVA(Sy77sg$^Mkf9}BF4oP%n#tt*YvnfhPU zP#DjKku{XyN0Mzcmlrt5bto$u&W5A3yMDmVhN)-SzQQ=fSu16y&DwE5${GNsZ#Ms; zcXjD`916%D40jujpVViz8q7*Dzesi5j9V-{0?G0t2=9G7NkKnof32q8X>c3GA7D@C z4RBqqmO0zS$1~2VNF5IOB5#caCtuMSj+~Hd+%MW%>+tk@6T<6yRhw4HLp=ccSuykEcpZLT7i2r@38gfp_kign*1*BuC5ek z1rU4~pU#FQ9^$fk0H0y)_&8s}40pPX20(%eW67A(q;Y>IGQa?il|nxKcgD0uKD6rW zY(acy!qR($QypF!1w3P8xc$TZ!^7fOzs(sK7vGD?G?Tq#?CCKWzdlJfd5*v!uoT2& zf}Oom2My=Bxlp7X))wz6&v;$?AcO*sU_O}hhoOa8~z`@~c|bSq_(qZ_rk=Ss*y#sPi~CSFxUCn!xQZIw58Ct>E}D z;xod*;qvThz2xx@z!@NeAC;OM*(NO3s>?Dkgg#J)!yp6+yNuL8UX6~~w)&aj570nS zTP$)ba^?82tcpw+$Ky^xb}Ow?xBV?ZO6030bX*1vjF)#Z0*b2u%WI7Zc{-eoCXuRh zu)T6R5wE%b%PcZ(uGpBC?Tj&ZgHbF*V5M<}cNTyrpP4#4N6G`BG2b>pV?@h-aGSQ^ zCG_E)Q5XF_-=g6qvpRF^7kp*Pv|Q1mDuv9C^U6uSR|NpgyczoOC}RA#Ff{1cfL z7pd}8a6J{%USIf$>E#cWv(T@UqQO3KKTbrL@Md3G&;Q6fe`teGq;Z~wGC{IK2L~H@ zp%`@PAFFjF_17ArqUe+XHZ;5j2sZB*Vf@;|LWcdY*J-60jyzX_PaWi@!;k7^nAEyO8JlfHOmRJonuS%d$*gVDg- zq~o2;uy~snZO*$omz0X-5a5k4(5T+2X&mohTJGG_Q`eu$Q_Lkk)T(%wAsTINJLhx8 zPMgAbtNEUfuPteJsN+Q#01Wo#z&vFsOc(Q>0Or;g8RNCKwx<8Q+-PEyK=0t4E^oEh z+c)R7Wfx5_hXxdSIqckSx|G2lH&EPl1w8;bwlRFgi_4o6Gx~taM0bCC3vxj_WCiKE zCA;_ntXY9f66X14Kgyw~qaT3paskdFDm7M@p~9LKk~1MQmiUDUfXu10xQOjmmaPq&7Oi>W};0^L`OOw zp7VKuY!f1QaYM$*pvhW*^nd9jqLjbYA0s}Xq8}3(^I)_LHV7x?h~&v&U;qPV{Xo4q z0U3h>CDKl3Jh7a^!?Tey5g(E2FlKis5yJY$Q3VLc$wUspiUI7DV%OJF`JkFgugr&j zP0W`cs9hY;@liC*_||9EK$dV43fPEx_DV+_*0Z(FIPw1!nxLvMXlcMrva31Al2^^N7oLq|ihZj9- z?FqpRWq$>Bp0)7qx4~4mqWOvup@8>ap%d$UW;gF@p@EV~XManE@eH!U`@1t~nFLl3 z5%y{=feBCkuyKj~yk^CpD$noAZ|*A*a9KP`Eq^9qZwe3{5@Adt4EVeqv1_ashc#pF8`={8W`6#+}V(m!WBfjce4%0 z2yyhT6cj&60npP};O$?1pB+}z+4N4M(U()8*((n~VpI8UI4NW>Rtb$okil_T?P6`N zO4O>Dw{Rupb-EuT+JaEQrz?J9iB(2FeeSr# z;;`YC!+r|p16!s6?zH4e%B8V!&siQ0F=(Eh zxVj8OAb6C|Yz?*Xii2D1PH$78BV6WDZZI7ANcOVQV}`rZ>XAchvuO5>wkPu;ZhdPj zn5tnUM{$%jVCMXWGtcrefYv(sg`0#?r!~mchkAY7Mfn|NZ8=2E5pfWpm6@B)#&jF; zMv74t0#s}zC

ROZXfE+_(8Ri$ncfyzOSauoh6>q`6iB+BQoxUA)qay5=?1z{W@ zKypv_nx)<`efDgsHgj4Y`iZ2vA6(=zoa-}H7JpaIbnE$THR+k5O4R|$lp*>-CtvMdJh z>c)qNft=18AQC+Zobb`Ywf_)$g#``=$7l(qSG6p*zrUf8F%P(DvO!RZPnr?YT;k_j z-`gv>-}?;ENYstvYJw>%nF6>U(Hk*O$M{n^lYxOo^xSg5uBm>sotv{iE5 zV0tN#(eYS~B$qt$n6#*JSYB_u0)Bdj;a`Z=Ds&>d11V^z6COx-HJR?r8bIiM{){p4 z)L!s_41sOK%Wp07q1R~8Y4De^0&~bGHtpv)t{m>5N~U2(K;jBe+7@P2D~Cx0TF4jt zN2#E{E%E!1(y9Xgg=|y}5lGF{mky z3BU)H9zg8POhBOy`ju+|ya{{DU2On^Zm>hF!HC|*|LMBSa^_nXM@k$Hy)FVI2-+$z z$ie~DcQPgD;vSz!R5 z1xMh{dCZ4tE{HK!&^LzZ9)uq>i_6!nt=2e_&d-wZcB;sdm$^jB zhNPWlOZ8;R3oR1T;Sl#))nYhbD#YU)O7to*hm!`aoYoq=EkB4cJ|1qc+f$iLZiFxZ=H5Hgg8C_ts%}+fsZ~11*t4W=}6$l=}bZykpsYK2QXvp zhL;Ij`Z1mM2!PE@Jshd6Nq+ctRZwvO+g(4%!N`eiXz1|-Y`Q35y|RlsO*L_ zJZ+K{LG)}@a{N@?)WwFE0?QCUeE`(1a>H2~2wDz>EX3MMWztWxMOKAT`JElrLRB zIx2{~9f?*w*a66V(9XvZ89SFnRL&-2_~nj<1jbkB8QZLicf&V~yl zMA#Oi1rWN>kKNKf0#@s&`x-OQ)f{FH2~~(h>8k3S^oG8Gt~0T1X3~^z(UbB?p-Yf& zv!~|toJ7z*=wEO#^EgiLZUcWB3;|N=)Yp`{PS-;XvopYGm&K*a(^`{thb@Nn%FAdY z{yMeEaM3L8A}F?pZW)GZOcTbVxy=08+R}R&AQk4Y+)c8laBO<}iNZ)X7iTI|P_&-8 z0#|Y3p6S`8R~G;>dJ`b5R42aMF914wspV$y)%b4->Ss{#F(o1-il>v|i9T9Xai}QgrbgI6k)MbRN7qaL%3yEib0E|8a;fo=04w5Qx2m4I2gwdR96pjlQks%(KZUKg|z)&WdBi4{=~qu zuM}kH$^X%23KYpkonKD_{ab|zp#yh%mQW@q{G+W7D3h4-*h>9JW91+Kck)kTjQq0= zC?~745pfp$&mq27nKuyx+(~R1Ve-#5`p(YsAF%|$7yS39?g;~TqBr!i{-eztI7$eS z9Y6(YwEzBIe}RE44+9zE{iBT?(3+M-o1y=H6!5A49k%}t+y7bP6aQUp|9wgSHz55t zw*7ZY`1d~N5B>k)oz#Xfj`iOx!2fQK|BZA1O-BB`w*Oy`bE`U?=CCMANLMc+deOfA z9s4ADoqA73!P)Yi0)&}w5U61Y388}WA9?ldnY;hY-$QvnJ*}gY6QZKov(IV7PecuK zyr#xt?m%k%R*#T3;TFE^H#6=MWljc&FsCo>cmyU zRd{wa4*yRmO)Fl*p7h1r#V0u6SYEHQy|65`x|ox_1YxmM`1)R8YAj>;CMMp`Ol`r% zh?GC*z7pgaYj1GE^uJ1Zo&OIDr~`nO2ek_t=12-_GO&U0T7D#*o0;#4?V``T&4N>4 zmzw-xb*j-NI&Uc@>+BXaXix`LAn%Q`GWsIq$E_E*B7;5{^0btZ5{~S5ytvp4)6VWm zk#J)h^1=rj+U0jx=D4CULKdAVs>FcwRwx@ty6-DElhdFvYgC20%lfALZqy~fex|*} zyAs~s@a}D#-2*){nLbZf8%1oSqHvNZ?(Wbj{CZ(SQ2E>~q?uOE1uiiW>==RMePY_h zQkJW}68jWTTr99*5gcxSJ_(iwhVo34i5?5?Q;zsrN56*hjaoH&=L7Zg?JeQ$?R0n? zQ*`{y(iymS+*qh(GIr1Lh55wO@77X0=3p(lKEaT*vi$MGyTDCuakYWOH%C@~&1BBh zr*>m$gaYh_rx&SXAF6C$B{(7?M}z(>2?e@C&_-fY&J-YOxb9ui(dF={3h2_0K!G2?=nZ5`4@R? zH~9_RG6rdwmNr+{yE75ORw1$Ak(gbf01}B;-oMl`>l2(at^OZ`*@q8j_pyR2D{LFb zPcNajllvB$bgq#iXi^y?{+3N{A+2mqthn*yj(l5AQDK3$h>*eelQ45R&v5`BDHL!< z2dFyV!%)inPIS7QelW+I$-D<$ki)4&h1ya)?PnJUgx*o;Y4D}wuj-fSsy_)#U%WBH z)83WpRAK zY;1pML7)J4imvm-=Yixc2_^lD=^2hVD{-F4Kd|!rh{W&lq4>p(e)>kxxyUk>nd)4k zuJxha&!D>mc0RvXd>fZW z%2WodOz#@;Ye_h;TX6KM~B zzvRp;>C2qrqkdXKW2$=C>^~uC(h@zv{_4K=h{jJs43Vbv(`5O;+nOu#ck2@YIbI$Y zm&5lkrp>Jx%p89#KqTwp1FLrqQOc_7@p3~#$m*n3^7@!p9p+ZzYjonJ?~*O*-2%@> z%L@UDyLYz$Z)Wwep}o+#xwHbAgkynIOzvf!!8!1bolyZZx?&l;o$Id)$5&`~g0~2A zs?0R{Mko|I`Rk&UX+>ayt~VvARiB#r@%W06oH+ZgmT2GI3U9T^x1!!M7~x;j(EVxw z(_=QHBRvj66QBAMJou|Ob!c}DVSQRatUkrHcX_z6*uJ{F=}8(uNMNv#mfO7)UnKDF z*2%En+WZjh=lON&oP1bEtvW>Q|4+C9wMdyFz{X+}B<%^XFHmxt!`H->k-OKnFyDXumxtnQ1jI5sl(8N~p&RIxlg`SZ z&P2cN&wFY57^d*7s+|xbU-zewLxp+4)7> zWf=zXX{n#n32u5n&`AXCmfT&Dhy_UE>D46I8E%oQ1odOG24H?JW8|4u`Gz0h zf3Oqa?>pV4UQe9Wk}9`7!Q4(@GQs-IGa)c>eLdaeq(Z7ELv8Kjg@ddcc^cQu9+~;o z#ll{X9q+k1EB!rTok^>?mWZ77QaH3=sy{e6d2sds%r6z z&j%$Ai!BJwKAaeNEJUV<+ltsfQRC4a2XQSzd&3BvU_;q=~_jP4Ha7MgnW50D# z!^tz)^89Ic=)IFZzmpyHvxhgV9CEDcqSu|L{v(MCbIFD&;gee%Qj-Z=gK!?M#rm0E z)MnB^7zcuG(=Gf~$!WMaQ{=sj(Ff6C0n}XuxVuJSw4Ke~428tNrkI zetinP&{cc2bijb?jsu8;+fwA@VCZ#8A&@iW(uyG5k|64>PkxRSMtC;Vpb{MC_5FIE z>hV($12*akfs3V=8TdP-G z&PE&`Tg5o-PPZ=+iDZ5UrCXs8cC;blkUST*aA3+Re-NLXL9B0U!@}o}05TYE!~V;t zxyzMdSR!oRtK}EYM-p&61v>cYZGH-8#-dt)XvW^z5i1d6zE&4mX!=6;-&OZhwCrua zPBJ4T+*AIb7X&x1*#|t|FviZ8J1wpv8Q`eh%Zc)B#T-o7-=VdaTgvDYUHd96=+It= zH4c5Uk1@80qJRB;9;~@aLi3%fl)G1y(dye}1%7gwNcTRUy+666o&z(5&7H4l*Ar&2 z8KcgHcFmgdR!Ierh`$~rDYeL=2F{)+Z0_Adp+Cc)WW9L=+sxA*&9ZPo^|h`&DI;hv z2|HySE!XKJ>f-Z%{ALdbHxq(zM)-3fW1ORVAZ+9I*!k`H>-z-D;<^MF;3A z(e$#j{W@2{cSCSvkSGmQaDUv%8F3vFW7|O|iyX!+{R-Sm7}FYSO#)J7md{SNix{#L z^EGiR##m-q4~q=#txh{k_7%cA3o&H(@fGN>=%IBLRx_bg;#yor2D(l%)jS2@@GO#e zK9$I7F!y@16~8xAR->05+Brs7p@s)n;S-`nz90(x^<@J=0)YZ)AdpTWC3m~xm6`e zv{m5v#>)$9E?mMtmD7e-byo6mn}Z!4xvJ|lW!tV}xv}Po<{vjCq6VxIXWJuT5Pa^wRKf_Hf9j{V=0$FmE=74N0>;y@TiP(j1EX7?BObXBz$X zYDpB-MP{J%3%mNw!1sMHCnq(k9Z(u3(8 zlwjtqHm;!r`I<{AUzgG9ShRR(Fr59xoRC8w_+>!X(WFAMq-EVhzT(vV0-Lh|(JE6G0C5c3! z#0V~~5RbwB_fZ!pxyF+kyZ``HP;O=h0-JQnW3GR&rcX!y% z&hE^ce{k#Esyd%l)h9{qQ4HNP(m~zxKgYr!!8{78$7S@%?>3b(0Sy;VO z;L{<)n=5~(N+T$Lw+E$`hLYdnLKoT3@3(X3ZBv0`e&Wpi&H?6KkD)(W5WN)MVBFt) zfxyW{$93yCV`JHP=nMWQ>h_qE>9!2PRj#7R(BY&bsJMLQo8T}S2zr10$3>dYG#rt< zTK#g+?41NIIC-NVkAAnYd3o&yB3m`OSjBdO&c^Yaj&1A>Slt-cYh{36fhBuc%=8O3D#EUqP9B}o>F}fvydft)l`6Aw1)&gFn zfu@WOHhwVZz0}Gcpad69+i9)VuoZSiQEY|MqCkRK)VGeWqqC)yhnea07wwOUm7PTj zwy%Oe0xbltke4S>i$M{>nygjJtbQPMBUF2nFE^owryBod?DT3dcLCOcL;_v{I$9p= zy9n$!ckok=?{Ex*ugBdqFbsAal{*8aGkjJ=u2 z1LLLe0<*DRjA5z4Dz@u($?mmqs?N|8C*Jr%(b+#~o0^ix>BW@!Yo8Q~5)gR19s2{D zLf!I%$W5wYht*jO#Gmko_!Fq#!o&&$Q;{A#VHRCsrm8~@ZM#M%jlRG;E(~-S`?$Lg zzS%;~_<+AiJa^A765n2-2wOMz>lZ%Uo&69aho_n}6>MAuS+D#k=spG>5qP;}`-z+! zFq=psb-nJZxWOJ)TREi!e_Y*4<@@x)2v%aqpNtyoX0gFkWzVlB<$azCQJ$`_uTtwT zy3*1v1-@86EHhxN6-RyW;_b4~C$~L0fK8z=-HPvOaaL4&O>Bi&90I`*xD}%~#VdmZ ziy%4N(S&>P8lFp0Q5oU<>p5hYvsqf?vz4g{sYmkQT&~<;Y`* zHN*YSl5yCrJ;17w5(F!ysMXW)_;I+|tWfDxCU#OqN;z)NK?~^aIx_?xj&hQDdQu*( zEmxXeGp~PbfRyGX{HW`Arg8z7xLGVSvIK(_n|Dvn?;WJB-@pW7XXh+Q*4ytjHL!O! z+0X-Bw0!?~Lk;nJy10$QXbp1w+GD>m6^$SRJazJ@;jVu42e7`i_@0cJ=^>vN=hVhi z>L@+rZLN1~bd*4jV^xoIL1pVfRe~-X?!%(2?R&#j3O8^5lJlxfJ~8f}pi`pil(YL8 zZ~rCgJps*qK$G^jql9o+n@kTZBrk0!%lX?k1f3P6cHb+Tm{+!FwHBDQ_595>B%6FT zuP6%dC~vc}Jp^M+yB{FXxz!2(+G)Kwmm;4 zSiig7{zYRLPk3oQb{6?zwD{t*cvBg8Zidzr(83iAhbTvQZC#JNeQtYvLAiUYM}TZv zrOR_=y9Z$waYnvP`LPQ;_TJc&;MI@%zIFu>Ik-vnF8&e9RPOG+-Axg*mw(q8*!;z+ z{_ZMrRyGa2XdZL+@>RjFtnnDUOC4Dw!{gP^n@WlLzLT6Ge+`b9AzaJrYgE$ZER-f? z9PJZ^%qT-htqEO|*FJyj?DC83wl}1_IGes_lF>*e19*|?EAw)l$E=2&94~AhUL(%l zH;M*$^~G_Tc@nkMVpj9>s~DeaF_Krh?Oqz5fSOPkkfK7$69^YFN&K;D>wk*|i!b>& z6cMa6DlJTYdzs{$!*6uFRZUP{0{yi<2~Dvjoj&X_1ai!;KNaSE5xR$6-fHwF_NvPK zq`vDmsfxf@Sk}AQT^iP>I#9!m^#BdQ|4iLGMOX+N&@(|juWa^b9NpR?pDkLr;?R+l zYCg4lAtHO$3vSBd6ds=RuKa_^X!rEy~J@uZG*BCM{x*v%>`FQ~w!Q47P zpR4WA^JBCa{QO?iLt;#7iN9J52BF(HjAKK>kmTzfBIF#={y-xwI{(LPeVD2f*vPv^ zpWu*$W$#P!QBxTLPemncSS9Si<=xH;FT$szA~sa828`Qzb4hGrfJc59i14@AR#+(E z?fX!p3*YicS%OF$zmN|$01d1Wg-c5ETYOT_{@y2KKmwR=*ohH}%g}ln^kO&hVnggO z@c;)yl2rrLUhX!(r+px8D=`yu8c#!&ckvDGxx7}BwmNa_8P@4F&r&3Qt zR9~cKddUNX;a`n`>GWalk3!uKE@bPfN#>E}MN!Da1&6rxJ!?FiR$GS>VaFXe_=)71 zq#p$kLI%4f0pXP|b01}dp`Je$nBEWaZ%%tWH-CcHhFk(Sm*w-}81zcyX-P2vi_|z+ zPxtoVmUG(UvoT+I!SR$UTcoyUEW5f04cS`7d+{vC1?pWoU^vvaz+*BNItD02#6(-C z$6;TFo;Gibhb}I!MRR{NDn1qCZ?2*Q8#v-_OztsSP>cRi2BCy7 zoxa&Y?@6Ha5Guk9DuM4j;z7@IxrW?PHR~2l)|;CMi#c>XTvI7>Rfc1^E&n|GTL|ar z%4WEi^{=KefPHEAcOpC?2+Cba^tSlPjLn|e7Li08zViq~lil#fW)kr19qI7{C)JS| zZ~GY*sgZUB+3b^$d79uRPR1i-Osx%-$q&@tJ=pMiAN!wSLqC;hz1_d2kOr*h#8i`h zJ#YU-hqlp+K>3|IDkvNKyYWdfGN?fYk~U@n1RNvt$Dsl6_QwV z;mgyh#fV;++dDVHs~|R_wptw0cD-Ds1^K;K*(F`lN+bpG%o3>j;1SFfPo*M(s_}vH zn3$g&QwF!a>Ga1_FL_$w5yf_}b^>S>++47aN~%H&RP2H7V|4u=u+FvvDM_;pUh17( z^?ATnccq&1nWMX^tD`3tKE7|CQnFp3Psdg~C)WWz=Le>oIHM>53Hd97^+WV6C>97i zs|pvo&7@T#>2N2{)5s69tD%ygS5|c=u_mXPS;Z6|Uc8C)fWFPZ=RfQh_Z&tOr_?Q1 zca%QiTfs-Pm}Kb@$`%RdL))#V7CXi~G+@Sq+$Q9pG8u=GN;fkb%9TBs6xD!&=%FqT!HHBQjP-Uj;)a(%bt6U*^yZ>~e z3^{=QoKMeaP``4z>qUHC*h))S+wMN;5rWi_*qrYC^ZVXKrdk95`Et{ip*uL}*=QR& zA&WWLzqO*zTy+tms|5XB<(Hn{po#>#OctB!>J}S5*?&uhiRPLuvw6*F|J58g<6r}G zI<|28a>naF^>S)YypD8n=f7C<#r{wSCfMY1tN9q~C8r};CIZPdrQWWWhz9cu6#pxM z>ny_i^&TarxPzFry18}xHI@QjdmM+J^9k^UU~$7+_}#iRmc>j3G)CYI6T*pz-fBzt z64P=0A*M|F`QaSQ^CbaH_yv){8KEN}^rJPFA_mBciLUMFOiR%kl-yXct6dhJl}8gw z@r$OT`41v_Vl4P;+8f_}Fk@hvNqidBJ}+8KZ{{^59y{`K4&1ozRI<3WLR(xyAQvPf zLodOB{&k^-%w8)=wkZNzH*5I(3$S}!7U(v!bk<-;Ag`u}e=n;$**+9ZJ{G_C2WD2? zeo@SZGgWqBgmF}_q%DHa5pfw|vxgExGBn~fH0$nv8 z`0GN;8nw#T4bctNa$>XTG7yg74W*6+_Gv?8Ql1)w)0VPeP@ATxj8}E~h8Ca4eYw+w zR}4rSaaV zxn$J2NDdAqA2-#L!GTLi^f?migZ`Oo%mN_renbB^A(*hxIJ{{gNk7tbrWm%}<2@~K zG0LNAjiTawQrzuTjOH|<@%C>1aLJ5b6p7hSs9G$V&xRYLoRx*k10h;>wIubrc8EXQ zu4nN%=E~a)6|KRpC~j?t=SzMzmkT|2;!uOG=1Z|1kCDo%6(?1Gn4i^Pe&~!To2U{! zF2WoGq}B@zVBrkG-{}Y~-#~(vk8K%cv@j~Y&u5k17MS?`(S1QLw>$HqA$SU-%9Lej z`U}w_k7jjO6TA+p)Ti~j65&63wNwM|uNdVf>Fn%5u*pTFTcBI`M`{ScMPt&|N z#_;*hRpSn>B%=dQJ>97Q?Uuh?eb*4H5d;j>R-boMwbh%kzp`oF=#0Amy zy1*ocnSz3!=361A7h#wG%n5;zBlp$>E#rRG$XMF*!GLc(m!0=ltNVQx2if$y*?UR=*{sFr$2|4Z8=m;m<;sr}cLT=`rY8AaJ1R&b0|9o%?w6>4L(!Y9 zKgGLv#q**(UO-jWr*jNq)Cc+6frkh?Rspo!18O|)a#JP>iuel7mO=oH-M$%ZZPpe} z^7u)`T<}kzQgHlQu-`NX!70o zb$eOOa}lGt^|?u~t7JjVc<*zB>&5WyDVLJQwwa4xZjpjlq-(^J(;k$8rmSSRvj>%g(YNTkB<(1RK-u=g@W$6?cU6LE zVfZwK?*4kpirb174bWO=$`iw4X>F=CFp`TF=zpKkH6`|Re2<_gF5%3yS~Xt=P1dZuXA16#go*VjlfCGyAz#3ebVXhjJ$K3lK;*Eto-DEB_>+V zes*h;Ws5J5*8$CjNqY&b0t11o?3Cjr=7wshvu?zB#wG}ca9PQt_TCY&F)S|T{zN1} zhbyabc}DALjC%;Mu+aR%kcmhN#WaTmyCzQNMrxgXdUsRyHCxVoo)`T7(xO|w@Ov23 z*z>Cu?$R8~YxDZ}Myi;-U$zX-7r=WpCK#z)1hiIEL|KxAl`aaaWLC>!=q|y)^q_O4 z^8NMc#pZ-Z?N>TuW;%M2Y9KSdGw3yD`%>&ei*n`Qf! zsI8R~uC}Q0*a}PIS^1^5Q#VBmgDDURQbRTgL3D7sF%1<0Ea0PmPJ|7CVhfEZJp5wc z*+6675OFTBJ|c}1m@n@BYSi!Mch@KN-Xrv;m!hAlqD+~mEmMH1?tb(~nmuKIQ6*Eq zvWvF?AFbatZyPjKQw%INyJ`A`2?i%igew*|0XXH zX+_)VqV&bmG2f8r;FblV`uhoXi~L(Y=*%p-WIu5cytFNhUE_#vzm4bDigSOIlmz-z zQg!m<`AE3WOCtu5EI7J1PuSoof?H5AD;d??X`Jx!7cfar98XI#)4ebhap3pv^)AZd zl`^u>+=xsRYSSdRsVobJkm%XL>pp&75n1M-CbAjiBz#_$l|SY*!96L!I?-`#1O(Wl z4^Tqx#~(~`g~>J%p;?iwUsS9GT1A<9`e7*%k%j>P5uae{?e_1B=LpqDs>N}flv*|0 z-uI&k9v?%su;Q0gDNJK~E1!MIHw;U~{t~-H->ld>)WO3oUv3zCLJJQr_Yim+G_>Ay_9a0|~ zYaYgzTW#1m+-v14YkE39F;@jV!ZJx&X=Y3cuDC@nXwz1oV~H$$oD3x5YNN#|RL7ZP zUoDYYJxnQYtST^T&eQossq#gR*{f6>G;`N&g_SeiXf^F7mFee1#cf+VGrUVzUvlVXp-(RqVFrkhP!|BeOka;1Emm zFgdH0m-e(Z0eH3@Nanv)mCD!ZK~NVb2LuU(Cy=9GkVAi)R()?zFg6W%>@8rJr@1!C zgj&`LZ}9rw!q`3-ayH+2bf>-!Pn;yUurqBGDl01yrud9AXUsJDB#dK#mk)$g=!obHVhgqQ))?Rit$!ifb7se@oB0LVBFyvd*u zMC9)$0r_Re7&=CEg55j_C3E9vj+fQebRhb(g!RuW5#U=Z`x73z;Dq#3PFdEGYc^2YLL z`H9}fyIv?b-A^YejSaywyu=xuB^%RcP3kmw38#^(?@pgCE^-Rd23`NgZx$u`ULaM? zP*mgH^&e%uG>Tx#{eoW7wq9r}8^}Q6oo@XIu+am}1_{M=&^=oZK8-QJb@ zt{m9p1o8U&36PT^R12I2*Ayy}{hrY-N7my4koO&NE%QOmcu&JU!P3^;qjA>s(k=0^ zJF&fL4Sg?@z&yU&2mHOCeTL8Fi4e`S(-TS)vtr`4v?e&s2xK*0)@w4wzIb}jqn8ut zO`&6Tck)uGOjzk(CbUREAAERAT3;;VThW8NB-VV(g;{)5{$0+{S%uR?TDmFSU~d(C ze#8JATl_iDJv1V+wdpe|@IFjugqFe34q^yU_sl+mHgDo_x1L8OvDnCrwr%3P3ul?f zq8Q@%axn-LD#nci1B_^r5n;maWc_!Vz| zYG59gJVf5KFvYDnithbR*X;E`==2pujElryN&Djl&_TP6Dl7a-jg5(=xBpHg2*p-? zdC+BQ+9>Q5dU_eUKEPn>*?t?ZO&c#hh)jV6Pqpm1sLDX)yBfO^7 zv7MGkaV^r`f#Vr>O@W#FL(fqL#j3rxNjX6y24mC8BVYr=);g(#Es3Unx%K(phIg?N z+ot!IyeF57I!knQei@+xua)x;3AZg ziQW!x7xxSv z5wnyU+CW`Ilg3Ar^tQH1!(Zg`XzP|eEO+$u4i>`6ULTc>9luq)SY7*|CMM3ZP^40W z3Jg@{B*ZsRxV}YqU*2ycF_TMCbo6k5$Qs!HXGcebM#a_8Va(<++D+{+i(9WJ4plPI zlVwH^g|VDhDWR!KjsYO`H57t8&YL=^7rWm2)U^78ncK`~Mtq&zz!2IvglMZ^BrLb` zz8$(OTrtv}Pn=+hLEx^(2RM5W zSUlUiW0$kQ!Rm$p;{#&C$$>CMwx-H9=tz-j;SHzXO*)B(m5kv=S%TfH|2jJg6N@(4 zCJQv+3mi40-egl zKJJWGG4jCkTkr8?`@m}S#mG4@^+yw-90i@ez?62*$kjR*FGm?2T-G>zgsXuIXBu;R zz);hhrH}>1O-o#WRh9|k{TYndM3j?)a5c!~#Ci8RMucu%do!edt_Y1ap6P2vJM{H4 zlgET`(%PH3Rq%qrw&=t}H5hK0%tP=C zx(P@-yNh|}GZDH#UF)TjzfX$cYKqlo&pjSCz(6v8!45$P*7B^C>m7cI^m{VBvyD!2 zv7KA449n4#Mfz;?NpcTbgX`8kNdNu|PFiK8uP^Neuh;a*C}OiuOC)vGiDXDo@lm>- z1^7yLDD`dCR<9$MC$6V>RD_Si3Z_GQka^o3sqd~rSTCzNE#{o?Z)cq9#ECEI?w;U+ zuadwl!P8oG&2;+Mb;zPSJQ}GaK2~P;&ZVV>&m+m|N_wGLi5!*B_-Jnb*>5*lyomr= zuh#dHJ3C(~o6+A70_td7DPtjH-yZf?bRnym&CoMQitygisr;*RG|JX&M~D;?{my*0 z&Cv&jFu%B+=|WetS$24t_mXiAyCe!0uT+Y%r1>6H1nek62%;jqe?vY${@`DYWc~6} zhhrCp@zXR5zY^Lbe$6FeOb2lLn$6jgWTd5&K_lKL(X#8*Y>*Eo&J>XikdaIzB^n!d zJwaE$)B+rJ1h+^oX3{%KnW6* z5o)P)`Rt0FatXeZ%~r62+<|i%uunQ}C@;=F4F#76ee+VO9B!5)U3UIvOsEX!T2b4f ziWG|tEe?*HDdQt#=Xvm+PfMW#xg_KL8FJ$qXgqF@WkkO~`?m^WywTNu2*S=)H*Cn9 z%1&O(htRr_w=pP9iIH=2wvf02)wYi;a?^a@Ymz#azfg(8UO{+bDR6FOo z_vWXhh2MC&Q+(V$jQqnqLrrsdNcso|M&U+E3E-s#`o6lBy~f=4Rx?~C(wO$WL~VC( z88}3LagxK-$l1dglHM``x_aa#P3wicKAV_k{K;?Sn^`vS?u8PBSeiz=wZaQ~IF|;` z%3Mc!L-NyBa@2_h$rU=sCbv&cITI0Z!_ELE#u^V|U-F-1_C%1mFrbKzFb53{0NZ*7 zDIe#lEzZdlLd6Uc9Ac4?pFTFmKd>iH-!szR{albQ*SGxiU$T=&5dMq4?ZoKVBcPo6 z>mAhup3t)P)O<-)%?kHJ$Bk^I*hT%iR+h5_gUsD#xO29Qm6YS~BU5Q9@*c^s*?g_A zRtQ|}gCxI#v;4FY-W;;ELiMU#P@j}^XjsK}6D2G`XH^D7II#%HY>dMX{Ux3x^2B;C*oy&e0)RK7e&C*2YJG zY2&dtt!S_eMRBuMu_QevLMG|IUvh|!;En;sR;6(iSd6CrvtohbdJ937>gyLg#JJ31 zD}Mhv9a1f2i87ep+ztI<@Se#OlMAtSb!SXZEvByR&(!#Y$+f)KdECGGNuP~C%v7AY zD>i|2G9jlFZ1ftGp3P0R!fKXWcD56Lt~!|HB8_}4xyU_l*|;`_X;`io7GT=f zo9lYQ2DUcil6W3|`h=)m78z3sl2*?`iW zo>!7l80|0zh)dSjSfm3yd+JtcbzDtl&dz4z2}6tmrGrcMgm;!$;>fVf!>Ff1e1D zD=9_QzLs$Zu0qY^i8RKWK;a(5yHfCN2eP0sY)o2pD2*^SUkxU|zLcw%EmSS7il9dI zJI}sy%Jq1?Cq%$#W<%HmJDXfAo{MQ=6fOXTjgL?@{> z>R2_m`P`zavkME(h!&-_}>x(S|(IN!Ol)%?txRZ zBLAzvd=n5TM9W^R4ALly=7NuAv3ge=q#CNtABH?GgV|tl`h1wC1wQSr2VAUV$@5DJ z43}jJ=S9IWS`ti{%H=gg`y4$i?s;p`ZR3N`oa|PMsLR<^RyUpK6Z`TJ+joUB;Xc=Q zxjAxzo=oloAMQ#q``~~%slZt~av8Fp`sk2f(|M9uGh2<3s%x>cn%7p^sI5yT{@=vO zYGO=WbupS-bJ2##Rhgokzl?PHlBpW;|34zLy-7}b@0$z<;?B}%KX4{HO3wypx)499M@{gXl zR`!S{{QeO2AWkyXS1H|-)nzlySo)Dv!Bh44W|BL00uA2Dy%cCw8FZok9PKDF23v_4 z$PtpcL^ONrW}M>e#kMG>=YKzZhR9RhBAP2!SF*M_;r+RefE2>^**p1gNq~q@Y_6#` zPL|mCM-oIBb1C@>1B4cav2ioF-P2E+*SEj4OIUlm;fFVv;@&#m&*lGH3?V(AEkw>! ztwih-PQO}gnbh!k!&!Y2DEne;E8e6QY^@Uko2}QC5wc2s33T;O9x7iLRCTfmSQ~D9 z9ZJ{LS>_FXb12p_D2JOE;~gx^r1tmLb!B5&TMPOc84UIn9)WHQ1o6V@D*vkDir>%E^! zN-R;WQAp+eRc^FsG#2q($em>8V#>%Hx)ZgG_nBTw)QUa5QzUBjX9RwAC6`0=#7W!V!4o zRG#{^X=tuQe>Xam_%K|0THEF(@v1v9oLc+$>xomxm|FVjKDRl?;;rfH7+oW!3QOig z3Jn%--tFB=r}({hYD?>OwO9KTXXU}~n}G6tYLGC_#_TV4LXV=rRqQ%gKn(5wX^Xe# zGe-{?_E=cQp#@6*KUL^(Swz2cV35_yE%)s{{V!*gT=eYGHb2Og z!weLFmk@{B*4X>o-A7R-iOcw&T#baTz~kqK0d{!b^BG|)%9F}ms~que)g2l-m&-#A zRC<>eW7aFAkBuhFm(W;XN10&^gdgtzBT-4 zw$560UX}iB|6}@QQ7sZ&09l6~lnR37kAD)NMUxii5d*9qKcMt>4^x7qB{~&%Ljw13 z*=qgh!QC=6`ZCUQc*-woLq#I+y(&yDC|bSt*c_hg@J(iKHAcn$i&hJpaqYX2$66ir z&g=m$Uc}?N)KA5|xDG&vPUGCt1jFZPy1IqEd(gP?_~`HgcTQ`<;Dz@dOXsq$O2miz zh$sVRNBZ30(P+TYPgCi}*uQ1x{2z8|%14+2r#fqQZnjueu8S}!B|_)mVo-BZ*AD)* z*lAKIC_ichdYYzdG5?8#FZ1cgG>oFCsA6UL_sPv-N3H)Qirc)Hlx<@ktory#q&3NLs;vKf)$ViE7{lHc>ck-lanbTM_zva=+II&R zr3#5VRkmg314k6^5J&pOffOeqt+(3hq2Ha~b$L9p@3yQ!K|cO|)sT*~s6LF`af<}i zXk*`$1xO*I)8!1QD-%JjEkIyZpzIge zu)iq1z4}x9na+No!SwMNwQFKY5+p^=)Drp3>U(W9cOG@vjh#EeqTtcD!`@qM2c8-( z(7@8%%fFG0+9s+9d-7zInKZ!;W;T zOAozHXskyeOGn0%Q^=$eA2{rLFSfmr>TkNQhE&v9 zSUL52uMDfpj;Xw#&E}x4o${?&Y2Kg@UE>C`cO z)~qiMh~+I@&q~pre3}vJ`GEf^GQ9Gb_6<;$3@QhUPx)-4M)Bgx`=+$`Du^fnV?7NE z2u!mhS;@3z;*u5MQr>+J)el|&M;?BquN3~e=*OMw-@VGEn&qDJ@|Tl}%po4dvI?_RMl}x9f8CMjnZCW^D|EG~_L81r{bJgJ zH&5e%ZU4Hj$P6LPvoQwtv6=-H`*RvRLZ=s&&})d|)3uvMQ{}r8>Unbx#`W6jLEa8c z>RohlKE#rC!SZHHx^nR~uwG0GT_q_iO4-+2;Q6`rh6j_l*L{Sqmvs8s5QgM;1*czB z&LggedgPyd5@G>d(!W{8+FsCds?zf zX@%IL1h=9ptVUil9|ABS=r)&%-F(6mp6=ze=KxwVOv#juTiVEh@}FWTUNh1wHU&Ad z!i^kp>U98vZizioFyFUAICvVH34xraw7%8Hhf59AKtnI_$$nEoEoV z7_28$san>Un*NRm|FWG;{R97~hGa?PEFuPz%a8(!c!t;Q2Ab}FD9bT#^;osC|9@!2 zbESLVlJI}!?h|wGVVhm}wywSo)$AnSAcyahBCgjkynh_4dzwa^gj@&+iQ`<}=ZR8Z zJOikYIp$Bu7nNVZ=>jz|vRdX20TbHpNL-(gAHD{W|Nnad{z-ugK1g=$etu7?>VNGo zn=6pKvd%Qy4tN+|x4fpcfrccl2_%$f`pQ<7X6OH7-~4=CT-IAkPY*+o3nbx)Z(JDh z-+dFYkj40OYDTR8_uS0v?JWIK1G#(yu#kfjj(Dv-1zZzv!5P17lN`Z{w0!B1#9(=8 z>K!Pud2?dtbx~8?TsX%5^-Hw$yF%^fYeN2igyMw{heQp=|K72pg5~*b-c2=7ePT=1 z$<2kuAyCJ|o2}j1E^K8=YGU8UIPo9BP<)RNZrexv^R72KAyo0+e-8xq?rmy>F>=tz zPRNXYhz1R zYD=P!er>CnKNP|oJ^BdwqJ;<>Oz{P5Xn?i3T~LD5a&nuJW?}X|xckE31 z1?Vl~yTTV`9Osh0Gi=L=QhrMiIC|uybP1u4phz=4mctv^~GDMcJzP)cW zn^5Fz4x|y=8-RuJ=Zsa83ku&}QBnmu1{miqG7y0eOy2F@YKJgrF;A%lp6=w{HfU~skX6Yg2ufR4U?2yAjpaZ_#xc*CmpEzHyYDFD%6%T&a<^wIYh0lm3M)3HN)zR2V|FG!YYF8M;MTWV-F@mdWYhsEapnv_ZPGohCVJ$7tjnRjWDC zBAu-MVsVt!_1cB|?!>LmNNzVBXgklcgUs{wv(67ea!$$Ktw1puqI49O8_5LA4RP^_ zv31|>k(pijM%G7s3~)garU)Djgd4w68}U2;mJMmDBkN$}V>a>*5c(&%)F<`ErBfI< zv_4oR2RWL*PVJP_;;2@h8!4rtTM2&0?H(-^!fVz46%1L zzg#vAf5F;5@2(M#U38j2iHalPAg<`*R)>e32c=6Rx1@hy!I?V0ic=l{vspHVed3z> z+7WOd+47fyIA^Mk)iyGkVKr;zWeG2=oJl$LDJ|>o9_Fj3DyC+}CvlxT`-7T@DD5n2 zM7ukdlp;t{!1W6GEizXt<9>nAS*3o~ecdMf4;6X|C8R4x{~gZr4xA zHF@JmO=0{)Ad}j5`^9=~T@tXgSK-jgt9uTZ2G#pyH0$7( zt#3i6C5!!IWmlPWWn#YS`5zSK;e9XL)=-dhlHV;hfw6WU7k;47i~$J;6H9|qAd(z& zkeNBipIk$Dp*7Zp?3ju{n%eSR|50Ll4rJCypGK==WZT0(n&oQULgTDK>!?BFs6p$j zG2E22ILxkqyMdWDx-^`eIQ4=qvB0m8^1SO+=s_pDxb8neetF9~JOR20Sb-G0Dk@TI z-*s7DQ?wFjtcHZ?ZK-lYt?SY$5lQuzTU+XGTsFU=;?VN(uDqDoIJuO5BBHUlE zI>N)FWo^VXOk%=3hay}1c#s7tx27eY33)ia?)RIia#g|(GLABbZ%=@}{RcZb4S_8lTii5my8bJb(| z=A1qNR=3(YvdPbGEr$pFv_c-6B>8ZI4mLMEmpWP&Zarjr{41<~g{;Y0I9qjQyN8NM zI4WYLwWK1%XAJ89l(Wwim24LkY(Z8|4Ww22y6N?)PbZU#_1n5}@ak+B zgANJ0xq`ma2w$?HH8K~=6_4%UgQg-TEk+s8Pzil}f7`XW%MnUvB}(fD*&^7qPbOtYj5 zcBu+pYJG3u*})m&1{S_;n>_gsQ5^#(^R9u+;D4b06VNxv&6Z*_DjKk_r223OPou~Z zh|;C@+~TzZ81>1Px!GaLVd*II*d=|m)zcXg5_$7 zcOZT|cF%i%D_h8JX$pA?dbX&DlZV2b$=0U}v*W{~TeK|s-8JT!M?R)2L=2`G9EZ<4t87@YqU z2FS{1M??)#wga#<CvC~wnR zEg&b@+^N;SROdt&GzZH-)=kP|eYYl=WbH6dGzI6*fH*BS zJ~25ljh3a{!ml?cknOkGl?WA&r6RthO6Qo03a_d~r81EWl8*+Qo&6C)lBf2%*4;I2 zA{0N?=o;y%>R_A;M-OjjBqd~ z@(ki*3dsyZOSqWaH^)1gUO za%Y_(Wy(1Zz*ArPjP*j&ej7FasI3F_N(Z`z8!>?Q8$oXRN$28UR zrkbiGgmnaXt+}nA;{!*Jo4)@eCI0=43Z*nlK3+Fvq6`uu-f$*`A_f@>c!sX|z9$@X zbp4YH~!GS{`;wp-76FfS^ZrMlrfi|*AB(|kmH+>TfIz059iFE)2$01r-2 zTq-PL%1kxpJ8ZwgTE_ zvlPpDCsi_F&Rtw9d0lUJMBLkr2=loKVr@`mQ~1(!WZK|I0)s%}IzQsl6!1I@d=6qA zb^>cp86L3)c6Z{=|Kd=MkYyX?#Wxpi!lJBv*syGFJX%Y+GBElNRGdcm9LNizb+*3m;6Jc)2gTqD|CEKJ(l zl=UoSnJg%kmUb0BDrxQ@g&)KJuD?M4Fic8c0byjP%Jr5-ri*zpsas9vu zW$5J&`L-#l=5j{yVD>3K<$U{k8I?g!Fj5(zq_rD>6od!uKNt$>FHsJQgrKP-pdRA) z3VAb}rDat`h{iD!^@ubJ!b2yUxZI5ZuuEo)0T-xg+Fv=lQ_kH zEnJ8;UY0Dq6MFo|?I_pf+cUs+J_)(3@HZ5_(lta?wF8{h{2Np7zcJYi1$8AM{KXM* zHl?lh#-X0QwkE0xvyW|#9^zB3feYLJM8juuC~*0|DDZ84kr z#&^w`GKo-fbPMZ$!sL=`d+l?%xZBvM;UGmQY5>0tIj!3BuQeN&?+jCehC*IeUea^b zv(!5%4J@Po!h8pJ1Y_;L{XUDTM;v6oBl8_gqUuj+_tvfnXPS3h`A4`rR!|z;FdS$#ePJCNS$o{hy%oMFpYm;vnzb~Y?MFxW z@%5i}A`4>hsuVRi#92yrK#FQXI9No*%>S_s>ges6^CE0@y>DYd)R>C$lZtmIpB9WH zFwwpLh(%gOTyo=IT*z3`{HMG#(dkroYPwN`E9pHYQ{^=pCyF@q(0T;X zMxfj(5&dia8L2$TE$(nlXn{bngds5HWsBGR+rZ-<{*6VWcS5@KkyFrut2>0qZLk3n zkZ$V*69VVqx~iS+FJkY#=8iWfGo0~I-fFXYk^BX9$smzm-QV=i5Ae`OxcBM0Nxo$S zQVuOo1r%Z-mJrE!xo613HM~FR9B^tJFSNJpPFXh**>3dRed+Z$Q#v3ocPHuh+hX74 z-+~zTs~*BIYXdenzQCUPLqNmg$7m6J4W9=BbH!});|@-3B!qtF9X`ovL`d#z^IjE9 z`RgownM!DTy9a5*%WB9hfR0IdDPzm%x`~xEx;&kupeu5O>TrM zd+(}Rt5(%ssIkfl+IZFJmz0feRWckcdQ3!OTyLl=^?dgl)pAAv_5Z{`{UdG0!M};%+a+TtZ+j}Dy60FayflUK%EgqXbo1p=oCH@L!IU<3$Ox#dh|aVk^BU%7}FzoPnV$=+XkuPcWJ_ zw`PxHCZf;RW%-aobU>T^%*}(l8$3L7y~w41rDWU{ZdJHj-=!F}*`o75xOhZBJMNAF zmQ-N(?Ms)fqjQhtoECS8o-L^WY{uMxQ(a=(GZ#bPlUMLTAsOGG)G3(|1ef35jFzpF zI9q)eVKir(?cL21!q0i&^bsz3*wTcpBcB5nw&F)04iAcXYfG`&TtU3UKNSupeh-PY zPWje8L2a2A>nXfM)M4pQ-3yD*zGHe9Ver`cJ_vC`K(VE#b zJysw@HJ>g6qwBRP0Ev5VK+tKmYkm{Efrq|bs3B_=0Z%K0wAa;&_ z^2B9sb#ZWN@pXEnRpuFyTLpfo?Hzu3*W{3C$>CHo!STq>OsZWg%2$?P{bb&H+G6IR zWot~vR-bKyLL#eypqr)BCx;hM|6i8pX#~3M ztKg8hOf&%nQ`Pe=1Kfsd7|2VzhBZv@(?iZ*MRZ6R?5w71=Wd?bZxO0baY+Lt8JILw zjLg*lF|EEW+Ro}eWFi$g*Z+-JR4K~gT=0-0^R!M7j?lBz702)F<&K)LGFZ~0%ilhH z^}Jp&Bz4xq>SHT>!DQbTOa5}Is2F@$!B3tuRK1c*4H&kb__07<&nbaeE$^HsPpkW3 zGR~f!l0ByC0DPJ@-PXfSHifAVeJ!ElzlQX=FJrbDL zI5G}`?D;rj>4w_CX6OLU?LE4j9Luj<>0#|d(alZgjG1!&dVIuR?p@LLIoEVSuPz6z zWnm5vwhA@JW8BNN#zM@UoIzEBUYj`a^Zr>(4Wa;qv#BkkwdPstk736jtTAl_DU-u* z67r7=qQC3-29Ymmte+do7F8upl(l8*ttr^uKhoklR40@pD$;Lr_2iW4IWlo)emYEC zv(Hhe>}Gbhxefa%u}4^kM$y{4P69NPyZ+_-eitd#i^`ChOg!l*&Q>LBDe?d&M$!r_ zT-V>Lx<2|w<{~wuovOB~#pE|e?Fou25$%T$ z2QbGsSYn9`03@BDJNs8BDkBWA&f8RE%)9mF>3K(x`w2jT`$d5Eq+bhTFKrb$i#?VJ z@m=Y#5S%iC_TPs7q(yX@B1Ic_wx;DCW-89t*(%+9U;1w%%y&NRU_o<{?N0C-69$NY zN@G%%(#1|+sf`* zwB=@GfVKS)RayVk$d1h?SsM-E>7wReYZ}e5x{a2lky@;z{sv|KG&M%b!#72|i*H-) zAfg8iQzI?e&&X!wa=!^ne!djN*ZZs1N2L~;-5xfL_N?{QFTJovbQ~1)pPN=hYBj~1 z{~}e#3Y}r`5Nz=lCDp<82s1Hr#Upq=SZh=7!dFd-&JbiAeavNzpVVxi@|tDo&%+TO zirPX*%b~dG8>{J(h3m4*WVMTTuw;g(|(5g!v9Z1kOTLZ;)O#aAU`45yj%CJgXHB7-z@sWCmt5w2X>P zv2JmQ3kj%yrV6D8rxYX_mLM=F0y59)Ogkl_dDVx;$`pq%#jWW0{IoF6(nQ^=t06!w z->akr@)zo&dUI2o9AQ?w98iD%KG828GE*fb^@pNwUE}ND=BR+N9bqL*x?fC(`SvNhf2moGs{QEz+9bzrjuLpxS65eZsan`-gn$x z=si!u#k65{&~h(KLGK~%ZuUz>HNy+?TI<%-Nm}RYm*~FAzwPTIM|D|RIP9#a(12p; zh{+4n)y4$HD)N5`Yw^E4OwnEK2`Yyn)JW*{5D_JGvt*i0grXAD{|n?aOQICI91Ut-`U@oUIkaL9-4xg0WQ%bYoN6b^HN1ki`~<`Mex`}Con(PQ zhJ}aqNIKKvC**@_L4PLfR4PAeh`6$g@&H0$pl%7@HPJfU3W1qec$hhO86sRrm*b4Z4B4vl8JC{WS*v?rw@XZuGw3e==|h@69B){NQr=&Eaoj2HV4Ih`%hQ8qW{1!R-7E&@!fv>iGxjQ=79ug_n~3$veYnNx89ytjK`n2nEgrJfJGZA zepxeWarr9*#<8@^WRg9-DERug?weJyE~wl7>7VNE1ym}EvI-1%@fK+NVwUylB=rY)N+x!af?VgE?Mu}*7s z+ZvOaszLHE_z0f=s-9toOtu45;AL0bG_8ESY4&Q8h=iXBzrwFe#Pj4DFKRNq<<2Op zHdm~UtLck`J6(F) zeUWlYOSUu#D_w|emHeYgL@GV%wfDa${>q3B?G+sG9kz%8QWio6)+R{ZkI>Pf7db!QVE^3b>D~xBt2*g6 z5Ohe-fZCLZ_ppF*!qleOd@4U7&0o1c=0;1Ad#G)gaK^q9`6S!-ZCUyv1dY$#Kw~bz z2;uQRn*5f~7BD=f*;SZN-w=HD*kMRvM_0?865hlYsb4jbpwd48oR_ly>XJ-Zq{ z{AoFw1NI|)i?BxzW_X>Nx(umC%RzuF{nv%fmcA$eV<(=8_DJSF2nMJXD%P+VnIgXN6?u4>}=oky_M}Rf8quGNwVlj-E)_K6U$BTwDEj zWTSZ^a8TRt&zkRE7t8CfXqEhXJ_TP{<^SZTXRIl`^ExHuX!ne6#a4TW9FDZMG?;36 z1ScGAovUl_hUfra!QJZ_V@6RZ>51Thooy_dm9W$&)8g6Rq7chutC%ymnLm}4V^9;S_NV! zmzMZR@4Zm~P}cM^RRsCtRy&OnBzMwFdG`u7BOiZskdv_3NNce4&$Y&WmFq&DA|cw% zrk5%6Q4mdu`1-z+6JPLQK9|2#*hQVli2k1zpt!u_D<4roL-||2I;~^#Q{{4x!a(Q9 zb%%h;P&4f3#XQIEUz)Vf6Kns~IBPrqNc*CWg7??zGZHZ!gR%|^Z?X{~X2GRHzL zN@{5rD{Z`qq#?{r9-n!D<8<}kXyUCG(KRYT(6kVQe~=GnjWW8O6#TRz z<@3GR)!xaym=d_)Dl|jMlL@CAhHeCF;5VpdcCpe;05NEwi22dshnDpxgM}rJs>)tN zymMe&8)6XEhUd<$tBudvHT$Q&j8|J}Lj)##7E4?A=&X`dMd>$P59N+=kc^j4sI|bY z@vd)3XhevFc&d9dOTn++N{mmTgD)+o%Ok6*OMf(Fi^*(pALkU2JMUNya-QTUO`n&R z&T_dxJ?5}cA?ajZk6b{mBIC^H=uyBgQyDn3?wr*VuL!~1xuH*}0Fv4NlZ-&u#Kf$_ zRnXXDGi)AXqe_iMuKdmzFqOG*Eu8+6gP zGa}c5>9i*F+1b!&w5pS|v*qI7G3@!BoMha@?_t(kfk?6%RpTx+H5a!ow}kva+i}oq zw^W9A>TK-?h+;nE5%3JH;1=Zi@%wmQ@2{zoDMu6ORPT4r^s>Xl7h2GvzrOVULtmlP zC!rRlefO`!mxlle0&u0)+e6so^R-U18MrjnQndHwg{t0Qqekwd=>kO%mo1k5 zuwx3Lqsl~flZ@-o?5A1XES*4TmwVT5>m!B3jUHo5biy7f?UWs-mgc58(jP~afi^C+ zqEXcrO*X}eG61mYe9lVbi3F20n~bP5C@!v~CFGk9UZtsNgRCuGC4QX6(~ySf@_fvc z-)Mv;Vdbad7>ozU!B_WV2?W?@X zg{4c0H8T&z#_(XQCVhjlDAu+Bmc7Uuq3a_S(!lskpnID+~>b zS3d8EnIUx{AI%|j0$4XqY#Zdq>mL3JZR-(? zO<`~$&PmTLOswtq|@he5N0AlN^Ob($&Qq?PasWO(FZY1(YpzC;PUzz*P`T1UnIK8_l-o#+sTfU~BP1%L!F04ysG5&(eaRD5YBaL>XlaVWs9fDeORGN>>T~bCXUQ68V~{CT zuImX~JR?xk(S;V@e@B0O5^)J^vfKjP(o9;Pmd@ts8m?=PrDjP8Qt$gezqu1aovTj|p%B?f3MR z)*C;{c3JGV%oYz#*lK`DtAv~&c|QS;^~_cXOe4GX74!%HlUEGlXJ*=DAjH~}6mZPr z9;mtc*5yhdnPNfWb{`1~5VXycXirYAnL0G`s*D-8Iz-+C<;4o|yGx#JMI^C?OW#I& zr}USsuCn!F449+~9A!ldhU$IAr zhh<6Fv9%t4)La?B&Eok+X7jQC&4eng8$@%2yUYGXVO5?GmK;)+R}`LK`emgw_OC%$ zQouWxxUpv{YZ|wrJ(G{iuElrpVlv^^w)E9$R=R{4#x|=*2L5&_dgsS2GVW{OfwLtJ znu3)$q3^EpaX3wt>tge$Iq2E(v+X&hqib(s&Fw!__qAh6mjCwWU_ry|Msn z%<@K0i4_-9wT|ki{Up%<=_`9{#NpvuAAzIxEdxQX6KUV3@$WqZ|1cA8wnNfGD+CmYLXl5PDH*XA8_FJ%{hhZ^ zUPWonw>)A`oL*=D!WOX~>r1~uHcfE6fN!ylkUtW9r$ym6K26qv{t&rkn=20S6)Uy) z-pY0JrcIw~_sSNA#m9kJ5iRm4$L9;d$3`3(MC;BcDo9nlgLM3w1ab0KXnQ@u=`GjCn;sF?XQUaWI zbpc;^y@%`C?7Aks|)D_yjT@VCMzo8$oC0;)!{75C7NhuUC9$<8Pi*DHn zt<7ypni;zB{FD;0oS}Yi0w25bL+_;H#{D5F(DFdjzH|o`?D@3o;w9iVDAlK1+5Ig> zD=(o9WsL;wGK`zCXVg2#j5o--gYzCopc9~nxJuhVEM#_?U`)GJwz#GmX#Q>oy}!`< zO)b-5XcJ?(_Kc;h`S55jr0vCRuv;&yyqP?wl?!#bej2z}J?37$|O)ZdnX+jk; zYciZ3xqPBxG_C#COkK@2hC4PO|KH-~XA?GQ3vVBrZVywn2?r@9{Tzg$Qmo_Mc_~=Fd|5Q1NzzY_c1W}mtj@Oy6(Sy4c!aWj zbErGrWr%Pt+a4%XC28om6;{!Elo)RHi9TX^zLY;%&AaUE5F?emovuFdgrp>@8a7+^n?8@tY$D#Ow_v3f7( zjMmA()=rfv8;006QUn;HW(s>XhE`1v$+Oc?wzoZ~f(LjA3kV)P*s8c)S0!XIe4Q#c z()R8OZT^)7e+w@46jH6Jx88sr$8i=7hNQi{#_pZ_dz7WqRpC)jFCo;^PJIK&QTB$7 zH;s$Jh0z{U0Je$gjf~(G)BOiyE$!aWC8|=jzC3*+1G*1$1)ZG4{Wyl2kcngWXq?<4 zy1P$LY5nS}b9gyo)1}`?WS8TI69e{C2Dn$J(S=)cD=q7JC9#L$+ptyOK-daAKuijW z$7%LOPw)0nlEuCfx3bb;bGI&vn8vg-q~vECBFQ~r&umtQqXUGCB!vn( z9I(XYrsdvNsGLd36f)(2fnMBeLWQdF;D>AK%!yt7 zHF7-@c7>Q>qzza?Mx+c;e{6|ax39vuN&n+`2yXlH4O_YPBU9f+_RL(3?Sbf-(Xe?H zD>$Vsk8@ABZbRzd==)~0ih#!b30E|cD(;=rLIxW>_X<5PXL`PZv@1z+p8keG^I@88 z*m)@M%h5w17Ecf{sQ1f!TY48^tutV8da z1!8$p5&>7NEj6|{+5 z?w!#>8ymeNp4D}C!Lyi_x!`k-M#}aqatIbXr#1X6B9d{m;(y+uf`0$Gl~ZcFZ6ZKV z|ITwX&Cq{Wm4Ua3B8svR+z}?kfbXTqxb^w!j)jL+r+z<5jpr zct8360rpN@4ig!tOiWQxqnM8kF@8u}-<)huwZ`KCUi{IU+eDvi>~oa&7M{aq5QRY) zXko3x!g_y{LV{cJc9VG1&D415W^X<74>q0;euqvv(xEs`$j^`o;R606ayNg zPN%E+6V94rbc1036tEvi*zV^55gH;v+FJysCP5;_&g?HR!#0aQmYiLuEt{)-=OyAn zf-6Me&*(q(l6s3(8uKNgE(qlGuvJ-Q^GD71Cv4YF|8fJZT(~}TNutV9>dHFYY?1G8 zly?`JT8(DfjfY34x6?{4(446@1Q?&<@3N|72n4HKL^1bZ?9W1`Hc8`3X z9w6fltYW3?kQ@i5U5OhlMtS2tXFb@tGo-s?T7C_Yi=3`-M@-uu$Gr2%r>BAJ;T>&!DSQXrmI4K?Uvi~Gq3{6agZ5~J|osCxN;ec7q6w}KX&(Cv44macIk z$`-U@9$lKaAy3UdTz)<3zBf18QZs)VxXJlm4NuH_+eI7dKT;ohiK9JRIgS3*)p%PA zcwe2QtnQ4DxDc+SxC|Nl_!!YkW)8&SH+T&Z-6Bs$f+EhOSM6kHm4ED)ny+drRHh=i z97b0_{GS4!ML$1#6ixZ#TUV7N$oo4^L^&!H1XfWE0(X;u zN=d4iVmQ5@wpZTxnzET&Z^HY?u(Yai|MB6I$p@=su>HezGNM+Ug%`ieos@7cf}g${ zdo{4n{)LrI;4R^Avja6m*dr`tia;lof7ix|)FX0ls<{^bBvdcs0cKv3P{x)4$L@`P%FYIHpKRerYj#G2rMJ5AL41Uwv}yTON|Aey z{>fnAI`!2{RuZ&Z(${LLOM$ZH#Z8^?Ub;|iTO~A>OQ!CMkM+U*;3X>@+ZR-2 z;91ga-s;??K*xUSgP*(4<0V`HC6>YZKJ0q`dCdnTp7;lxhkE)&!?b9`M*; z&>oC+(OOpn0}xnt>xY$xLVLQHpX-mgwEWHkgrA0WNdBn_voGP?`qqj^^d`z8pfkKK zEdE%-D72lwnU8vTqF#ChGzXH&mYMB8Wz2bNtk&ci+Bz~k@Xfc9k6*Zv^ivAf54kDe zNUSj6Bb z-BIE7nO|kmZm#a15TW8<0_<_Jdh0%|_32RTM>tF`_+GKh{Xw2=7v!MHDSjv$_r8v1 z=uXp)=L=HWIQEZ4tm%M(R`3=iJVMR&PBq^P__p}IC%K zbYr%!sJ6dTA?9!FU}3EW6|;IXfA+*+MdL>-P>HJ?qc`*&-ae8)EY2%VJUoMY(Eb(A zxphPP{5`Ar9jATqnYjKIuC}W#J{%we1iPP;Nte_PzDwDgZqaovMrhDzF@zCE-Kjx? z&}=cZTB@WW6W~~uaXWuo%O$N^(qFcA2eWJdyyfp{k>5xPKE9_Y63i`(5-NOKf+nJX zFs#~|u{KTgK`#;mVW}eiS+DB6_ai`Y8P}GDNCNhmk-VW?ROL9q>)1fwF!O9}Iid>X z?m>q&i$FQiC4%)B8&`R!6Zq$VzUUV8ga#>rXH*H=SG(PvsGT3H6ivmb#!XB^OAwOz zc^OR;K$jt?49+j1E-l8~Qm5Ce{9Cp^mEd=>vBpZ@RqDSgbg>Y`(Uf^kW@2wmS=T zI~XVrdjq^c0c^Q}X?nUD<0L_FrAJ?@wgB3@<7_lXzkd;$ucy%RR_^>Rf}Fc(dGpjI zw7a*N51LXO{KoJP&Td}u2Fg&MSMpk#Hh2%UhfdH7_Gg0z<-NsCJUQMlBr9E3O6m9b zm*K2!usQ_Mg?&lbTw%Tt%Uk7Jz@aynct6Hk?1x~Ua;@YSdf3}P1v2sORBRnxrM7(@ zl0>4`X|E|Sc=BXAA%!IxYdUE0Z=uTB%q2nzA#YA)=FJ_z0kIEHd1887UG zY()V8qVuUrd@YW3-#`&{%{Sf%M;NT|M&V;6MH)h&4 z+qy`Fy{NOcpc)D6Jhz^pdRiw0Xh{WNY-)x5R#@&BmVDXUqM!vp<_0T%1<_=tR8Pg-;>&C&xr_~{Ev86OB_ENJ z5WA(g$RCO$+q&BJxvIe^V=esVtAfqV(yV74m*w>iX06Z=p&X(akDX61d&O3^M(1@E zGcEju)EIQ@H-l)^?*C9d5M%c-NpiazYI`3mHnIV&xr}1^Po6SXM($hN5{441>*Uds z%g1jgG@Av6`PJdu=Zf$zP?Z-e*l`c^M0e~)i{1%OzAF;_x)Y|fF}NFuS}|bSi~95- zS`zP#A6QYu?}3gM_UL7TQWrs0uZBBoQX*Iz#D29@f|=gI9mJTskvRHi;VpBI>SyAY zL}<|Do9&K}giv6hD0ooNoCOY^5eLR9Lx^NealOA05H`A6Hb3(AkCs9c^GeaoaA`Lt zX)Ths*^OEx29H>}yP46JvbGl`n5?%r`7)l>h;j-}HYZ*MK$nK!F0 z|82L+sQ_(7EJ(FWXg0_z7<)BQVKSI(Jfp&qGrQIOdbxrEQvkez4+rpBDRlo3Ydfi_ zt9NE%Yat8ZbD$*>5V&Oa!>zs4T1D+Cu@Hh~Z)IcpB$$EYcUY6Jy8qkt^Tg<{q>H1y zqJB`IyE&>#alEmi&WMvf#h9uOl{7ZM-(eQy>8WpDuoVBR?^$Q<8hXo02;dU|ok%`F z7PFQuZ-CA8|Fez%qhHi9O7|d+#BbJ`?;o{}_1tEI_OO~mc!#4R}ViO$dy`6%78!jOW zZSY|YqsbL^S`X|xN5E0H{Ev~qGAKZ#+yvPXf*Jv!AJHId?=NN9W2f!6>l(j+oT3W# zh7~V+1`Y5CaV4{F39t_C<zOhs|XQ=HbUsn}p~9f*MZ^j;qwZ75UcHYqM++=+k_9 zDZ8F6m)CgPbSx;s{G&f-Mr>M~?EpXdwF_F8&Oy~8RC`r=D`R0>$e6fVLcmhci* zhTJa(aP(00Y9pb=e+L|0mhDhJe#H(bl! zJ0`*d;3Z0}0VSJVvBp>o;7ay1*iI`h^&xcb8{@^20)*(!n^ zr4*k2u>t@8<)Z>5EYuQ?CQO1$q*2f)diel|Wevi9Wbs94u+Da1@ydKfrmho?qmF>h z?mpj4C+p-N-#8z9eFWUuz~4KffHGjV_I~wP*zBi@|i)l^f-K+$djEd3R~X* z%Vi5R&XchUw&(Uw6h9o6rUx5Xv2s9w+x4F>rw4`5rEAYOkvt94ccUAZ_0)6OGXDC5ds8#z==Wey`l8Cs8Ly zYb>;T!%gG40()xva!3yfD>Xhjo)Z^Q5)qFbVojY2_SU(H`Bs_eGJCgzK! z2IJ;W?J8aUMFIf zRe}xYT1$QPmT%n7XX`(L2n^@@cOa)j+m8SPJeVb)fP`sda@@t4V1ejE20^{m*Db_8#wTcF?_^7Lkw7CC?XBi5$<0Wjh)cjBPTnE*KO?4{qkM*u>U}` zWOp^^^StL~E+rvD{|h$`)@p-Y;1Dq`EVnw=$C^7hgqQ0smGZ?cctz$0X9)f&0aHe3!6{*?_d0n z#;2>_;uw!t3K_LHEQi@yR9?XyGXYD+ch?aRW>yY_!2tOLFox7v5S33s3i28hndnUk zWDZl+F$`G1sX7KRgNMLx#z6>AQAEqw z_UDBT)f5s`!NGC1wfQ4o*1@Yj_ilHMb8|v`r2IuX`|Vo3EI}~j^FoQPkK-AsVgcuF z!;!nTxsxEhSgtLMzMNOfH>n_sZPb4(A?i?n3?-!eL3zleMhE1{V{EQCCD;f}WYG1n zwGLstIb1KrdrctJMUv(3JW+Gnth_%ws8x#BxQQ@n!;TWBNh1DCNg&M>R-ys}y|6v3#Gbx#vmCr1fXGVN zf3E>s)NgA7OE~tDMFA#Et+tNXX-t{Mrj)9W@ih;%jg8UiSFf-+c3W_jw4_opCCyNu$Wy8uKt#eaoqnZQm81 zPJi7B^k>$b7SH_+5dmmknZsJT8On=MEtu%sbxRtU%rQ|YaQNs zmI1n}wz7t5#J(=zj)bW|gDKea9{MWXe5Q?phU_^&+Ju01c%x`~l`;inWVBW0lOt& zJ@xM$kYWkV5y#luuejen7=65i^Z;Mpj4()UOxePBh|!E-Ai zfR3yi&OT{-H|q=@tb&!q+=**(;r77@R9)BIuChQD89(!hfj!IX>S9_#C}W(>J9=l{ z?q8%zB5!|}{4p??gWWyXm-IjrcXjPpWqg#bkcGknvpJ*huQTAEQN@3ae7@%LQlRm+ zC;ZCwOM3{71r&>!yD$mC!D3i(%$+|RVYP`ChN&w%wi!_vg%E=C?Mj0;-bpe;Nw7OY z&34F4-JE%;iKiwt!gc-Ct0w(z-pnaCW@F3C^tGgp#ewAaUit0>f0vMze~x6KLu;0WCiU;A~5hB!T)1Y z1ytLjU;o(bGZ%K=$0<(8sFK_Z1%Td3oog%9A835roKP5EU$=Wq`}*g$SL%_<@E{I{ zXuu?_{;ope+s=jZ%_l+FIwtq(*MCXI*SLjeuB0l3zJd0O$tG6*)t?AWBG>Uys|gZ| ztfo_W$~+!#0u)s}V1mc9om6GbgBi|b!o-`(L$lX&+(((##%_%nOIuOm1`r}+lLS)T z+5aAztq``R7A;)KgqL#X?j&9wE=&(>+o67F+J&Fwe;A-&syP$Jl>IT7;Y%tE1r>3R zZHe?~7@w$>ry@g&&TF1qmPoAGv4Ks~{_uEAWW5I>+&7cgicTAQ7HW5x(6dSHYb zElmC1ryT;je{|3@vC*LgnxJl&RYcSu%gzr-=Keuq!tH#WP_RI%pL zRR@7J%!OM+5$8QC3!dZiffx<_4bzTzI6MMcoV*zZQl!!e%$Ji^S~gT+k6O{oYv&~a z;u_8#xkfztZQi6A3R09IQH(s1jQ$e8UkR_3R<5~Cs^G`e;tKX&@Y0I>ybMq|kpT&Y zE2r<_m?Juyulw|PoZyrGFC!rwvk-S#mFgM-hwB*xvnH%~vA={q18vph8^uAf21&i?IE_{MU zU|>CF^UHHSDFqQz=Lc$3z<9IuHKJv(v^(DAWzQJT(!SQ=|1&pr2o0!gw9XpR_81)3 zUNiTXs*MO<#pBOZ_*b6R=QjAZjt&Q2qrF7d%Na6@brx8<5W-VYq(4GX${JbF zZ?GbSZy|pv{megt&O%<{-p#$g50L!Tk5IDUn zRNL!t?$tJieTHll7B*+-FUfpp(xqePL@Dc94|>ZK1!aZen+xa=lCEFSHk)Nj&Kn43 zEU&NKdQ#P)d)Kyz98;8Q3{Su;5M1NG4|r^!WP`2&`@&sWurp=BNO1M@IUXn#&J~+yH8kJh^wE7vc{6O@K{_*Zhc6YkD>U0awV)S;thFw{_ zn0GC*AQ?c3=P)I8yeGo_y>w#mTwZc#JdgXdPmNM?AvxjNsxOtWJ5$y zT*VCm*#3TPC@2b-Q5bFcHO8)(*%?BJU`QR+r*|9Ix9$V+Lv6ctCuh_4;`}bBYlt*J zogRPd{Oi*q6be=@2>td(us!`Q7)E~1-oixgYR6|oxzBUMOn&sR3i`OcXZKK%ykEux ze~4i1F`@&DjpziQZn;50H4y7paWRt5lWF_nxKhOnLXm~Fn3c4ZkIkxhLM z_h-zx3)WY{mlxV!pCbIwb_$!jeJ~8z(uMUohMi^7RlV#A)?V&00ssQ()B(kgBRRd^ zh5FpspMK7W4|5qu&8~8Vh>bz=noGuMQcXXXh@}Nw3DHB)B|KZ?#8mN+y;p`3-zptVa*n1e`vr(Zs|FnyDhPWepAZdePPhq? zF9}h_^v&Th=IinOiUO((Wm0Q7Cb@xp{2!%KfAS9T_y~l$Bk~>Ks*TI6cqd+s8KriA z_Stw99AzuV$={`8-^63;6SH@@FB=3bS})qL&Cl+#BwAsE>Wx%c5k~2{g>lTaRr*2l z%CPDrLe%=XOF__0lRLB#fF{N=ZvhT5~99n2it+v}8jil_8V91E}+Qn%xa3?@;f|^kK^<7WX{z z?$9=$IJ<;J_brZt5U&wP#wCY~SrtQq$$>hUa$ZFBCnbtQdJ=b*b&e0O1M!|7D{c!@!Z(tbi=^JEA z|FB|nk|zq0t_)BQtGvFu>52Zr%VZtHQ(CF1#g+!LH>wC7xHsxUa->9j`nV7n_Ba&) zjx8a)LqQ;3rRKg>MclB7`ms%%a=ogyoyM$d&YOI&T_)7bv#YUEhkV2_qu*7oteA zl!&=`2?}P{wx(YD0S|>dUW;fna{-moaoj^6(Y&%l24j)=u<#EeSBAD@xJqoYeF;P< z4wnuLiEJJ(Eq}HgULUi)M)3ob5r#g`_W0P~oYcU;pT3 z2XNW@A-2SkI8A2tK5QlDZg}gHzjw=f)Z0xJAk~a@1zLL`JUtSJv$N-j9Vbq)Z#e9R zCLKQvzNW5>lN`Y#@n{}D@gxqVOLL&vrVaNGvwsWMsaxtNmk#%svlefapawYf-L?r& zM|iOJ{y;;!Uw`9Iuzv9-H;Y68cqA5Oyeu|0ttC{NYp;yLRaL|vp3UO|5?8DZSX48O zj)4m9f9?VfEmmsCBI~_;c&$M-#zcx{x_@WDxuY;k8ydBE1!ZuBAR65}CbFX-vGmU^lSUDus422x7znX z2KQbv+N+Y=?{#0O{&E!;CsyBltCz&96Qx&cV|>=Z2#7^(evNc%(Bnuf$W#c+yz(#? zww60NXLQ>JT*Iv>Wv0QPpYBm^mN<=$VPjn{2?>SVEJ5(!0-$Qd|B>k2<0l>?^#hU4 zGuH`4@y@5Xca6V*YL_?xvItw`F<6v#m+?O*m&RQD{ zduil)ZjMOAQtZ`hw2w!$x!GF8x&wN`-=DSXeI9JXvA*~FG{JUu!1Qp}qQGO=lN!E% zFE*|sHJRT#<~2Yad>+<#X_A#cmT7t@%=Wq=oKrQYSr5qY|1vgHHYqLDSGmDjV##tx zccD#^hGlhm&|ybb#BGw4hkOg7P!V7)+}r@ z>BWgq?uxQ%?@TP!5Q9rlV;oZ9Xxan#GN1SB9W9!+t)+E!#xxA4tw@vU4cKtw-FGR~4Ivx9nr z&zhe;&MY2h&*EFXh5smt?EDW?-xwWf*99ANY}>YtiJggU+Y{T)#I|j-V`pMp6Wf{0 z+=+H`F~MJ!E~o}5h+#M)GYv9>(#ui;4g|F z=d&S4&fE`7#FEfxL*8kiV)zQg`xmv~EgV2Hx-FPQKM{hW0@g0PH-S7xKecnw3f?gQOIRw zZ2T=gXl!uOHK{wu!gl`HyoJ*uUFzdtypLgyR1HqX8wd1vx%OrLqZgf)4 z9=6!hnM_AGgciExD;4eQ<0bzGQ56y$c=hx;yq&U`RJ!)hGQDcIdQl4I3PN^w$a5XG zo?X9<_|9SCH^pRN)u%nuG_XzMaLntut9s0_7 zh~6%3qo?iz@innHvIaol`eUNa<%I_aZJ(ZOkuhROAr;FM?U)?n7*&+HKg(q>S!3|f zqMnuk!e6D>fmO-1iE$W^Ov9n7aLX3LIKkRFbHpgab0%stQoVJkL~K#D7_!+a?W4fi z3WAt)nDfWK2e*bHOY|ZsNJ$I3mmXcVho>9BrNu}M{n00N2YY}y?x=TZkrdl)k?zzT zM>=hi{7-mnP|`esR^ytkOVuI33wxsCTv829jTigN{+~Xw3!+qm)r>?GehJH|rVs3~ z+Kzfq63TL5;Zd+0U!1;~S&YNU7?}^B*-Hso2v*zOMlnArZ=1sb9E%G4mZAF&)Nz@V zp&^;aR{r1F;McBVQ=>wgO}anhD%|n#bkR4UE}eG>m(Pk z%d@Mav;Jc5`yQqPzx~9X6Kka`idgmj7w_b>udRvRWoDQ$@hGI29G6n{j4Ryw;zm_p zXgS}d$!ZHUL;1aQ(2hkRva;Ude&3lr&@feLUVeP|%jvbnb;$6qqnEMi&%-BEDw-aH zZ&Q8p-P^sjVt~kZpVgFRr%O5DHK*CSrvGyEL-T6a|9%y~#xH>`Gg0=;p_Gmg%b zHM2r^^SRaKa0|6fmB}-L=&HB<={@bT)(jejeD2_|Q2xPyN(&XI-WKP|lfLvsO+H|JtmS|jvIS5@ zl#0RQv&`1h)3!IV>x>1LO@dA)XX@?iD>6++3}#K4%gSF;^2zI6=w11*v)M(EkT{3~ z;Ggh16Fb_b7y|yiP`94r#~6xlk$?PvSOr1Y2LE?h%EiU|A*|==Y332Dr8Tqd+8(q` zapD)TXC#tpDt&n7je^}3o5;WSE453?}J5lJPAIpF? z0)>AnJ-YNGq;E)qv; zEIw1iO5n;Y5+o^`n|EXpRjC;695WH1avw+@=L>}Aw$RK!q;*W$A9$3mS1yU_$8Vi9 zKuv69L@0KtE8~zF)Kw?|Jj)xfhSPcrj^U^tq(p5-^XHmjQwR&^jYG1%BcRY36AyEU z&8pF_&$4hGcf7X`{AXN>o!uj~=`FlHk$i~s{rrk%r_FQ-d|K^d>zP4Vp^I;^%*M0b zb;!P3#{TX$_*Nj| zsXvfAMPIKX-WDB0QQ*iXa>BkzIY@;O!8BBoM?fmLr+oakGF8TED8M*L0%5Jgl7g<5Sk=OKjYckTpbp zBKSqs%#K|l8YGr)Y}xYowqBVa2#+cvyqyl4>C9+nk%k@Dml=m7k7Bwxq%wLGpx28r zy9q_{aHBcepwUi(wBC2XiEhe{TNTe&Fmg(R(x6W_+JN9mTI`G4y>rq@XYO}gWPP~V zBgZRX`};p>4NT+<$e?skskiTu5h=3BS4i6Tuui)J<& zDWPp8QJxp2_ERZkeU6D(aWQfAHPlh(Es93ZH$LlMLUITO6^0MIV@?QCDGD1C?Y_RzVZelFU}@ zo52nxT+K~!I|~{mKoi1)Kinl(bTl)4s6({Z^C#f!1r~ZuWIMf(^De{mMYb^o)HQ!G zOOLiZjQ;BPC+YnYwk1!HP7GZ5$1F~cRbrwRsNiMBTG~8Ss?~7CY`>*MpI%b(TfE(% zH9_<885sL!_x=fjp0yMRZ_S#bq?X@|F&$g9dM4F_a!3jvAk3LrWwB7xNCzqXQDGZN zqYDdCV^{f?8~zw1THU?5{Vcvr<{BlM7~Xox`$g*J#u9M-y)@H1eD57`5#6kEQ}^aw zZQ^IN)U?)K$o5u8Dq8$8x!^6sxJw)O@5|0wRy0FTI`4Q%XRMrkX6%+L1V+eEzDI~? zol?_OdHi#^rU_brD`F*+?h!h_ncb*xH3vuG-CdXjy<~tc{I;B*4%xhKmmDfHPUy5( z&DTH{(s5Xa<=g!Nw^R^kZ|O;$Jw@I1=IzT-V1b~v;Bkl2U-1@XvM9!b@H&NoN`I{; zvsutfhu$cELZCu^SYJZv^ZF1e_3}sAc>Q}nNBtowCHR(W<}0)1jT|a=rJ|Eb)J{Uv zi|qRYi@>lHx}KzMZft}dxMM^*=&B_ZLRRhyD@IYlViR07MF2IipkxO#j+S-(X9YfL z#Psa((HX?y{P?)4IQ-Izz{Ie*dDtNtHG61~46W{J1KsI!v)SN?zUhpevTS^G#<(;@ zBEEypKSb(8oZM8T_f!L*F}h&~)n~(TbWg0Lb4K<)HFX0Unz^W%y{x2^u35Cq9sb_t znO`i2GH#f0Z_csygo5ZpO!XO1mfQ8{3_QxhwbSd9{maqP9?=}0N{}F;84>BHw1)_+ z#?gMA)PK@NinljoJql;8K$hko_i2Xhq*|dUMt>mP(gh83`AiO$SGS!m~oi`pj&IhuHs?>4prj7tW-gZueDg(|HXcHWOG zvEm`Y5(y=pi!o6?dz5Nt6hykYRTLc^S|D=J(-D4+LbPUb6R4uFNc0KzV+OZ_2@I*l zIMTCy#?i7cM3fozqbWeoYGd(A z#hHYZ=3Zf9=dmFG%|_lVQHlF37w}Tdwn1X<&3=Q#i4$dSZ}AG|Abt)aX5oN4SQ~(% zCN;IkEtr$(LGKFee+Mmqgv8zs;8^*SLK3tnr z3Lx!1FNG0Oir8T9c-Fh^G0u5nepd8yDrP4D+RT2doKX_bi3_9&-pxK3m)^n+HlOt# z!O5>)tj?)%M-yuDVQCXi-lgk>%s>!{G-S>ylHvs^I!qkm8{4i7 z4ZmSW8!EmV&H(~*F!)0J{k#ZaP%B!H$9Kt5jpQv4+9~!xEo##v!CCW6!Ab}=Mh1$) ztVhHU&rDd>B(n!Z48C@Ex}$7E#kH4PsU_@Lw6otRN?n-np~!~J^w>etogxjPa@3)5 z2<~?9?%_v#2W|MReutYNmZtIR26M#4dC>L1-WL|mF6>;EW|@5 z&s%xGI(bGT&(~f2Q6yQqOyTS=EA3>=FiM&yd<*k=tZKCNZl+c!DC^B;tnCqM+Gl=% zPiGNSn$uC;*nfTKf72+5!imbU^IW8M{l%))#JZb_m*_jh1 z$UEW!v|%e-q~O^fj`5L(_L!>+Ep48D7PT{80yB#F&Lc2((BsF_jY2zaJ7shXQiJnXY<7_v&}`y zE4=WD99jvX5}FqR^co4VEbQd6PLl-sefyos+RrX2`@)`d3_#JnsBjS`(MY}Kq(>fk zCy9hX0Qu-uMcTx1-dwUeIHvM%I_Tb+L5n!lmgMnr)o>~6`s5E2`EIV*fK0*Bl_(ZQ z?j{+7px#o6H*N=H0~0a^eDZ#(>zpz-w{TpciL_b0`2XgAW2g^s_VFUQAGnLH+zJBb zmq?msLRwWQ6kYkr(8@CUfF=TOM<&(qT3ZDyY6!3@HM%+d?{xg-%P@%HBR~wEUGL)(s%>0CznC=vaf46poxlB{fj%=7x5;py1Y9 zBE~@%M>LYeeLUbdBAr_ZxozlKPY?c5EYbkd(i*0W< ze`D7@AISd-dBNY*({Jx}aBOmtq4_g$V-s32XN#Vsl*OnT&L*cFF`lF_R1?1THXtG$ zoBq+9L_~VJKVX1@C^bE`z=BvDVH6ORtzfMp1@Hm9!^3||L`)9ruEo1P_{2g@0?@n% zYnUw0hbjTClm4)vCE~-yLBr~ycxlMp>Pm(>6Q3>strdv}(~ zKCq+lUTJNc0^Xn+p~wrT#G@9<*{QqK^>dYtAO*x&&cxOvd%-eeTr+`Nt-cM<59T%v z4uTJG(bgRa{UWv9T0AtkFXVy|GA4(E!V`Jmi(ChmdiD?FG$;nCl8v{ESGe#o!=WI@ zjN~?G9n|Px=u{7%#|Dl{FXbBp&PGP`hQi}BHvt1+ed zLYP*L4&9|@;MGO!I8EFfXU*t(se%R+W_pK?b=)mRi6r7Abn($-;Dx7`@iL_|ZNibH zUV5oP^b|zu1B#j@oG3e)j36UBN|A`Y75c($GQG{KPcD(+1(sSG9i z=_uAoX6UTU&m6nim07nGjMiAB)usn@kS+#qzdP5k0UVw^I9Gy@kS8jY@Zxglkxhq?9?n!o+-zZJ!K47BQsM^i2+m{EE2< zthJfnWO2#zGM==K{XEPKiTY)GjLoe>2qD?$O;+-b9mAAfRrHg>fK9`p=NTH`KOXe~ zB?pxpCxdKeRlw_aeinw|Z(*Z~ot=&Cfg-kJzMa3N(GxHVFM?La^g6E)kU2ef2It% zEXAKnuW-O!Vw85h;X6}p(vP96(;&Xs@4Q+{76EoxY50m#gLcss-+|+MD6>ODL7*81 z0t(~_1@$!t)bc&N9al)_vhn}j6i8^Dx{V|{l4}l~#n0)k8PGtb1px6P>BI=V37I=w zm00;knW+%Qji4KEkf!I2;}3AZII#W@Y%b{+Td^8Ee6Yhk2>5_2Gq zlh-o-im&+hB;_Wc1b!g=`u2n8yFq_KT&|#k{~uv}d6`ijyLQtne}5MyHmsdZ?$LC} zih1636i-R`$;N`Le?-_{x3Y|XEGT^3t%E;(Jckak{uPQpj^SeB4GIF!H@eQ&*%1wI zc+?D6KI;9&zzdv%T!~XGbr0rxfr)e`#fWIdIWuZz>|_R3rr<7F(4^u{j9AB-IqgZc zKqGoniS?Y`Axjo|S$H{D6FHtSh*Ryt?b#qcf^rPzU5}3yYfP+TG9J1l8xKizwg4%W!uaI6h^W zC2K`UG4+e-(iStHEU^gQfADofr|G^DpSvJOmCRmP&O$5@tG6lW&p zntX z?Jy6Rm}3C`t(3=I%|Lh5YUVm;!hDtKQJn;TlGK?pM~wr>Phv1eMm>b)xDlXk%y92g z4pK&wHZ-@7*?`FWpVT<9_qtoixEQMd zVR*MjEt7=8=UJr|fjTG2p7)ENfmv%WH#gUXtC(y~H+sK>Ga#dOOC`Rf?Qk}488B1AtIs;u&iv&_~Mr?>v z#&9l1lE5dI`l2EH8F7C#Vo}xTV!7@b45fk~!xB+za~5-hpW!p3Q0Q5`yf98yIBc8r z-pISz2G%^%AkCbf%!9Xm0!ZvSt4z@B(C;XTFh#|D*HMau;k%2-E6+lvLEB8=R%0at z0GmoU4)XT)-fX%c>Jmy|&s5OHBM8+3Js#EUo#*G5wVKg8z|+@13Gv>B0jg1skI!z$ z+n=_3UY{F!bXATlD{f&b$eMQIkw23^o7bY&|9;$H{^>emO?BmyLcWStXvs{pK4C2&A9c)ZhP=x50pP?haw^e>BDS zBR&ACtr@l4ffm#+$vi;~f{2dAU=x(|gP%HH@{Zeb0b30-KJL4bgr#4X+cCCyAk}u8 zam%!*1iH_^9yGT1m0!zZhI{7@n@7=&<#!sJ18Y1+b%V`F0y>F$lTzBX8v(dY(N(Z7 zuVZs1zwdUgWHawK8Zz&fok7RqV7Wg{QgRk#d^_wcK2%fk7^Vo1!-10apQ$F zURUURM`qmJ4us7PYyH1nJXf@5o^(*TDlli9V)&it__j6rteBY6-Nsqdis<^qKXRye z6Ius#q%NVyHCn&P37oQ&9Ac&li21-WWh@x46)$ryLb ze>a!zJnvpCboYn@j-Rn|+WIHO42_8VL)~-RKi|AL?J%Pnw48>0SrRNG2A;1;yzHG> z5-AV!CVvi&FCj_K84e~;Slxe&B*`dDhy9F1)noM@RQ+>z`lukF&=m~nFSJmns3uc} zPFhPNGD<&#H5jAPgt}KOCZYv)=HSc_Yi^1yD-k~EB4vICLadZRg&|n&_Ue+ezqT-D z@gsn3GNB?UJYEbZGZgx&Gz#2s`NkBEr52>WD2LkCwH40r!OKpjGntS)7u!H-K8vAs zC|m3xwO`g(q(+G^oU~RI%byd)17@T!u`7CY-jX1WsY($*1~C^4?=i2m6fz79BB7&z zu^_~su#YFKwmdsw_guHiiu7dZmfO_<7pjJrn)<}G*OOH=FZN!(KSaPwy$$*OP?EKy zHWw7uuHhQ9Tj^mDBh8KYX3;m_o}=G^FXX^2$a;Dx<~6xw za3WDi$YGe@U@20&W{-z4N~tTKYYO`Q1qra9cEVtXG>L(f2XBGAmQBpRPe<6qGu>0` z4*t=S=szDAa=o7>0hu$|s}UwHt%}1nSGCNBny2n%!;e9EcQuGfoQA(n9R~9I9k62zve~>oam49j(GB7L=gy&Gh$B~`c7WqM;_VI z&@jfW$5qU3z*CmV%ZI85jL&lNYDSFggoUagFKzPm<0wjian)$$d{~*vUwwM1g;o<% z2tPr)I2iBL^T#I;K$V%Bu)GNMm=#}W@kdDiU~DKvHKSI-F-MsET{A#@9;jg`CTvI! zc;r5hM$3 z(r+P=46_KHf*HatI*$VnpWfomfJZ1zsZGzKA)Fs1Dg=NOPX-zLmPO?`axT?5}!@9HlAsUo;{e4S`ZMDQTU#YOR^R0+LyeDyp2 z-uC(ITpD&5zV3#Q7ZzXjy_V1Kw4U!$C@$vyyZuT|O=wkIEQOrA{7KUGHOI4yu}E|4 zz5CmR$!HG?rmXtbt;!}76W6}#1ApcR3{6dc$G3lI!rm9(+qsH~{JQ-h4g3FXrq}hq zJUi7s$dP6cuKfLccJewGe*DGp5Syr`Jrzf%kAGoIYMtmUcevLq$Ebp~O)4wiY*j}& zF$ZB>EZTYqzO;6eE`G@vU6*%MY4THq%_W@amgI>c!fQ|+$+8@8R&Y^?P})EiPE1X@ zNbnNzLM|4K&6IPB{g;TALHHZpl1^w2SN&@W{E9(Fe-t?QT{myh(2u@?;Gr=J+GQdu z1bJRM$WGx!*h+~2R2`D6l@2@J%TO`VTdVR6O$8{_&3^>z@G<-WwB( zAG=?R6<)W|dZgH~cY6(*hFD`Gohhy0IpMk;OebX-q}gKm2{~|Gls_AiU5k)WpK)! z`c#%2L|2JUfgtMI%aO(9-IYPCHu3}`xtdy>0Ji?n-@xm7iU}6xaVEE_k|+DbNq|cz ziM}9$sw~59ZC_R#o|PsRL)%?NRdLl5R}FjOMey?^?9qWPkOkb>Q{7nhEBJU`#yi*x zsEI}N5)Cvi66MsjMqN%_$QT4Co@$wMnGx=CIBBo#M>_|Vlfq1gD)ViyNEJCnFt1a| z-+LLnu^r3{2B?VMZfym9HY~)Ii#Abanm_MsX?3X2$_NI;#hF=>Rs*?h^jUusUm1P5 zkX(ysx3?gwpWL(Jd3#B^Cd%>U*47X0^mH7kBPHE_25#r2hHRlHqdL}oaBElhKbPgX zs$LSfD-@Bf@6{40dH_9V25=RjL8x?R)O?th*!NOzo7)LL*=%V2-@w}j`%DgddAtVe z1}e*5YsLmb;Gbin1e!SdjQf#6b#Xc%Z>{$04$^tp?@_^H&A>2`=goM}SqydH>8t@O5lW`|l_MLpZ5bPF5sXJ@Ge|Gs#3{t%<*96h0}sx{8Dw-6WbbG9&cIvbE9R1$rC^K>D&!#pxXCDG zw6zS58WQCcJ%61JIY2kHkem2pqAXj07dfPSH#MYdn}ved41CbupBt2s2q=@?Wj3$Z z@c~vo2i6E0DS`ab3C@;;`qgck183BepfeOrX>NwMQUV3AOpU-DiNHq3bZZ=SC~ACw zY)M@y)>OwmB-OqhCHicColF-sl3ZxF025;1xK4HlQZiAlzj z_k0Mdo&CRM;O^pR9wc(B8$34uno zj)2uFDE~~;JWCs`wdL*(T7A%X3U<%JVn2%lM%n6W7<9FCG%QsO|1F&`I66p{*skv1 zCeqfvRo&puSN%8O?ornqCzbUv>e9*}>W=iAC2dj#lel&v$qV5xVC28vcyRj2Avr5j z5xF1GzVy92Od?nc3@{nMinIXWG6|>;Rsp+1{~GTQsOdDWldDk>LITs3&Ywntxb}4% zlB&Q*+zsXw6@Aq8z??)~=t|fr$0bdN=OAGbkimY*vId-{?O3S1bz%JX@iAmEn9nQl zc;SKJ=t*Bssb7J5U(1PyBj<#Ni|)SvPYZzfJr28c{No=3Y@4JYeoZ$F-qVx5;)npoztiqxkkj8EeA`6ND;$TFx(&ZzbsYXwE2x}3?cdfLGEo}8lgM*`V7R4 z=!vZzl8&ulE)YkhFjt$gxgVWn^F&Xq91%;Z88yV~#!wZxEWxhenYlC! z@&0Kc$q3CoXybhqt%?O!dd}+Z^xb4JvE!L)>mTTP0n;se)9G2S$A$HdiC_{$>0W_R zsUve*T9IJ+!8_OA|NpNyj;F0OboS*H`1@m3=BFnvN}_mT6LBKy$Mv^Ltp=Wb-~z{b z(=D#Y&9~s}O`kX-K3tsAGFH?pCzlTXH7B(JK@t>Bg5VhYl%;U-0vR+)xqKCZzy5Dv z0W*_VIMN!jly5$VnChHdgVNN)Ez-#Q+8P!ezCC2jXs?t=QgIbldi733lk-1}z;8W* z>!DF~_&q|prgRsoDKbT>79j#;v4U05y*PG6wU9VhGYKB_(MI|--gP@Wmi?qea=>Ub z^qG*H)m_{@na>zY{~DiwFLgzSn3kDopUl(3Kp#SS{xM#huN;n!BV6V=WA)yKwcqj# zbMcO(8ZT<@MjnP4&EddCwSwLd>lB29*mw7q3y1sUgk082TB{HMUYOOmoX^XDdSLiB z`M?L!iZR9S$ELFbrzLmbqZqM@`q$NX>@?Sw&DMgCKtMnmZTsZCiE4=L zB#YWN)*_EOyfMlutZTEUuM`&LY70sclJD1(fnY&)L~}WHum1(^5SCo8fCo9YeR(if5-em!bGEs!(z+1czl6nAJ*A5jz|CeJp0hwQ(zg7(pw5C=-`!WPyk`8hc? zefex2x)SnbjnXp;+bT)9!M0lGzdY~GtvxfiD(qCb@ulLsXTqwo5JRWHH4uM``#F~z z60Pjc5}A3_XtgS+@W+knN4aGb&_vZ4R_;f<7dIDDwq9 z%@dn?R&Mo7EaHnP1HJP&Vykj2Yo+yHD^y@IF^IJgwn-Ee&WL91qC)efgKo?G=`1EsA`?JpumrUoLjH}~4y%JLy@Bw83X-0= zkAF@Lfdm5Vo}`=K@L6U9;XM7^U>tD+Azv(SB?BykZ?gSxKw4T8BemY%eT#|nc$Y$G zAsebjdCBeSzWwP{&qR$wbvO}RccNDm+u;oPze55Ae?wABalO3hRSeW3pJx07eO^~O zJ$6SSpT8rX`D@uIDCAA8hzcnSs}NGEB9GV5yWHkq_c>}8Va7JOUX*p3?^LHB(T$?p zXR;BzUhO78Vp(`uzR?oaGmbaBzr;pkkYsLeTZTt;RDamc?ytesJLPOI9eu9fTNdh` zA5(A~0;~VbVktAcQPnd*4qyw{Gkgm|?a)53T5Ytrtb*pCEi8#Hdf!~`Y*g+JolmfL*-DfzuV;fXQd70kq%k3Rpc?SwgUwN2*- z$s8Yl0hrgX1p;3~l2`@WD~5F5yz)7)25ri*wgUZF4V28lE+(%)aO`-)FuO6sPz`CV zgFd9&gA@W`(M~5`V!aPsOO%3mx=FR%UFiZtTySGpjTr@zNvC}~C69ih0=9jKJk&nV zVQ?B2FR;DdPbG14?zjsB94bvH}WeJ!7ysMEo4|(P6uzPl+ifop9nN zWblIS8c%W3eRyu^IIMHZMM&8~f=l3~e*NFOX``H?7j-fEw8G9>^x%M}iP+E~@rZfS zz%VE%k#gm1EV?KN(Q3@P=b&idcVEhEnQwH+yuLl3m+lbz*A1Rh>lu%DmEes#@6*>^ zi)g^l4~+&2ZdPoVM`U*3=Z0cI6V_+%t;#=FsXX zcd^)yvKx^{z|=_`HJbn@1Ti|C$j{fR!%ORxjO-N|vXCF~b((`CX;h(zho>)L*}yp3 zKTL9nb(kbkk8*_i)qhnnG8sZQP(Cwr=3wp7|D}gKEa`p~!MK{8>v%^YqePTfV&Zi{ zB~F{)J*rSNG~${zfkF%*uvWNa65`D*$=D9aYX8kKux_iSIa!T=vn|aLppV0N`?nx zlE{R1bXz@owzCx5&u9P89BaeUSten;)XiJV70Ni_UtD8qs20_+;8L?D4IqDY=H$n#zs;EIxg&D@a$YNhZjv2GlY72usJN!D`$Zg(q8MuU4xBt9j? zEqht<1vhVS?X*b05%-^=62~By2~?Y){6>+-jRbOW_20-vi2d7(hVON9yG^&RdU|^2 ztnJ7Cu8;_DbvP%P;jwbwRZjiJ13QZ?tQgxhSE}7tF1H);_w_J#lT~SOv`8)ZRv#ZN zowpFxp+pS1fIi`UT{ZlyjQwPYaw8iEQ5~GLjU+L6fQOG;qmtoyZaaq zK6i9}m=F2Y{SS1UI6GPfRrjc$xT|g7Z6JA>k5S0PD~x`mT;5+8H5`s_1%^c~hu(W= zZFhull`O3N2JFX!vqpJ&`iOjTyg`5F*zs>ed(}5nlxs8Hu0EpD4Y<-x3^w(|A}Qcq)R}ZZu>n>_IvB-xj{uR zegDX`#eS++MK2z1b9t-nXBrW|Uic}^D9q}UCHUG1UHe0H75pXkmjT4?t|jP(uh?2| zt4DNdea)rJ| z`zD(v!xoS&M6`xW${PcNc2)^G@HLn55xpMngc)bu-PUU2YrW+yD!DVy!3*LCU>P3W znu;n>FRfP~=}eSW&*ocS3Q*6Y5Kp^gc0 z7@SRBSik%?dNL{`SZ!1XhZ~|CF?TV?8ReF5R=(E=MXBWwQo|T7m1C{}!6CsRFLTxG z6z90xas{8dBz~;LuA^FTZIz2uNC3qhDL#|kky56wNM$XobX`Wusnb{j{s|iLn3&j} z3u5FyAiTcM2K&>|;>bSmB|OQ)QUt8mgIW%k8;nCF6}p%k_COz6X5%*m7<^EJ5Hx0k zYgeQo4kyta@%8rK+}?|n+W;pwDn1g2U2j;7apd6=PlM~@+98V_i^8TDX$KXQU?tDk zr~TjTRQp(SqKv27W*ZbR9wmh+hzymR^6VB84qje&tWmtk4SBpFEY$jdZ&`#WH(PMF z-Fj}53i{nQN(ykuqX$#)>SuX13cpILou-^MH5?b>sp!}tY7(HqRmNV+E-ED*lel^` zvTRUTZI^C@E+HP0vrrcdm&Rg3Bg=ft)JVGy#}UZT$efQ=WQ8)XDfh(3RdMR0#TT7N5 z*mv^WNNnsJvzm=?y}UKvmIp|VfyOhWmhG$+5_|^vq%0R`!f^^CJqS>cJy~?q zx+fqzI42Af9WG_n81G&n5U&yX3s5$h~g}i|3Ex=TPP*ivAs<#OoIW$nNLyH zxEpHce3$>lgvYheucOG<0(|8TTT=V>_KC2u>fpwu7T;2Gay-o_D#8Ty^rKxN0q62n zNp)fvRnc;+lo0VIL%pB@=KSdMOHDRck><^u^B3mH*`eAy8EQ|dIR{T_<4O%ep25ubnaWPWKn*`*Czg16CWs{Sz8!$-pWr7D8 z=4)e&Pmb8-M9L7dcNi;*{n6_}ws&QGW-eUER>^Fkxcd0CpgKO&ldd_q29luIH99wR zX2G^4L^_%F-f| zb=q2H=bxdvPE_-;hzx$RiXr2A6$zk>uyF%ZZIgR2w=>*~2uW6r$hb{>DVsNDflz}$ zt3%T5l-v-KW{&%TCyc23rxB7RW;4zx&+kOzt%tA!cJ%x zh(3bra&RGMSXxr!rmn`Uz2?N06z~xJbDI7(!vLS?WRWS@RZAXQ2#U>6hI3eeUzO`- zGxE%hrRFG%);xp#_8?(Awxk6XE*~!%F}-as1=#k~SG>zlra7k>=V91H_K4@uAn^ux zlSYdFkR-(h`WW&I;uYk+$iGpbpgD?XU9&d87tHU3xzJAyCU&2=-gxiC6soha2HZPp zOT@_+nI(ECMPhz5Ww9_3AwBQ(Uc=jwIU=t*3*a%-Uuk?;Lcl$-%!v47D=i^+^UO_5#kk8jT-I-tJdHXwTh!v zB0bzUcghL(>zE1JD_SN?EIo*p7M@yY|G=ZTjZTYkZ1dF>;~lD&JJ2JTuxj*p6NbGG zW|0<^n|>ED3`OZvxQSHLCv{Yk3Xq*LYbvjrWY}ho5}eHN$iW%vmi5ZXvXcH~Zu&-> zXc|63kYIcpH`yx)xTNkDEjiD}3i9hipJkS8KG`Go2~01OrSzh90(jG!P7wnQJhrx% zI%TiL3su(kwqlMZZ0hiQ7Xy$>lc8B_u4GXG$;J9n2rZavoxK1s)0+S>ZH~ZqGV63=U0XlDuVB_vKQ1q61|1 zIlPFfJmarHl+biIZA+KpGj>N^C&C2u*43~;CZb&Rl=O^zhRj*{0>!U;YvDLaM9O1) zSn_FjE0X4`yQ8>S?u0{ARG0?4iOS`*)`B)BQ01C#XKUlPFmTSynggbBCV;mu&O`=_ zhml3_W@#7*fxGof;ty{S^c^ar|B=t-?DlNmO>3(kY~<5?y6MKuh$_3v!E>GcDC~ot zptJ={&&C^i946kVb+q2#$>a2^<&C_D@jPyVl!?c4t9c??cE~U$t(#rbvz}Nt8Yx#P zgn~bW&%9Ik?%I`ZrNkjt-3yLjp$qo#{y`PNh%Sd-pkeSq`l#=PWDGiY34XUeY5P#1 zags49pBsOO&a@D^@beI!-^}z#FT#yTbC2~m#CZ4@9X)dEHLHJ{s!YimuQ9?%wbqOU zWKD2i!+7B68$rkru$kJOuN(P_728y4x}Za$R&1zZL!0R-#%0$fOw5lp87|GSDB~?T zUN#>gu@m^WqXh#D&XnIJX=n>0HH31|;2MAA$A@|#1a35}?E-%Jxy)be;%E}UR{>AB4 z==p}1Y<4%)&JO?Spgayz`k3m~s<*!>Mgp3annSY7=EZip+mHUsv;yc?u*xf+ zz^S4^_T;~ZXBv%oSuH3lAH7=Y_>Rf&p9ScNB2=S_RC6yQ$DS9AJ~h*KLE<*`4Qk&< zNQ7$4D#NBS(=xZtZgN9(z$rn2QDj@#J&?cpmZ$A(;*VOyqYzD;ZP>DidTd|VM>mq3 zvd8C%xOuVW_m`sQn9gx=64fJ-a;y@VFlY}t(dmpDr)^^x**?uEK(0dRNkq!Nx5;;Bi zs#7CkW<^SyP2bxB8&Iu&UW+iJm7sbqgpg9$qvubm5J-eue?uz{C~3h`v!P#MHiiPM z9g|Y#8X3!3D6N5cVi2&x-JHZ{hi3({L5>F^{^T-f2Me{v(WT@Qm zr-J)$oI!i`Jia7?95o6Pkeo~S*YPoX)jV|rm@}Xq$bWSU*XMCB_wxxcetbGGB zGFplJJjA8kC1M+B*YXS{V$r()f>L*qnPH+|BCwZ0p}5(@4Q8j2|BRnc!y#;!`?fdT zp}zJP&H>0_y}?q@pPO|aJN=m+i~wB8juar!C4YjiWJS^>k)#Z=hLlTwUHo6bV9LWK zSY2*Z2A77z!^wFSwh!Q0gwDiC$L_y?LHz%U{_OIT_ zH2~h1Vz9nKl$Vvu-yt@r5l)XH>fIsPvYFOf1WcjxahCkI&xYVv=0g`qB@o~#u6;!d z3-*J%ug=8XiSgLBzsW(u=_d@sjD-5UNz8a0S8G$${m9bj)|A%1a_(H@EYO8A2~5Kd zgaRv!m_%uZv8WOm(Rdk}+2xf3ALhRURtPT$!P+%qyo!*kU>_R9wflPP@c*W@C(gtD zO~z-Y5~^OoFfdj$3~yMu2zz^FdWryJVDqN#<5&)I7F$kZ>r@2AVe8b)*&bso+Hjq* zyGoXoMg(gc{}+qe+Q?PPX6^VoN1T$9YOLXe_qXI&Hpg&sXD|X9(GU$HNdWHoMa;*A z6Dh@Ig|4EN^Z0p+ZA&mw4bbIBv9NP*kWAMjeZh#}Sc?Wto<0HuYPWZ~Yv?Ham zjV-H$>Qg5Klm0%xj{5#_&Jf_VvUsTf8k<`Io-wiR;7jYXz$MJeJp=tUqZ)4q{xG92!YV%};phg_Vxq8%f%?QTITv#!cm z82I(!cBm4&UUEn%BEhJ43t1+=m#S#28Tw}l!>syavEon}b<_FRg2VPoY_*i#c(Em% z!O!UsGF}xk$24-CyPXPaDMUCkVB7GTO7nLS(Qc{Za9e<&4gqqgWC_LD;M`0j%4fy+ z1zL*ovb&xND|u3FoeD(HI#3)Mf#l|D|4BW9RQ?3bI!^Kfwv->!C`+^*<9K{~#7V zb)`e%|4-9D;S?HzD!bhHU2E*hM-JpM4^KP&>=b{u-96ymy_UoqOTH%j@p0jZQ^D!k zx+BxmyoLGX9bfOqldto@IXoCKTw!GKAg{fl@$U($v;W#)YcDM`Raqx{cO1XjvySU9 z+xcdUUNvwae!$xquR;8Q%E~WKB%1Z0Ly7f7I2UkB6NGYm__U8>u zIDj6?Z$~bl;PZd&y3z;L>nHJey_JREk4+xE)$6bwjH)U$)@0GBnGc9vG&erq5Li>; zSHfPA%Ny>an}?(9$>jv!HOnznRhKvzH~h7Kx({5)wbkj(1A~LR$MDcMKZ)7+<@>v3 zm<)d#ZM@#dOan|9O*(;VvgcmOOg~#${=LmMcpks-F!9{HlqUgZSU(i!l7>dinPS>q z%{u827qHp0mf_CH8)xZq#AF8QGt--)4{x=6y=KGn?QiX~SQO$)DF;Ze zT4iVf!N>*-9=`(+No__09UR235nWDfh0UM9?lLOmTF7;?&df`aV%0H0f!RK2p!VmR zySqF>2`f?RT6}Lh_MDv%h8F+8I=gQel0+z#W_)Zez|viP7xvno3WEQfrk$>Lxe$+5 z-{4+Q1}z5O%dBfydefhQ2Rp#mUs__#`5J(9cAeZzbK zW|RpTgM+JC!FhS@);&$HzE{7ib(-)Y<8%7Q3LBPmd>BLZ8zY!G02h;SKWP^Z%D^N0+X*m^J&_Vb$0*+J2%N`J8CPpChkt;nn}KC zJFqhLEB=TAsXM5c7?z7mfJ3v$kzc6+N~k3Gi^uQ)40hi7zi?JpqNP!;ZxY}NuWTOp z)k#%JKj5$agPBp10rh||7@Wo%QJg@^-mgliH+%+FJh{2vwmhmH?9r=KRa$KNkMQOd z86^?y#?AwC6n1*s1-S>==9|bh;S2XKTM}(hMaO13q+VyWJ6(`>i*sk~2}mh$&!Iy3 zv7)l|H{0(}JOM(4Z@+B0MG|9Ymfz+lhu{9)!J{|bEz{gekywMu2grM;wyW=__e3;v ze0IPc;3|vDxPYN{#EOYm&M%GvB*>890Q?KSwfS0p>kSG#BN9AaKRGX(D>N;h(2RHY zS*Y)+V*eL%$^FnmHmy&R;|h@3KQYY1ZROF15>>K4m46XS;RY{nC9A2H_I?nqo2|2o z=N!(Xs?wL%etozDY81lSxHyRv>0wGVQGE@4mAL{-I-P={<_2gYAliLSGB4=#cHN)~NclJP<#n)hE);G5)T zIL|)|L7IB5Qjc&?C(#81j1T)fBy?zy%rm$cyod$+6y z#EZ_90`bKY+>?;qOyj6U`eVdRLP9m^`3ONzcX9iNf99K z%y+q5v+um?)*E+9X)HsK=IWz;kbug5MCWM6iCT2I=Q4j^G1#rL*c3MKR+q8O7XDCrFc+>8-R z#oTDaa&>)zbBoybLc#{LwzAMyuL>{=>K9$Wz0?&qCupOy;TufZ`} zpcICG@uW#8E1$+sVUOLO?A;6skpM?5Fq#fP>G+Z>so9sML`vB6I-E7$Y$YDy44~bWOCg^(&=S5TX{^AKFU|li=ZJ%!? zT&>dxudFWN>E|JVW0QS=gQKuGUgTH#_`RE;B8vb$`~cukMzd)ZQlHWQVP~R2L?bsZ zdbj~vQqB8tH~hujoky$B=^b62Dfg-+$*6knsIV=^mr+$6bCi^5XA(BH)U29*&cL+* z;%VA;8K=BI7H6*d1Wl!x9B0I;1|pSRmNVj-QGof6CQ5P!xFQ~uLLCG3B`f6Lf2==1 zYEV!Q%yw()G-tSy#=DiVx;8eC3V++Ix} zy1G^7aAUCeSh33*@ApoN!l+3x#ziDLMAf%yaT(x@{*%>ig*p9M9FijJPsi>cK_gCp zjnQ9&2!Vs!7eBILHIdrNwG~uB(YSyLQ=}1;EJ1@nQ_HLD1$~WCKRTs$|EP1aay@6u zWYmCa2HJtjuEkqj3bI8>X0@xH-A5}t58{aO`iV@s!|r?n)(b4`aWSvg^6G{g!~}9s zKgcq!VYt;>=Q>*=%}*^O;}uiK&BNq!)?@Zsa@$j56+ibMiiEKkyo$JyV+;=+RGx9t zPEPjcNCnp$ENZ2&t&i6Ec~5!h;Ny?RkVhEHG_*@b>$9~}+AlOqu}Ecp(eWp)LnLbr zb_m0(p`UDml`ZXwFGUfx2eA!YQBsZAgL_W#4ywf-NG^&3-k|jN{-oX}FOMCQ2Ha03~AJfEj>;AsyXB z>xRqk6>6%J@CrM)US9dH0t}<87}$%aJUFCSJJ9yi$2>Z&F4V%{SWv;G#rMU%XthV3 zozZ={#~pB;$E&@P@3FB1!(fQ@EAjFLnl#+Ki$Nh;h=)!JyE;94QRgOTy(JCJ8UH*XP`4tSaK%k&sn)9uIq_dk1pb)&@w8#AYltL~VCeof#^}3YhnkeyjR^g% zv%$QT7ZOco70l2REV4us#YiV`3W(^~Y6{J1)J2F_yP+t$+H>pN>NQtkks=?xj;M(z zm;s$`_Jck5jdqLD%lo=bCnUW+1oDJC@rr)H8hE&~f|c_oMrNoq_s$vCIu}IJ1Jlss zl8;I(%@7NlWX)mEhi5oWn!lPM4t^=KJv*3ksi7YoiZ)*%?yrU3Qh>-9$s62op|J8^wbW4 zrPu@MTk0=L_pbLA;VL46WBPDOPk5-PaQ;O2jP@8aVr2=1N$~UYrobG$JHb5?aAibB zP2g;`ohgxyCev;AA<&GKC?|x`2X5t*3zg(t)4>00r+ho$0Hg1Ln;>>9U-wG~)=dN$ zJnFh|bxh_ZZ`_k9s+Ch3h$^Q%{<{#*IcGjE{KzDdD!hji{N6`EJ>%SqkqN8oTtj#O zv)$})V){bkX&ECl|10W(J|mKNr^n-D4A`W30fLJHxVH) z`9f)^tIQp*N8m6CFhd-I2IUu4)+yTmVRud)2xf~kVHNUEuLQaC<>BtM-EoF84uc=q zSH^~dz6DTSOG6lh=rcHLSZ2>~p;MFk`7Dq90v5ox&q52KWFMLk5tA1r+!}Q`F}Y#z z`@njTdLJxvYuy#Xbyw5)u!)0Om%E00$755a&OE(Pd|IqHS;)v3U{tA|?Pe-!X#=wo zQ6XzUDJklL${JBjzaUB}eXJ9*An^}Raz*)^<~*P3t86keAIo)`V2^w4f+SohQ^w~R z)l`1Hws<0qUpj+jg9uEC0a- zNx@AmfRKTU7--nK{(m)c#Ei!2qR#x;s{NjN29O?X6uhGJYg- zN(aI(t!6!@;!vFFnqKujoRo~nf>JYc^9E_XPQMM*#u;P}-+)7QtrnMAK`4{UE`3#3 zxfBHIFtC*5Hq->!hv2mhVjAc)2STm@+LiCqq48r+Dh5}o__U?r^p+|Hp9utQ!~iraW5VXf`|7%ww7&+th!{Kw#_v$tkiXY` zK#cZ`1NP6MZt@@Qq9kew)ECV9=SavVJ7$A0PJ-S7Utk{{Wexr-yhy$V+Llbp{P{4B zYPNJeQ{3DA&~a1bC!(TEWo(t)$thSBjDORV9#SV9M0`k;e81LxyeFg^bdrOE!s5Dg ztsH)B?@|>Q-X=*ZnzI_&7KCM3EMePTJS_Ot#YGM(z-|Ygd^IuVRREr*&L#uZUCPRL zh+xt+o!Sd)-E^)_a6tw&VRDLgCMUPWqS|60GH|Z3RSPUrD+eD|X_`s{<~xfJG)x`d zva(j?ww-YRk+V8J1f7;+jLiv^U$n09!%d35DCsnXx>tn&WNPiGmq1dYw^w*0RP;M! z>$6rWzwGz5goz1>O78jZ8+_oMkTr+bk8FHpP33T9Y|sA)-@n7h)#E0Qwpvt=NM9IM~52Kx9kgBfR*kMstXgyD$yb|z1KV4LA z3}oR@vqT6+!BFTKAQ`PqLy1zDO%#8e{=>xp8s^PHePJiAgS9ZT9v%~pc69Wu;|SGB zqnoi0NmwgLrHoV4Mmd|p*IiTu)>KRc5VnXys=KKl{fZ^e`2$Mdr?w4=`1>0R!F6Di z69Cirw*(bTJ>EnMZ>M%)lte{ixyowJmliHLg||))p19qB1~2~W5V?+uT2PE*+Dmjb z9UUVSOJ1H4!%n$I#>ID>%J!|JMp7!GfBunHhszs+)X&hYhXL3SrU>CUllI6oSIF2H z)anA4(Qd-@7W!Imzqr$z`g5!Ozfa%Z1+AVVgI%AgXmdWwY}x}P{t%E38TA9C?|rG$ z0jirD8r_DVAgXCHW`igvFA#CHsa7DE94bNJjVn!toNWvFwt?DqEXRAethk8dn}dZJ znGZyGDUcL5)CT2&I=(7Cr!2<>Y=FpEqt8Tz?dl2wp`zX0QcZUFoZ49{Jw7d-ZdKX8 zx*AYd1+H)ZZ493%3_PAb{)%d<0qSM4|4y_Vc3*OlL2lpoS#g`ift@|JFlBt|M5VCL z9s;do>UIS1SXBZ~)K|jG>Nhl0fuo0p4;LmeoUvS56VL2)k-H#5p!@e4_k4HIKe)YUYt zf+)X>k@}A%W^(PFX05$g_({{XleB<9a&kN>c6&m^FcuSMzfS+LX9(CUF)K3;9u=QQ zwyT@9UA2&-ANxSk*}Ew4OL)LD2c+J?XI@7MSD8!g4nGH>JvqWMzq* zq)Cj(Fe6`lbzwv~5Jg%}9rPI5VjQDV2?&SeYzN7n0wr?i0|^~MFLi3rfQ$Pk|CH${ zC1n%xM@?w(lLN}`VP^|28|{vb-OIx1+|FtMPz0bP!pc6zeEMa|Ck(Rbmlo6iv`=oscqcKVf1AYKvjvBm;aRH}`e9U(bb7#lN< zx=K`kO-Uu>#4W_@o$DVcYMV*~8KJ0Yj#@=UzpbMV$=GWU&ej-6Ms+meMm>E? zZq|QF5aZNpyd?}KJF7vgT5t_nj&pF$s#5T#sUdPi10`>M1CCD7p^pAJc>W8VoFdf_ z335!S*>kRvn&#jXIZENcJ~|pgjwEn<+Kpxjq_=%8lJX2>pp(`jFn(*vV!UkgG;lR~M9Ahq$CE!CJ39>hsNR zNMJP&(9-Z&NqOv8LB<(S5jivr2G zFcKydGW{>$-bspn>n(-wduqv4t`vF?4}j2S2HkYi#FD-sY#xTbk`a95gqO{RSsG@Q zLZ}V@qxe9SN|mUm8>)Zr@2$ z|BFoKGK`qMgbEU7uN{z}9tHutAP`Mo8E|q)$hTyvkdQS0 znqA>JlXAzYyG5Nj9eD8pEklI^K?XMLh9jZI0ek%h@xdWyO@IK_I;+G$yT!mFINb2- z%fOrzoF^CZ2uQyHK40Ke`!x;}lM!BwjJNXg>~fWjorq-;j<={NdH>(P*up|y)}>Vv z`X28$T8TxO-cFQ5QHz=163%`tMQNQrU7X~|2jw1Jp*lw$|CF^y`057yuf;4TXo7f& zQO;qN6MrttBK-F4!e>O3On<^Puy6yYai8Z9y>z$mjC>ju)toDhM8_GmhIQ__RoigCOih#*XRc{ld6cu%Y6$ir$$7%59=jUs^xS$?5|3gH% z6Iu6@oOwZcfLv+<4tK!7K(Gu!L;)}a!`{UQfo%IrAG_J<(B1)|aI#R04RgVHsbY6e z4~BjB9b=G4p@L3III+m6;dPg`qPjXf14ENtd6h^B2+5!rV>TyLPxadJA`dTNnTjy? zJ4v-D6?@@_{yhQ%5Yf%Qc%*NC4q?(4!S9DWCIb7rG8&|xnIZ&vcj!;XPR!y7y`NX? zsT@Bx6eCC;c#j*O18LreF>NULb8mOr42paN7Ip86^@|2jZ*CQq@wdy)NM!??a^aH+ z^LZ6l3@q>RU}UZJ(q-^MGFf@tMCNHqA#|Io! z-wC~lYxs2R-UMwjxZ7)S5Tz<~;xQ;^R zpA(E?yA=-Vgk!@nAzsJ3g0@tTJ0C~q?#`%p}jwC zu0K!9&343X0wtb|Ktz%gUD9FL!FSdVG?OYz^!@E|(u;zkDnz74&?crpOh~$r$6>O$ zE@}KgAysMX?=2mA|G?Ohxqp1rP41 zjfy(-s~!P%EOxQ$s| zLqiw1^7+^^gkrj`_Hw|Tm_Z}f+J)@6RvLMF0vjcromKNiBoK&Q8&kOC$&8D%9MtNw z*GLcmkhOsDxvm0e5WM7e0YNp_2alA!p0dTLbu|1Bd>b%-vPp3cekzn|TpEt3P1Mf;l+LfOXULghk+epxZL^ zFuM~~mis+L$H7dS61))|?01pr_Y08%n~7lBiY-_0#ZGsIyyWuqseH!^s-I)VY{4Wp z1Lvd%!|6p>(zgpQvqh{@cD8_Ivd8;s4g@II;|@VwtX|E7rfTwTh>t;-6y-3lZYMSi zb343Xyy&*>XDd3IVrFC*b4J|Ej$7~N%(ClYt2IHAwC(E-+~b&#kVz{9eXj+wYvrfx z>q?*zRL1WEWtRUP;fTOI@VEJ{`=jj2oe~#YGXTh!JPxo48>fFQ=pVc_UinGT^u}8q z{=#p_9cN@!A@LuCEMK0>%3|XLi_Z-2`}>9@bHu5t8*1Og!mZ*I%!k(It^nhGWbbOM zT`+DMXHgSO-C!cZJG2?j<^phE6-l_2t%!mnCxw6Q9qtF-my&;$jt`$4kYMrL<;SU1 zrU!2t*z2n)vTI{ncc@xg6!1_^Ptc53Ri(EuQc1bIR2Egli zCS2lg{_@Hi5gijs_ABm)@>?Ww0dW`xK)2SAXh>$s#3#P>rOWdZkR5v=A*HU$53` z2F1h_VKKYVo?lclIj=m$^mbmR#XHP)Gjtpu%`4&^k?_HFo`o(52;-%}If~MLN9&+< zM2>2A9|M^f1~RIxGUZn>(1uE=Ky{TB_q)GyhNCipQEx>tvZ?{OZc{pP^0veGWuc`7 zX)a2L=j8nqPm(;ZpvvUMe8*DEE|c#zeFgVc!vWyZK{C#c$cheBwq~Vx?k!BevhdkY7h* z4Jh>w0>>&|1n~vp*gR3NbaK-c`%Pof@a<&qz>-+4E!dgquQP?^!b_Qz6p1)mNSir8 zdn9OR1hsm(a@s}}$x{D%Rusx+Zws(`YUnR1KCE^aS_f}hBnhHMCKxx+lRreS$hloT zh`NMZ8yzMVJ_pLunx$H8{G1rsrhOV*@PcJmFyj|B`qVE17UmTUe+NSnr$zu;f(nYe zl2kq7b7n>^D-MBoDFyehqBd!#<_G^vbHbs~=mo-A1h?i_wI zwc-+p_yiflfIQpr5dR4-?*Z^1j?wOTy zM49=>z4iBuUx(4EaXTO_yE)hYLs1roqg&2c2k--4lIq5j55nYOAuIROSWS&4Rlg{% z3ECU2>@fn5-vds8Xf|ag1k(j}QlxInKtv;_kI- zN|hO<;q71xjT{six!R<#(lTn-RjRL+I?`v1N_mD32Ko%dtB9am=!UgQuk&p$&(K!C zKSlR7#wvTh6_|B*$sOR2=S*_N0T3;k6ZYYCoV*NM6$>Y^=h?(+7-Je2pfeR+4_X+a zW1^2A=y_6)`;QC?LIgkcS|1-9=^ALM`EQmc4ODp;_Gd2S-w(5BD)ui zc!`{lf&yn$^u1<@dYQH0L;@4sYX?mds$`OE@CnQ4c5{gGgEWQQC~_^ZzVOA;)3c6A zwS9#g8=!Gt4mROw3q7;K36}0hx-#{sf7gb0{cftRNh%iMacRW*0fkmEjf7ax0li zG?gzh1;56Qs0tpu>hiNjt*!TWnL(0i^It3ox@?Vcgu*Tf9HjgO0hyIJ!jIwq{aFHA z;D(4_ETAeDg$JV;nAQ(TH+>#Jk1Ewxgs+WHUtypdX&gZhy-2rNV7AEd=b6`4J}PWH zIethqfBYe0$x#&*rLa=jGrsPg$SPo8#G*+x)wna+zGTEin5{qn(@tL@XV{tAX;7!1 zVv(xQ=KTJ`jVwruJ4g6^)0ZCXS%mb1#uLGWdF6BWetg*9eE#@65$O27O-ssQFA9|u zG|R5{>UCo_(f6RBO2~`3+M@To9fNLpO@k_orP@+=A@X^n9)gvTmKuHRz`yQg{p@w0 z_J)gR1vC8V3O^%ABV^tc`K{}fMHma0 z9^#42(I-+VEcR|@(drNXOY=r6C>V%R0(IcTH@3oRx@1 z!6*ck95Ow+dCZ>K@sQGjqGI)^c*G{+IE6}$hxO+qqf(^#4dB`*^2JZk^nTHD;qlCw z6?CimO2%Fpcq2ezK~9bU@QOz`$XQ?tC0$m_F$!3-G>ZXSA^^5$ZH1QXy{#^=E%T+M zN|j<22V+KyqTfj+gQIUG#f}l1&1@{%NE_RKE#TH(q2sfWa0vs8^q4uKaz45Q2?=7i z(zneNx~z9VdE%ttm>>CKVN-tf4Tkcl6c6j1H9 z^e*jMtZC|lH}_4oZgE>c?vkl=9}n7}J$_Ue)9u)0%yBLA`?l~N&15(}--kSuRkVSC zZrG^`SPf8Iu?v`+XJ6dAi@aTuJ_al*sft(Y!#a<<$e;b>n_W?_6DEj+8Yb5P*%cu3 ziw{`yuj#}k7p@fwC9n)zipxJ2&uRAk_U-y2t3J<(-72JmsSWN%Z8sX}k8*R@?*zvb zD=qWDXp<=sx!*v%MdAUV;ijHkF)tegU?@M&VQr!@w}=MkNML4ZC#LHuNVxwl;xCL2 zkPB4`GfuI?|Gf5rG24O%t_?dvLnYH->3bL}68kM46;#3|39z*xBT*1AQAr>flvy`k zbO3nxFT+M+@{Zs#m5IvZzXF9kN1H%*Cb!5W>WyJ7;zh{J4N(0~WB_oAMAGq@Dq_;E zg)wpQKhb2d0+pV(j@bc5P#)G(R3B?9m}3QKgDl|NW^v3jRYp4;J_B*a8p-M2^9<(- zvWubD1M~Z?4smnpbus>inR-wxxz0gb3-ps~j&QKYb`N*MD!Ic}k%t1~?Nx}`ht^LR z*)5Ruc?(t4n$qXNTa?d}CW>Dd;kX_w!BJ?i0uOALbM&9sHl6Cpu<6 zBh=x7eueO3&%8s6;cNCXX!Vi3j@RBneS)BoMw_FWA3_&&Pur2PuRTp-r>3 zl9;URm1Qv#3J3Ydi_iAPmoOrt>Xnkslfz|}LahNGc8}P6S%Y~&qhkE(Z;%Z7!7vjv z5u=P?#$Q)UyFy(TjN(QIT^$lA6V!A*UG3OiHcw8K`EKFC;y$FQs0f<^o`fiHVErWf zCiYQed9L1`xVto8Q-Z0=cBS1RAm40ERnCwzhX05b|8~>?{&#nXu_{-JJyt&=^-UxK zA765Xzm2Q3L9o&|3YtZub6}%Wn7Lj*jO1nD`$>)k*S!qP0uJ-;`7Icfa~p_mkqfs+ z0(HZ-tv{Wy$s5<(7wMfFOO_AYEid1cQY-KE3sPxD0_xE>3P&w?b3>UwKCyk)X8AVj z;vS{&LCjeKJMA8^la<;=q5{Ops`IP7F_LKF^` zaAIRR1nn$aY=Wd7{shz^wx?vsYAC12@50{mjOA+1N@W{Vl8<_LHNeoSCQFgmu>5A! zm4LTX2Mp&?fa)SuvT%)!Ij`>yF`4V|+l^GIaBx+@Q}Xf6Xwnf=MqNQiXVhd3)d;F2 z=i@b1Dixpwfh?5hVl?_|z`B11yEuIa7&~$T2D_Lif}Q^zRf8a%I!=qx|7cQWMDrT8 z%EIWJ+&M7a4W9KX`GlzVk;isTsJ-60`7kNndZ`zgo0IoX9F=Urboh4g7FcD4kCOoy$A+ByW7?n2seGAG{#nn))@I~0{UzqQskwm30SdhV$ z-Qvjv{zv}d+hi9T{0SJ?HcV63|MV4NR$ZQZL3B zxSTz}ZF00~C~QT9F&i`T^C!E1=kU0gI%G+dkk{vnC}No8l1DKvKFw6no>7S8#Np!; z3_?Ty^%84{1R+fhYLL$P@a{{WOQTZ;Hh4Y+HVk4fS4?WE@bMpFJQ2HWC|hUL?bt4a z;hVUeOsMEZ*qSqy`U!7?DrZjL@+R6*AK&% z`wvZdP0c{uRaJuDIgyK8Y&zpUbL#@OMLcvvKzS|7NRju|wo_dkDg}HfUI== z%0{=MKQC%#S`XL|Nyt_+(6aRlk;9#-0;wo>_iZfHFqB6D^D0;{k--9Sd~P6K%J;T1 zc1I_0=DX}?!ka(}N3$;u(oJem)!}uR)=9kAmDG{F2caCB?c4d$f;ju|L_P7`gNbss zee$l1cUuq|{yn1{vDDKkp{!wH=S&*uVt%7RR=%R> zr!hO_7vfDmICC$5HP=e9LMBoC+LKK^hTj1BT#s~ZC=;EaO+@Wpst%+dmzl;p6Hb8{ zv7M={>YtyG26QNm2!zKPT-ymh*8P`&`EMf{a)1(pK1-%5I?_a%^Xm3EKnr&1LK?r7 z`uO~q)9-k>pbdbeuDO+?>3{tRefePu;~VLGN%d{BGh;1{L+HPny%_;rC1*Jo{!@xU z!)|>$chK)~GwK5NI-wcr{!yUh)4+^s&zA{Nq7!t=&mXlf#jn9g2Q%yI1E$&x(dD8~ zeMEqwK?OgE>gzZP+j+NxYK(+jJrpJPrqNr5b;HZQ(Z9GxF!TS&%EVz7F+%TP7x!Ji z3nt#ru`J*FHAb$)V5ur0XYrpT(xwynBSNV01Xgj&wNqBa(Vb3U6aHIn5(3SbiDjOG zTwWLyeYOcdjoA8Led8a}D{&MDPYB0bn?Lzm!%C*V?JM(iC{=-a=HryHZEW*)WMml) zefODdR%%6^X>|2)1ZWPpWuY>GnJ9$E1JNnhd*R5HH_aqf&xl0jIuV&&k*G6WG&0kS z0mmAJ&^kn62+-z>@xp`Ak6(!?7E7P$wtqqunbHX`pi4Ajw1NZgyjLw@d0dTP6DJ*w zeV74wTD>@%lhOy9K&x^Yhc$l$j-#zCUefZ(MY)k2417!GQUn5Wfl?rlLygdEA9IBi zX@zgPv{-OIP>IThydKp6yVidU$iRirSimprdWp&y+8|J%o@XqDE*Og!*rA?=4scn|&WPtL+Y6&v2+ zYhzQ5MsmzLf$R~$!mAXVRV_a=@GjBtHP2$S+3lQ(+JYwre+QO7-R#iRVzWC-?E#hn zH=Jlzo=Z#I0dBybjgO#sT#cZ2(1VQL&+xa1XM8o27*dT>$`9OE&)|mhY66TLXfvxWkRDq#`M6s`$^glTwl1#85kA%S-*}vB3h&6Cg300*1a(GNl7(aiF2=^ zEpjs3wGs0p|M~)1gIt*w3!OR&(plLE$HJ?Piyi!%;BZnYJ^^a7c*v z?)QP7o~=v(u>EExVw^ZE2njo?|2G@&8C(RXa|B2_I?)XWrI@z%BRk37cA7?zgdGMt zb-;pC)mDoGXSb}K^4LV(kZBQ#!x#8GC1veMS}&>L)iZBfCyv9%@g3IMul#V$ojP7W(p^7i zf+66|M8|16APpVbsvkJqqW#}MR8cSa+`&cbdH#uk8S}YmlI6AWKWzFMC8gQdgZck6bo$ zjAV+iLH;(2*7=9NPF^}Pl9wo-qjfl&@Vr6+y7SCl3bF34F&Cx3VhSBs=w)ccYo?#|GMmaw=)1L(aPGz z@6J#t!sqaoj{2gy0^arA=HQ_b9I$EzDe5o3yDszX^#ya&T9*sUp?SD6g+jMTXgOMg%Ef(T|v{Mkh~0tip5;y<|Js&yEaTlr)?0_11J$HJbG)x zVXN$4<;UmADMP}aj2NCW{*Z$O;m?;?NXEnKQzT@Z#r(SDZHmg)SR60@8A3K_o)_Cc z;B-6Qe!$e!lZ=ONn|E6=FGxp(L3wHZ!M5J)`wiZDDtt2|IBgymd&>o>B-@7s8b)*j zg@ZST2IDgj`t$!D+j!5_9$yH7*KEf&+K@bX{DPcxJb9zl8A(QVKwlDOBoOjTCS>7b zb&d2dw{totlLktf)qIk(BT_Xp>T?vT+iGcV;T!I-@UUoE7)(@ECq6iij#-`Dw--gN z8ZV5wjRXbrx7>(8G!kE4Za%ljHzVAPhTVN6Im5uf#|>KQJG4rLc{G%05o;pvN86WE z$I8nmZGF_sYO&Cez#3eG)i+TM`Zk|WLVhhI1#ouJ8Vyl`m(K(wHH=x31;rzJh$(Ea zt>CK1MhiQcaScUXodNeV@AIJhz$l(GGjK>W*we*1j=I7^_{P}m6=wY6e1-GA}(@8*>@BRD_03tWs$ zP_5!}G0BK5swbW=*D+^!U_#a93dM&XKLjRHK|Amq2j(T>nBkvSnU| z5DCP%mH!nFdo64+ji&8hf%+cfD{umI{FY!HF-lixjE-(H@)ChBSCsZ~*$a)d@<()U zjmqn_ebeFN2oi}<`K4lbYnX7%2zeAU$l|;w5|!NexT6G%%L624q{IJF&f5Yd*Y^w` z4de8%N$lpJWRyRlH#aFU0&~X`>_(tBe|VS7OLs zeJPc)2b0(?v7A~~;ymg_o>Gx^nonO^i5AxE zwgH;^+uHR%!3=)VLCq^+f`ph`?!IXdA0f*V}(#@U3r^lZr4BP&KG@l z>p}bWL}PMPd~l6x_SfUu*Vu(ob7pFypnRr<^q9qFTHATRI~$b|22(;daD6Xo;EN{l zZFLKREb0R13~B4f3G68gta~0#v2PzR%#ux0>Gix^BL)^av}!(Lu%v`p@;9aR=U!dw zcu1DfMGGC)lUD}t!9|MbC8bT<^1)hQ^jEvG(YadWaL-qG94Uo%D59}?9l{yEtZ$o<6WSo61wEg16LJPwsWpn7FajZIBT`ON6j z8(U5H%Yc)ZsiHvgVRE`hLqjXq$KS5^!=9LwVKlo$e?1#CcX&g0HyC{1O~}ZIfj-p_ zuV)-}?qz?`Jur5iOT+lPo?an6r? z8`ZZuuVUKV+}w8e9eq1)y*p^sGG<=4^UA|+s~-(%_t9HqYEfOx3tS!sDd7uEhhf&b^%A54*x&nhG1j6N;|r!ptyl1F?drD&uQm z#9ilnjjDu(YuKY3WLO}0|M-ho4AHnROkQIM;kw01P{RYDjXTq*(4sXA2WK6Mh(a_Y zaCc=tdJIy0yT-N<4fGzeS{ASO_lW~Uqu$yvAYz1BHrL4IwF~1zMp_~bh}A;j%(ZhO z>K=UmND&J|yKClK^sneExYN+Eg0%R&EoEBzyB714JkmC$tj3w_hhBNQut-?({-d zntCPBVC{i@^~OlF)8N9sUO{{hA1Un#5`Q(_5+i!iM=r;6`-axAc-q}I%yMzRW-;*b6 zb?XhQ@cY`ihuMK#?Skg+0N_3P<-)&demj;{-9<8fCB(P3Wjn><9`kvN{euu_a72ED zHKk>=l(q#EPY7dNq|Io+t8eQ;^;u}hN@|>oocg3}RsSyLfE&MToJ<FzRFVlrINX7N|O%!~C4)+{xvJ-MjB>ZLp+TXL>33VqQ%F!T`K5QkETV*l4X2Jga zz=xCz?7XDveDlxi+tl%GMrlCY!nuI#6-F|VwwA1w8TEwRkf7yhmM=)_LM4l6j8fDW z)0v}~*yQ+zOcOQK;0xJZ)n%}Xz1@SNs*uDP8-w>tiS8Ql@j;yat`M~>zF+P3$X{H& zkCM1C-_Edy=R5dJfQLI2PzJc0;5XL-7f5N!s^Mi z%`vQt7j?|Quvu|6(&j+jb(A>YOYqPy{sfpyEZ=;Pi`;UUVT7Nj;9ZG7r|TY@5wxNb zz3_9h(WgVN_~@;8$1Ax{B|+t8uKMQP`p+~NA20g4TBbsf4D!5RD24BPvyhNc1}^H$caSPug z_D8QrP$!gEFjf}o4g2L)0WAm=1@%y^vTh-|Mpc1lOh=wpHvL0E8GrX8GHX{z0yiBq zPt{4Sq#Vx%${4|=_N>Q`WhFGvaaiV9gEVzPdj6uZM z*ltve<)~gDLIeN+_>tx!bi+hk^Y2)2WoM_7W=c90XL+(YKx~eYLOdKwjI=UKTdK@< zIqG{fLSbRu_bd9JnSqOmg@sz{Rr7>x@_uI`aLQd!8%2ntQr~vQUr%&&%?7r3j`HS} z^)2x@Hy%;2;@8*qoCg=epG7qR2dxMIYLvbxLilhzt+H`xKZC?@_m^DdT3rK6w=gW& zk+F@hzMs=`ZFioMEy>o0FK}MmF8xnrGX|aBIntM~9aZwSA1@YbYOM!=H%u4RWEsNO zye{Xu=?gV&>3wjILnj5P@B@V>!oS79tVu*qBi;1sK6Yy&SKLqe%;tP^+P_5$r0X0w zGS)F&H(ntNzR|RxN04;%SpMW`@6mxs7zL$AMyueDAsbWXxjg=Sa+SerA~xT(Oy#b_ zF*h{g?f#@<%~@NW$E1Fs3)fxP8$!>}$-svw6op#L+Hyg0H1Uc+wKT7Fak@X>4FBP( z`TS}7sFB{JCM@ZhLCyK5T=a_%Px$Z|5qyZUta@G08HsC!^KdgNDIGr7vKXy3K z_0=a>R*#%55R?J!5L-5JXy6}-YuSdH*0)9pMfr!8H~r-&NPtT#Qv+e|r;4;TlfNVT zT>hWm$iJSuI*D)7b`Sr0{%Y3ZnZYdB3dLHSz#gJv|GjZT>cr>oEg5MxJ4!=AG`o8l zK2!?JXxEhC{HRuB8FfldF_#gGj-1R?X9llr;ezSumeua{{5ZCQNoufeqJvvGH8r^N z*CLa%s*Gu200$Nf<7n@I)H!MO)bUME_Qx8552B8H&Rx#t^ExD{^)(mWuEbFbSouuP zKn^?d+INYDlIV9fGEZ2KG#Jq>(fU#zSC2V#t)l@-)%n6<^9F6Zk_>2=4N#N|BV}O# zA0F8HTx(EOHo1j7b~N+DXMRX#eKxKo7Pchf?1*|se4zHe9W>3e>|v2sbNJu|BBM2K z=Jotky&t+p#H(z2gB%I>Xlc%+^uA-UcJI+< zUKh0KxTIj<7o#l1`t!Do5%#EVQeqFst+NwZiGkPI9!M6j#{A~hmK5bbGZCV_q8UfXmm69iC>~ya;}8c3q7pYULzdh)A3e5 z`}-4E5_S-g>WELHVsdXWW*7)tP%wS=KWAaEzB8($^3kxBLj#}$s@DvJt&uP*sR$pR z*!jOh84%#n>3kh>pCTtbhLk1DiUj2Tk)H>4XcN<0i_!_g;Nb^A@@as?@)*ky)rl7E zX!8DmmZ6Zd0GL>0dNoF_fIH8CLaK2g_=5-7P!IDB(atwcNH9cch-<=Nc?zMggHTMi&i%5e+8ah7STKAg>e3skcZn5`^py*I{ za6amX;7SsB8ODkJi;X7e+k6E%L> z_{@;AO3lvugJ2Jz1G!0~Y0D|#JJ?}$ChU!(yXGL~r*sB#VEbj9jNipIY4~rZ=#+-&%1!U zzJ_Uk_}j$!Owgt;jE=E40Q@TTW8T;h0`Vc%u5tX_+BVSetB_d;gCAXex`pIi@IQvQFt^Pw!t}%KIhh8g zkIU%RH<>sEBS^X(jW+5luao|M1gB-P!mgB5*HIQ^;9{|~Fh_K?_xvm!JskA(8vFa5 z%3MlCi^c$5_VLT_)-H1$=??GOnA$&nbS-{zXde2T8LIrN@F;IVNtfC2yT|q@ZlkAUdFL%{IGp5?F<-xJx(Zir}!G5_DTfe0;4RPTa@FCQ3wz66rrShRQwhNZK~23VUP*O*(d;2vNF?WBZH!$6k9S_zd<^#%)I8sA2He;_3gU zKo5OC(MT=xrTe;hxdZPJ+Pofv7S|1YwFWvZL+jNR)*cKhQA$*sW{~iaQdVRAVjLGA zzr4)n1gRCp-yO}6ChlGYjt!8*&(CKhFS%rz%}R8J6I@&vq|Zv6%^IepL^QSO(XEg9 znd-u^VnnArxy!hPDSNi*Qm;f5{(!14XWaMOK77gkQz^zr(qt}lh|0d@+Rfnovo{iE zSxkaqdDblR#psndc{+Z$m&`R#PDKLm!o!}r+xL78!I$r_`-F)2?PXgP&~~fIl<$d_j6TMggUuuKOE$F}v!# z^Yq>1b1nUc-S!>BpF5b0T7c56QXZ#wyP12}vQ6vg3AMWsSxr)f;JyJo=*3*bWMf0h z@ZFjaZ{y%Yf%Pr#SvAcwdGVp#0f$KR;Azj`93pmu7^s*~as^IY&D6#-ZxtRjRHBSE zsLjy_f-^G3LVCA|cNWEWB7dvbr6a~_NJ{l-51sv(g?_CCo6vtUu&U%*iC)5&Rcb4M z$%MOYRKeOfdnfh6SlU5vufjZkim7WrN?(=kI$roH zMjC!mVYBwZN$mC2-o`q<&t_g^37W@rh+v*)8Zyb#1fQ>HO4LvMt`}+`a42+Oz`?$U zVp;VcL|NnOx`uLDcEMCpyE6uI&v&OYUi0|0{x&{%$0;n}jcC+W!xr>vSZA$>A^JiI zO+HETvt1#DbqArB1`YX>8@Cg}&t-&g95?emu-*qAFYGY19Ew%Dr7NL!mkU%N`Frw1 z12`U7dzbF%#Pc{_aUt7saX9+o?97$m;Q{EU-oYXwT0g6ULpa)E`JJJW=W6TgRoyr*n!#2cL8L;$AMvF(z52wt4YtxeUTeD6q&@Z8R&l>@Rc%FIz; z_F|L4)nNIm`SQccim^Q!FR;hkDH?A=fD{(r>Y{UW{9fa|6+1B@LX}U68mVzL*c%d7 zLy>t&8F#F$v=6KO>oi;vV#Gs7f;O#gbuiJ;Mxg`J`K{Wqw28rr8Ual zxH4HDyTDl{9o#U$;#MVkoi=S5n$U2hXoHJi15e|Jp}u#)EkD0gMrL!d_CPwJn`*w~|T3Qxw?Z)S(?uR)$&sokebMpMX zoM&Mj509=8Vop2gNvG%EKCaHUngntNb}g{(CUEdu)bIH6=TZwEM(3&Lq{Ys7*Vw6j zXL*VQVLe=Fe&`|+b4H!N*-UDM13OpL~z%r)Z2+@j8gzhjroD%IYQvHh@u2^wza^{>5tD zc~>iMjL-3~=>UjIe{mh^)_1Huw@6>w6cT3FO+&yBtf!ZD^!dUWy%F#Y0En0yHnSPn z>ZL$KK?;+p37@nN@9XXwUY{OzgkufV9Q{wRu*$<8i z$o9YUhFu#0>P4qc-BG@snS_z8&nx~DdDBm4G{5`d?|U5?vr*bFNTEl`r2xeOe!D|3^M@j3{M6BmCMf8|m~eqnRg5wp zAXWW4h{bHvBY*jAvda;w(?LYi;zxb+k8&j-luyw;COqxbg5uc(TN%q>PzcDO)kU=k z&0LCYiUBhx=RqL*XOVR77Qw@UNo92YVQ;4G7~1Rf^javJK*_i0KC3!qomRV6QcCz701 zz7{vFCvA%BIw_+kd22V)RF5v#U!GT>;R!c>z(qd=G}%q*$C7It=GQ+Aigeh^0t^UV zfG&3@&^DGFoC`idg(3IKca>730Zf=n?o@ZOTn~5z|4{NAZt@x=Ghp;3m5wvh880|B zIhK4b3G3j1wMCSKo<%}k8Qn+OO89RPLI0ZY-ZqcX3WU+B=n~kC;9+yH@D4`ulBwQ! za5`3=8CrAyh@R;zs#0BE9wN`uZ1%Lc)bIk-)X^z)zbt6Azj<|VbhY_hU0+WE?73&R z@7ZN|d|t3@)NS1&Z38Y&&XYm{b#F=;pgievP92~x%V~?eqVP%kJxMScRVi3@8*$G} zfTRM39!2qI&o!R)=LS=ho6zY;i7P^HjB$4o$&E#SimUe9t&Jkn`=;kZ9h#CNmsi#d zN!Tr(p9JL^4VFLZ6FRB`#zr*e4YE%To;595c|}mLQ+OL-Wzx{%7Nj&agt8vabFI6j zQ5qQa;nP0)hn>Uw^LTmF)flx3KB#zP_^9R9Au{-PM*pbCX%LMV_DW_dgfNZM8E-QZ z@x_FYm91&YW?#F^?sjQeKhGlXvf) zI*AG0THBP34?^?w$dkGhTCmsPz)8^huZ(w45e% zd2%?l_#t+5U0Zmw`e8*7`I8U6M;o*|V-vG!ocZr1{D|(0z>H>Mjfn_>urPmbI4h?o zhMw0*ejm;1m+!JUUJ@j$lWv%;) zzjSr>&g>~#r+4cRK2QCX_?+rE60{#ErtYh(X@eufQZM!jP1$0!z_|IIP6<`CB3{l} zgu2Dl%)$Oea9^0IwrIg9+W2$NV0-o^(W~e^2jbRq>oJmhd~g#pplo6jST9}Ykq;c% zK4J&s>y_wQSY{+UT!p-L(RPth`DXGzYFjlGme!EVhK2O6n~2NG2uQB4sS3Dl%=|xS z*GgA!;uiZUB7JcO&r5UrsD6G%aALx@kx%6wyf3eBkFPd*3XN|wncsBv^`pP$b`!>n zT$?5@<3T8>>lLOy96p0X4$imIUeBgyOK<6wm2N{??gfhJeon=@%5DhPX8};8FpWQw z&OW%-h3lN{`@)ZnitmQ||KR$B{Kr^k^c+XM-IR~fji%T84(dbadZN(b*AP*D_zOdG zqVtmGPV8ax@}|fj{Lr52@UD84z{TvvY`Kc=Lk?+baSm#+zBpQZ7%fm)N#NMMe6Arv z$D~!o=4zIDB0Z}1o+i&*q%_+mWd^PD=$~%4-e%o1k8<29natOE5NSg17o|;52 zfj%_jaH=JWMMRj)>?z#OQcF$@&u1X$)iy%DzCB5?^}sm6n1)_gSq`N)P``R*#C>bW zIH;x2Efg9>u^mAeC_Vd`$>-4*kQovBxme0HspyH}$5ZXDJy#oSHLAFXt>$8jwwtE-V*T?b}*P0&z&O?Xc!uEL;sG>Q0=_nU&T3m#&U zdb>ScXV_hcP3bS$4%SUiB+k`=(19)YF(f^!Rv&j51#O^IxKNFQ1%IinGwtV8Jz=QJ z+J=f>gA8M219o#(mY%)Bz#blx(Xks4X=V9Dreo=t%$yfP5uf?(v} zQ^51$eMHI;M=--s-N6ZoW%)n<3RHBAbbCMw_J^~L5HOfoTGmw(bn%YM`VCDUH^t*V z_4ot#qi_tFv%uQ=yTB`3y@-zh$aM|WYg29~G<=fJG$nOzZ&&is2J`BHFo=jvRX9qj zoHWi(t@YQ`Og5hnHyKJLDJ;=*e5uYU-)WK%}{MU<@WAhh>ut>D>}615k404zZaRQYkTYtZ#tg4 zg37(B`uh!--wt5U)*Fy>1n*@=RJu&+TFoYZ3P8~?SDz#_UA?aRci5`d-{!15H7l7ZE;nb&G2YGz?%d+8BbG3$lq0GZxS6ja z%{3xFp8^qrY0G?Bq4fM#_5xd~0Q12z3QwmV>MKq_ZufrI^SYF^8 z*Y6~e1p*#pNF!E~I6sPU5GSgxhwb2HnNBiULlErndF%^c^zK7Iq8J)0{<3Ai2pjc9 zPWb=WK((S4e&h*u{>Oo*%?A57K@YeamoF8{TZwT)8%B;ucHVDZ;Dl$w@k*LlQO>y{ zYT6Oy@c3o&{bj_2<{el~yb|8l#T{adqG&oLd(ql?O-hRy9tYG)rgheCDgLY~k*v}h ze}vA`=^v_v0oKsPVD^N2QWJNubk|8ZZ)u2zrj#~ zMbKV+1R-m_mJO&1x~Pf?EhdDFAi5TXwr%rGUn&?5>~4CMhNAZ0o}0Y65`wMI9Kuey zM`hmFh<^qb!pJqcdpAA(b7y*g@)bq98%uk;4EN@9xY9(mya!Y&M?>sS=lz>zx<#LT zRnRgMTy-GF4B>Bwdw`r;-omF;_mh?#(kdE=xi?uXv%zP7%-4+$h>;Oj&Q12R_2g^+ zwVIy+-k0FXs@i|GTdqf;%IY7-+uRWYbTbGwF58wn?ep@WB$g}T<~z8$GRIq~1z`Ab z(k$nxl{4zU)!XGGLJ($pki$swH!zf%b2$A0^Zqfw6yrhaX$tN!n-2*ZM~KZ)7Vra!Kr`!PfW>Fdo`B=rrgvn%TjRetYia_m#Gx2ud+vw4k} z4r|{^lh|(Eh?v7DtFRIxfG^+5m3UL5YUdp7dffymc92V6S^^bxy;9XgZ`cBRfcZ|# z#l_9jSQ(%G55>9UfX(O2R7*|`2h&twa(lv{<;K0j77L(FDQH=-!-`^gMI`lgPE`iz zo;NMqJ+hc%X@7nF_zum&T33Gh{U)q*3?Pax7NNC?N<}*`0GZYu(?!43h1P@@iW%6j z{slcAV;xh__9WAnP_#?ypQocR2^9x4z@NA!GlZT7f>Z0iK&V+4uOqXPf$~-gO7#>u zw+;G*nipk+3aZzo%`ELvpY}q9FZ~6Et)MrZ?Nj2VqXEu2oa@=}_fUEo19f$jhGqEI z=lB%FzhLmm&DXT_)ZX=hiGsdiX~<4tTKQIg$`Q^1RuNU zr*l~5UOYJfox@##Mve0oO?@qL?4`eL)ivoR&{Y9{&L{^}J&f6B82#5;Rz%W$2jLHr6EMp2>kR8QZh38Jo+Uft(Kj)G|R{f_#(JYZ110&St1ja80 z|G&bJoj1Abq^GB4_RQZ`H#e!5*_oNl6+fSz;d8hf`YT(kw)&$>$8Y*>s2@^bmmmTu zUZ7DVQ%xuFAsWe_!pp)qN3WwOCsp}RRt?MQ+FI~H_ZIy7%d_E0WRD@PSn8<(SwjYV ziq&N)wfVf!u~VK(K7*ZpN^KvR{H*8xuSjjDQC64G+V{QY_T8|iM}@7_Vq+NkTrFeK zv8ZH}Uah&yRr_(>H+r)wkm%T}Q+dZatsC@hI&QRDNlslk_jl>3>5W9^SH8A#A*wyI zkhbWqPJvpj)Ls^LmABn!otJ+i&$ojVpbIb3(s+J^Z8Z<^$njnPR|K5{5F}8P*8-l z_>}z&OFk;92Aw+$KxAOmS5|oVyZ1Cb`L&&r)!eE_t2jCU@{jM{7kU1slN+!%Y%6gE zeXXZp4v))pu^BE#m_yKMXn(zvlBYRuZl(|X^N@_x-OB->XJ=i=esCBT`OycmbYFZPqwgaY+RS5#p9~c&EOOU3Jy?7%SRV`wv#%p)UoeHRawUbC zwMkKasPoGJE17VZn>nxM!o*EoSr;tWhBo>qksPDN&5lJiSH>x|y@gt3$4>0FFE~D| zn^GCXR<*>+5`Q`OPC@fn1%YqQS1JP5<|xLo-ruPQ%5A$p{l-=L>?9-!H8% zRsY`#EF6-Ep;KN{cWXf_BN43A2hzbqriGpPtm@FLp_s$&H?pomDu?C#H#yi1l>*9) zr~O5bla&c9JY0wVQ)0pU0LqUBWCl#3I4WdN@i84%s zHTx`JQc8DY==6vM1}IEe9We3sFIEHv&a90hb0=7z{!_+MN9dWpF;UpbvncdJ@Ktq? z@=|sWN|Rd!I8i$hs-g>F`@#{)4Sl4wmTBAk!Ca<^i(RhtG!e~1HJv+83c3`PWO z6=uasdt}5$5IS#lYDN|Y##&v$@`K@UW2xGXUC-;&5va)hKl@MK9Rb)FZ8h0#-OwPRMRukYP6nctR2_njj^@Npflc_I?vO3Fz;UX zn0V~rJN8)`{%QBecJTfpFR5@$&HGA7x_zfCLZ`18)%EScd8-|mo=~38?HC+naxx3Z zqlW05_Ffqn3l#Y-(!P&LzB_jbgSEkj_=HD9zQR}z_xv7r=auzxt}Vua6lme9$z|gi z#yUA)^*iobOX`8_s$nD49e*|fVh6et;n=vr=sf?>`j z@)>ay4yf{*JGC}s30~Qj&~y1ye)V4L4T)dZz5jW4#}RbB2!4HO9yQ^k$cIgPZB|35 zmI^m?7hgh+i`yYWU~^cb zx~i?!`>Z;%LnB-rO_RB;w^pYkap9+Zz7NYqsKXB@teX;zSkTAWFBiR44Wj*7f2v1t zZoB(XHEQ}{^L!#f7p+))J+G7-9k;UJdP~IaFI{9tBR-YJMq0t3%XVbo>lG7*g+<@I zK{{Elz0RJ|P75%L@nthJg;9sfxb1pHR>%ERLitdo_Y3YW@m}^^D-RGt;1t@vKqDZIs3?28&F*O(&$vbY|GKc^nwQSE1tS^3Sall1fYtG-%a z7VH>io&KN4vh*3`D7QwpOR2Ers)9*YZM{G5o(;0HAR+dCxl zmMBrf54V`aBy0cx=oHVUSSVY5m!F&*F?S{~J>bE)-Yuz$K*#7G?0em3=cW6&bGvV2 zVe&i-Qk-SuC5m2rk8LSY?u*_82bdZPj-8{|taIvBKUS~1V{+Aqa+nZ616|Yt*7_a5 zG%y=WTjG!2UZeR>_gQoUCf_>$Ryp<}?X_lJ%@J;lFl|sCP88RsrVPB_%(5ds70?P9 zUmV{bEy5$Pxn~Rno7nDaTB=gvKPcq0>jn0~JjxzXKAhiJ8^cgt;jI$-DeDI~!^lw& z@_Z(9+MVzIC$GAE+F#AFgE7;W+PGAU;uSiabVWGYxsYp`4;b8|ZsN`P({M&Z^8}?` z4aRsyjFC)deYM;$tlN1RI%G3Hd#u1DBRd={ExS}m!R1|MG!bE?$viq<3efpUhf~oC zyJN0q*JSn_?tHy9h?-!i83S*_yORnT7MH*EqHcmCMxp$bNJY^6&z55I-ZtV?Ai?ey zT<3IoQNI2%OUH|%A%~tEzC1{_kq+!cFn#lLl5u~ETff=3e*uimZxWOmq3cBJAv7a& zVI1BcFK^BK&^5ilCW{(7#Q1)?W;)sOzZHR?~@rVgfGHQm4_mX6Rg_?&N zCVpuqzydv{=CR8NSJbW)7#jLf^Y@Pj`z9v0qake3ng-bb=u17Wd7s&aPvT|#Xcq5F zH!K)^1X73d|3?In-P5jbkP`2D>X*tesGx{4+p>vtcPfT*eJ!G@7~ouf85!r;PR%gZ zob7N5iMMZeN}Vsam-JPYDgKdBB&|D8Kll^w_sd;56Y#u|I^;sOI4*Z&Zcp%>I;9j@&a4TEnZLvNAcGV+#5LZ7# zy1yOjN>@s#Xdkiqjyc^58ff!4cxJ-fEHIV8m<<=DfE%{=y~5(GeL=h2#oHar1feP{ z*vj>4nQx2Kle-|mqWBvk26r%ZhJgg;U78+GH`sS1r2AmO9vwp&5Z#fT5+p4o&ceh9 zhnd2{l%cc^>=et#wR5dhOy+Z$buX+m2yb*bMC=#=DBvdO*6rwnyS@vU?Rsr({xNp3 zT~o20FD|-}SE%Pz+n$QNbZunHQ90Os#R+{R``Yc&)KyLdK?9sngU6=zG5%=lh5r32 zCUNKN-V)Y3D;nO1m`(*{v8b%ijRw<`_dxZ=j*`qgB8%a(%Y|wF~VEUZ$b3=iqODonT3TBe;WxP(i;eP+SEAHN8iPc@os_iULfsHQrhnZ ziOLcXh24ugfNUu)Bg6g*fF$d511)@W^b%YBCaAw}@d}T4vUOS!>^h)8Kd)7KJ6n3M z_nhGHLFm30QGP&FGkf7H-+k>K-B)Vc;aK+emZ@?ZdgfNb0tj@}NiQDQAO-QKWsYed zMU=nD5czw+=UQlbU37Xn+WGk>03ukHf=f}t@e`zv$izsCi)EI&Y^YIC>Nz|{;U1sh zbFK+d0e>KRj9+@Ur-bB+HW=cieEr;zRWanC{Uir=h^n5}lJ5=c{pf6mEUyHB>``fU z;@fksH_4H`V>nx$DuycNa;!Kmtw_-P1l38TNEP_QTZSCl|3zX=gp*kIB zGp59(-?mJ0lO^*iXH9l)mPEotpR9y7WLH-zvY)}FwW(U-Upc73fn%c{Hlh%goa8{< zcs}9UVF=eHV05rI8U~mD1yY9Q`Z`bXm5ApA=&sKn7vKV6Z_;2Nh$t+uU2+W*Qp)qo z>s?`t63b6h)8AuHt2+oXGskq_M)>Gir_!I?4Gj!9Zr?>iXFU#rlT@y~@+pX$yh(mL z6%<@@nS=ZS{3)y;lGfGH)+$dKd4E^dLgP-vGB%&E1R>f2pBD-GCf>(5^1o;5?R^2C zkOrX|jZ&Mf0AYNe17N;F-2RfV=rEXJCJfFNPkdXD!URo0G4Ss90adfctL>fzP zET2eFo?mwG(vm%7d9J=fnak}crpu5Tph;H1@!ThXzBQF?WL)t_{YE!fzl}~<9*72e zp}6RG&#LZFL&=5WWhIiqKiM6S}Y0h`bsaA^4;T8J1oUfO7a z)%^xRZY#C~rUV-sirUs0zDcjQ+qBqbE{vSEcl=LwocZZFT+K$w#7M7`%1Yeden48X zAJ-V7;4Ox=`TXE$YHo^r9jqD~lKl2`KTY%PiUbvKw{@|pepM_NB*~R&FcLEV9|-O-4STG`~i@xz;CM9$}JYKvCDdjh@}EW=edx zA!(~W6{r=$?I0EO{qy8hWYV|KIiE4)h|~NN3VtOO;_hxdIX;9ajY{Gc%s4driVC=U z`1C3hJsp;}c}Pe{0i(ZEoB}GeUjw!W*!ow2A~6L6tl};9uvZJjfSuV9G5+0U!of$M zPFE!41%d3Ov#vaUx%?J_Y9d~>?#r;(@T>E%NssF=8zLn&4UmZYtJb6Is!H}^DPl}m z`}|miQEn(7FefOep0o3P!l~2!F!p9Kx!(Euv9kv9*E_y&KMnU4IgHv4yvPI9#ir~H znq9@#+GQth`gz(yM~ypSw2;3?czQk~$D;(pr&D3(Y|-LWa?EEmd<}k87w`B-V+gsE z2*7_a%>Sh;(T(I&#p0bZTD4jMQp-@b($q{DqtG!xd;ks{=JkZs&rvCLg56@sM9M4y zPM=S=C`f&LU4H5H!2BxHUO(M+CfF{7_GNEWlw0QI;UkZqGz?+8=xLBJp6pUhVZ~?a z%mcshYU)+BzILfz-MOYyvwlQEU9c7Z;s;HZ?NM;zNVeL$R3wJm10@_2T-)-C?vSrq zI6Dq3(*wcyse}=pOZu$ zk9AtD9`lR5?VY0(9j4z8Otz&!+!?axz$R+pnFGxF3to_eiT*YNW?;E(b2>oFPd;-rBfHO?6@)&|;IU z6%+ahQMLM@d4nAKEEDEj5|RvbWXN{I!GAFp$G2h9R#VIGbu)Y3(7=GuwYv8DN0>yh zA{~5G%*_8%$0V%2iI{#A%|cH@Keqbe1FM<(TI?n@xn88xrj5+;hJ`?;dFa7 z*a>7m>=q)rb1#3vZg9R{E2Q~Xp`o3Su&vVW@9p&5_6(r%8L$8)RGt?+SO>hWwGYVz6OnI+nLR=iwS1t{@qGRr1GO|{4)RX!3W7$j z7hf}r`zFmKUX9kTeZ5S)%}|654KazaLz34)M+B&jrac=UX1nZDTi;fa5<=YlzJ&3W zDhH-#F%3=|zdg|X?s%`3{gYef32k2EY;t=&ghrAS-n}xu4zWvPK=TDR6?eG{{yj<xzL z3nH7}Eo@;hjN^GkUs8G9i<5$a<7s8Q2`BGw@|UZ@X!b@MIcD7kvWe#NwDTc_o2p&8 z!mpar(Z~0Rj_k7TgB9|!f`7>uY_6f=PQ~F`sJEl*t{{>XPxSy8Tn9~v?7GOwRt_3P zKJZ!7%FGz39vM_vnD*6`Ke=&ZLpq;i!{oWXw8TQBGQXG3c*_cvU8YQzfly|as~ z^}Nw`c3ja9Xh7W$N4%@C|3aTKM9{kLjtEb`#SPtI7-&=@rfJ@h{WX!+Ih_l*&o5Ded~NYg6`Zi9UBz_?X{l{*j$q8u~}GW*v2oULOe z?o0#(y2iW5wzd;@tfTt#qlr8H^4RM>f}M12eak_i{twU8f>&G}h~lq@_pUmLb(I|V z5$JK=ppGdli$Dccgj_PP;h#0@@vQskp=29D*R4xfxc)M}XJJH8SbZ$7f%sQrT7g@G zIm4JrP3>)-Rm26Hlm)YqIF-{(e-yPc+GXCn0Z@7%Rckg|EcPrBl7XlMK(qDGKoYe- zRBAnoI=D6T_};#&N9Dj$50Qkt(3LJo@D^gpsCvZA$s$&Qof?v~Fei=5dH%Vpx@g!cGbJ5<0fx}n(Xsu;vc=~*8$ou@lv7ri$!mqrwga)8`WMK*y zzA7on5B-Axy9FVhUxiGk-Gpf}xkg-QpE(~0V^G*se@h2R#k&VXuW!YXU5WFx_Q8q3 z8is#dj(}K58szD|eyS%&QR`)Zp+c(uRf+01F|KlH%4bYY!7mRuZAMp9n5u?gvnsii z&0J{P93J?Qqrd~v4T_A}UHJrJcpWlf=kZGfH%Z7tK~@Q=Y52Gd_-7u0=3)=k)uPy7 zZKzbdD*bmReqBUkAgT2N3t}aYiZ^+c>(AS}z_LpdpGam~$xlTC1ou;B+qA)JMpp?u zGlN4cs9&<|;?iNhhC_mPgL&>#8tyj&7^-zW8++dfw8g&3`!nTF3nr=Vj~?JEwgDdt z@>ffBI7wTrUz^pvCtuHZTJVg6V7`X_yV~r>QxfhsF_`-oKYjC4Dccyb;gipQ?e$ju zdP#h6{_#>b4nxd83+aSsaV{c~_3;K*SRr{)0L%(DL<&~*wDS#8(9pt3w>OM4LZsp1 zkex;RSFPtAU8DX;j7ku&IIDqpZ3cJ)s{K-6-%=l8~(W z>-NvvRE8Nc_&8;E?RUTOpsnW=i!tO{nmkg5F&BJ-BjL`1+q1@6L{)&X=a0{Q)DAXCD^e<6`tuj(ss=3od$Gr8Db+#s$A=R3QG zPp!iW?j{CXMSX5jml!!mflOf z7-NB^jzpqZO~_}B^>SbVS0;2aJbP9FmwtYOF4VQnPLDGFk)gr{rgkmTOlx}9Gal6=M>M|5HBSf7~t4;iJ0EU><9V#utq`AxDmqtdI{y3rSgWP@Gd zXHEGzw3Emw5 literal 0 HcmV?d00001 diff --git a/_repos/github/UTEL-UIUC/gtfs_segments/data.json b/_repos/github/UTEL-UIUC/gtfs_segments/data.json new file mode 100644 index 00000000..40c230d8 --- /dev/null +++ b/_repos/github/UTEL-UIUC/gtfs_segments/data.json @@ -0,0 +1,326 @@ +{ + "requirements.txt": { + "github/UTEL-UIUC/gtfs_segments": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "cython": { + "credit": 0.055, + "url": "https://cython.org/" + }, + "contextily": { + "credit": 0.0005500000000000019, + "url": "https://github.com/darribas/contextily" + }, + "geopandas": { + "credit": 0.0005500000000000019, + "url": "https://geopandas.org" + }, + "isoweek": { + "credit": 0.11, + "url": "http://github.com/gisle/isoweek" + }, + "matplotlib": { + "credit": 0.06483125, + "url": "https://matplotlib.org" + }, + "numpy": { + "credit": 0.1381875, + "url": "https://www.numpy.org" + }, + "pandas": { + "credit": 0.011440000000000002, + "url": "https://pandas.pydata.org" + }, + "pytest": { + "credit": 0.03255645161290323, + "url": "https://docs.pytest.org/en/latest/" + }, + "requests": { + "credit": 0.06569553571428571, + "url": "https://requests.readthedocs.io" + }, + "scipy": { + "credit": 0.0005500000000000019, + "url": "https://www.scipy.org" + }, + "setuptools": { + "credit": 0.005951785714285716, + "url": "https://github.com/pypa/setuptools" + }, + "shapely": { + "credit": 0.014465000000000002, + "url": "https://github.com/shapely/shapely" + }, + "utm": { + "credit": 0.055, + "url": "https://github.com/Turbo87/utm" + }, + "rasterio": { + "credit": 0.007356250000000002, + "url": "https://github.com/rasterio/rasterio" + }, + "faust-cchardet": { + "credit": 0.055, + "url": "https://github.com/faust-streaming/cChardet" + }, + "charset_normalizer": { + "credit": 0.055, + "url": "https://github.com/Ousret/charset_normalizer" + }, + "thefuzz": { + "credit": 0.0005500000000000019, + "url": "https://github.com/seatgeek/thefuzz" + }, + "xyzservices": { + "credit": 0.00680625, + "url": "https://github.com/geopandas/xyzservices" + }, + "joblib": { + "credit": 0.00680625, + "url": "https://joblib.readthedocs.io" + }, + "pillow": { + "credit": 0.00680625, + "url": "https://pypi.org/project/pillow" + }, + "mercantile": { + "credit": 0.00680625, + "url": "https://pypi.org/project/mercantile" + }, + "geopy": { + "credit": 0.00680625, + "url": "https://pypi.org/project/geopy" + }, + "pyproj": { + "credit": 0.01089, + "url": "https://pypi.org/project/pyproj" + }, + "packaging": { + "credit": 0.017804285714285713, + "url": "https://pypi.org/project/packaging" + }, + "fiona": { + "credit": 0.01089, + "url": "https://pypi.org/project/fiona" + }, + "pytest-xdist": { + "credit": 0.010831451612903225, + "url": "https://pypi.org/project/pytest-xdist" + }, + "hypothesis": { + "credit": 0.015989285714285713, + "url": "https://pypi.org/project/hypothesis" + }, + "pytz": { + "credit": 0.009075, + "url": "https://pypi.org/project/pytz" + }, + "python-dateutil": { + "credit": 0.009075, + "url": "https://pypi.org/project/python-dateutil" + }, + "xmlschema": { + "credit": 0.003889285714285714, + "url": "https://pypi.org/project/xmlschema" + }, + "pygments": { + "credit": 0.003889285714285714, + "url": "https://pypi.org/project/pygments" + }, + "mock": { + "credit": 0.00564573732718894, + "url": "https://pypi.org/project/mock" + }, + "attrs": { + "credit": 0.005401785714285714, + "url": "https://pypi.org/project/attrs" + }, + "argcomplete": { + "credit": 0.003889285714285714, + "url": "https://pypi.org/project/argcomplete" + }, + "colorama": { + "credit": 0.003889285714285714, + "url": "https://pypi.org/project/colorama" + }, + "tomli": { + "credit": 0.00564573732718894, + "url": "https://pypi.org/project/tomli" + }, + "exceptiongroup": { + "credit": 0.003889285714285714, + "url": "https://pypi.org/project/exceptiongroup" + }, + "pluggy": { + "credit": 0.003889285714285714, + "url": "https://pypi.org/project/pluggy" + }, + "iniconfig": { + "credit": 0.003889285714285714, + "url": "https://pypi.org/project/iniconfig" + }, + "pytest-mypy": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pytest-mypy" + }, + "pytest-cov": { + "credit": 0.022931451612903227, + "url": "https://pypi.org/project/pytest-cov" + }, + "pytest-black": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pytest-black" + }, + "tomli-w": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/tomli-w" + }, + "ini2toml": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/ini2toml" + }, + "pip-run": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pip-run" + }, + "filelock": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/filelock" + }, + "build": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/build" + }, + "jaraco.path": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/jaraco.path" + }, + "jaraco.envs": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/jaraco.envs" + }, + "pip": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pip" + }, + "wheel": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/wheel" + }, + "virtualenv": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/virtualenv" + }, + "flake8-2020": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/flake8-2020" + }, + "pytest-perf": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pytest-perf" + }, + "pytest-enabler": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pytest-enabler" + }, + "pytest-flake8": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pytest-flake8" + }, + "pytest-checkdocs": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pytest-checkdocs" + }, + "furo": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/furo" + }, + "sphinxcontrib-towncrier": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/sphinxcontrib-towncrier" + }, + "sphinx-inline-tabs": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/sphinx-inline-tabs" + }, + "sphinx-favicon": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/sphinx-favicon" + }, + "pygments-github-lexers": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/pygments-github-lexers" + }, + "jaraco.tidelift": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/jaraco.tidelift" + }, + "rst.linker": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/rst.linker" + }, + "jaraco.packaging": { + "credit": 0.0017564516129032258, + "url": "https://pypi.org/project/jaraco.packaging" + }, + "sphinx": { + "credit": 0.0047814516129032255, + "url": "https://pypi.org/project/sphinx" + }, + "boto3": { + "credit": 0.0045375, + "url": "https://pypi.org/project/boto3" + }, + "ipython": { + "credit": 0.003025, + "url": "https://pypi.org/project/ipython" + }, + "sphinx-rtd-theme": { + "credit": 0.003025, + "url": "https://pypi.org/project/sphinx-rtd-theme" + }, + "sphinx-click": { + "credit": 0.003025, + "url": "https://pypi.org/project/sphinx-click" + }, + "numpydoc": { + "credit": 0.003025, + "url": "https://pypi.org/project/numpydoc" + }, + "ghp-import": { + "credit": 0.003025, + "url": "https://pypi.org/project/ghp-import" + }, + "pyparsing": { + "credit": 0.0015125, + "url": "https://pypi.org/project/pyparsing" + }, + "click-plugins": { + "credit": 0.0015125, + "url": "https://pypi.org/project/click-plugins" + }, + "cligj": { + "credit": 0.0015125, + "url": "https://pypi.org/project/cligj" + }, + "click": { + "credit": 0.0015125, + "url": "https://pypi.org/project/click" + }, + "certifi": { + "credit": 0.0015125, + "url": "https://pypi.org/project/certifi" + }, + "affine": { + "credit": 0.0015125, + "url": "https://pypi.org/project/affine" + }, + "rapidfuzz": { + "credit": 0.05445, + "url": "https://pypi.org/project/rapidfuzz" + } + } +} \ No newline at end of file diff --git a/_repos/github/UTEL-UIUC/gtfs_segments/requirements.txt b/_repos/github/UTEL-UIUC/gtfs_segments/requirements.txt new file mode 100644 index 00000000..7783ca2d --- /dev/null +++ b/_repos/github/UTEL-UIUC/gtfs_segments/requirements.txt @@ -0,0 +1,18 @@ +cython>=3.0.2 +contextily>=1.2.0 +geopandas>=0.12.2 +isoweek==1.3.3 +matplotlib>=3.6.2 +numpy>=1.24.0 +pandas>=1.5.2 +pytest==7.2.0 +requests==2.31.0 +scipy==1.10.0 +setuptools==65.6.3 +shapely==2.0.0 +utm==0.7.0 +rasterio==1.3.6 +faust-cchardet>=2.1.7 +isoweek==1.3.3 +charset_normalizer>=3.3.0 +thefuzz>=0.22.1 \ No newline at end of file diff --git a/_repos/github/ahudde/greeks/DESCRIPTION b/_repos/github/ahudde/greeks/DESCRIPTION new file mode 100644 index 00000000..fcca6bce --- /dev/null +++ b/_repos/github/ahudde/greeks/DESCRIPTION @@ -0,0 +1,49 @@ +Package: greeks +Title: Sensitivities of Prices of Financial Options and Implied Volatilities +Version: 1.4.0 +Authors@R: + person(given = "Anselm", + family = "Hudde", + role = c("aut", "cre"), + email = "anselmhudde@gmx.de", + comment = c(ORCID = "0000-0002-5652-2815")) +Description: Methods to calculate sensitivities of financial option prices for + European, geometric and arithmetic Asian, and American options, with various + payoff functions in the Black Scholes model, and in more general jump diffusion + models. A shiny app to interactively plot the results is included. Furthermore, + methods to compute implied volatilities are provided for a wide range of option + types and custom payoff functions. Classical formulas are implemented for + European options in the Black Scholes Model, as is presented in Hull, J. C. + (2017), Options, Futures, and Other Derivatives. + In the case of Asian options, Malliavin Monte Carlo Greeks are implemented, see + Hudde, A. & Rüschendorf, L. (2023). European and Asian Greeks for exponential + Lévy processes. . For American + options, the Binomial Tree Method is implemented, as is presented in Hull, + J. C. (2017). +License: MIT + file LICENSE +Encoding: UTF-8 +Roxygen: list(markdown = TRUE) +RoxygenNote: 7.2.3 +Suggests: + knitr, + rmarkdown, + testthat (>= 3.0.0), + R.rsp +Config/testthat/edition: 3 +Imports: + magrittr, + dqrng, + Rcpp, + tibble, + ggplot2, + plotly, + shiny, + tidyr +LinkingTo: Rcpp +URL: https://github.com/ahudde/greeks +BugReports: https://github.com/ahudde/greeks/issues +NeedsCompilation: yes +Packaged: 2022-01-28 23:05:43 UTC; Compi +Author: Anselm Hudde [aut, cre] () +Maintainer: Anselm Hudde +VignetteBuilder: knitr diff --git a/_repos/github/ahudde/greeks/README.md b/_repos/github/ahudde/greeks/README.md new file mode 100644 index 00000000..636bbf7b --- /dev/null +++ b/_repos/github/ahudde/greeks/README.md @@ -0,0 +1,121 @@ +--- +title: github/ahudde/greeks +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|cran|[tidyr](https://tidyr.tidyverse.org)|0.129| +|cran|[shiny](https://shiny.posit.co/)|0.126| +|cran|[dqrng](https://daqana.github.io/dqrng/)|0.124| +|cran|[testthat](https://testthat.r-lib.org)|0.029| +|cran|rmarkdown|0.029| +|cran|rlang|0.029| +|cran|knitr|0.029| +|cran|R|0.029| +|cran|covr|0.027| +|cran|utils|0.024| +|cran|methods|0.024| +|cran|pkgKitten|0.02| +|cran|rbenchmark|0.02| +|cran|inline|0.02| +|cran|tinytest|0.02| +|DESCRIPTION|github/ahudde/greeks|0.01| +|cran|dplyr|0.009| +|cran|vctrs|0.009| +|cran|[magrittr](https://magrittr.tidyverse.org)|0.007| +|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.007| +|cran|[tibble](https://tibble.tidyverse.org/)|0.007| +|cran|withr|0.006| +|cran|cli|0.006| +|cran|lifecycle|0.006| +|cran|purrr|0.006| +|cran|htmltools|0.006| +|cran|vdiffr|0.006| +|cran|sf|0.006| +|cran|RColorBrewer|0.006| +|cran|maps|0.006| +|cran|hexbin|0.006| +|cran|scales|0.006| +|cran|MASS|0.006| +|cran|stringi|0.003| +|cran|pkgload|0.003| +|cran|pkgbuild|0.003| +|cran|nycflights13|0.003| +|cran|mockr|0.003| +|cran|lubridate|0.003| +|cran|hms|0.003| +|cran|formattable|0.003| +|cran|evaluate|0.003| +|cran|DiagrammeR|0.003| +|cran|crayon|0.003| +|cran|callr|0.003| +|cran|brio|0.003| +|cran|blob|0.003| +|cran|bit64|0.003| +|cran|bench|0.003| +|cran|pkgconfig|0.003| +|cran|pillar|0.003| +|cran|fansi|0.003| +|cran|ellipsis|0.003| +|cran|sp|0.003| +|cran|xml2|0.003| +|cran|svglite|0.003| +|cran|rpart|0.003| +|cran|ragg|0.003| +|cran|quantreg|0.003| +|cran|profvis|0.003| +|cran|nlme|0.003| +|cran|munsell|0.003| +|cran|multcomp|0.003| +|cran|mapproj|0.003| +|cran|lattice|0.003| +|cran|Hmisc|0.003| +|cran|ggplot2movies|0.003| +|cran|stats|0.003| +|cran|mgcv|0.003| +|cran|isoband|0.003| +|cran|gtable|0.003| +|cran|grid|0.003| +|cran|grDevices|0.003| +|cran|glue|0.003| +|cran|palmerpenguins|0.002| +|cran|forcats|0.002| +|cran|plotlyGeoAssets|0.002| +|cran|processx|0.002| +|cran|IRdisplay|0.002| +|cran|png|0.002| +|cran|rgeos|0.002| +|cran|maptools|0.002| +|cran|dendextend|0.002| +|cran|listviewer|0.002| +|cran|webshot|0.002| +|cran|broom|0.002| +|cran|Cairo|0.002| +|cran|curl|0.002| +|cran|shinytest|0.002| +|cran|devtools|0.002| +|cran|GGally|0.002| +|cran|ggthemes|0.002| +|cran|promises|0.002| +|cran|data.table|0.002| +|cran|crosstalk|0.002| +|cran|lazyeval|0.002| +|cran|htmlwidgets|0.002| +|cran|base64enc|0.002| +|cran|viridisLite|0.002| +|cran|digest|0.002| +|cran|jsonlite|0.002| +|cran|httr|0.002| +|cran|tools|0.002| +|cran|[plotly](https://plotly-r.com)|0.001| +|cran|[Rcpp](http://www.rcpp.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/ahudde/greeks/badge.png b/_repos/github/ahudde/greeks/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..245e1091541a1f0031193b4f594897a209ec58db GIT binary patch literal 82005 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%0Drmd1|e9Guw}o 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 z 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 r;>+3Qj?;HRvhCSM?H_U?ZGNAw2y literal 0 HcmV?d00001 diff --git a/_repos/github/ahudde/greeks/data.json b/_repos/github/ahudde/greeks/data.json new file mode 100644 index 00000000..38ebab40 --- /dev/null +++ b/_repos/github/ahudde/greeks/data.json @@ -0,0 +1,426 @@ +{ + "DESCRIPTION": { + "github/ahudde/greeks": { + "credit": 0.01, + "url": null + } + }, + "cran": { + "magrittr": { + "credit": 0.0069117631578947385, + "url": "https://magrittr.tidyverse.org" + }, + "dqrng": { + "credit": 0.12375, + "url": "https://daqana.github.io/dqrng/" + }, + "Rcpp": { + "credit": 0.0012375000000000025, + "url": "http://www.rcpp.org" + }, + "tibble": { + "credit": 0.006750562500000001, + "url": "https://tibble.tidyverse.org/" + }, + "ggplot2": { + "credit": 0.0069117631578947385, + "url": "https://ggplot2.tidyverse.org" + }, + "plotly": { + "credit": 0.0012375000000000164, + "url": "https://plotly-r.com" + }, + "shiny": { + "credit": 0.12620024999999999, + "url": "https://shiny.posit.co/" + }, + "tidyr": { + "credit": 0.12942426315789474, + "url": "https://tidyr.tidyverse.org" + }, + "testthat": { + "credit": 0.02915582565789474, + "url": "https://testthat.r-lib.org" + }, + "rmarkdown": { + "credit": 0.02915582565789474, + "url": null + }, + "rlang": { + "credit": 0.02915582565789474, + "url": null + }, + "knitr": { + "credit": 0.02915582565789474, + "url": null + }, + "covr": { + "credit": 0.026705575657894737, + "url": null + }, + "R": { + "credit": 0.02915582565789474, + "url": null + }, + "pkgKitten": { + "credit": 0.02041875, + "url": null + }, + "rbenchmark": { + "credit": 0.02041875, + "url": null + }, + "inline": { + "credit": 0.02041875, + "url": null + }, + "tinytest": { + "credit": 0.02041875, + "url": null + }, + "utils": { + "credit": 0.023642763157894736, + "url": null + }, + "methods": { + "credit": 0.023642763157894736, + "url": null + }, + "withr": { + "credit": 0.006286825657894736, + "url": null + }, + "stringi": { + "credit": 0.0032240131578947367, + "url": null + }, + "purrr": { + "credit": 0.005674263157894736, + "url": null + }, + "pkgload": { + "credit": 0.0032240131578947367, + "url": null + }, + "pkgbuild": { + "credit": 0.0032240131578947367, + "url": null + }, + "nycflights13": { + "credit": 0.0032240131578947367, + "url": null + }, + "mockr": { + "credit": 0.0032240131578947367, + "url": null + }, + "lubridate": { + "credit": 0.0032240131578947367, + "url": null + }, + "htmltools": { + "credit": 0.005674263157894736, + "url": null + }, + "hms": { + "credit": 0.0032240131578947367, + "url": null + }, + "formattable": { + "credit": 0.0032240131578947367, + "url": null + }, + "evaluate": { + "credit": 0.0032240131578947367, + "url": null + }, + "dplyr": { + "credit": 0.008737075657894736, + "url": null + }, + "DiagrammeR": { + "credit": 0.0032240131578947367, + "url": null + }, + "crayon": { + "credit": 0.0032240131578947367, + "url": null + }, + "cli": { + "credit": 0.006286825657894736, + "url": null + }, + "callr": { + "credit": 0.0032240131578947367, + "url": null + }, + "brio": { + "credit": 0.0032240131578947367, + "url": null + }, + "blob": { + "credit": 0.0032240131578947367, + "url": null + }, + "bit64": { + "credit": 0.0032240131578947367, + "url": null + }, + "bench": { + "credit": 0.0032240131578947367, + "url": null + }, + "vctrs": { + "credit": 0.008737075657894736, + "url": null + }, + "pkgconfig": { + "credit": 0.0032240131578947367, + "url": null + }, + "pillar": { + "credit": 0.0032240131578947367, + "url": null + }, + "lifecycle": { + "credit": 0.006286825657894736, + "url": null + }, + "fansi": { + "credit": 0.0032240131578947367, + "url": null + }, + "ellipsis": { + "credit": 0.0032240131578947367, + "url": null + }, + "sp": { + "credit": 0.0030628125, + "url": null + }, + "xml2": { + "credit": 0.0030628125, + "url": null + }, + "vdiffr": { + "credit": 0.0055130625, + "url": null + }, + "svglite": { + "credit": 0.0030628125, + "url": null + }, + "sf": { + "credit": 0.0055130625, + "url": null + }, + "rpart": { + "credit": 0.0030628125, + "url": null + }, + "RColorBrewer": { + "credit": 0.0055130625, + "url": null + }, + "ragg": { + "credit": 0.0030628125, + "url": null + }, + "quantreg": { + "credit": 0.0030628125, + "url": null + }, + "profvis": { + "credit": 0.0030628125, + "url": null + }, + "nlme": { + "credit": 0.0030628125, + "url": null + }, + "munsell": { + "credit": 0.0030628125, + "url": null + }, + "multcomp": { + "credit": 0.0030628125, + "url": null + }, + "maps": { + "credit": 0.0055130625, + "url": null + }, + "mapproj": { + "credit": 0.0030628125, + "url": null + }, + "lattice": { + "credit": 0.0030628125, + "url": null + }, + "Hmisc": { + "credit": 0.0030628125, + "url": null + }, + "hexbin": { + "credit": 0.0055130625, + "url": null + }, + "ggplot2movies": { + "credit": 0.0030628125, + "url": null + }, + "stats": { + "credit": 0.0030628125, + "url": null + }, + "scales": { + "credit": 0.0055130625, + "url": null + }, + "mgcv": { + "credit": 0.0030628125, + "url": null + }, + "MASS": { + "credit": 0.0055130625, + "url": null + }, + "isoband": { + "credit": 0.0030628125, + "url": null + }, + "gtable": { + "credit": 0.0030628125, + "url": null + }, + "grid": { + "credit": 0.0030628125, + "url": null + }, + "grDevices": { + "credit": 0.0030628125, + "url": null + }, + "glue": { + "credit": 0.0030628125, + "url": null + }, + "palmerpenguins": { + "credit": 0.0024502499999999997, + "url": null + }, + "forcats": { + "credit": 0.0024502499999999997, + "url": null + }, + "plotlyGeoAssets": { + "credit": 0.0024502499999999997, + "url": null + }, + "processx": { + "credit": 0.0024502499999999997, + "url": null + }, + "IRdisplay": { + "credit": 0.0024502499999999997, + "url": null + }, + "png": { + "credit": 0.0024502499999999997, + "url": null + }, + "rgeos": { + "credit": 0.0024502499999999997, + "url": null + }, + "maptools": { + "credit": 0.0024502499999999997, + "url": null + }, + "dendextend": { + "credit": 0.0024502499999999997, + "url": null + }, + "listviewer": { + "credit": 0.0024502499999999997, + "url": null + }, + "webshot": { + "credit": 0.0024502499999999997, + "url": null + }, + "broom": { + "credit": 0.0024502499999999997, + "url": null + }, + "Cairo": { + "credit": 0.0024502499999999997, + "url": null + }, + "curl": { + "credit": 0.0024502499999999997, + "url": null + }, + "shinytest": { + "credit": 0.0024502499999999997, + "url": null + }, + "devtools": { + "credit": 0.0024502499999999997, + "url": null + }, + "GGally": { + "credit": 0.0024502499999999997, + "url": null + }, + "ggthemes": { + "credit": 0.0024502499999999997, + "url": null + }, + "promises": { + "credit": 0.0024502499999999997, + "url": null + }, + "data.table": { + "credit": 0.0024502499999999997, + "url": null + }, + "crosstalk": { + "credit": 0.0024502499999999997, + "url": null + }, + "lazyeval": { + "credit": 0.0024502499999999997, + "url": null + }, + "htmlwidgets": { + "credit": 0.0024502499999999997, + "url": null + }, + "base64enc": { + "credit": 0.0024502499999999997, + "url": null + }, + "viridisLite": { + "credit": 0.0024502499999999997, + "url": null + }, + "digest": { + "credit": 0.0024502499999999997, + "url": null + }, + "jsonlite": { + "credit": 0.0024502499999999997, + "url": null + }, + "httr": { + "credit": 0.0024502499999999997, + "url": null + }, + "tools": { + "credit": 0.0024502499999999997, + "url": null + } + } +} \ No newline at end of file diff --git a/_repos/github/blind-contours/CVtreeMLE/DESCRIPTION b/_repos/github/blind-contours/CVtreeMLE/DESCRIPTION index f189a199..4afcca68 100644 --- a/_repos/github/blind-contours/CVtreeMLE/DESCRIPTION +++ b/_repos/github/blind-contours/CVtreeMLE/DESCRIPTION @@ -20,8 +20,6 @@ Imports: future, Hmisc, magrittr, - partykit, - pre, purrr, rlang, sl3, diff --git a/_repos/github/cnes/EleFits/CMakeLists.txt b/_repos/github/cnes/EleFits/CMakeLists.txt index d81c176b..a34d61ba 100644 --- a/_repos/github/cnes/EleFits/CMakeLists.txt +++ b/_repos/github/cnes/EleFits/CMakeLists.txt @@ -16,5 +16,5 @@ set(USE_SPHINX OFF # elements_project(MyProject 1.0 USE Element 3.9) #=============================================================================== -elements_project(EleFits 5.3 USE Elements 6.2.1 +elements_project(EleFits 6.0 USE Linx 1.0 DESCRIPTION "A modern C++ API on top of CFITSIO") diff --git a/_repos/github/desihub/desitarget/requirements.txt b/_repos/github/desihub/desitarget/requirements.txt index 4a57bedf..e9bb65f1 100644 --- a/_repos/github/desihub/desitarget/requirements.txt +++ b/_repos/github/desihub/desitarget/requirements.txt @@ -1,7 +1,7 @@ # Based on desimodules/22.5. pytz requests -astropy==5.0 +astropy==5.3.3 numba healpy speclite diff --git a/_repos/github/erf-model/ERF/CMakeLists.txt b/_repos/github/erf-model/ERF/CMakeLists.txt index d3e58285..69e866f4 100644 --- a/_repos/github/erf-model/ERF/CMakeLists.txt +++ b/_repos/github/erf-model/ERF/CMakeLists.txt @@ -25,6 +25,8 @@ option(ERF_ENABLE_MOISTURE "Enable Full Moisture" ON) option(ERF_ENABLE_WARM_NO_PRECIP "Enable Warm Moisture" OFF) option(ERF_ENABLE_RRTMGP "Enable RTE-RRTMGP Radiation" OFF) +option(ERF_ENABLE_POISSON_SOLVE "Enable Poisson solve for incompressible flow" OFF) + #Options for performance option(ERF_ENABLE_MPI "Enable MPI" OFF) option(ERF_ENABLE_OPENMP "Enable OpenMP" OFF) diff --git a/_repos/github/flekschas/regl-scatterplot/package.json b/_repos/github/flekschas/regl-scatterplot/package.json index c429a518..84643a9f 100644 --- a/_repos/github/flekschas/regl-scatterplot/package.json +++ b/_repos/github/flekschas/regl-scatterplot/package.json @@ -39,12 +39,12 @@ "gl-matrix": "~3.4.3", "kdbush": "~3.0.0", "lodash-es": "~4.17.21", - "pub-sub-es": "~2.0.2", + "pub-sub-es": "~2.1.2", "regl": "~2.1.0", "regl-line": "~1.0.0" }, "peerDependencies": { - "pub-sub-es": "~2.0.2", + "pub-sub-es": "~2.1.2", "regl": "~2.1.0" }, "devDependencies": { diff --git a/_repos/github/freesurfer/freesurfer/CMakeLists.txt b/_repos/github/freesurfer/freesurfer/CMakeLists.txt index d2742efd..92d67c7c 100644 --- a/_repos/github/freesurfer/freesurfer/CMakeLists.txt +++ b/_repos/github/freesurfer/freesurfer/CMakeLists.txt @@ -429,20 +429,7 @@ add_subdirectory(packages) # symlink during install that points to the external python executable located by pybind option(DISTRIBUTE_FSPYTHON "Include the fspython distribution in the installation" OFF) -if(DISTRIBUTE_FSPYTHON) - set(FSPYTHON_DIR ${FS_PACKAGES_DIR}/fspython/3.8) - if(EXISTS ${FSPYTHON_DIR}/bin/python3) - # specify the python to use - set(PYTHON_EXECUTABLE ${FSPYTHON_DIR}/bin/python3) - set(PYTHON_LIBRARY ${FSPYTHON_DIR}/lib/libpython3.8m) - # install the barebones python distribution - INSTALL(DIRECTORY ${FSPYTHON_DIR}/bin ${FSPYTHON_DIR}/lib ${FSPYTHON_DIR}/include - DESTINATION ${CMAKE_INSTALL_PREFIX}/python USE_SOURCE_PERMISSIONS - ) - else() - message(FATAL_ERROR "Cannot find fspython distribution in FS_PACKAGES_DIR") - endif() -endif() +# code to install base python, e.g., 3.8, distribution moved to python/CMakeLists.txt # initialize pybind for python wrapping set(PYBIND11_PYTHON_VERSION 3) diff --git a/_repos/github/gnudatalanguage/gdl/CMakeLists.txt b/_repos/github/gnudatalanguage/gdl/CMakeLists.txt index 7d129490..3bcb5c75 100644 --- a/_repos/github/gnudatalanguage/gdl/CMakeLists.txt +++ b/_repos/github/gnudatalanguage/gdl/CMakeLists.txt @@ -707,7 +707,7 @@ if(NETCDF) if(HAVE_NETCDF4) set(USE_NETCDF4 1) else(HAVE_NETCDF4) - message(STATUS "warning, you don't have NetCDF-4 version" + message(STATUS "warning, you don't have NetCDF-4 version\n" "some new NetCDF capabilities in NetCDF-4 (related to Groups) will not be usable") endif(HAVE_NETCDF4) else(NETCDF_FOUND) diff --git a/_repos/github/mfem/mfem/CMakeLists.txt b/_repos/github/mfem/mfem/CMakeLists.txt index a7098d6e..67e7d671 100644 --- a/_repos/github/mfem/mfem/CMakeLists.txt +++ b/_repos/github/mfem/mfem/CMakeLists.txt @@ -183,6 +183,19 @@ endif() # Process configuration options #------------------------------------------------------------------------------- +# MFEM_PRECISION -> MFEM_USE_SINGLE, MFEM_USE_DOUBLE +if (MFEM_PRECISION MATCHES "^(double|Double|DOUBLE)$") + set(MFEM_USE_SINGLE OFF) + set(MFEM_USE_DOUBLE ON) +elseif (MFEM_PRECISION MATCHES "^(single|Single|SINGLE)$") + set(MFEM_USE_SINGLE ON) + set(MFEM_USE_DOUBLE OFF) +else() + message(FATAL_ERROR " *** Invalid floating-point precision: " + "MFEM_PRECISION = ${MFEM_PRECISION}") +endif() +message(STATUS "Floating-point precision: MFEM_PRECISION = ${MFEM_PRECISION}") + # MFEM_DEBUG if (CMAKE_BUILD_TYPE MATCHES "Debug|debug|DEBUG") set(MFEM_DEBUG ON) diff --git a/_repos/github/nabeelre/BTSbot/README.md b/_repos/github/nabeelre/BTSbot/README.md new file mode 100644 index 00000000..cb14d4d1 --- /dev/null +++ b/_repos/github/nabeelre/BTSbot/README.md @@ -0,0 +1,149 @@ +--- +title: github/nabeelre/BTSbot +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|pypi|[PyYAML](https://pyyaml.org/)|0.118| +|pypi|[numpy](https://www.numpy.org)|0.082| +|pypi|[matplotlib](https://matplotlib.org)|0.065| +|pypi|[fire](https://github.com/google/python-fire)|0.058| +|pypi|[penquins](https://github.com/dmitryduev/penquins)|0.058| +|pypi|[Requests](https://requests.readthedocs.io)|0.058| +|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|0.058| +|pypi|[pyyaml](https://pypi.org/project/pyyaml)|0.026| +|pypi|[pytest](https://pypi.org/project/pytest)|0.018| +|pypi|[orjson](https://pypi.org/project/orjson)|0.014| +|pypi|[click](https://pypi.org/project/click)|0.014| +|pypi|[ordered-set](https://pypi.org/project/ordered-set)|0.014| +|pypi|[requests](https://pypi.org/project/requests)|0.013| +|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.012| +|pypi|[nodeenv](https://pypi.org/project/nodeenv)|0.012| +|pypi|[identify](https://pypi.org/project/identify)|0.012| +|pypi|[cfgv](https://pypi.org/project/cfgv)|0.012| +|pypi|[h5py](https://pypi.org/project/h5py)|0.011| +|pypi|[pytest-xdist](https://pypi.org/project/pytest-xdist)|0.011| +|pypi|[pytz](https://pypi.org/project/pytz)|0.011| +|requirements.txt|github/nabeelre/BTSbot|0.01| +|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|0.01| +|pypi|[absl-py](https://pypi.org/project/absl-py)|0.01| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.01| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.01| +|pypi|[certifi](https://pypi.org/project/certifi)|0.009| +|pypi|[optree](https://pypi.org/project/optree)|0.008| +|pypi|[namex](https://pypi.org/project/namex)|0.008| +|pypi|[rich](https://pypi.org/project/rich)|0.008| +|pypi|[pandas](https://pandas.pydata.org)|0.008| +|pypi|[slack-sdk](https://pypi.org/project/slack-sdk)|0.007| +|pypi|[ipywidgets](https://pypi.org/project/ipywidgets)|0.007| +|pypi|[wheel](https://pypi.org/project/wheel)|0.007| +|pypi|[twine](https://pypi.org/project/twine)|0.007| +|pypi|[py-make](https://pypi.org/project/py-make)|0.007| +|pypi|[importlib-resources](https://pypi.org/project/importlib-resources)|0.007| +|pypi|[colorama](https://pypi.org/project/colorama)|0.007| +|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|0.004| +|pypi|[pooch](https://pypi.org/project/pooch)|0.004| +|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.004| +|pypi|[astropy](https://www.astropy.org/)|0.004| +|pypi|[zstandard](https://pypi.org/project/zstandard)|0.004| +|pypi|[python-snappy](https://pypi.org/project/python-snappy)|0.004| +|pypi|[service-identity](https://pypi.org/project/service-identity)|0.004| +|pypi|[cryptography](https://pypi.org/project/cryptography)|0.004| +|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|0.004| +|pypi|[winkerberos](https://pypi.org/project/winkerberos)|0.004| +|pypi|[pykerberos](https://pypi.org/project/pykerberos)|0.004| +|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|0.004| +|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|0.004| +|pypi|[dnspython](https://pypi.org/project/dnspython)|0.004| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.003| +|pypi|[plotly](https://pypi.org/project/plotly)|0.003| +|pypi|[seaborn](https://pypi.org/project/seaborn)|0.003| +|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.003| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.003| +|pypi|[packaging](https://pypi.org/project/packaging)|0.003| +|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.003| +|pypi|[scipy](https://pypi.org/project/scipy)|0.003| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.003| +|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.003| +|pypi|[ipython](https://ipython.org)|0.002| +|pypi|[keras](https://github.com/keras-team/keras)|0.002| +|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|0.002| +|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|0.002| +|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|0.002| +|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|0.002| +|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|0.002| +|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|0.002| +|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|0.002| +|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|0.002| +|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|0.002| +|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|0.002| +|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|0.002| +|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|0.002| +|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|0.002| +|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.002| +|pypi|[grpcio](https://pypi.org/project/grpcio)|0.002| +|pypi|[wrapt](https://pypi.org/project/wrapt)|0.002| +|pypi|[termcolor](https://pypi.org/project/termcolor)|0.002| +|pypi|[six](https://pypi.org/project/six)|0.002| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002| +|pypi|[protobuf](https://pypi.org/project/protobuf)|0.002| +|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.002| +|pypi|[libclang](https://pypi.org/project/libclang)|0.002| +|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.002| +|pypi|[gast](https://pypi.org/project/gast)|0.002| +|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.002| +|pypi|[astunparse](https://pypi.org/project/astunparse)|0.002| +|pypi|[polars](https://pypi.org/project/polars)|0.001| +|pypi|[pyamg](https://pypi.org/project/pyamg)|0.001| +|pypi|[mypy](https://pypi.org/project/mypy)|0.001| +|pypi|[black](https://pypi.org/project/black)|0.001| +|pypi|[ruff](https://pypi.org/project/ruff)|0.001| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.001| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.001| +|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.001| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.001| +|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.001| +|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.001| +|pypi|[joblib](https://pypi.org/project/joblib)|0.001| +|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.001| +|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.001| +|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.001| +|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.001| +|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.001| +|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.001| +|pypi|[tomli](https://pypi.org/project/tomli)|0.001| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.001| +|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.001| +|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.001| +|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.001| +|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.001| +|pypi|[s3fs](https://pypi.org/project/s3fs)|0.001| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.001| +|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.001| +|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|0.001| +|pypi|[mpmath](https://pypi.org/project/mpmath)|0.001| +|pypi|[jplephem](https://pypi.org/project/jplephem)|0.001| +|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.001| +|pypi|[bleach](https://pypi.org/project/bleach)|0.001| +|pypi|[html5lib](https://pypi.org/project/html5lib)|0.001| +|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.001| +|pypi|[dask](https://pypi.org/project/dask)|0.001| +|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|0.001| +|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.001| +|pypi|[graphviz](https://pypi.org/project/graphviz)|0.001| +|pypi|[deepdiff](https://github.com/seperman/deepdiff)|0.001| +|pypi|[pre_commit](https://github.com/pre-commit/pre-commit)|0.001| +|pypi|[questionary](https://github.com/tmbo/questionary)|0.001| +|pypi|[scikit_learn](https://scikit-learn.org)|0.001| +|pypi|[tqdm](https://tqdm.github.io)|0.001| +|pypi|[tensorflow](https://www.tensorflow.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/nabeelre/BTSbot/badge.png b/_repos/github/nabeelre/BTSbot/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc508cbef2bff368b4433d07c1925681ded0bea GIT binary patch literal 96006 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 (7I2S%AQH^PhEk+yL+&>M)LQEez<1 z{?n`gS|7{#000Cq1)%v~{`pV$pXNVF-T(U*=xPJ{TZn{_XaDa%G=K+O`u{)v_W}PJ x@jqbr7fAm))4zoBFRA`FO#I6S|0g~;QU@L8Z$_V9QlSGrx|+`(S3Z0Z@jqA`jjsRz literal 0 HcmV?d00001 diff --git a/_repos/github/nabeelre/BTSbot/data.json b/_repos/github/nabeelre/BTSbot/data.json new file mode 100644 index 00000000..ae53d50b --- /dev/null +++ b/_repos/github/nabeelre/BTSbot/data.json @@ -0,0 +1,542 @@ +{ + "requirements.txt": { + "github/nabeelre/BTSbot": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "astropy": { + "credit": 0.004185661764705883, + "url": "https://www.astropy.org/" + }, + "deepdiff": { + "credit": 0.0005823529411764714, + "url": "https://github.com/seperman/deepdiff" + }, + "fire": { + "credit": 0.05823529411764706, + "url": "https://github.com/google/python-fire" + }, + "keras": { + "credit": 0.0022295798319327672, + "url": "https://github.com/keras-team/keras" + }, + "matplotlib": { + "credit": 0.06520169117647058, + "url": "https://matplotlib.org" + }, + "numpy": { + "credit": 0.08201713235294118, + "url": "https://www.numpy.org" + }, + "pandas": { + "credit": 0.007548750000000001, + "url": "https://pandas.pydata.org" + }, + "penquins": { + "credit": 0.05823529411764706, + "url": "https://github.com/dmitryduev/penquins" + }, + "pre_commit": { + "credit": 0.0005823529411764714, + "url": "https://github.com/pre-commit/pre-commit" + }, + "pymongo": { + "credit": 0.004425882352941177, + "url": "http://github.com/mongodb/mongo-python-driver" + }, + "PyYAML": { + "credit": 0.11767169117647058, + "url": "https://pyyaml.org/" + }, + "questionary": { + "credit": 0.0005823529411764714, + "url": "https://github.com/tmbo/questionary" + }, + "Requests": { + "credit": 0.05823529411764706, + "url": "https://requests.readthedocs.io" + }, + "scikit_learn": { + "credit": 0.0005823529411764714, + "url": "https://scikit-learn.org" + }, + "tensorflow": { + "credit": 0.0005823529411764644, + "url": "https://www.tensorflow.org/" + }, + "tqdm": { + "credit": 0.0005823529411764714, + "url": "https://tqdm.github.io" + }, + "sgp4": { + "credit": 0.0012011029411764706, + "url": "https://github.com/brandon-rhodes/python-sgp4" + }, + "skyfield": { + "credit": 0.0012011029411764706, + "url": "http://github.com/brandon-rhodes/python-skyfield/" + }, + "coverage": { + "credit": 0.0012011029411764706, + "url": "https://github.com/nedbat/coveragepy" + }, + "ipython": { + "credit": 0.0024022058823529413, + "url": "https://ipython.org" + }, + "objgraph": { + "credit": 1.2011029411764613e-05, + "url": "https://mg.pov.lt/objgraph/" + }, + "threadpoolctl": { + "credit": 0.0026424264705882353, + "url": "https://pypi.org/project/threadpoolctl" + }, + "pytest-xdist": { + "credit": 0.010809926470588236, + "url": "https://pypi.org/project/pytest-xdist" + }, + "pytest-astropy": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/pytest-astropy" + }, + "pytest-astropy-header": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/pytest-astropy-header" + }, + "pytest-doctestplus": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/pytest-doctestplus" + }, + "pytest": { + "credit": 0.018496985294117647, + "url": "https://pypi.org/project/pytest" + }, + "scipy": { + "credit": 0.0026424264705882353, + "url": "https://pypi.org/project/scipy" + }, + "tomli": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/tomli" + }, + "Jinja2": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/Jinja2" + }, + "sphinx-design": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/sphinx-design" + }, + "sphinx-changelog": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/sphinx-changelog" + }, + "sphinx-astropy": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/sphinx-astropy" + }, + "sphinx": { + "credit": 0.0026424264705882353, + "url": "https://pypi.org/project/sphinx" + }, + "pre-commit": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/pre-commit" + }, + "s3fs": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/s3fs" + }, + "fsspec": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/fsspec" + }, + "typing-extensions": { + "credit": 0.0028483298319327732, + "url": "https://pypi.org/project/typing-extensions" + }, + "bottleneck": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/bottleneck" + }, + "asdf-astropy": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/asdf-astropy" + }, + "mpmath": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/mpmath" + }, + "jplephem": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/jplephem" + }, + "pytz": { + "credit": 0.010809926470588236, + "url": "https://pypi.org/project/pytz" + }, + "sortedcontainers": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/sortedcontainers" + }, + "bleach": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/bleach" + }, + "html5lib": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/html5lib" + }, + "beautifulsoup4": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/beautifulsoup4" + }, + "pyarrow": { + "credit": 0.0026424264705882353, + "url": "https://pypi.org/project/pyarrow" + }, + "h5py": { + "credit": 0.011084464285714286, + "url": "https://pypi.org/project/h5py" + }, + "dask": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/dask" + }, + "certifi": { + "credit": 0.008888161764705882, + "url": "https://pypi.org/project/certifi" + }, + "packaging": { + "credit": 0.0028483298319327732, + "url": "https://pypi.org/project/packaging" + }, + "astropy-iers-data": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/astropy-iers-data" + }, + "pyerfa": { + "credit": 0.0012011029411764706, + "url": "https://pypi.org/project/pyerfa" + }, + "orjson": { + "credit": 0.014413235294117647, + "url": "https://pypi.org/project/orjson" + }, + "pyyaml": { + "credit": 0.025943823529411762, + "url": "https://pypi.org/project/pyyaml" + }, + "click": { + "credit": 0.014413235294117647, + "url": "https://pypi.org/project/click" + }, + "ordered-set": { + "credit": 0.014413235294117647, + "url": "https://pypi.org/project/ordered-set" + }, + "ml-dtypes": { + "credit": 0.009883361344537815, + "url": "https://pypi.org/project/ml-dtypes" + }, + "optree": { + "credit": 0.008236134453781513, + "url": "https://pypi.org/project/optree" + }, + "namex": { + "credit": 0.008236134453781513, + "url": "https://pypi.org/project/namex" + }, + "rich": { + "credit": 0.008236134453781513, + "url": "https://pypi.org/project/rich" + }, + "absl-py": { + "credit": 0.009883361344537815, + "url": "https://pypi.org/project/absl-py" + }, + "hypothesis": { + "credit": 0.009608823529411765, + "url": "https://pypi.org/project/hypothesis" + }, + "python-dateutil": { + "credit": 0.009608823529411765, + "url": "https://pypi.org/project/python-dateutil" + }, + "virtualenv": { + "credit": 0.011530588235294117, + "url": "https://pypi.org/project/virtualenv" + }, + "nodeenv": { + "credit": 0.011530588235294117, + "url": "https://pypi.org/project/nodeenv" + }, + "identify": { + "credit": 0.011530588235294117, + "url": "https://pypi.org/project/identify" + }, + "cfgv": { + "credit": 0.011530588235294117, + "url": "https://pypi.org/project/cfgv" + }, + "zstandard": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/zstandard" + }, + "python-snappy": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/python-snappy" + }, + "service-identity": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/service-identity" + }, + "cryptography": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/cryptography" + }, + "requests": { + "credit": 0.012697373949579833, + "url": "https://pypi.org/project/requests" + }, + "pyopenssl": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/pyopenssl" + }, + "winkerberos": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/winkerberos" + }, + "pykerberos": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/pykerberos" + }, + "pymongocrypt": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/pymongocrypt" + }, + "pymongo-auth-aws": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/pymongo-auth-aws" + }, + "dnspython": { + "credit": 0.0038435294117647057, + "url": "https://pypi.org/project/dnspython" + }, + "prompt_toolkit": { + "credit": 0.05765294117647059, + "url": "https://pypi.org/project/prompt_toolkit" + }, + "pooch": { + "credit": 0.004323970588235294, + "url": "https://pypi.org/project/pooch" + }, + "numpydoc": { + "credit": 0.0028826470588235293, + "url": "https://pypi.org/project/numpydoc" + }, + "polars": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/polars" + }, + "pyamg": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/pyamg" + }, + "mypy": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/mypy" + }, + "black": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/black" + }, + "ruff": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/ruff" + }, + "pytest-cov": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/pytest-cov" + }, + "scikit-image": { + "credit": 0.004323970588235294, + "url": "https://pypi.org/project/scikit-image" + }, + "plotly": { + "credit": 0.0028826470588235293, + "url": "https://pypi.org/project/plotly" + }, + "seaborn": { + "credit": 0.0028826470588235293, + "url": "https://pypi.org/project/seaborn" + }, + "sphinxext-opengraph": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/sphinxext-opengraph" + }, + "sphinx-prompt": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/sphinx-prompt" + }, + "Pillow": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/Pillow" + }, + "sphinx-gallery": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/sphinx-gallery" + }, + "sphinx-copybutton": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/sphinx-copybutton" + }, + "memory-profiler": { + "credit": 0.0028826470588235293, + "url": "https://pypi.org/project/memory-profiler" + }, + "joblib": { + "credit": 0.0014413235294117646, + "url": "https://pypi.org/project/joblib" + }, + "nvidia-nvjitlink-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-nvjitlink-cu12" + }, + "nvidia-nccl-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-nccl-cu12" + }, + "nvidia-cusparse-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cusparse-cu12" + }, + "nvidia-cusolver-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cusolver-cu12" + }, + "nvidia-curand-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-curand-cu12" + }, + "nvidia-cufft-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cufft-cu12" + }, + "nvidia-cudnn-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cudnn-cu12" + }, + "nvidia-cuda-runtime-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cuda-runtime-cu12" + }, + "nvidia-cuda-nvrtc-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cuda-nvrtc-cu12" + }, + "nvidia-cuda-nvcc-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cuda-nvcc-cu12" + }, + "nvidia-cuda-cupti-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cuda-cupti-cu12" + }, + "nvidia-cublas-cu12": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/nvidia-cublas-cu12" + }, + "tensorflow-io-gcs-filesystem": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/tensorflow-io-gcs-filesystem" + }, + "tensorboard": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/tensorboard" + }, + "grpcio": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/grpcio" + }, + "wrapt": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/wrapt" + }, + "termcolor": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/termcolor" + }, + "six": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/six" + }, + "setuptools": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/setuptools" + }, + "protobuf": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/protobuf" + }, + "opt-einsum": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/opt-einsum" + }, + "libclang": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/libclang" + }, + "google-pasta": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/google-pasta" + }, + "gast": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/gast" + }, + "flatbuffers": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/flatbuffers" + }, + "astunparse": { + "credit": 0.0016472268907563026, + "url": "https://pypi.org/project/astunparse" + }, + "slack-sdk": { + "credit": 0.007206617647058823, + "url": "https://pypi.org/project/slack-sdk" + }, + "ipywidgets": { + "credit": 0.007206617647058823, + "url": "https://pypi.org/project/ipywidgets" + }, + "wheel": { + "credit": 0.007206617647058823, + "url": "https://pypi.org/project/wheel" + }, + "twine": { + "credit": 0.007206617647058823, + "url": "https://pypi.org/project/twine" + }, + "py-make": { + "credit": 0.007206617647058823, + "url": "https://pypi.org/project/py-make" + }, + "importlib-resources": { + "credit": 0.007206617647058823, + "url": "https://pypi.org/project/importlib-resources" + }, + "colorama": { + "credit": 0.007206617647058823, + "url": "https://pypi.org/project/colorama" + }, + "graphviz": { + "credit": 0.001189091911764706, + "url": "https://pypi.org/project/graphviz" + } + } +} \ No newline at end of file diff --git a/_repos/github/nabeelre/BTSbot/requirements.txt b/_repos/github/nabeelre/BTSbot/requirements.txt new file mode 100644 index 00000000..a6574e19 --- /dev/null +++ b/_repos/github/nabeelre/BTSbot/requirements.txt @@ -0,0 +1,17 @@ +astropy==5.3.1 +deepdiff==6.7.1 +fire==0.5.0 +keras==2.13.1 +matplotlib==3.7.2 +numpy==1.24.3 +pandas==2.0.3 +penquins==2.2.0 +pre_commit==3.5.0 +pymongo==4.4.1 +PyYAML==6.0.1 +PyYAML==6.0.1 +questionary==2.0.1 +Requests==2.31.0 +scikit_learn==1.3.0 +tensorflow==2.13.0 +tqdm==4.65.0 diff --git a/_repos/github/parthenon-hpc-lab/parthenon/CMakeLists.txt b/_repos/github/parthenon-hpc-lab/parthenon/CMakeLists.txt index 7d0d4ab3..907557f1 100644 --- a/_repos/github/parthenon-hpc-lab/parthenon/CMakeLists.txt +++ b/_repos/github/parthenon-hpc-lab/parthenon/CMakeLists.txt @@ -1,6 +1,6 @@ #========================================================================================= # Parthenon performance portable AMR framework -# Copyright(C) 2020-2023 The Parthenon collaboration +# Copyright(C) 2020-2024 The Parthenon collaboration # Licensed under the 3-clause BSD License, see LICENSE file for details #========================================================================================= # (C) (or copyright) 2020-2023. Triad National Security, LLC. All rights reserved. @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.16) # Imports machine-specific configuration include(cmake/MachineCfg.cmake) -project(parthenon VERSION 23.11 LANGUAGES C CXX) +project(parthenon VERSION 24.03 LANGUAGES C CXX) if (${CMAKE_VERSION} VERSION_GREATER_EQUAL 3.19.0) cmake_policy(SET CMP0110 NEW) diff --git a/_repos/github/saopicc/DDFacet/CMakeLists.txt b/_repos/github/saopicc/DDFacet/CMakeLists.txt new file mode 100644 index 00000000..1256188e --- /dev/null +++ b/_repos/github/saopicc/DDFacet/CMakeLists.txt @@ -0,0 +1,28 @@ +cmake_minimum_required(VERSION 2.8) + +#As per http://permalink.gmane.org/gmane.comp.programming.tools.cmake.user/15952 +IF(DEFINED CMAKE_BUILD_TYPE) + IF((CMAKE_BUILD_TYPE STREQUAL "Debug") OR (CMAKE_BUILD_TYPE STREQUAL "Release") OR (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo") OR (CMAKE_BUILD_TYPE STREQUAL "MinSizeRel")) + MESSAGE("-- Build type is defined as '${CMAKE_BUILD_TYPE}'") + ELSE() + SET(CMAKE_BUILD_TYPE "Release") + MESSAGE("-- Invalid option for BUILD TYPE, defaulted to '${CMAKE_BUILD_TYPE}' build") + ENDIF() +ELSE() + SET(CMAKE_BUILD_TYPE "Release") + MESSAGE("-- Build type wasn't defined, defaulted to '${CMAKE_BUILD_TYPE}' build") +ENDIF() +IF(CMAKE_BUILD_TYPE STREQUAL "Debug") + MESSAGE(WARNING "You are compiling the backend in debugging mode... things may be slower than usual. Overriding all optimizations to 'OFF'") +ENDIF() + +list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") +list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/cmake") +#Ensure __init__.py is added to out-of-source build directory +execute_process(COMMAND touch __init__.py + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) +#when doing a non-editable installation this need to be installed +install(FILES __init__.py DESTINATION DDFacet/cbuild) +# need to make it a package if it is a non-editable install +#install(SCRIPT __init__.py LIBRARY DESTINATION DDFacet/cbuild) +add_subdirectory(Gridder) diff --git a/_repos/github/saopicc/DDFacet/README.md b/_repos/github/saopicc/DDFacet/README.md new file mode 100644 index 00000000..15a386b5 --- /dev/null +++ b/_repos/github/saopicc/DDFacet/README.md @@ -0,0 +1,93 @@ +--- +title: github/saopicc/DDFacet +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|spack|[gmake](https://www.gnu.org/software/make/)|0.245| +|spack|pkgconfig|0.08| +|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.068| +|spack|[python](https://www.python.org/)|0.061| +|spack|guile|0.043| +|spack|[cmake](https://www.cmake.org)|0.042| +|spack|re2c|0.04| +|spack|[ninja](https://ninja-build.org/)|0.033| +|spack|[zlib-api](https://zlib.net)|0.017| +|spack|libbsd|0.016| +|spack|meson|0.016| +|spack|openssl|0.016| +|spack|autoconf|0.013| +|spack|automake|0.013| +|spack|libtool|0.013| +|spack|m4|0.013| +|spack|mbedtls|0.012| +|spack|[expat](https://libexpat.github.io/)|0.011| +|spack|bzip2|0.01| +|spack|xz|0.01| +|CMakeLists.txt|github/saopicc/DDFacet|0.01| +|spack|[gnutls](https://www.gnutls.org)|0.006| +|spack|krb5|0.006| +|spack|libidn2|0.006| +|spack|libssh|0.006| +|spack|libssh2|0.006| +|spack|nghttp2|0.006| +|spack|nss|0.006| +|spack|rtmpdump|0.006| +|spack|iconv|0.006| +|spack|libxml2|0.006| +|spack|lz4|0.006| +|spack|lzo|0.006| +|spack|nettle|0.006| +|spack|zstd|0.006| +|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.005| +|spack|gdbm|0.004| +|spack|gettext|0.004| +|spack|libffi|0.004| +|spack|libnsl|0.004| +|spack|libxcrypt|0.004| +|spack|readline|0.004| +|spack|sqlite|0.004| +|spack|tcl|0.004| +|spack|tix|0.004| +|spack|tk|0.004| +|spack|uuid|0.004| +|spack|py-alabaster|0.003| +|spack|py-babel|0.003| +|spack|py-colorama|0.003| +|spack|py-docutils|0.003| +|spack|py-flit-core|0.003| +|spack|py-imagesize|0.003| +|spack|py-importlib-metadata|0.003| +|spack|py-jinja2|0.003| +|spack|py-packaging|0.003| +|spack|py-pip|0.003| +|spack|py-pygments|0.003| +|spack|py-requests|0.003| +|spack|py-setuptools|0.003| +|spack|py-six|0.003| +|spack|py-snowballstemmer|0.003| +|spack|py-sphinx-rtd-theme|0.003| +|spack|py-sphinxcontrib-applehelp|0.003| +|spack|py-sphinxcontrib-devhelp|0.003| +|spack|py-sphinxcontrib-htmlhelp|0.003| +|spack|py-sphinxcontrib-jsmath|0.003| +|spack|py-sphinxcontrib-qthelp|0.003| +|spack|py-sphinxcontrib-serializinghtml|0.003| +|spack|py-sphinxcontrib-websupport|0.003| +|spack|py-wheel|0.003| +|spack|[curl](https://curl.se/)|0.001| +|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|0.001| +|spack|[libarchive](https://www.libarchive.org)|0.001| +|spack|[libuv](https://libuv.org)|0.001| +|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.001| +|spack|[rhash](https://sourceforge.net/projects/rhash/)|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/saopicc/DDFacet/badge.png b/_repos/github/saopicc/DDFacet/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..966677f1f4fd395540e37d01193d65a6f736447d GIT binary patch literal 87114 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%0AE_T`6m9e_5XI}|90l{ zoACe1%zW?h(!bN+DG^LQ{bcBSdVYbh_5z88xO(8#_6y+cw2KDbKh@94$$$ie93P1M zt{W30K0ZkI;{FVMbtPahy*V3pv}x(<_k^-4?mN(onZ15|;1q|0;=q+(^5o&{ir(M{iX|soTYFC~C8n?NUzmpo00Hj{obqSrB7_4rfC=m) z8(_DJclv*y^~{ECKQMr-WV`+EV6qQ4<@YxaguYML#GOi55nwJk*yAuG896x?wGwbU zS7{mS0h&lzqNk^Ehu<``W`Bpo!)oI%@g*xxKCGz^_E|n76%{Lhnc*P6OI1KYlZSs9 z%_B}};_G{ZaYE768(~=uG&c10JtgQAtJ|i$954!={q^~IJyXgeiX>5gj0$6PHm8xJ z@sx2+z(6WC0XwZTxIZtp073&7HprhA_=r8QwO}r;V5P>l@UiA+lai9 zvqR_HyMe9?UT@*T7B#h#iKBeIZk%;`4kIHXF#VDD{+VEF0Cpwme&jqHAn|FyyY=C8 zLLVY`XDK%Z#^fPhyIf)&5KC8>og{3ZN6F%9&q+NA%UKg7we%)xoq#sFY{Uuqi{W4v z7K%POu)37<5F@F))K%%mgk9V{1#yduLj!IR#~nqwM-3BFhaMjPl;f-atjS%hTSHf% zlG=)lOlHo->2aQj;3u)JCC^``L6Jqd^ zZ=_yx_S*K*ci1h3FA0Yst*v@6f6h^_yp!A^9!(%Fm0DSU zh!K;xv6r;yWdzb;iG(0|1_mD!<}7ibzmT6zD#;AHX!yfVf!UP45BF1weu65OYlr9} zVgZH&YX;tfp*1yx2-W`kI6G_KMBs2fss(k`6~9fl;=HG3)n&S)gIjzS?|t~TW1llk zRx*)xvR!_#mzd+r{hP0wbuu~Aa)41M>6D^FFv$DClqg_m(|^tKbNm<4;1dZ(A}=tX z8-PW)l?a%BXf!$4Bz4R8ha-L>ZBC>KKUeEwLOvqGao6A=R0rj})J}fo6jfIs0bB>0 z!w(1l3=1YFI%%+@1uUPJ&kH9-#Sg(xfl=^pXs*8Nsf!3bO~%~)9T9~*!T4%r#pHVK zc5Nj#d^d}g^Q0(o0As>ZkI)?!mu_+|XxIc4J^$X3lk|KEFK6*C|AYw3fas-k&u^R* zvohb{C;?%aI`PR-j{jIsijrm^x{SRm@sR4dVxr3dM1j%9=MQl)e{YYY+8L@gE`KXS z?$!i{Ltj2`#SAQ)w21B6ppos2RY+s#XuF9s#mpW3Qkfjs_*_U3C_87-VUfUZVVGR6 z-^9tcxNilY?Qy&7TLsoBVY>Z03-CBikKnj>Hr;THCq@Q5M3goHclnpq7f2W4&pZ9^ z0Kv&N+he!lC?k-bU9al2!|yupY{%d4X*fPA!*d@Gy0gvJ(K-+ryXD10Bm1Z#UM+li z@d`5e&%Cm4OEaPKaEk;fS&uz^?63ZKH4&g81Aw-=&mY2nPDr>im$ z_3G|LwhBFtA;omIzC#gd_g?Ll8(M$%bsOU^u*Cf|LB0VWA@84~b{@~wor7fjY86T( z(pAqN(iZ50K!5$H*$wa%Y^!o@w6STNeB5cbq*1N~;gG;*tgUz^Htq{?`Ax1b#l)db zn`>T1i+&^~s{u`}Bs08zsNjRT^p6b=ziDYzPstRtI9bU0BIppD4XxyHNvb%cF&mf?%Kss#Dz*A?ez1nJRZPWnIRIW@P1Y(7bVXA$6^?~M_}@a8 z@>dR->Dr55K$bEuXHm@7*G4(2>tZooz+PxO8z z0!l#}Jjp|g)AilW*GLQ$F7?K?t{-QfX~hET;OPP#9Ew&V+eC8$c2N< zpY@xy1AS>f+tkM6>g3dIA~;E9TNr@Fq^rI5l+NNpjy|ti5JJwUF95yTPVbk`ewQTCDssO&VzHV%L*2 zhYeTl_^qYoLcrlr{52(qqj08Ru@YvrUlm+2Y(23^fzN_98EKtHKw6~x8BTVdQB`c_ zaQG)mq~7f8B9flx*WPXN;HeRTZ+290{3CgkcG)P!Md)x{}rz6xB;YJUI^X^T}W$+}t1$cbDhfWddh#E+J0J)@~u zi4qkBry6aZej);{uOdD=hFZ7*=VlAd4bFk92yu{!pD)*!R5>RI*Ghc^%No1BzOPIR z^|jU^{*CGc>&tYQ^vVtWT8%ySmkH8}<%Xi*U03%&O5<|4r$6aO0_}VnS-}B0py648 zDY$S3sNVpEi8uhncM&gcTF7x>=OO9EgpY~KizKBtOjTZ+AU#kP-ucXzI5A)D zZKx;8IMM2_+xKV@o#5!CYYpe%H{#plGp_rK(SAV_+kXHed zL1ppv$$nlhKV27Rj43elnIOC@AYXV(ZHnJGonSHjNptVS*9sFE+ZFHdfK4Y_9JA1t z-kNbz+oV7Ma5-jQq7W&rO&(kc2syHVm%Yq>C3E4l=BsptL%g@eE>*$yzj$Ue6*t%Y zoOXoH-ms!yZK1r7M}oFJz<(z^(lFD<*iaD3>!%qB>cmy{DEpPrAnQuyoj2#?<|5U< zmxTQjB!cmCE|9}fyjRc+e#_nnu{L=?j|0zA_qcDe{7R$1j~6J&3`BQvfV9>(Xnz!_ zohtU6k2PeMpOVJlUf;>Xz2^_U&*|Bvd5p9*TQI+0>5_smCyPjzZ{JwR?lijTf%mw! zM@-Tjc{~tD;dM{}2m^65##g;>BPFM1Wkep^t?n;errG1+|0MVJ3}cU1i}#<(E>hPX zw^4wH)e_6qoDYdwWhx18Tn`IQr+Lzw$iE-a60-dar{>K$oJOU#Kg|;0bSI}UX*1WT zuT5sqXqR)~$|KUwP6aUEAAsfO+_g0F5Sz8Xe@n{^W0jrw^M4p24Qz@?VjH#a;(0%t zv5olpL%tAl{s>9W0kHgPKUoZZiz-j~H4JX#r1;hzRed6sci&w!w_l5u4TehZOT9~C zRrj`|tc5RqZK)M?#gCpa3p$SWnM z=6P=8-g5%)*?}IFUvJXEnimz~`}?)>kbXnYfA?Y;S4Xa4u)h3i>UF$Nbm(=vq@o=O zCuUTAk;?nawNSn-=$MZjS*+0+D&F<@e#$j-gl3`)($JsonVq6hlbVMOHCgcuEYK0Eg)n?G z_Q^qaR!HK&#rdEZ^e{P7$}~#o{?*#Jrf!ptZZsKSDUXHlaVc+P>uEo32ne*jCoPL} z2PRFsp`j@(82C(-?qbc|unH4-)) zW(Ldn|A;I!_zf}*A;EsIE|e&w%OQ5W7}+OJB^dZYHZt1gT}Va#x~y0 zeeb@%`SP8!*E(y>Ip!E+&MkTO)Y|bDRJRLkZ(Nyz+J2{>>seQszKsknUPdcu^*OKV z2R(tp1)*L`&A*b?arEOi3|nmsAnYnKdS~l(a+Lo0UYkeaSML~>Nf#hFc|(j^LkYya zdlQ?9d2_H$0lz-r>ezqGvE^qYJPNj&0ZnLY-CASyNWzAq~hrE^ZjwY*A2wj>{y>XBX zMi+H7DUsQzy_@Yf{^U5&cW^k}v^jPoZ<`-T(k;H++rbwN+X)%z(>CyUfr(8?#G8*K z(&}BhytxxA_^s&R^P#D;;;93(!C8trDi*ZFZyA1lE``$W<@*LDKqzpxdHs`Yn|bG7 zb0I3DF6#brm(we1H2vecCTn$rYOrkw9w zuE}0L-_y#*mfDmu+EGfV+?$8nPi)t=t*Sgef5pPQqVx$}s1Go;h-F;=Nl&vgoa8mq zo(e+i#thNMeR;cFdG?RWSERkI z$x2cz#WD$eI=he2dJQ*E^@?L*q-yG>l$01?Ri$_{O2FX_Kb?oeC3kmPUIa&cT<#9>KJpas zN8t`1Cyo-7j_dui9ZVs7jrjOxMGKdf)A!O7DuEK1CItPGCY$|k`?EYa(6ZrpWZUJg=|bR|gwTc-k!p zK;=HtmtH9Bn-sM@+8#5qOIe#C1ha8jH8HfOQ-IizsZ}e{?>(aSIEZzDOlc~d zv@G876$s(wlZjkw>Pzr^mAX>@#< zj=oGD8%yGW(ilvlw^T-|UC!3oHCdsM9v_sCZmkP5jn)>bMQHsSq9O_?Wg0bq?IPd< zoKXwVmU)edlOE8s1S+{w;Ruei+kZB=#OK;t8>6k_CsK zlUw6n?+}Ug;);UU-DsHnbEo(8j(3z5=5&qL!#rj*j_)K^4)z|>c(yYYKR9bVD(vY= z{UqtJiR$4-$%#rU|E`ie>5uUdR!*{+=mhJA)D?PC*)A$te&_YoG^~=?`@_M&fRH1qCG0oFkw4(GC zaAxae07DtwZ&ga_k74-X1){7Tpkmp1>^;Lw*%|j{eea+gHX~kUV86{azE_}V4HIJs ziF@<_y2R8!gR-TES5|X2VTYf4xrniwybcTtsv}IGwL_M!lVG8XQ7saf8rqBj;Q`Yq z9XVDb-fO$Z7M&c!s&O(u_=zZk&r`cC3}-MB;qf!5PoVbP(iiiv#Nk>h{hXYE}cI zwYb38z(qj?b|rd|(zPM2!W=POPEzO<=H$`xs<7m~aNa31(#WXUFYy4t#0ncniw(5c z|;5{ zrZg$){c+rY?}RetqHL|g(OxQog0^pV)NMY>c0r{=@p2}ssFJBwspC2<*^)!D3c0Bv zk8A1xm7GMZx)3{b7slbU4v0=f(83A8;vh8qXlOJO_-#f7-TYfo!9v5S!{h;+VKta(+?6o z>5|vJw^LTnT>!*}TmMv6(M{6oKAEj+`5;M$*W=7>i13vpm!NiuD*0c@Oipw!!&x%q zdtjIQHlXl?s8C}QH4hgE8y^4OEtjE-J}b4>`i*Gub~#g`hX?u2`kBf{p+B)0UKGri zv7pGX4Kxm3Bcg4eyq)08=NwCV=K}0@N5`9JV_cI4qRVnmoQF1%i`a~ciuc6XpLnQr!*$G#FjcKKs$o%H*TB14b$ue#H30>aNzN)_9EB+w)3} zhh5}k7+h>cJ+L6Q-Q(!B`f&6hcZ)5s5TP+4_s)7e>sbb<)A&TCx1t;Qiqq+BHnSN* z3tDH1^>>+pv3Dx9opfXd|DAafNkW7rd74@SdqJRmfSJe7LOz*-QU^)1dXL49U#n$h zR;mKxNOf@97P!I%Wam<5;|{OeQHqd-Q56QlodT(ns;v1=BX&}ti*X?=*Oj>;t8$rz ziIi+O2@^6cNj;@5L)WXD&K0&)j!fM?w@Gyihl@lxB^X_$$ruIrW$1h1@kGC)xC0pW zURE<-w7L<4i(1!KkW@4pAHTd^HhA%YaDg3?O|P{=5V8EX-}1IUprCQi5|<%{B)LW2k! zfSD+Rw9TBzkX=8|Ml_!nq9IuP%E{x;v&*|Xgze<<#SC|KsfQ|nxwPBa8bdfZ;e_y# z%3#BoK_8FSHBKp4)6ExC3cXfy{(Uqlf~(UB0Ea$$PZPYXW=LQDKdXs9IUu4iMU{J& zC2!2_@2uyuK&MTsVv%tp+HyKl@QH!F|0SRF*;XHhnB>`&eBK zt_w9?OlUj&?s2q3Uad}dF%<>$R>-7k+QeP@MtS7zoqN<=>?LLrRKL!lOKU|b?#`*p zBTkTwXA<~wZ+J$94Jqb-+0!z++dtXLIbP%S1}&~6BdlgS*e>Klc+tQxR|J);D;_8c zSa_-{vrE1P(`wOG4RS(68b0b423z=ygE*A~-)O7Pfg4ui)+^=h@i2T4Wqj}cKO{u z^Dj2OUH8mFKq9Pf&}oP-7NSm)Q<#BW@r-+X8pF6|DOy}Wura>L|D0K~a_#Kh>0RUZ z%+1^BIGJ4h&(7BLc}{)!WbrP|FsXFmbU;B|Ch@axSxte>8{#lKWx(CTI4VgW#~A(` z0y`nspj;}}8j*L*44!KNffhJihGJQ7IC9;SNP1a%OW!=H0oY~w=)|s|Tt!JgTTPs$ z*BaxK;HNh~YP1e4r*hR7R3f`mi@1P33k|xcs{YxkC#vz64yaz9gf3@0=ZzV=@pf(3 z@@F)|=i*_F@F%={8*R=`!R&Z-p|4c5(eN-`rjgC!0C$bnj8=Ec(s;7w^ahr$2_Cne zpWnMh;eNBl<@!s;E1 zK#6?&th*iAE&yS$#-UqBgwU7|?$ddd8}iLiBY0I!2uN?W7F)c2&0o@{5>*9u0IE&u zt^#_I%2r0(Y(BZ+tVj8BrOBt#)fEs-A72l^U4Lms069?Oj91ul>z~x#PwPwq?HUBP zXnn*|vt_xjfVhAFev~_9+TkpzP@#;l#^nn$h-r-!Oi)oS*&5xVGT9b}&O#$r?UFiS zD=yt*#ZlCh6)wddf+W9baQNHw@#?Pq4xSfX;`nGUOp1UWWrM3j%4-jINVPq8i7y>d z=re16VfmHj=CH#MWN2i22k%Jw-J&}aiYa-VQ-Cp z$}>Q~kr0h4?rgipXoK3xGs59$E+LT{9-zn4&!t08?(WU#8VV3acas4hPhnVJ5;}t( zcj6kkJ$CHV()996EQ-DYnzYq3(yc07V|XX@PGLy^<`JMxM6HRS<`3@S2w}&SAlbw&RFkI7UV9ekkG`>e-;;2kmlf6w3h=#Y4%23?x~%*oJj2&m_5wT^L-BY~I5thFXEDb*l?m*}oK%LM+jv)Z32L!iIv-z7P{ zQmc^c7A8HcnoH(b!}p?m)|UkI4l{}OL3}B#?h#Tg5*_y<$XB%A*du#F3sUHve!a1i zX>!2&on5`Jk-q3`_<{kL=Q$Ab(L5tDTp`cPW{uASQsU5t9GUiWJIO<4u+2i0TH_j} zg!Eof!HPx!{%8hs90iQN76z3GnA=h9(4oNt@nwzMQ4wFk_{j+@SW8{_rwnzCMYm3S z*UIgrWLh;Otlmv6VtCe`ZYf=fwd(Jzknkn5 zHuCVxN#)Z1qIcdK*u(t>kPYP5o`cY>!%%g%Y@@{%jLW-&%o}1GyVeoqCY|83wDVb! zHjgH(Uf^RzzM509s~5@ph)N^lT6xM0#xQP*)Kb1!YuTD4IDM&okAUOkT%v@SSg{8F zdpu-Cj_3NO4}i2a#&b&UUY^U;K~veT06R^rU5(X@*9S1x!hb~W|IfCSde=kNI+G_@ ze?5jqFf!K%$lRrRcb~3-hz$iZn~QNEsJ*~`8Gm{KCDiZgca7;kj)zE|A|>L$N&2^m zthjD$;L==r`TS0L%WXXB2i%f}n9J0C!$zx}X;|OO{^P3Iv6*5%w;j}Bj6$zP34r|} zz5>7^AgBUM3#3_937zTc{P}`Da?9|8UM-?QEdTX*J zOCvkhB%`twoWHRieJ31xyEURa#;7`N;g1pKxcJzhK$b-kVj4MG>=Mgq7wE_CQY{Zf zergIjB~`PUjY;G!fAy8-(C{QK?g?xo*6O-e!Z)m6U1i z$Km{I;WxW4H!ex0#M%wNr{EG-rAxJVfBScQvG1m3jHi<*_@+<@QU;BSkJBTnBHG#$7im`bMGGp(+_J zEvzKdVJ_U;;}C7{%Q`%%TZ+^qCPbP;jl`y?eMvRvio>qTprk+h0v1!2Pe&g%l}9nfE(21&5FB@z}@!YBTWK&vjo9L)(u*X z!z~*@F$;Z~`p0e8LogP7e3m<1O3f)?QIK$r#}#t1DSM{v?&IUl_}M5%sK~NW4Wlx= zYaza3jyv(xiJ=I~ZVZ?^Y%eu3rqE^Nmn(J(lE>i0lw$N%sYMrw%4+SfI$xEIn9ySw z^lBBTyU+&pPGai-@z29ex>oWm2Jx8HN3Z`LtI$dL-spe5RS~&l2*`w5s?>pqT~p@@ zJxXE*>SbZ(csa$@jIJG}n9e(^?kGo{9@nsj0KxSX6`BW^GZ(nhv7wC)kLBtlTpMA! zrO*X&Dusdh5FFmvI>aGP5gV7qfM}t(^+NGj_{iumlPvU&LBcT{zu(f z8|%E%QhJ!INlX^TzPr3AI^oxHYO1@#;Ws&ky{7c|t6_nVDF(Aq$ga|9K3Ea6=sVTC;W} zvVKCCQy$2mNw$m#fG?zf}eKWS*)Qm z=@Y7E_O~iQM097HtA*89GozSMn%UxUAzxfkkD?`+*=V>`Zt6*1&x6Q^lPe zvK}%sqPtd@8ogWxY5@^a@CoJ?hyVH?EpI1g7&NeFOCL=GMdT&00{H#~%$5wYWjUhr z*ELQw@c6oAa&gp%J)LmAq}d_iH1x-uIKGQ0Vmi`Bn~6zzZIDP7s5vU++0<{Mt<3hV z%of~|J8BNyv<}dc^SmopT-xoq0rDn`axdWNUh(_mRYbp7pX1q3{m9~X!lqP_{r^hG_v!Lp%Y77 zW>20DRg=%Q~&N|FTn;ybe|tHRAPGQDLrYa zdukDu^}xDR+J$%)lnR$u((INd+-YlT`!1~(qgyV|RaElBf)#HC6lrqpZ()=K#&P@F z7s}1#vVRdXE_??66hP23l)G#+TbwRQHhAOYeD1h?wDVLd zVQENuE$5R!pgWF_xm1@jVLCjXVI_Q*K~iOEpFEe(E?2m)Q0|m%B9@66NT7U2@53{p zM^r0kt1*s1U^~zAkZPbQtHaf+8oip43ENb1J|16f?8~+zB5XQy%Bv$61124O&xkcv zR&%y%qIX=lI?Lt*5E-fjex^KRZLK5P4Ml|-QI0+w&R_g%elM;5GIk{R^^ALo3j^iM z#E!7TKgTIz6?8K4rBlKMZ65w!Mlbp=)%@AQl%&-PTi%+2C!d@?74xjA``s2cgB^c} zf9GLrR$6ij`869Vv7kqCmQAO^S^0oHmA($dpS{^Bex~v{ODXgrvwml&VAQ6hdk3Uf^(&p) zB&UX9=1oTCMnSaNa$!<<%X|XsX^VpW>@H$`Nme{^fms1cUvK-Dyqw*xItm>Fd4CJa z0Z1Sn4QL}78WUBr2D_KlCD%%&@if7@RI^scg8os7ReWXjU;(NrPC?a~r?ogR#lnRA zVW&3*Yg3HSU3DdGXkzvYbJuITw@n1_9Dt6&YUIuT-QeVO!bip|5;1zQT?E7QwO?WvoVV<%X3b49tVKKi@@N19KZ1OR~@idK{lpm|PLBN$s zuP%x|HlmIWwz*{gGpr69Y?cxiiIxD|qJlFAdGl zb`W5w6bgPOJPOyjT}N1FXRCzw{je0!(eTnx;^}Z6oJmP;QhwIt$(FHx61r zUYNHZR9$PabdlHXi_M6{>6z&J=Y`l6%QV#}wE3weYl+!AAl62C4$;}uYq5p=0$dL^ z!~*c9wwmGc+ zki8S9@4xh>IzasQLI0H?WNYa{dmgn*j2QP(<~(w|@8HiSb@Aa^V`g#xd8^HpaLH^l zhV!knz3V@{Y1Nnw*Xe-jN`Y761)0gwtVjvt)uCV`v|Z&%dCx3Kwyi?8snqCXG_Sz4 z@=F6SeUfg_i$(j@ zg-EC8k-nl*MySjzbxM3k80YonNcN^DFp}#+4Yb10OC_CjkT(%Hw`~nNeIrzx1vJ0L zWrGO8%EOS|*CzB6#FYiAoh#u0|C zLfv)c$hx*RMM+@(GHyhMR@tQc#S#WY_8)p*aiPqQvNw{c=bC4*{lnxE9YjhjGZz9D zRyHsUwqlU8K96O{4)h_{cNZ$e3B8yD(JDGMOCfKq+(Hii9D?LVis7>W#s5k(9l7sk+w=3oQi36t4DzRv-HiNy1S@5mQrudQmb;ct%{ykNMGT z6+*$X1NBBK^GbkhSajdA=}RnLI>>X5vz?-HB4fVDk6Tc|!m5eNrI-~TZEqF*X3-?a zl9fUfXJ;2NZm|6=B}6+paJ>=9N`ZpR?^a)4D3Ov~!>yd{z+Ps=f(7)~e16huM@O#f zQ%4J%M)Y_&a{&4o);lfI-m>V5X>n#jF9UgORz^hkEC--nn#CQC1;Xqlf#CP%=?>N* z&_tBc-FkT*P8B}~u^+SqX_Ee3Dhi!*J_40Ps?w?}#6|4& z&d;kW(}=^h;d#^$N#4?u-)CerI%txRa}d3vLfyoZq7e*C3?q)F?AN%Q6;Blo4o1n6 z){mKfFzsx1^mkF0tJGnt(iSF$JO{3ZQ}Cy8!zR=G#5DG@KQWYbvFBgx2esn|wLISE zcz6ugs^eu%0ZB5q;xNwn4$j5uB@&IPl_#aCay$is>AH|tv08{AA^OB-no%_w7r-k? z3Zu|v5lDQdkgv}2ds!pm+-A{DQFlp#ON()S$F*!fB(Q#gSWEiPUn`MrX^y~Rd3^Ur zdw#oU-){}psKAiigUbxM6fmM^gQ0OmDY?CCyniS;;y5Zg?{mGGc?j07eO(RtLnsA~ z5?67xm-^eZj-Vb)pr&X!c+YKbKBBTVmPLYGuXb4-BMb1WM)&4ytuaHher{W;%k0uZ z*-a1~Dtb|`HoNAOkf+vxL7yxI@sIC4iNEGpPv0ycQB{`0rD5?J`k_X=^3^-*8h$+# zuJY^f%*z&f|KNs4{h$zccDl}wfMc#|$)SG;Ltm7Hp6Y;V5<26j7u$N_-9o9l;0#<^ zRQ&jsay+Zlsa95!_p69YX|K?RU2{n@cYF?XiVeW~E5O_ODpSDqx^VeP>}~gbd0U-h zO3hI~Y39YNy-SPiySto>_9>FhN|q+18$M)ZWuVrvRJyaujDR$yM4V%14pJ>-quA_c zrKrVp^lAffdWEJ-Y>`-T4pt4ypO*&O2y&Rq2O%}@h&ImQ&J^GV!MU~XC4`(KVwuZ9 zxP80BCnGxgMFBfoEy1g=cLK_bf*uWlw1h<5OdJZ#`^~|AfSdnUk?BKF8+{65v*M^d zQg&OO@lq#g3bOlgh)%vyn0M)>R>2&?P;iT>iBY~W(e-PV?+_`0OpojXclchO!;BsZAtUJjogX!%MOC`zTg6Q%ws3z~~;~=CDfmVlb zv2u*&rj_*^+8rLC4v!ZGsx>2Ke4_jy8}z9snSY`5n;%zkm0YRCKXPK8MOKKfEtX!c zbuNNRyt<`%@TxZEx2B7#+zY+D-_?LB;Jf3yN#Jk)JeaxjMO4`kw}7lTP_X;w?e|*R z*kNXjO0}x%QWK&#IsHwSgU+@4dMM!LukS?7wZ|oRWP6=kD0NHAjJSK`m{lJ*-a*1C z69PnNSxohwB{gIi<@=Z?e$hn!Fp}=&rFHj$+GcyZ?TP3UNUX zZRAgyte60`6Dsa40frLM!D?;C>4P-IJi|%a?anWsS@WO`VS%DqIXSP}9UI zyuTl|HSSBNf-w|%t8iC{>mF<%XiaW&;UZ&Q-M{_uvDiq-@=C+JMEyO`#}f`dGBvH} z|3jl75jdi>rWaI0O$~{xrv!gQNf8ZHPgXQo#lI{aGMaPE+Xp*U!UCXtRpOSPLtb4U zN!IU_MhYlXJkAp4=D%$f+NvaR&xJ}Slzk72=%1MOi}X){Ml%4@gaEc7qB{j_%S(cB z_kciPh`C@>tOlr4s5VYfT@2#%T5W*=9voonvKtrG34`Nlnk$%^;p) znLE@6rzZvY)?}`XWG{y|L*DE5LKNC&#m-RW5S8U0MAlKu3J3DA2O!15fA^!tE2P5SqpDeul zFr?{;I(i|MhdCC&&omBg&Z%tKm_yvl>*p($7pbNN42?`fF1N5q z=tMX4NB=On6yi{Bujc9sA5e-GV*FOST%au1DU!L-Nk5AKgcH;sv*+h;XzC6&tJL(G zwXXCD5r4f9Y~jE~eDKo$AiUE)SYd(a(WAwZf&wXc%3b3J@Wbw`!RiO`ZA}C^{-woM zbZ!b%(lj4T2|YjqIPDuBcvx496r;t*!aQ7Tq;XS zKfONnQvA_;%p8}OX5p)m{mWBJA~hdAaBK^Um0EW_a>x#mvZhy)Ne&$JC31i1wfB_Vd?Ph1f z=(h=Kn&S&qy?{1UbN(V|OW$2s9pqJ}PSDB-1$og7EdIU1w6c=d^RPARPoYnC#-+%i@y0JMw+5BGG z=4&*kRF{aWsdltX6M5RnTW3ZZ|CDl|o|8sm`8ux!=VJDNugkD($#c!d{2nd)_xfCb zl!Qv96YK8+3n;=TIp6@lc8LZ*E^F^QP7Huc`9QVeOzGSMzC`wc_KvheKVY?E#ptIa zGt4z!J4$5zWadl94L`VUYbs|-bE!hnF|KhUSLI`!d5q7l;Hwj1yk-1nqM$C)Ak*_) zTikA80q!_qJ~|~-3pGb=TqQkaW!Omsw$a(JNgSY{G~dz7J>2gp7;HGp0%&Km$k}if zP@>N#+`X?D)cp8FSdq4Y@Zir1Glew=nqFjvZ`OW=`~&kMt|-@9HTsLnzc~;f)j6@I zP?jQnGRlMM`VFkg6oC^0rm7pfzTr1kh$Iwr$B~Oy5dV;;IG6=@w=)gZS5VZOv;J-j zj}{u^Y4<|>?*0Me{G07-5)Yf;QXg{MVtQ7us>qR-3E(lY7cf7S1H%vjz0r~CdL4BEII>c&SnAVIZqHGMvYxv2C?3}NoP#O9@ z-)}I7X^p^ecfsHD2S zW^EAyFgD#|3t&9rA5q#}?^@%5Sd$QQse<#>IQip~Z=cFf{vR7LN4o6d*fN1gbsAEB z+Hp87Qc^A$!*>Z3->U+qX6uU!!-J#0?Hx)kdJJbf{v0XY1-x(FzZ!S^XWMhji{TcF z<^?lbZ-2qZB4faPs6t;p6Q|H5#1m2v+3;6U{u-C5-G6~>88jU%*du5PhS>`TIm2|# z;!we3=i_xFMI|x5Aq!gUrhY(uVA4fgfz1qHbb=s|FV)mLIVx-jab>soJ z@GH1R*~};0bl$sG{|=odTqS_cw;{l0{!rui;z_02{`2wbL?ZW6zmYIp(czjSg!~`^ zgwMHi@YX*dj(-8+cjVShvy%&-ycw8`U>n59Ty+@0?S(g611K!0WpR3jO--7Pg_T9T zze$fuyE^atq^$QHy!=Czgw$NRJgWWi5|Wzf`et^_G^z|vs|;`#x+_({eoPjahWVl0 zEYB~YH%g3Gr{@|B_r?|$l0Nq0>uh*u+<2)vBQ0SzhdvD1?g+KDJ;3v}W0sIeYtRD- zB7$T~WgWvuEk;7T4Ic2T2s@hx<*C%JO(IXt&kHR>C5hHp85jjMJbn$rTl%$>^OC)9 zrqWHou=(rIUmg4$sQTyE!&AFO{($JL*pm&?I+UH0Sazgoq?59J!(MdD>LLB(kEcJ0 zb|c^2)j*o|>ru*kS!3FUMsLj{!!MUE00_pCs8q+>zus|+1)-5E!~W6Z0^Wcek+skA zqEG~MNJ$yl_aC}m=J-?YmJ$6Q;hu;_&J=YI2IVjcz=QBp)kBzNX13O9ZAOPMA}685 zcDxK=G!dp?=6~0G*U|7nMv>Q}o^+?5H#t20a-p~`Dm_DvPw6Pvn7jeqVSPrT(BcgP zzs8R690CQj3bK&=)HlZh!Khg1oq$zsXBAhRoXN9P9LryIZ?Z!(DIIRD6W<&Iv)z;p zuIlows@ff%0m#?thSxYND_g?0u=MuHgXcCkEPz1BaXbv6(roNFLcF~`H+HC@Cnt78 z3gX4hF~w5Sf>AZj={Whb8ZGj7H$_X_KV=l6AqAv!8N1G_>1fO4F(oPt5n)m9E38gy zKrJz^)*@ymjmzC_Ec!c`{DZZiqv%F3xp z)g?7M#KVcG}i)xHM@fB4~xHu_9f^M@T_dAD&gM(5YrS5o*Q00xeVGmcQ{n0-hR{XPiR zUxJ!6noTAROB$R^PP$c-hUQPBsM`X zLS%!p!l|8|oo}pJ^h+%6sDL1IT@Y z+3A4MEf}Vz+Ffw#5n=`odcdWEP4sGs{=6UnrN@fUWfKF;+1Q%P!;hu@hmgh1l;?z;wBps%n#@z;B_aI1W@uJ6(x;sH zX7mmhGC??cEkM?kV5rjw(cNiMrcfO(`wvF-IW0TzVqUlg1|{VAHjV(1<(;9i*zK!* zue?=lahwYom6HXCeO$GH@lM~RZ^zXcTYFqG{y?yFe!GEIF;_%GlGEu=s-$ep3aiRu z&`DDXlsM4>5QV6gHEY)SX3!%glIq03%rfMJE_C@CB0JF`!0n84(I!n4q(#*lDqaF| zTA}OfpX;5Zkvyrx5GF=*a;Z~@$LHO5ho>Z|ggGN81DQ{ne7%`m*bdUrqIj6A8*5N-CV~m|@E0CG`07b%TDCElANo>Znd`~i&HM7Cycm>Pi7i$*0kp!@aH1@&;kK`WT`ux2p*CG9!c#3h_(plVC@Lx`|M-4%nXh&XZWwJMsQxAMwsAhPAGA zSP>`bswE;_#?EHIF~Me!n(7YdXS|%b1Z+As(wsSJ)n+yHdfzkH5wGF8_bVyM@GA}v z*{3+>ByJo!1uFwn+}>bvn_D8aeBG}bfx`eoUY0EKai@%ob`J$i3Yc2r5O*GGmU)vZ znOlH^DiZ%58Pk8$r;UPEvc!FJ-8Oh?#s1US_`HjPF)Jdm544)(--x8ErxZ<7j84$4 z%AJRp+~!m!fX$@_p_rPOMWlpLt84^<4Inv2W6`d4!Yx=UNF!9Jf-{ZZ2V|=n(`j9K zQ(>3_PGP1%m)Hd!u+G-slFw#2Rf0z_MaHu>YMiM+G_`1Y8M6n zkFaq{lh#+v>7Y9-fwu!gGnUv8i9MNPq%8)OyRl6p9G;DGTV=agq7*8Ou&4W3*pC>p zo@@oh>pWf4XlF_gVCO9}+=#pjl|F?p^f3>0lF``kOp)W}s)@b||3Y{3loB1e0`{N{ z#DQQo=(zZtEF{irF+hH1#o3VDqhY+pE}u9zTulYOoGD;C)GtuCl!UX^Af0SP=>P-6 z#=oVx3=)8$IpxKn1(zxAZ9n+pN%am?3&^Twn`?xFFNz!+p(Nc&y+{FqwI+~?3I6&I zId_`HNDV-<;P9mfAex#K6m0`7s4cB0bj&PCvlNeDv*rflnW@yiEfYNL^l;< zoT$03EFH25YAO{Vx!XLsQYV~L1c5}2Avjqo1q=4@)__`Do$u%wt~EBBD*~&Rm1mru zn+g+ejOO5R^DVBp2r*EJ#k=S}urvx1vzaia2AcTTfPHlc2#7dnpXMwm+tiSjOY_t0 zE^(U`B<0qDw9d4?q7r;&mKhX>bwbAIGpIT1gk9<8Xhl%37R0Q_LW@@?3{-$*2)-03 zPQ#JyXuSNf}c1dN2c5#=Y(2AlKz$xjhx)+dw_g1jC;bW5`>v=V@F}X$m{?E z3MPdd3e0f`U^5<51OXA_)54Y4IyrAMbN*Mn5U1SP7Nq#NibS5{d|8Bdy&e%eJWac3 zruBqKBiV5q)fDxuaNl1&FPgYMdTc%HG6xH_NrAse6Ufg|=Np>A1E$Qiv(grL7Q?02 zibN9BCZu;jf8zlK0O3g`hUp@JKumFI3g)vQ6XbLT%Xzz@achYgo{JO z#f&$JWG()BGpMhZkv7T1sEA|giKu*|YF_n(cPTa9Tqh&S=NARevM4#t9lX4EbpESM z7bn8A$zqtg#chw-7QZEj$)^>=+Qjx}(=0Rz+c(L*Go>g)g8!reQ`8)P$6uTJQ*2X% zUDUL3G`WF)$jg(lLKCRhX@TmAQSMZ1Pxc>gU($B*HTYm}OAa`pfil#o&M`ogq;w~; zy^ZbgeQCW?&^#u~mjK3u@8hV46wB*={fbNSja#mP+SlbHb;QQ{c~`xLQ5QXOC0gXM z?~tZB6u|%}U3g%o4!Uz}1R@W2hJ$%j5qpYC_{!YuNU~z)5IK+UO?d@6bYK58Ay}nI z*&k0ytR`1to&eizWSchv4;W3C_zY85R2gC^rB-As=eh`_7O#+PDEb2R!`S;_;>x%( zWzHDN-5v%~$-VxTi~jF|RZ-2^n$HZS{#AE| z;Nz=&<%WbxUdR|Nk8fx8Dg^dMl=_7BM=ft}F?pa9g)bj>bagh| z;jyLGxN^|pvZ;Np4u+*)mmM4CkZbvXT{foWh)b;f%PZykx zxwevGLrc$Xr?|!~S&8L4c5bWPTv{53xZk9aJU-ZV!DcoXwH?3MF7}H=R1Gw z4VrW%e_o&*CNOaJ_aM}H9eeY8Pf>n^gmMB!#!gxML^}=53}CvwS9Gx#2NC&oqt2aq z8dLqw1l6ilOA)9w;M$s@< z=L2(7zs;cTT)s|W{)O03T;gVxt-;0DtFJ@RM|UsD`YbFSdc5GOF1Q2RLm4H9NdBeA z&*!frB=N8#^Q|bO#@m~YIsn|2fc`)`YbnjKr0x5;+ZvB2xqjWF(I=Dvgbx7yM#|lU zM4ZPU$>~j|vPyo z=4~1^Y;4F0oamh)OdYnWGaGD^Y@HusK2?BP=+E3tKYse9o>dg!z%M^o z#k=gZooriVg)=gj9 zFp4)l4p0@2sBsoTt-A+`J{mt%Pu)i*Y*ZjTI>Q+J1zvs{MsYSAbr5@Fca@r})72sV zb~;=*EUkHC?yC)mgmw#4|2aRSY`A%T>HZ#rjq5#+MGvqYEElghH>6-DVu%1H+$qTh ze+NE5vtteVuahC&_}eSW{7{kCP%TLLBFpxl^YVd6Y`vq3ur8%e#-??|(RyA7HdAvT z9jF?fDMe%+ytI|+T3#QhElblQUSKAFHL~8)7Z_)CY)yXd-s)_+q{&_Py^*E_><5;- z+xQfNl!pG>#5>LxqW+ae(jWVF5Hor{iTloBSRwoK+Aw`X_2D-)OY2+fyNQBzSFts& zgh`XmK)G)-udKV-6O&V%fzQZn`4*w{bW=0gC;oKaVOKxwAEZqzL zlsbC}h`x96RMBcv%WRRGX-jx|h~t5_D`>V8FU{{3J$D^pBn~cj^y9evjsRAQS98$m zp2P*|=Tf^a>8_+TI6`SR}JKAWt*PNe-(}9IEU<{b8Dxn1+F^<1O5{_ z@++ zgLc>0hooMIBbndf;z4-#Z5-9%aEvz5fB4HCip28q-(Tu^m{k~UIcaqXcAw)^;dR&- zr2s|AfgX=4=Ia(BlAJ-22z`@+8_UFW*>v%L=te;Q0+f&Wnggr=dI@X44c|Ko%(|P} z#$*Hb79>bZYLAC5Mw$24LB z$qw@jv*^a~Dbjs5`N)}Zhoq|J=B6Y^<7%NN>p$htHRlB(Pb%gmr%DKaM8JKJjUo>} zy^kXWy(E>w1o8H0dwAxD$s2Wc1O!yH6bDq-Gp zkH|rAV>bE95l@<{K2X6EE~9ciECN)91|>Av743cHCHR1E1J#O|I6k(?H4(o&_L5c) zXuo@UKMH&t38flm~-9zG; zO4-Z$+W}rB_(_mQ;jJBl`RpPHOszdoCe`i545t4~5R~*SS=9{cI29!bP)Lba9-*m? z7OBc}CI(;FbEb{(``J^gV~*y#d}=bgw4dkV<^cPJeNMJxO%lw!@@7n^uD0-(Cso04 zs3wC(w};05{Sw`jc7a5jJ05l1cYj;#A5|f!< z| zptNdotKn`3-hGwQC%X2Soj{EAaTyq?Okh}>YAY){evNh)}V_qutvrz-SV;& z0INt*?AAf|Y`FzL^^79XNGo^mZ1cLEiLfcQ07zh$wuW6U;OM%dOR7~N2cHXr--s}Q zM{#+_6G5_7Cm&@WRh6~C=JFt{(uz?|o(1MVxa9COo0toP_wA7ABP0X-V&Q4iTN}`E zy_3_f@rBSVQilD|tABf+BU@nq!UEoXH-9Heevb2#s$}D;q=>8ciNyH5_BvlV=l4j8 zNIoc=6fg}CoiXNwr3^V1ADB`Sqfbu#3)w#~$S<u62ya(8gSg6=CfzpbgE?N(D{v$Q$xNPVY;4Sy`(*pJ-nP| z>khcg#0E}Gyebv>sPJjBBTLujR%QV1_5V^J!`3kU|NAYQf+(a!+t*EGKsrsQ#a2lU zUL9}*aSfjKL(A;b^uKA`Xed-bhZM^3@2RLv(yDr7EVUJWozNA&{SD>0q-tZ@{0ged z*b7Pm3Mased%Cdy!tvA>Q>Q5B=vIDg;|(OYwyDufV z2mwZ+k5Y~C*ALql;O;&Z&0RvZfj$UM3@3MkMX>F=@4m0`95NQ1W zP%|MZ!$3#Ar2y<;TmTT4i~_{65ZHQW(zU9RJtl7_+9Y@1w8t?CQ)CQ!Mq>ZQv20E| zclkL&koIJ6Q5tk`C-2>@s^Vxb?%1+UjBtK%qH$j=z{?JvU$-?J?FJ9C_4*ojB>HBS z2nYjkgR`E;jRwnlcc{`o(D)kLO%>*p0fvZ=krzr!@ z&D$cyk9QQyw@#O!QCUat^+ps2JP4vnY~XwDa|f6AQW%w*;T~?3JDvBP-5SJ(*B76G zI?}xv%~>H{uD-7I*8y7$iqq{^{oIB0A{)=77nmREG;yr_5yJ{3vQG@aOQyPp{4D)x zbbJrr)|r{)*{fn=X&yU%9ln*g&R9kK5R=s0*ztl!vz(8{^L|Gt$MCl;*WTZV?&wL5 zgq8_RCxTh%yWsqp8iu*}@M)trxXdg~!ZJLSaN5YBe)QIhbbANS1r9f~claL}waV%d zV0wh_n`L-9KMIs>LL%>?l}#2>(Y0Ln_oo#BCPb0;5iOluSjErbd)wZH=C$VE%}j+f z5)2-9aZAvceD}$%4@4;6S=->E(aJ_8!$cp^a5@~2^mA7tE@G&6$y17Veh5XibQ^AK zXN)HA{?J^bcJ9maaBuHO(srK~MkX2|2mCt`-&}fuR8cOh$5^#oXdmgot;FgJpJ{?lBV1^7Dg6C#IrmE&{5@TXaWy@Idc zb2X_OGd&5@H&%^gz+i6pJ&`Q%h`6oJcD!Bk12HmTNwcFdtlt1zm&AwP>(k3H<(Qq5 z?w?Tzb|3b^7GmtJwAx-YzA?Hh*?d!W>>F(XtZ=IEuI)sFA9NkLcGil0OkHZn&gWO?EjtMq7rGWH{Pjf9EIX@#Ir+bdl z;!=Z(?m{zU=F0`l`2LrK{vLDk6}=laI$uF~G~O;#YByc-&WFX)1q0UqIJ~6<+byZ}SK!ox zOB5=Hm^RoOn|}kkkQkCyz=VBO6facy4Xu4?vS~!~Jg8cYL|c0LT;i;g$Ru z(Uq4rn;BHV#`U1+W_lS20B#Z17xDvO6*qnE)thmm zuu$5X*NH!bn$TWkgQ>gCSc zHQ@l&yG)@i=16Su+hNWaZKBW@0jWFf%v~1@vraFW_07ef z>G9;pNjd#bbenh;2`{%-^)yP&e7%2Ez#VAI@?BF0vCoV_`R!W-V91B4G-@EsSB{rZ z3uq4VqdoCM+=m2l%)xO`H)Z2@JoMYdxI9^_{6J2}Ti>5zl2S|?lp(rM@_|mjM3T&E zV8fmIDy5jsf&BcnzT&t+jPl)>2Ecj*A`aUEu;11bpj8oGANr)xk}cFKP7aU_&J+W` zLu7nzA8aUE65eEYZa8qKKHn!8i0>lZiaQbzX5L%Bdj|o(yxPXTFEn=|@7NI*xT3#-#EOp67eXxB!8u5E)fV}9@vXpc%&0H6o>&@*4 z0VfB?T_|^7P#Er5zn3GHQLkZv{A;q~lP+}JAltgUHR{DuhlXer2S4Soj!NuSpvJG< z6?T7EK;eQ}wR^oKh`zWs+o(zhdDaEqPcy>4stEl=p?$?p zY6L&(p`=-0zp!!&?|ZFpju*hUwclsU%-_=Pe(;8}|Ex79T_MTx!lcIq>^P(*gpgn7 z-a~;_qGMg<7$-O(Zql&W{V=-jX>f9QJy*@?M03Hy@nBxlkjv8QmLazBTkl)s}~q5Vu$#MXO*4mzjTH;X^5+8roN zx1)ZYL<9DxgPEN+F(7%O+L6?Jhi=S zJ=jO_)RHdx#Wu4xSA(3&qy##*gu7>Wb1aFr*FlPk>T(&CCYjd3p~d_p8$Jxtk7C6U zlebv4{}@n7ezr2Ke^a%l`N6!1F943Tk&(?K%Xa|OQ& z)}}>s+d>z&0fwXI=N7SxwBks_xfT0tWf%A1J3m8}HHgXGKfKWwh|pcp`A-Rd0TnIj z#SP+TYr`pGw0!qrjGOTqb{yD576eH$$RTEV313Q7n*{_~v=4>KIMXV<_`jxUDi>ax zSpIv?H7KZ!!y0z&VIjad zW`!GV7WJJI=TSK|AJL^J+Pw6)D&h-xqQ}ot%bJY!H6QY`Clig~`JGuBkAs6gm%p`> zvz(JI#d@R#|F8%d&7=L$vdgE*`y<*6376v7=kdHR zGNDM^q3bW#Jg$g-%9??IOKbJexJx5Fcdw2f>&%usqOL5z);4&5>ACFOK5QnON4>G) z2g4wn2I1N!(cX2AiR8H}e?#mAoZ|yIqSL3UMfqlxVpTl_0v!xE@sS(pnls+9GPZ`r z?`Zi~CZhMR!Qhneq6&G)1{d9lF5tLUhcL)+16z0KZMs_H^|ZEo7a`Y*lfz)GdvU_% z65;(fbsGV&T%PREubZvLSH1KAXD+Bhny6ph>yJ@Ea%g}hOE_)qx2ij{D6b$5$^l_t z9-IUiVEWtV0!U)!WEO!#{50`_1L>pT8MB-a<~)*7z1+(#XUCwr#?ua{z4PZCB=_vX ziHUt5uf_^Ca9#U5)$_1k`qaNz$YUy$Bkrr83?{bYv%5uEH`aJSe+y}4lsqZorK`_6 z`j=+8D*yF|R9w`bYtV8c%F~Wui?4ldhz1)*l`3?{(^DjDN5p{{jykK0Ma z!p1WUf8kSW!ye^mp&T+(WqD*)9FPH^SX_9N6~XxFRK3hvaT}(R?DJ;t(Wh8O`6**t z1%h`I{I#AT>&gdv;PDeP{xCcqvQ21ATSp(z!gzT|d~#|^eDty#ppapJ00%l`&kuKX zDW3fgrFLe(tg0H8eG5*bHj4N;p}pM<-#l|~-KTrJA%0*ng_ruwgN8~-rngLt42r;R#uzA3FQVCz@Su}}!_*Gk##G0^ zYO`Nu>{#=ZKvAg`cEeJ7)n$JtI`wbOj@3f_7LDJnLKFXar6epGO7SXI?s%k9pUCo7 z@NG2zkG6QZuLkPA*6i-#EoagE^CfA=iZgJTWI#20B`cJc2qe;;N9E`P5OUJelUkAf zsgM0S@nNf68L@zHVT-Y2|zuzaK0WEbN2{eifIU~r0kxu5a5Ox{dHVe+B@0eR|5 z6(#u58cZ?&0^ad4_FQwl!05j|7Qh1m1o7$jZ(})0B7HjTqJAHwG_KkcIc1QI_}&Rp z;(HZff%uJ$Oe80?28lGT8w2Q5hIJT5M@c_yA#!a^2(`@FeU<-4R)^{x=_1GwwMiXs z&(EtF*E)EU`VC07t}^c5)Bbt6;{5GuV+-bB^zSv16ZwgC!82nM->=W;d_bC;rt+bw zO;Kgq%hBq>C*>sC-GX~mD9%|XEP5A_@l{9BY!Rkh;N^X@*ngD0t|B}Yg2t|~=MS3H z`9+LN7Z%vMdJ`liEr(Sr;8hkL2!wbfjsPlzQRrFKZSc5R8HZ%nX|^xD!}pP1nC11y zDNp?pxi9EcC4H}yBdd1UyseDA{jX*&Yvj&HlhE}E5U5_)>+;3fe~XaJB|e{Acs|RR zmX!L1>RN-gU&8W_|4L8HcwlYAQ z7a4GUCs;f!z&X*CpK1v!3%w2qD_*MwZQh>lXzhITC)=XCI$4tOj&wi|tM1 z^_R_}kM<)RdZC$g56yfh(V!JgB(WN4U`j)o`6dqo{|2`m8IKHUe~zk~GEaVN+~0 zal6yvgb(WVh>Ov7)W7NPrJu22Tuu;?{(Z->)uoTYi0BMZh^Q$*wH@&xW8FwX$y(*R zHZB(G>EK}RGp<20B0y{G`r35)JxUa-!LKn&&di_A zB8bzacpKzwUJi6_4eCQIZ=8<8tOz&?6MT7^;Tu`D6ZAnjXu65mKDnxD>Ar<(L47a& z_u$$_LB#;~Tw0yRHZ~DsbLD3NM1NOL#>C9fr~0O`c6dk-ECWQd zq=Y}p2Pi(82XiWn_s1)g zXtCUxvlA%;hFr%db-6$q3eYf0I!rT=bZ;^K|g!vsz6RY(5k{N)6B& z4=oIk_AfCgAjI^?hedC$qR@I3oskRjio(xz^V6`qf=Q^(-EO7pxGpcF-6Az?neg zic7=-4Db}Dw6yGCFT`*sJN;smcTMS!qMdIIntqRro3FBm7kL1cMz@!e;K&n#hbLO4 z&@2h~sYcKQ(`uI8cxASlRWsKJZ6yHfIS?{qfNq`*JG>f0uD}c5@?2OA)Bcb0;NF&_ zpRJZ36-kYgY!hbC$lU3X9^vZy6Y2!A-C)-7zN&dd3r&lAHDu|XUz1t8j21O?m-C+! zUN=mdg!BkwSWmdW5B`WKF=U#np%sa0Cf zGfKQW(I)=8GKkKu{J=9qrJFs2Igoqd5LSZ4Bo&d-|kLe4}}yay;Vuq;9s-Fj8_k^gj+&R><6(>WrW( zGRx<6haz#nR5Bkp;AvFmA^y?d3R@e)g(#ze!TaFHUOwZiqQyg_E3$(vnLaeXDFPI- zdNZwd(faQt0(53($=}T`F#HXoHgnY#VOaK)aADS*yE0tP&Vbs$8C=@K#Mc7Ccr;|q*q6CIiO_= zqkbm=21h5;XeEp?KVBBd##4p)pi|Z3f~4f7(xRpD933FPw!Oc+cZ(oNbGc7(E;_(HFgkfG{?g2$5iOwJ59uuWk#px_ zjR?MbbEU`^6if-f9bs~Pd3EFep``H))2{jD_gn5D>#9+Ms1*#l>nb0HA>HF2bzBX%3kbjk*Yy&9^nK!6 z9(?>4O?7rP#)Y$tsosQF{e1$cuT}^EjYKKdY07{8?w}SydDMUtf#B@>Uj*-swLf8Qk~<`E;-->;BSvoTHWYv~A#zu*{a*s>83vn~kSg-+t`XFS_#GAx(6zw;Z%ju(T{^+f0XN5k^Qk6lL>OQMZ)W5` z5%j;8;Ca>VFYll)QGdV#;3IF zSMJNrViv*bL_lkdyEh$#zb$E>DZz-oO53#QgyH7P*CDV?1L3tLLyVTFg+q5D*!-!C!$t z4wx{2h*B1s&*%p&jzDBy`CU^>YI z5Ig+$i>;`_S*vE>`2rO~Q@hGpgq?a%paK(O0YU`_{kMPnap(V47aO)_y1+XK`LIkp z)v!gY4m5ztb#;JKsju|rI6&Q!fB4)Cju4atL9>6itXDHXHgL}d7tA#Q7)7?@+0m7T z?tnl5eBQEZ2hRa*9feZGHT$7vp$EqMu~Lej7Z*rC;V%w2N9xMPxI$M0M(Qx6@`Yfb zW4U^S0Oso}x*|i6*KIFoIo$!HQfw4B=Xp&44TGn@DfF7|?LTL{Xg&Yoct0bRxsWV{ z9dtJ6u182Iy*Z-nuJFp`Z+j|e25;QpfP4*L_9`ASWRqxLBuM87_YluYMOoi;;>Hn)R0#m!l{Fi zU^|HE7!h5eeqmu7h>W4%QRz#{2o!-_iEbm|yQvgea#fMP&q+4Soq}vllb@3R1UJSb z-_t*|Ru&?%lvIP~?n$YsbIwiV>7R^VP9c<$AGvq^wDpTSpz8SV=eFIQ>`GhGwyLdf zYR;_Yiz6tSQ%i_J0-UKzB}Ljx)i}{7l+N2vwr_vGU!zLpj3RMoxh1NEeH${5&QuuD(2{aOxZu1I%mc;M z*>Vijr{*r+MTV!WZG7#_DCDJ7t7$o`I`%vE1Dn1T0sw5RkU{Bt8$Q0EyJ&|5z>qJb zatS8{rE-o=Be4&4m5~%HS{Zv4B8~8OX!J>UaO(7vKLxnia+Lc#)1xfi6b5;maEZi% zL*+81W?9-6l0@k}|9^PJnOoI7?&bFmIW46b;5p}>W0(*BC# zMUNQ*C~IQ1frSBlOF7lA_5@c0duzH1+TW(to;gGZh!7opcIAA%h$u?wa?S0Fp@1IG{B=fC72-G?l(!1gBS*`@-wX z0L8l3pj2s9$#FgylE055*ak7K*A;Z4Rc)B@ivZu7k169MEoV`F})5Wd+vZx9Zby;AVq3#@NdH#EmL$ti0>BTGvXdlnWBk$MrY z$!2*yjHWSCe~A+wr0loT%pW*E<&)udPv8qQBEpBhGsU%)xJ^X0Ig@`H_CF%=vt1_m z$;tVg%pGw1ob#+uAYAPn;Fds#E!caDa^@CMK^6>HT7pH=Jv7cw{z zT<_YA?fYVHyv)k^lSP)6V9nf(zTlf%L_h;|J*Sf03LN6|#?H7`RJZuTX?NC@e;~0a9G)eINP6t*6T?cu`VRpc0%M3Z>ZnP{}uv| zG4pI8oqB6tXyCtjj3869bVNjI4`JYn%8REdSzF=;6bE8xlb`D{1R0%}UL)8NPXu#h z{=5odWJBM{(d`P2;*L$ld|^fR$l8@WbfIxd<${JTU_9gWXj%XCdU&enWENdxaoQ5r zeM(?j!|GfR$5#jJ!C>~p*Pyk_O5vQB6uffAY5&T~@=47eCuWXw0k}rh5=-^k2FE{L zt$)Q%kQ~(U;TbfW(XkHy85_2m!}#AKrN5q&va-sY$e7FJLAm_76{8xxp;4|bYU6a* zV7==dMm^y)2czT082Gh~ZD?v5SP!ub>M5)KvD<~YJYa8OQVNH|ZTGq60h)w|3QGKX zKX`cqNy^?f)XwLd;XsKWi3NMIIFB6Auv5n!3q$7)*hM1XaT5M|IF!eUFL7%}PjI`% z&QoNw+(81(zH`g_)wv>YF0NwpnNZ&u+=5{#n15~G&@w+E4Y9IN^m<9^V1Ipi`RBI* zVuG~=N}W1qYG0=H{*FgbfTL%x!L+*{Rgu_cmvQO62NLs`!`6x$*Qt+QS6~XAHT@5q zgX8VFZb=+&w=l=1Mok^V>ALu#Y}%rQ43Dg4C}z>M=$zdsQQd)fm)gW@$D1Z%XYRED zoI+STVZeeErYiO!PqcWoxVrcy|B6rkGpxsd^pg_ROGhPZB6W|L_nZAzrSk=xyV1OV z<1!|!ak*7xd!46CzB6{9E$DQ>>8S>ywB9ra`_AD9T^+~yUidJGXY(wCdZA;VD@~r5 zMqk&QX)Ty;H=10>TvpY78rf%FKB(EuJ2tZg4eH4ohpq4PbNqwhA{4W&BQb39&L5mF z_Nca1(?tR4C3PN0;U#W#Mndx?p4VsO)=fARdw5rSdb(1eT+n`<|1)V-E-!+S5o+1G z5u|y-aTN80$kwY@;!FG1$(U^pi+;rYVT?xEqBF`15)){k(qqfrvo|1|rpa)yCs~s- z;I{+e8i<7BeB4bC zq}bmMR$fvw>-3$`F^Kw_p!lBGI|d)e+9$L(Lq#4RDV!i2UAVf>3LM}c zk@K)>pUf4H{J?@pVD7`|RChwEEs%EZg7Xb8x^9W`$r?WjOZOn&{=KEQ)qAbV5Pg+% zWb9Sx6wQzEyM1v*Ao`#vXO#{6g(aZBRT12|#+>Qyp$O!2S17nb?Ki5f-+GE-zvdS@ z4B~yA+q7GC0r$OUL}lr~fROF%E%lhd=1oP^m5jOJ;gFwI*pZ1GWRXc$Yo%MqZD||bZLu}PCG7MMd z61DvQE>Fs+^>cX(V_;G;8hZqyk#dS-YbdJ1fKvf0J&RQ8(Fg%7MzV_&N9>_QpK&{m z^y8`j#fu#eG4Ct4#+|9$q&e$#+9&mn{{bQMKo;RK7=76<{Bz3gz*g0n0j`rzYnx!L zM${Z`|8iffCe;7T??^ej8#X*^xa~NhNW$6eeM5g0T%P=2xPH@dh5@bRvUgsd1 zPFRSraNme)E_Q8jB<^kK`$=c&L7jG!BD#xi%2ATq)NYEJa~mq~moGE^U0hy5)VMV4 zhlS*Obj5VTM@A7E1I2OCk&vfk7vB?vF8^Q}=~Pp!z;#AGXtql({l%U7=Tfn-Sxg92 z%JNx@;I%}2=)7G4&YsNYd{IHvSTGjsJ8vpKw2DE2CfC55`=-X2od0engAC5z^_b8v z`1Nz#IO6`qdRGL;e@|-M^Az=T=MVi(a-;XnGVg=@g)mK+S#Juj9E%z~EL1bY#bdwneLFJQ| zH@>x=_cE-AbmM(L4g%$!j5%@2VU^;(NLl*dXJ^+Y`W=x%_1xG*tmxiQ>lFXTp78Y0N&Va88&|>L53gS zNW9XC%(YOgkuEYmI(WThJ9@0$_#Ucky0zR9VV9^0f5Gj50d+o;H7rWX+WX;QfEmf5 zD86W_RRukzk@-P3HT>Me)24+0p;eervBFY7(UyTbd9ZZ?75JQ~;{^W*+3C_SQW4S| zR-h+l(Um%HQBd85q-~B{iT^w!=S{8__x#}D_GoX=0u2qJSTN}h_7A@bZGyiJcEn7E zjKxUAP;f1kmuPCj1?8{rj@UCM{TkY=)+k~Kzqh9}P6i$mB${ObQ_9i8uoz_0quDTy zZnKYw9px;~n}A6c0vj4!p5IORgMeGQ6(_HK5(B4Nzh z+^>TiN90u~-m5{fyDJA_eZ^YxD*+D}df|UXPDk#@B--seH!at@(iU<`CX-YI=EdA# zjO7JADwMTW4;&NlJnW?2#W%^cV26|^N6X2EM*);MK>2n>nzFoFF?6BOnr@{7v3PQAQl)n+s7JSW z&bBumTf*i;)*Qwid@eX}_v_5_nSw%zw+mx>(o);Ql-Vo>i2RLVULEPq>gyXq(co7Y z;O-i}Nh%nfgWVdsed!1(lo73$!2B+!pzxdS9H&KW>S=ryxJ?T| zNe#;2#o&Y<>crr~ubR3BsR$-ulXMxQxMXu4mypwn@4P3DdBpykPKX}fwq>IU*@2wJ zC=;b+{uO)N_B`?Wcg;m#%~!9y|v`~Gp*Ow{{`pwBi&~m#Q;mNH)#67Xd=F&7Q zBfjcmu?%QscUioFfcvlN0BMU1XhN`7t^Ef1?hj8_y_@Il?MG&%%IQUMJO0Aa~83?uC`Fge{CZhE!dQ$~3;R^ckv>;yc7F@jojruVnU*`2cu>)C~^`=#56=w6oNats>=;Cp@L`S43 zgt(vc;v&So1Ob)==eQT^{9IS~`#jWRN}cJ>IX9Gq`HNTKND=UhbT^-TJ>Q@@2WfPy zCB>7Q&)j*QT8DCQ(W3)o9k)o4!In~ib*6+Gaj#Qe6SUCe_|@5bG<52pMieBA42CRR z2%-LMEg5&$2gea#5Hsr_ht^_vld1;e=ZcT)aTODmJ!(5|2N^rYHuC?cZ^=_7z*#6M z!L7gXf@3UO+b4r1pYXEL09=FXIr9;iic}aH2y~5;X14;*<2{~EPyYw`@M3~+D5dV+ z!L<(b%-OWlo+cx{#^Vc?)}?a#@Ay(&xe*|s!`pDHQFtu^ z>`B}2rWhfoF1{Udp^QEQL4PPW`7Kgnuyi$$uwAy-m!O|Qfm;>lc|Gy7ggpaR*WV-h zBH>4kvZryB@&t#A0*m3mXY3d=1T?G^cbyC)G%&pbX_9ZBE@d%`FHU>Ozt8cI7xt5X zDW7TeF6Y}JB_Yrs3`Y5E0R*$!QKO)Td~)|RGZ3enm2w+c7eGwYOJ|~&N?!yIhg0K{ zuE<{8RC6-p{wXXT7}cg1`qgwiP`cPNf)lmv?GX)iTCq6P()(8ktR*iP>hy*mYL>Ti zjw|=PbKALc7cAT_mitrZiYc$fZ{*9r_+r8Up!N9!XiXOVY{qt|^Z7c+R33TR+Nv_0 zX|~3IW6;!{ZSAV>zJ0i=RQ644U?k~~&k>4*9<0K|Z}u9Y1^KNRHM}a?P41y=wDMx> zjyzlUsN952!@c8ng(sM2`SQWz zW$??{8|xziceRp(FSX{PIVQ9Cb7{@s>UMf!r>@bI1Q#7E>sc;D^8EJ8Q^*yV+|Qkk zZC!B?e1$0B`vOnM`)o4Pl-h=l5-OK=$Wo|)k3s+A8M|PtvwicfThhshqFkk__-LO!UFkV< z6;Tbz>`VWkFP>hT#0JMvqp^;op^{k6?<7KEATFyISm2DuX}Tr1S&Vc%!knm@$`g|HLHVJ&&;YPV%+ zve!hkU|#Dhv!ZwO9F@a)Q{7%DA5;A6c1+3Bboo8)lbbeg_X<38sY8nT7un~azBV2F zi;e7F%UqDC0JyyQjnLIh$rbG+*zm{f9ojVLuM5+GuavsHZ>=n9cJ#%{$OHf`xeH5u zXypQb;gsLJ=}BG}62Mb#+ZPZ{Z^_ebPPc43#eX4uZl4Fj_>n#vs?booBN@=qHwK{U zmurx#9WlRR!7^8X(M@Y`H@}WPtPk`&zH|t@i-o`U1P&h%6XR885E;~_Etv?-5TZ- z@V9CKKE7t0MzQfLLM(z1(#;bgPz4 zoy}}07aLTp4$QN$yQOyN7IFz@^&0H%DSXhWVa&) z`6{?_wEsTOjA-eRmzoHx9?v7h;3veg1#Nj5taybsR^AWVsB32- zx)NTdV&C$Ys7|GwDKMw>Nuf20K)0whKKMy_q0O7&;Y;a_=N_jS9YZ8Zne@llpXxiE zi8cavBg}l)_(sJ%E))fM5Qpr0?-W^4CIw?A0KU>ZMCT9lnVE^MP-rwe5u#_9BNk_$ zwr)Y#S2WV0GYsO_`ES3!{m}4HT$vr)za8jSnFml*tw9BrS7ZKcKiC4N6QVuwZH$I! zOVZ<{p)&U0nmJ}vtRWxiO>eU)QwasH)Pq3RrD{Sp6Lvlgh1e{+_xdwO8l_KhIrJ}S zLeKsxlSAd;*_CNiV9HktPO|G>Z9Vr@FVU{5qT$&b2QG$COy^u+?+^k!GQw|G$G8Ut zv;9F=^fFs`3!ABiLFH~{rkbJu<-UP26}$YCT30p&!`JO@VE0}5r+k<&HC7}P4ypkt zjPSK<-|#s<45s77q!_AVZ_@u3#uk6)O%yW%p}p$z7G&Xz;7@;6`a{2>_MscSx&}6h z@pS$r;9gtL-LiA7^<1#f`X3lqw-1a=4qw6!?4X%*CTD&e>-HVStQv zQn6okAzS)d6OV@}Yt0K4R~H~|(@MN`%-&x{VJfy)=ruV2k`HxV<#DEk9g}M;`M4`* z&*j-VO-b7lk+%ztAye}G5$5?u{J+#YK(a#+w$?glL_S;8RAQoWhXSkF(fE=H!_^su z6sfV|E=VbQ=L7rtFUP|_>&_>HPlStJtOvY7``92@!!A9puJ~{y9Uca`N9F;oX;C(g zayR{-D}U(-p>kX`ItitJeVTv!r`RAR;A*`a3zSh}k)SukfBChw5dfE{*zqGr%Cd6K zmt-&goYp-+;ZYZqe;HHnv5N6iHj9VWQ1O|dgvUL`r(Ly^MS3!@3o|Bvtf645G5!kG zb4ZlLs{+H4HCbU@wRrTuTn=#qOy0VG%72(Xp_+y;#S%Mt+arE_&b!L{1%@~`sIQrG zi0Y3GTW*uGCq(TC6ZVi~e(`b#-40L^`!=xA%Y=@$0%V|omD~FRUgZ042BQ3&8aw5R zs;Z9pdZ=(-k*h4~_vl~F_PoEvem6wT?ePrTOitef>O+9LB>#itDE!v77`k(X=xq|O zqX3*C(A4941F_;+s4q{1RgC{k922nmarX*%z+`CVLY2cSCd6DQF`V6n{w;PpncoWV zaUIvThg-Lsl^iO^Je~8Yk^}XU^~>+o6r4+zot*zp#WEg|u$tRVZf|a1PA@i~U84B9 z5!=o-3aG=`z|3H}fD5kSkC2okGUBaiS397x2b-{q*NF@eCzar?6nKFu{U~lf)L2cr z5mZShEaZCSb$^ojzbD(^vWstIW?l&rt3HKinmD$yKWa5XJ;EsFoMc7#vN!yS@oiMs zcit6ftKMVP05s5+{m|#PZpm-ekiQ$k;W3h_ zg?}v*tZ$@w6(4*DPH;s(L->?qT@8$s{a=tx8GV;wyqo+!F&qlQ+jg~VCHyBk^L;>R zhw>B-dfL&hyWy@*`_V}|3i-!D!nINU-@n?jwSKlRsIB3cq6JZV=({O} z5aCvt93C=N{wZV&vVJ5GaBltl_3P4GNuzgxBB7-10T0B~)Ov@))%V;$@wLBY0{LM# z!ESP7AM1nbl#H+UR_bGUkb*Pr-HY~R*l4bs@rWiR3jIH#-hwU5rfVCPkQSsRrMsj{ z8fm0EB&EB%yOEMcy1PRfLAsId?#^$xujk#qKXAqzbFA6d9B!=`bvrpkmQi2aLP0gdQsyrsj-=`H-j-UK_cY zr3VEOqHl8Y2i^;mo}8d=qu5cQm#^PWivr<1A0U=%K7R<0fVSht2=JGp$6?zIGI?Fy z?;S_|wi{U$ud6ErJ?L2MFYPqHrV_xSyyYcXc!5WrW0MEdBvIqR1=k}Y77ndijQ?9$ z2l7`%S?6TQjjh`jp)2NI<0WLBuZ$vHGbZHM~I9T7X6=$DYCp{l96=4RM zXUCGKstRU=iDnlR6a>zgNBs}5U}4Z+pRQY`=^W?fkhMQKLnBPpij4T8Hf4{PQQ-Xh`atKD?@j>qnXjG=d~6ZBEK&%hV95e^G1O*@)b-!pnO} zCtBF*VOv{^2$-K<|A9dBQ*SyEenyk}e{0S)xEXBVPI>sD8qSMHmWe6_{_-NjACSgI zGhOQ`KDE$PUN_TE-;*`XeQN#G7Z{;UW~-KOWx=_O0_kbROpF6R^pMvr{NU^zVinlI}#zBbvb!Xf6%)(h5f7bl(w-*&AHKx)Y z|9uv2Yts-mR_f6t{9P#8w(OwOR^@? z1xvOvbm70*+_?19E2#dH!8V&G?nsvMPHYC@s7PukLNdydLMqnxm~+v}e9S#gG$ zLd$w50c@d7X%%;3kVShA_8$G-t*O=z8K6@^`-}oxU@2hpTQM}ZD)|=f$B`PWy3}TG zBcx>$YYJp^h-ZmeA;Zr}U_&?7v$;m1Dw}D&u zGekV5DnxG~kiW8~5Afs#SkLa}ikg?`Gv8sC_DTkK5|QGnBfPiK=GO>dvzcXk`>iI-n?m3Y{bp3B zAE;R`>M$$GE|7WurhG1TuQ`v~p`t5b$ezEnpI5-osnA2b{u4*gWEGFR4+-tOg5qne zzR1OxQ2PQ2{kL=?`C-oy{8*dx?yyRPoe37 z==J8C%mC$-gve?uE0oHMZdS-ksunQrwa%|4yrDc|fX?Xftueor0)93!5dkGLHBLDU zF5P)2UVjCjH^FRFZ&H*CrG5DPDKSobPRA-}hV&u4DaLF!Obn?LQSjXVLObGZfd;xC zSvIQ@hR;Yb{nLL-o^i+jJJ$6d8CY^O61mx7%yCrtWc4NvVTBNZ;5yRSvL6KAt28~S z(~krYc1}>T+Pw?1iZ91s+V3;rk+}De_s#k#Engy-#yM1u{$Z#%&7*mK)=g%D0JYGK zdztTDXNGObe;+RJxwq`Fy1UGVCn)zl1h>L3S$zm2MAQ1(kGNI;?lGY$}4)~ z%|RV(QjJSZ&6g?6&=kw9XPsrOshuDMpQ%w_ImURp%b`mG?1;pWfd`y9Sv64koDQN? z&NuR#g5w-h*fLZKxe|FHuZG9xpx-;rnM~8!h&d!V&)e+n*B{}Ne-?BxWg0bBKVX!f ze7=cRxUKI2m%=xoAjw3ayL0K@;DM(pdFx_v_$mCLTXKMfPo6!{K3gF=Xq_rDZq|iL zIO~-|U8qQ59#lg_zeR)${%+M5+S~HHj@+(<35m>5C+{wziJ#u^?(5UXLXt4xG=P9I z5Ux#LiRO|J@gdL&6^Q$=&v`+yn-_qlJ~av*q4+cF&)-j+)4(RucOb~{u3WlDGmxB-cJMo?z2Ml*Y+lAW8=-ZdYb zZUI_fD;E8KUvQ8Et1NhryoD&wHj1K_KE(Jz13VM#S+c(vA|$w7x_<*bQZ_$YW{K$~ z9+aU;BFp@_zf?}G=D28RP3}z;L!G1bI`eQc=tVkpR=hLJ&%k03%Ns4sh(s~peadd6 zO(ItCaV`z3WycwN8Q>+Gl*-RiQR#(Vrxe(#%uhHNar}nqArPVP!QgUhy3zd}*JI|R zl3a~d@j7nnL^%&ACT9^*VQA_llvuWapc6;Oh@Y$?!e5y7130^J+wqH)Bi#!RBxr6# zpMPGr4h?+`)PR?hpnLJ$smwd!ty{=89}H(J_5sCu?eAcli_LRTxs2}Foyz_=Tnd8W zPFxIHEO4`s#E@-w4{^+WHfsXwtpuz%n#unAX9_`;V*Jltis#f-49QSSPSOer1k zHg*jaNn8+8U20pnAkqMHYM?mzcQiB>8-7&5Y!g{x-00ihlc?ra1VL3uo4BFhf1>!x zWWI1lJH={8Gf)FkWqq2j$`IR+VJSh4Cj22q;2Aeh0OHA$;r3R5qnNDvZcky=Zr(xJmXGIf!6n=4Z{;qNy z`4ykP_?C3c#*72QQjQQdzqG&P_fFWsEL-4|axDOy+Nt%W7e>LVLajh(c5&E4zQIn4 zF%`-IQJFChFWpvT4+u$}wQOGBu+O+TW-IxFw8oL#QmbPTGMr6@4I?AE>F7YjK%P)5 z=-<|{e@{SA)<`|2KWqP25*#NvT06~iZ2Hs|B|qM?r)#i^Cjqmr{_DNWB%Ukz0@gvxzg^3 zt!~N>dE!x(Uv&+gU9KXLdcLP}a}Q4A%tDx!PLu>XDk#5xJFV2mKD_49A8KY@>$~qb zEVq%yCTGRMYKue;REytAVHH=ty?@QX zW**F2(9ik5JYQ6whI~F(pLc>JOuI-Dg++Y&4AHWmH#X76Z=erZjSkR0E+8G^wNYqq z69fQ29drBh4V7PJi)agXuUaDqILU0+ixPM}>mMw5BLbXUST_GccW?HsyPp~ixTk6C zhmM}`J?rb=LeRVdebw4cI^ZFPH zoP9}n?{LS!*X9-7Y{0#`8X@Cy!wT&*ElFa)fQPSJtGN4ePORiXg-gNV2fBhZ?V69M zy16G!RvEpJfbj(spTQiLMJP$D`kxADZmSPa#fvd?IL_ZTc7)v^FWmvYlveLEZo%LN@u%uJ4pV|zrTuHeO2=#K?|)wZShCAEECTML=JLVQ2UIczme0FXn;@8$YE1bMz5P^jC1)aB;}u zdq=L;BD%lw-X3DgsOL}osGvjyiLLMY9l5w2wIjuCIJ=Zt)U4ljrLQO56=R4s(_uB% z-{7ZxsqNk7v+o^^-#Z9}CY8JwHwjJxLU;E+eS->h0i>8uNp&F!+#Sb687poW&Oed? zjciDtag$1l6r#OlY=8gFU{sw-Zjw-?em(&G{(c;hSZw5#ld4Mn+@hh&HC=hQ@;(c? zOUJz+dXiyAAC|~ zNM__Tr;GgV+HjI4!5oUuhh6Guvqz(@Bd0BaQ|mF4^|a$!s4DeHRw&KY?LOc+Wfn?JPO~6AYey(^_!C=Rmm|B;xW4 z<`9mOeq{-7$&YR)yjQsG;4z!0x})^My_@!cXN#QJ60eo%n9$BbBHz^*5&CY)7Z@lv z%akwz(+EW2gb%X}NJc*mon1|0Z&s+F0eYL%l?MGTj9}~kc>xxAJs>!c2m5oBhRg;O z%bEJH&7)68^}?9GlXsx4LbH3(Y?AyAHM5JANz;1m%@)5?ALDn>McpTSc=gknE-2Zq zn0MH_4A&U;q$ocGsAHhX7l{dvU-1>XB?b8feT5pL}AN!UEs#1udM3|sngACVW&*A$$f&5nxO;M}Dl67F50!U8kB(|`dQ8HfcV-bd)gu+;S4XGZPKA+&dFS>>6+I|;;HZNlwM#TSOQK$THGGKb8` zWa&SUmY?;4Z-lVgMPV&Zm3sNP1r=^^-5GZp`Mb*D6V@_OcNPjILV*kBEfQiH>`<1k zC`F>c;HB}a2{*2QeXICgXkg!LuM`mlH?A(92UfPE?y{%8q#4=R&Z=~7-AD+%XCZz{ z>nF3zc|ko#a0$xq)T|`_zud&Z4K_>Fr*@j5W3wM$IlovX8Oqod6v;0oe3gNmZ2+PP zjo)v{XBnHK28rRZ$aeo*pR!|=S78;~dt7(UFi0V7A8*M zaGNo$0?h$<6`o>&1b{V-N0s#gU>eC<1b3rc&c6bVle2ZF7^Z9;y)71L_r>n*z#JF_?(eCBJH zWux(*(bw}{W{p`h1t$|sA(`FFrsHDd7m9lR@H`H?g*-k^Pjp%Ot(;2)y{~dI!^CBB z^`s3wN;ljlHP7hb&TFTChZlGQ$@JWTT}rOW8NKS^ZtO-SE_re^KI?-HP2iVEI#xY7 zG$zj=z{!D5dV&QLt!brE`r8Jolp}iT-{Zhl_ph9#f?S92W;rfrRy>rU%r31%B@l=? zq7-At$CC#rm9=|RqOt?EaFH6)NA}+m;nXj7`M)Mk#F?c`eU)SzUdz)y){mqygZxSM z9g3%wnU0!Z3sxKc_n+Pt!K+LQP?#msuzOq7(Re@<^fi~vdr zO@h2y|KR>lu3xX0*zbA`_#Y+;>H%?brOYT-=vi{;NzxX} zRjlBe9mL{grg8q!I9U6bJ^ftkN+fOc+>9IftGR@px5-O$@duo>pu-zwl_lwg_C#`} z`~`zWAVnnl^M?sjQ+P;fhN?M{|M+{L87};~YqgdUA+z&tv%S7R9giR*rC;a%v`x5BjU_bvYZp#V4MlphuYZD)8 zRsYnRO)I2JJGr2ql49C`Rg9rvZ(@Fw0jR1O?xv}yE2nK{|MM!R?e9N_i>p%giGXL8v*>g$5)f`r{E0pOxGn>?2b@)3Sm z7|pyVG` zico;PUcYFGZmc~@9>~fU{FEY!rzG&apC>YUcJdFY#Jo!hz41?J2At;=Aq&m5LK03X z2LvR>f?Sr0>2^2tI^69EKMI1;YPLEwOs1Wf9gCvHQHQ|MG;?8gq;QKy&RZt7q|tks*sa#YIKOXvEFp_%kNg5p1E0 za|L%HM^1k%SLX0?7TA1Cj3XRcCu^Vnq?1su-IeGSZLy^(NLk%(`jhYh!z2RC=4tBdqrhHI>DV&jUZz*nMnuN29ygufFXd7T6l33Z-|a z=8@HZz_XD!)o?pQzHAGfW?p{ z6l_X|r8V``SP+tdPHQ5(>74Me(jAYDL_6EHOvPWG35PZP(VfcIf@${7+&^41N`F>- zn2N0YcHO*EXg_3XzWW_klVzh;3QR?OTE09RjG1|R?fi!T@9mKgyXt4``F90Q=-R9| zvT7Gn?knE01%sb~`%M6lTB5zb<|ZY~TBID0_i(}pI$DkmPI(LmQm7eN{o7j#v-?2g z?AtdBxcI4j5DW_RJis+`bg97@^+(X&FYyb1rA?eb(qBYh-)19=@zE(QMp3G@n%ei^ z_>2~=*+ca)<33RJ;~4%w82ZPx`yL%JdVgA{l4ycU<0oykfPAi2)+VRk!BMSt#+hL_sZei+QHn*3*wA9*ynFO5>Un_I!@c25Ol7HkU8g4T`cG-ypiWRcq zGh$JAevvD2tFSFuzfC+)!e+GM?*eV|hF9X;!7hy1;kS%lw1Py}zNJincNYkj(PU`5 z>m}id)Z<)#uv(FTC)7&j5McK$>>M6v>gVaga*fOOM=E0zvkU~sK8N1`GkGW5>X-jY z&MEdx?E(yC#?m7NqmxNaH{QP@W7~~bvw7{LyI4uI^+@UXZlf(5Lx#B2ZoIgjuxD2^ zC9lKr-hXQUOliQ~rr&Qydwz6~h^0L4RyzIYb3mx89u6Y88VbGNukshdUFL)DEF;DK z-w&r^9c_1X#80c2-^}Ylma%b3|5EGks)D$MtsTq?Z83rxDxI74L{b;Kqi4oi*73ExjWP-rw-A>t$Mk|ftzC3F zn2_{K58-lngc6y*hlShc<_uIOG7GUrE0@Cb2DHm7`^ZQXsUQ>f?)mELJ$BsmHv-S4 z^u_echja$906?~Nc&^vo-zfRFmKSi4hjUa2P`O3a?i)KdWcSl4&#KuqGrPj z8WO(a;vJl93gA7qOQe1Sa$@|2PfLytms)kYEaOdd?WJmHxuM96^U6ivN!7N8!p=ms z-eaOtQ<^1~k@&iyb7vdY(9lS({bNgcV>II)sh<6ZV!zdLYRP;v4>RZb_)N5g)en~3 zjxB8h^T(sip9$9eue;F2wjb?Y)YBrpn;GoawDb#ZPc5QdG)G^5@JX@RQ>rQSMXm)j zPb)$xL+>fgl3>WQ&yZ6oX%{s~SC?Fwu6@;p>&u~|+U77xnw}*0!;&M$h1AVsIr6W3 z?p7e12m+DPR)3s94w4XMm_n{fOc<42xPN&uR;Ff_rfR0Qd}~cz(?)-Mq-VKrwkT8} zlDJHS;NmrSr}i#%23{t00k5MG4;nCKv1NvQApb)+)%zoZaiPxB>j1Ug>yd7OsNXp~ zJ2VzdWNr(-ZOZWVT4ehd zOo#T7_b1ck%^0Fpjaks+lFQ>f)F6olkLR)DbN!YYc_k(ZV}x@M8#8e4^Rfiy2` z>KpQs@wrb9@~u}3(?)Hk%~LiOCuIAb-bk*rKe^iA-KhU&kJSNy6pB6-P(HLLC-;Ln zJnH_e#o~a-Sx$Wfz7w5&s;8qci`5o@{DH3=T+8jB0v0d3o>Hj~m$xSJOUCY)!rzIBsd z9oznN>mrJ)JJVyg3wobe41hv!k z-Ec4hh|7!oW@#EyjMi9 z)BCJ1=%yCT-~NHq>5)-Ig@OuiuaMpR%xjJ%=X19)2m0SZiAeh(~yKQ2^K zM6PCvtUnjtK@?QzTlNMy2Nmo7ttKqp@1;zQ zB=d|qi}6wD!X@XZiMuM#Q=!N|onr~gIa+~$LiOdAJCDf(NcNm1YEr<`bp`q@ZDFi3 zDgcizqC*k_bG77D_dZ%f+Gkt0}WkW*~&+JC13#yNmBMHAJ0Ot&*8((3-VBP2MTn6gI z%PS?>^@G4d7q-!C>AyJr4WdLTL4diG+~BuIx@NvguWe;{Fix{dtW)k~O9eB&qi%3c`-o zHxasJSzlBzrLyc!`YK;-oKg+~J*rWRQ!|vLfKrnC6;|4NLGmb-4ClC-jqj_r?c2^# zUR3F{xYcE`7@X3+mEgf-JVI|-1VTTixDClx|M=-T+-4rPB~^gSs!{y04w<- zdHnI@7iZDv$*tPc$FrvkOQ5}hZX1iUR$$zdl{LDJ)`B$O_VC%vBoGu&Jf zN1zipn?b`Scf(9Lh;BnTNtkb{peJ;OoF#%sxFF+0!}a4t;p<~`9RJ*2!uQWbY#dK* zXt0o&)knjMT7`3zZnqPqx&;%gq_B zV13Qb&*d@%>f`FEW{aYB|Ju7yG~lUtz1^{|5(TJMrhg6FGTr>hff@~Ku0?11t;r?2X#3ilw6PQRzw_^z{ zbALQvHURo!1Ods`7;R1{_lKy)T1Z`fPv6-&%ru)qxT}u|ubS=rA>TSrXs{h!#o7I`MaKDeyxuRKptBGJm7^0f2`{PS);%7E%4cX_9j^t*h)ul>hxQ(m3 zOHMTu=oWt=HoQ6x0@-Ss)gXTy{^;Vx%%5}KR$C@}R8zzL>uZ;OKyU@mBX7n8zGm^(#So8@FCU{N!pK0*Xr6xA3`DvM9mVvQ+b>VIdNE zl_c8yk`YGl&&ZM5Q`>BvwsfM#l}}TYl4uHIkL2>T>C69SmA`%SKfxU9a>r@UObryk z={M<0gg=|$L2^YU-bqC>&lx>;)GAOSkDHh|?cjXB3q6)s89_d%2(TTMf0IO|)sut> z+cRm&M|I{M(SQsrI9I^fT=~e&FD8s`fW*^*0g$1MMW<8xPBz0E6(@E1I%^ikqFK{6 zAod#E8R**_43KMGauy>Wm7)u1q(;~f9{H7I6jV9>hBVGGfZjDK$cl$Tm~|AnKTK&K z&Op|R(`Y<#ws!*r4lw<#4<0MJpkFHVtE3hDv#|PzQK}6CEQqJa5^zxR=n!suBbrr( zBbm%aQ2act`&r1VLl1It=m@e1@{^Enazs*O))tes>!PU&M};}y0gmt!k~NYmv{DC5 z4-wH=Isf$4bbSEFJ#Th%6VMy<39U1OR)6l8%4f#5k)@!{ z8f<9h?Rr$paO!aGBm?4H@l?sjG)YJD$=OLx*kpZM>NV+60o^&A`+F$J5uJYFmDC(G z>C-k!aAnGy@&hsd!RsU3CX82K1c@1mKxl1(JKO7%19r5Z84wGhuHw_UiS9*zAXTKG zfu~7;q2Et!%7!yzWituIi^hu#pl>10j(Ms1Q19W==aribCtrh{9Kots$%s=%Js^yP z|7#;pKgnq80+0om4yd0!pLPS$@+*<)NdQNK-E2V+-9lOJ!|i!4_tE!UDLvbzJr|oh zk1y9dFNI*aql^5gS3Wj&j@^d1i{Co|*nXv0eUX|h~sFm^U(^1Y5NhhH-F*X+oRuJh{*XTjfNyv(M|>i&c?kRFHbsJ*-1!B z-1|FccSmBaZnyXqP??AY*IP^dBqD1^@!yuT;4&O@;E{OS-x#M%=#4fiufGiqc7ywn zLLpW&|48tQ@P4Hhyu`BiZ#>xX(X5wwe^9Oh1Izr8Wp=^KaOd2__wo?O%}(g&L?2s8 zbi=79JNcOnB(BFBydyh$XBAw#22RCAf`YvtI1c}H$giQo zp}gzO!q^IloEGwb>~)o~CukwfyiVMu zgWj$Ew%bH5bp2HGTv?(43G*lN^wTXpgA0D|r1_$e4Av<;TpsSgb_zXbnxMok|DJxZ zYUHVbvU`-yi0BHY8f-XkieO7K^<--365GOX+m@%iVVx%SfbU=%Ubppw?cs-JH3)NX z`OfR;Cq4j6ZUg|IX=8Y-!rOvM^|O4gp~$zi_dG>B&M{wHk$fzCU%RN#Ebx$A6z#wJui&5Cd`qf7-Y zeJqto@AYUIPY4IRVRgKLmbDNi*qeT?bui*aFhhE;6V0e3vode+fs3O5ICe;6_~!P@ zYb?Ln@g3RMbjY=AUD2JkmV)y0o0uNj-a2P;m|{Op;0pJl+$saZu)7ssU=_lqOx3vv z5VAxj2XlUNc&;iI3T2HB^RwR%sOB}=#NEhfgx8c@@39JJ@Pb8N5c@xa1P-uRhA;hF zd1qFtkn6=Yr$WsTM^_XEmB8?ehKM(pSfC&%!HxCDmk(0%pAzChwgR%z#H_qt6>{&$P} zzrkV)@VVmgX#TRz8^WiWhncm<(TulMFp7WZf}QI06scf=-+sC`Js8it3wrMr@=2-eT5#l*4OTlDmkgn8Kl{Jj?#)Jt!V+ zcBv`c8JJg-kXe$%iwWvV-|J{8xkLdAvAWM2s%uM=9TiPdcrZ}}X)zRvZsXdgeQSuP zE6xn#crb$_Di?J)DIb3QIn)`OoSgJ9aQrRgfdXZ?5!-nVAVk%_C}f$qR6^{E?m^VxO)O;lBm`>XFeKA z@mHN{SLF|>KSMT`rFdkCP8TCZPCk_6^1?6Sl1vssO55zQM2E|z&UuAz<59sh(YBK zcE+fMEi1>dQle1k%CPA_mEMnRbLEG@>HoVx5h-Wq7Q+YPkN$IPap;jij4Qvg!D#fV|-} zRM7FnE!5V!@g1I;O`OZiEO%qunEtbssg^Xb$kv_(oeigGl2uG1)CwU{xICjBPQX~j+7l;g`T3~pEQuBma8;2-NnOO z?+)i6@mC9FwgTgG3t960sjS&+6s$emu4MCEPlsP;ra=^eCMFXGDr!XZHpvEDqd|N} zt?J>lphE2{OJg-GThFW4E8~0S^`wiC8k&6lP>-T@BU#H6+;RL$e zjKI(jj?iL;SKgL-A|LJJHpmlhjL7rLDI?~AOFUA**+$#idZXr`x6%2!pU0rVEFl@O zzO)%mCP)9As=E98d#dSXT)Vj)?6WoikXCD+W5jW{Aq*KUDV@4qO|V|S(EM}H$Z>Fz z^(vQfV32x#DOdj9Uy;vC5nPrc#;0wQvm%sP!07OUZIjAw604dyWq)lA5%-b$N?=Df{lSGpuY`uCLZc znxXjCR1YJ-CM}qK4xRh~+c(I7w`&v-y!|SKU(AT$&vrE4!GVjVrv(l+StKS6x)qF= z{DBb=Sb*VKXs<;ae%R?@p38s#^ZGiV`x=4^A?(bEBNX%A+qPs|^O;55t?Xz3G98h| z;LD%hX4c|sa|ECSG}ZisVc_Oz#ciajqBtUK(;_n=zdDn;K54(m(Fmk4e%Yo<*L5Jt zA-tOU;rHLNNI+VuA_-@l2igMYEKedm**7}vkfG!4gGeZ5SeE~b8VPt@uq8%#S>r)5 z{n^B@9J~rFDlf>JZ?W@V_5WB7$vpX}2+vFpi?j7s8`|(WIx3GGzzjRvF}^X2_=W8n~lW zD^MVZm8<2H2yn(5^bpc-X%o=?vW?wLfvCvRI?+Hts0%}OG@)InrNUGV2=Zw=b*B-0m!>jc>rK594rTAQJ;$fz>4<8-j` zb9}}pDGJ{fiUhKd_t*kg>>5VHqJs*fe0*~7c9iFM`2X_)yb?(EvlJuD|7S19QoAn+ z{c;JhqkzZ$*52#Er^Q3Hr_JmER_jnYoTD5LcyfBI0%seQHJZLyu!2?oDFxC(BUww` zc(5L;4I2U5xcAtJMgvxX%nWtkj1zRoC?_TIfoG&_=?%4932PWT)eAQCt%Bog5RYK$ zMPX<5t8S%dR!h!O@AE{DE<*un=_|dgvkvg&I^2-+hF)vygPQU3v<*b1@HZs7NmOEcF;jk6`bb<;R8jPXit*OFq_KTAz&ht z%W+lSbfTjYg4Fr!ft>j+xQ-%}OLbm|YO+2b0s2-Y?-kZ!m?~fPy!j}+tbbFug`2)8 zYGeXVErGLUVEH{V@M_$4{X&V>tN;uQ*QfO)e6CJcUbh(MvI&?w?yujk2WgzRz3cgn z0(@Upza=JcWo2%f%B4us9EfUfn(%V&pnyQz*_Ci%-$=SF^TF5MfFFC4Hh6lG+IcT{ zeaID9bPA=R|A)qKzkhmrm;?&Ak{3lvM#gUGM$K7_EC%k2*QZj%O@ZEwcY*{##;Qjp zb!R5HH$GK@(gMM7V5qVF>e-#RUIwn%w#%+oxGMn7qRV2yKd{bn2`G_9fSO71Q0Fm5 z0wq7=?vG6tEhz%mozx5?1qDnexNl|b?=Y^>r?&^#g+?gAu+=r*vTBR*wPIRerWu{Gz6fc#7gSzxD)cvfm!a?4--DRR6A`y`4|8t~dza=sa8`4A|XHmv$o? zzSfp(L@St!*$%V8G>H6^#;J6_WY$`=Q=*Qp( z`5ewoT~srTB!!PNI}IO2>888G8!#s;%EAf>Ov=_QW0)#TL@bEBC|9>Wr^LXq`>3+)IfH+K<(nwO;dEt8=VB6O!+Cj?E6Bkp9_Yq3Y&YPYI^89Yhy2w-^gl8%kiB#-(HP zv}&~0g5jWotFC)#l=lYt?9t$|HB9_%?3?p_Z_RwDZ2vpL|yZ}T_!(lt_H80ZrG!DP#9yzG0ZbT%I&Op+RdR;Qf3`94aK8&SvcL?w)%#`p zG;+Etp(o1GW;t13epY}Sv5~cR6RZ z$2kXhC`aVryRXZ&)3!he0_~{}ou}}sOnVw_jN@KqV(al<*v0k6R^NK(fQ(20p7w{H z^x8YA)abQzLiprrIEt(y=u*TjA#f=SxVzeirQ~`o`-EPGjZI>KT+*Dq_{}ejKWBGK zV!*ffSTU0Y?9>?L8_8tzyA!!{Ych}}GS=m_Lm=wUGIc!DuIvaL(Io5k9~e&f0^KPY zXmx6N;E9q95tNqm0i}`iYl0?8A}5{db)az^mhbERU{=#MyL;r_z=ZHOPr#= zAFiIiNFxFJqF>2W;+a(P&objHm3npgDlt+BeZ{ZklS5yj(Zwa9&sAuGun_M*ukZ7)Q@(LNqIi2x%&KEA$zBrCnhc zP2x@O$6~@f@py!H1rC^@*1WZ^lGZ{;kUoqO-(jb^H*g2*J~{(U2*kTtk>c<+3k@XyTUOC8K8%hu_jqhkelN56b!xnOv&``4rv?s$OQt`st-i>z}O7 zq1%=dN#IC}{pH|g#hl%FaKn*b^?L0_?W#uRJ6K@d!%5B$_cZ?;thtO$Ry1Amc5>DX zy~zFRl`nlv7ae)j-+y5nh|XqL9&;`fS>e#T){R;P%_Lm=z(s$1DY>lD&^(~F&!sr5 z6I{>MYih#m`I)x`C&WilRlZ%yvq-s$m+cjxMxN%W$j}EHMC-gBlnLntr{unkWJQiO zyrytts2X+8!veOmpy4!lSPfi!6vnNk3xpq#^!Z81syl|_q%0LSa{?lGYfgvNXh}Ma zDS2G@Jda5yLhD5*XksklC>ka&0(}As{(YRB&@QW|LMlJ;leU{>sX};YaVp;!!nl_OSakH<+{K&awj0my z^w?;}pTB3Ww7Z_P>>So`Fl6#Y8)ZH_jh1rd;Y8nPBnouzvYWgoFq#*fYng_ZJJld) zGJ;hi53b1jHeVpd z?bt`s?`^OrMEq$>&X5P~DgK9lEodYD64MF(o}UJ$L{EfcKBMH6PBb6OIm)*c@76T! zc0I${4Q@*767l^!HIscTV%c{I0`EWP#Mpj*hyKwM_Uz%Snv0UtS4c8BCCGCjZi{p8 zRgFHG1j7{`YhiioEk|zhu|i$Vse@&Of|>EsiT7En^zS|stk9md+V^`zn@bDk8!%!H zvr@~A8@sUD5%{DqdKa~;&5Qd$TSyUATWemrI|m?KXgv($r!BcJ*2CCdDxk-p^^6+? zb&ii$O?g&9J)vf;PG^3tt)jwibh*dJYU5B(eVz-KfxlIz36A;&+todbs98YQ{a6)m zVTJ-r3E@sL_E5HF!k){bP_EToJo=r8`Z?$G2Gj7Od+Rmapi22~R>S-=leJK})1OmS zu9I=Ct^FK_EO&HA25xrAW!;5da7ZYfP5zW;!!e%*^y_#ZZ1}zxAwnt`Ul*Ag$hRAR zVCYHf+-Ecqo7$U zangP0C@$S!s2dxba6M^iUl^dNTx6bI3K1+)k-u%AAjZU7K2v1q~i*Qj2tz0xj~XP=kYu2mpzpfy2#siz+fDn8JBe7k+&`@DE@>|$jH<`^V8U@WHLu26 z>j+)Vyt8?lP%gbQ!(!;CP}4I+)}x2qG7ri*2p2A6!|$&mhCtB4>uT5@Q&_ee@oqN? z)iW1r=u(TTXy_HzmMat0CZp8q?CEIp?=kSGs)BSw*0Y23ou)1NVX$oEY3niRW%1<5 zRn4OIrcc@`>3voENu*Cf2M0=V%AYFdWW=`>1i)(;)?!@I{TwK5YV;*Z)l>tK{^Jph zm>4YGiv{`7tmS8lQXgsL8y%m}2H53g!w)3HC*-bP&{DzV-~?nchPJoi;vv<}|o z45N?3m131jqP?&_LOE7OMna2cnLzVGd7R#&RAdVs(KI^j^Qw4rAr?ve5p9_dQoVbd zBwVlqqt`d2YpUP78ZBlp{tzFVmYgf$?RF@_$N13tM24T9Y_A&qTooXL(VCc5Jj-Wq zA8T_+ml%TUc{;yh+3q-?i)OZ zDMR~Tv0N+Xii+S^k5`b}`jGs?QxUHj<^rA&*>Nclq25}bee8YE^?EP3M(iVecCtm# zM+P>7bVtIV+59nI-IGnx{n)?Z=WIcfrv^gKniI}JqQ6fi+!BxYr9w58)|2J4rx3N2zrs`IkHK{YL9E9 zfzZ}19XGxu1+aBD`hf?8|403DcIeY#go_$X&i#@&uGACUsL%y%`4szKTXY zgYZ)3dux@vlZIq7HWw2{#n>N6z|PQpR;fu?Y%QqA@3{{}lxA_i`+ag<5zKToKRT86 zC=5Biwg-`XHyF?Xw;YgM!&$4}(p>(;e@|>R`iU%Eh7P0qVD~T}?J$+PJ$KB%)a`>~ zAZe*Q^v`!ke$4F|ob|RJ^Z71PG=}v^A>7I3`bP1DpHH}yEY)F6C1$IxW{pDrdH!YM z+`K67H;>jI+>Q3tqU!v2lo0&sD&_0T`Q6UyYL<%A7E*9+yET94JAOL3y=j;zyg+T1 z+1072?)^OeiqKW<=RIpP4(SD`Ouq29)-PEKH8^c`FJig@B3}d=E9bGnlYcmO&YmxS zazmCq;nYWfZ0M`Re01*=Hm~k-cY2Y)*X&Ro<~cc0T}L~ATVamF!AdZN>P753F#N|? zRb3Zfrw;uA>jOu3VCf?3?lf*44~H`CgE__Dt_65|={0v*Kj<*wtc_h?lM6%EH0^X- zn|b!b^afOp>WDf!>P+kOOuUE{-Dd@vC#y{F^Yf4M4P^+PF{3Oml7ec_d#sKb!a_~^ zj@F^8+#D!-md{2-lGZK<*=#lV`tjIl?A;#*<>1(|?T%Adh_|Yr zzY?#Qn`s~{8w>N4FbaqI##h3ICP=j>8=7>c_J8H9b1TIgRDRc&H-~t8wfEKLd928N zZL1^RXANGdR1p)!>x}nN*e}LqosRvv5^i=xmwmJK_}bOE9jeN{9a7*clB{&D*q=h0lCwKij#})RzZFkV3~fOeyb&%ks=st zbhyVKIpm5e?05gx-Sal&AA!M7$}h;)tb}98)BjinzSz-hN2P?cT_kt?Wkuc=87uVW zaZDas8iEp=J?tA%H;+m9|JwWNx2oE8YeA4uKw7#5NtJG-8|hBz?ha|`auL$f-MvUf zLb|)88>I7l*53QxPXO4F3eJZG-w3pC>>OV38jM&CA{w^p7m%gKZ0w2sca zdq&;YxTJi765#(w0=@}7nRnA`Vs{3?rI{miJNW7Edc&pUqd3oCn(%{zrnh6> zzpuQqhv%t2wkUsEUw?v>WZPZk;x*#6k1Z(=4Y>Z~_jb(LyhI#<`oP#c2RX{~6Q?-s zzxQt4o}vV?i2PN%$WAcv0e45^a*;1>&Qo$wxtLXIK|87*Ee?_qoX)CdcycR9HE*z! zD!a!fFN+y#O~0t`^+N7hZQ$3Jg3Ycm;UWqO@~V%_DM*B8;YtJqr`0$w(|ukVpuWF7 zc5*P4>eMFIa<#W{HO1R(GmKU-aa}1_QW%{aCwVGJ7?xXuUv=D?`7oBLVrn^2!9>ql zmWN(%lU^-LlRGS9q;L6j1`g%x=g$c>*v(KbghA5n7wRl-sy5b_`*p=a17&g~{aEDNSo|FZNJ>1CtW7F2fiY7bsCDLJD5#^OxPvAmEy7O zPRrAjJsxxqLwZ?d_U@ZR(HWW;?LW+eOt^)f&OIDg-b|*nu zNDv|rWO4R8P*ineA>?ufYF(WRT!b zLLSMS!Bc=vT%douceI>d-ZHdbC)eqFO6cFqCcROmwA!{F#`CdFIe{aZ%vX z(#<0L6f>JXecGQ!8;!zUtmD$-7RCL_UFlfs>YCN^5(g@No(9=Z>^CZDPcz9I4Hu03 zd77u!7IN?Rr9SrADt+G6*hxFy?!N7GFh^-LgBg~?{n+4BmII0No)rF`ukL>_(3Ao$ zS5a6}#E*G+xQ$k>6pQ22*5@YIo_sUYB%9cqf(L-;-w;&c(}vl&gZswN8ZX3ch6(O^ z@!;z0$=3?p5F*W4t}2K2Ih(koqcILzeA*X;f`kCECqGV!uCK2r*2|NiQrsWRDg zn~g)zD6Nqm-PnA6HkIpSAk&Agx&Y=LT{lf{TqD^V585t1*OMxn*_r)Ns8J9;=-uUi zuJAcP{ZXL0DY#{;RC)f3r*(QJS!7O$8im@^@s_?B}Dm zqwr!DFi`jb>ip4ZGVfqKDUZvXV^ZSf=Y)#{b?H|k)@;@OU0yb)eotDqa;W@lKEJ$| z%x&aKQG?GGHJ(MM?@?2+qGfz5LlMF5$5Pp77QPIU_BnXxp#cu`ne(?gxx`)V5`j$r zn%i@ATQzBM>CP`#_ne<@s7d6`Qh&f;AgUpKzl%KckojdyTQR~8z}n9j?eIFaUw07Q zFOg;&J%Ay`s7gXgBSd0SWYLysRdq^b2`W;cSM(VcI}=uh>hKQHOAq17U^EsoaI_AKx?&`aPvRtKxeYwQe`<^@;gu75XEj$Jo(($9J? zWuq>Kn^2TAvFbe($EII4%eOtD5t|OCs+!?1sGNaB4^X@b3+o; z`)UQx?N#O<7^Xg?8>BgBG#miF&)HS?5~yn zZ9P-<`1r3dY!sO=6JYw9y=gnm&Be3y*GXYGK)tKLGlt-yhk~8oJ(y!V{Rv{l5`Qk$ zttg-se{W>Uw%E+EXeSe@v|`QiVMcY6-363JzHs*N{n9@|ZX#-eC^cp))%atvJYj|< zEHr`M$j#Ce1ObHMyHh@Ty`zaq{*4csVwo68FTT31e7Q6`jj;F89a^vSaBcUWpYPZy z$r(c9TD5a_o~A2S+2YpSBs%bu&~h9}3^em|EWc68=0A%3I7^u5r*yTUL4|;K@N0Gu z_kP(=+QcN5n~iLYV91u4o?WwZxV1%B{p&D)E27!_hgP|46QQBjccKmCZTeEynR_^i#{{t1w zK`bIZ^94GWicy5l;i69wA2CR>Iw3-N$K=+A(DR=n8?5^C-6D>Y%fArhXb94j{}-(?3~ z6LIrvdv(#;C>4hdvkPL*wCD6wFLNM>;X;wnNUVtNyM=JXfBnm*+dFecv)p0I}Un< z&D71$+#ET%FeMW@+!lJ<{Bvuz7TnsLMQJzOv%w3qj|E5O~ie6G*`c%q|MvNGY z!ISytV9_6*ZlNGVU*vK-{i7KEH4zF< z(i22Ghp>|yZ}@5-4z~f(T-{cAdLEiA>Ebqao$j9U8>4*rGH8S5sTl1}Xfa2{(_zQ9 z-De&<@$|}$Gsh#vTer-B%g7i#HHK@59X1VfHz%G5Tf}_xtG& zhSi6pkmA7dR9`KlxOX!aJIK8e>M_%#iVofOE4#Kk=5t4jIM9nduR&8^%Ui?JThnsW z`zk6MuKzP0;6ApaD4 zs9!6VSNZ8S;d4nrD5^r?EVEL#f>+X|IwBf1m5iF!Gv;)Gn4lap*tCnKkS5|9BJjsS zW^Wu?UHg3b8Z+q+mh?Qy(R8v9pnSwM{tyyg_8;y?fl}4#u^{{xlF%C8>MtjV0JsN4 z2{VZS&vUC5slPPB>ftd6AxI^BB_A-eV{ueGD4BWrvHS27?61!dsWZOx0Ja&kh2dF} zLMEr|f`vooTg_}H1`3Ke_Ln*>@B4$*g=Z^I=}j_gT1q^*V<)xyYJ65DiLqibKY+1W zRcoFwm^_@9Oh)JEQ1{vW(jzZy*aH|j@l}9NVyqD8wIhvwEm%u~^O7qHpc{G<)>6c# zmW1<5qEd3qW1GKR)JjiV1{5*zeC6=Pv)K{&J~6_VgvjmE{`3fx34lQhfp znrMlE>eZBt!dw)ajLgJQVhe|_AgpRfT`UUQp=_n)?{yHs3$~l+aVPmqa2r-AGWR1H zb@=_HAXyNsarHkeYmPeKE!6EIZnj}#Sg=#CEo5J-YBod2ezAD_Y(OaF-OLhhekGWA zacn1gsBMi+4M&mMSNaKTQRc>|ss{zl@5UPw?FpVQJt$rp4XTy$dGoER7o~+OLj<4F ztAB)7bcDlaRHna9VpSTOq+rrK$H}Jqu7OZRJS8pHTwedkG)pZjBHfo*f>(-Q(`1Re zN=As#9&WO#IfY@HaoB$deGRX>kLShGqxZ4uLTQn4XJ0H=SEeerDC9ufTfqK~4!45u z?<5LelEEj1n^1(J#>If)x+uA|<7coz(;jKJ&l~qLDWj+!!6YwokON^(U{V5i0nmgj z#m+3+C&=zdH(d-P`VdA4s<#qhLu3Vhu6M~@%4Llz3W&4|p}}M;?NqT8s2_9d^bhB^v8zRz>t+b>t*Y zu3l@oG^-hPK~ZKHmx4U-1%&;zRIyMay5uK_;&+<-{&vJ~g-qNh3 z5Cez`tvF*rPL%b{V$s9r%lD&f1&vYbTFc=ZBYRQp6s}vCrMIpbak8AbWmrfICz;jo zduyBDyQrzh{cG-acHwC`@f#a?9+`C29Szhm40PXUqWSnR>(f4nb5T{gUVx98B16i4TN&^@k}Q4qvQO-pSE zxcC&*e(8Oh$PZlv7en)(`TufgSg4>Y>ws(1O=Eh$H-Dc~(SOdEsV~l4Z0O@iL#8Mk z+T4DF>>Y4N=PDB&=e8951d)XdBLef~C9JD?b(WxrN4Skux)HH$;|50wGAgOg zfd3Ohw{rD(fK%lPi9%qM0%;ZRJnJUl&)V{-(zDCjMJruS8{U$AHz$tsHy^7-TfIHg z2oYihVwP6nZ~s5y#rp)T`Y9c{^v~bAIy(!679dfAp8Nc4h*>J@Ex0WLm}*q^M&oc` zr0uZ$Gy7YJL;^!7?`Bow_yU75!tzOh@-bnDlwUI4MiXx&>F0Z(HBOh-{d%|XBvJZR zV(#Y>&_Uoz^TJHYLGCtk(j_{6PwDy3@;T2;zs9qCg0+lbbnQ37sJhLoQ-ZM|s z1X}F3$r_%_=|ug+we4?p(%`zY#!+9)DjICP_84!&T1uh&4eM{t0iz$j(#?f){wSm6`%jg}Y z#OU5={x*F9qV3nQ@&|@=owT=C?Zf0WJA|7tDPM?5+nD08f8^{^?Aq~5JG0nP`j24& zwUz0^lD;E6r6(+AmA=Z zfn3@hH@T2bUyffAHse#u`x_A-pSWT=5?o(Xx>-dj6zj}-tWY&;mYoAvH~o|+c4uB* z2v`akKgLd!_iZ1wuZoRpKi*sCOyQk)qLJPg<|RKjfg5ZyST9T0el85CZX zPy8cj*Q)MnmSZ7_7XC|7(|NgKglEg6l5*0fTGW4oB zI?)2|(Y`36g@JmVio6sMy8{Ht(csqZ=vYRhND&{^Jx{7y&w10^m|+?%1u?=?G7v_U zdwb&ZhJ1Hj4OK6l>-$$zFgS$aVYqZhFRQPvjM?Pv4_-C2+`7|O?P*hVTqUf&kcCx~ zueR(xxnMp!xS=7t517c^+e}tLG0m1vZDS`sL6R^2h{5p*$l>hukEmM9X8YK5e~!wG zb`P3r8_Yg)Hn*O>?Z5I!?P*F2+X0#JZ7A<`>PK7VvGP2FzAODW?@j>)QMcP^5jyQW z_{}!%xPmUZV|V4_ZyjNNvJ`KjSciTVbkTMTp>l#u?}mSdzr)rXJ-8VQw7)!kLQEX) zK+8e{w+Eu4j@d3+4GX@hsaJOR=a_@C{f4ZOl;_)hev0!SqYpa|mcO01A}2%Ak2$3H~7w+a!tvpUAbKqv~)JbURv4-yo_&Vd_;F3L4$1qIfR1LE9EcIS9Jv9Qj zEK2X%cN$+h{j%K@v|o_qYU28|$$%XT8G7n%YR`vQK>)qlB3@|yEi{JsI$f@#>+*G~ zm7`mV+{bh2?bExLTs*u=`*Ts#QT&P^K5mB(ONR&hIzyzMJ2?LSFh1N0xHYyf(OvnO zc&jrvKKYpyt+KHJ)7}}j?+c&qI$MOeEDv-S9fS^Yc50idl$q#?-k0$b6O+gZs>_e? z!D91|Ov|^vRowY1pBwu1&Ey*T)Z9w~wg(FxnZ^JhgmvsXz4mN=<1V*8Aec|7+Wjn= z3=xUT;1`2_3P)&TPR>)H(nS&;5T*==rNzNQ^V?GQW_p$ikJkMpqj7$2s%^YY=5AoW zoTU+Hq7EnP+~b24h1iytmjYZZkJQm+%i7zCU=Uwv!)$$byS$83$FQhlX4*+as)_-` zBlS`wKRzw~_P#KwW6}=l}q|`vXDQt?6SN1SAU&zu+qq@796$G($ho!RgLrkIS)d zEa<>yKz3}?Kl^Ri`N>+t(`13(ode$IR*T*i(pt5JJ)SFfqZ%fuC80$1a=QMxSE4WO z%yCTHcqjxhihi>8;~iZrtKpr70&cRFVCp%kK*q~X!Wv(e3zoSTZ&DZ`DY@U$h@bSg z#s#`84~hUJ_hm&cygg`zM|A~vJ2WVntMuNK8D9AJR>koYAPpX}{q3C{mADnt7j|^->S0feEqco6BR?BrLN!C zeFOdM>M{rD;LnZRNEKg*5C&0I5BoIwp3nInlii^Z+F)b4VQqsi1oQ~@L-oqT#48K`=^>X4MU4UD!*)R+g%y2uQ zEkOB3j#>-eZbcn^%+q871ehWV?wA(;l-x#dB7U+zS=3J!s>c#vW(u@|dXlaw@YrN* zoX^{wWIYpG0?OA~Im^V+h)4H@hb5qI7uOX>h#fta-W}}j_ygig`Q&=k4*kc)4uiwt z${X$GQjJdyw?MXLFE$Lf&kbpv&+;8s!)fmJgm?won7#E9`WHFytxEPZfHY|axNe9J~QhX^cR z6$l@@PJsMx-EzaJX%Rl}^g_xE`#FkU6~)m5AON$hfg&_Wbwr9pD`9MAyh|ziQ!+pu zwN2-ms$u`0g}+eG63h)^?QRkVH!_dPEO?HMN=7alk9N4w--7pYWi!%VE8}L9a094y z^i*usp1zYp5@xh~SKZH(FZRuLY3RUMie5&yZ}(>3;OpkU(Y2`K8t#CXRlMQ=vvI+G ze63e;g=dus6oGXg}wQ1+(NP`&6x+tnGHB?y}W2fI06G|d}p)Sl< zfp&lAG2pj_l&dH8YvoZO%Hz}PA_$Ker@AV2&cT-@=>;NPOUYuvgCNcXbUdxczgP)TR>9u##N|ZI3`^XzU`=VB+$7uBqnz{6SaL zb!!Xh)2v^?+FhJRsuO$sN;;=&JpB<<*`M*J6Tig)6S;k}_L6wnStzVIKai*JuBIB* zyJUsQ-JI#@W$M1s)mMyI^erfrz zq?B@1lgFS$e_R`vXxS-ZaA=|G8ssrG`+>VrUX_ht0q*ZFS;p2CmnY5br*E;0hR9*8 zjqp|(<9v8k9Kum`Ou?c~RF7OVQlhPLRSV`NyO4PfVev#AGI(mlo8lF;aAei&*Qd8B zmyCU=M}Sfm+3RUZ6$TH}dL}vg%8a&d-ta3)!6_!i_VIv_ntaV<=+mA$I)K6=)=akQ zsmUE$=Y4gfsY={t$08}Cm<*plc0)^;^!XEMaXaV#)=5knR*&;W(-~@4Xv^TblFOmj z*S?xVcs;!|kW>D8qZ z0qSaA8!|fR&3&kOkv{H|LzLG)mGB9qj>FsQ<+QWWUtIV)y)tdPU>~cQSCf1*P_X-PrOcx5^ntl8ij?&Q7|<2-7!z zfS&G4Y96D5bPe>xQYgPvYjIL$Bbb4+ZzRwI474c~z|b5qjskuZU}*ETzHz9+`s8W- zV943M9wvu`YV&uuPYn}#kg*%sxY+Y@?5$2&e1D=dkO2B+!{SKTY;mH?7o!$yrWdEq z02}yy_SzW~ zr*VH=x-1VS^^74Ymp|0!cPrA^j957@Q9%c+q)zE=q$eyS7dUB`PByZ-f9N`F$WlfV z8X$G64TrmBk=;P=5!T<@EM-e;&pNg^wEn&=Nyi8)0zIw<27y~bx!Y3_9Gz6P7-lmd zDl(oHt7Tx8J0Yb%ANTLpJ~Nuq-)~G>DFf!LF72uAYK44UFLXdWh?_!)sF`Nd5i0Du ztGCbg$w4WjtR8z`W)!1{WWfq8;3;hSmoS@?$%=?|IPPpO!NtQ(h|6^F+TRFRXPNMr z^{k)4$B!!;Dcb1f$+VdRcoz&jUdiWk)6%hfb&GPxFwI8wi_v+|Y@=SldjM^3&Ti5X z>~efG=X*n3wM-`sTtT1=hrON?TG4c=b`B+h*9h*RbL7lJijuH4-=frpM> z9?-(jCL_sXiE7WLK|PGs*M6uc)V*WorHJ35WTjawHkDNS3g&NN;P5EpVMd~Y7jUd{iXskD2{x!Vg(97K%)`grd`cpZJt_}@SZmRX>hjucLN zx&6V%Dh&VSUKRVZ)$jyW8Fqu~yttdbW5u#*^5$0zu~=wL+)6v@KHx9!>e4Gz5@-Vw zR;4k7dMRen14kPed=G7m@Q<9+t()rI3mF3T)Kp83;(66iQ=}8Be?{HYi7b{6s#<)~ z?lHoj_7lf}QYOM&ko0R(S&bVd(2rD=>NI%P65;u=A>rC06Cae#BD^jZ$>*oCMxZNXev?v*9<{7hBnrg%`S{)tE6HbCr+H)eZN zT*B|ouS)o#&u&m0p4uLaZ7i7xSdGC#z;Zq1$4O?!XdhcDKfP)GzOwa3DXC13m4iDn z$@7}<;xW#YDfa`H@lwMt`sIV>k&sE%X!SS36lM2?5B+3HpM}((iX98^txs;6h#-#|mL0 zOInOD39@{!96P7fxu2FXo>!Abj<=3X9vk=p&h&#P-NX_?MbKww9}7Bp>wmE(Zvto^pg%`P;p$r0 zM1CyUkhhRqQwzag0ATk5S*$ACMD4en+Ra3f2LITQOzdLD7#c?X@>{E9^9$ws~mk5t(tjuFKlR6 z)_6^z%2Y(~(OscZ9c~_^L`(7Bx33(N2qji%6pTE0>9`ftaAHDj>oh%i)?0^HK6P4y zP;DYETO8tal6RoT1ACtZJ`T;J8E{;xJ`4kVZ+Lse;IESGF8PS@b&oBr%rSE0c{QuIg4_-~H(=6fD*Na3Zhfdd&VrU62VFRQCvmF8;vf{Xp z7;FnO)36$HfB~jEz5IDhafMRK#sZzrsQrzMe%6O!I!KKsq}j#(^ZHMLX4@DGCl!3} zCF+`BJ`5={7Nb=!!Nqe$XQn^V`GLHYe8qYXX0dgdy3rEw;xO*h_-NEM75ilsgKC1j zwSc|0HlcXKhrn$*>l+J9K(LrOd0BiuKzXHjJeTp!gUS3q%n%+`E${+hr$~u@Q27r_ zWXC&dsdzqOZ7=a<8w^2MbOdmyOYshWbg4gn>F7>4p?9+C3SmaKe)CJafmY*^&}O5p#PXoQyJ;lqV& z%cc9<{rd3swJW83Eb4rUW9HhDoaM!$E@|Zc!un-^{itd~?W>m{6&uB*YQDHs?O^ER~rt%F7B?+yO!{mND%Ys>H9 z*>X7CZdN`q>epf?SOm|(dVDmE7o~p}fLvA1cPctx!l(%TbsF~S@Jd*XKYD$4S4ctl ze1;W}I7oVY4pw9Vfu1>NPcog*E?$nMeiR++Efv5vtez03F&enOG4jw^pgI*6hvM=@mB|EJd=&$ns1`zr zA&-lzi+EYI+{bqHuRLk_rx-PHPf#?{09DzI>GTBaiori}uV{wdiYeM|Mt%Q%_qv5O zOhdTPmnutg>{zuS%u-ygk9|J?yD(EQh@`tj90gLl(f1t+z$(J~<*(wau)$Yc*S6uu zOBZsV5n^m-^;^PrGZO-KW7FuQf<-4vz9UOnFRNMHUsIiu3L{GIwe4Lutb)E@#||Ao zN2$$}a>}R9QU)91ad|OVtpLA;(PK1UyCKQrH7Wo%(^>k)eelS*U3%l|2$Mdmtg41_ zTKTol5W#LH*w}-Q=<|cH&nnhW?LBV|asPPTuc>-{Yt$D=ZQ!iFWL-Q2N)~PcH zVNUKTOAC_%cM+@qE++o@I z*;pofWU}FhISC3*9Pq4QemHrL^%m71I)MHrse;1vfHZ9eO7y|($NXK4`lBU?kv#EUbV;Fhke<2V(Vq|IY2oKl^SDpLZcS=P zKw8XKv2axbS)_|_TJ)Ub91{n#ShPGRCr2PM2N%TgH&8()iQn*2!`)+k?3x~h(B{>WSTC1AQ<9{oi{(DBr{Vx6W9S4)#U`*i)`$~LtDJ2(P0kwJe+ zAu@#1pGW6Esfl%4h-f*;gaGgA^U4fK4dmW(A8A_#vYjdh<^d%zD<)A+-!QLyp*C;= zU*>RwLnDWq$9f6p{cvnS<2$_19g;@GXl^JK1HKu5nCT;fT2ZG0X99obBL#<& z=NfX+a~2^ER}0`Y%~6`#Q5&Fwqt3UdqWu7$ND~W$A~55By^0dF$C^zUIQyuyh6AOc zx!m$`oM8miOpv&mgrqS-?mi1Bkxx(-fWw6)69bfZO3dEpUSPcoSRYw{*|LWWjKbu9 zJhkEux5U814UZG|rR*=614qO$k*!po;##SP1m;j-WI|rh98toxz*d+g*>2@Z2@%0l z22}i{DI5uH4Tpki+2`gxAX7O(t)n$RUk{SqA=9j8gGr-uR5TU1!A z{t<$w&LV&-I>c-F^99vUlFK*5p}m1ZrqgSyN3Q#ico2E5Ap)>Jfwh7$ro*p!DdDgx z?ZByD9QX}oAh6NK;@^-vw1xEy71G;n=E-{mWTzRS%X`MbHk7U`(UKw0RCOh55L zq{*_A@mcn@9W@9tte0R5-soV}Dx)~L!d?H9_~lE-1;jK#XF`;oA<9(^Vla_2an$Sa z)^FkJaqHl{!VEaYq_k(CB4?EBUXy0HD&3xRtBpXA>}Uk}7`4Z%B@h4Wb!=*c6^gpO zJjx1dqdoN$Gkx1^!U_`rkEiUyklr$l5>#m5oeDAYzwUtstmf8*Iq`wJz>6g**BlLI zwlqPkh@fQFd_DxAr|jYD$ak+KR$zu?5mM0o+3PMyM*xTH3|2R)yk*625paqKN6A3v~XB&VH{o{Pqb+Qh|QFaGVR@X3QB%% z+#>bzBKt43xj4YH^FeFuT-eW)x}f;LU53L7MUR{K^<*EPH~;G49wG*rg8S9R{SFFd zlgXXW%Bu2fL1p+Kn2b9f7jobbWxyfU=MGnapmUZ0@l8LLFdplA&XXG}-Vd>od=w!! z(^2S&+P7ZlZT2U=X4QUxWH#H*n$eCKVGG`KK-Zf7cf81Y3bk>(~}O{0aDx5|bA#7d8m^fB65|XaE2J literal 0 HcmV?d00001 diff --git a/_repos/github/saopicc/DDFacet/data.json b/_repos/github/saopicc/DDFacet/data.json new file mode 100644 index 00000000..65592735 --- /dev/null +++ b/_repos/github/saopicc/DDFacet/data.json @@ -0,0 +1,314 @@ +{ + "CMakeLists.txt": { + "github/saopicc/DDFacet": { + "credit": 0.01, + "url": null + } + }, + "spack": { + "cmake": { + "credit": 0.04224330000000002, + "url": "https://www.cmake.org" + }, + "curl": { + "credit": 0.000816750000000005, + "url": "https://curl.se/" + }, + "expat": { + "credit": 0.010848036654135342, + "url": "https://libexpat.github.io/" + }, + "gmake": { + "credit": 0.24539471754699246, + "url": "https://www.gnu.org/software/make/" + }, + "jsoncpp": { + "credit": 0.000816750000000005, + "url": "https://github.com/open-source-parsers/jsoncpp" + }, + "libarchive": { + "credit": 0.000816750000000005, + "url": "https://www.libarchive.org" + }, + "libuv": { + "credit": 0.000816750000000005, + "url": "https://libuv.org" + }, + "ncurses": { + "credit": 0.0050724473684210574, + "url": "https://invisible-island.net/ncurses/ncurses.html" + }, + "ninja": { + "credit": 0.03316005, + "url": "https://ninja-build.org/" + }, + "py-sphinx": { + "credit": 0.000816750000000005, + "url": "https://www.sphinx-doc.org/en/master/" + }, + "python": { + "credit": 0.060651855, + "url": "https://www.python.org/" + }, + "rhash": { + "credit": 0.000816750000000005, + "url": "https://sourceforge.net/projects/rhash/" + }, + "zlib-api": { + "credit": 0.016623625939849628, + "url": "https://zlib.net" + }, + "gnuconfig": { + "credit": 0.06815195357142856, + "url": "https://www.gnu.org/software/config/" + }, + "gnutls": { + "credit": 0.005775589285714285, + "url": "https://www.gnutls.org" + }, + "krb5": { + "credit": 0.005775589285714285, + "url": null + }, + "libidn2": { + "credit": 0.005775589285714285, + "url": null + }, + "libssh": { + "credit": 0.005775589285714285, + "url": null + }, + "libssh2": { + "credit": 0.005775589285714285, + "url": null + }, + "mbedtls": { + "credit": 0.01155117857142857, + "url": null + }, + "nghttp2": { + "credit": 0.005775589285714285, + "url": null + }, + "nss": { + "credit": 0.005775589285714285, + "url": null + }, + "openssl": { + "credit": 0.015806875939849623, + "url": null + }, + "pkgconfig": { + "credit": 0.0802720783505639, + "url": null + }, + "rtmpdump": { + "credit": 0.005775589285714285, + "url": null + }, + "libbsd": { + "credit": 0.01617165, + "url": null + }, + "guile": { + "credit": 0.04328804169642857, + "url": null + }, + "meson": { + "credit": 0.01617165, + "url": null + }, + "bzip2": { + "credit": 0.010031286654135337, + "url": null + }, + "iconv": { + "credit": 0.005775589285714285, + "url": null + }, + "libxml2": { + "credit": 0.005775589285714285, + "url": null + }, + "lz4": { + "credit": 0.005775589285714285, + "url": null + }, + "lzo": { + "credit": 0.005775589285714285, + "url": null + }, + "nettle": { + "credit": 0.005775589285714285, + "url": null + }, + "xz": { + "credit": 0.010031286654135337, + "url": null + }, + "zstd": { + "credit": 0.005775589285714285, + "url": null + }, + "autoconf": { + "credit": 0.013476374999999999, + "url": null + }, + "automake": { + "credit": 0.013476374999999999, + "url": null + }, + "libtool": { + "credit": 0.013476374999999999, + "url": null + }, + "m4": { + "credit": 0.013476374999999999, + "url": null + }, + "re2c": { + "credit": 0.040429124999999996, + "url": null + }, + "py-alabaster": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-babel": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-colorama": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-docutils": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-flit-core": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-imagesize": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-importlib-metadata": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-jinja2": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-packaging": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-pip": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-pygments": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-requests": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-setuptools": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-six": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-snowballstemmer": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-sphinx-rtd-theme": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-sphinxcontrib-applehelp": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-sphinxcontrib-devhelp": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-sphinxcontrib-htmlhelp": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-sphinxcontrib-jsmath": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-sphinxcontrib-qthelp": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-sphinxcontrib-serializinghtml": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-sphinxcontrib-websupport": { + "credit": 0.0032343299999999997, + "url": null + }, + "py-wheel": { + "credit": 0.0032343299999999997, + "url": null + }, + "gdbm": { + "credit": 0.0042556973684210525, + "url": null + }, + "gettext": { + "credit": 0.0042556973684210525, + "url": null + }, + "libffi": { + "credit": 0.0042556973684210525, + "url": null + }, + "libnsl": { + "credit": 0.0042556973684210525, + "url": null + }, + "libxcrypt": { + "credit": 0.0042556973684210525, + "url": null + }, + "readline": { + "credit": 0.0042556973684210525, + "url": null + }, + "sqlite": { + "credit": 0.0042556973684210525, + "url": null + }, + "tcl": { + "credit": 0.0042556973684210525, + "url": null + }, + "tix": { + "credit": 0.0042556973684210525, + "url": null + }, + "tk": { + "credit": 0.0042556973684210525, + "url": null + }, + "uuid": { + "credit": 0.0042556973684210525, + "url": null + } + } +} \ No newline at end of file diff --git a/_repos/github/saopicc/killMS/CMakeLists.txt b/_repos/github/saopicc/killMS/CMakeLists.txt new file mode 100644 index 00000000..21c82537 --- /dev/null +++ b/_repos/github/saopicc/killMS/CMakeLists.txt @@ -0,0 +1,70 @@ +cmake_minimum_required(VERSION 2.8) +project(kmsbackend) + +set(BUILD_SHARED_LIBS ON) #we always want shared libs out of this for python extensions +set(CMAKE_POSITION_INDEPENDENT_CODE ON) + +option(ENABLE_NATIVE_TUNING "Enables support for optimized code generation (-march=native)" ON) +option(ENABLE_FAST_MATH "Enables -fast-math option (breaks IEEE754 callbacks)" ON) +option(ENABLE_PYTHON_2 "Enables support for Python 2.7" ON) +option(ENABLE_PYTHON_3 "Enables support for Python 3.x" ON) + +#As per http://permalink.gmane.org/gmane.comp.programming.tools.cmake.user/15952 + +IF(DEFINED CMAKE_BUILD_TYPE) + IF((CMAKE_BUILD_TYPE STREQUAL "Debug") OR (CMAKE_BUILD_TYPE STREQUAL "Release") OR (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo") OR (CMAKE_BUILD_TYPE STREQUAL "MinSizeRel")) + MESSAGE("-- Build type is defined as '${CMAKE_BUILD_TYPE}'") + ELSE() + SET(CMAKE_BUILD_TYPE "Release") + MESSAGE("-- Invalid option for BUILD TYPE, defaulted to '${CMAKE_BUILD_TYPE}' build") + ENDIF() +ELSE() + SET(CMAKE_BUILD_TYPE "Release") + MESSAGE("-- Build type wasn't defined, defaulted to '${CMAKE_BUILD_TYPE}' build") +ENDIF() +IF(CMAKE_BUILD_TYPE STREQUAL "Debug") + MESSAGE(WARNING "You are compiling the backend in debugging mode... things may be slower than usual. Overriding all optimizations to 'OFF'") + set(ENABLE_FAST_MATH "OFF") + set(ENABLE_NATIVE_TUNING "OFF") +ENDIF() + +list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") +list(APPEND CMAKE_PREFIX_PATH "${CMAKE_SOURCE_DIR}/cmake") +#Ensure __init__.py is added to out-of-source build directory +execute_process(COMMAND touch __init__.py + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + +if (${ENABLE_NATIVE_TUNING}) + set(TUNING_FLAGS "-march=native -mtune=native") + message(WARNING "Instructing gcc to use your native supported instruction set. This will break .so portability and may raise the ILLEGAL_INSTRUCTION signal on incompatible chipsets") +else (${ENABLE_NATIVE_TUNING}) + set(TUNING_FLAGS "") +endif (${ENABLE_NATIVE_TUNING}) +if (${ENABLE_FAST_MATH}) + message("-ffast-math is enabled") + set(FAST_MATH_FLAGS "-ffast-math") +else (${ENABLE_FAST_MATH}) + set(FAST_MATH_FLAGS "") +endif (${ENABLE_FAST_MATH}) + +#Ensure __init__.py is added to out-of-source build directory +execute_process(COMMAND touch __init__.py + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) +install(FILES __init__.py DESTINATION killMS/cbuild) + +#Add more options for debug and release builds +set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fopenmp -std=c++14 -Wall -fmax-errors=1 -ggdb3 -pedantic -W -Wall -Wconversion -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION ${OpenMP_CXX_FLAGS}") +set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -fopenmp -std=c++14 -ggdb3 -fmax-errors=1 -pedantic -W -Wall -Wconversion -DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION ${OpenMP_CXX_FLAGS} ${VECTORIZATION_FLAGS} ${TUNING_FLAGS} ${FAST_MATH_FLAGS}") +set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -fopenmp -ggdb3 -std=c99 -pedantic -W -Wall -fmax-errors=1 -Wconversion ${OpenMP_C_FLAGS}") +set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -ggdb3 -fopenmp -fmax-errors=1 -Wconversion -W -Wall -std=c99 ${OpenMP_C_FLAGS} ${VECTORIZATION_FLAGS} ${TUNING_FLAGS} ${FAST_MATH_FLAGS}") +set(CMAKE_C_FLAGS_RELWITHDEBINFO "${CMAKE_C_FLAGS_RELEASE}") +set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELEASE}") +set(CMAKE_C_FLAGS_MINSIZEREL "${CMAKE_C_FLAGS_RELEASE}") +set(CMAKE_CXX_FLAGS_MINSIZEREL "${CMAKE_CXX_FLAGS_RELEASE}") +message("-- Debug CXXFLAGS are ${CMAKE_CXX_FLAGS_DEBUG}") +message("-- Release CXXFLAGS are ${CMAKE_CXX_FLAGS_RELEASE}") + + +add_subdirectory(Predict) +add_subdirectory(Gridder) +add_subdirectory(Array) \ No newline at end of file diff --git a/_repos/github/saopicc/killMS/README.md b/_repos/github/saopicc/killMS/README.md new file mode 100644 index 00000000..684a0399 --- /dev/null +++ b/_repos/github/saopicc/killMS/README.md @@ -0,0 +1,93 @@ +--- +title: github/saopicc/killMS +layout: repo +tipue_search_active: true +exclude_from_search: true +--- +# Software Credit + +|Manager|Name|Credit| +|-------|----|------| +|spack|[gmake](https://www.gnu.org/software/make/)|0.245| +|spack|pkgconfig|0.08| +|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.068| +|spack|[python](https://www.python.org/)|0.061| +|spack|guile|0.043| +|spack|[cmake](https://www.cmake.org)|0.042| +|spack|re2c|0.04| +|spack|[ninja](https://ninja-build.org/)|0.033| +|spack|[zlib-api](https://zlib.net)|0.017| +|spack|libbsd|0.016| +|spack|meson|0.016| +|spack|openssl|0.016| +|spack|autoconf|0.013| +|spack|automake|0.013| +|spack|libtool|0.013| +|spack|m4|0.013| +|spack|mbedtls|0.012| +|spack|[expat](https://libexpat.github.io/)|0.011| +|spack|bzip2|0.01| +|spack|xz|0.01| +|CMakeLists.txt|github/saopicc/killMS|0.01| +|spack|[gnutls](https://www.gnutls.org)|0.006| +|spack|krb5|0.006| +|spack|libidn2|0.006| +|spack|libssh|0.006| +|spack|libssh2|0.006| +|spack|nghttp2|0.006| +|spack|nss|0.006| +|spack|rtmpdump|0.006| +|spack|iconv|0.006| +|spack|libxml2|0.006| +|spack|lz4|0.006| +|spack|lzo|0.006| +|spack|nettle|0.006| +|spack|zstd|0.006| +|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.005| +|spack|gdbm|0.004| +|spack|gettext|0.004| +|spack|libffi|0.004| +|spack|libnsl|0.004| +|spack|libxcrypt|0.004| +|spack|readline|0.004| +|spack|sqlite|0.004| +|spack|tcl|0.004| +|spack|tix|0.004| +|spack|tk|0.004| +|spack|uuid|0.004| +|spack|py-alabaster|0.003| +|spack|py-babel|0.003| +|spack|py-colorama|0.003| +|spack|py-docutils|0.003| +|spack|py-flit-core|0.003| +|spack|py-imagesize|0.003| +|spack|py-importlib-metadata|0.003| +|spack|py-jinja2|0.003| +|spack|py-packaging|0.003| +|spack|py-pip|0.003| +|spack|py-pygments|0.003| +|spack|py-requests|0.003| +|spack|py-setuptools|0.003| +|spack|py-six|0.003| +|spack|py-snowballstemmer|0.003| +|spack|py-sphinx-rtd-theme|0.003| +|spack|py-sphinxcontrib-applehelp|0.003| +|spack|py-sphinxcontrib-devhelp|0.003| +|spack|py-sphinxcontrib-htmlhelp|0.003| +|spack|py-sphinxcontrib-jsmath|0.003| +|spack|py-sphinxcontrib-qthelp|0.003| +|spack|py-sphinxcontrib-serializinghtml|0.003| +|spack|py-sphinxcontrib-websupport|0.003| +|spack|py-wheel|0.003| +|spack|[curl](https://curl.se/)|0.001| +|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|0.001| +|spack|[libarchive](https://www.libarchive.org)|0.001| +|spack|[libuv](https://libuv.org)|0.001| +|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.001| +|spack|[rhash](https://sourceforge.net/projects/rhash/)|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/saopicc/killMS/badge.png b/_repos/github/saopicc/killMS/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..8b319d9fa9c88ad18f438f23e7dcc9da2bd986e5 GIT binary patch literal 85302 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 Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. + + +- Generated by [CiteLang](https://github.com/vsoch/citelang) diff --git a/_repos/github/suneeshjacob/ACRoD/badge.png b/_repos/github/suneeshjacob/ACRoD/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..e406ed10f515f90b4b8be80f13b034d98809bf3d GIT binary patch literal 61136 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 j%e}g=S19)=fjsLM8Xu1)j1@@j1DB(ni!J$NK 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/wwood/kingfisher-download/badge.png b/_repos/github/wwood/kingfisher-download/badge.png new file mode 100644 index 0000000000000000000000000000000000000000..9e936a3363d45af0270ad8f43a50c9ca6590022a GIT binary patch literal 130452 zcmeGEWmg>Q+64*+LU8v0!GdcbNN{&|Z!Co17TmpY3GVLhPH-m>+}+(BPO;Wrd$0Eo zyknek9!7oW?$K3!*Ik#+IWL0bWyO%-@!;RQd4nV&F0AoqnYeZI zo3qE?@1L8O%pHCwm8dyg^fhJwEXKQ}+#_v63Tk+Hgk_rF_&KnMSUqH@Z#r^R|I22f z>O-~gdh{mI!`PhOzTWz;`T979n7^u7!YFGrpFa@v`QNRk;0HeD66!*9^Bp$d@_}(2Fl%zE2%E{K7~t zb0IU|7aW;EZ5|OWQ-c|LX~VGake18tellDyK1zr%bcyps?%2-9y!ku)(j@xjpfX_UR}&wK z;bX~E0!z)u^X*~qBz3f({eaq?+s)eNegC5G&xhZ3xJX4pSy9{*Bi31)^rmMCsg&qW z)ZRbTTTZ5|VtG67cOsc~2zpW>x1EDpl zb~eSQ{ib%JcDgFTn1)LRe0erhT?oeen@-=_vk-epA{U|tGgN&BkFC3Ro=zXB;e3ob zk1;rWx}+R^T1fvsOXiFFnQ9D13mON*LE+mAHS?|(tOe_h@~w)>N;o+T-7P#N1~h7e z60{aES&(Yn)&$qi#{k32a^`8Pr2>u)TGcOTmpt>+2ui0ON6*`I3-GC0(}MME_MP^{ zU~Ss9eXju#{iiySZl23J{gL^Zg>T=lzORMB2Ad0g1R`YZX*t~Yg+zBwHsJ*dm61A1 zKJ9^@WWtMIm||;lwSAWpzT~{EJL2*VnK{uvNs*!QJNCu-lP?>< zCR3E<;?EeTNj(~oW^j2K+u*T7V!*+X<|~}8O_Tk( z$DB_trMZl*qyB_X5!u+s@N>QvyB1Ay%Xi9Nwy{UoU7i#c4l3TI2B)9t#o-Kx##qRkWwrRARk9=mC3=2L$ z?d?=ZNZFY7ao6UB>fjCANJP;^p{Jd9)_xlzd33+VgM9l|q0WgnboYXGy*Iq@_{r`G z6x=ln@p8GfPjAd}#H`wA7DJPSKQH8Y7b>7$r;oy*-TGEbOY2dan=jzTGDw}t5Vx1) zKzY$s^zs?2)2VmYvOqa6@?KlpD|qIxi0*75K7w8QqnYv0u^||H1Q|;b3vnBMykO(| zV#9-cBQhEI#(!(zf_*IWMR`gz?~?j#rf|pcF!$` zT2VeH58-LVLZ%8Wr5}VWJPA@=2lYhqd6se|X`huFV-u=Rky9I>#ALNQ2j_%PDeIIf zSZSv3APjNVBUZ!=r=#f`Jo?@VcneUeQsu8xTohkvIADaQHD$H&<$4bKUXK(N)1M?7 zHj%_BA=VtQlh5KsbId!RDu0THzN1gNd-%54Z~;ri=lW4&{kA}%5Q?+508UE_|GN)+ zNi8}irk}khp&|oD#1iON2MMPn&PYgGDjwcqy~79YFz*c<{i#C|Tn>8t*Y3DnhOv0b6;Fly$Seg4*r_lh z8B)GISY0S3B>Wv_Nc7XJQvB8DM_TL}GjZ1oH)&KV&CM>TYIHiVxxw24aiN80d)4fw z^@MrCQD9WGN>}9cjuay;CL~m}1+lJMfuqPz9@>YTPVo4SkMEpM zlQ3G+Kn^cQ4QO9S?Bv@w`#FU=smwRKl?o9)gY~G0=hw!df_eXj;OZtc5$@8VuFCA*4oI zX&PtTohu`}yzE(QSax-Khk@bppj162zjZ;iu6j(w)5IexqZ7^}HoCqVQ26bseCs)6 z`mp;P$<@Z-fk3#rTFF4JrJ~k zZ*}lm_L?@dd%&O(BzajZIwStcmCbVszMbf<08gT`Hj|oU-R`dB!U6tXV)>ELr5Po) zV{K&O>}Kv@m&FxQ83amA$=2L%noW&8U?c>83Fy@d`8D=k)^ z-3|MGGw}trpzy_7Z2WYP-OSqNb>qJOsPgF`D=A{UEWQ^v2Q%K|a&0`bjNbNel58Uh z*z=JGhn;1Q8yd;%IaFXNsmSJJuyK=lIJE?qR~14*1Np3I1XwU#GN?>!_S^>6I9gzpb)bonbbs(T)HL;uCDMS=SIA($cV!P;Oy8hHU7!gKZb_&d~_GSeV8tO zmo&*x4pmO@t;N>5a9*@dndPO&P|NsTHM5j3^4)NXzuJ5inUlzD@Rc|%Db-11gTYME z%4B+pjfpy+XG0aHsnO8!#{QNZRMsJ=ze%UjB;DmMij;wHDR7h-c2=`AFiU2msKM>& z8E5GGNnDX^gnqS+!2-eT>^zkMtGlvVEe7er9Vy}0eEspF53`lFKIlH@f^25ej`qQ= zdRxc^3Y87$?Y$z}(6TxWg>+{wJ5-*z*98w!)V>vQ*PBKkJ#!sQkwu(>&Acxwt@1?+ z)Jkibaw(i(ewg?`Y+x6?b={KOWdG3@y}DFkO=fE>WmP~asOeWQ9JW1F2q#e*-K$)_ z8v7hVjI~CKJ+tm_m&so?Y|1W1n;Axha#d+1$QljW_eE6U`4ppwso;+2mS5S86hsWo(DRj2; zGtiIwwp;P`VP2=9!pf#Xh`-8$%cvv3(`ap~j>yQh%6TbRQZHy1wOyjJXb-K08M-pq zLYsvdH=tE)w1}PyO(NahEjHGC*$*@rIH^6p5MKdQ3(w&1KLd3FSO#Jlb5vP6%xIWH zAIxZ+dSH~ak)?OUE-ofZvPhk72spCctc7T+jOY#y&b?P+ll@h@@pz4%`7SK*;)bJF zS&^hDvLw4>4hh98MS(oB?vfGf?wRUaldn)$yzmdc4EG`(b`n#=e3|;iXSX=`n>+UDXdVe(rOxmUf zb%HMr5I`j#poA!_fZQ{RRwY6W(Kbj8zIAO=Uo&cX!S z;V8-PY=bHu`)mpMpk5|xX*Y4>w1kzX9irDqZ87TdQslQ)qVR3x$&gP_tHOQ0XI7%P zAJUwOo_bY9TG6963V;If#Hdp$L(a2-HZ-?gV z`P_;KO}8ZnzXrwhNE6QHVS{9FpYRdN!8s2MWnU`vlREaP1e@gnkI{Ul)bUZ9k9DDP}fkNt*I+|P+<`0>6 zvV*t`O>ixZRKR5a&yR2YmX>RE1@BBCRfSU<*!tsIFy|Ukb*DsrJ`{2$Rbb-0v+-^C z@kB_-?E=q{LY^xhi(CNeXz^EDL=z@ENd1WR8C^@$E;aI6WH@L`4Wuk`8jKL_*ZZ0G z2PGmI%W^2wlJ$KjegAO)tkZ}iE4PnY?_Ab{A8Mx^A(zxZh|o(b zE|f`m+)d6*mBxD|z)ivwHA%|%HaSR~>1qw@MTH}WTu_JW%g1S*4PiKD4-T7lgKc7? zkv|hS&Iz~?L(0;-dlBaO2hOvA>uYu+Pr$_AY6Q3Ep8ihbD77^iGhCaZ+vxS^o=5N{ zP=%K{#j_j#Xzy$i}kUONL|}i7&T>%RoDO50qWhx*Co2xK>AITCJoER%V|J&58$KwT%1~|&maLTteZzBe+HzI< zqRR$8od~W(DTmzzumx(}#gPy(S_D%ksPZ}?VvmY-lwzzk;xaOqcjes(?QRzWuxg}1 zIo1cqAB~J=s#Uvfb+S|)CrdSH667i`hwjck*J_a-mcZHM-PFtcCXnJQ(J}j9K&Jl* z#kSr>3m07THisE{t|w}V03H+^3MK}SP&CZB02go&mbBYOcd%B8p6u-0T*1WUItJ}@ z_)7k@*q`n*l>!<&AGK!&1-wmbneuC-$--x@(XxGOx$9w*$%wSuPlH`rZp+>0n2fS? zTie8{pEyp9Bu*v2(K)L#rY+*YVRZYehscCD{E~VkF-q3mw_5RpY-@XlMTA#eupsRg z!e}|y!yYFq`|!4zO@$=38^cKu1n#UY%+^-BqvgFF~HVSCSoT19kBkMOsch(`+7-n&|4ujWq+cPD1 z{hR=T@^x(ydPN(~k=1U1$m#5y{#l!CI+90r0WWR|I|zRLKo?(Gw3LQC_6?5N0eE0Yert!6#wP&S zt*5AyiWd3ny)pi4vs$&Q3Qy+@wZ_1Hn2`eCb64-0vY;idmFpC|gCU4_PsD~g%B zoArVv_r)(?GLStLPZhrkLjiz0IHR8p6XFbC>#0uw$R!|)gN4~yQk8Sz!4LehYGzR= zbZ{UOA*gBsNhK6dD1tBfQ|32QX9RVOAp z4X6)zY}4RnC~WM*N`>byC0@u&#+ZUG-ecxGI&48uQMQQ5X=Qfi4tO_Jte*z^i`9v5 z{qm29NUt(yFH{13xEv2A2+*q2FL&V&eiLa^q~1DGMBUEc>dy2*ZDW2*uzPK4f`|u& ztJO!X&fMrxlK|u_0bnu}@GE3mt%{fMphDU#yUs&ar_(W+R%@10Edi!zUo)H=MpZO4 zX?G`?#{Rd;5vy3m73!uv@HC7l?`(|}>`2FHSY8B2H0k4J=cMWiV5+-^V||UPKx7?$ zmtu-sQvIwGq;1XTqy~rAnQ(AH>=p#m(q&i*49^|CZIemgrK71pV9d7jtUBu{hedlE zC6cP{qb#$7`2Z@oKY3{!=#@NX14J}Ai93D2C6z;RH5_Qkpe>Kh-+ywshmTe6nmt+8 zCIF2nGBVJwL+U*$=BepPK3X=e0PW^fctis+_|$UTy=BcvxEEV92Kr8WdMmoNIp!he zu&&=xPOv2iKj=2-;3%SoJn;L>i?jL%<=FUW^Y;@OhC@jKp`O#QAQQRYR>_kaetO}%s)0=l5=;z~~csCTz$T$j0R9eVyV}zWoVZ_IL|9Zy+D^B$ZO-}P1{e7(iv83DfR!_A5D-l441~4-703&m2 z2?s9!noIE%MJEBdwLnQZPj0q6n^>&U4Y^U_uyRB^TM0`tX4b9EdSeJ(Bd`sCWBpS) zjp5>7T8%zKi}v%(!oo%JPm%+X&VDEE<412Q0e-hzGL_1ljO*)bmFF4zqBup~qV@S- z=Z2_}WFOXPJ`RYJX=UFE#M7l9@XSvke7kyL`feQq@IKS%8LPE%xCcM~#p4Lm0IX1y zY16F6zez4LpfS>v3cZr}7ZF5?1vra1tIpx!jV!<5_osO~pZ#z0k&k@+s7kf2$xYxr z%(v_(yohnuo%2i*w(xLhc_dbmY!)tpXU;TfMNuoCm)oe1%;88jb3lU_KVZJyVmmFp1 zV8`uZPl!5HCj6P7XX`2=!uwfK#`>iF+a=D7%seIMy_IS{B-vBx^@)zw3=_-yGF`JrmZx~ z=W=}mh(oYCut8`;KTD&$yuH5ma@w8c4Z`PR-7U0ZwM6?gN)^us1m==&y6pS!bPz35 z13;72vU7p2XtX$g^n3Bp1uLC4p3u^VBH`t86PV(Fe6NLCLFPnG-Dyljq}{p~ zsyu*UI6Zqzlj-vn8K1|Ud{MVmBor6IOQm|VR8E3UFYiNroSBO^A$qs=LT2_|(E8B*K+hWGnkHBQgEc787FOf? zA85wK0&1w0&jX;&46=n@3WGDhO1j=GV{laG_KgvaV9}zrL?aqbZ9hfAzCquX77jJ3 zoUE&lC^vA~+IDA+V7}hH9*^xcPZC6NDxH7H!0=_tG7om?w&y_m2 z2E&F0*?1c5818q5(I_R6xqe@%!NZ%PfkEq!jxkg($1ZC6x)*)hY-7+jS$m9AJ{Pny zb1ZtO&ZJz|Ma!N#)h_kI$?`%82R>_xZ;Wme7Zphi1UR5~Qh!LEBK=rQ6v+gNMRgS= zPI%p*UoqbnxK@- z0Aefk>M0`ALxPax-QFrsP_y1-VLM+mk^Ru*~MHzJNB9Z-PJcA>_U?b&y*lbGAu5Qv!F(=fT*1l=_`=k!22& zf3yJd^+(o!(^xr*d(m6-K|-7b!{7EM$kecVhS z#9+@HizWBx=^B6+Cq#b;?8iv>TnYG9r@lyO6VE`ms7Febf{mkdK$O;hfQY0lbF=7CrG`Y(9=o%b-w;)8Y*;z)xh$W@G(? z&`HX0>*7uLQsav*YoHTrtr-n{*FASIYqJW4Eq$1+4Wby;DOR+R!qeQy0*Vri2*nw^ z4l|RH?(i)?0Dvs2uuj#SR=&_FojaCy|_hED@AH_-^3Z|RgD3=P-8jx z>E!`LyL*jF3OIF&Id~xyXw3!+F)S^LgVP7OWfvDW?6gkoN8G_bcgkoFsxb$w zjf{=+6$^sDb2htr-#-K#iCG_Bs`%<*9i*t2eI>{}xcn7u@-_xFjol%t z>BEpQqGB8)bu8XZ*RL{}C<>KmJ@?4pUtKl*5@JT0!)Xu>4l8+LR;iWf%BxN#qJDHE zj~~T?u{)a0@A-YPcyxOl0Dw233K1Vi%0g;z1+wuoeo3dnIMzX`I!&_Uhd?E+ox*Q5 z%JZa702SvWuz_Q!+^#ycGdt zFnecJ48l+$MUddI97xwvl#+7UUiY`9jyeA`TecE|YLZGnh0j;;VViy>p!Oo*{k9+o zHkZe_BUZ4(?7H|DUo^iTP-ujGiZKU6`CyD~bTzwmfyhbCR2eeqG7My@(YKK$9%m3{vW4=rWZ3= z=kOfdui*`0YTz7B9#EEIz}z)9N%s%&^qV?he9E}YG}!KJt#51jrm2;lU6^E2Dg5pf zyrHFds^b7mJ#X)H@nh@wZ0r8)`_w58xl`B!DlV>{e{mh{8oe=i+5Pn1z=Ci^X{uPW zte|5?v95oma`i&N*xY`taGetiu| z;I#1RU}h~(;BUc_E&~;8go}*hkr-H%-vs!&c8|j~!G*re&1*>m| zgcxiz)ApQmHzrT4=e)I~fhIlUiFK5?&w*3EqiObD$A^OcYjAMRa7|}gK{&l zh&aaD?KV(-98aRE2aTNp>JhxRS3{#XxG7Z?~|dp z&cU)!1GcX0||57RN z2XF`J&Fun5Y+V)l9k4l)QBVN*Eu3g@7n8t*-NLBbF4pSMHKl5i6eD4?wy#6L<1TXd z+kuD^L4!F@mA3`xCq)B2lmK35M$bpBB&zsjw*3AZ-g@E0FB7T+O4@n$;_#1@44Eeh z?-Dp$>|g<4Zj?d0xwt#XW6AvlpxpI1q;yx%;O&b18c%Gf{1FIt`~S;&={k@fQw}#pzR3s8i#t~EKwVtqsRf*f393{ zzj!cB55F&3^wGRY`+i#%?CJ~tp`nyH_0z$VCgH6Go?6fK6J>?Lga=T}EL#)3rk2k@ zYO#MUIW~Ic$ug3?Sbfxxe>QSEhbt(>3km0_*UqyRhik@4`8A}Qr-sa;D`@0uD}<(0 z5!`5N>l>RD%MO~Y4>Y84OUIY46xW#_sL=X~l`&ec&N@G`<+KJKuuM5$Ps{xj7(Dn9xiP`{PBTV=}HOe`*{wWzL{b6BJ<_z(;jTXF)KYp zg@S_mH9ijU#L22$Mv^CjOazaiQC(XcBYc94q>Oc!M#SYV0_Q*-w;zP%+Hcif3?|uA zB=1Rpu$USREvbYLYZIo5vN1#B8a)E(jrVDtv{VzqMgHOg9(*Gn&=t37L6U|Fr%0NN z>0?6wFewp?*`tq>-8*P~7As))>|xtdCBb&Ver-g-MZh`P`@^={WT*ph0PhC!e?YHC zt_&W?WaY@fVV9L&`k1|ngdgh%`@qP&1s$UuC(8q{d96gPm{2L%I+Y2$mc*fMT?0r?*DtaEqDh&U{JfpA#^mSM2~35g(j1k zJ>RNYal8QVHHCg_BOo<;TX5BGHU)WV7Rrww}rGM}0YslL#U-6cn-QFm9CMX`Azo_pOcL#`RNQLi3{>UBWC^ z_vElf9To~9Z_gxJ>e}@qmgaSW*A;>&vC4UO$9{N969Gqcj!;(;U!bc?i1JYm2vK?g zRB1!xr>!v|c1b_?YT1r} zwcKze!aDduwP8b`S(m!XbzX06$k*Nxn`^V6+Zb>ZF6>pF9&R-0NI)%aA>&V) z*?MVo9b2i>71$>OCtF zAovoVIu{X2U2YyN!{xE?ubK_+Y4F_X1r%76O(@A>?Xn=zd1VQv8e=<5#u%wuyX`;p zmxN3>peJc6p zyK*rB-ZWKlkp&=R2~j=qiijX$&XMt!=;9<5Xqj!=k)20fTdp@0BH*&adPSN6eolTT zUa{cpKrbZ4Xf#kpGdR9{g~Tk6CE-&+YgH%qb1nuaz+lEEUvJD#YdGC*a)`?5!riD@ zp?wT^OM!F*Hc$Lh(59v7I6v>X{fuW9Zy{1e2FFyOr4&P-c4Fp^HOBy$f+rxHzTxxx zt@ZO)J#hsf7I1sq3od9(o$!Ub{8wn?M%IkiH2V_}QQVyU69*ow=mz3E2o%$Y$ zE4;U$tyI3)7OtO1Hmy0lN9jHhtA&WWWh|=?>QIvv&BlN$bLO-WHIu}r9;nR#-HwKa zqR20#^cKYDX9!%NMF0%e>;6d0;3_5a^!iK$C|)Xowg+=GUIuOx;CH*S20D6n)4Gf+ zH-5nZE&?MU@ToUFQ{`7RMCe|>!I z;WJs<#rXj!pk7O`sqMGcP8W!*I9T{sJ;$s+Bk6415OM2KB`_%Y+hxOk{7zjgb_y%| zK9|AFSz7|9p;oJj)X~TjGD)Dhu3dY_Z=Y^Uj-Yqma^-Zl-C9*7r6sc;qc-ekRg3LA zRwtnX$el%75&Q8tD?H$}3HhoUjzeeKv>8d$u$QgQLb_dnrwUO1H|=Yq&C$QuKfa<7 z!vqsDK_Aarv1s#Q#i{k-mSwmiXh>+M1*y|{UAsm{W$$+Dc6lL;9Y)kVam)@+C8R11 zx1g$hZcbNlZ1y{4gt$oAdJL$1>Sw@>lKe088C9mm%16iQp9&)c+`tu5@e~}vID>%G| zatp6g4Ix*(;Ho2YdU|{tSuUuh%~6ASJ$|UHbx{AIHx?fy<~uV($jqVgv|8oYWk(xd zSiMSv7v)cZnMvwg$v@uv{#@9>dsZ!9f<-)DM)W`bHbw6wvODsAMyU1-&@&7|GE6&3 zakDPZ%NQ-<W2X$TfuVPzC^#xD6nJZHxW}Rfr^$?J`z7b%dI`$zQ=RK3$t^@ z?(FRqt)+)l^{XsFlR60Zxk-M4Iuj*3)j`l;6kn$x;ly;8_x9 z*`Lf0m@aSubhyvR)f{c;hcOCu7#Wn(pag<1mS_&;Y2Q^(Etl-L)wxJVyAAT;mYI9b zX%whLO7a1+kBQ(C9mgMm z4_cU6tk_nSzdZtIL&&W6sj|Boz|T9HXnY)J_JhRZzIfj^w`j8z>JY{bV)k~bEZ6|x z2sq8{rUPg`aynDacw$$lK0Denq7^3NM2G_F0_6w&R(0(*8zNuIN6Q4pjZwUM@~fQk zs<)X~8XM;ZB+{WXQmM7GPmkhb(;>#GySqlD6qmFB?!R+vCEq;q$vhGkiaI*u zVJs04^QX_7){CCDc|1T^+)FF+wp6h$yYJH3qYk93rhamz2lUuXC29y@d&l!fB$`2Q zb(|}8rx|mO0=GD>x`ND-26wUFYGp_Oge^9~V8~=A?TD2m(;Z3Bs|jegG?0Oct#6<2 znl>}vBG&A2i+J*iiy?uxsF?H9RNcu}a}8!u4KYW;FaGEvw#7m^>!0bK^Vg*w`j6gu z95F#u_g%@u?9`CDmrS`NxIm!M)`2&H$qxOOdur<+V9W7NE{|!`?%=(g?rIZt=8bq{ zDefLgGi~8hwn80&MkaA6c(gTxC+veqe>2Be1m702OQ4s9yCqk82&^~_aA16WEXHf3 zWpFwkrKKQszdIfrH9+)BUr2e3!@L4i;0iFun<8>vJ(wi1N3v(ZFGp4Y)+~;&?dQqQpK)G_mA>VR zp9gJ7CFphwl({y?O}1u$rnwEhSW!51z`GGZzXeNTY`r9pKL9F%8WY7SYrV0C4p#=t zNYrnHX+*K_oUCv1s3ISvF5v*_&RI5=zILWEiBW6a*R|U2iRtT*_F~md-X+bM*XB9q zoo?rksZve6^Qu1<{nAeE=c2(ma8sGpmO{pvMo)v0@sx(~0f1pkoCfr2WT}CRhl}e^ zVtaJAX`Q2?NESb8r*Zcc6b?=4b0y9=0D||f7{%B9=7|4fSIl;zRz`uI>H`p!#QU%C zp^M!h8Zg_HK!Td|o6%bXd-|);>nxjsHz1x-P7n$A2EHf_M2yUjRTLATgbEGd1E56z z{2D~&{3^JB@9G8ub7}wzrlA3Z7ja@{AU1~~R(JD8|BGt$d!0~e7(WyI7t`q7&ku~x zF%P3Zi2rMR4%HI4^qOcN!v7Ed_!i(F`#(t?e*D*T9Df5~HUan_7|H%M3VD$KmC8unfNg&P%$x~@bQzWxCN2J{t6AN z?Lee>(Ea`9L=KV<7sAl{VSEOq?b#cQ|B=(2+QqXX_Sf2LT>DiIfK3la>KC$Pr$Xqk z(F!js!3Q{~V69^-o2@x~ZD8~YWyK}KvJCON0@VS^K!7jBUqR}Y4G2%|NXEelX}^aT2n|9xuR>#6is%VAJi zWDthz{%S<6HgiWXTYxPJ^u_G#XsEbjZ}+ zzmnavX*e6l;V7dO!Ttq(a?*O1K#jce6L7sw5aa1clCautoau$Vts&t$xnU$#>W)6 z|D=dpn%DbRqspc~#b2}Efahdr*b%w53e2m+RX$7`(s8&RB!_;HT6cQEX_P?iV`>UM zw_d&?XJ~3uu5=xVMWUze=omdtzKmf1dmjJR=2czw#cm|(nIB4ccko5F#m$Q^UEA*< z-w`*tp6w4O`5(D!)_=4B0vEL~?KDBxd|UiyKL*fHalv+FjBDrHZ-HHSyTeYn|4IA1 zk@8k&|4(kTC#Uv(#7di2E4n><{S_y>Q8Y1q$o0BY>R&iq+U0sH)yb#lFO-9Vdt@48 zpIzS#e{oQ`JMt)1q%efXiV}b-vq=OMLqVVLVwfVX^xl0g9{Wc3pK1a%>b1OxrdS~L ze(~}m3ydUdm*Z{gNta_-n=FPoMS({g$8g2xqGKF~F0pWcYle45uF^LltO0M%d9r%H4S#gd#?qvFJTV&3S15!(ornOs) z&+b{y45%|72WE(5$Fn;o`cRysDTV8D&MLQxK12HC#BWRW8E`0Yn3-xiw?~lofnJxv zAM+|NCeMrV1;_}Nmqq-Obc2PTQVoxztljb$!Vy85g%_Cy!6^+7Ywx0az##(h&%a>! zF0iM92kbJG;;L}nSGmi$-7Tjb6 z(82tWNn@?&(^#}Aas?FzdE|wL1e3BqiMFDR`f435XD@dNj$PY?k0$TX7M9V9b%u$g z?P_ZKs?bZ%R&!wjj##bW;<`+;X>k;?R0UIvq;X*gmpvrkoV47bE|x$&>|Mf%Qy0KJMX~RXzbP=`H5&s7;@?BKQW_;|CIUrA45Fu0)F9niS_HuQw@qG z^Wg9dT`J|JmnXurD)zl&jaHp4RV*38XsZYKR|dbmp2f+;K~ZpaD$h3@lVAp8)#R{g zV*94AckhjUeiNy#4P4u>;)N6b!KL+88W#tM!CXNLYvuDA$6_sNBZ<^u&TT0_ z&!h7ax$=#Vr|%a~=i|rsu>KWP{1vrFZ~>=9ECs4%k4{N6K&v>hPUgekFnV5 zOX>N^($O;NTLnsJ_;qr4Qfq2!D*d35q`y)`TCtGv8nwS7rRYl4-P!fe`rt|H`*DOt z&kyIsDJBc7c6nk4q;s8iQlP)uIKXO1fDmY_0HB$|{Oh|e_s)h-*>+zZAF&}jNq*Fp zam|W$MJ`T7Qp=*xcB%&LEXkGob5@yB+hxn-DdJY`gw7>2Ik2(eDl~qIOKbF}JZV+d z8aKCy;!w~QLJvl;EEgO}p$J?dY&(OED^*dm4}%fj-?CQFjTxsf6h)^ zv-o=}vhaXDu7E9@;J2e3KV3um(^JLPfXJakGjw}K1&Y_+2W7!PbxC0ynHWOP_7$}A_Ko_dBhMA3$=wS=UE!P3uE4#0GJ80d@iBb6|xM4Y$BOMe=EfEZe1*L``@ zjTMzl0T-Mn5g;A3u@010(%fzX2Ie3equIqObaM-fE9BIxze^SIU!=e^4+Ap#tteEt zLI>X`ej|~EW0!a7kb)=&Sj(2Na&aHR{$PooAmE>kuTV~Yb1^FSN=N@DJi!{MvNDVn zRLHd*pLM&i_1G({-pZzlfpRr_6J0W+ilg^OfoIIuD{inWP@c$$?Y~blsz@FKm z!%{-fchB0~xT@cr(t+-r0;FIgIup#e&TcpG-Ekn))ob2CJ|2$UMHqf7 zf3Mv}%%A*MC0)uxaQJXH%&T2XAECnXNdU>g$hwW}|N}aX_Z?d*(#M!ur~( z^u#1Toc_8XU!U#cNAH^jw88OoYot!T8{_Vh+iiZr)Lsq<&5-95f>$0)!ox4; zmRFsZ4qDHW-zO7~CuW-lwFJ65rulJT4ops$=&8mQjvTedOY%pN=xY-=69>@^Hw%eB zu1v|$`pvP?{wF)}s{>K4i?sW<#4kz6wC6PSgC^(?6ZVR6(``8H8go8v`znf?f=4Xx zR`1W~nfoNNI-{Lo?ms%Ph}}Znulb%BJKehX`ZSB3P2Xhqh;9hmbyuNVSRW5a0VX;_>M`ZEhTS_zvN`SI(EB80A;@ z6q~SnP>Vd9A^fI9T0d%<`9oM>hhRh^XtGjWcB{?$dVsGCh3(CK%t*c>GLA$ll!v!B z$)jI${BZWM5iNzmU;I8$SpfD0zijQZVML}Uy;^vqH0<)}tsL)Db*q&XK9b!9!yBK& z@$1V$Yx0;1eypc(S%&l=q@9Ndi5qOlRbDI|hK|U8^z-xuITjmnI-(u>L&}w;jPMOu{FL67K2# z(Yv(BP|$=-n;A4x$FV)aK^{La`LO>|4EQ*u*p_hb9R|*nd-#NNh-xxYufq@!f=%sA zc8#wW+MmNw#nUhs;dcbO=LLoFqUNpt3svFWm5KE5r*?K*s7RN7)2FfJlk44#L{q0` zr8@(?r#!#EyO{hJT}%?6!wrGpy;7T@L#|`48Bq_N`<0p6^{CG8p{mR?KW8)MA2%Pk z$NosctsR$MZ*SJ?0A5acfDlHa|D7`WuMR92!yCxOmr*NU8S=l;C{ipY+cEsd0?t@+ z2$@pJP}D)rZ-JFS5YCktE`gDoK^N*^`#SA(!`%LiRhLIfi#eDH`yec86YrL_I|;|D zgIm#Rxo#$W9PX-F(T_5{wO;-Zer8zh9Y}7fWohOUCG8k(j!D7!FN+d^$N*!nl|!-{ z1{B4!r*9HWhVUcS#bNTOjipkBM|O-GI&GuX`1MY&KwstKg8@p#;k?f#kMYR6afVaE z?9|Tgy?kGymfv??|cvm4K9GdETC5Jl6KWzQqc6>)cs`a|u13?eyp(MJ6 zGcS^JliYwdLroc|pRQL&Wxe|u~!n#-HfPn3rUbr3{lrFA5c_|7<^cWr;e-F z8jjLv%s!FMguvJSmi%Si^QPcgrw$;G5mL^U&fsesU8W44RV^U66ivgvTZLb<%h*T3 z$DFmE1rK#YsQm@B=C2*8TNmK#lf#a&g9##XorCwC8GCs`J4EJh`v7itgq@NXy?S^0 zR4!7oy50;81{x>P>3;0XsS|c}p1k1t16n*nC~tS`Y24ChA+9wO zaEhiu4K7U};OeOUk_nox?}7c_qO*N+0xX$fK(}3-PWp=@!ulgPW`i5Y^c0mEsj93p z^u_D?mP$9JY#T3f?mIz2T|<3iUpC(j(%J&FodQExmzF1_X=Dz#7|QPO+iYA8%|dOEU+dO#u0AvVG*f9@Um7c~BN zMV>j7rTW@lT%=g$5BXxftz3q4jf(X$11 zIM}4U@${RC(ZWYFdfk9rY(Z=J*6K;v$jA$KH|7~j%HY@vJetvN{GNMZ)+dz+( zeY)TEk8lRn(F6=n6*6Hy3CKrCh%zLzM4HEmQTNAFOn(Ddi@qs-3pzJ`oy13~6k=}Q zZ!WM;%4Et)gnT})svI0rtaQ@^-g3RkjX)9WZ18_Y3=u@zqfaDeQB(``T;M$Yy8~#h zkFUL3wDV=f_w70?cP}{5tAPRHDj&Y+5doZz>btoCGu2q;;lpHXy~)Y}+$2djZ7>uC zPKUrbuBU6EaNuwNZ52#v6?>7l*yAU0-{ z!l&gR;&THU5g2rev9qAGk&%6*ag5UK0p-pPt)zaD8GyWH>phad(~(Saf`Aa-Czhww z7X<)?M3cVD;KE7I4t$zyo^C6D&3|m;0Tc?MVK~(h%HU*1!7(xL??2u!Q~9+)y97s_ z>`#hHAoBzX_h!pe=xXcoO@AtD-dmP3Fq9hq>fO~13zeKnUSt)iuc9EjBEghpif|$ za56$M9(lerVsdPt;dq_kdF60qjNG^Wp87(zNFI9>uHDK)RbXQRmJ+;uH#8ZJy+%;Z z5Pa((kH!k&>!7KQY4C4)B?3|Tj1bgsY#>f@mx$MWd}*FsH~Zhy>6C{ggY2>Y7**Zq zdc$4z>TEQJ+MtLl{Cf590rTmzEmm7zD9LVs5jR*1I4S6#PYG4#8Ib70OWDFbj00A; z?cS^*Y4Fi4j=yL3Lp!h-7mK7ip09V?3{_q3A|zp&B^f+~zVfN?B8(0LNpT;yYYiYk zKd6Fc2?5c-%XsR%rZt$`FbSrQ7Co@Inb2+RM=)gdw-N>NEZvb7X8KTeorM;>?IFjS zd-V#1e?>nqL6JNbK)3j~4gB&#y&91)00$39`KAvtr=Vq^$9mHPXBw3QZ#UZ*1hpRb zt`9hDLZ)0#SC}mCiN&U;*x%2Ii}M9J^l(cV;0`yr2)7EsF&f>80z90G*Ze5W-Yzsr zWx?__)1g`%>aO9NM_v>Nm8PdN_G}!b=KFXRGYwT=wqS^f{OkO4KD6)hy4Lm%p&Z{O zPi9r`>M5nd=0{Wu8<3=Awf<=R$DlaCrC*pbUITuvSkcB&(*RyZOv*%E7vGPeWcA%we@cO}JubPt2Mnr5DkY z#h^|?*M@oRpVhyZ;uO4}Nn{t!C%c8FFmUf$6BD{@1yd3Z?;G$Acsy+9nKG~X6_bH9 z3(MYHl@(WWyLwimsCm~Kt}dl&Bv+bBioc9LZa+?5A@lG0MgrTHn7xQ%g8fzQ{+#B# zll^-SY49cr7s&+kiHm{@0IjQ$19FTux^9`gG^4tVBnN`jZ`v@BIug54X$oT2RB0`I z+si`(d6P|{KRPO7=!^DqW5Mqurl03n&{@VBB)7x8p_PHt$VVpR!lQ5l$g}H0t)kwy zi)nZCUaPxU+2u40?ViDJllEmN&$}hTe>oqvLcT^_%mu;L{;k%oBV7^ z*Dicq?1W$WpQjxj2t=a7&0o%vsnA@0-v^Ulk}lUDI?7BfOu{Hiv$hZVznQ$$pK;yo zlg)7b7AjPYVSXGW5+Q?-p=Y43fjeVpR3eP}{cyU%T9Vj6bN}a}@2I)BH#^eSsm?^T zX_{-_7qR{V4@SuVMJRgG027hVpsb}mQ5JZEVGCf(4Sgk7SJ>7|B1IT5%XsS1YCyt~ zJ@~}=q4~YMXsoiL|4*Ji>&l|^Ul*F@h-t`)9cd~j=RQ13QPmm{j^>JJ%cdseX`Ge+ zIgO72pGK`<(pw>dT1A_3)3=pSIR#D}mZGI@jJNvRutGh!F;6BL@`Neryse)PTt!bUYp+H)zXO{NTF-@o?SY4G z=J=~V!h?h8oZ#G+6ba}AKHf1p7rCEC9#tA2FPV2nKZ3yHD~9@?VBZ#5mXb#P4iW$h zRz@)eLRU)+D&s|#9zkr=y{1|nz5SoAq00`7j~j9_>QM4|CfI-N@&B%g!99YK9A>_% z&e`I_Z|1XyIO!6VqQdKf^8Le003!6!f-2e^6HDD%Y;@c~ZS=e~*br6f?e-S7{L)LrB=d!tdhZDqL2i;g@YIu^pXR+$>fyS%L zxYKzc16TqWOP*WPXa@!J)T@446}*J{o2NFIdy}-}2Cs81_v`S}c7;L}t!7DP1O8E2 zDf61NdiALyKpTA8`;7SU@g%D9r4d8A9#l*5o5NuBJm1RyT2J9WKM&erzq6(R)aq4R zjMYPN@9ZQic%rWs#Af`9knYoE9AmYnm6yeFAqf+mcZ(pVcr9A7lXT3%`eaIDqfwbS z%`V`{{UG^^+tXoSW0j4toy;nYHFEzDN^_c9M(bBh3X%__t*SuZHD|<`4!s${>WxPLJuoHbN?Z;@FKv^l*rWUD zx(qHyJ$z?=(oXp_xQ)eFQ4|L&ArHVaVs&o#T>z3s~_+8bB zYKk#*WTDxzfz#F6*A!9V(O*SrW<15;4>N0V1s**O6GlPzMhqQH;v%JJdd64arSKEW z9L@5;1i~z5dL}?zt|vqU^YNE+^sVkwox5c#>Wh{Z$xfDsflgxI9gKXJ^TPZZ*FCc$ ztE;}*e8=m31WH@Mz+R5dFYHsW!os(r!nWlP?G(JTLL;A>NP}|ErvIfUBr%}s6rYZG za|%QM)vFf~)f2AMcl9{?joMW%gA2f8Xt*HcSQi!XIK9)?cLBE0TGa>4UcDg>noY{EPluqiom%ZN}c7Z{2ZPFmmPH@;>OhrT^B*Bi$p9M&jMNKJXyEPMYgZ42R#Zv8OrW+u3r167Y1VBm z$tzW~Js=;u-~3MXAXSqkFgxhzWG*_~g-VS<(7i6$Yy0($BWfSkW61AC3nOs6q6Ygz z1NCY#(df{Sk&uq;0@n7vvA&|fnqj&b1!TB52cC{)ak>j6HD7pLtgm{M<|@fZ!4}#L zbqmj<2>opq$~=f2#0&V-1j(h?z0*+L>b}@k8H7BEMrwZ!@&OxRVuDUjcY7$#+Ri7& zfP)KA9%u|oaF49({KnNh_yn*>o-g<{-8X~UydFkOpBHx~5ah(ah0b?d5l=eYcVV;` zrB_~563s6szWMi$Dcv7U=cQm(5V{_~W0Ae(iKYBr{*oaS6F3$q97w1?7gUYE23|5C z+d4qdcmY<|rykn;r{ydGa;8A z;vCUGAJiD%j7NPicmV+;{qR6tiPe^0#Gkku$q;Ie1YEOQCyL<@1>v3Ch%5NOt8{${ zVOWT|$fK5mn4s|&H}P|-yT{VNuj9pDUVNglODPHRFJ1dd$F}{J4oqR{;0J>GJ4;p-z6T8IR|#V!jQ7`hB4{> z5*=IO3Nw=M(6;uQSxb)qW-N*J`S=1JUVB3Yz;YpukJ7h{u2+mbeb!v*EGsYHA*&s? zOFbHU6Cdf%by@9PZBN#8SC4E7{(ToF@bnoRFNiWu&|o(@t}UuuN{o%{eY0o$Z1^@q zon3WZg?9CAqq~$lD~t!NA53WI$xH)IG`B5n0G!T{ndk(ex_VrG4wIRrh`i}^AFDal z0km0s3&Zmp?%P5k^^G2hNzAUUB{48_PCHJdV^#-zhgWnj(1fKtnU`a#6T_^b>hKBa zo(4z>@=l^}q!Jz{D~2YA11O6>j*M5iNydMZkY~Q{X zoPIlFEsZ|4;EViS?TqPWNw$47g8t?fj2^N_c|LI_16sg}Nkv7qPkqvW>3ORJ1$R;a zhcX&o)ZQce&7*(6f3rCpUlR3K0QkbUKMsP*`Yd+#HWiClG9qc-dn$xCorf0h@C#wO z-Id1an39Ue7Q5gUb}Cq9mj2-?P}B!Zc^rkUN1BG)YeABme)Oh79HjHrIJ)SvC9^QR z1_s41jQ5A~i%9zrBs$*LXN%)rJ{9fEQ%%gik0&_Bvvni=%Ic{54OikKG9v0jw6y*i zdjGtsVjq$rhy(nesbyz8xWAa4j-VwgKx}Q8eyp>`CTWf$hmt%%b#xx$;Uonv;bcM}QlOKfWF2ma|sj{YP zRGRy$k-Lb z2G}uzS>az4g@Tn_eznrCSDYOpu^TbHkqOCkWWgCE;V*7CkA{)Z4BP~5t4f+t)U7!l-|q!}rSvAzQezMvEY5R? z_^pVy;C+AwAGp8f_()D3q*+%LIEVm%C=$1#3y_Q z&Vulm0yf8pen-Di5KH?hP_II_9r47+fNiXmT1%@blpDglpVBthOc2X#!Va_!-hQVv zDD`BMO)@)heYo6(Ui>;%>Bb!YRL3tO`JtrUpzAokJ@aoK!4X^Pw;b(qfAqei3HgFl zy=H*;rb3;GTLlzT=-0eV3mT!W{D>D0uFC|>p|jUao1pFsWX1Hi_fKx(+4Be1fxlku zKd>0x&)thkBuxO2Yw@X{$ZvKqEF`1KL&gbK;`=8D;~o%FS~bjMiQrwjINlK!Nw#aQ zmXk&R*X8`)m2yn=jT$MZ;~ZxHE8hXfAzxrU$`^g+X&jYb zg4RyikcI6{3wQqI;q#%l+cgFybrGgRk+PVgS^X2BU>O%hKN7 z_^)h-}O`NHajSyr5Ib$HSAjG&I>TfZxs5{A!>AI=@8*ao_N)Mnd@dUlLAx|>j* z#wb|-ji@tG|F7+hH|u-vb4yQzNJyQhv=pK4)z^+U9uz;ur$SJgnQG)@(7OF3cq-OX zrc3^W0xat1?LY{lYFi%H^CE@OI3=O`wVUq%xQ&oTTGd;>&q5sNUPyBZ!|b+ntl$}t z6Ew9P*xy`C-GTuxGAv37h2i7pIz2ljCcEQnNZu4wbP?o7<961EUr0FH_Xb(PJKwA4 zM1Jrl+Z{Fg0`JExP`(%C2>OQ_n82;sLFqOt=NB3C!Y0SO5I<_3hS7c3rcyFU`kxGD zr(Ek0ROh%PqbG)b>m4~-6~RopS$o{DVP0(PM&UnlFyVqoytx6;nn0S9K4`NZ(XfAZ zi|_i5tBoUN+(8_mPLNP>AF^KJv1cJgQa*XF{Q>hhfXtZ+@I}yR~=H$j$E6 z{r=V6lUqc3#Xycb`;nmM_J{3&g7ZPpg_o5oIcJV>5qpW`-;7&=4MeqO^Hq}=E-?_8 z_>?qFSN_-W!+52q-^Tpmc|IOnZd75oV~)vIR$Le5yz?p`fy2z6bLCbbYy2@r?8 zgWmR77POSk*hnr#QJt58DdpPUii7%oWn)@s+um(KO>6|wi?k&lI%h3VNO(%w78ie- zGPOG*P;|YqHRkI>^k3#_@)i`Z2E05vJ6;=Ybxh;7EdTC3yfAR@*$-LDZZExQfYO?1Kdd}!oPnCJ9|p2R6~s8MhFq!XesBvC9MoO(Pn_}Nh_JmZNsQv-ynv)G`1YHCtz=cr*^_w&>b35Yycf%3TEv$Tw$EX7~RjMZy2u>J=p# zoKs)EYDGmwwEo1r>eEp{`66IKv<86@+yr(DscG})k>Gc)VB>SC0wegFHCw#t27A<- zJxk?mgH!3ch^nQx>>XAKNGl|a3?AvTBRzG0cRHe@U0KvCg+Imza9cz=ye9n)dh5Wu zsw@toYc_29XNiDmIrB3uTl)sg&%ezCt{qP4^8FcuG%_Ws>#?s?qh7SrB8_7d?k2?E zq(XPTg}H{={LtZPh(VwB_NU;Agb7ES9Qw29S+b$jq3QA~BIfeO`cjs5wO>883;ij( zu)9aQIj^AF)_;rBom4@Us##ZU$7=|~(nK4x58*2jYntQ_)%8mz&hG7dcv=UMCe(jV zmn!e)={l>bc;?kru6e0F=XfPH(x37V_>EFIInS&VD1qC^f+&x(xGu3byO}!okh_s9 zj*W}+pekYAj`T2TT6o6pj;BSu-w-VkBen{+jdsc!#8V_)dw zTaVW0*QlJdP3vA-TVE%sRWp_hi)y2A_VqW%XHPP>4IknpercAnUbWsHA-jQRW!2Ky z+VOuYnxH+f#8$8Bik&(BY8X4O+`*O%N6YWSvMaIrD9(2?m!WwcU!+APLSe#0`*IW^ ztP4m$7!v2p{7c?*HlTNOXON??BV0npA%)=aDL1Saaqx2WG zh+AI5CkG)3;xsBj6xBXaE ziMgz6Fie9IU**pUITuwFE@T3blhSZuPFC&bk0SCIn;_Nj<}4g8*i=QPW41OJjW<_Q zoSxiV?n^P)S=w-GCYk%m;L1PaZ`yIdVWKb?x(;aHxuy8)tYMQQ*Zqp`$r-NWQGE3tj%)F$d#w^ z(==4LrZOFFU&zLcWk*%ai(iA$k(6-uQg-A%7<;K>a7$1P8&Xe1_>lK1Pi6$hhE;DJ z10tit!RG!I9o7ns()l`1C(Wj#bTz!aH9Infwg3R7vs9Fv!|5$?o{z+1y03v!9U`wM zXqQUMPNhhXUCiv%iU)LZN2TWQb&cgf#zh#`ixp{}{XaYb5)&S#AhJLnG7xYa(VV!>G+9TQ5bRvT~UK0VTFRj3;}V4&o4l*zo%ryi*`>y zW_fpr$8KtF70Av_UBuE9PYM2yn=!Z@)N)sp|g^p9XQJLsbksjB1mkk_9c{fndM5Uqv|%u z)~=Rg#tIN9L%#+!b7nS<~7V zh?suz@S()ybN$N2u1u{C!$r+OX!PK0<&tS5qh@)C!HD_l#5z;s_T~stq33BiwfBvt z&g;XRm^&3p#WE<5zIRPUYj~30Uq%Hzo!duGz^FnWv(ol}l#Uh-R(Lk`oMX?kCjgg}f5kYky z>G9w8F%*LKE!e-BYs2q0McDm(BV(I(2$Xt2Am-pzqpSGMFC`=O^^bShwvsK2x^5ez z-3|G&3(MSqf}YR+b65#K7ue^#Y}tbb1>Nv{{*Hs=*kqX_xIfVH*7O(E8$UDj2Uq@CkSc>A~V>cd);=g6hu@n zaw_Vi3VRM&{FdYqItD((;Dysadk_Pes;Y|OUSWH{ARD~3n2qmNK(aWI&MGXd2&z2q zBBJ0$pC!PnZ1Cw?wbWiiuq?3%a(H-}y-pgz!u$Fa4|j$DZ^Ey^Ev1%m+|UPR9GmblTy4c~pvgu5J`CXiQe`h;BEu$yWNAx%ZM9BOJIt~xSoI|=Ka?z;G% z05}qctI2)U?|9{3eQrK{85uMoF)5U?#20k?C3d%F2#==Nm4ua}zsNmXb{7;#M-pVF$-?APxl7ynjJ^EKd*ak2bOvcg=^F?UExX}!rLXPoz`bAdi|7g@{bl`! z&4iZcrF%e9qR6|Q#EAGzPs(~xH~=c-1B!U~)S4c_=xeSM|q>Nfb zOAUI2W}AH_q2n(u%vUr)rPAByJ87^SyZ(O^ZyCrZ$3vv4=IHXhPs*I~UblOsq5Crj z@lXBk;AgoJ=>E9F+l^$A;m=i6^zVyGVzzwpvxO;z1}*!gUfl|lomIAdrzapF3Tqj< zP@61xHyeXMFE3n;-KMC-I0ljX!44neRVpH;2U3=428l9=Q)Ow!ipf~7Z|ns1S95f7 z(>b|jU`N9-KN`9D-XF?W^Xn}dd1f4u zuivu~^S=7}9yJzeJXi>hN+RE{^R>fI4D3X4Us{$+%MdWU<;pMN+46gaLys4J<2-#P z#1)YW^TJ7&t8evvV~@|E>0PR{IusBqmR$%_IGblbML zIHTOjOCJKD`pRgVlh@5o0wK52Dm;R+nv{cH=4azx&g$?Cmdo-&nun)v?w2DeZpmml z31wXfWfYc#?D&x6hm6~U>$Fx6=Ip8s6_A#Ckd_;Z%oXW9(vJx`D3gy~FY$@mpY zVHc(j8L1WNsP#fxS6Gzn{39y{pz$=tystAOl5$N2LuS6BZCrH`CjJQKjfQx!_1VQ`)a__T7C?bb_q3t)ser?Jfdi9G@kaF;0 zUpbV8whEhvRp%SI+M(k>>F{88udiWoxW*I|mCByP!HVWL4%+^USpJ`g)l08FjV)P| zl||d1{1gx_L)C%NOoqw77R}^P#>j<-Y~QXI)-qOXmb*VtiPzsgEU|*Doj2a$LxQ?= zB;0^qCAWm(VU2f~5xEGbx?l8Lc4`x+AZgaR)z%o-gcpMzUfcM6N5vz9z#zdS)y9t0 zM`z6WEO;X@cSrZ|ASQZ`1xhfb9Gp`HtR?HXXS5f|Tss8&eU*>6mqaRHwW|CD-STV1%VLo*n#`ra;!Um$TQBC7XxHE*AwZAIJ-s&7TC1$zb+ zLNcc12G7`+D8tv0TExP_dLyXnD}xhz-=@h@j;*T71r@mz-E8G9BX;wiAzNbYs8~Jl zA%hJAQ{wHoo5c4$OI33s9w{NN9Fld)DVw9=)-3NgiJWbv-NBZaITc12U1CIg2mrGn#c#Nf9_6?H|kt$iz~{OR>k0)3I!$l+x&(kz%a+r)#@^EMU{6V+ES>sW zE&_G)x)bgZe(H6MhY!i-n8y= zwrjF~jNJc3NS4NdDkeoCwOr_07%Y5tHze?}p`;BE9dMn?`{@1k@dE zjK8YED}xdn?;)yvC$!Z8qKqIP5DRDt3l!B0g zu~(#T;DtVyd1N|b5l0luG<=+^5uE4!4U~iecwBBSE2B%VR-ZWb5nc*`)9}PDhDK(d z{+ZQTo(QaM<6Q`=90*E=biP`paz?8iFrjUMvBq+BK?FCOwv=455y_=!dVv!+)P!r& zMP!(7t50CaT*~a7oIv{pLQkpTUp%?KGq=R_>bpsum^c8NK1)JL{EZf|Tp~C5+A6)3 z5xK^3PGW5^)zQHmUc`kS>N=S2(JT)7GikbiCe8CI(RchdCrS*P=2hzXX@VTQse(p) z-)tXb(1J(4nq_Ui3hgPp{h~}LIlh>otHiEQN;o(|WAJc9R3dJ9|MYl1w$mbn;z9B# zDM?sY@>m!it_pAkDNNS9$#`6H4q%6A%rW!phx=sh&YhYSzJ@KY%&J$n`WhBcH$2Yc z*yzzeE@kBZ?%=+iSBuX{it|F;sd>3%#p5FYEdZaKl-TjRxQL0Zv}3Mb1gZ5gMWv1P zj}73_&C;CSTpU^Y(#j2bshV7(2#NcTgPczTEQJngKMlt3Dfn`$NtKzrj#89^kTfvC z#xhQ$v}CG?_Vq&hi&ZstjISz+9P1WERFCCWBiCtCW3u6p^;frd%oGtC;8P5@dP8dQ zG2192H?K|e*4_@u?2OCnA&#E3KD#%;UxjO5)9!wSOhj#!Yz0HRBa%=zd&`CH-AzwU zAt#+Q^%dDDIFa*Vh-X?`8d*eQ-0w3js!OQL3lIoI480c;1AM4jbcN1~JI8b9uxR($ zhccNd6VNnTE$A7=+3oO+ye@5x!a~pR46Vz9fV03bmNh;9V;xW+-l=~*o_AE}9ga^= z4x+vRi%(IjBdZC>rSa8Y$LV^#f{F`5W%3pEVY9Q92it@1T9*(u#(=mlh4roS=fFu} zOK!y*%Q=Q+ns30Qz)@RWuWz~vI#?c6J{;N@u^}d! zZ0q6V$tU)!D60Z|& zhFDsEUGV|erOlCORAZ%OduZ&RapjyYw!vq!vW?A%szxiVmLpjC0?#K`V{L+z+x199 zzys4Ayrplsv5axl>csW&10(qB%qV!|f#{P(V^a>I2yjHz%2-81c?cuUZWslMnZwfH z36Ww@noxxIJBw>jc@?*_%h#3{DuS*Hzepd6yr|l?ZI$y!#84f4FuGUqYo5!q zWxq5Bvm@?d^ig{Ng&@_R)of*)alSf1U=rFA#5mmjbg8v@FuL#BqB$YSBo$>Lz85xo z&AR(DA_j`P!buO(r;1p7bv=l$_e{M8W zI|REkurr!0u03Y8U^5DcTc;&qPJJDYA5MIHYtcf|x8{tkps=iRG)zv9rc}M8Dpz(6 z7P?*dL9hV{#zs?Pi=eZE?4r5Au0;ZDLhg%vg{vC>U*U4%*NS2ivK{W!P=-=#_sxpE zz<~)FNA@jrj;s z4T&?sx6ypH@(Sq~$6o1%uTYG#I*u7EtVj@HJH-YVUt40`+R~Y8kq2d4iBjcQ{?3j= z!4|O#fm|bDwW9s?z6vy}<&2*eMNE1xu>pWl8Y^sSo+4wPk#sIu#m*`j6oXK#bB717 ze!s#5b)04ypo07cu*6Yx3%LP7PH*0Z(3eQ2W2K*lP|keapVmAqajEsbWTw_KHK)M^ zA+er*=T%78v=Jdg5=x-;n(rSGAYF+AIx+G5K)IR1KR9m>nJDM^ddgq<=auXD5AG}r zI0nY?N=NCZiK!VxvW|HsRg@m-QPdW=Y=X+rJcA zf21VCIPRSB^qUEwTWFzADhb-Gcrwj7_B=1DRreQ7vUZz4(1#B{`Y*-Fhlj*ewt<8K zI0ODveVt*wxjfjiNbfr4Vd;NGAzPqO&TjDY(zrd*4}(^eM4l~U*_)ZdJA?G>os-7| zwonV%%gdq+Us%A)s6X{`5hf*Vvs6u1MowI<3M1OpPYx?n`TB-(&aYcqhmdnF9Nhq; z+()Mga-T9a5QDUeXu0iMn!CB!4&=7rEDl67tmQu8{b&kS6BBl^OhKToMo_QO@wyS$^mLHw&OKEQXrJ5*B8c+eKv1-*dR))fFg|R~+k5 ziCd5o!Rq`7ipPZ!cm&HRqedp23h-*f*%I1RT>XO;x|8KF>P&0?ClR@1$4;EJ6C?H+ z*v4gg+Lj*7vl~JxvH$eY+Sbye-^d$`!W25Gmd*BFfkP*!Dr#&xw03kEYjAxO*#VMc za2Lh)<(FtzC(j6vCLb!RK4@VVVLt-Ft2FF8e>ZlJ;kJ9*yF}+u=<8Ki#loPsGI7p# z&j$BFN%7H}B-7Zxo1m`L-&$zC8(R&)t9J|kzn1D;VrU}FvzBLJQV8y~vl!R?gN$r0 zrhmijwNFo}zZbf;^zlUfy1dYHm~92F&eO3ox^pf)1}uoM)q+ttCLP}G5iVts5iy3X zEs99~!sjMwyYCGUrYEzs$IA9p3}{4-phd&Y*Eosc!eRRrmB0lkMkhpH+~s3w|4>{P z8bOvccOP!9B8ssQ)m|tLz&_?W+%nT-!TFJCIB0xT-*{}TOP6;5$!mijOp!ad9m%ln|M!wG;o$j<*MI-1c1ut!S*56Go+SAYOEjRvn)Ijen5=- z&@pvQ_KW~x&y>WV=5A_*ADH3ue-{sq;FTRB0Gi-HJjFkSw>NLfA+D#M97|bVDivVm z(C~HmSry`O=g}#eGa7!r)^M-U+04C*Z>Hf29{6`&sE<*HLkWEC72{h&MD1fDdHjpw z`|#}3z$3Y>ePjQUxvUoSjz$z@x=D2yOPemJP;1wk`#S}X`0IQ=@n3a=N`1(q$5r_T zZZI$~j!%O+(Yf9rO3d3%WHJNL*x1D5F~RdDOYtVdvRk8;nC9vPNQ&Duz179A%eU^u zZ05nEY4HCTvVy?252F_X6=>ArYJXudbY6iF7KS>5WxyZA9ZNZfE`o`vg>9qh`zE>||IFLnYd;jO}s3?4s*#Ia75foyi$P&<%^PrvT)jgZc%t|*C>kG07kR_bdwP`L_VEZVI@>u6A|@AX)Lu2E|q zctKn`WZxwVJWtd6MlXhGYF*|-i<`|mgNTX9-}5_YK44s=$PrkRGk=sFvaI6f(%UK$ zfsQ^dMCw?CnL;JU0t@33YM{!2zR5$trf~w%Z&07M`GBAtgj@lc{-c}fgfzxyTYFYQ z*l6tSfE+)8p3zIwXslg%@{kX1LJEvFGE@`up8@Ci`1wU618sKbCOSmy-ejn2%ab_& zV50%lrc2&{b44OW0!0%-ENwz!UMOMS>lY)TJ*p%p?vX=_bwr>ron>T-Qs3w=!hfJW znoDVp3FX1GN=Uk*xaIfFq1M;)*z+86OC$#k{#&p?W{?gzoUu!{&Z3((2R1XWV?K-f zi?8W1zNafbewI*H0#sL3i-<&)hU)X?ZhqJRYt{_hRe6o@G{_7eheaJ@K zZ_xr9_^ECTvtcOV99xP|=ITFeWDWUQjqx8|m#C#eqvn?FH{P)7DWAIMH1Q`5e7mn* zo8xmxk#G|P*0M`jme>0xBNvbszN)D)+!G)S&T#u)B1Q*)q;OiU^kzbI(sHW8Kly<% zqK;+kf(Z#BfRbR6@M{QU)p3A~Kije-I>U~N(y)xFjb8<=i2}-2w*KBc z96qf{wa3t-y_C@RO^8EQU&Id9uQ=2??9DGb+qzAlAStRV2@e(MTh9DO@G1P&55NP| z_ac>CeHN%egR4bIv;i%pY0>ia2RLN|a^7CLvhItaM zz`06mkpZ;h#QHZz5kD)~K-l@PiyNu;U1Z_|ISzP&AK~!02m%X>-&Isdk&v`&wUWH^ z%PRvV6n1K@XYp%C5HmSghBh7a3JM4M8ds))njNdK^Tt0h5tQTg*v3JeLb}Qaoq@|TuP-q?4xG%z-&XY=999sH9M=C%Gmd8 zFq2&7-zg{Tw`3^m78*S3*9}_{{QT369sHF$WX%CtDx*KYKKp$nE%T4Onw4zX!cfcw% zDP_(JT@tUEF4*Oh@N3%(ax~oBr>UxD!|VHOrbY4lojZY9zoUkmjlK1MW+Zx{P*Pja z2PdH0798(xMQXKwp|^%yTstn5i7=go6N&fXuZ1Eb?W%O0%!u6roqdGe?Bv$j=*R(Y z)#**$8<|M=%-=6yMVvuZ2|Qep6$NrEw*cEv|5xDDhW=9*Y3UCxpg|9G(5UB&y!b_A z^QNG*Ge;WQw+_x8h#v#Jn#sU|i=rK`0#WGfK ze43Qmxd`Y|4DHJHfx!ha9UnITAFcv-4azYCPke`UUwW05Y6<+dA)vCoBIYiZeVNG? zteYO)f9@HS##PusBqqCRU>lbiz_2ntQMSN`$q%-gEJ_9d2luedxh4Vv5{Vb=IwY>l zcU-`s_VnDwRLR7PjduF|u=(HuP>>z%j6>d4vV???6_t%;5l)qipyt3og*>XgQZ#G) z7!5V+aDsnGK)Rjg2Dr)~hkqmtW?FUEK+^^xnhwHMDeOY3b~;m?Km~mx^7Ap68c;aQ zO74HRwEOgp_+a1sb6#@8)mZ5UmB=%NN4QeQ>>)5EeEy-YM-i0D>gd1E)(Dn1&A}YC zZ612cJy%9gmk<}Bh>Z94OBUc~Quz066^Gk*{cV;1D+$VK;rE*qS|M~V~ z5C@B;3q88BL93{_=^NbXEBmMMwGeJY_k#3`;Nkf!y^a!tH7FU_QC)=6KNpvj+EY<$ z+^%cf#%gAo?Jwy$pPE$~D6Oxy#Ah_}C>aq-r!iN!7ZOoG75%;5TX{&Yb|hcx#e3K& zCUTSDk@*fzYfzEzlFZE)-JJD>ke_fBDpKeGWGEqpyvy48`pdCGl(zBmBZR6`%*V$y zj^}066Hy*i{0GN(f}@xsy&P%_cIqDE&vsl%?q@#yv7QCcPqH<1JcOi+@1;Fo@Kt~G zO~-7J#>?(N3($L!uBLvQ`D>4lKUM98fBFpr^kei|3|jnMLOe6`vrYR?Ydn#aG~9=J zFB<@O^#U9<{*tq8PI53V+Oa*PIZ_e(tGB(f5Zy61W z63&$uBKAJkSdPQ@4_KreDOEGX9xn8N+^Fk{=n600jIvQhLBn*X_YfS;tP@Br8C@b8 zKnZr5TJmyL1v5(f;L^vioRiE7CMIJr1??pmGC2T!vQe!_$X|>X znMMioq&KoI*AbELj|D!N-sh8rZan0Q^hnB$iUC2?8=io>OTR10zo<7 z`qM$4-)5{|`~PUV#=tt8DBak$)2MM8+qP}Hv7I!wZQHhOCyi}ed-Lt?pZj~>b7#&x zni+9hES&7n#`G(_-iRUq+eI`#X~kq-0g=t_E;axy$7ssoYB`uhOv5ZS1ek98Mw*5O z^R*$rX-Jf5=lv^wSRI%KiW_#sCT4?vEjz?em1(%s34<9kHKxHbO4C*RbH#yC-H2J7 zwd~l~(Bv?b)5Vy$7zHJ_csCwD_I=P?&E483Yba9nLwg*9G&V{4NvQoTXK8aCjIHgv z0V%0dQZt|((F)6Loi5Vn*!O8@jG0}SN}u#lGK~0~y*X9}_<3oQdw|GmaNdPx*a};z zK4@fvo20PUBHaq5vJvpWyuU9{+KCIx<5Zp>@=MR6=9B66_!(9_HV|R(yXN_5FXMZt zYVnK7ISNbFHUd)RI2eKvYIERPS;&TVC4Dk&)v)0O&$e_jO4HBVKr=dziK$0IeYAQ$ib5Ct5tRE#GfU+t7Xsc)@5kSf(%NG4p zg=n3osaT~MxAS1j+&8P3+mNLy86J%1fv>2#MEfW7!ULc9U3!oqrGVlOpAE+Si3-FE zFjAv#)~lZS9&xFcsE0On<_4@*6{KIRWXwc0ZV(jlLz|gCBaGb*`}Kuwj>ZD7WSF(` zq-=BssJA=qQUp5yuGM&1LIP7-Xu)c(V6!;Esk;fnwJJJCq=kO(=G&df$_+VhU&ch- zr&zhQ%@hFr*Ed;zRIRfFjBFArhoSqgq03!aQ_Al}^Ba96aX2nV1*=FYt!4|)2~{$GN*05>Z?lh#;~P<^}5(k6-X z_`seWb8Rbe3GrwjvQ~eX`=6Iwr|vM$arvAGFSj-W~y zpA}IG1B`^PZg1|NRRyh}_=1S`Luk`wQ%Uz7P&kgp#(?thpIJd9y8?P7WKm_&<;{5% z0RcfA$+yo*rfi(20PmcK@V)aXn`FCKnqRr9LM6+=Q%kT5^;=wkQH0|PSr4c&INR1IZ2y==^*U$> zgpQX67MqHiK#tITD~Ma|u`BhQ2)i}*{noY1kyxjG0Lb8)oe~(D-&w1-=rlGd$>u!T zEuI=s*~s$xWS=``A)D1%Y>XHOk1va4RNXXb9TS@x-KcrF4M6X4X|d@qWt0+3$BoU4 zgY(aV0AWX4f6Fy2&CHw;V~vX{;`s(wIp0vw88XI{fzblmpg*q0X^nl=dVqRa0(9cy z;rgTOF`_qDWs`@qp##A1blf_zpgxFuNyWmI_gg!*IbS zvd+V|W1iTY9+{WuEF)ESM#UtidIN@U0E&0~O#N3;`!ZtzlkTa-Sc}~+a2)SW(b9>s zJwhoAhvL_{pq^xcsa<`o7hyuk3pLJQ<86xL+@~4E`*ARwI?-)_KE}3wVldkrY}}2t zp1br@&!{x=#*$M&SUUCgq3+ubQ=<8%P8#opO>YM{HnnzdANK2a)@I;aL5GOY!nRH< z11%>QGh@@(k*DbfgVTZPd%asr0mbF?aNbXNUXNIdsVz9=z@A9&kj4Bm5}E zJM^2Wac&@i$l`EaBWta`G0udxH{2CUed)#)i(^j%STg_dFuIgYSnGJT!fE|&gh>}V zChtEON-kloHuON2)l68A2cPmtNn)i!$~zOH}5Jn#6qF8Q^l>Z2262TapR^q^sgGYg7?e;e^~4NIn0 za8?`upy9tWpTa$omYRNm_b210e$vpWYLIo;&F7Vp{_O+)#&1_uGBr%geE?aeRAT)e zDv}S_$h+#tuxxihM|)fpK(P3I%IQMsCWX4|OaPm-@KF>Q@5jho= z0_H9fz`+~XdUV|&KD8f2TWM)Sq7^B)#joyVfE}COI!DqqJMg9akKAL(DT`R?P=g&@ zERC4|f3BL>rjQ!y`R!t6uqSeT~Puim^FiG!6ug z$J#p4=P+p$Ji6?Zong)t(|UGH{?;$*HtIuz=4*zB$6VS%;HME=) zUzY3qoW|IRZ!VY6ME{!v4rJp||fpiW=M1%yR} z@7o>Avd9p_)rIPhTd|@;IcC0SLbp;#@a6($bNwKyV6oe({$V7cB|q7#68x!yoNAyTz|SybLWb>n!vRILv?bzhqN9wjnb&z??NsA!PK9{d!qN%9 z=Pp+vbhc`=N{r}Q#+&AvuJ64SP`4Fv(S!I53P|cnOZ}Tk4O9FtvoL}VKn`Q*x}}=G z{1h!TXhmdrAY$dZLM)*YQ*}`!D>gBO#&L&W9||%$g%F8ZRedWh*A%PN=OWN;xh2le zne=Ti7n*6^o$Nq)RmIpnsyD)tIGW~I#NKt-yV=hx8tISUeC&3&ROdGRSL1k{Khq)Y3WfKA%PTev;nI#b_}upd*2v={~i*&W~%!Cdh#ArjBf|bR)&R< zq4}qVgF)-UM3^#;KwUN==I4uiDpy^7@U>{hM33Y3h>*? z>6gCK7-B~G48Nwc7E&n3;IdueA)^@M47fp%<@c+m~ZTD3!WWSfCR^ zy$dVf+Hy|c{E@#D1p$Dkt`MKG0fSP>FZN%!93nL`_y_CLs!U3(F5L(BegY8YXJuUH zW<>V?Lit=ZF<+23VwEl`?@;^{o#;sn(Sjw|50bGyCkGiA!h5oN@_Sz#fImO;w{d4P z99>ISk_&))5#|%j3~v}24RKBK#dCN+Se8Fjj}+;dokt~3Zqk>wVt!3p-6=!<9s}v? z!OC0lB!7$3lQz4G%0^sh{@I?jl?c+{N(leu$TY_8;f5Ne7XPU`Ak+P9ePvj?im8uKdTCMedR(rEW!qm>|f|rZ9g9)OG@qNO+q*|nCpv>hxf<% z+!8hiHsvBhg=_<6VmEwnqscNK1B?zV?+B$m{+e7K;=TM?db1XUfF;-ta_fYj0T*Ne zM5!SVP)LRfh-oM^KQj}1`jbAiX3ayAL8(@hzJp=7-+T;S!k!@*RJH(g`z0JQ-fbnKS?RO{CpN+^uV}!`g$r=;MpHCESl^u4*I1y=%_>~_O-?GXs@&L>^j$8Wf z@a*QoP@^XOO3jB(B52xoYOc9~89Cm5d$%3MvrEoX&*E4r?u3lelh-=QCQ1|e{Bmsp z31UgBfBsCK`JTmMsWxcJCiEM4UW}*xn&fu<0|PLyj1J(K&ti>>OAWq@I*36y^++-^ zIYQl&+x_?2UfDOeoG2j?=9-cSjq{18?<_=sw0aB|V5TA7KoLb!h0ftXnSfM_=Gr`Q zFi}Y=t&b2sRJpfNvbhq0c2}JNqGwz4$bs2Doxhf97ZzIy%K+!D$!>=M8^6GF`dGiP zq##zhYI9*%8}n9V%kwm8;2?((*ss{_x~y;@fMLFO-}+mFm&-H`A?V%(OjbR1Zbdo^ zgO4$#p!a$^>JK5bJ3`h#z=F<~!%tWbcy2-Gd!-fks~qHMBhS~PxbsF!^8hDF4Sr!^ zBsVvr2`x`BA*k!)D{ixwu}i^evn0Smp=H`DACd35g2*y>AbWuXEFQ;^%2-$X4>U`u-{LXh>DoxW11rd=JYe8x@VzV_OlrJ`n~e-~HQrCA+h^d0&mp*?rnV3` zNr86$EHT-!p;TV{?T5VS5?oO;en4nyYm~pTJ$DLe#v=#K3UXbqZ~juMa$V3vpi}|C zMSF+9mBufM$(3*G&X0AIh=>7fx5NC;>;kf3u)E*z-ge&s>q_lWt&n%3DT8?dF~hh? z5w_Xp10g<_IC*p`bam?QIhea*7XEo!2*evQG;R)dy}^z{v$dBW3=DU+=h65r?u^*! zE<8Ou+8ZYs0BG7fK8e{p1=m+HdPI>fBo0&^-E1EEn5BawlTIOi;;*SKNXhu|u>iBu zQAT61$6ywe{4V8h*0;-#jp4Jk00kiA`MRF_`US!=0^Tb4D$!gN2$u_#1Z|OjemK#f z;jY@El$~n5x8%Y+R<-!IjG#IaY#_R|0{?q`0`q=uWo(jS506N|mD*T>8)n@q!rGi$ zqT{%RyVQmrZskTePA9lMS~u10`|3d{u`Jiy%;Hg7_=3E3I0(N9gjA5)+61vklS;`` z`7qWCPQ?0VWmpY!j2X!g=kJO?b}+crB_#MdIdEM)DEYMELL$fe02)=xlbCY_7)gCQ zz^s06IDiM_gUzyexsm=q3n15Kq{1krN#0tQR$9x^=4|^zH8ddJR7buk2nz*gZ+I1> zv<-Vyph{;3`0F{?Z(%5l;||+pP>y0Apu)ZW9ReUNzTIG}w3CRa$(YSRPlM2el!@$3 zP@O6f%-@H)8PCNQ1zDkzB-p#c%I#l7E~ z+&IxuTliG3aj1^^znjiI$9jV)Jgt6x9Qfx3dcu>?+I*-Mk=+ofJOn83fYAg z$a$nY&z=q5QCRs4=@=HBo9rTGQJ{I~SbZvU3Sd;#M^R|gy;CpV>3Z(YZ& zGb4cChXC}C^4`h~FLHsIk2owyNT>YzcwlT-+nmZu-@i|*Z1xPGK+A>Gi;|e=At3{z zI_hzy#H*7xe<>^d145WGINo&SBte0uw8L`L1(C1eakhiPRX1lMewG^2TE=V}54c?3 z`=IZmePxRle68K4XH8+Q41;}p;I|LTlDs0oI@#cdm|T~-(39Q4uQ{>F=CO5nNI-61 zKXKsJKcT$OnHFwVLrabwIg+nu@Y!GT7JQ$cr12yhOsxvwk!O(Y5Q!of3~!7x5JKLm z`z3YeWpK7)OfKLalxy|hyec-_n=33U8m3J@R#Kn?E3h1p#qDk}-j%Qsm1|~i_dsGZ zQ#DD7@&^uPG*0I^VIVxTd@@; z>Q`w0L&gB!${F|FoBOT)6NhA*lzHOsRtjt%7av1iy0^!5;zr963ZNZ8y2jj?2eIx= z8nH2Nil>8%_p2|hm;QEn0~y&Gygb&Q?pJ{?`mYazjJ=s z*Z#uPuetVG2mFtYx4J_yyjwB&XO`K0UOnc-(KwdP-VJh zpjZN2%$f`NT+aI%$riZMBDJDnxyRolhkae8xfZr$6z>IpejLUd%{3g@BUVyEKFcmR z^rdOcJgvKl0d+aQB_$$Y1kEC=|2~@d!sUXu`a>&=NaoW%n5EJQ|1ffRnF#5Q18QsX zk6+C%J6A_iV8v#q;Vk21b3LgsT(P^=^584EwbwMn>$rBz&I&wSE@{d;jTIe$z4?8m z#lbrVNHvuFmLQTi1sG&B>dv6$D4Refjo6SXkVz4)kqMOTr2;1W2O6+GJ7)a|m7PF) zqvr?Bnj5c;1&UVZ3%V)YM>7BCN{`ct2I?QsK|Mft$QAoGi$zkL0rp`r=Gn(vT49Y( z0$J>Xc9g7IcL_WG2s|ez=SR2+Qz51GC!m3R@W3NSpeQ%XLhSs=dN3qjQ9B_72<`w* zgsgeIE4hU+WhO9A?a6U2Xe+jQfEJh0+2PO)>l%vJSN7Y{mx>J<+7&NWAbmjWaA{Ts z1H$J_1PcXH8h3|@=UtT?&h_od9*CXbrOxg}1eMHd>&Is0lY(DN+&LW1cGxPwhb|b& zed1@hE8r@$hOxxm+KA^N2IyzOx=T<~(BS1&}^=`A^Fa%t5uE;V-9x)Sf4Qy4jZx zz4a+73q;pO>T52CWIY@Nr~#}@{EXA|+z*$m6@~-Y%9lqA^Kg?5Z8LFTeJiuoV*IJE z7sw~NK(zL(-*F2GzN&!3cJVAPk^J-}zHxzcN%SWD)=46yR5amt=jS z4p^!m$uJG(Rbr`Fb#;C@ZvsXk>K0}O1wXREan;nx2{|==eb3}qJlNC>oEYM)NmCWL zwUsq=-(pqH_hQ9;%PT5EwBNF3bYpXB1gX}E-06{-P=KKAg1fRPgS^i)8oYPSY&s&v z`?rpu>)S~HDi`RU=)&-xDO8I$XHm#}GU#Af7;b^-K032l?D;G!_v!X}7VQW|2zj_* z5A&$2DrZyeARxi01ZuPwm3DLbR^8cY*1s{lW@UF(Tr{cKU4d5EtoiQ?^7)Hyz0};) z=%};{QjG&kudgjCBD?uj=jUC=_pv$~G=JTtrB6Qrri$tiFHx9uCXE-no+FUvtI(W$ zxCX1T5Jgi`$;CM2;GqZhnnsnJ>YeHh?{HptE@5Yx7jieT7k+M2LC|0_g|gC0-o}1_ zA{ln>wLYGD+rL=M`r;wXxI&)Kwx@g~- zr9}l0vodX=7!KnA2!**P?%NxwyQ6afFrMyQ(W;t-{t^j6*}Dk#w%C#eE^Ng_V~xJB z9=jWzf^qgKT!1iJV)p&FgF3yz-mEODzd?EeW@<2{!wusqszBv#? zAp_*U78h0ch;6{u_LJy-_+JhhEO!ly#mAs5t|^3@NQN4uWmkhu9{<_W9`PzK%lm6> zxhAhctq{=eZit8$K-gHwm4zIYofOd*9zqhM5O}=ec>df_cYJcgoT#mXD^tj=b}&eM$X3-yXhCJE(A05yV&-s{0a=QqB(+=P?jtw z+o!-vRXJ%ga?*52TZ`!p*SCmr$p zJMJR_9nKu5_H+s>aO2B5#=5z;0VT&msI9kuBSel?Z~!&e!iEY#Y5-2%Ucvl(1}^=@1`_w zADr|s%+8x+@Y&z`Fdh*HFY(Qb49>LV^G;WnpV%=>+ zs$m2F!IycqayE?-%;Z}|#K#4S;wyr*?MtT+Dk9)BhH*%?_=+#RSkviyk!0w@r?Pbd z&k`viNwM&>0WWu|?T0Y0F)of;d_$)sG%DFje>9?~|p07;QXu|Na#MfYU_7A=wsxeX#y}#6ek8iUFfnM)4KI2tSwE&}k=Ukl1 zfDrX1j$sGRxHgH39Tmmpt?WPX{bF$zN0w`h3-Nye0}U<-gA=knqEpsh>9_-~Ot+}9 zszk?I7i)1t|uyrgCH7D4Xj5o)&ox=musi(y@vDQ~fBG6h5v#wWP=kczl+`8s68oI9K-iVUd{UytPO>-CgQ2Zyxx>tv zIPQE09+!ibF%g_H6tcCLkca1k8TZ`JB2jpugs86Y0XQSEM4ps)-Yv6{ z@W+%4wkLNlLb}W5K<*JZ3KK@`IL`)E%@E@lr0FntN(j>;qGJAteD|bXYb-{fxi49_9Hb5)a4&|a%~Uz`LD)9 zOx`wH9@k=U+;h^3b?kxDtgV8y+-Ww3DA#)u_zw{)lbD33hd$o!2L48g7q!yS=W6&4 zB6U-m7Uk*;1k)!t69v_BAJ%G*tVTVP5-;}y7vX7oIJuI7Uql4M`u)7W?2gJTSTk4{ zu$P_X;FPS@GT;!p-XU>JvjrsL;HUmP9`ls(kTXjBu@+_3?eBFu#j&%56DKy9xWbF6 zHp7>3uY5p$>5>itl$$Jo<1Vm7orX=QcWL95iVo3@)RY<0*G3%aF40Cb z|FQ9rYu{7XQE%trO}(P&G;FvtG?D44gIcRe;|%zb);;vmtXX%G>cuW)3X?{UGiMS- z`xbld4Cb#`Zid*pkP^@gD9HY#qk-p#dPMmzTQzAiho!d-X|?tP5tHG@<7!rOxrEkg z=F5f*IdPGFLs?dcr4>R>Ng|Ssf6;p^8W+qaTqeLl_zu0I+Ol@!khSUe+aW$FV~)1s^r^)0l9I5;c}7XOEW^T z`Wyf2%K!aRdzvV0wN>6<1B9KyMYXq!hE*`fCzO=7=XneK_y}z2EGfI=H%393h$7b> z1gVPQxA;h_;f?fbif6&HJYj=WAX{a1`-1j>4{Q6%hx@ayOs#tK9#g4SOD6(P9pWxY zXW(X@jyH*{eOG5=%y8edeMM);M+w1_Roj$#uo{AWJa%m0hB5d0tVSwYnZ^UsOUj4$ z9?ScEk7V6!c&QLeWU{@=)p##8l9)7rSo3W!n%#7^g9311rWnPu58kv{AkD)}e%rL7rHG-# ziUfixH{6s8T;Txt1Gzi}9_qJ~-;|4VVKL>hh!~aL5_gx&G`2gokW=TQ8c>O(yQ_6J z$_=NglgQ0OPXkCbn4oMsjWOkNqd6K=eBIL)_ZL;YQC=ECB0yRAeEIIk279Qe6ePPV z6wHQN4K+O@j)QeX85zF6cA&=}S!}3x*5JTM!=Tta1%j_3f9Jh3X}v_(f-OG8!D1un zBDetZDMN;fLzXL@yd;vEMYjP}7oPMx>jCO4-7_vfiB?HeMN$uhsc3&PQ70j()iqV> z79%!Y!Hcvq=v2J#Xl)ZCVinm3FQj}*EABtp@$XRjFxJCcMrW3L>|_T5sdXz)*37S# zQs;^#cI&chnCu;XY(}-N4GxgyiWb|`F?5*!Dpkz?;h;vmeo%oKsRliyIK*m%b#4Pu zDPmRNlw7L@U6gu}?+QlXNT5#89jPK|ME)B2)ISNM&(?T%P%MBI>0!^CmPj*^R)aDM zMS;mwN&y_bF?h03y%sZ%`@w4yp}yx*GY4gfAdh-;QZY56Ig@DWUircB@)`NvG(-Ye z&QP+UW7Jdmo%@DyTyMdHHOu-751B0-iBD=fgOzU24xyJ44)@7(^tofP)LPn+Qqgi3 z7536X(9Rl8I9g|iyNo5EN;Cxpbm$0)D51`pbxhHFUO_3SwYssYnkfT#9EwSa zr-n0j4nH^1`-jedn4dbI$)RViCG-YoUx^$!8>=;??vJ3;A_&C_{He&$9|>Mh0jr`J z*rEBj{;(O=9qC5{bOjiQEkD&%ULAHFkv;5gWz;PxtG`8=$@!wibv7g&`$Nr!i|fy3 zyZGm0yEs23ds8JCnyNi<+LLvAvWzikj5S$05h(S|7;88_-yPq=9Tdd-``2UH>ckT{ z3P!B7mJv>K|C}+*m>d6tfgbLld#c$|WaC)ZAFJD(F?Uk?dJ@mrc$!1sSnH)x8Vg^% zyWNJg1>KAQ6cPP?Os$66%ilc2x=UG92;W7yp8hy#B7%mTG67AlGA@Ls-7zE*qpY@Hk#>#dhjp+6bG9*;ogt@kyReN##M?d1x*ck49pGc}sol4Om zlY%25V>m&#Raod2zL1a-QAQ^7^U)Ct8{k}qG{<@rB}nXyPqJ3e+N1?~dICLpx@N^% zg({(xjn>Ipy`9A};k}0q<9Jwi=(S4eaX=$Xo5A_lW1%KaX5t&evRc`CQCx%vYu4_S z9p?m~Wj6k~x#c;gZ{zXCdtm67RA0dX%4O?3JHR=K7>Z3~OQfaFaz|W4#pCGI#Bqj4 zUiy3~OURMccY)1V0BwJ#+n%d!X9;j9-f5gIaR5taN8p7N?TG=PKua;EdUlM($)F$# zwPw-}6XrNv%T+alDl-yhXAVM-R6PYXCO z1~IW8uicgU_9ja3c8qF659ue%nlmZxjU=d)KL&=(YaIZ0WT@&Iz&R$N7Bp&htNb(x zmLi2k;i;NVTYkh<8fW0aQ^r`Ndh2Pv>|SNqt|_Q5+8B>0rAZkZSmwnu_SvWw1%o}+ z#jCaxsWR&+PA(PglzIEs`{Ph4VD%cT0hbfRq5{ZbZ3O2vk4j70}AEPDImO^*dcSj7ik-^LkK`6 zVBDC`*NXca9Y;tgNbfIld!srvxV)j6?oiYPv0G~nNW`4{wAQk?lyhc(JURpa2^^Ui zv_7N7du#XRW&*ULafWW|bjgYrntJjWS-#FSqA(03#O#v6&wiI0vq57LQgt0Xt3+rX z%(-f4o;Q1f^2{ogRfsLA>;7Wh%i##0DI;g4@>dQD1M190q)3kE`U#d;)wpoYmUrax zBho$z6GE&=NssMi#ttO}sXOCEhBXC#l8b{Kkn&w0?j%7;?@g|VsGjR9jU5#|%*X1k zzZTx4YM~&p$`GP(l&s{BdA-z~c9n0chRE8VytoFDHrC)uqMy6?YVRLF5ow$7tkb*$ zRmK?G`xenI-4?wCM^QHQe;yK-=>jEqg1pAzC?Y-$4q(*q0Qg&@C$X^LhXZ=)A(BlP zwz6={&w<(a(;o_|F+#`2B)QW!{wQEK+3P)=8EA&zQH!{T7Z^)`2{%V`u>TPk24;eYgx)l(@e z#uV$`?t8cyOvkU@+;WQ8gYyvdYH!O>LcEcpn}GI75yj*k3JZbX86f?Y^%=dNO1hVS zwdo#d9g-$3c?-_s1+=$k5B6V`nB%2Z{D@DI$$#T*Xln=!mZV#+3-mP-z9hm{C;yUb zZ~HqS1P0`1-!^HIikCdXw78$eK~=xD`5|i5!UodWW>I77_J~R%23#p44P-1C&r{7lz|Q48s(TA`WFSnqMDJBFiYjQ@fWhAm9#_*q(_AI&S<-Q!upe7C#i3D_oYqu}`>%YenG)QEwW1BiZ4e*ydZOP@_F z<~o_jXsy0wUk-Fjwj7onbO=mzqm&tc0?6d^+5AO|#~z%(vU!tQO9F-#H{Q;+(XjU_ zr$yG64v0tb!dAI%zARhZu3}8eD-|u4I246g*m7OBq=cAB5QZ%N0O2ZdI`^axqbI~G zA>Wk4)z^$hcCII^XwMp_$^=s*@ z?5&@npJ(j>?+uSi%jL=-g)E#*1Q5rBe}9=&vMdSH1p<3nGn^O6-mNkrIh*0F=EE=4i2bMzlQsc5( zyzMc^yO4LNwT8|T14im#>ztT{~l1nkZPFd5B4B6nFvidtYSHTv6g zaE2yNETlCLJq{o-!GL63BZ14k)8BKcF5 z_Wr*FejHfK@en%5OYKLID%&c1fIK$u(aDrYou_{j7Sa3wg~4)Z+B zjvbT=*9UXUMd9>SNNpsUgnxuMS)+I`QY-)UNxoeJ2(|nZp^q3@$_utDD;2Rsjh0TNQxgTmLm4<$2ik&2QbwjXC%VXBkXLb{ zfpL#6z3JZX+(Xt1rtbj7C3jCj=|~3ut}Tw~&t9Qa?#Z$LBTeLl z%Kk05=yD=049lWcY!(z3X9K7Y=05_N$ycDv|BMJ++9G(AclgD%Bd zuei*bpeWhTwMtE9Fclw#j%Vj2C^;r|NLpm3G3P2}Unu>Vr-cPn5bI6}Q24bSfsm#j z#C=|xu%Hhe{9IajV>2>p3+qWU!>>pkKyTk#w%|7_kx#l9X zes|;C?mMx(={$q80T&7Rnz~Aduo%k|<)cz-R~k;4qK!kd*-8!N4?_dk@pinbp0qKZ zhNP6VUj!ztP7>q9Oq_gwp`+GX%7i)=(7|{?B0Gq{B_*2+zldwWg^9PeHt0erMV0|~n;6GK5&+qx}&-(#uHS=K*|2s z4|L%*?o+BOUdPm3&vvvK8MreoI?Ph(O#f0e8_QZtEBv}lGuJU9@WO$wsl!-ZG#0^3 zYF0Ta$8(O3o2?Gm-f?k(IuW=3s?w#vvL2tiVbM=3QR&Bloz2MvG^RHKpr?TabV017 z`c{DvUp~<5(}LbCGz~zG8aog!FzdB&jE@J3<}xCtrhnU>@W);dJB%2^2mJVxjE^Kn z!qPItvyWSOOMY;aYQ%tQ9)$h4Ayh}-Ubdr<$zsm(NG~+d4}T*X46Nq0fs{oUwj!Y8 zVhCcceo3N^yI{9^=vC6zwGM-aSk~_CZA^~M;P>jN+|{!@%A>x*2>0kAm3{o$SivTH z=W2=uG+(l=y#q_95^X^vfX?t_t)y%4x0wKG{Xj#hlDf`ai)iq^KgiKk)p{n+#s#kA zF*$)cW*Z24LVs*0GFKOtJtv(Lc@? z8WMDeaL`c$C3fw#PuF+>)q}s7cmP*4sP;U?zsu#RWw9=um^1{ew17^iw_%CO>KX{K zR-588S<2xFzB&8G=Xc()+5}P+ur$Y(_0xXc0dxp-Dy&`oPRNeMF5EV6xn*~R9+xSk z5u$I)1*s+jHab%A_m(c;)sm=+W(>qfF~7`A4HpR+vwm=knjT%4Ojv-YQa3@%-0+fw zTntIs{WmzDY$vH0au1(qMn z+(8nVlq$&$o`CS?HzUJ`sT$jqF8LmNO@WPyq-@_C%Bs^ha>&>joCt3<%UXJHi^UGl zXHl?Js{@d%ER`wqSkV*sdGQDh9|azyL1N#?;7A=lG%I( zXwu{fXf&=j?7IFosFgZbWNUOGxbbgJgw(&4lHN5F{hBLPC0(qf^1)8^GDLblHGvmV zHh{N6Ti(*T#BS`Ge81;j$Dos@BcbHZ1W`6?Obn!)Ahxkq_8{f;J)-S>L4*KU$UEir zEvniE-Dq^Iwe3C*c4?_|qZ$&>4OGu63**MY?ow6Y-^zBUku&jB?T0fV@X@j4 zQ?F2~`IZD!Fa!c1jB0X7_}Z#yhIJ+kb@24McKO+A13sZ{c`u~QwGhI<;E)j^&#yDP zi4-rgddpp1RwUpl8RzGRbrVdU672b4X-TE}`oO3FGK0nQ>h1G;hI+K@m=TgO7P_pY zObUks#?nKyBZSSNwQdVt54bM1e<)G3&baVVzLVehGPEj%>*7nj z#87>{0-Q7tdqEkFn9$eQ>ueDf%dMzdK9kPaReZC;$PS1#04<}N#Bk*Y96I%U-xU7w znoM8V14q%kBy-;aZgK{&5+$9#Rn)vhUg1V|Jn?8oDD|CWV|Rm&0#MPGSiLKl{+Y4RL2kv82%o7k|r-@UN6WOz+RF0NbaLiirW zUTRGARTHR_euc{x@xDK`TG|~CfH_)h{K#_qhluq7i{paJUry%q+ujxG~O`P>`cok207>o`#mlEB8Egn<3fL-BFPU$VvxluZ2cz5C1Zw zx8(mp=IP*TyzZ6)4#W^nSXx^Rkk*Hgs?$aHjW7yk+YP@caJlU8W96q8iW-BMXUgm< zaZRHg>gX)JlOzPl@48G^!OnHPLYa|oYv4gMHqLJfeds>dnxoEk+b4hk9p~^zM+KMr zdjotiNW`6>FGG_NMTUw-MB40SAY}!8m9Zk+BkoL{6)kgtc3auyUcWx}gl3s=d=N5m zm&+AZ#6*xNxhrzk&545X)L1go&LLUNt4B6?!C^R%iNeJa}k)Kjvi66~K zl$RvP$Qapy4T+LRM6LK8scX^0C@N=?jEZ&ma%TIk^e9ewLg4bJ*kpXP$@QV=%+=-` zKI!8?Uk%hkdHmZg`5E0Fz+d0iFy8brWZJfhH?B0UkH0GFds-2{+n91UNXylN75fqT z98V^gqvmE4@!Fa>y0iyl2Rh;R-A?#2$KXvSm(!FEe0kD-JvH@#3CG~Bjn*@8G$*Q6 z(#388M46=t5%mq)3sMn%A=eJ z8vv0NH?UquiO9`w?yR9<>6IKUN>dVHjk<>xVFk z@+AV%s6>}6#_MZjL|_1DTfaGhvnS5~dJf)VzDE|VA`G$iAh|{XMl9k@F(dk+v?qbx zo+_LOP2?%5*pCX3Wt52YMslz>n=K?KDkJOa+To8=K(WNLYVkBBSLzgl;nratiWWNOT0@@WxS6~n+Mlkq zJMMN^xI9rUEB032I|N@EI_p-tJG7dlM7mpXM&`EdK+ zK?vGUwpKpmG-@Udts7#iojtyEu>+?9WG0&;!~@Tsojs02y(IYcJb_f{hssQYzJlwb<7-Gks~P!PG^KW#}ru6*(H16PqTWnVXCRvu}WKUM0o}! zLVTkNnUy>cfIp^(>XvHK=9Mcsk-n6{G~tCNMpxNgOiID_%dc+}6;t3aVhNK)4xpfJ zCwE5-IM3sz;r)v+6F)?Yktu*K1{v=)Tve&}i)U&*R;^!=Ak!Kz);U0C^&j!2{_&tfbsuNK4 zmi!~clQY3FXCxOV3JIP3fNZ+o89(rtQyXmxdvgsricloeIy~S_bjbAg_YTZnSw}Ml zNy%FrRC`-t_=J=mC6FwXkhY(a{%)C=+r6ai)DNHFr4_7kG$HXTm?bQ>x$jW~`P88R z5+R3>zcf8pM#Tf*!rOC=1n0BoSO&$cqTCjfurQmV<(o6!>^N?=2MB44nfiyC1Qy%i1x>Bl7@md zTShhSn;YI$Xgc*m<0(rg%diR(zXddbeksvwSSUQC=ek0_+b$w4ZRJ!(`;>h9;EJ&f zxYJ5~=6=KOkv7!SpHm6L+I(*+z<}G`nD}hPP-O}CN-J#MT9THN~A>9oU@6Gf5z5jDvoO^e6 zcIFeaU=J7|?-M>)G@R9+hMqcj$@B87-fH$`D$@6!%&YbtxL%?VnQFL*1c#2bR7VF6 z6F++b@UYkCdEAxY_4D(T)xG(p5MZ_H&pyxm z;-H1kpS{M8Xd&m7Swqxe7>+?+QUvO?^H99H{N~R<+%$L=!nO26xP%Q&x747-vPo@U zu(iMj|8JEGtioGKCI#<#A;;v(JI1(g=FH|iB_pCx9TY5Wl*nmoO6eN$v5ZSiJHPtF zT>GK<#tPgQ`(-?=u}ii4Is6P?=S?xt)^_i;dks^>qIwe15@8x09ovjd$g9n_zUxqC z!-QAy-7F3q)smn9nd45CM`NXJDyh47e zDR0>>{|MS!^ZZj!NddIWIMZ!2xC9i*k7RyBkd3AF_+B(nE})WI~$kg*a4TsYK&>VnQ^P#1t>Y_o@o!Rx`G^0Oh7x z=FKD%_8zJqLH0PNr)`$$tVhBvi#v6y^*iE^qv3K1g@4afeh){b?2%yxMzffyZ*E;iI@zSv-Zm> zMy1n5c0Q^nn9`Wxzpu)Qj?{cdP!zqB^H1lODdu#HXKu;ynrh#~GBTx?g&cDAQy}q- z8qq4Co)TKsut1=9C$HMvG2b}$B!So~P%~)kR*UI?snDcEsY%SOjt?k|N90J*N!guv z#if`T{s>zfFSp=`#CSKjjNJR)>i9hLgDJZRC-`sPBwssIguAN}nR9ei9t>1CR?LP& z-+RdQyTE-PiSV9e9hCw2lOqs3wZrYvJ;PwsaPuY0X=L>XE80YmhVP&xht6q#qGekp0HF@wijoK zQSZ1dx)r}P#69Pu`@Q_AknDU)Oj36~@InNAfTJL1L8Q3rS1HcN&~jqAU@A#8d?mx! z+ybxtwlTe*HHf8xDPugF;PhnrD|Ro0`X=*%54@O2s@AVFgRM4(&Nudh4nQ zPfB#rjC?0ID8BtuX@<_|{f{32CjPF19F)B--7}rU7f%7=ZGEU~b(|^wg`1E>^u20A zr+lCypt{p#%F0hYx&T$s;!t)hZH+uZ^WX=Q=v%e-^CwM~DGIznaOUi-!+yV?acNnk z@f6%m_VJMs{^sZn=Hl{lfmaDzx#|EuCw*F=RW8Sw)J=9220JRqT)cXA^xpNDD`d5y zfsnCZ#QahxGWBLKyt|qG;fIfCY(N9h6)(sP3&lVsp^Y(?)1)ENgR_Gk0>$7Y=SP%9 zEf5=AkX>!sU!f3@Q;p0W*)!9I$tr+Jzz;h*IjT9cZ2Wl@T}qcmC6Q708|+8#t%gzY z8#7LSYf4P_eJm|722^hy|1Qu=&yCR%)`tkRVmnc^w7jin5}?@ccnb^7TyD3}G>5#| zHt4aE5*xmZVC=4G)*9rob$)FaNxzuJ`zb-Sqf5+qumQ08;Z{PmmZq}qeRqkz05mxv zzx zS;ItX6A#FK2iHWn_SU-_0PK{( zl+^;Yj%<5#8&Ut8Pf`WvRGn4BMY-w{{<`mrBbV|x89OYfk&%*v2g^Tpb@J~hDzr8F z-kVw`v(q3W?cWZj^vgGkx6nyA4Me5A^o+`X-Q$o63>;=o*bsx0h(~AU6i`*^Cp@@K z6j;bL0;Q6TU12(t5`{rfeNCYXhwKBm+3 zZK3KYvMzg5mw$4rDowd$;y4ne1A1*zp1-S9p+k{9^p5>pw+C+-y8~9oKBXzOP_MZ* zd|G?QnUlt;y|sESXh8y`mZsPYL*?pKg&5OF)lsDPMY5V5)u@F5azPcbX+e!W7f8r` zlmQ3@Y(YVR98NCsuR ztpw{;k^{ioL#`0+5sM(_bCHJ5pF9n%tbV85?+`<8zfrZ|b81NAT|7FeC#WaO?#d6vKS{R0G;y>reS_bG#+nHFG9hhyW0pLPgt3u@mOKC@r7E6nKh+WgRj{Ux zl}ZVp07f`}u4~l*QVC+QutEuXOJ&8+yTKa74sJJE^t^9%+-_l{`^Wa-J^g3-))d@P zwrbwb*}d*$rZc~J6;h+eX|S-8RI6-t6mocoLp@6urkJDbC!|ZzRO7bK$A%}SN_U>r z8|@u}gnwf0KTPYD&lNTgbOruh_z9lE2NwQDk{)Hd+~j0ZFoQFTmlyGziD{!p^$lku0?rqvE~O|H@`PTW zfyCy_#O-@}3j6}$W2RH-lDdC!gKSoW@Lv}MZD5igfAw=EgzjQgJkT6Xmm z7C;)9vWP5l0RfQ;s;1X`NHG7THKr8*L|_pxr-s-<5Nkg3zWgGFvtLlPX|9(7xf$<% z1d^es;`ZpT?y3w_9PWydq$j$F)+-{WF)_-NSS$z2;^})%9q{CdjxnYadZ&H06 z{Igx`CA_0^^grha8(~QO2TkAZ2t=(0uV8dV!mrv5O5vL@oQtk1Lu?%}>sUHVVjCI+ ziiDBX0>DOte{V=BTA>}uesdGIbkuw3fCJ>a;(3l(^A2++J>1AWFsGr1T9@agX6lyl(JaVi3&>*pEsDcRY#YcG`7_ zR45L>sU_#f$nHxMW)?ZI{hPidVSdeCIwa58F+nsx^>4)|{{WMxP52$qyxabOdyuOm zSE)150korWMSb9U+czrg{07YWE2~6O5T%AqC`NkH zHVJuoff*>CaQ-`nXuYZrjCUy8xcmZRR2-uq?G&xci96j`@e@^XYfJrnZ^bqJdX*wL zJKolb8Bq{rTIc86U-r@5sjs=tsMM zLzwYy#wRe(o0g&88n}BbS@dXIS2{TyT$RRjj>lBK)xgdZ1(2x+!A zSP4$_!c_xwm0ILYxF&Jja>6?|`l_|~Uh2pRQjQx&HKk_Bnl!i6Mp^_=p@R;CT-g=b>}-z zcKt-~k*yvVcvElGZDkJiNzKQC57N$*DFbL)%=6HxXbxD`Um-#dresYllSh|_GU(8{3a%Y@U@DxWE};(%(QJkn9DTP9MmqPK#oFHcEV>r-i%599 z8KH|&nw%EsBeJls*UlMJh>it|u@IS+d)AbUKN(kumY{rWlcz>WUR7MSmgM}N%vz#g zzYPyzPXYQqS>*&pmgi4yH0{P2g6owTu&;BvfQ%#9Q(hxck-!+jt=x~R32}Kz9FJg| zaM`Lx*I4K! z3`Va;Pq$4$!~J|3Ap>Xh`t!*BW*~W#sC>M@0j1@IpI375O<4D7OLUr3Mae^~9kt3=ZgAar0tXKEn!NujqhonZwd&{+sL(28dWQ+jN zIKIJDux@?guydLgE@nLuaNXG&)XdQ@eiKBb6au{H>EoP-GOl;04|fSetG$QUystVP zNQSwm`+rI)j!#Z7^WqU-zj)`*j(GU1>{W}63}qogkM_{g+OVGFe36OXL$jv|dLCe# zBTN(NcJV7UOsyLNv%Gsd7^rez3Kf^XME@kx{NnB@$z=>>j>vHBT>wG%Br!W-n zxGWJ!g(4O4L+WTb`tZ%x8|C8p&@v+?oZ_kNmj0<9>pVnhiv$*i|BME%F_Y~ zAOu&CJTPu=Gx5=)!xn=pcC8ou1!#OZF#T=}GtG$w{GivLyI|Y36u9TO?)jD^$f7-$HSzwJ(^Dp&w5YR6QM=nD;xj>Wr-_99 zDMtrR0mR?StI35#O=6sT-OZCf6wnK-AhTW!&IarlzjhGRLXFe_my*N=oy_aq68j8n zsU^>bW<+$aF9)LUd$T{NhLgs_3xH3elJ)Gj6wnKSyqWTNUoim%|IZRTPE?bX)Z-qvmQ><60z?9sioC7=MM^KqUeh- z1?OYM{w9aC0&i<*5KTa3mq1$-KgS;+S@=|3hn{!&oFH|*JiOEVb!J+OtH@oWS=PUb z5Ct#(|v^nCW%AW{%7mo(&hUA@i!o-exI#cjD(k8Qg72`fZ;a@038b5XW z)FUaAcIcWp8kE&{t@<6Tqr4HyZ7yBg`fo}AcpoHUp#t$9$>&33S&nlQ^tn=Sla5zwHPN|agQO*&{+w#dPfvhLet!xJ;ez)|)hkTG%zuBj1 zcw8G_crFCXL;g(w|jub&dQeyHvN7y z_0-Ju#^S(tNUakunghR|S`sivgeP&*>9Ii$tBS)_Zt zLmUCaon>s1GwbvIl$>d;jk!4(TmmQ#ZK>_;MBhadSN4`vA(xBBhudJ1ulPSJ^^en6 z3vOX2ZX6d|mVYq95M7#)^n9+xH9BmA(W2y{cRjIY5Gs^(=+vnjwdSu6lRWwA6h@hk z0p!KQ;KW?B)Y=&~UMAl{3v48<+A%~lbrHUnV!rswIQd`r42AO*rMegk)%0vgtWM0( z3r>|vHaKtfQ7;=4{Eg<{;rCYue+&3pGm5}Uc};uf(P;=Q`DyS+t^4&3ZGL|#d3EB1 zs~{>(nLTUPi()F8cl(3F4)p2{D0hjg?DhuEc;WK~Bd6O>-x(n)wQeS;IWq!L$`_l& z&{uCfEA-h$-S^7n3?b1$q}mUlCZt*&MGbNupQpe5#Rc+4$`0m~NpOkVwkleEe-w48 z1k>`VD8Jt5wUC1p&58Gk zpiAGY>lTAy((7(T%N!VzVt2uJH1aaP|N0Q^B(agD;k&V6&cBX* z&$);GmN};cg%LIC-Q?#H&yM8PZN&dxLO$qg8qEG^O>;hK?PK)J6VPzp?TB_Hp*rR* z?{Ct6vq3%Q>Hk&>)}I?zj2R`eXDv60u}`7(waeOT`pJK^ATBm56{KkH&IC5P?y|3uS7}Kv-Bt zgyK6_@Pu<|+OjZ9-KQ&MX2?MAdWeaOrovV00)u47y%+661ceu@EE=OuhB~)#$qC24 z2f*IW0qZOjoq>LIs;j|DUdYzO3KJB~57i)F#h(B(0ZWoW4f%yo3wI z1rdRr_VV6$M@D#CHs+{aZq`9{{ss}gRsQ{z6A1NZ!@N&d+l$1T17uueAR^10z6*zi ziMBxf=1(_+)Kl)+Mj!ZCg)5of)-BM9RRiTtQR(AOd1`WX{johgU97KCBqancL~ukW zEM4fZjMH8tZlNtX04UC$p33kRf>Hm$_w_KtWMw$^y+e~r!6E;n6ok*@9WyZbca}mH zqI>&-d&Aus{+h|(g{`zdvQYVXf6g>O^ z$PSkH-xqS1n+@*7)YH1m%b;f&zkGq#H|WK|Us-&GcIO7-1=02od7+%n@(vCh5|VKV zYD0s_HM_ts92CSjm8|7YX1{Acu%sZ{YLC^tOTS#pAr2Jwn_A5F(Fza5t~Z@eb9VjW zC+cCgjdgw-QCGkEDy=RyzQD!;^7m=P#c-5*=bE~T^OjJ5 ztfw4(8OLQ}5G`I@RSbwi*+>n0hb^ip+W_L9sH)&>oK=to=g(Dy@CYf1+IIx(Td@@u z!C5MZ+M<12x3imWY=}^!mh|DtT{y_taybpg zEzTKutPSv)j1wH_x5*Tm>;sJA$4{5PDu5}JpFISJKSOwBRb^cu+NJ6GE9Ir>$6vp` z)6+W;zl()r6HEHMaME^!`IkJq54t1BlvIXQWcm{^q)b`hU2|*onn?gJk)UjW4x6gLA0a<4mM(C=9fB9c*5!@Pj{Eu z!s!1fjwsti4hovfG=gNpU7^Uxshv{^Y@>O4LDgi+X}9#A7sq8LzkB%NYp6aRadD+^ zan()hu+c2KC!a+}qee_bOU@T&9~*d%X!~P~mu~WiF8_5|KXDw2S*x>@d^YK}#(vhm zaA4W&;$>s9T&)X7-ByOEi#lpQ6obtCJ7V^tAI#CKkj;0Z=7by#8*Nk=8jgm9*>kfU z__vJT!zAogZ44kBf7%l3Et6uw`ZLjjUTQ;!Uf%9=#sCl|g+90OlYrn(441><{nj-v zL4gVK5BC}J_u64af*XJ7jAzkP#x?1gSw1NccAMh@-V_t_ABGNKqBeru^Fx@>CUspk z1vK|jS2$!~5E@87J77W9#kQ1(4oOBv1v4#P$`>MM@)ui`m7vbBG9)0jhWbfJI=qKt z^3&sSM%)M=$S8I;UmLv4Xk|UO$9`Yx{7&V|w$)){dSmPTUD(7he zi~*Yr^HSRo3D7Ag(554p5@@}TghBt;2!=}s?; zx%Id8f`^HL&tV^W-w(b{5L!Y$6Qn9~KtXCd8?F}E?6V-yppUF}y!~lIV)yarw`Q<~ z-N(M=@-E$ZfW?Y<5(15RseR+A+D5_0(r&#w^$ktvLAH?0ZZA*V-;$I#7BtTY(K6!s z3RO1R0G9eNIqJ%Z4DI<|{RzH>sL$&sE&S>Itb6}=YyBcGNZ56gAaA3kps;0I`Ls0< z#K>-hX!-`kM&ES|`|XIBuQ~mRhYnV`9kyBUd?M?#ZUc*&PP%wojrSks8{bOWB`Bs7 z%H&N!S3}@IOWcoDjD@z6;D2%Z=NknFvI;NVmQk2bM&>~zOAStl+%Y}rXh8s^Gr`X(fM z(!TgG4Z^r-Dn<$F*>M{ZAG5q$%bftrYOL=Z6dK=ai3F#801tyxRl0&=}; za_RoxQC>nVOBc`#P8@J(@=HU{O;3(y;6BZ_#5DrMNG1b=otWhL?rE0JrIU)lP)HGv zMfN9-?1c-$e-H#E$Dq-hC<1Q+Az|qr^0(v-_0IitcJpx}`be&#HKp0P0y-v$t&8d+ zB^y;LSw0O@)XZ@uG2-G!^b?@{OIr%V)Vg!iYw zUPqLEkBaq|)aoX=TcU^<`|?5xRSeQ5m!Tu{}UG zn$-RvUNvE`POAue5@q2PT^q+&{h;voZxB=_|g*nNpP>YxHxzq@7z5 z+}wr7Cx!;CTe|dRS)4bXL-|&oZ)>$0BuUew@uxjUgqCElqzud>Rz%c^wk}=CKpoP`Y;ovR*(3rT1Y(gG()6CjYdCM&#x=C>KziIQYCg+lNRGZfFj}C_Gw2>2lV_WLzz5 z+D?%?37%jdb?|f@y^`0Dy@G&2pTh~P5KxP5vRGXl5upp55T|sH^M4!7xW`28pbew& zv&@4MB;*NqeL`V!BSqqNy3Of1=#znZ!ps`8&wW5e9BvSeJ4thw7N>1Gyw$I$Q(P+^lt~NtyjCf z&;;2wVmjX22@JTae$Xwp)@TX!;-u!`sXVo#lD;h+-bUx)Lmc-Ivmy}~hI((|A9-m3 z+wAzk2UEl zV4kLtcDu{%(_j9i{=1yM2XK5VzorH4znjhL=%@?82(uL#eMg1XW)qHnJ?)>72mzSx z)SEBvFuVV%;3?10=6fa-dve;@h)Lj5S4)i8{pw4=UbaV|3j||DFJjXUu-)*YZi4gXiA6-e1cF4;_P&37F7bJB2KEHfV-;i zEud5}-43W9Vq2?Z>U6dm+tjSNy#Si}-<2Os?}v8f9m=RX&d^ew867Wyc&n z(mTOEAOkOSf9RWhF2lqo!oc6-=C90I;TyAk%{h;G#SeTiIvKcWDj+7Lgq&~h21;e; zC{KV{h=Fb0#gwP#PHz#3iu?`?Lv(ke{b){L5v?ZdH~E@vBYK3_=# z5rPJ6(1R0ue=%C@RBT`{Ns9876u}J*#sr&JY35RqpY#Bsn`%p9z};Zxug?&sO%ndZ z##6S~9JR9sMOQG~B~tYHJS?V zO7q8Sa^UOAkugUo65C%RLysx})Bt4#Fp`*x00md+_;a0i}$QuTF%f z>GZqt*vT=n6ixEudxovxUyM}!{1T=uO9vJn{?B?*{|XL?u+;?fs~v2^77~%1lENUA zYptXheYs)~?xY2=04MBY;00$k`gl#^Zem}OuE}ayWFh`X_-G@!&&1y3xlEa}3 zU>4e4`XKN1T%F-bT;{&oT+FnzV%ViKhk&lss`t;y6+bl!<0q06I&^x*sHmA)(=gwz3{e`3eHK*bHxh~u01X?Nf^;xa#9cx6iAN=7~TU(p>r%%X~ zJxa0YfE80B11psE%a-%UbEcP3_weSBHkY=zde3Q&9T#^Kv-jJ}Hs=z@M(mW~>#FzL zVG_n;9qc?Eo0Sx0JFcC;Yd9~R8(S~C++T?qV*{uGfwB|26XkA3UuNR_a`8O#5t**Y z;iJwy9U(QRbE6`^&#U9gAxXhKGOWB2stZDM{%$s9y8Q2io za_Y%;;Sh{=xN0#Bu!3Js;f$L!-4=M^@znj03Mj< z1Hcm6bjX}_;LV9MnCN%aCQhd1lWDMB}$ZU5@r1KcL{ z*cK&`)$V@FBpDYm=r>e{`vBar;o#~#YWShQRc1#y?Mi2M^mo|2EJ|ZcpnIF3h)z)L zNz~A(V!FA6JeZ?rm`141^t>m-XW;7-J$LW$MoMR~q&i?(=M1 z=0)xIK91ZTf8ATAXD`f_u-?+qIai(()L5>SlPeFdzW@m!XH3;*x}r@2TGHJpa~WZz z;s}$m*1iy<_Ln@f8R_Rut-3=L9%Xp_fgQ44)4Rw6?asgCnvN^sEw0_3aHsvWFglhz zTpw~RLZk3U;xuFIwt>pZe#H}q4D}S5R(h@3a(uyBb2s%1+vG9Y;Gc}4rptF^S(30q zS#xl}D3PXn9I{C;i{O8m(v>YkreGwd4ekh_uPPyh-1Nm6S1_Ztt*uq5;{XUFDUH}c^q*6#jkTQ)P%_isCh$27x zNR4XECr3nEZIth1Vd+*b&R<-_F8UsHVD#L!|4g)x_r?^Dcxc0eJ_5su)^?~~eEZY6 zxAx5uM8`>hZ1|NjZ~6YeY#2Rqnr0v5`3?g*ufsNJoi>T7skqmJmiuHp&nI7W;F4<6 zV%g<&6T5oNCtz-E^dn;)jo;H&r#(ro97NOMPn=O{^!WVM6GcCzNC-DIdW2t3w=fau zY8ty&3YPXS*(dDSCRP`>3vm9X={w$_bnG?aUW9p%R@0m>+zfv)K}EuA-)mqoFgDmx zm~2@1plEbAp4~ahb>?p63BAzs`bKff;kA5fjCtp@`y}G8ETSU-^9aV|2+sw^>x;ca z`t&9~8Wv?BLl)2E;Lq>6WJt9S_JSlP3U5uCYXq~+-wy^8!fay{(F8(kfO`>Wdxdrh z49)tY0n-;vsMV38ow(2oG>VnNFk7l_4m!|W4Nbz7Iq$ttQqfSeCq=SRN9K!r#!kTiU-WT%lSFiB-|ky%~L zqFkp{2PitLXB&nNDjhP=JiLqSMUnZ-7%ct+T)!&}Nw-E`r0Gi z0B33O`Jo?O_0D2tG2tH-d(79PBi9AO;=rPCI<4l;79f*s<|Iy>`S>%ftU`SrSVZ|4lwY?eNnP)7@?N-TdmRHM3^^KxDhPv%44~CKZy4vfGaTniJvx zWqVWm()gW#fP|$G@4ETzIRBnt-Ei}0u}lwQxWuT=y*eO~$FTalV{%^n+FuGMRl=!f)OJUBc8@jSF;{yPhWaocat#aTVpnw@ zo;>+Z{jP=<#rcMf3N2N{0n<=^3Pwc*@rg}btj-aHPMV^slAo~D2dO{QlhECsv<0`P zTj!==IWFk-{841fAq^KW3#47*0Pe%b1{Ss||`>0^?UW9(s?8!;~UVIhj9dYLMCm{ro_ptnrk zn{?TYzPg#C#Yu>5Ge>z`Mz-a=ue#^J*X#TpuXcG)M#@n#!Ih>s=4r>Iw~a@8oCmc3 z(>+bqu$x_bc5>v`U;fT|4Uwav(N`0xh3)X*S$CswKc~Jqb>uB>!VoRx;$^Kes<6MygwV{Pqp1{}DyINf!Pfw9548PoVT? zaZ=?@(|`4}I$s?A(3riNoD@(O6P_OmD|kEzbN?!7-X`@^5z+663=+ew$+}vg?BG7N zGXJL8HBBwu)CwkA1&gWgH&jeJl>mZc#O-@ z7yaI5Gy7e*Cu=;)2(U8UST`vAgYO1s#h0t+i8O%>8% zaB~|Ek)BAgxzvX?D4s%a-la>2d)XD2$!`?YsK&@=Qr z-TcZd-t;N#+d+BuLR$0{0VWlKG^>*?M3kXvl^D+Nw(ITkf`(`!@4uvmgsBpPo_KHN zvIxO{HIAqxxVIAWFiLStr0V)Bz5!A^&4KwY&Nwb64}sgD6C`FyM{cLIhO>BhA?l3I z>uA6$dv}X?mJ|DLPtWpc4;L(~nB+`N0DQhlfv)*oTqqVgNz*zFx5N161Fb|^=g-(& zIgx&^&3p*h-A<8Eg74(9YOAl+kB;J@{Q0G{60}QMni>C1uQ${#&rHK);#S*i$O^8g zCp@$V*jq8EgKHF2*IBZQOIu)5uJ`Hz?_M|e(O0sYw{0YU>UYA*;q zhdZE=d^~dtOf6_r0vSHW5iBifF4lkgtXhXY1i2*hGqJ>gNEq5Ex1Fh_=cbX`%bYsb zZ95X5Y61jqvcn3E*_r4+f9?3{t$uELL&G-W`ad^Q;kmB?xHtDbix+GCZo9kbsn~5YR>&pKBA^TWO469C)&< z-t*5W-Q_m>1e*K~lvo{K)pzQP{G!ju?kU@*Brv<}cbkKE(z)#7PT4^XtNvqP@S*Gg z3teA6vFXOv|4AX_Jzv{Rj85Xk%R-a$rW#ui$j9aWUZ>;km-KX_O>)g9*WfG|`n&c( zVcFPeLhbg)?AD{6_vou-5j-t&QinGGgq!&prh*uz*1rC=Z2iLxBwJ{kne9Y`y6J1t zfa=w-Tm1AUXq^@UMPXPOCj}?GO0leV4;Z1>17*gSb?>>>t1mY3k z5$ov~VAFJBL9EM78`*IIy_cOL7(+>t@2@$r)uqulP&_Y?V}=4A1DwM4E^<1e5U~jT zHAKJ2Uvv1FriU@ne)oF=np80yg@;8?%CAz?3Ppr@G3MI4aS^{ z8ag$iPQSV)tE-IN*u`khGzLE8ZvDS~-iVWAOROVQZqp37tThn0`!>wD>X%_6VSoK| zDWhh@E7}LFNGMe(US-|vwDc}vlk+-cW`B7S(f(OXtdYdw<+#Hq3w8a}1-j+W<>E^V z1<5qFbDb^m{$`(bDh2R=#?H;Gn04s3vtu8rD_eIDL8aI<2oaTw<=O~KZmYHknz#*9 zt`mXKJ%B9Xw=tJIkH;~p+cAIGV&_nNYC;SbD;fuArIIxW#)+Arns#1l{Sji!!?7R5 ze6#kK8d~(mb1RbZ0laOJc=76^NL%g<8*W~iUGI8ipNvRf;v!eC9p$)#c5R!MN$PCsd2FogforSQfY_(p>n** z{RIn&_j^x(5a?wgc#z@;Mcf>bg;WTB zT|6f7PYTZGvxs`!QhmA~aw z9pQmX*c9-~El6OcCzIcCI~?yGAsE3WC7|6(Bl5ew7l+88PuG*ir5v>oh1Fq9z50Ru zKct@jqyi5q(^nec0Wb@q z(?Eln71k!Tj#vx%DGeLHXLf|nRq+vZ;Ma2@E>T#GX?hzfokc7L%2K4b0S1mfc|84o z_=xm}vY#Iu5A$@LF{hfU0=}b={FBYxJ>Ki@UpInF&?RH;86!IXyti>W*ih*zVd?bT zuc3j<`{Wz8iHz>k}eq+F2et5(Mea30Cq-^=%rK^Y5iQnn# z=4RXr{*}Kc$_g4jg@zFk-^02#*EY6?$#XPDGvnGlVDHLwxmK9LqT!!aX&_6 zdYg7%IR(V;p8-F2G2u}3Yg%>U(n4Ai$0vN^a#`|W&_wRUF9gK%y^X!G2J7au1x~i3 z$%e~OnhQ5J`Glno5bzF+q$4R<57*O^_|s*?BIvuPh+l7~ti3r;c%Uzw55LA>FQpWR z=$YNdiT_tbG?z&t`(Fvnn{jz-#ulOSx|egP(Oz4M_J;Qkz>`2yrSbdp~2?-^I zI%bI+)_aF@)=Ggd0#8pL@4Z~lY1oc>dsj(VGI+jyUlVGqhJt%AR@H$tN?5znsmZ_Y zsnQ6jsFbgTh)eD&>#kiCNtAvu{4q-2f!kXzu%~kIRY>q#R$=~M-t~mIXU}=HCoXqt zU2Z!lGAE4P`TD&nx@a;t;oKa7-w9=o<25+2`-;;QxbzHP>^OYE)*SKD*T&HQtYqJR z+vO=fi_mDhn@@uM_Q+!e)tB0C3sgP%Ok+LsImou5pB7u?rGmW#Iy!lFf2;6ki#J*4 zdfu@4Iy!+XZ0MV4mWdhIiP&bIS{*0*hqA=`;NV;qWSE{i9H|iS6Z%W2;0_3I^B5Br z@}ZbACWrJw+qe;w-Q^G|C#q>UzqMpDN?Kl_L^K;xHbqaZk!CO@7<}|`E6I~}^}Ypi z^&Q>)(t9CQK4U!6>3q^~t=G+t6yL31MuTg?vMWdOa_%XrRT^Hg= zHdfats64}LCqglah1d=2vMMoqC${j(5{y-t#&$kmt}poEoE@#oeM>whHf6Z0%C zsao{cHj#wv<926d;T;r9{fzlsb1f(-T{A6nClC84kE2QGxA0Il+Iv2EBx83-lY|;U z#)N8}ED8r(l`J|(hNxlJ-vk}I>bhc#8Obtzjf)rj!6P}lEw8dJnYG8&A&9fQ07uZk~Ru$$21D6$Re zv)7<;`+UzLdB?m6xTkputMQ9WB01aG3aXDRH;RWhC^t75N@{L_Cl$)g&OFud=r6wY zPD)}Ihi70arY3~lnS)I))#2SABV#-N6SV${0!9xVukqO=Ne(Bug*4ZMHMC_62!V`$vzU;j`~QseE2`*{ioQr|D@ym4#a~Lb&|?Y<)4Ui@kniQ7n5^JU^!75{UE^ zeqhCJZoxHY*kc;n+2;V)Zy=;+1zRRuFIOs4`*M*Qa6zB@bu+i|nRvAbs6JQ~%LyKbHx$BCHETH=4*p}Y*-#MM^!usU-_wH{ zWi_2ArUPs&>m)7d_~fT`t*DwTmcmjecs|<>Z9n+SD#V%q2PpsOX6!EKS8nxdh`;H> zIEE99Q_oL-f>!fKL$x1wj*AHg=&VE{&d?F(xp65jE=~_1!Pbm|tLQEKNeZtBV4WI@ zfcyd<3Dwxh*~uVjDa-B6kWpfS{B_(g>76xIsyL~n?bqR5kj~%hH0tl-U-1^?#+>&Z z59fEMy4wPn{o{ctS1w5{1D2gP%3w}Ap0r|A#ZDv|6JwQS7G!UZ$ig@#4>GZ@=rU zfB}A7WaQW8RBOwYVvdPI`6L2NidHwfrDy~mLBRbX3-~S&^XB8D!7i?=hxVyW% zYY5g@Ah^4`yE_DTcY?dSyIb(!PH>k1cmMa?b6xXj#1<35Mb%9@_7_V!vI?-oG2hZc{ah&aCGB zeR-hsv=g~w5aWzEU=58qo_hWp5Bjf-jviYf_9$nyN-i%en1xQB`J=_)7x>kB$^Ioy zEJ!be)oy*mNAsDv++4;T6T<7mI1uG1_M5aFNnS65C}uXpL?tafvtD~-bQK}g>s!8= zRJ^hm^2Q#%V+b3j^l;)am6Sv*E5UJ|*zvK1O5D-6R1=5TIPCDvrVb&`5b--?f!+yD zHlXFQY-QF}tTQP0n}=@Tp?I(8>`eXLV%a%0fxXD!CzDR`CD=8~6cZC-9~2P{r7Y3J z-^^zw)G{x9Hi3~rgLI$V8a>3tpxaUG#&IeFp0m#X11<7T7X(o3FT7*Pg*XTTKYC8K z>iMYSE>PTg(v)skksTPJq-GrKDkFWvgj=V%OSUDc$IP(8KRF56?qRx5VZpx^%wRdp z5j1u_*aKyq>_^J7UxwyQ8O2NP>l?(bpIiKE2sI zZRF_01ACdy&6XIvIQXi!0{Fw-??H063uTSKs3yee$SF;&v`4{A?xX92NvzRz&APfJ zeyb&@Estr>#Feqc?`oKce^;P;w)DoPW`_R^6QJ%K$F%BsuBz4H?`xn1E`4%S(2PeC z;p=W<1R4rw#QS{jUz2-<_KaqlL$$aogT)yn|3jY^3_LCnMaytld9<=@a19hiP%Vid zW@MCm^aKxS5l~4aGZ7S{F4cc3+0P;gU^*K5LqO|UW{5dU->8am#JZ0HR}=;tPwC{p zQ|D71GR4Sr=Dn93)Of5KqOz~i+;Y*Gy+0z3)mJ8d_m(GX;|pp;f~f7KC1;0_zgf@I z!B3rj-YIDwYX}la((5hq4z@+*29?7?9CT-4qu9KTd4Scx`eE_WkS2=7ePTG8bw?i< zj|jDqHdFLsI-7uiSud4isg! zdb+FT6)`ygGmJStF+-TZ(Q-oyJdTY`vb^yVzDNz&|D#3oXG*KLiE)nikR0hWvHO4O zmsB?CTfMNq7Y6ZV%}T*63+>Pe&DOvI9*IiW1?v$IQX}A>jA+eBpobO%b3H}UVNmVTx4`A3))L&;^|%#77yV(M12c}!bR89 zEqIDMnDfYYhQfD&u80Pjg4XD7DTj5sZzfH4WCru>ah5yvw)IOMC!#{rjMef5qlT=b{@tBNM z!Hezm(5!3$5w}Ux(NnZ_cfh6hihH92tWOj|_}ZO4jn$T(!MFuphAD1YBr*EVXptU~ zPFiT!Q~OZiK4=jqa7zdZu`Mq+e3Xk1QfM<_q#&`y(!XY)XRy@q*+bAu1p!EHnvVu+ zwZMl~r%$rr443?-8sJ&_6~{Si>Zm% zzRL0k(08c)nsCt3%Z+Snq)#HU`9obKO+l>kV6(v$4i)*FsI$8q(#-CnONCO7(O=-k zyVeNavqc!?md5E-r_n9a{=uq91-{@pFZK#|vJ?}XmE|_bq}7eO5SVlQ?|76y&ZhHn zRQ^#(#- z>H;CWTuQzmB3mhvMJ_Xn-X!uVG%Tzs*cs;q{Ec_qX`8@1WTIspNx(37+_4};CKQT^ zQddI5(}QHn{5^QU_Fe^7I-iCN8}IgX;Dj~$!Cu(O-{(Ec-1#XRqR)hU5N*hrgSNvd z+aTkWwS<=)>1vO<6}juS(x_%1kEWVteu>D_awPY2%CSlV>gDKc-lq!?PLjtFG~#Y1 z7inG~m7#c=V8X$Kk!xxWZs4im#wV0C7q(5wTgNjohO4Wed<6#vJq3A&rF0ljF5LxE zBQ94BAv&7Ah-08|38P3b92Z!u>6Cf4^W+^}f^U;x2RT3e=B`d`HWQ+u=n$a<-Cu>Z zFyR-fSv1SE1XT#>ItNCYvdG3qRdORgYP|2*%Z>GjqY#b^hHX7}zJgWL;H8=@53K=x zxj05&#RI!h=5>1ODmPCEvaLtz0VpJtkf7z#L2y>L0zz_r6 zkK1$~_cRB*ZL{LN>Joro5zG{fqYf7IXF33Vai#^tRN!uaypdlddQx01tr8hRs5Av2 zpVk>xPMyyZ7Qeip_8+FpN*I7?mcI*e+~W0Q|Ee2fl5ngoDaUG1xw|=HwX6zI{k7jb zKNwoHV;$q!)((ymgEn800k5}H@T;`Y;^vB0uNAkV9kGBTHhk9ot`8b2xN->2Mw8ET zwdD=gY(_hVf(FCEW|7mn&-%Uq5<*3lNf=4vrDM0V60)n@UBFyiqYvIB4w@0ecMGuCa49+vur4;VG)sF>&82O=kdr z{oLA>LYyFj=dQO5d3-c$x!-}WWYzZvj^vqKO8sc_a_!ND5*&(6mQ)&+Jx-j;op#qg zFWpYrySU+cZOPHWqcb}@^&W)$ZZMuNp@4`KFirsTaCv~6#Ayad$VR;>4lnr+mt-(g zrjq%`{^B00kZzwwS*>ZNc^S^ccxy3|797N7J{4@?o2Wo<>1n;d(dXlFwInLW>90p# z( z6=tWTeThU|uAU|nj5fc8s_1eRYM-j2N=Z4fPfAi%qt~omZe)ln;}^{JTbjE`4P%qo zq>00sr!>xBtgc z9XP_MGgk^Tw?FAOxg4i9iE!6{3>6-tf2THB1w(VjmRWJF#3UjTQW=^O<|>gI*S*lX zS#|yfE{(5NwPg2BQ1if?BqoU!PgBRG)oeiQO0E*JyrX$) zKadxoZ8nxFv^nrkdAC@Rc_3t=YLaY`yqg)av#cAJ1cAAe=~9pHLO3D9+!+_-7K3U9FaFl*U(L*zjvrR-ed zWDR9GEp3rYP=pYll)`=1k<495!+79_N>0rl&yOD{$Z^p$NR2^jcQIqLF=h-c87W)P1CI80$e`1!zqHAJF9yr$bTK>ZV^w9X^8O z5$}t~mG}j9T&MNrD(j^UjT~6o2cmbC3Gs^z{mwwI{M}+(N*$PgVx|BV{w|4$NJ83> zm++N?LV0*O$JF~!d};G+sXbNa$iMN4=`=vL%bqSs7D|g*yOoEj9poB|wUhrM5#}7R zNl|3|1-L$>tSZ?_r_0GV2Wu_zh64KF7}DOas>rR79HViOPo>Ow0oV4&>FG~cW;9*$ zt`4pw1fQO4B<6VZRr)WdO#Py%Sip7==kv`N>+XmvaoMF)hW>ZG6O*Ftv_B;+|Hn^^ z8y$y3O+nOu*aJfAJE9-NLuUV?*|_}sE0S9k7OVL(UlGl$)17b7?txL~#R>n>WM=3Z ze>xj{O>T4BYYKYMzMMk-Y4X^s-}gsiJ*LR3j#{&={uQ69 zD&f1~l?XKPCD=IT*byTy?8%y{xK-u^d5KA2s(!viD4mlG)S3?ppS1>U+?Yc?2=cnuvHMFialF#bPmK!2t!wOs|v4*aNhBciU{` z^6LvVdzXvquzevWnLYOOZpO;}B9rzD`h0QctE=aC!fA>SMpHi4anap>mhl+!f7!RH za}t~S{|1+*4AhgkT`3asq65E>eFrWs3`N(0bS}+1YDJ56)&*)0yx?Rc@W{&=UuDsj zndM+{k2Gqz{=wb5)uD*!4<|oT>X7M?!vQhg%uZY}(XWzPjt~@mD9isycw>WqVTv6z zqsIeZL0Fms64Uz#YY@S?77CM(WaIYc>w8rc#yrh)?>VkjCr62xQqiyrl%Zb7g@i6=qV zBN^hKBz|Qb ziNLvle-O4@Bs+fk{)dj>Wu#7h8+8-(>Eb2iD`3TglBNVkup>&5V^qEk@BBR;#YoaP zLdKn^7j|yFq@O2s#mE~}Lafmw;}o>tyq)M`b>j+OK7)N;f~JqpxoyaGB!$neu~rMO zvO>&a{u)i~5T7g+V<95dPP3%2BS|SP79n6}YpLG6iDke*q&FG3PHf=fJhn1z+T(;7 zYQ)s;(m@%H41dW;4j3!dq!SMhkW`>OHZUJi`IUjuC-yBiIhy(_WCmv-tR2&n+V@Na zQ4jlnerKWmxJ0iAT@uwN;{{dFQcSUuvpXxSZwn@f2ruxH${#3@mA(-Y(kw83)>_)Ic)y-y|qcRD~rp%M<*WBpm3hbhHrekJF!Qr%_2+<2&iv z8EMp$Xi&$g-fgYC))FT#IZHmd^!*wj|Nf304HZwJnjOwjUHv18g7ppG%!-*g)2-E6 z0Gyz8d`g6zNz4?^6%$TgS~a6Oohl|bfFz4_Zx5?kCI!z9YtVR#75T$Yun~hoyB=tt z@_*^nL&;Ch9P)Z}KXHVN(K-a}pUo;QHr8ET)0ONCIou;^JKvpjSj_+W`ufmhdq2hA zm-A#Jp_TybKTG21KORd3Pf&Mtv+v=lSF{|2oZhVWP`@K)LAv+j{8bhP<2y@3;#YUOMw&o^uuXrhROumIKOEt<{{kJPNAl^I zUBapS36ydkzETpW{VC<`=>RN_4Huvmh?3;f>AMsmh^bBz#0@_Up>@~q+7b)*&iSx_ z8S~jXbjpOl<-C}|KgrX2V5^%W4n|Qh*K^4RX&>BLe)`PU)nd~4H!1SgmLLPFNGN&a zMkfECGpCEytKXe(PHfo_~>wfQUm7s26(%e8+@Wv9y! zw*RPC-O@Y^o&g;{Tg|~t7mu8!B_~HY_UJ!yVW$l|cmlBlXqDE5D*V*;x(rTHlcPZm z;aXgtP|!*TPxe>Z^n>1~nVf;-gX44+62x7U-lXhuO2N-iDKB7ovFf-9)TaY`DeSVj z6mo0{h7AhZP2UF~yE&a?6GNGaJYWUGl^x;Ht4-qESP;vvhvPpWK6tbT9(A#3o>DK9 za*vZ#ObqP%29v_IGy)1$5fqwin19twj(6I0$pR%rqCI#MF#yadeA{tDzB3MF2SC{Kb z`;3R<@6ka+G~?gR5Q}K=Zs3~g!oER_?}e;&aRD!~O)HV_mpG`M+GZ_A0#6fDsnLW~ zM@*?2WHC(jEpGuGjySY???aRcX!k#Qm)KG|@2gv1(I8)8Pd0QzvpT`JSiVS1eu~dW zdMeyGSAR|A61ev`B}!j+bERE@X`ryi#0vE9`Mi55#4zLvs&2O_VnIO5r)(bDq<8z# z9FtsN(h+@K(&aAXbaikM;XhP zQ$=R7J?t#~hR1fOdO0meR`{&uBBuvYe~_fGQ5B;kn+@uqYSFK>ovcU&SdM(N#EIMJ zD|^f=DU4+IGsUMd)D=}Ru^<2>43|s1FQYMYB(151XyX+)6>?PRa8m?rIV$ zM95!|8E9!2susqOf_!}5-#I0}BvQ}K0{Tb94+UI0{YJ$Wf%fjj4k`2R*3XWaHVJ=& z<sG$yC=} zPZA%w0#&nCD*zO|Wc#1xR^wLI5Iv*;G|u|2C0ZBRZZ)ab)7NRzu8zJ6SDByIDoBil zscPiu5tI^YvRX2kkqqi%PSJ&}CO4|}S?~$UGKkLZi#kBacu?X5FnZI3>=6`F#Sl2G zFb-kfpODv?@HB`D! z+3Opgu#$MV8az}I7~d&51GZw9YxBFay1qi~DE@W|<*M1TpR5?kFR6P%~|q<4#BmmaK(r?hx;7@^xgT9ImWSYhOEWiM?v43?B*RNOV zU@WYYG?Eqo%H;4oq-k<|)IU2KHBJ}=Su1qPHvm;RMmT1j#{3XNGB(D0+=lX7)kNS! zkNOMZ`&P)5I5bTf-)#5T{1Y2%q}bq>=n$^%M*x`PCzHirtt_XP)hjx&)#`Y#KQbAW zSX!kG_CK}43nrP1{5tnUv(KroQ?Um!P72lBGledlEhF_kDKuqga1dFVEjz=P@EljG z>OzOl+37TI#T*A(l>$2=K;d04FzE(`GM#~L)46_(l-S04CsD7&gp**RElPpYz{k%J zO3nwJvR-Z2q43(Wmz2w?dvx9AilJ`(Cr+;@It3{5PZbRu~QI;lGg(&G3V@-XWnW!Ykb60OVMTa z@YlKBfesI)_Zn?^wz0ducN4sRAL>yqEn#N|3%%UuI`zKRvED#fd<$vX7sTq_pslSL z%aGj2_OxJZvCo4x|MguH$D6}{^k=qe{E|^fXDcYJ&%bY|bInmbV9P#Z2M_W5->`#u z-65zcowP5QJ|15V2MT~U5vu&%`HgErrfeo*Ztj*C$IE_S&wW7581c08_L>|EK{7{xxc_>vmlJl9p6DVi?bWje+8*%D`myn8_% zVqC)&Df`|VPI9D;B)K0y%PCQ;P9&D*Jq zU-Oml)t{d9v@SA)DfX>o$`0(5vu+2z$$wz(>I{nI@A7|iBtqW;1g6S!;4icSF5aW$ zzQT4*dLX+wNHf@rkb9JVMfNq8n0zO$*W}O2PxGPlra`LWNLRgzrH;~HozzHtzhQSX zw4ufsXK3hoiE33HI@2E4wsF!~wT4PA;LYAGw^0`HmjcK4p~RP!z+)wEYUF4$g<~vT zE1m8<4t>+L+*>@+wHKCLVBR7h1ROt%*#C1EfccXs?5*!DZJ?s55$%U<>Zi1hP+QY9 zcw6RGq*PQx#r$)>LhwpZRV~8K`asa}h})2|v>erC7Mv<<2QPtr&LYR%EiOb?QEL0u zH@tf;(WV6?>h!EtHhW2db!!PMR6}UJ0|@cCjz8t4(qs7m5!r#i;s0@$+>W3ihDUk3k@rKx*mh z3X|2YA)zc3#YWTM=$N$VHmoBc9AL}!%b<3)IWQK=8RwFZ4`^bkDArWjPALSA^Xt8~ z`kEk7l4S_SN><~qM@O~Ri0lSgDkL(ey28!)W|Q{q7rS#USPxRRxV`6f(9|SS8gHNF zx?Y;Vs&OZbFH<2e4lie`lVJQRB!$pO)kcow1GV7WIZx(S zU{F^l(W!lsNj2#GV6I>2qmkeKj=!nXY=kU+NlVUGRvWOd()h0`l33RRd-~U}hS13- z0+ekva3rMPakoNcVTn8=%1m!LjM-1Rn-Szt=RwQg5Zmow{6lQ67vI z0@IsLo{{C~#pFMt2Ku7vPjMUBw~yG6wAgkX56t(Vk&csA{Sg5^*Mr&Q9a_h5~{dEYZItfNK3rbA6>viTgfn28Xmy3VajPg zvA=+oLe-fgtAd7BBBAYmsXT#Y+P!f;wwPA990EzTqc}OC>}BbuZi@K*#|F`Hq{N8-$eC7OmRbQT-%KEK#e&;)~T4?<6HPJGk zYLr_H&tt$Rv7#E5jFobAd6z$nd*GtDyBmz!F|DKH74Y%Jo28=fTg0k(82y#cz^aR= z7&N{piR|7Z_Y|qb&6Q~P?c!>Op<2(0q|mLwUTSvxyOCsW?RCiocN8ht`I~M&a|9Xs z-#?GCP-t2$J`{<`kATd-q-##aHGOQz4ySymmvOx#QY?}gKlxin_22JH(46kz|D%3g ztTr&WyR7|j;BwOJ7ca}ppa8-N(aE^(W4oORo8#(s@#N$a%Bo|uZkM~%7uvpnU+Xod z-SWAUh{k~#=umM4OVRKfwZMoW@V!yK34BU_$H-n0OI1x7>1|9R-Xu*eBEbOj1O&ZR12KcpRT`y8 z-1%_!Vr8V^g$CR33>j%_)8wPDAq==$EwU?%wQexHPX7BeJa} zz6)C8ZROlXKo%Ai%Xc2650+W3gF zL*{OoSEdb2i$Bx;S@{GJ6D3Y4lcoN?Xun=Mulv!A!nQ1f0z1Wx2qQWRhXZ?l|&BlNv#vySz`M&Yj1(W5ki(-=&4}?h@cBgL5s0HM61_RkDpUpHkDd8B0 zq&x7nOvN=rnHmbX!Fde!^;WbxpJv28q62@~l=ZTRkxl$@woLA2&e6iLlu6L{AJ4Lh zD}I^G#`ay3EB20N` zhPzdUsVib-|M)(z&h&;zqQ|f&XYw?$8~M4Z=|~S!FD6weC5TJKfcl@UnQ1>ZwEKCTxQR#AtB7Z0 zg(*kfS>OEy^N~x!l@3Dor_+ZYAs|T}q};mY+6-m#Ko3+IP?X>xn;br#Kqag-y&u2d zN_tAaI{KUAQM+Rt$R20xi{7+wWwO=HyNCrKRKd(1Z-=bb;pLBk*>750RpaaBmhzzc zrSle|oJlPIw$+{4s;{a*78A@qM$hfRDu|{GoQl9VTS5Ts_vEF8!ZQpTymzDD7nPn{xcBTC!=A) z{we|A?7Vhxogcd#slK(vn!NnY(~jC?H9|(7T{xFXNCCV<2~pN&=>AVotgT0rUH^VH z;CE#VMq-A>l0?FC(AUN*%z|?oumo1RfqR=-5B@Uq7!ec8JfnlQW4vuKekvReb-_ag z4I*ZEwfFz+Xi-uc-RIum`z5K_$Aq36W-r}cetU~nG_>7Kv*y7FsRK}Qvj%5 zN^`xlv4?n=^Y#62LTvU%)$G_so1wC^ED9bJ_v&>#tlH;;tWN*y#46)|QfNe4Qm8s| z@$y6>^8=@>B&(-mlg_X0a0y5|Hwzo66)R1du4~J>;WvZ#!&1`I0Y0)#e*6Dea)_0! znd7Ve@H+5nC&%pGR65p?K6pLVs>Jn=atZ7_qeIiAroQJIPru;#ro?`WTakEPIRe&D zaAp)&EiQdkKH_hs;;@g?>P@$igslR>*Xs`UM=Yt1d~0q{^_CR5==!Nx}&qX^LUNmaKQ#v!DuOMi`|qf+V^a=1QtyIY6MLVv-Imq+YE| zSHa*U=qD!>c#Pgkrr)l+*wgay?f$-EJaHvj6eiZ)*8|4+9}84(_Pi#Hsz=FA_tX$$c5(=}&g%hyI7pNnY~9CmRq@-)%ek-cMJWL%0zlRsIMc zVO8aLH{#SnFIFU$(kmn|VHpp!KWL=7e&pg(a(TmwR0u40k&#_lrG!ix;%x3(f^%u# zuJS007GOo<@tunjxfnGI+#&iGt-*i;A2y6Rw~Sg#`dxt*4Pb<+Z+|NML<`6VV{q!Ij@dyuy1^#p`6^NsKkeG) zOvtA!1($nFDeF_<(_@fHH@3<2v*KMfhi`_%X4XM<+nnG3NS880glNUxRAO{u5VMYo1HHVdo5gb3k=ZuZ)>p50e!Uu7Ioo>3QS#diq7rl62^5AYd^yi-^GFAMO! z5V($^H4EF`!sE(^3A2)2hZp=f()s$eST{Y3Sdxos;*Xcd%1}oc5Lm|eNUZhB?ruS7 z!3Hrs3SYL8WNyN<@8jvVxK|K^4CVplWWhEQ&#`)I1Q;BV=BbU^ool0o+{*Y}HbIQZ z=2**Ry7J`V(9q^H6|^o&e@TT&ke^(S6d6=Zm$o7{&4qC87|#DnTL+X=KTXHydPDuc4l_I?AGo2tO-yh$lOLvbwI`ZRa^q8AO~ z2QPTuc2STP9Tw*Wm!vsK>#zqJG5Ac6%&1nLh{r`8$>P!2*v$N~+0{kyTEx=No!!%N z-$(PqGF}O8Bgf*6i1tqKO@25=`0v~%2&pnv@Y<%9OF?`tS5PV_N1EgMcU!isS8MRi zQj7Q1c8{N8cR;Tld-iTXZ;`)AiQsELPh1peU`sy0)Ck?uEes z-S?EQoM-z?>2`qwF~%Ar^Vv^zi4f@izw-KpS+0iK3khUIv<%nEr-{RA_a-8haHVb3 zz?!mkeDD~<1R9M}@zx*I%VqswxH7E~=+k%bjIwS4;L6S5;5I4wr{ zJzrDd4GU>zxbfl&IcKDd8aJ`^Ny?Wf!4q;k3H9kIDEhtf#N0Gwiiy~ppu@+Q!~9m3 z2>{EmHU;vIOhcq6w%Kqb1nOdl7~q;>AgEf4DCbSe-@{ys&{dmM=}DJC;ISNP3|I{+ z)=Gel}spZ8gd<)rcN*Vh2sy^o-e$W$_t8W?qLo2Jd2kx&$6kG zVX*oC4B>C~#Kf*}aNkeQ67z)X;Bx3_j!U;dwlxAnVF8!1f}avt9`yN#8gT1t(1DZz zR$wP)BFuqqHL`uE@Q~g(Um8r>=g7)sjgYn#Y-qKVVd)bE9~GaZACcYVbAW?M*5POS zC8O%0RIzZn_%qFfs?Oqa{d~x2ElSf{tsW`7uv^lV;wLbEY!wKrlOVqfqa|cj?Tr1q z-DI(4?WX4tm%>1H^~QCA@wRCLYEA&ZkUEW?%FRk-rzC}Sn1jW9w4{byELFUsO8PI< zUz0IWES)hL4yX#P+;L4VSdQkZ;yeeaYQdvtG3>M=wnL<79G|~sf{;&XNZnc?SXlBE zeTf}!v<_CcV#qhDjd`0a;M>{}rj)8Y-uR^)B^d;{zLMe+$MrzmeP|r`auyG~~F(lT1(w3qotr zV8~!E28vKi06tM3n#j6hBKtwf>SvE#l7zqx>AV=!b11_Mit5^9=MHd-}tUxAG2CTueV~o$2wXQ?sD0r8s>Jv z17C8II_9@4LMvVD-K1rzP=qlm8n92cYzxa)!t_QXE)iTLO!^90Y$gI{?9Hfx!Qc?R zr$oua%>rlLfKkscfcAD<69ijV#3f@SYr#((T2AO}7tfHu5M5;G+4|D<=IpT}hNg)V zQ(^V^hoc{=$y*d`6hL~3-+z}d5kq-V||w}Hcx5i?_hzgY;FpYUWbg?0S}kl@QpIPmCEs4-PiCKZK7i=9I69X zo6#a^U#!9?FuGmLsf}fk9-pm>&SB5D{{5eH@jpmJE(vC}n(d1kCw_t*A0gLEGl2Z$ znD_%~)qMxvJk8Cq<@v}$X_^ySB{N3%T_QmxV7~ejNjUB-z4>lC zqI?NK&U$Ne@~@h^fC@N~Z?wqQHZyBc;#1zA>^F7#(N}5FzhfH#4liCGo&JP<{J@Ll zpOPZr4%ZPuKaItwv>EI3vDV@=&oB*bPjqwxW`N+(vdV9mo>Jzq1s-o+wBu=2LcbqA z%1}egU2zV29#Eu4kx#f|=N%8lzm=(e$<33OEabznR3gi4`%;JANmVV5V;!}$$&bwk zpejEG>jzxUr+XudGmae!cvrBM=S`!3Si22PlCkl2D2$9_#omF{Od8p)S}OPg%cnC- ztWxz2G=sa-?VEdFVfNehe`D?rSVD7^^MmeGT}xdQKs2WLwL|F-G~zj2gh&4= zsXL6#p1_KVXO9O9!IgdW11!^>QKnfVosCvB)o!G{#3zHp`n+qMxbpPwH@V+%R)LSM zFdWIfTEcjP+C5>cpJCkM?=xat=PaakHE5g7DwB;kAS^|7ZD^jnWI92kxVc9N%EQx9 zqftcE4Vkbco7M7XryHgMi)bLJ6C>O-VJEUo$Jej){DwR{!{f?+ z+^u<3htn+*;veq_`{>JtZeE00ddXQV`0XzgBSNrpn~$n8N{(Hm!F-Io+8dh=yjtE+1VEGYXZ0g5eP^%O zXd4mFjDY_FbyrSGAcD>IV^U2FZJR;!26uh$&>MZrvR;|B_$u!_8;Qm|zb`xHL#~;} zLBG}?ibDG{>V107@zclP>sx!(n1}fbSl5C#GP)9qk@|p<;Q9*!DE0Wk#_8(o2GsachbLCA#d?PJ-g<^p+JWI2L6 zjduBwbVDGGs=)JDiCjzX>&_W`)dpixUACHq*MOMnZig$Tg1~pvgFikdD8RWbIxe%~ zyt?tq-FynOLj11C`fiQMv|`r;;y@*Z64ZY~Em_V{d>doTX6b1)cLp>*6&}yNES`Q@ z*8VK_K%Td4D3+~XzDySS%99Dx-<`gF9@7qwss8HiH52Bb7|)Iieo-Bj2%(kMnlka2 zWCl@jGyH?&CT7gP`9^%)GTGKtd!EOkhKn!m!D5zcGOudIMBj{RPtUXE zO3m2l#Pd!@SD&_RJfa^)odu81J>Om(?>nE=5r_A6djsRNQNL<(VE@>Df<&gOk*rq< z*qV>iGM2`EKwC%_+q?|R?k7iO5(GRR*bo-ur{Yo^?ET~|PgW|3K`w0v3phVJ?CpD9)~zGh_`MQZX{0A)0hPkUeI|Bpz}rDd!nfBNA; zwCy|=Tvcoe8E-qgH)Byd-CYSUs|Gt-czf)5c7!KQu+JZDuo+*!!t&l{E!ND>V`HE0 z#VpRF6keY-%h-U>wL@FR4v_CZr=ZFehI=yD)1iMNZFB=jTjxiVnc?PqlbJhrQMtCh zcqf0bBJsf6-$(W9S4afSgJnjX{cfz_8>_4KYnKO8rHHey3A|306fnbG0hxXewr#fp zC`&$7V6z5qpo|OTpd1?DR1vTTLlQO*jIOkF_j?5Zb#rLyv1u~)?9nbNbeMZ=AkAu^ zB08a|;Me`tvm&|KY#MGq()}^vfYLe0BN&oTt%mm(f1fmZdaZ2<_ zM#>pBnh?s~z_QNWA?w_Ov#aZKE&JT@Ww!@rKOxs0dfVO$JvggZgL&X>G4+_W>kyN( zd=2Xh#){!ahNnl%+YiJVW$Dhky_2UMKJeM6rq4n8!`bFc1I(-X+`z=slE{1g5-Ptf}@D9#ZV&s+T3iD8>s^)M`xkCe%#Yw zgLl#^lcMm%K(jbIo>Tlw%^i;+-Wp3-0ezzo1#h_32z}(cQNXW3xzzlHs?HVk_$dT_ zICT@*r%^oPNxO)Y=ZQl;CcV7?7h|;ZzU=PtV#N6MN68*FsF4a{JH&OQaVcwW3<9rI zP3tMwWYTrjnDKM{Keg%?4H!+WuivT{@e_I1_!=-I{yp78(2qN#Wt#G<* z0qAxI3s|f2yiK&XQ_;;$x#yCle>_)beFm2+m5q^szyQzf6(500yso3f1?@h+uNu_ zJdhN19u)u_%L=)ZaXF`NgVb1|RL z^@rWBuZoy6Z!zzcQ?@=~1Yw=hyv#RJ>H)bmpR-%8-y~ISFRr!(gu0WqVClY{bO%F3 z78YtKqWPwpU%hU07JdaBuh3YQg|iT_w&C(!_t`D1y+t_qGMsC_~#7ubNQ;OQG;`8mTs57yl zE8$UOAaOC*XNGHL-n#y^j}tgw_PR162b|w(d>=k*@WGIN+YduR+2xJ1oY>`!e3+Mq zicQ->A2n-#^J2lS5(<%|Shk`CK;6c*7U5SYQU>uZ!xFFfQ@dMddV%OW7kZ!Tl)9)Q zlW0EOnpMx!G8|nd2@5dInFZPHeC-fH!MIwT+L}u*`bOd->AQ?7GB8-G5ZqU&tX{lP zuP|u8G8pND3gjF@<^$^lRvX7w_t1jj9`I{5_WI8_m<;hK2N zZipNHagLFhQqp8qquYV3CX^!&PV1U7AloYkVcDr?B~+l^eCvjPvYf)LLcK2iIVhS# znD>I~m}#%Qg@GjVZ*VZkBqIQVAz1i3`=6^_;z87|G@AiCXQmO;_ai08?%&a5m=34o zJfiwD28&q>lr4{YKd39@{Iy}Cz9$y zNU)DoE^{p=>2e1aJ@i4@%=Uo7n*VxYVn&^$O_2*G_vdBVTK^?Vo-mN|hrvg|_EClY zKQw)Vf1J(tc5Is)+eTxyu^PLv(b!HJJB`!Wwr$(CHg@vv^ZmTP|6pf!?wL#HoQiht zz66)3sp2z>L(2yXRvq;7QmOc@aJSf_z4=)>AQ{R@-k?QCuE!1^oMh{ake3^()~rh- z6tL^aR19hPUE{q_3c5;3n@yXphY{jW%66~8*#Vp}^n}VC7La;eazcsAeE-<`5U&U= zuII)*??;Ga*JOw5!Mp8)mG_lxE?0-`sFz;32rZ3q(cGUnoNsNu95mm74`I`(3~b$d zaM=v2=TIRDe;x%KA`R>rqdSobEy*9f&DO6AWoPqKI~ju%DdRr#{fiJza~`vOVGaO2 z!1hA3#_X7W{11#Bm*nqpRZHRmd;j>7)Zu_n)^>pL$?JEPN<>rVGAIu!MeyTQ`|c$EGiq0v2Q5 zpp$qNz95Eyz!g$(eT@hxvVY6qktsUpL?bg8koyKJ|5VlWX)|Qctl`@sjRHumU$Ib% zouK%q(!dV-jN`d$M-M0G*FL-8B-cvv7+SBoWy#szRMFmk`yQAQ>~i4+-<9hmhtSVKO~ z^|{LHW$Fd01i?=i4ehE0p=8KfJNP+aZ3!hrvPNU<5>Uk~a*=h9`qQFf11@o+h5wY@ zNIPPCAFvCo3KwBhe(R%o95I9p%xgWS1HP=z2sx(;O6wW3fOlXXs88J0{L6&Rwo%)~ zB%!G6yrjTnRh`TaHwQMU2h<_}nl0C+fC_52E!CpYusT-m8u+G~R&l$k_7q+72AW$B z^oaWQDtqv#986v%JNN?mKlgM?=G!KqSkPs;Z&D~pRXGc0434TF>p6A z)8t>B3j<4MFLW$pJA{{Og-GA({04dhxoU3B3WB41@4Ha_e@##OuGPgxVLvK8&$0EJ zWHGJ>MbmUkCYIuKcI-R+JfncSk8;>c^ys2jX_h^6D?H=}#DP_x4+Lr_#8ZJLjIZlU zmnQW9dl?Hq$dBusrl7~_t9Pfyj}nfW(Z%^}HpcS*$rJ>U!Vzov&W4C`&$78vMh@`$ zC)d`P70#P+=9NuQPouZhhCQ0>)ppH>-!08tTqb@P&&cKv#I_zP)gUE!3!+_?4lQd9 zrV#-AYsq|9^!39m6tRsx+OBG_m1SVGO_Lw#2L}ZA*hd%0bW^%Xb6&=)04eZ*o zU|Iz?9iB?SbQ75V9!Z2Cw^P?)>syp1(8SRnZ#H(kq}xdD9{kxyw>rBAJ~!aX_(FX$ zM#fbO&Z|16luk`rO%=aug(~ao!mm#JfqF%7Cxpe$<;x4?Pwa%|?1?M>eI+lK}%X*U}afzG_PPiBYCJ~FiwW&h#V*Swou(8Ip! z`*l?_3HXcqO|eR_tH!+A`+(A2;0ESXxdt1tj72xmE>^&@dS8&0g%rM^=t;%i_*;9@ zF3^}k0{8OxP4ENr*(#8&=_&f&XoP+{Qn0n#@ap8{Sb&K5az2Bw*5No258sUmj#miM zJ<^KfbbzaFjKHbJX1mUoCP(|pZgQ>wIK?MU z<=XJgM~c)T829$^FE7ekw~!h`v&*Kc=gW{~B(*`?m#QZfr@({Ti3Rw3T;sq+ySRFs zX;$Jy*2!9!Esr3&vk0Ot4+k4sxszt|$4P$qIh6=^@oI&WCS$;sov|^Iqs@~CUd-*E zOg3m;)|G=Rz}!_ugRCN?rG7*cxByMo4I?_UwarNXve3`_WeRo-T|i0pBtR#j7DH5Su%cmQYY1o2@dH+4%y zQQyafg~H>O=6s*-!Vg4caG$&+%Q)q>`o@A?8#0pt2Q8l|Xklk{#(o&KaAKNd4&L$Y zrn7jk>dI`VIUz9&>5@^nL^0`LM=0QD+mOstqRS>yjG6Ux6*#p>OTG;=-}&{p;T|5$ zZeFmwoc|%vP7}l{bM5o&YIZ->MSEtonL?pn4UN><-m%yxtc*-~^@|7J?*+WM`JtiZ zVG#UBbADXf74}Avfo}noABnK>%jZP+&J`TuYthcijNV<~gUjZYbjJ4*a?=G-hmvKD zbYEMMw@zM|Kp<5YsYCb${?%W^omgvz4}6ZU*kea+TW3b+G|2YOL(SYRlhPsGNI@yd zfiDuA$B|Z$oYcPE8uBybTTah&uudErdz5EUuTsQx^9Sa%{MR;Lww1ks?LB#PUE=V)Ov@RVC+1x zQbIJ*Sl<}W-D3imJD6W9210_*ngp6|)9If9LtmSb=|JQ zbT9K`EF_^g-^YYrFBmI>r+)8U+$9IT=;9`VlPV%jnxW2Ynd1_eEb9EUZ-^zs zDZoiM(_FBm2gFa1JIjP!iF0uG>wsVZb;(>m4EshS!GEZRilhd+V>ovqTNDwk3Z^lY zDqe&Y-xL*A+FN>cl~gAj;|H1?iJ6#SSA0CWvP~gL=r~-`JRQHh)J6Bh`Q~Hmm@H=@ zcJ%+U0Kc$*3$th%qECe1%l=#4NIdkap|WN>igL%)FLN$s{$}cci-Md@5wunv5>}7s zRFEI@weR1Tj>d;NSf#L)OnB=M0; zu4?VpZh7AG)aH}Uj@}L!Dg7ENpit>neLS^9OEqao*KGa52439UvP|rj^NH`}>=#6O zdxFaiuB!S8o?_}q>W9oe?z$JFe67UO&{)mXlcC-KV2JgG!uPU69l=ax36Pq7cb(N@ zc(KCyWSiW0oO2RH{qDc~U_57qPG_rmAJph_U~eube>rY^0tSyAPbyJQ%6w&zW^0~Biv9W{yD)$QVGhJTD zI-%D#1P9Ez`%eoX?B{fgaN^rM_OBBDT%HJE%wtK{_rhCBJk3hjy%48iWbB$5ziCU2 zh=KGqU>J4?5oz_9eiz+N>0|6tx>RQ zzCCg4Uc7nx>{|}<;*>q->5i6-^dG_gmF+gL#RsHhZGg-%LnV5|==1=kpWt^>4>j5R zC`#&DZ|cb)xAoD4d`l;Y=2fcSpwRy>ZcSMYhR&GPO-}rexLU?7At!?7fiSWq*=Y7o z_~1seIaS-7I=j_LF_%M|kym7h32Hn)15m}UR4ON%6ZC?cFnDM(*YX{KZg=*Rbyk#u zK)b@?Mx5KsgmL4K(B+Pav;h)1d7PC{#f+Tah**E?)4C1C|dU1bwEBqezER88#+BvpTMT<;C zo?Yde5|8iYNSQ?|Z&Wpd3%&+;=$==9-9+@3c;vt|Gx5xLU@$~+3M&rk#bvhWYI zfi@H(c$hWX$gB;ZF?O+XWZ&$JAO3InNf&88x?xoSi#$ZA#24MR$=$XcNR{W z;albOENp9>Ly6fo^iV&cw;c|2`@g(VGOLvy{TWc>0_bUZmaS{FzngRi4^n(ZrBG2y zoW-GkDs%Jwx^D%acF!zG{*I+EV&=m{FS%^|@4uEBej);SPg0GVNM>2VaQ+Chi>S zcO~QX!j`j>M|!t=hXi7h)R6PuYep8;I~y(d_#x_iNqD8k44S z>>%D5Zr#v4?`;k$%%>Mw7|ysj4#L!Wn2ti#?GE4tt! zSN>OijFsNwg7O?$xe%jXSXO)8MM=v|w|C@9h*Y{tyhRB2$Y(Rd*TZf04%^GOf#L9D zf@JrJ`M~cA0{{*$zz$OlyLyhY{nnw=%^KE zKG0Q<5xuk60(Cqq8aPW7Fa{!)8&Ehw#|{>ZxDFS%qGjtY$vv5-uoRF|8FloB66DuCGI>`s4}X@AJR6|+7=x!^8%^?yTK^77|5L>PQA6I0q>UJ> z#YQ$#Vcl0MMVv$wrp49^nmhx=Ma@AjxX{8+4+ox=i-#$Rt}a?oh#sRq<~UDA$d;W# zpTYBmBD-cMUCwI&7#H=q>ogRn$o0B|*W}Q3rXA$*o=-C%yy&eGau7Y z1-*0t+ABZUJ`(~Puk8=&TIfgcAz`{ONg8rnKGdzyI__fLpDIo{8Nx*j9|4iNt^)jM|DEePS@h$=q5E)=c6>azpnjfW8CLq0)G?<8V?m$1 zwiiGRcrV&mWQH^(kLwo85LDLTp0tzh3SK!e2IV+uHS7KZy0*-Oohl0q8H9Gl@*7Xaia zUHsEKFZ<*;*0T32x%Nf+CklJn&m+p2twVTDE2tM=KStZHO(BgRJv8F6kyksT`EGeo zGu^j)m||nE^R@=jQDFDf3-ipDAaXTW|pf(4^%cQY09Bi!!{zJhqx7kaw(bz2nI8bf#>|4QB_l>!zt zS{cm8^7TBtWtLv-^<+W5pF9(EFH~?BM+GWE2GTQgJCrX1-_av{SgLNQPx6D(IIqbf z&#saSMdj&(a;EH+Z6t94_*F)Q@dg^J`2H_4!yWJi9k^enq-_2L4!S#9I7w|cv zyO~0`&Mk^7xV1exoOodusS&efqeG;IcK?28;cbtj4tio9Q3uasz_4@KTEwA37fD+a z#2@Sj(Cva(LQ>oOw5z$rVzp*c2L*WV<0b0`O<_3fu8GacOYR;=-%x}0ZvPtc@_|~7 z^>ldUPpaqFe>reL8bzCp0}2z;>kC_Nt3h6=gbY7WHS}PY>q4 z#RlW2T@i;+2m?n}Ptr|!@&QR?-e^I4;t&WI2L|1E#s>;+z*zG*0r9b`Hq{9bTv3?C zfC^uOIq7nrzS4N4Icwn6-TYo$z%<3&>(&2C+NTlV0iW$?0BUaL@O5R}b5TSG|1jV^rDo+%Sp0#B3587ay@U4<&Rv zMWlqbNk_qrL@BBZ>5rr8W?)rCyU*_Jtl z_Ju`l+6=jpSond}r}MH66k?NM7!5n)b2q`r0tViNBlr>B%XI$@6b*w7ol%EkJ|eX) zB;tEYrY9hX25nL(9BW#FMmp9MtUsaN<(!3N5Qt7Pjx?VO;e>vDK?7?yp&3u8&=!XK` z7GPR`Pq=2peM7_n=6AxFss0pbwShsJXHW}$kd>x!RfCx0i71~;f06Nbaog+ zo!@ZV5P6tKfnd*gdL=1ovIYbHf;r;O1AVFVwXhn+XZnhagBx%YXB>`91?Oaj}5C1aAhm;+11-G zZZ0(J$z-pq;JbF4QW=M_-VZKK)`p=bhJAmY2UmwOL`eLF|U=9Yt(@W`kbG$tE zZ;swPUBXyRN{ORbN_t*|EiII+{7jQ)w^T1xBz!4BM@_Ij_XuIT=cqcWAu`@hJjV?7UO4|%*@y{i zSTT|dWH^XD9ux9sO?X>>+bH1R=wC=$U=wuOkj-RZnR-}aJKNcLK4?=+F}|lL-PSQ8MSVUu?4+NEsMr|7!78-d(2^ zjn4%`277dPPs$_Y}lh9eyDW;yf*zK#4Q{=Kb1{3cQ#q zcU3A0`?&YszA#jwcs{yk30SR8UCmo*=`q;WO?9QzY7L%=;x!@+(ookMEV~)9l)MUy#KmOc zj@xnl{5q2*oRE4H5E7cRzr1Yu*MT%)?N{E98CVZ8<0s4DBJ91MphPsMg7CnFAXGW9 z>bShG+Yi=f57Og5zIqTHP+*wfx5g4z3 z5%0|8Ho!S2Q#YL`Glp&r_O8&*f#YK=+qp@s*Rltx;!)~So4OI7|2+Pl2v+U>_1R2>a>J9sola6d!?uY?7B^tyeO@ozj3uK3KG4BaQ;v~fTX_aH!zmiosX&Vq|l3Ud%OepVszQzD|g%V6T?M$il9X1{k2~H=e$u*^W%&f)uE@Rm3@Tk9y+37V*(O{lIs1l zY^yw$rTC4alhBe*;KFaASsC)yfw4) z$r$;hZS2M5K%e6WZEShO@y$knD%Qd)t%+v5P7G=ojo4z}gviOX8j)dX{I)@6L9@vk9?0-R%DCMm|`|It1aUYO< z@8Z`@^7w1nS>xU1s4#iu>}^bNP$D2WNl$b1fatWq3*jv)AZYo;R<=IT7+f)Vcd(N&S>8 z+Bv(u9jV<|mkZ%VPiRq(r)8qDCQWlox6(Ne4oPw*kMr*A29qN99eSMGZ*kIgVgIn7 z@7d-zg3vf)!L~oiH6f%v*6H-|1H818tm{i()vw%+J(!U<)I2Ta{cGW#^u*bD{U)7m z?;ToN<_!4SA`H;RHUzpXtykmU)2mr{-mz&a7OgYs@b74%x(htu9Q4zW?mnv=@Z!0k z^?W-Rznomv4$Z^gqGPEVXiBXXTj>pS2D=V`rRhUEfsP%MLi(^_XzJuo)KB8jVm(b> zd^B}O#UVYBpo`h!`!hzWWt_h2b9i=yWM49EfWM`Bc+z=V5ch-vK~c$KTj$_%C0CSU_ox1IvC-K}{Q<>$Mb_$|>%%uruHzrG0z;&yflvQn_4 z8Dul|eU`zvkC?Pj^W%Y(fX31UWP}i_M}ZoBp_(JJ-upL%@X#sLm6NkgelLACCw8p; z;sBPZpxt8oDLTHqoqeQ}WQJUy2Qpx>qN{rH?x2g-&b0~-!adBd z1Ao|#IA-h<{lujNjBQ=f=z2djM+4Nb7l?5b>S$j*7_lmDiOfng-ixrt=2 zBt>W3l-(BqOD(c$*fZkCvkb&QBW~n?6&;p!IQfJpZR{$DdEWWJBpu2@&=82}9wm>|^Xb-ECdE^0kEJ^jjSgew8jH~%<<`? zx^||+J8bkORJTTS+&pzb>8^59W-_HJ`2i6MGkR6B5q$X4ftDskhx)?z=BlVm!Jf}2I zgXi<*hL>%MjHcCxwi^~j2ot2SCfqqY+v{1ljMhOQL=^G{b@A2a#oOzhk0<9Y1*1;A z_sjy3K2}I)6%+HzZS>b+572|%Ay`tWZ1a+t$E{r#9_ZR0*=`VUxFVXi^ck+mjv&Ho zR~?Dc3-abn80TeB)vY=A7aQhV7|4i%AUeNso{9W~Ovz#%YygUwaGk`JbL~u$fkVJv$U@wUtPaHMtvXhq+_u6cTdp0doR3xQTA1L0&*Rr zy4QW0wSZ~g(X;+n#tOt6*gk-!M}Ht<8_HswvgX`)*M2!Od>84Tw9KlW+n?1Cn`E%+ zcImhkmOnEr&tQ$Fg$?l+FIw5-ER!JVW8c~=EOrl4xD>|JtxL`@POK=BtwtJMKXa-wHmd$wt&!1K&TYlgv4V&CK$=t4+kZ0|He6Iap3ZH*A+m4Vb z8klWS)rz;E{S+dYu5U{wT_&#cXVhTwKk0&c5+|5Z^%e^+f4Q{_7E?C16KVeC{5iR4 z{N&~Za`3OvZNNL0F7{bJ+wi&%G-fWYtb@GVPR&p+r+V^z^5b{r-wBeFs0A9nVWLt? zXQh%YX;(bgw-Dfn7Bu_{UT&@&^n4X_xf29sO~}-e`o2p+E^D}rE&;wxjOMm}kkybG z{XWa^xHfB-w}kGrLjL{bft}K+bD2U$e3A*N}h<``Gp>%-Fr;pV{lth{pG_ z2f~-~DZON+u(~-*c(Rrrmu7VZmUsxj%VLJ}G01MgDe_vPepl4jTx@`GK)c0&8f{(+ ze(N--@*nP?>3M$5=g7~VUh;yu7u$#L*SIs7prtX)=7cG!4L?Bm zM=L@*7H0H6Nym*A^y;YoQ zeM}^f_uT;@ZfU`;n;f3UI!vG+O_jj(#QF~8a)*_t)cIY8*D5as8i$!($H)m%5q{fK zcM)%In^ljhz=(2PdWtZIfwB#tOsz#?XOCH)U`zZ1vIR_$3>DJX8;bWQU6@wCyQjF% zzMvt5xS{?R0}|rbA?s>FuCw5Oe&Se!!1+D@yLJvutMqM;2Vf`%s zJL1ewFj8n<3(rclw`!4=Z<$zdhh&=6BXptUD5lnW+zcM5FE>l6wRMYe(*3nU)?9}G zu_cs_sE@`*JrEm%3LrV#X3n|7AB@t4UVL!#kNgw1q67!l;8m=cu6^w`w;yERJ ziU$5s$3m8b%eRH~m#ED8SOg~rNp=lzvgH%XO(ip43jlhb3dcQ=1o~5K=ce%RskdMj zK$|2}7+pHjHcH7{yX=MbvU>6Gq-A&7tl~DaVeWc4(`DgnW%foLBunq+{6tZn%Ck@t zxTT@u-&L$Ih)upI%5(<Wlg!nrly z5(D|K*H9%zIaSYkeAvdNvnUuN^@)&Qvr9qcd{s~U#eps7H#$zPz6K|{=LGNK(rac( z-D@ngY(2btR>l`Bv3zH%r(|`?3=*5-q z^fm2LqsEWUnlldmmUe3rUn>>J5((0ugmj;%5 zCGdCWGKaIWPrR4eA@v@w$B^$H{U?6510W4W40rCPhoJad{||&|&f3FkEC*nFw@PzB zCw`Pi#ov4`Yo^#X@6z{?A7rQ8ToLnHP>=Bhi*1v=g0!H(hTzHjm3pPYJ6-Txpq+aE z+%2@$Em$};g*_Nnq#8~0k1FWL~VZL5-_+>9TlrG($G9o&*W}a2F-Vg z`N%?P-jJadfe!BQu^W{T#zS>@0%1XmU_@V&^o|$&YrBG^(+o+XXEvqEm9U`WmJA}e ze=@v8B4}sK*fv4!Iotn?w$#vqbkRaJ?WGGO{w>Xhyrm>LA1_dzRp5{aaE%*8JAId7 z>)G?`xI|5%1LJlVvj_LM7dX!&qG(=@OqR?=T3g_n^6}hc;*VfJ7N35@L~YtONde4}T3a)?YjS z1WO_j`%X*g>`rN<2`9lyh*?p)*s1S zOPPb4%pvk&g%ZrcR#%sJ#h&hy%D2E-%{J zr-vibJzL@0hyZ;2!G*7@?6=L!GZ2;W?D1 zZY(M8`X`{lQ=Mt~vR6ZQGky<3!BWE=ZB!HibQ%@SEYI&YY3g5KqScL~k^gAPE2R+2 zX$>v>QGG|4`g_k{IzVPdQYORuKcifbO}X>Wt3TZrY)II*?o@wjPrn(ZJWSJrb|6?+0a&PMj@wJoJ=fQaV?)4LgCiH? z>6=YTY4feSupsKE3||K}`vw6C0t(XM3soU<>_cQg2rj8G$o{W)2(vNC%YK7viDT77 zxeT=2mkImsQh+vji5h?$8EE<71Uwv6+H}CxWFa|8^+vf{BOxw5`IKeIq zzHV`2qxwtBRW_Fl^tj$Xd$8Vltca|bq&oCn(SCJ`IY#;k>bZapU=B&3f}=roaa|Q6lMVZ}!aN z4vR5t@kYb2%#HH#l%BQw9d3eYdXmtnpG^rfJabZjK1Q|>S&*c1N^1wd&#*_n3K&}J z{3u&&^IulW_9@xxniHRYaFT(98+`0$Uc@&`2M$l5C2^^GwOyYtGw8o)V}i4$j#>zR zJvIzOtU2renOy$BQk}LO!h^KGj8XLo^QF0(mBp1WL{u?ql(l-#S#AKa9{ZVnSZje= ziTM^nR|{C^p#j8RD?VtJwQz~q7KG?}c#&I9Xxwp&<8Vwz7{kb|Rs%pfZ#WlenL)!5 z`s+LQ`(c1YAxjgLUL=@8M0GhwO;a9_=qZjz4bhmI-2dnP2?E3Kp9xPJQ;@pO`RQvJ z@w{%E%8NL*!hvywyTgH!c(Ow66X8;+#V1|w^RQcQ>cZ?Z$C8;z1b7lg zEa75he8m&{srANPN0fwF+B3-)N<}ya)DB+VCRx-ZYIGk0k^}QnfJrp5$e!1I*cPxOEq~ zKm~>eNgG!_1E6H~EhF`(Wp0Nrb4xfLT;n3=Ih|Van$Msj2g0dR z1bT1R$UFhC`jUvyU9OT8xr@#QX{|}efp)&4E z?K^XBuM()aWTn#O%}1!U=v_^YUKD(3Fcfogdasib`Y!j|WhCDnr^pv1)hHDEO1!mL6f}MFCt|)LV%|xq+AKeB47A+0i&9C0A z7}(iX!9^@}!^v}7ksFZunMBM4YfihLcuo7w6A{pS&=@!K9Q`hm4l8=>od z<0vZT!a!9G8p3n<;kNj%E`(ER4zqY!H!k3c5E^^f$X=3o&Z^O!l&_4!ar3cNz!WWs z!!EGII?!me7>(eZx#WEL9pR$7OgbSJ_Ubzv?7oSy6vWtK{gp-ik4aZpwm4LLNYJvu z>i?QOGPQHB_`Z{`pFZ@vzR$&l5jrm$nD8W4&1<3RUK56euqEai^D$OT4UqU*%hgL) zEex2&HhbE!FqyW*C#ElWGD8U#X@P*^(JMfW5dlr+ze-wslQKLtdd<1Vo(@xFiSj|_ z{zvtteTl3Tlq3*R3~Kf1qoaGX4s-5dNBaDWA-RetG)g-FIT|1S@LC?zEGS9Y|GGFz zE|5rosMtEeoWb0n#rB&BE75$$2pJ?;i!E@?+44tXTj5LFQk_faVXEV(?X@mwrms$x z*^4RU1Ad9U@04GBMsc2>B0h8~LQ+HCBYv6AgZN}-zvqh>-@cTC@=Z-9FVcrJi}(Wf z@81{yUUir3Sp^I}SpW=c5npP6_L3`Vy&+#z3p^CzLB)P-A>|SFrTxx2PPIF!H|USc zfmL~%uz0_11aQ#$N$j|JT>tf{rQcpD}2WRJ3Y(l zkh3j(F(ikST(FXs)PG<)&xHYe(NW(@7YFd&@6pE<9(n~+{G;|n4PJrk3}nGbwQdFb z#mY2|ek#}-^IBZ_;eezAq)6ey3%nTJ+W~MTg&b(*ojij_XvT9t=K}ZCl)~0)Ezm6( zz5Dm8ADo?BRy(x$u{7KGlw&)UTYHspstXZF~+f$ezpH!wfg{Q>6D>Wr$Wxc>G)*i1g9YWZnn{4M! zLG@ z-5&b4`2lrMF^+xM!oU#%Y9=)r-fzUe#1{xl-?{IDK}c;KQ{N3c>mMA*JZZE4`sEy? zZIlR33HgnKA5SJG{}AEndaOs|m+FaM;_GJ4-5C05X;VJwA0Z>?W)K+NZX$$tp4=+dvR z1}NTRY``a*isW!>lv9{dyQvl(p;g7hzBXFba#312qkP+g79J2Y@ zcwAY7{(bSgybbeBPi@c6I&XH)^u${Vp$ioOAC38f$a^Enj5to z;u3D+BaS&~Kp-z9f88@dXFtmTp6zVGsnG$uJDduZt#;{-Y3GA8FS9j_i1N@g1X0CC zLug7@_r=>Eo!Dum6a$P8D8uEoPjGy}&H>AWbqVi@+d7JG4xloewf%rr96YDm5W&Uj~REcO4 zbiNKRUq81c>eI|SK~M?h@!JL!7lGd^%+f}p?OIcP2g*14vzh5>Obsb0Wy9ymQsZZa zLr`KYI*=L?bV=JjZGN9$Z`-4%KMqaPhr3g19IHWqxY}}rAc>U;ZSETy;!=Q_>=^ES zh3$2+z?CChpE@BfU)+nF5PPOQba(y^0lgmSEK{4`;h_{7Wt!WJ5dNUD?!%&kIz!#) zCjdWW5*#C^!f|3FcvjKEXIkRK zx^Li1@TGAlmD&v<*)K9Kk!DrMAOI@A%yJhOx)k#jMC~PpJNgGmuBntpRDSc>OtC3V z%A@JHO6LdZ&gqVhZ9o65LiGotl3AQj&v#Z<;Iz}9Suio>T_8Lt?VWzs{{A;JG)M5B zrh$UVVmKT8d2C|wt!?0S&+4M8qCdJek5_9u*Z}@ppFi*Y!&`alC8$ax9H_M0mKGN? z5TINNqAk3dBnD~CAK-UeP4&rz{1l%)|G-#~!t?!87j6@V8fX={)N$1Jn%@z;1^7d_ zr(Cv;cW!#_3_E;g7q!o-)@Wq`a3F^sT;+%ySOeIA{s=@R<+>W2cTI5R`DfPf%~~8(a7pq#Tq*J=XFb|AimXIh(TjOO#V*Ki zd42+!T4pm##sVFdW~sC8JuPO?Or{q0@hb3sAt2xbQCnL8BkPZQqYPM;YZ`0?LL*8aE3<~Qa zA$_H7ecSwiMsJiXw|SxPh|#aT4FD1?J%clCazMG0G`IKFvIkHMs{%y3dG=rXLG>#s zz&Q;5x@+ot`$}uQxSvr__Q=#LZ1m3&oqt<6$cP{zI&>aB(sZQwe75nIiXY5non+V; zM_?mt{VkbE@yhs61C?n{c}=VzZ%{g=U}Vwk3=?{hRYn~ZjVV1#v7d)Q_rIBLx1H%P z(jhu2xqpykjIeIK4W;IUrAdiZfgsS0r@<7&bqDuAoIfYR=E+X1OGbdqYX3<*MA8N0 zfw`j|X}a6#P1se*7vY7_)RugjP}}6O1Cr2hevg1XkE^W|G4(!iX_eHuW~nZ7Up8HP z(s)z8mVU&yhDu*rT4H2eW}k0N#dRThD(>>TY4W=$dx}7G;F@Z-JJ2Zy8x01k>+6eQ zKiYW$Y|lK){NxzWGMhnmvlkUtvsCu*{97H+i*`Yr{cuW zhN-%L>Q=jht3lD44yttB$4~>t7DJY=ydkfWFn+eR3}mnMJF&jEpn30}y0YYK=H|PR z=10TtL$Um+>}Q1&AFzi`e(nx%)N?Q#mj02L?)j+qU(vhfEg$Kl?oe1#fV;pmdGHy+ z3GT;}!2W2s@nDN3Nc%>}D@8AI5$?Y~fAU}CVmBxD&=ERvau;|-I6Ab?%hk}vjs0KB zJhd+r6m~Gmse;&EG|3y-YqKYx;;emPmm$(J3+eqR57B)zQh5UpvP%qze_hb!mJ&2d zgL3!kJ7=y+G`YVwn6$UeozwC7kHr7z0<;Jf;Sy8Fg9-r|f;?4$nwG3&?WP1;IvQ`w zwcgKkrb*|nK0mlXnUm9(r`W^UbiIUA!Fo{QK_au5U>;N|^^nBKjXtL37DyI^mEs4T z*HJS0fg{@UP1=dBhIyWFw^~I>Nk07$MT3XDSUJq+C$hVdp}>b$GgCCKz?ByaYep`O zywz)wovLZ1;REtr&mfJmPVm?qcWg~pK%8O+M4iwFDfd$U^PL-O^%pjpCrZV-)BmID zo1!e~f-cLpZQHhO+qS!G8(r09cGK;I=Y zGJL~$y2ZDr^Omv1=eFOF79Yd=hRCK!1$SbZJ<%)YCt1xk=4QAn+14hg?sV~V>3|Q3 z)T-DaJy72|Q^(V5wcA`KaJBnzm3}3rIJcFG5CH327Ji{~V&7c_sbXR6#R&r&G=--x zJ#I8qz)^HLQ9&BUU2k@LZK@6v(LpPgjvO3|a%Z4n1ZEw2D;pR#q&wXw%Q@-F=CVLd zU;}){*npQ#9lG&cYMImk7Z*FYtlUpz8nY|K8@CGaBEcAk;zM(xY|mnPM9shf1r$hzdR{nyrNNKFS9*ShN)-<2n zDcU`JUst45vN6)5u2gORnw73E&cWJW?Rn2GXL zp(T!ix<^;2IQ(8*-*Y97n=5>Y##TrC>0wg8qJ7eIV_R+dn&u$jf!{tJO_J_|dSeHw zdim1T>nhXRib3~JA>WOjL^xNIY$^Td6O%Q-xF`?>e^E}RD~)y9r;crWy93t3**8e0 zrrwH*?xgZM%ODBhrH4s{zmQ8GN32aj@$sCs46h4UHY`@Q0>$)hF%u3zL13QSo^??+ z9gc81y`M~x1hoOn3UO9#xqt;y_wJ0gc=6&~&->E7Nf=#wo!_d_O*-^DILScZmLIKW zFAJ{ovekU0Zb4>odE8DgyK%RQ=Ij}CXm`ofw)XVH8I$K?ECn^0E4>>qOBfdDi_$hv z6tDmvw`4;t#AK7A3Yd((CM zZOgrgpIqSaST=XEehl$#+;jY!pa9swqH$j~2{`*aUm00np=J08)J_iu+94KBTAR-rJIv z*qRXV-)wLEBTz|^GOC~;CWxlBr4@BeObwDsVM+VAd$q&2kkY-%)I$I?q|(A5#GfrK z!M3Cr;vO)^OzsySS?GtXnJbpKHs$u>dnB>vTlBkk$RbU@zK6WT1$x_?PejB6PBQL4 zH5=&i#-57sc+$$LeV>uc&vqsqvHS|hm!EEOU2w5SEH3-Jb9j}~yFrCsIBHhc4bHoC z(eJ>nZX`%!r2_`YJQP(PDsnzJY>aSf(o>`K#(tt)OcjdR1dU3*dY*)`GOYAPkNf5&ma~w4PmJ z!QdQv9*9N2Ippbblf;!u*#JOfj7C|ua%9)EbVJE@59z}{?36`CxNA?`MM}yNki&KL zMqOW2t*ixXtkpm0g){AO;s*bE!?5rXXPdy8qExDj^@H3VEL8G7yw{xIlpyn^nGRpV zMLu_wfao1P8pvnVJv~ry{|r$~i=Suzs9Lz(#Uv#n zI;cum_@M%d`@k!bVYb~|!HQXb4Co>9U8^xNzyRNbutpNiHYqcL+&WylSrr@f4sauj z5A}KTppF>!II@yz8#C=U4{~FnoPmPQ9)1@~ZD^&}E*~~GEjAg)!A%me*^v1>dJ653 zLpD3F9e$todA$quzM^LSxj7fNo8S7O3r!Zm`W-M|eKLmfE+Sw?*LLO=>5cyy%a+md z1w7efzg_VX>y$T)Tfe&znM4`j5iKAcw1kTgnU*{bPxX{Soh|1Hf0C6utQz#{M}Ls_`A|!AvwC8HO)PF;xT9l}+zYv= zT^2Wsuak4BZAbp+Pq$a&E&A>BvGS+-PJL{HP<(2fDh3F5DMmqowdSopjlHm%HW6og zb-`uMYXAQH%&bg@Wz;N{3AnpR)OWU=)Ik=3F;XjAHTu$2l!xCy%Y7R^b!4*XnNlkr z|15SD-(SM-pWj~LLB8QDBNRJ2LV5skQ0Tg_fE(S>SHwcXTLp{O3xGpEbVQQb{F{84 z?2Lo>>f4F%QzJKuI&2@He3^`JUbjs^WXMK{aFfspnvzuf5Qa|TVI^B%UJphY+w3vf zsf7UOf3#bZMOHs0pwFE+f;z1}F>*AfXBDK3N&f)VUJT?q(l*+g{t@w{O7KuCwr=8e2gh&Ne! z3|)%j-bP0U1HP%BqA1;H`&^cCq1sS1%}1Q^^M`rSKM>6o%oogKS7R_EIhW_Eeepx zT>V(#k^`g0nVMX1*@2)fG*#s@{ox%X5}e$@)cXvGi;#f;D&{2_+PkoIQqFQ<)IQUFkV^{r(1JFVwA%QCCY(FxRx7S1|=;M z5z!Sje=Hb>aeiy4{lI^&4(N=%-<%@x{cRxC>@Er6HAo@tW$Z{{*C3L05Np$aj02Av zSqLf}KN|--Y=(!mB3?BXssrygLW@VFrFF{`p*k#j_47X^qb+@DatK^!V~_R;3*Rnb}@EOz9e zPC>D-rOB(rgv+Dce|K_uR#S)s!RH3ZP#BL?u3Ghfc`yT3P6~#Ucflq{l)*AN>aX?o z1FK)8;XF6pD_*_DAw-d6Jv!kZ1?rGxy*~QLJx-COo>UchfnfI+4$dSU**zd{wp@@_ z;iCtZn0`hQ4diDA?tmDlV&MwYR8_WZZ4(^=2D^BHsu5NUHC1Rrcn@2*RBWi~n~Px* z66D32(g}wCzQ%oVkFjds4Xp*;t+Xk4_fAj^_0ymd;GrYts_y@V|F|E47R`4QrK#5T zMS6l$K>8va zKDY@*;lq8=gT)ZZ#`mpFPs~Fuj`P6;6o!AB^OT}hz|X$@nQPhlPl>KzU`@3M^AWo^ z9&Db-M$omLQuV*4k?I`ZaECGq&xzozX951D?LkN*xkSXT6;oanXAieJ-33EmD>S$C zU9hzLa6r!2p49d!iu*#~Z#`v6+A-%H@6Tk_;98a#t3fx66C|QTX0utF6*k>#lEd5MB1UlW1sTAxuY_;L5*9pQkmEmt+>A)pE zVK?PPn_avY>;bLK%XNQ22(e*}&#a)Ni}G2p%E22`v!I~*L|g(lVwG=4~h z9XMpb#ZGVKHC(ggUrEIiB-VL9_*VkxWc!OGsJhTq(%KSFuw@H(a&xr zN*SmX>pCZ^*vW|+Bu=c2bxqOXa-+8kP@R2Ob}7=0nDIYLb0z`m_!MAo2P4H)b~H5u zfGBq^eio=V3tR%M<$IOB{R*D04#6y$()I&_%b8vjkp-y)8x>M4o7o<;3*#N&K1~LR!X{PSxV)bv&%8zm`sCv+TM11(Cz5PH5*x~&^6?Ft^R`B?1TEVTg-I zGhPIwhSrfIvN-t45ZDwEV{gx{`g*^Ie#t!5-l z(a9YU?agz6W|fEguKZG?fMt+G2~z?`LiofG8PA-bLUqoJ*JsvaSX@30d3mZ{8W->GV%H8yh=Pn^_Wt07#6UWTMQSnt!EkzB9rFux~s%MY>>$5g}%c zk_^Jf!jp@mndqF~5YJJQWaH9UupGo@R&ECU7tt`xq{em?yTgSgj|uEO=0td_g`mZ~ z*W*}2VU;4=B28z}rcuWdTx^N&wXJ_o3WU#y2(3E^BZy2~ILT_nSeN{pHSOSb1LRXV zWl?+cIm%tig?Eq=Z0V?;jG;mmWVqN6z1O&)vM&->AsP;mIO81?qV8^Z~lCQoM(HHWETj zn)G?}VJ6NwRME+?(ekTZA?vFWDlg8)k&vy!rXk|5p*jOhpk|? z-TCcrSf^=0Vnij2NJK{p3_r9{vtY2C>w)r|653!e#2EiO6WyO6{1m?81$@ertAy=t zqKo=Y=%M|jM3~2e567KKb~WauX4?I#or~paT1mqQ@TCKOq=!oOo<{2hdZ{|scj~ZO zOl%|cJ9Sl5sW8I1owk$2TY@wQgP+~F`*e*P^;VO_zAW}&Ts2Pd@6Nu8kFNi z=#yG;obtY?%>q(O?<5MBpoKm%5N|=FWHD-#9Ge<3YCi1G8I#nU?xp2uDvZ{BB+<~Q zvBZzIsl-U2>^+h5-m36=CeL$s7^vlSaG6^xb4MK88uHw2#UwM~mLyK9b4uBVoIrnY z$)Xun?S4K_$RyAoHMc+nY=G?D8mm5m zoEjS>$Yue%hI2A>(i(ya)1xiPG<<@_Ouo%F8Tcx&u!k$bL{V3j9}S5r_7bt_@iK|r zW(QTj<2oZo*(b`A_)n@8M<6NT9o2J!ILdRFaSv{)36_f`W~x+djkR8>)Y+H;i;^w`G zRj$QLnls~N#w99;*^}|rli|$~9(-V<#bKlIERHti#~N4Xqpj2_|LK5&;hQW;h*@`? zVHV(pLh*o=KS3S2-<>wI?Fbco?`9#WG|!-3Cfe4D23d*xuEq!}{PWF=+l?56S@hSa zZUyn9CrwFp?j;3~9!4{iH-(1ny_j@%f!>U#TkRbnMm58Dg)z0v`c5C>RtLO?4( zZ{Ndp^}P_r_m6>8d&iJKn{ihUBP>r)sl3fiJmj}*{}nK?+JK#{HG4He9w7L}%Mn!G zyEOdW)TNG*BTa37V((L9MFU*2&uiMAV7*wv$tqE@5nzib4$j@LO12Pt01bNTJa#yz z?(_+$Il*@D2jb=dhIRdMXJ0;lk!DX-3$;!z=Lo)|k`6u>eT?O1f7IKApeRr35QCL> z_$SUP-y=P|Lf4ve=ZQu1Y?MGGB#`vZa6D*LHxy_1Mw3wCohuQNw{*Bh9G=c@i1Xy zi(z#aK0i$zzPjce?`=72QK^>sw3pzG|BF?; zfWcftT%_8r6wg$}m|~pXnu1i_lH;8aWZs6c3xglsBrTe!p8BY?LV&}!NFB=qSk~iX zt=W6XS!>`Dd3A0yIN!w_Aw%$22u0}oB}S0jLhH%Q$;DCa^`uCfaE$EX;JvgA!SV{Z z1O{}EL|3~YZc4D9vrMQDgH^Hdc}KvD@pxMhTa*J9e1oZC9In)p$0iQEyv^^~bYYq? z4|M<5fIO~D=YC@*Mn4P}{g*q71peZQQNr-7n-J4Y!8-iIk=3+7Bm=Jfh+dT@$bi*j z&tnZc`*5KI;<>#cjU*U6gXLBhgFGnoaKo{~vDr}maOTZ6N0L62ot|H{`~fuD;U?@s zpXstCoC7WIkdd7n&Ac@t2dORm;EsyeGTa@z=IDouO&~JTT&y%urU_bDot<}tze--I zOVP;M$w#o@4`UuhRGLbnni~uFeGryNM+RFibR&IQIy%i;r%4$cLuZV3Un#F}H9R+a zMje&{Q>@P$m27B)nGlz3m}urUOLVvI!K(THp_EC=_kC8mr|M2Zi00RlIJw?2O+Cbk zpLj!qcYZ+Rtzv=1W|G#Kwbu4D5jZjYzVq%Qe|$o^vJD9L>-@-;=_C^!B)p!|_h5=x zz+#ApEmEo;XDpJw4JkTEIyzl;comQvAADZ0;p5@~R+hl`^B30vjs;18g$QlwAdq%z zw$uk<{>5w88?b%D-}w!U4rqiT+>Y*!f}m3Tqq}T7_hQ|0+nAGQ^#RlL!{LQ6M@!nw zEPc4BA%4sPYnVG1E$wyJ!?ANzRl>pd(J|=3T+d zz-$V~01qgOWCZP)-Zz0^9}Oh$FJO4m^0_9;tFo_zmQ8>hnKJNYj6uHD%a2~Gs8D!< zXl6%OQ4DYS5*IyqN8w^}L-M2Q0o^l0H&BdpKsJ0Rq>i79EtvTIQ6B;u6}VrqNtEW5 zo1!CHwV^r_`~U#VQQ!En&K zU}HyH{dZ+H^fwFh7-p#i!~!8lyeAf>V9fMy6+Ydje_rV(v#elz1i%C6lnQnd(s4O? z(r48NxH^FK0X^X0-{hSHKMPL}K-vSFlZ?bs$iNy%$Z~2o)v-aU`?DC9{d+G*xHHAx-YV52rmAJ(e5$S5q_qmTX+5 z(e34U*-7%3xoL!92d7`!0o{gcSd&sh=}*%Q9!(Cxh%RBco(|Z*2hL8{OAMd$S_3En zDlqq2e&8{L&)>SyNZk-PX)qC$@=YDMm-ayQK|89-F+UR(&PT?G8_Eigv66FaLz5_BPw1{0#TX6D;B-j?tG1OT;gwskkh z(vkdpx{7^Jb`QB~wQ$UC@Q_#4*kx>~=Os7EnGL$4AxcYAEvWhJcuD%2pR%J(J|S7f zejp3dg^7NO5CC6_S2LVf?|`u`cKzQ&jCXSOf<>&uHq=va3S`i9ue^-Zd_75EzlK+X z6s3aSidKoz(cCU~t`hl~W}VD1Nz1Wjeh zV-d22ToCmB?Kk7-AA z6%$S-839>Fd~N*T{~#nx5^IxYK3dB_Zt*4t@dr(qiQ9H8p07cS=FaaWmg*=_%PW+t*THJ@fH!9AnIJP4-Vkbe}Lw}q8!~c{RP#b3kldF#q zKt{>B1N^to&D3T_UlY}#uBLOUH6tewI699s2ank`P^ze~i zJ`=WgDlQngSxit#68K}c&3va#=kiz_2p!t48{5SiCiVOK_~mNvbZWa>Zxi@l8@!`V zUnWle-%Q3m7FaTp7PAh_>xUKP3azCX8?dQJ`erFPkH?QV;El&;d0kE=C#qi%hWSYSIDQB%$Iz>RO3b?zT&1}J4%{%sDI4v zl=QkdlM&59SwZ; zdb)UJ_D?eg+4~uFPSBi&fINL4D=I{@ZQcq6Dy{jUzU-a7IgbE?pzqdYJviX_A_D`e zVMINvkyBZ{ZI~rTeYuy>YZ!=ccBSC6#F_R~H`ssAn;diDYD|#w=s;aFqzma;>w2(NVMT!=FT5_cTTSROz7rR$G0)hS5kv(F~h1&r@6Y1@A zLFBn(mS(I+_GjjX1#pvYoBY%3)=~>^pSf^au6o`Xc5P;gIY>)MNcIZ8r44+x0-sYQ27_!aEPws{jr<&L+>3h3zW3`< zr(*oGby;=WJ@?a;r^f{KUACCvqeQ2F;a^K`!BlLq@Q*>7l=E0P93&RFLvDu;vFv4O z!@0x3*MMSb42F}r7X3Uf^&@+;Z*|dn%KkK7qe&&}!G9p~ZjA(}Hl>)i%%cJn=knDY z`^QIeI$=-qczIoz*1zA$OH*+O)i%Vk3D84-fsztANy^h_9?Z?Tnd^Sx59!;x3h(l! z%ATV{?LbsfQ#m|2gp$I&o%lQ2y4!+FZ13a-o%nN0)D~pA0a9mxfaSGxtCF#UWU&lE7M7X zAz)4Rc&d-Uyw2YoLg`tuKhGQ$w?B8%nT^sVKwYjJ@$x0w-sF6fs-R&vH`|TuE5|oQ z*ag$x)mBO5?4y4e9Ff0P&D8tTFliY%wN?4iSblTgR5$Y~m=6;^JiEuJN^HQme(4gx z5kx#^h(siB=Ug0hEek0pDX!Y_^lC%O^ne1)ljpGg+kOPe3LWraG+++0A~`K)7t#hF z`+^#`eKU-qmoQ{4jeU!S6)f14!fOr*R~aM047U*xW_yVF+uBN_fB9Kb+yctMqwA^Y zRy%ZyV89g&*G4l1AvWY!T5Dg+2_%l{qOcXASV7Pn_L6+XMKN}g798i;NVDyrDaAkM zko-JX&>b4-5khwQ%E{424xit|b6Ln%Rwj!vI9CSyfmSy=i%5{{$yYWP%f#zOP>)>y zb)kD&BVaa?IaFyzYn9G(10kd>0L@u{vZO7fw;cI(58#=JCS(y8x}MKw*!2Ej1@%il z2IzLKyHw)i#D}y>oXrjYCojy|7#qCvq3Lq|5LTr{KDnNR#6(4$$5HCEogrtA0!l-o zx@~_X5MwOjgLsv)Wc&0>JirM>I?CHrnuGY%hU#ql?0po;Pdn++WoZl;f_QKN?ekgU zku5_Ooh*R7sFSP$+Ru1s7-Xr&CzkhP%#J@iP!$XyuNWZAisWad7<{3__DPNmJgjdr znt`t=8kiFqphitTJi>oEusReQ_r;~qfyPAq*A4n%3NP7GY(kut41VwI8o{U1Q z_hwcKf0k|7m$%t@+zA-_Z0AuTBc2DICovV$YwCIHin<_pCn~HTcu7f+FgfZY1#&YU zhulcX;L^>i1ai&)Du_bTIf)1KlhvEAD=%SXledqHY-IQ{NJ;?L8)0gChq`rk-8vsv=5l!ZBcPGeYih*jOS6V&?@i6_MhV! z`g2X8@GwE5{{ci{iW z8{v<}^RK5tQNesgZha2>B*y&X@uRd!b=qHc;4EiXqhySR9sHi)0pK%OX90*UJ}w*x z_Jr9*m^({ha0i*_ktL0)gnt)wULKC!?_w^$;J*Rw1i&n93#30^$rcbWBm736Bsw;4 z`_j`?AiIFt`<1cd-!aT#`!G@0+JHeB0U5}4+wC!cR5i{xI&S>%e>2h8*o+MV27E4rf!Avv=5b#_fCy!8qWWPpJ5gh8@-If+_^h2T-({LZT%^t+dFjnIiaoY-5@{#5ZB#1J@z?b9z*UZO+(R3T zoTXl=$O$(mDyaDZQM3sm>h4sH8_o;N7ocJU*WW)XPTIa)BVcbzJ-6Gsh{paZY~ioJ z+W9b}GzEVgq_C;${9o!P-?o{901(4?2mgt|ar4`{o?N-U%~K2y%HtM)W;CSeu%4v| z$sY&UQp`QRw9H}w&gySoRK!E8QEf>fZ~XML5fq!K5VN*%_mBRWK{q;0P(-#a$Y{s5 z63j#a3~V5iB~P2eUWF&bm3-Ek2ZN_jgZoIulkMwhC6gJ(EEQZ1B(-ii?0?V+GjQVf zl^B@R0&HK;4df(7(@}}D-j_6Qd)8PoIq%1_k=vh$6b?A9-Wx0|yGqwnU%4Um90u)xtqn@#Li@{^ z7iz-XymnAht+d~Dz=C0hmVH9ytrkKu(C6ug-GsA;wg!ux2l5) zQLqHOT0IunA!){YLYFCcG+F%!~x(|c{@Yh%8e=Zzb| zz>_|R^bn~^(0Aiv;}Vwk&e%rakuSm)QhY!b=}uUNfB-iIDi4814X-n4wK{=FpZ;)W zD=x=ZpaoAfpB%)+9~-Z-MTELKd}0)8KRKlz{G-3;6VYiuXfJ$7MDLw+36>!+8f)&X zx#{B4x~L$k+Nd>l>IwhHk(yickqluTm0M%|sY%x2z9||=)@waxz7i?XWx@FE#8k-c z=hQi~yj0Znz`Cyb8~C8+B(uIcC{e?{&;sQU#1ChhbWHN`7H>-2Chm_4_5j>WNpmE^ z^+HIyR85t5v2p|eon+qokZTvfJN~kuHOS?{s?gBMjB6EuOC#!QdIZqg&w1^%44VA@ zI8CLwpp%+}A`^T|Ca?=t9^Ph1!&dJ8*etg6Yz29^gz*L6HPm7L~$2{EMhYMhlXl& zO^EQ-digcWmoI<|u~ZV=*g+3#iSP8`*TNph&#vF=>rqmitGM(CW%(OmP7JXeMGOwW zRgs`+{ymX6j&9Br@QA|`W_QYBvx@rKhjiws1@{roUgxN{cmPb&{p{#Wo@M|$2bF<# zAgRABAU!@xYKoep!l`$=Qi2qoFv$MLR(bx{b==2K~*ikIV2Gw7drfZLU zExS4f1DI{u*1qo>#ze$Z5k%=$^Z)Aw@H-KMI+Y8*z9uA=!vXOZLE%q-9VZOz#cUgr z;_9hXOvVkruDa|DVpDt=wGzTo(o8N6?|3Cf7H0RbQz!IDi4-Ly*{yG`dIIKX$Pi@4tUz)%0(u5y8 zu&kR`3C4`}@La~Q(?=8wRC6wwhRp9dXwoQBCBvr44av@g9JYygUFIp9%>pSY{4Eo1 z?T`V^GWvaxz84N3_`XG5*L#oOCM}Ib0U!2tP1pyI4`lpq)zPD;g>WBtoA2i#aFtgL zd_jlAkO>i{MCiW(bo~HEXvuLKOFdp_g zC?P}dRJAJ#PrUT+qO$E-QBzeMe19tHk!&H{Oo~?}zx|Me%YPfBWCZNVymUd(vuYQ1 z+An>6NPEK{D}MT;K;MfPEkX>CORT`$HV5QH8FwdDAtG6G@w|teagG}o(koLY<#;gk z7vuooHxXE1kEzXn1PaeW2CnCpRsf;JFg!n0R@DY(I|T>o8(`z9wnxUwaDNWv=7r9dbvnJN#6#q zWYs`oKAaO}pyj~=Y&=2#5zTX0P&xfQ_lj$rRW~YK8=YHSutlP;c2K5^{G;@F3lDX&ofw1RlUaJF|?=EN=b9y$- zJmI9o#u#ItC)+baZJ=`}2E5%*&}&jnz|~(L5xtAibu@FhGQa3c1QN~KYY`WQFlfC@ zXHQY+(tt`K!gFZ*C@X67vU6&Ci2x1b+hy_VC|j(*|9MlB=r5Rydf2AC4g6gq45PAU zofOLr7KSYTl1hapeckX4c;gh zP-asrZZ#$b-_#4ZtR4TA>XVL}4vm>J(63;~eIoC^pU;(xmZPdt2{0wnI71g%>*P+F z+Smo$aPA~h(h&kqhqVOWh*1;0#9H0adBb`j88bKrIm0lDW~$a)^AvAEkQPt>a1|wp z>92HEOxDb)lQa?6$+tRzZ)P^lYzTD|GP}?$pC5Cjuvbx;@uCaZjnbOZjW!h5ula=hGH{tRqEG$yE(jX&g07u!7O*s!Nyu!7X6?TIJTtQCgM!lk*Sv4bCtI-{!{5!wL^Byj)n7Oa}%2n&%wZ`cYY!G2$a zb&dv?C>gsh0IzE?jDQWnIJ$e2u)U5JkPJPC9d-4Hl3=ZcyyXlAS=Salxw@B|9mw$o zhrBnY9gmQGC}@_|B8R?Y32R^59h(iBv+>G+x$80Wq?r~clPpEegY9Z-Qc{C_SX-iYCrxaNLX16ac0 zbo6p9<)n>mrn)a4XyEob5SnTs+S<_QK15ug`vm(YmCBwAw~8R!fH&H*+Dz%|U(zbF zO-|^!Arq^x2Oqs6FH`W6Kk@ViGS=`e7Rr7szL(%g0h=Ht4e=Vj<4STGQn)X|%0UxR zzY5i~DEl|}%^4mNM!WjFr8xlo(GUJVrnVW^{M0%eX#Yv4_Xn<_eTAAu@kVYCwCIp} z)GffAeupnHgo}~i0UHILFz!PJ^a1&_$u0#wCVX{~7-vKuV1wF0c2>w)f5bF|6d;bW zxtSmbS1=_f9BVomTS;5pF?tY!;~fI+#Azj|r{hnJu`gM^(}2xDItq#E@4-4U1+zAi z1*{(eIr>%VnKwjMQMH*L0(ZF&AXV6Bt6KKE`miwZa-gvm1?%u9dtXJ(&F~Q>V17p6 zpDfhyap-o^A|;xyeZPQy1*sjEL?mlNE$3Thrf%eZWV^VwpBat)33IAiM@UNt9ymWF z_J8G7yWiiFBoD^LfxRsJnFmWxfGu6t-R!;sDeRDg+MOZUaXJ?-=_iJ1vdsKO9Ny zZGVvs&Lzv=q{>Uu-*{PoH5u=m!GDXsP;(oXt@^_ z$UwV_U=G?*z+FJlT;4y;R-q&KrIwJv_jB=Ww?>A2DgkM#<0aH+ddAQNG0M zG29#^Wog{EVoeA#WFAX}Bjv*iG!Oj!c%Nz@qz6b4;1GJ5OLG%88J4B@CT!2ta67Kx z(YYso?k4L$Mj`2cYi=rP>Fz>tlG>w0C~&Y=LbGz2GT zE|Tch26{ZFmAQFiIR@Yz#LL%Jf7LG^2h7rkWva4|h@q@|BA)h3((e__-`mqLA-%Ml z=3GjZ`08r2H(bzV;1cfGDGp8}5*gNx1ZO|x_^GuRKq4zuTwI{)8iIx@N4cSYVA_`3 zWxOAx6rgGLeNU_c?f?a4cS&p|2tIj+J?AT#0ii9Q0hF`i-4>M)sHbez3(_QWu5bBp zr-w3(BxC}{{X>yG;1GmQ=38mVgoRrIQnc_&P>5FRq@7zKW5}CEz#P^(Ye3JdWeYVX z{;STvwM&~-H*7h+74f8S&Sdaf)Rd_$En3Ca7I`_0CM%MOgzGjOS=`q4|5tjl4Rm_O zWzIo|-r{_(enyUn-4scjTUd&qRuMgF@Ws5E0gO?RyqSFa@J$!-#^Owb_f`~Bz#Ys{ zL!k!YFMC6bnP?cB@XekHoy@B|Lfi{C+`>rV;teTRx!?o>(5^>@3KtrzTR)6S+kbZ& z;{u)omaZL0z@y=2HbX>&V-V?RprZj1eF?FpXdt7xYY}RQA$9?zH-espbz-b9d znY>ncz2)~c(EP&u0T}iqjlFFs7wx4$1>cF^JMyPotbfi1ik{v|;Awyn#hGA4^Lnj3 z`u@+5`UMNDa_t^j_uU2({}?ho(?d}Umsfmjs-VX;6T@$#xPc?IDN|YZXv7einjorN zRzAc%-ygRur_#Qqtg%g{yh1aEhj?g@2#NqHH<@dzzS*+h&iTB`=@|$8*xv}KHT-ly zl%enYm9Zi;pb`~5Gb4=LR&#mV*n#Y@7unkwisS4jpcp6r*y^`RB9GnN~se#mO{i;=y(|Btt$ z&qWiN@icvq4872&34Lmzj8hRR^{K{&3(!GnWq}_cnd-BPC|zyEc2^*PROlq&0n*4b z5H}6z4_6ZSn+TU9jNMDGt|Jt)8_-c9%!M~aHVec6H>Hv)P(cZTm!lwVOdjzZ#(!+rtz@rwpugPD>g+U%yo!5O3vZ@$3_fh) zIPw0DeZ>7#ThNkvtZ(R#vyH%2gUIn@ushDgx}UWpL~a&W28UZSM-wYR(Rl{b>ixos zZvs`g4Z1^#%DvW>Ox_q=rsxWw!jv6B9P-;#DSHQ%X3@nZyYKOv6y_7)K%TuF&);af z(Wnb+>z|u$CurI24Qlh$&AJ_5Nu~h^-oddttiJ3vXTK0;6|lfS-^SY0gp;3XQ3sH> zi|cQd)bRxr8H-=(@m5p@2LVK`TYF7{Y^`$?Qpixqzy!FzHzviz zv1@lQu74K^#q7i`pW|bIb8uQl1;W3pH-ku}sjc}AXET7bt`fg_!LIQ!=bfY*=uUsH zbmrUhLXEEe1OhU~m$BNC?h_G@g+ zlM+aX(lG|#w?`8zFP==cv5Q?kEd9A}aM5?Ua_$r~i!qH%oyiR{Q^hK4j%Kr!@wpfU zu^c)uRfH8_%K_FrR@-SRruDk+Dje5?L1cfi_ZZ(F00run(BC7W$JNJeAE;KXYBL2u zVQ}noUVZ@_xwwK*I}T1MPXK4J03XEv2%aA4bBTmtk#>~(0x895jv*(`yDfulwnKpy z95ZI1gfH@{Em-pQ`ipEY%Z5X~2J2eg(qFEpbIzeRnwZ76K${VtxZ%Xt7P-E};a z{muN9y)@M&K@!Z1(4w6LC@#X`)&0u=&t|_caFy1 zf2haD6^xZX1j;&lirDZDVthl#mBgoMDyJ;Q&(cceZzD2wUtfmS$yG3S;fF8wNEV9V zf(K`aiB~r~h(W+Ojuiua0M0%Fz}b8LN5<{^a-_Rp5DJ_Ku6{>|ChO44A+s|q#yq$| zcAmC#1@ItqW;NDNFKffE8DeLrGZAgBsCEG@HNJCqQx{zB zg+uE`)830qAXg>FDg*B<`35TqyMe3@q{YJ`MC^Bnzm{Dg^;Awc`6PS`C^J+CC+ov; z7bQNJM%9BdyC5-eW7C8nv`7jTt81C`%AUc-2fT=^X8{j0h)|aY-wbCFq>}g>>D8P8KKsF9qg@Pn+Y9PaVV{NbHcm%Y1RdR04v%(c!EC?+P4NYd z9uxY&67tft+)frSfDEF>c~0<$#3U3h>6KbmKei2Z+KFm{vFrSjx619pxLX+Xm}SY_ zt9ab-E{YhQ%y0i;saP;F?7`6~tdx~g-Y{NTK&&m=jK?c_9su1pMJ}-}H{P-ru8RY> zU%~;SF#nZ^78idkPyrVe%m1v0O?Ggkp-L4OU%cB}FgH`Q$e>t=N9;9(o@~_1D;EFp zVqq(t3I;GtO#_!UzA4(F0ns$~k8MK|tDFPZ%T9Rm7&-8Tpr7CSdc|s4<(-?*#Qt35 zeEHa4K~wjuQ1r>N0xSrCrHO)NOXpFEQlC#iZbis4#gNY>GxHjv^NwWBaW=nLvW|$K z)Z@G=cf%46D|;nTy*>^hL{SQapa`(?@Q~?$_N0Qg;A%tPJPm_Yy9gEYLKh=4W%cHT zE-U>mvR z$-zI3)&V(QkV(ohvDj9(IVh1S2#j=Jtyw;~Isjp&04?Gw0(sb079hs~h?`@T<4Axa zRU$P8Q`XItM7hWvmC`nc+};2&4Bfz`JVIp2r)EFmdI;I_US+&rBz26Zm3{gi5vtHm zi>NC$!wAakwPzw~Z9-jgI(Yx4v%v&WgmB=~yKoELNU=DEUWxDG48A3 zMoM;yK>`T!P*4J%-X6&;yRdaCPh7 zOa>zcgCJTA649df-h1zz5YdIGF@(`YOGu(6dKbO-PDqqQi_VA=Wf-EjXFK=roWJ3D zanH;3*=6>%_bS)7TnmaCz7o;5_4~-TU}+gV{aH&|eFkrC)Jj-_OQ)C{LR+Whb|26k z0g@ocahH(&NEN%Z{kI8pVGnqDJ7cy8h3MGoDEeDIE?*2m1B_p9HlnkP#MNp0>uJH1 zpZmwZWW!?^k9{e=H%1I z%e+DTle>7+!|{H!K!R{0+-aL|Ob@48N+-E8uS?#&faI? zFOvfNdYYl@dE-ydP;|;7e>8h8Te4^YmE_jqRGLay4IVz-YU%=2N;)jwG5dPh1^^c6 zRoWHR?>a7a<~o~_~R;tLn6oSA6O32!-Bc09b74(VIT`isTeyHqbd$eKOG(0!)I zu=@=QVt;{30+jW(sjAB>r;cQ_G)cv>A#9@e&1E01p{&Qhmm3l=5WC#Yu@O+>^ z-N1?Vckf+Uxqm2T>(@7SUk&VBC7qL>(H525`B7I^C#Jpe7H|a?k<(3F3;)c@y-VO4 zw^#k9iml>a12j4t?V>R-Omn;vM;1}H_69UaPro{tXH?lcJsQ$7>ULlyUt!A(^KS2o8#$) zWG~#?UV=29HPC^C9^%gP46?7xkPd~euX`d|owk4ZWBuIP)n8X9Unf2y+z37tI39cQ zchNQ7(3{Gr;bf61rWJ9!x;jA(`)m_Hez^iU@=X4PagWYf7@%L`Cq~sDRhC`UX@He^ zn~EFX9GK!=PyqtNQWKmH4%>@0yWHODG`|^jei`el&@D$Hdt&zieELsiT^_YJ5uO{p zV3q={xiT1fhz{P(Tw-vu*f=Oqesr!~7tO{ABdRdX?{;?E+E48J_QmI+(L~OU^5J}R z_Vrjp_m#k+AD3z?w2@)XTb(l$jmGay^9`Z^ID1wJDW>@1$IH zon${EH~x$})sifGG6YK7Pn5~)i^{w2!NnBKIoTO_N&PGHBE)Gr5o|2^meBD~(gEET zJBx+rhJScIP~xgRDiSU@uEP4tJ)k*Fu)k}GCO*Lsd(pp$D;15ua-4Qw+2G`QpC@XH zf4TxKfM<>51^Yv8p)%OM%iLl@@cT@{xe9g$qk4-ffyHy~&O>f4#KJfo{-KD*`);xZ?toN}@$&ID|$ zNV%u}hbk--8&hpK&uNrDJy$8XOIWA?)}5(UO>FehW-cph=&C$5`NBuOGD&(8E8~AK z%y?e+Gs6o)mI%MDjb<*&8;s55g~oUIViQGE3j)Boid+6~=vO>X_^xJdKT&rtL#0F$ zZFhd5b`LJ^*EGVHR(Yms54&r*7C?Q^!fSo-wCzASphHab?!s!KhaBvekcqp<8 z0X46sRtpJ*)}D;CP8JJqFJVx(CRfCMd6Y5+j84ho1cloMtB*mD) zA$NtfO(F^V3>pKCIheshLXGYxjQAh2C!CxOT2d0IAXj#Wn2y9}UrGkOeFxoAl@hgd zH4IeQ7|Kt{-mu7!?+`d%Jl(Xk#5!~5-1+u81U+e%{nPQ5{arlatWB`gpcw%mdytf! zuz~j5>lwL6?fl7~Ri_!rwU1_!Hbr(`1mK6 zZj-LQNV&jC^`crO;Z=ZFPt@unhU5a4mqAG%m`kG$K1{R7D8af%1jN_M63x&==Ug_Wl6W1D!U*- z%hdN1>t_(Hh9TykCEj|k1afwyX{Vk8>L*OAPk)oPmM}hn=e5Gew)%l3>BRS{H)xz6 z)}Ai&N;F+j9LY`&9214H$oCdtOnya{rMslQPFLl^1(8?9(v)#_UE48X*)b`)+)J2p zHhm=Do-xrnuSxx)le|`zV^ys@z|SH+GvM+VrY=;jLRXu;EA z_0#DLby{yy*k`C|ljcYm8z=Oj{X2z$xueouje|*F%isFwFL((XJZ5C)-8o}A$`jr@ zktzuy5P~pv10vi?&cjUPhmecu%=cZxvUxP1#0QhTku`O8#A6gfW*yLFC!$-y(RC$jBeh^HR!g z5^AIx@Aaln3%>5VM=z~ZEvfW%WR|r`DoSS22)ubfxl-{-g}t?2NiyvGyyg#JaQ-EA zTGr0sJcVB=aZD1{#Men&Jn#+3zukGVwH0t>E;oIPDnvpJL!wnfKA9*_uX1JJei&5U zeT}dg^So(GKZr2MzJBjJZ`>q73d^>K3E-1TX$(25S4y0d@M~Euebu2DNdfAY;9VJc4FLP>Wzs;}UlLkvyuUcuv2U94A&nud*d6UBvn4GCg=!>L zR#X!KP6%x`GEDC;`DRP!9={FJokXX7{s=fOO=}C>8$i%(w>p`}msz;jkmC==L`#2Lu-@#HW zcW?8`!6!J$_XuC_WQ{;t^rkA?&IR&W_E&M`Ok2p_OyUk}YzUamVWv4*nv}>a)4q3H zk~jXz?Ie6tFllAuCWGtYziO|6n|U9fQxtrhFBOt5ey=+P$Ts3X=xo22`}-Ocq`AOQQ+cJv%mY%HB~H=5HijI*#4 zXk;jEH=Xnf$S}l;%vpA_@pAvZ+j4IsO8H&<}6Nr1>6tY0qt(THXcjsDQN7RmIH*&DEIEUap%Qa*GcQ zBtOgV&3<{jku1k!=2*=Rq^)dmSaW>r@J|v{FBP$We_y4Op&0s# zEBq&1d9wKrT;s*fJp=8wW!uQ-sKHv*YxirzovQaOqCSN|R-B~~t1Us;_qLk& z;C2+?ktzbAVOWP~qQ=Tm_Q zAus}?0rZo~7slfSzmxfTm1~mI^mK?^?1`TKmfsv{zCX1m70&c%=Fd-g9u(R&(qknU z1{k5|Snn$hzfCI$V=6TGT_3J?sGgb>%K@iG+S zRsnR4VO@_``KL3t5*FaURC(ko zxEgZV8K;?LpblVV!D>;#t{C0f*aD}}&|O361#Xpcfu8G5#2BevG}9h6Pt4l}+OYNb zm^20Hx-i=wYPz|dZ#P&%@Ye7Uu*&PTOI^q+u5S;%|0qST0LFX?yOGTrR!h5t0NK9- z)^fKh&)s~=fo^m-1V+U-C_~87TXrK|W!CZ+7A8iMH?A#aW8dSx%jhoox(IPNXlOV2 zB@s+Fnmgu_t6?uBnEeQ5vE=&5;6CN=P-`K{cxFZN!4GwSyDs#TD8VF1l68V!PuA?k z2rs7}B$b*R{dHk1Us%L!{q6C?>_l>Zw_%jpg@iyC`Qq;vtAm#B8krqnAz}V%jsV>YMV8-6vMmyL<^Z<> zDRv8?PtH<{Clg#mG)z0rqIXmzpQT}jWW%*{Li^@j8*AsSFWg9E?=n{t3yRhW#6eif<5kRJaxP@ObWHjzYq(2)NWfHE*`1BBc7QL-iH&D{heHmKsgvm$5v{^I4gVWJ+T7D3+)$Y;5%wdX7d5^|3<_ zL3m8&!#nR6`eKJ|AzruK#xBRh8Br)Q9&Rnzbv()zby447`qaDrVfKCTN{R3^2|s*s zBK_3Ln$`%_KnoG>#I5;65kZrPWHRcoUzuGE2d|T#P~E%XDl-a$C7O}E@BE4ykne7@NTidx+OPAl>k} zCvptPe#uDQI+wt&uh@I#5Ej(>Z(V&qOy4pHZZ!V-#L4`PPqc=W6yvDW`U&%JiCqa- z>9nLdpMI8?G5RazpKuo5xk`s#tU_l%N+{>MxK?>}@Tm7n?DL4( zXQPO_Em67v$&|p84v+I{2eyY36z-;Lv+OzY&F&wiH?k|+-6Y)+xph->Yj4Dy$@Fl` zZ7&et8myzSCy=%->$ zwVkR~!hds^26_uZjTUe@h41~xm^vcT`$3R|YiC&Au#D=5rN62j+)Dn#%J9`pqiy41 z-nrjf!TBqwpotnL;79qYNrc2V*rp*ERVVqrnY$kb#krewf7|fy%yTHR9+td4WRRx5ujDMNd@ zQQaMr28e2jqjmUcn0lqG3B#VtK^iwC zJNw=C9KnG}K*SZSmW1Cx;cA<>^2Q9V)UVrvpV(Q`1>1iJ{#y8W9M~bbDhQM#U>V!I ztdiVg^Au8x1i-?X?Jn46IE2NAhPI_%dj6X0cQbW^7QB}*!fgaVHO?te8D(x#O3dhr zFMWV^zmb;*lqB0+PBq|uVf(AX7-KDSfpVUH`s-PQv>3@gYC?EUh=TI8uPfcC;m}d= zGXtP6cD$WS$AvnN|Ibuf_sZZua3ni*bZve7>2Uk!G6;rSX6N0vJ< zN9x}^Qe~-{WsUT83lQdvBlc~wYI(dFyWhOZ6JU`VzqaPeZcvMGJqD2BI}rJjxRhP` z1iioq!<18NlBwJo_b@$URY2lHab!J3EO61A1QnXZW#llv<$c=6jRx(NJHBg@04 z`KWO@obD!SJ^BydK=I;rIm^=d$CRdv!XJK4dpL9*jcPrIfjq7Sh6ye8QY2Ed$0Y=_ zqv7qvCxMw!8D$mG#CuJTHTlOMGzDZ297uvj$yv%r1HX+a2UxEOR8{dpqOg#Hq%glZ zhm?=9%N$5W38$MylEa`I&+Yo>cdRZAw=-JCr7l)pWxx4G^`?dIUIU}qoLRKl6m$S# z;u=mOO89Wqj)XGbDUt!$jdC0?&DJ>H;14TzoetCf5>-SKAnF&B8C z)Y|a?(d_MWLg;M75%c_L_Y13LyA=krzF3>mXcO4Dp}DwtCY5Z*fq)*`r-|W`Zivlfq3~G zUzTNb=J0jIMd=#xGZQJ4K{^t4qwJZPQP*-xtJn6-t5r;TRo;El^Zt`Vej5dKYMj$I zlY9Ml2$C=hcZfO8+IK7Yz!5F%Rj%$9^MaLrUB#3#ZM4_> zsSrEayE0VP7Ye!2nA5+YZ56egX(>5sk~s4u0GzBn$&?pPo-43z-~g$y!S^{?3qO-=!jO6=C$8b~ zO=LRsbL2-qEOh7*jMM}1=KS5A$sKeph%HRrRZz>ODb6md_B`)SU0~_z)HO;SJy})V zGMhnA#|8p(MhAByR8r`|q|*sFh&l)26o!qeSzT#fu5TJ& z2B4}0Bdc3I@x2sSEiLKX!spX3rh7{fMhcU9qXE_sm@y+Z(l;8u8-ayX02SVGuc3;Q z(^7E#EA@C3w6`?p--_igO_t6K_8c4v_wl! z(~QXrJ$W2YVPKDY>4LPRSOTGHlRx}(ZEq#DXJe?#}gpBOwrKhnJ|A$ z(@aj%7=i;{WcL#`Wdgdcedf}fm=t--^MwA*`Kn(6LR7h)Nj!TaghqdrR=gSm`-+1R zu6skj%&El3J#%NG%Jpsrn{p^~L_pwKL+NGLxgVzYkpVaqO3RA;wl|kv;yeg`pHYqa z*H^yi6j(rNzZt7{!^o^#ae0(;X^)4+QpqoEbOK7vzO3f>!MS@X^J*m+()u>IbNf&x zSegP96RMACZiLz_&FjaGYW4ZKGWSy!m{mM>swo?@Q=??b*-pz?yk89MSAGRo9J(r- zreP1QsxRF8{`p1BP3$M4=08e$D#2LDHAF&au1qOk^o6p&*>8Dq z?H4;r$>7J_@2po9;wJge7L&kIXu3$4l)hplaxhwKMT z&2Z@Ff+1e5!JTs$dTcDPsM4}=pyV-^`oQ&B@zh>fP0!)DN2MUykzRtfn@}8Dmv!m{ z+N-?w+hi6M>q_DjQ&T7Bc4x|Mwf+GJJi-9qKX-t^$2>rzfe&3h@Z~Xmjj8>z>H-ut z)q?alrNjO5f#u%O@+9wLtde40XF5-D#hBGi(6KkO^UPa_93n9O-dZod{6WVVNK6|4 z(2MRWfBDznfC0%|28O-!TiSO^-19W*YJ!HzWr|^Fd34aR=HR*#{wZOOa&o%xH!+(PPZy5d!!@r&4-?8C#V)%E6 gyq%B!KMlhT-n_|#3L?JR1q=A8C}_%;%UXy0KVCUq)Bpeg literal 0 HcmV?d00001 diff --git a/_repos/github/wwood/kingfisher-download/data.json b/_repos/github/wwood/kingfisher-download/data.json new file mode 100644 index 00000000..02426da1 --- /dev/null +++ b/_repos/github/wwood/kingfisher-download/data.json @@ -0,0 +1,382 @@ +{ + "setup.py": { + "github/wwood/kingfisher-download": { + "credit": 0.01, + "url": null + } + }, + "pypi": { + "extern": { + "credit": 0.165, + "url": "https://pypi.org/project/extern" + }, + "requests": { + "credit": 0.0057847968750000135, + "url": "https://requests.readthedocs.io" + }, + "tqdm": { + "credit": 0.0016500000000000126, + "url": "https://tqdm.github.io" + }, + "pandas": { + "credit": 0.003147375000000012, + "url": "https://pandas.pydata.org" + }, + "bird_tool_utils": { + "credit": 0.0016500000000000126, + "url": "https://github.com/wwood/bird_tool_utils-python/" + }, + "pyarrow": { + "credit": 0.0016500000000000126, + "url": "https://arrow.apache.org/" + }, + "chardet": { + "credit": 0.03059409375, + "url": "https://github.com/chardet/chardet" + }, + "PySocks": { + "credit": 0.03358884375, + "url": "https://github.com/Anorov/PySocks" + }, + "certifi": { + "credit": 0.03358884375, + "url": "https://certifiio.readthedocs.io/en/latest/" + }, + "urllib3": { + "credit": 0.005887406250000001, + "url": "https://urllib3.readthedocs.io/" + }, + "idna": { + "credit": 0.03358884375, + "url": "https://github.com/kjd/idna" + }, + "charset-normalizer": { + "credit": 0.0036413437500000014, + "url": "https://github.com/ousret/charset_normalizer" + }, + "slack-sdk": { + "credit": 0.00020418750000000124, + "url": "https://github.com/slackapi/python-slack-sdk" + }, + "ipywidgets": { + "credit": 0.02041875, + "url": "http://jupyter.org" + }, + "wheel": { + "credit": 0.00020418750000000124, + "url": "https://github.com/pypa/wheel" + }, + "twine": { + "credit": 0.00020418750000000124, + "url": "https://twine.readthedocs.io/" + }, + "py-make": { + "credit": 0.00020418750000000124, + "url": "https://github.com/tqdm/pymake" + }, + "importlib-resources": { + "credit": 0.00020418750000000124, + "url": "https://github.com/python/importlib_resources" + }, + "colorama": { + "credit": 0.022103296874999998, + "url": "https://github.com/tartley/colorama" + }, + "pytest-xdist": { + "credit": 0.00027225000000000166, + "url": "https://github.com/pytest-dev/pytest-xdist" + }, + "pytest": { + "credit": 0.01927064309210526, + "url": "https://docs.pytest.org/en/latest/" + }, + "hypothesis": { + "credit": 0.0019567968750000015, + "url": "https://hypothesis.works" + }, + "numpy": { + "credit": 0.192072375, + "url": "https://www.numpy.org" + }, + "pytz": { + "credit": 0.028722374999999998, + "url": "http://pythonhosted.org/pytz" + }, + "python-dateutil": { + "credit": 0.028722374999999998, + "url": "https://github.com/dateutil/dateutil" + }, + "argparse-manpage-birdtools": { + "credit": 0.16335, + "url": "https://github.com/wwood/argparse-manpage-birdtools" + }, + "ipaddress": { + "credit": 0.0029947499999999996, + "url": "https://github.com/phihag/ipaddress" + }, + "cryptography": { + "credit": 0.0029947499999999996, + "url": "https://github.com/pyca/cryptography" + }, + "pyOpenSSL": { + "credit": 0.0029947499999999996, + "url": "https://pyopenssl.org/" + }, + "brotlipy": { + "credit": 0.0029947499999999996, + "url": "https://pypi.org/project/brotlipy" + }, + "brotli": { + "credit": 0.0029947499999999996, + "url": "https://pypi.org/project/brotli" + }, + "brotlicffi": { + "credit": 0.0029947499999999996, + "url": "https://pypi.org/project/brotlicffi" + }, + "unicodedata2": { + "credit": 0.026952749999999998, + "url": "https://pypi.org/project/unicodedata2" + }, + "moto": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/moto" + }, + "databases": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/databases" + }, + "psutil": { + "credit": 0.005556049342105263, + "url": "https://pypi.org/project/psutil" + }, + "black": { + "credit": 0.002561299342105263, + "url": "https://pypi.org/project/black" + }, + "flake8": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/flake8" + }, + "codecov": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/codecov" + }, + "pytest-cov": { + "credit": 0.013008893092105261, + "url": "https://pypi.org/project/pytest-cov" + }, + "itsdangerous": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/itsdangerous" + }, + "Werkzeug": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/Werkzeug" + }, + "Flask": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/Flask" + }, + "Flask-Sockets": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/Flask-Sockets" + }, + "pytest-asyncio": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/pytest-asyncio" + }, + "websocket-client": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/websocket-client" + }, + "websockets": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/websockets" + }, + "SQLAlchemy": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/SQLAlchemy" + }, + "boto3": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/boto3" + }, + "aiohttp": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/aiohttp" + }, + "aiodns": { + "credit": 0.0010639243421052631, + "url": "https://pypi.org/project/aiodns" + }, + "rich": { + "credit": 0.0037434374999999994, + "url": "https://pypi.org/project/rich" + }, + "rfc3986": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/rfc3986" + }, + "keyring": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/keyring" + }, + "importlib-metadata": { + "credit": 0.005427984374999999, + "url": "https://pypi.org/project/importlib-metadata" + }, + "requests-toolbelt": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/requests-toolbelt" + }, + "readme-renderer": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/readme-renderer" + }, + "pkginfo": { + "credit": 0.0022460625, + "url": "https://pypi.org/project/pkginfo" + }, + "docopt": { + "credit": 0.020214562499999998, + "url": "https://pypi.org/project/docopt" + }, + "pytest-mypy": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/pytest-mypy" + }, + "pytest-black": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/pytest-black" + }, + "pytest-enabler": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/pytest-enabler" + }, + "pytest-flake8": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/pytest-flake8" + }, + "pytest-checkdocs": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/pytest-checkdocs" + }, + "rst.linker": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/rst.linker" + }, + "jaraco.packaging": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/jaraco.packaging" + }, + "sphinx": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/sphinx" + }, + "zipp": { + "credit": 0.0018376875, + "url": "https://pypi.org/project/zipp" + }, + "filelock": { + "credit": 0.004492125, + "url": "https://pypi.org/project/filelock" + }, + "setproctitle": { + "credit": 0.004492125, + "url": "https://pypi.org/project/setproctitle" + }, + "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" + }, + "atomicwrites": { + "credit": 0.0016845468749999998, + "url": "https://pypi.org/project/atomicwrites" + }, + "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" + }, + "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" + }, + "sortedcontainers": { + "credit": 0.0014973749999999998, + "url": "https://pypi.org/project/sortedcontainers" + } + } +} \ No newline at end of file diff --git a/_repos/github/wwood/kingfisher-download/setup.py b/_repos/github/wwood/kingfisher-download/setup.py new file mode 100644 index 00000000..6ade94f0 --- /dev/null +++ b/_repos/github/wwood/kingfisher-download/setup.py @@ -0,0 +1,49 @@ +import io +from os.path import dirname, join +from setuptools import setup + + +# read the contents of your README file +from os import path +this_directory = path.abspath(path.dirname(__file__)) +with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: + long_description = f.read() + + +def get_version(relpath): + """Read version info from a file without importing it""" + for line in io.open(join(dirname(__file__), relpath), encoding="cp437"): + if "__version__" in line: + if '"' in line: + return line.split('"')[1] + elif "'" in line: + return line.split("'")[1] + + +setup( + name='kingfisher', + version=get_version("kingfisher/version.py"), + url='https://github.com/wwood/kingfisher-download', + license='GPL3+', + author='Ben Woodcroft', + author_email='benjwoodcroft@gmail.com', + description='Download/extract biological FASTA/Q read data and metadata', + long_description=long_description, + long_description_content_type='text/markdown', + packages=['kingfisher'], + package_data={'kingfisher': [ + 'data/asperaweb_id_dsa.openssh', + ]}, + data_files=[(".", ["README.md", "LICENCE.txt"])], + include_package_data=True, + install_requires= [ + 'extern', + 'requests', + 'tqdm', + 'pandas', + 'bird_tool_utils', + 'pyarrow', + ], + scripts=['bin/kingfisher'], + classifiers=["Topic :: Scientific/Engineering :: Bio-Informatics"], +) diff --git a/docs/all-repos.md b/docs/all-repos.md index 1f0a8ec6..c3c2afca 100644 --- a/docs/all-repos.md +++ b/docs/all-repos.md @@ -2,11200 +2,11219 @@ |Manager|Name|Credit| |-------|----|------| -|pypi|[numpy](https://pypi.org/project/numpy)|0.08771648399162085| -|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030882937612729585| -|cran|R|0.01436417885942687| -|pypi|[scipy](https://pypi.org/project/scipy)|0.012005976178855524| -|pypi|[pytest](https://pypi.org/project/pytest)|0.010824917610944292| -|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009858475666692842| -|cran|[testthat](https://testthat.r-lib.org)|0.009758615499539111| -|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009596979104241503| -|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007812619188160334| -|cran|[httr](https://httr.r-lib.org/)|0.007158187956129645| -|cran|[knitr](https://yihui.org/knitr/)|0.006906707784209304| -|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006487118333743963| -|spack|[zlib](https://zlib.net)|0.0063348416188688675| -|cran|utils|0.006133659960132963| -|cran|methods|0.005815946315510491| -|pypi|[six](https://pypi.org/project/six)|0.005751884333841296| -|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005280257787918372| -|cran|[covr](https://covr.r-lib.org)|0.005172656495021046| -|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004969948627652628| -|pypi|[h5py](http://www.h5py.org)|0.0046962334469644275| -|pypi|[colorama](https://github.com/tartley/colorama)|0.0045377710488165215| -|pypi|[biopython](https://biopython.org/)|0.0044350138852079345| -|pypi|[pytz](https://pypi.org/project/pytz)|0.004426201526399585| -|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.004180844978730624| -|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004156955511380346| -|pypi|[pyyaml](https://pyyaml.org/)|0.003670691205416431| -|cran|[tidyr](https://tidyr.tidyverse.org)|0.003491567287028842| -|pypi|[numba](https://numba.pydata.org)|0.003293228213347207| -|pypi|[cython](https://pypi.org/project/cython)|0.0032485282471534827| -|pypi|[pandas](https://pypi.org/project/pandas)|0.0032150182470747054| -|pypi|[packaging](https://pypi.org/project/packaging)|0.0031744592912705295| -|pypi|[docutils](http://docutils.sourceforge.net/)|0.0031195580702194953| -|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.003004187082688457| -|pypi|[requests](https://pypi.org/project/requests)|0.0026844973892707915| -|spack|[python](https://www.python.org/)|0.0026553059024096225| -|cran|[magrittr](https://magrittr.tidyverse.org)|0.002619209113098419| -|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0026048094027280567| -|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025854828905733135| -|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.002554700182213093| -|pypi|[tomli](https://pypi.org/project/tomli)|0.0025363023704613906| -|cran|[rlang](https://rlang.r-lib.org)|0.0025310055259066748| -|cran|stats|0.0025018959616965935| -|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002484835258247388| -|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.002429621668839121| -|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023813550921384548| -|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023504943433548635| -|pypi|[future](https://pypi.org/project/future)|0.002297533458609078| -|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.002147791257410709| -|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021196403981098887| -|cran|[withr](https://withr.r-lib.org)|0.002044488457442059| -|pypi|[flake8](https://pypi.org/project/flake8)|0.0020228113510012452| -|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.0020075875181844783| -|cran|[tibble](https://tibble.tidyverse.org/)|0.001973036441891167| -|pypi|[astropy](http://astropy.org)|0.0019335256010421004| -|spack|[pkgconfig](http://pkgconf.org/)|0.0019062001635969286| -|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018563982105409915| -|pypi|[lxml](https://pypi.org/project/lxml)|0.0018383763618450204| -|pypi|[mock](https://pypi.org/project/mock)|0.0018238695818146888| -|pypi|[nose](https://pypi.org/project/nose)|0.0017998773845961187| -|spack|[cmake](https://www.cmake.org)|0.0017932083058384465| -|pypi|[joblib](https://joblib.readthedocs.io)|0.0017736774831959314| -|cran|[Rcpp](http://www.rcpp.org)|0.0017446471010076259| -|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017209081456718658| -|spack|openmp|0.0017069151739265557| -|pypi|[seaborn](https://seaborn.pydata.org)|0.0016905469962345562| -|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016745454658807092| -|cran|tools|0.0016624059056157912| -|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016501476554676726| -|pypi|[wheel](https://pypi.org/project/wheel)|0.0016376715737261897| -|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016187970879343368| -|pypi|[idna](https://github.com/kjd/idna)|0.001581192861471885| -|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015623242013751122| -|pypi|[ipython](https://pypi.org/project/ipython)|0.0015441585859982912| -|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015201675471689597| -|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015137986017825567| -|cran|grDevices|0.0015126325004158753| -|cran|[curl](https://github.com/jeroen/curl)|0.0015074586256810035| -|cran|graphics|0.0014641804871212984| -|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014524485249165521| -|cran|[vctrs](https://vctrs.r-lib.org/)|0.00141286183152067| -|pypi|[chardet](https://github.com/chardet/chardet)|0.0014109578400111201| -|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0013960341904163264| -|cran|[R6](https://r6.r-lib.org)|0.0013959216070064788| -|pypi|[astroquery](http://astropy.org/astroquery)|0.0013813542758503332| -|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013183389437350897| -|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012924602659056999| -|cran|[dplyr](https://dplyr.tidyverse.org)|0.001274053270304853| -|cran|[pryr](https://github.com/hadley/pryr)|0.001264985741473728| -|pypi|[dask](https://pypi.org/project/dask)|0.0012289658053017617| -|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011943719344316974| -|cran|[glue](https://github.com/tidyverse/glue)|0.0011861245559301832| -|pypi|[twine](https://pypi.org/project/twine)|0.0011758228850020074| -|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011378232804949847| -|pypi|[ipywidgets](http://ipython.org)|0.0011334082143711149| -|pypi|[mypy](https://pypi.org/project/mypy)|0.0011270690191592118| -|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011251428111272441| -|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011057843078775388| -|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011051562978609203| -|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010973692070765826| -|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010718722653060937| -|pypi|[pillow](https://python-pillow.org)|0.0010455696552072772| -|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.001036438918339819| -|pypi|[Babel](http://babel.pocoo.org/)|0.0010331913919272824| -|pypi|[click](https://pypi.org/project/click)|0.001023595955267131| -|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009970909459368596| -|pypi|[pygments](https://pypi.org/project/pygments)|0.000990430001957255| -|pypi|[jinja2](https://pypi.org/project/jinja2)|0.000987895926191763| -|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009743237716104989| -|spack|[qt](https://qt.io)|0.0009625576334907706| -|pypi|[Cython](http://cython.org/)|0.0009605354448413453| -|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009602729575460143| -|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009593909055917052| -|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009444023696220486| -|spack|[openssl](https://www.openssl.org)|0.000943157932671822| -|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009385553410419232| -|pypi|[healpy](http://github.com/healpy)|0.0009379302914994366| -|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009333644814011799| -|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009276423655022306| -|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009264144996065733| -|pypi|[psutil](https://pypi.org/project/psutil)|0.000924072208006368| -|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009229398126498448| -|pypi|[keras](https://keras.io/)|0.0009193883772406203| -|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009124447917143094| -|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009066085296934605| -|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009044027490812156| -|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009042407402906975| -|spack|[automake](https://www.gnu.org/software/automake/)|0.0009014713219549337| -|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.00089084131112102| -|pypi|[toml](https://pypi.org/project/toml)|0.0008846416891044824| -|pypi|[attrs](https://pypi.org/project/attrs)|0.0008841296048669273| -|pypi|[tornado](https://pypi.org/project/tornado)|0.0008783942562536788| -|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008764865984537311| -|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008713672972830832| -|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008500852839083639| -|pypi|[networkx](https://pypi.org/project/networkx)|0.0008448819773287535| -|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008437761314319346| -|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.000838129431159255| -|spack|[libxml2](http://xmlsoft.org)|0.0008328365168886679| -|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000832118101497109| -|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008247719219094674| -|pypi|[black](https://pypi.org/project/black)|0.0008109366677055486| -|spack|[perl](https://www.perl.org)|0.0007986667551435963| -|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007968065209349388| -|pypi|[docopt](https://pypi.org/project/docopt)|0.0007962119132245496| -|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0007957908115064036| -|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007927479261249509| -|spack|threads|0.0007884272725099411| -|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00078647666733899| -|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007861720347184911| -|pypi|[py-make](https://github.com/tqdm/pymake)|0.0007752507857372128| -|pypi|[jupyter](http://jupyter.org)|0.0007696420294448171| -|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007654238071945584| -|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007617729013053163| -|pypi|[photutils](https://github.com/astropy/photutils)|0.0007605133557053435| -|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007568710057714739| -|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007548119154078939| -|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007478207891985955| -|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007474221666520346| -|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007464808790007337| -|cran|[stringi](https://stringi.gagolewski.com/)|0.0007451630972268458| -|cran|[xml2](https://xml2.r-lib.org/)|0.0007354575747059586| -|cran|[mockery](https://github.com/r-lib/mockery)|0.0007350311682886354| -|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007317988401724908| -|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007274337257071204| -|cran|[bit64](https://github.com/truecluster/bit64)|0.0007218747874136666| -|cran|[purrr](http://purrr.tidyverse.org)|0.0007213862123019715| -|cran|[cli](https://cli.r-lib.org)|0.0007211363148128253| -|cran|[pillar](https://pillar.r-lib.org/)|0.0007188058586437945| -|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007157266774480835| -|pypi|[asdf](https://pypi.org/project/asdf)|0.000711900076828519| -|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007103770948929225| -|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007003662742328662| -|spack|ca-certificates-mozilla|0.0006957609349652118| -|spack|nasm|0.0006957609349652118| -|cran|[shiny](https://shiny.rstudio.com/)|0.0006913376840970784| -|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006881977572519275| -|pypi|[tqdm](https://tqdm.github.io)|0.0006880627760882019| -|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006877610382257564| -|pypi|[sympy](https://sympy.org)|0.0006862335825733799| -|rubygems|[rake](https://github.com/ruby/rake)|0.0006809794287152395| -|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006775077166646124| -|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006755409990944418| -|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006561467530297627| -|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006540485623905924| -|spack|[xz](https://tukaani.org/xz/)|0.000653820224316182| -|cran|grid|0.0006497290995548233| -|spack|[expat](https://libexpat.github.io/)|0.0006485444732008636| -|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006484339481322863| -|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006471256871337055| -|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006469943203866247| -|cran|[callr](https://callr.r-lib.org)|0.000646180512362584| -|pypi|[py](https://pypi.org/project/py)|0.000645948296304466| -|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006283601380836999| -|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006140393690122048| -|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006018666625664563| -|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005925346906714441| -|pypi|[cffi](https://pypi.org/project/cffi)|0.0005922354678373478| -|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005900821172531947| -|pypi|[filelock](https://pypi.org/project/filelock)|0.0005891727829928085| -|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.00058740404972975| -|cran|[DBI](https://dbi.r-dbi.org)|0.0005873762680815182| -|pypi|[scikit-learn](http://scikit-learn.org)|0.000587011365360674| -|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005815828213829348| -|cran|[sp](https://github.com/edzer/sp/)|0.0005815242130963775| -|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005763664773235479| -|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005694139302137202| -|cran|parallel|0.0005674837007948519| -|pypi|[zipp](https://pypi.org/project/zipp)|0.0005661869004166529| -|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005657461659112681| -|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.0005647007099796741| -|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.000561190206371441| -|pypi|[isal](https://pypi.org/project/isal)|0.0005586130937273386| -|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005570110326824266| -|cran|[pracma](NA)|0.0005562045408540816| -|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005539482701735146| -|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.000551798149263997| -|cran|[stringr](http://stringr.tidyverse.org)|0.0005491341143435399| -|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005452510637539397| -|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005451696271531573| -|pypi|[jax](https://github.com/google/jax)|0.0005434015494432847| -|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005433625558799766| -|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005424125930122213| -|spack|eigen3|0.0005396301667875273| -|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005388127570696437| -|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005383995650120091| -|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005359743887643234| -|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005348008024496714| -|cran|[hms](https://hms.tidyverse.org/)|0.0005331141497549834| -|spack|python3|0.0005324510514865845| -|pypi|[absl-py](https://pypi.org/project/absl-py)|0.000532332322035957| -|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005180915259504818| -|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000514307169368715| -|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005136171289302211| -|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005120999294817113| -|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005120999294817113| -|cran|[processx](https://processx.r-lib.org)|0.0005116879334136748| -|cran|[scales](https://scales.r-lib.org)|0.0005109826590097362| -|cran|[markdown](https://github.com/rstudio/markdown)|0.0005105673865824083| -|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005091104785848667| -|pypi|[dill](https://pypi.org/project/dill)|0.000506764667678935| -|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005059796001628697| -|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005024220219878366| -|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004926525137819292| -|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004921217604624762| -|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004911560745378848| -|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004879192051685214| -|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004865863146999751| -|pypi|[enum34](https://pypi.org/project/enum34)|0.0004789696574610692| -|pypi|[webencodings](https://pypi.org/project/webencodings)|0.000477354762686141| -|pypi|[pathlib](https://pypi.org/project/pathlib)|0.00047501075709471607| -|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.0004744027895802123| -|spack|[mbedtls](https://tls.mbed.org)|0.00047420480902135836| -|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047335873843727986| -|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0004698192505347809| -|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046484063052724283| -|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.0004589577970421894| -|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004555398208895929| -|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045462929086349086| -|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004486947063089195| -|pypi|[isort](https://pypi.org/project/isort)|0.00044794488479527056| -|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.0004473005283297754| -|pypi|[decorator](https://github.com/micheles/decorator)|0.0004466176740995369| -|pypi|[brotli](https://pypi.org/project/brotli)|0.00044433845969788735| -|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0004436695378586855| -|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00044017656891125737| -|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.0004401612200444818| -|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00043872972517293527| -|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004376471428103394| -|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004356429739900986| -|pypi|[olefile](https://pypi.org/project/olefile)|0.0004324826757475092| -|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042941467775565334| -|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004287318714180466| -|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004282990608216755| -|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004238257740980443| -|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004231592113410441| -|cran|RColorBrewer|0.0004200713623983629| -|rubygems|[webrick](https://github.com/ruby/webrick)|0.0004197409479242205| -|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004194634672732773| -|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041826455480971326| -|pypi|[torch](https://pytorch.org/)|0.00041753587239378554| -|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041708004172078835| -|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004161963871272132| -|pypi|[codecov](https://pypi.org/project/codecov)|0.00041432295061461253| -|cran|[broom](https://broom.tidymodels.org/)|0.00041264213023587277| -|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040734654258580924| -|pypi|[imageio](https://github.com/imageio/imageio)|0.0004069788560374054| -|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040639642889541035| -|spack|[gmake](https://www.gnu.org/software/make/)|0.00040630668192915317| -|spack|diffutils|0.00040235450900627436| -|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004020293081217296| -|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003964322516316504| -|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003937532373355434| -|pypi|[plotly](https://pypi.org/project/plotly)|0.0003936913082470455| -|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039097538298170825| -|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0003891829291577355| -|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038706199169057293| -|spack|gtest|0.0003863047757173936| -|cran|[sf](https://r-spatial.github.io/sf/)|0.00038456602662573295| -|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.0003841490818762043| -|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038237568260676604| -|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.00037993083205861683| -|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003790275377923997| -|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037709099821704137| -|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003746857603669052| -|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.0003739848334910936| -|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037381265789872476| -|cran|[ellipsis](https://ellipsis.r-lib.org)|0.00037108472698749477| -|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003707585833199579| -|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036638619530695167| -|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.0003651887906002893| -|cran|[plyr](http://had.co.nz/plyr)|0.0003629110564854836| -|cran|bench|0.0003628248055269417| -|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00036193277513818766| -|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003609749059537848| -|spack|icu4c|0.0003604055789999524| -|cran|[bit](https://github.com/truecluster/bit)|0.0003596827458767292| -|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003596222906716307| -|pypi|[fields](https://pypi.org/project/fields)|0.0003596222906716307| -|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003589008174086621| -|spack|[lz4](https://lz4.github.io/lz4/)|0.0003577465675229247| -|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003576749245852344| -|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.0003548728306444138| -|pypi|[execnet](https://pypi.org/project/execnet)|0.00035275234722448713| -|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035213584679039665| -|rubygems|[bundler](https://bundler.io/)|0.00035169194013037216| -|cran|[fs](https://fs.r-lib.org)|0.00035162834588329037| -|cran|[mime](https://github.com/yihui/mime)|0.0003509311187027858| -|pypi|[hunter](https://pypi.org/project/hunter)|0.00034873809005070975| -|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034871779582635367| -|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003482032900304685| -|pypi|[gym](https://pypi.org/project/gym)|0.00034725949393103257| -|pypi|[xarray](https://pypi.org/project/xarray)|0.0003463271806593614| -|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034578628389665136| -|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003455959841588328| -|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003455393931239686| -|cran|[generics](https://generics.r-lib.org)|0.0003447204628593704| -|spack|py-numpy|0.00034367637450501446| -|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034326829969793285| -|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003408199036118412| -|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00034023279904020243| -|pypi|[pydot](https://pypi.org/project/pydot)|0.0003377075576404673| -|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0003361257631924637| -|pypi|[munkres](https://pypi.org/project/munkres)|0.00033576680690437593| -|spack|[bison](https://www.gnu.org/software/bison/)|0.00033321707597341323| -|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032862682344775084| -|cran|evaluate|0.00032815588258878055| -|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032780719332853667| -|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00032613309451513936| -|spack|slicer|0.00032485496736765773| -|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00032388775996733084| -|npm|[express](http://expressjs.com/)|0.00032358994472543275| -|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00032277904757014014| -|spack|pybind11|0.00032049621879208534| -|pypi|[rich](https://pypi.org/project/rich)|0.0003202140026465713| -|cran|tcltk|0.0003165413794211909| -|spack|[sqlite](https://www.sqlite.org)|0.0003148674981673223| -|spack|pythoninterp|0.0003147765939644112| -|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031434894212339773| -|cran|[unix](https://github.com/jeroen/unix)|0.00031288021687101233| -|pypi|[pip](https://pypi.org/project/pip)|0.000311777380857346| -|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031171836246552797| -|spack|[ninja](https://ninja-build.org/)|0.0003114312343457103| -|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003106684666792537| -|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00030952987415967966| -|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003092622372325973| -|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030615296212869303| -|cran|[maps](NA)|0.00030488385947691725| -|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003046741114484958| -|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003040423897494189| -|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003040371285853831| -|spack|[zstd](https://facebook.github.io/zstd/)|0.0003030322314973138| -|cran|[usethis](https://usethis.r-lib.org)|0.0003015344372645383| -|pypi|[python](http://www.python.org/2.5)|0.00029941973704749377| -|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002987353175985698| -|pypi|[ujson](https://pypi.org/project/ujson)|0.0002964501270809481| -|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0002962906871554157| -|npm|[lodash](https://lodash.com/)|0.00029391008675800056| -|pypi|[babel](https://pypi.org/project/babel)|0.0002936035537592038| -|pypi|[emcee](https://emcee.readthedocs.io)|0.00029321125228248796| -|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.00029253460014423574| -|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.0002912401144195173| -|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029085336432375003| -|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00028898166180003855| -|pypi|[pooch](https://pypi.org/project/pooch)|0.00028631362763634644| -|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028624401600561584| -|spack|[libffi](https://sourceware.org/libffi/)|0.000286141621544109| -|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002859710708934033| -|spack|[tk](https://www.tcl.tk)|0.00028554199080112343| -|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.0002848812666624731| -|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002847723357584157| -|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002845993473531545| -|cran|[data.table](https://r-datatable.com)|0.00028381508862135394| -|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.0002815185369833212| -|cran|[igraph](https://igraph.org)|0.0002813332472426582| -|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0002787802011872758| -|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0002787550572835382| -|pypi|[Flask](https://pypi.org/project/Flask)|0.0002783144420386275| -|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0002778595264759169| -|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002773028718987276| -|cran|[blob](https://blob.tidyverse.org)|0.0002764195506106487| -|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002751363727079666| -|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.000274253005210707| -|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027283804425954906| -|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027178265975537537| -|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.0002717061656081394| -|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027070393628560586| -|cran|pkgconfig|0.0002704283054128882| -|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002676559357130859| -|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026447699378569694| -|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026430183348779673| -|spack|[tcl](https://www.tcl.tk/)|0.0002633499586192544| -|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002617657722987672| -|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.00026174887286214293| -|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026122900128577284| -|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.00025993243315856256| -|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.00025962329327530747| -|pypi|[tox](https://pypi.org/project/tox)|0.00025869609216791186| -|pypi|[keyring](https://pypi.org/project/keyring)|0.000258677624476568| -|pypi|[pox](https://pypi.org/project/pox)|0.0002584174555213555| -|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025835545549708194| -|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.00025621465220228924| -|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025587681631664816| -|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025587681631664816| -|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025587681631664816| -|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025513746078621496| -|spack|[krb5](https://kerberos.org)|0.0002549779385792779| -|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002545933350582367| -|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025406283229444153| -|cran|[gtable](https://gtable.r-lib.org)|0.00025389718972127466| -|pypi|[tifffile](https://pypi.org/project/tifffile)|0.00025349738091692646| -|npm|[mocha](https://mochajs.org/)|0.00025267143685000067| -|spack|[libssh2](https://www.libssh2.org/)|0.0002526143725505822| -|spack|[libssh](https://www.libssh.org)|0.0002526143725505822| -|pypi|[pep517](https://pypi.org/project/pep517)|0.00025219636967236986| -|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002516341338909972| -|pypi|[reno](https://pypi.org/project/reno)|0.00025132177606204524| -|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025038925911489426| -|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00025025812617056776| -|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.000249346845793705| -|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0002484331295970165| -|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002482333611854099| -|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024811726946982396| -|pypi|[furo](https://pypi.org/project/furo)|0.00024797926723127113| -|spack|[gnutls](https://www.gnutls.org)|0.0002473371843707417| -|spack|[nghttp2](https://nghttp2.org/)|0.0002473371843707417| -|spack|[curl](https://curl.se/)|0.00024651054257338734| -|cran|RPostgreSQL|0.00024449580309261586| -|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024379407728746086| -|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.00024370929588944995| -|cran|[png](http://www.rforge.net/png/)|0.0002436278697300066| -|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024333542340259644| -|cran|[survival](https://github.com/therneau/survival)|0.00024223841587756964| -|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00024145989426249952| -|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002414428673060607| -|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002414428673060607| -|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0002406173848112435| -|pypi|[wmi](https://pypi.org/project/wmi)|0.000239937993564485| -|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00023930384336475708| -|cran|[brio](https://brio.r-lib.org)|0.00023543624486675372| -|pypi|[mappy](https://github.com/lh3/minimap2)|0.00023466678354278067| -|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023438352533831913| -|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.00023393475193608137| -|cran|[waldo](https://github.com/r-lib/waldo)|0.00023373202376869595| -|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023293047128263958| -|cran|[ragg](https://ragg.r-lib.org)|0.00023256096231488347| -|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023182559825960842| -|pypi|[lz4](https://pypi.org/project/lz4)|0.0002307507382678422| -|npm|[axios](https://axios-http.com)|0.00023000028448837286| -|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002294127004282375| -|pypi|[fs](https://pypi.org/project/fs)|0.00022859070182743686| -|pypi|[semver](https://github.com/python-semver/python-semver)|0.00022777874091038617| -|spack|numpy|0.000227765979488242| -|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.00022772516772984056| -|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022696183538215462| -|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002266486871754813| -|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022614201127588848| -|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022486608504208332| -|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002246952071337582| -|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022389865844815084| -|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022234262729265661| -|pypi|[ci-info](https://pypi.org/project/ci-info)|0.0002213119728254647| -|spack|png|0.0002190550566185084| -|pypi|[arviz](https://pypi.org/project/arviz)|0.00021747741989111162| -|cran|[xfun](https://github.com/yihui/xfun)|0.00021700707224130443| -|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021697445264438913| -|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.00021695199990540235| -|cran|[mgcv](NA)|0.00021648846080307116| -|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021595201821288952| -|pypi|[pint](https://pypi.org/project/pint)|0.00021555138887803917| -|pypi|[gast](https://pypi.org/project/gast)|0.0002151253109938721| -|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021425960239121426| -|pypi|[multidict](https://pypi.org/project/multidict)|0.0002141962459094136| -|pypi|[notebook](http://jupyter.org)|0.0002134415839204981| -|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021334475740625522| -|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021105004306366177| -|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107016511886876| -|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021059003662969047| -|pypi|[ultranest](https://pypi.org/project/ultranest)|0.00021013639348750043| -|spack|biosoup|0.00020939086294416244| -|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020901678990484874| -|pypi|[pulp](https://pypi.org/project/pulp)|0.00020888980005620312| -|rubygems|[hoe](http://www.zenspider.com/projects/hoe.html)|0.00020709575883803055| -|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020703520267357744| -|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020700035251398452| -|cran|Lahman|0.00020696740057927094| -|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.0002065809108636413| -|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020640378017427197| -|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020639434740042214| -|pypi|[psycopg2-binary](https://psycopg.org/)|0.00020516397961690798| -|spack|pythonlibs|0.00020452589469993387| -|pypi|[sh](https://github.com/amoffat/sh)|0.00020445233382144188| -|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020407989998272438| -|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020402339975432337| -|pypi|[xattr](https://pypi.org/project/xattr)|0.00020284676916795984| -|spack|libiconv|0.00020283741870268606| -|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020095985940847986| -|pypi|[doit](http://pydoit.org)|0.00020083228243383927| -|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00020051726578372748| -|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020013386382471772| -|cran|lobstr|0.0001996777215106186| -|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001991222736654209| -|cran|munsell|0.0001981896260378519| -|pypi|[redis](https://pypi.org/project/redis)|0.00019789795897534327| -|cran|RMySQL|0.00019641863107241288| -|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019615471072512332| -|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019504765449219528| -|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019462134131278442| -|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019341095182765264| -|cran|[winch](https://r-prof.github.io/winch/)|0.0001920457531997582| -|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0001905643583715401| -|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019017863639698404| -|cran|[abind](NA)|0.0001886685891031519| -|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018795729709280854| -|pypi|[asv](https://pypi.org/project/asv)|0.00018766892344054256| -|rubygems|[rspec-expectations](https://github.com/rspec/rspec-expectations)|0.00018738034769469336| -|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001861395208151328| -|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018526105873821613| -|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001836452570749529| -|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018298837364379253| -|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018265749491034553| -|cran|datasets|0.00018254286585986615| -|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001822864809491878| -|pypi|[futures](https://pypi.org/project/futures)|0.00018175729655920002| -|cran|iterators|0.00018117514227774232| -|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018077444026552678| -|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.00017978766505611756| -|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001794778825235678| -|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001794778825235678| -|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001794778825235678| -|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001794778825235678| -|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001794778825235678| -|pypi|[http](https://github.com/franckcuny/http)|0.0001794778825235678| -|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001794778825235678| -|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001794778825235678| -|spack|bpython|0.0001794778825235678| -|spack|omegalib|0.0001794778825235678| -|spack|vif|0.0001794778825235678| -|pypi|[conan](https://conan.io)|0.00017944912004239417| -|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017887962291515593| -|cran|mapproj|0.00017824944802256822| -|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0001781568964783648| -|pypi|[libclang](https://pypi.org/project/libclang)|0.00017805557450134332| -|spack|patchelf|0.00017768310369833213| -|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017759371228718773| -|pypi|[flask](https://palletsprojects.com/p/flask)|0.00017723810984616138| -|cran|formattable|0.00017595324774535533| -|npm|eslint|0.00017548176643799048| -|cran|[devtools](https://devtools.r-lib.org/)|0.0001754724570100912| -|npm|[react](https://reactjs.org/)|0.00017492947398925254| -|npm|[react-dom](https://reactjs.org/)|0.00017492947398925254| -|pypi|[nestle](https://pypi.org/project/nestle)|0.0001749035271196499| -|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017489646501022332| -|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017404569666871542| -|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017393659833899624| -|cran|[bslib](https://rstudio.github.io/bslib/)|0.0001734402291600785| -|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017300921076318163| -|cran|[webutils](https://github.com/jeroen/webutils)|0.00017247286701050886| -|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017224711697928278| -|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017215822167772725| -|npm|[angular](http://angularjs.org)|0.0001720593554680756| -|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001720118300160792| -|spack|[flex](https://github.com/westes/flex)|0.00017167018573356578| -|cran|graph|0.00017150716320739182| -|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017047854280554468| -|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016942517164674522| -|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016939688554771777| -|pypi|[gdal](https://pypi.org/project/gdal)|0.00016879180305867436| -|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016835688019237974| -|pypi|[jaxlib](https://github.com/google/jax)|0.0001681943744338147| -|pypi|[scikit-bio](http://scikit-bio.org)|0.00016813425877965402| -|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016764700116669783| -|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.0001675365933953101| -|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016667940018647053| -|cran|[crul](https://docs.ropensci.org/crul/)|0.0001665943426222567| -|pypi|[monotonic](https://pypi.org/project/monotonic)|0.0001660235182874601| -|cran|fansi|0.0001658198983958756| -|cran|[rstan](https://mc-stan.org/rstan)|0.00016539198593363413| -|cran|[ape](http://ape-package.ird.fr/)|0.0001653611402567459| -|npm|[fs](https://github.com/npm/security-holder#readme)|0.0001653054075700412| -|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016368448978364313| -|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016336684588618908| -|pypi|[markdown](https://pypi.org/project/markdown)|0.0001624960858373449| -|spack|hip|0.00016246852128758014| -|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016221908992023205| -|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016175698829970262| -|cran|chron|0.00016173616348791103| -|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016153009427121102| -|cran|[readr](https://readr.tidyverse.org)|0.00016109595171642156| -|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016046628982337096| -|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015991918102189383| -|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.00015920445615398945| -|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015913705583756347| -|pypi|[gunicorn](https://gunicorn.org)|0.00015879943339321465| -|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001577956209940671| -|pypi|[jedi](https://pypi.org/project/jedi)|0.00015759563773647245| -|pypi|[camb](https://pypi.org/project/camb)|0.0001567319516639143| -|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015615462195292176| -|spack|bioparser|0.0001555474981870921| -|pypi|[python-libsbml](http://sbml.org)|0.00015552173581161025| -|cran|[raster](https://rspatial.org/raster)|0.00015506188327721912| -|pypi|[ete3](http://etetoolkit.org)|0.00015295503988397392| -|pypi|[rsa](https://pypi.org/project/rsa)|0.00015250631932222036| -|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015215635609411226| -|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015152681262618783| -|pypi|[streamlit](https://streamlit.io)|0.00015141520511758008| -|pypi|[texext](https://pypi.org/project/texext)|0.00015126274975965062| -|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015042361559004084| -|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.0001495904618265429| -|pypi|[bmipy](http://csdms.colorado.edu)|0.00014956490210297317| -|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00014955528719716785| -|pypi|[shapely](https://github.com/shapely/shapely)|0.00014892874280142505| -|spack|libpciaccess|0.00014871390833345665| -|cran|[vroom](https://vroom.r-lib.org)|0.0001481306797871674| -|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014798585637984204| -|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001475258717474704| -|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001473570118983655| -|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014725933508589323| -|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001468190100704097| -|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014620232116898397| -|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014589332179163841| -|npm|[papaparse](http://papaparse.com)|0.00014575480136340782| -|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.00014566001344120107| -|spack|pmix|0.0001441579313155507| -|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.0001433430021754895| -|cran|itertools|0.00014298748733216528| -|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014268414761453194| -|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014262081736247798| -|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014211385061638869| -|cran|[forcats](https://forcats.tidyverse.org)|0.00014199253812606272| -|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.0001419295180117301| -|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00014170679218919666| -|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014168867561813723| -|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014141717600745882| -|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014123064530444516| -|pypi|[ginga](https://pypi.org/project/ginga)|0.00014106331819396207| -|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014101833626851756| -|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014059524272847396| -|cran|timeDate|0.00014044121402963277| -|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00014019378280911442| -|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001401778347641084| -|pypi|[blinker](https://pypi.org/project/blinker)|0.00013969513675667685| -|pypi|[httpx](https://pypi.org/project/httpx)|0.00013925457256585858| -|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.0001390533281153556| -|spack|[opengl](https://www.opengl.org/)|0.0001386773204095145| -|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013865484729737039| -|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013854515734446846| -|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013832222346181738| -|pypi|[dash](https://plotly.com/dash)|0.00013809382455473926| -|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0001378596941145397| -|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013770855446677187| -|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013759970993473532| -|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013736464084304972| -|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.0001372291339777081| -|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013659436390105068| -|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013633196933595775| -|npm|[d3](https://d3js.org)|0.00013628974523094227| -|cran|tis|0.00013625971379767064| -|pypi|[fire](https://pypi.org/project/fire)|0.00013616346554318722| -|rubygems|[rspec](http://github.com/rspec)|0.00013518281653899407| -|pypi|[simframe](https://github.com/stammler/simframe)|0.0001351212058427432| -|cran|[rJava](http://www.rforge.net/rJava/)|0.00013469041521184372| -|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.0001345566529799436| -|cran|[sys](https://github.com/jeroen/sys)|0.0001345358725123201| -|npm|nestjs|0.00013384791239045738| -|pypi|[pyregion](https://github.com/astropy/pyregion)|0.0001335236554598411| -|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013320609442063556| -|pypi|[argh](https://pypi.org/project/argh)|0.00013311923754273284| -|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.0001327115105547422| -|rubygems|[json](http://flori.github.io/json/)|0.00013255598179666043| -|pypi|[boto3](https://pypi.org/project/boto3)|0.00013242037704323678| -|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.0001316171138506164| -|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.0001316171138506164| -|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001315010571140627| -|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00013131243751244226| -|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013108700164495034| -|cran|svglite|0.0001306029084237593| -|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013033512897544806| -|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013024254117890811| -|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.000130088308184277| -|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013007242047488604| -|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012977396002711647| -|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012977396002711647| -|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012930955917534435| -|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012930386184558122| -|pypi|[plac](https://pypi.org/project/plac)|0.00012891472151851049| -|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012891399688719254| -|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012885905987949057| -|cran|ggplot2movies|0.00012858064579035277| -|npm|[rollup](https://rollupjs.org/)|0.000127792563067577| -|cran|[sass](https://github.com/rstudio/sass)|0.00012771464696777142| -|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012718497712133796| -|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012707402765583996| -|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012690231000542817| -|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012654410972947879| -|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126456275011012| -|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012639746771096587| -|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.0001261791180900318| -|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012612167201906145| -|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012610255260303273| -|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012608709497318143| -|cran|quantreg|0.00012597309654593277| -|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.00012567001392514712| -|cran|[terra](https://rspatial.org/terra/)|0.00012534787888814186| -|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012467102512637545| -|cran|interp|0.0001245397989403728| -|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012436548223350254| -|cran|assertthat|0.0001235379556555381| -|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.00012352456035559804| -|pypi|[django](https://pypi.org/project/django)|0.00012349745518066185| -|spack|[libarchive](https://www.libarchive.org)|0.00012337538580665873| -|spack|[libuv](https://libuv.org)|0.00012337538580665873| -|cran|multcomp|0.0001233205347167447| -|pypi|[panel](https://pypi.org/project/panel)|0.0001231009206088018| -|spack|cython|0.0001230705480161608| -|cran|RUnit|0.00012299708491958405| -|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012281917843279445| -|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012281917843279445| -|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001227592153847036| -|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.000122643219724438| -|cran|profvis|0.0001226429191768648| -|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.0001224143843266235| -|pypi|[livereload](https://pypi.org/project/livereload)|0.00012240411097405438| -|pypi|[tables](https://pypi.org/project/tables)|0.00012239719111999624| -|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.0001222356142769486| -|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012209711755855696| -|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012192846811850695| -|pypi|[pyia](http://github.com/adrn/pyia)|0.00012180565627266135| -|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012163399541252944| -|cran|[lme4](https://github.com/lme4/lme4/)|0.00012139492139879091| -|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.0001213083447553172| -|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012114518633540374| -|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012111552764322368| -|pypi|[munch](https://pypi.org/project/munch)|0.00012085708627742616| -|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012064909111890762| -|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012060209870750331| -|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.0001205773545141407| -|cran|isoband|0.00012047883009335948| -|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012004309142634016| -|pypi|[distributed](https://distributed.dask.org)|0.00011988019374457814| -|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011979368274875924| -|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00011965192168237854| -|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00011965192168237854| -|pypi|[udatetime](https://github.com/freach/udatetime)|0.00011965192168237854| -|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00011965192168237854| -|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00011965192168237854| -|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00011965192168237854| -|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00011965192168237854| -|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00011965192168237854| -|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00011965192168237854| -|pypi|[cogent3](https://cogent3.org)|0.00011965192168237854| -|spack|sqlite3|0.00011965192168237854| -|spack|triqs|0.00011965192168237854| -|spack|cminx|0.00011965192168237854| -|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00011965192168237854| -|cran|[isotree](https://github.com/david-cortes/isotree)|0.00011965192168237854| -|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011952934361335272| -|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011922399987913948| -|pypi|[Django](https://pypi.org/project/Django)|0.00011906457019410889| -|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011884683685503746| -|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.0001186970073074134| -|spack|py-setuptools|0.00011842956144826559| -|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011810749680582894| -|pypi|[ads](http://www.github.com/andycasey/ads/)|0.00011687177409034681| -|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011643344147018701| -|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.0001160733384303921| -|pypi|[parso](https://pypi.org/project/parso)|0.00011606190618561866| -|npm|[ajv](https://ajv.js.org)|0.00011601811170583034| -|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011579557991410285| -|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011532127796318158| -|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011480601885424222| -|cran|stats4|0.00011474904521471192| -|cran|[DT](https://github.com/rstudio/DT)|0.0001146433770354102| -|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011434081703460334| -|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011423792277456893| -|cran|[magick](https://docs.ropensci.org/magick/)|0.00011397689902303815| -|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011390477699771743| -|pypi|[mistune](https://pypi.org/project/mistune)|0.00011369729910885152| -|pypi|[pycurl](http://pycurl.io/)|0.00011357548095380285| -|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011330187624317243| -|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011267802703901471| -|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00011253754796646104| -|pypi|[holoviews](https://www.holoviews.org)|0.00011229348324232156| -|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.0001122445548428808| -|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011221893447082818| -|pypi|[typer](https://pypi.org/project/typer)|0.00011215002330330671| -|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011187468014499278| -|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.0001118503722010922| -|pypi|[shiboken2](https://www.pyside.org)|0.00011158498912255258| -|spack|[pcre](https://www.pcre.org)|0.00011149558899703551| -|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011110535584792293| -|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011050128134724348| -|cran|[future](https://future.futureverse.org)|0.0001103641973738279| -|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011006715287419525| -|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010988811857667977| -|rubygems|[faraday](https://lostisland.github.io/faraday)|0.0001092466914430747| -|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010919827817274477| -|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010903864083704548| -|spack|[graphviz](http://www.graphviz.org)|0.00010877795100787395| -|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010847493458127303| -|npm|[nyc](https://istanbul.js.org/)|0.00010828216028743119| -|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010825884294191976| -|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010809501683470472| -|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010793308427431886| -|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010768672951414069| -|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010768672951414068| -|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010760320836377409| -|pypi|[testpath](https://pypi.org/project/testpath)|0.00010752315415864828| -|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010731899927483685| -|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010730801755705593| -|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010707070488200303| -|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010706757824024968| -|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010673561648260578| -|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010622571100491158| -|pypi|[pbr](https://pypi.org/project/pbr)|0.00010620391079962445| -|pypi|[json5](https://pypi.org/project/json5)|0.00010617210244892609| -|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010573412620638872| -|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010506454402551134| -|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010490902650907107| -|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010488919533549461| -|pypi|[astroML_addons](http://astroML.github.com)|0.00010469543147208122| -|pypi|[os](https://pypi.org/project/os)|0.00010469543147208122| -|pypi|[time](UNKNOWN)|0.00010469543147208122| -|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010425252917298797| -|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010421139926010349| -|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001040249804553407| -|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001040017134588859| -|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010399565543613588| -|cran|cachem|0.00010379919627480995| -|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010292362990065368| -|pypi|[stopit](https://pypi.org/project/stopit)|0.00010266499366243961| -|pypi|[skimage](https://pypi.org/project/skimage)|0.00010232958665699782| -|spack|py-six|0.00010194129022380242| -|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010170935720719737| -|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010143800078663183| -|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010125762353900686| -|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010121758363336645| -|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010119430270264487| -|cran|[reshape2](https://github.com/hadley/reshape)|0.00010093652166206212| -|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010060504051879352| -|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010039488403975893| -|pypi|[zope.interface](https://pypi.org/project/zope.interface)|0.00010028343178109082| -|cran|[promises](https://rstudio.github.io/promises)|0.0001001578133549352| -|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.970993473531545e-05| -|pypi|[reproject](https://pypi.org/project/reproject)|9.954841393107792e-05| -|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.948108170152206e-05| -|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.935668104767468e-05| -|pypi|[docker](https://github.com/docker/docker-py)|9.932428060337056e-05| -|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.928563843956728e-05| -|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.86230964467005e-05| -|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.855659878335226e-05| -|pypi|[Keras](https://keras.io/)|9.82066608369236e-05| -|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.812725546199415e-05| -|spack|[boost](https://www.boost.org)|9.74432618169152e-05| -|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.678964404392112e-05| -|pypi|[sunpy](https://pypi.org/project/sunpy)|9.678040496753174e-05| -|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.673288096964674e-05| -|pypi|[nbclient](https://pypi.org/project/nbclient)|9.64156657791366e-05| -|pypi|[gwpy](https://gwpy.github.io)|9.636842534353785e-05| -|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.634179107978523e-05| -|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.614886563762561e-05| -|pypi|[async_generator](https://pypi.org/project/async_generator)|9.607866170398544e-05| -|pypi|[geopandas](http://geopandas.org)|9.57673551934044e-05| -|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.57404616222419e-05| -|cran|[base64enc](http://www.rforge.net/base64enc)|9.539932086906516e-05| -|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.499680734743734e-05| -|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.494493889762995e-05| -|pypi|[pycosat](https://pypi.org/project/pycosat)|9.4811787197574e-05| -|spack|[re2c](https://re2c.org/index.html)|9.478688740472378e-05| -|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.474327454591298e-05| -|npm|[tape](https://github.com/substack/tape)|9.425370990709042e-05| -|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.376004425948846e-05| -|npm|[three](https://threejs.org/)|9.375924583031183e-05| -|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.372733865119653e-05| -|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.364522838450344e-05| -|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.362351979057927e-05| -|pypi|[cigar](https://github.com/brentp/cigar)|9.332849891225526e-05| -|pypi|[IPython](https://ipython.org)|9.309981834590822e-05| -|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.309501883499009e-05| -|cran|sfsmisc|9.247481693890041e-05| -|pypi|[urllib](https://urllib3.readthedocs.io/)|9.245830311820159e-05| -|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.219683203509555e-05| -|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.209828650319949e-05| -|rubygems|[rdoc](https://ruby.github.io/rdoc)|9.20160422823098e-05| -|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.190741109242182e-05| -|pypi|[websockets](https://pypi.org/project/websockets)|9.177022234524887e-05| -|npm|[yargs](https://yargs.js.org/)|9.16445944546017e-05| -|cran|tinytex|9.158408745777756e-05| -|cran|[Cairo](http://www.rforge.net/Cairo/)|9.12826780937844e-05| -|pypi|[jeepney](https://pypi.org/project/jeepney)|9.125210102143434e-05| -|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.116336890085985e-05| -|pypi|[pytorch](http://pytorch.org)|9.116336890085985e-05| -|npm|[tap](http://www.node-tap.org/)|9.104837790195487e-05| -|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.088505161613917e-05| -|pypi|[cftime](https://pypi.org/project/cftime)|9.05364614309748e-05| -|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.049827076476823e-05| -|pypi|[partd](https://pypi.org/project/partd)|9.040833492704002e-05| -|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.039395225485671e-05| -|pypi|[regions](https://github.com/astropy/regions)|9.000437396559195e-05| -|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.99599524554679e-05| -|cran|[insight](https://easystats.github.io/insight/)|8.9940945338238e-05| -|pypi|[green](https://github.com/CleanCut/green)|8.97389412617839e-05| -|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.97389412617839e-05| -|pypi|[GetDist](https://getdist.readthedocs.io)|8.97389412617839e-05| -|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.97389412617839e-05| -|pypi|[cherrypy](https://www.cherrypy.org)|8.97389412617839e-05| -|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.97389412617839e-05| -|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.97389412617839e-05| -|pypi|[South](http://south.aeracode.org/)|8.97389412617839e-05| -|pypi|[radio-pyse](http://docs.transientskp.org/)|8.97389412617839e-05| -|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.97389412617839e-05| -|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.97389412617839e-05| -|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.97389412617839e-05| -|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.97389412617839e-05| -|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.97389412617839e-05| -|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.97389412617839e-05| -|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.97389412617839e-05| -|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.97389412617839e-05| -|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.97389412617839e-05| -|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.97389412617839e-05| -|pypi|[openmdao](http://openmdao.org)|8.97389412617839e-05| -|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.97389412617839e-05| -|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.97389412617839e-05| -|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.97389412617839e-05| -|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.97389412617839e-05| -|spack|liblzma|8.97389412617839e-05| -|spack|lapacke|8.97389412617839e-05| -|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.97389412617839e-05| -|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.97389412617839e-05| -|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.97389412617839e-05| -|npm|[quasar](https://quasar.dev)|8.97389412617839e-05| -|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.97389412617839e-05| -|pypi|[ppft](https://pypi.org/project/ppft)|8.969992377906077e-05| -|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.96567584068923e-05| -|npm|[vows](https://github.com/cloudhead/vows)|8.900647852284672e-05| -|pypi|[zarr](https://pypi.org/project/zarr)|8.891848790197474e-05| -|spack|py-jinja2|8.88157108318769e-05| -|cran|[parameters](https://easystats.github.io/parameters/)|8.875801045655932e-05| -|cran|dichromat|8.869383522811821e-05| -|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.859048928061727e-05| -|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.858844201483795e-05| -|npm|[webpack](https://github.com/webpack/webpack)|8.840288103090284e-05| -|spack|py-pip|8.82254015172645e-05| -|spack|py-wheel|8.82254015172645e-05| -|spack|py-sphinxcontrib-websupport|8.82254015172645e-05| -|spack|py-sphinxcontrib-applehelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-devhelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-jsmath|8.82254015172645e-05| -|spack|py-sphinxcontrib-htmlhelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-serializinghtml|8.82254015172645e-05| -|spack|py-sphinxcontrib-qthelp|8.82254015172645e-05| -|spack|py-pygments|8.82254015172645e-05| -|spack|py-docutils|8.82254015172645e-05| -|spack|py-snowballstemmer|8.82254015172645e-05| -|spack|py-babel|8.82254015172645e-05| -|spack|py-alabaster|8.82254015172645e-05| -|spack|py-imagesize|8.82254015172645e-05| -|spack|py-requests|8.82254015172645e-05| -|spack|py-sphinx-rtd-theme|8.82254015172645e-05| -|spack|py-packaging|8.82254015172645e-05| -|spack|py-importlib-metadata|8.82254015172645e-05| -|spack|py-colorama|8.82254015172645e-05| -|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.812378343440476e-05| -|pypi|[autograd](https://pypi.org/project/autograd)|8.810114191639816e-05| -|pypi|[wxPython](https://pypi.org/project/wxPython)|8.800826168030664e-05| -|cran|jquerylib|8.750406990523069e-05| -|pypi|[contourpy](https://pypi.org/project/contourpy)|8.749558531825396e-05| -|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.743794276789202e-05| -|cran|[downlit](https://downlit.r-lib.org/)|8.742807953599371e-05| -|pypi|[terminado](https://pypi.org/project/terminado)|8.731797051695309e-05| -|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.724501983534532e-05| -|rubygems|[tzinfo](https://tzinfo.github.io)|8.662147962883485e-05| -|pypi|[iminuit](https://pypi.org/project/iminuit)|8.660706192375428e-05| -|pypi|[deprecated](https://pypi.org/project/deprecated)|8.593500676970198e-05| -|pypi|[pyvo](https://github.com/astropy/pyvo)|8.590807621715778e-05| -|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.555755690191584e-05| -|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.54556931179961e-05| -|pypi|[debugpy](https://pypi.org/project/debugpy)|8.540063250175253e-05| -|pypi|[Six](https://pypi.org/project/Six)|8.52631946981304e-05| -|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.507713836959421e-05| -|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.480810601996418e-05| -|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.47813218205445e-05| -|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.45690233994613e-05| -|cran|[lintr](https://github.com/jimhester/lintr)|8.429605591049376e-05| -|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.42138956526145e-05| -|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.413950784007409e-05| -|pypi|[biom-format](http://www.biom-format.org)|8.411156182015954e-05| -|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.355904241599994e-05| -|pypi|[gitpython](https://pypi.org/project/gitpython)|8.347808319433196e-05| -|pypi|[yt](https://github.com/yt-project/yt)|8.294935213445004e-05| -|npm|[jshint](http://jshint.com/)|8.285745025460401e-05| -|pypi|[iso8601](https://pypi.org/project/iso8601)|8.278503562104209e-05| -|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.26233284064263e-05| -|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.257251070354474e-05| -|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.241275427921215e-05| -|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.187156730427813e-05| -|pypi|[orjson](https://pypi.org/project/orjson)|8.17517025951341e-05| -|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.168894483171628e-05| -|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.163828669116432e-05| -|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.127692346390701e-05| -|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.118067460368248e-05| -|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.080107462082307e-05| -|cran|[openssl](https://github.com/jeroen/openssl)|8.072250837697474e-05| -|cran|labeling|7.998878445344564e-05| -|pypi|[alembic](https://alembic.sqlalchemy.org)|7.994627725199778e-05| -|cran|[testit](https://github.com/yihui/testit)|7.981924317275067e-05| -|pypi|[flaky](https://pypi.org/project/flaky)|7.974448574357067e-05| -|cran|igraphdata|7.966421283622681e-05| -|cran|[backports](https://github.com/r-lib/backports)|7.965794740186915e-05| -|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.965262443248753e-05| -|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.962570405954885e-05| -|pypi|[kaleido](https://pypi.org/project/kaleido)|7.921110950862729e-05| -|pypi|[deap](https://pypi.org/project/deap)|7.917689410789698e-05| -|cran|[uuid](http://www.rforge.net/uuid)|7.907367753366931e-05| -|pypi|[freezegun](https://pypi.org/project/freezegun)|7.893741260947898e-05| -|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.890381294722702e-05| -|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.887165408920305e-05| -|pypi|[getdist](https://getdist.readthedocs.io)|7.886685486377292e-05| -|pypi|[appnope](https://pypi.org/project/appnope)|7.885616533226759e-05| -|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.876296633452289e-05| -|pypi|[asttokens](https://pypi.org/project/asttokens)|7.874252037900482e-05| -|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.859309112387941e-05| -|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.82061209589388e-05| -|rubygems|[numerizer](http://github.com/jduff/numerizer)|7.818056562726614e-05| -|pypi|[corner](https://corner.readthedocs.io)|7.809856751436097e-05| -|pypi|[executing](https://pypi.org/project/executing)|7.785187825520365e-05| -|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.750181290790427e-05| -|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.72131155064246e-05| -|pypi|[distro](https://pypi.org/project/distro)|7.719930545168837e-05| -|pypi|[fastapi](https://pypi.org/project/fastapi)|7.6713798977849e-05| -|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.666269553506682e-05| -|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.660925524364168e-05| -|cran|[spatstat.linnet](http://spatstat.org/)|7.660906982453603e-05| -|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.64433207394603e-05| -|pypi|[pylint](http://pylint.pycqa.org)|7.615102518877875e-05| -|cran|KernSmooth|7.613415444570708e-05| -|cran|[units](https://github.com/r-quantities/units/)|7.609494806457043e-05| -|cran|[spdep](https://github.com/r-spatial/spdep/)|7.606031527529079e-05| -|pypi|[elementpath](https://pypi.org/project/elementpath)|7.587715342704341e-05| -|cran|MatrixModels|7.58268364386175e-05| -|cran|[readxl](https://readxl.tidyverse.org)|7.565831160571458e-05| -|spack|[guile](https://www.gnu.org/software/guile/)|7.564934230126031e-05| -|cran|splines|7.552903820297221e-05| -|pypi|[botocore](https://github.com/boto/botocore)|7.552083795622413e-05| -|spack|qt4|7.5432733234543e-05| -|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.531650220451781e-05| -|cran|[spatstat](http://spatstat.org/)|7.52187881932342e-05| -|pypi|[rasterio](https://pypi.org/project/rasterio)|7.520029149233722e-05| -|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.497164855790032e-05| -|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.489498398216833e-05| -|cran|triebeard|7.470542512690355e-05| -|pypi|[atari-py](https://pypi.org/project/atari-py)|7.449190248478176e-05| -|cran|[memoise](https://github.com/r-lib/memoise)|7.440424150839782e-05| -|cran|[DBItest](https://dbitest.r-dbi.org)|7.425205704109055e-05| -|rubygems|[ruby2_keywords](https://github.com/ruby/ruby2_keywords)|7.403462654097172e-05| -|pypi|[invoke](https://pypi.org/project/invoke)|7.392285984676722e-05| -|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.371413032217964e-05| -|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.368182263001755e-05| -|cran|[spatstat.geom](http://spatstat.org/)|7.365713648243193e-05| -|pypi|[ipdb](https://pypi.org/project/ipdb)|7.363563872768653e-05| -|spack|libpng|7.359158532528547e-05| -|pypi|[specutils](https://pypi.org/project/specutils)|7.358833267486908e-05| -|pypi|[lockfile](https://pypi.org/project/lockfile)|7.357213531369508e-05| -|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.349279618133861e-05| -|pypi|[retrying](https://github.com/rholder/retrying)|7.346110392422663e-05| -|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.32192512889576e-05| -|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.304480298457048e-05| -|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.304480298457048e-05| -|cran|rasterVis|7.269810926955541e-05| -|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.251631617113851e-05| -|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.251631617113851e-05| -|cran|[rjson](https://github.com/alexcb/rjson)|7.246698831670505e-05| -|pypi|[igraph](https://pypi.org/project/igraph)|7.24341296944713e-05| -|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.214411644595289e-05| -|pypi|[pymysql](https://pypi.org/project/pymysql)|7.213871623267008e-05| -|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.194435964355775e-05| -|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.179115300942713e-05| -|pypi|[hope](http://hope.phys.ethz.ch)|7.179115300942713e-05| -|pypi|[amuse-framework](http://www.amusecode.org/)|7.179115300942713e-05| -|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.179115300942713e-05| -|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.179115300942713e-05| -|pypi|[superfreq](http://adrian.pw/superfreq)|7.179115300942713e-05| -|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.179115300942713e-05| -|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.179115300942713e-05| -|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.179115300942713e-05| -|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.179115300942713e-05| -|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.179115300942713e-05| -|pypi|[patool](http://wummel.github.io/patool/)|7.179115300942713e-05| -|pypi|[chemparse](https://pypi.org/project/chemparse)|7.179115300942713e-05| -|pypi|[importlib](https://github.com/brettcannon/importlib)|7.179115300942713e-05| -|pypi|[gwtools](https://pypi.org/project/gwtools)|7.179115300942713e-05| -|spack|sgx|7.179115300942713e-05| -|spack|sphinx|7.179115300942713e-05| -|spack|curses|7.179115300942713e-05| -|spack|torch|7.179115300942713e-05| -|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.179115300942713e-05| -|cran|tuneR|7.179115300942713e-05| -|cran|[mapiso](https://github.com/riatelab/mapiso)|7.179115300942713e-05| -|cran|[spatstat.utils](http://spatstat.org/)|7.17227844728319e-05| -|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.151950829720244e-05| -|pypi|[music21](https://github.com/cuthbertLab/music21)|7.1464829586657e-05| -|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.1464829586657e-05| -|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.142705995423243e-05| -|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.135033276907717e-05| -|npm|[bootstrap](https://getbootstrap.com/)|7.123275431146934e-05| -|pypi|[patsy](https://github.com/pydata/patsy)|7.115863661071647e-05| -|cran|[cellranger](https://github.com/rsheets/cellranger)|7.040178526209052e-05| -|cran|[praise](https://github.com/gaborcsardi/praise)|7.034702302547475e-05| -|spack|py-typing|7.027230071958501e-05| -|pypi|[trio](https://pypi.org/project/trio)|7.012859741281379e-05| -|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.005800119648535e-05| -|pypi|[python-snappy](https://pypi.org/project/python-snappy)|6.99660114207669e-05| -|pypi|[param](https://pypi.org/project/param)|6.990997540859112e-05| -|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.989090085413116e-05| -|cran|diffviewer|6.972554301771177e-05| -|pypi|[capturer](https://capturer.readthedocs.io)|6.963314548592291e-05| -|cran|rprintf|6.961131849667686e-05| -|pypi|[Biopython](https://pypi.org/project/Biopython)|6.959254894851342e-05| -|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.956707540994769e-05| -|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.900406889676158e-05| -|cran|[mapview](https://github.com/r-spatial/mapview)|6.899128902305814e-05| -|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.886145457422827e-05| -|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.852791878172589e-05| -|cran|[future.apply](https://future.apply.futureverse.org)|6.85233369797145e-05| -|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.851809574499502e-05| -|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.828806856473049e-05| -|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.813404359420964e-05| -|rubygems|[simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter)|6.795357038614938e-05| -|rubygems|[simplecov-html](https://github.com/simplecov-ruby/simplecov-html)|6.795357038614938e-05| -|rubygems|[docile](https://ms-ati.github.io/docile/)|6.795357038614938e-05| -|spack|[pcre2](https://www.pcre.org)|6.786050931256923e-05| -|pypi|[dominate](https://github.com/Knio/dominate/)|6.779398991146635e-05| -|spack|gl|6.761519806987571e-05| -|pypi|[pathspec](https://pypi.org/project/pathspec)|6.729291810238399e-05| -|pypi|[traits](https://pypi.org/project/traits)|6.699190393496431e-05| -|pypi|[twisted](https://pypi.org/project/twisted)|6.694577649990675e-05| -|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.693154548428288e-05| -|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.656016061398773e-05| -|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.653237312610048e-05| -|pypi|[dgl](https://github.com/dmlc/dgl)|6.646120377084845e-05| -|npm|[debug](https://github.com/debug-js/debug#readme)|6.631880864578954e-05| -|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.631546273551949e-05| -|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.623588521703098e-05| -|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.618701129782998e-05| -|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.612459593221962e-05| -|pypi|[dnspython](https://pypi.org/project/dnspython)|6.569677529480842e-05| -|pypi|[grapheme](https://pypi.org/project/grapheme)|6.566683173362128e-05| -|pypi|[about-time](https://pypi.org/project/about-time)|6.566683173362128e-05| -|pypi|[types-backports](https://pypi.org/project/types-backports)|6.564738293017431e-05| -|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.554938336011307e-05| -|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.549404330260023e-05| -|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.545227236693827e-05| -|npm|[react-select](https://github.com/JedWatson/react-select)|6.537652822674199e-05| -|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.536905975967121e-05| -|pypi|[tblib](https://pypi.org/project/tblib)|6.521505570632302e-05| -|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.508538597008504e-05| -|rubygems|[liquid](http://www.liquidmarkup.org)|6.488614209960636e-05| -|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.483582365395103e-05| -|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.481145757795505e-05| -|pypi|[tess-point](https://pypi.org/project/tess-point)|6.478270442561208e-05| -|npm|[chai](http://chaijs.com)|6.478133548046984e-05| -|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.476555805403868e-05| -|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.47650509721036e-05| -|pypi|[paramiko](https://pypi.org/project/paramiko)|6.469572822746392e-05| -|cran|boot|6.463557741815342e-05| -|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.441973997720917e-05| -|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.433790765307899e-05| -|pypi|[pynvml](http://www.nvidia.com/)|6.425036258158085e-05| -|cran|asciicast|6.422006377404372e-05| -|pypi|[pygame](https://www.pygame.org)|6.407022530928063e-05| -|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.40377552691291e-05| -|rubygems|[github-pages](https://github.com/github/pages-gem)|6.401377810007253e-05| -|cran|[performance](https://easystats.github.io/performance/)|6.390199527037924e-05| -|pypi|[pip-run](https://pypi.org/project/pip-run)|6.389363660393865e-05| -|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.381221275274353e-05| -|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.370867677116398e-05| -|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.370172124811297e-05| -|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.345497515119706e-05| -|cran|[qs](https://github.com/traversc/qs)|6.34335500797476e-05| -|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.340949692705363e-05| -|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.330190750123545e-05| -|cran|[gh](https://gh.r-lib.org/)|6.323758394686924e-05| -|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.318086664851851e-05| -|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.313902738932804e-05| -|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.309266456916523e-05| -|npm|[cytoscape](http://js.cytoscape.org)|6.305423184502228e-05| -|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.285721512225956e-05| -|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.285721512225956e-05| -|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.271445306553097e-05| -|cran|later|6.267407456035589e-05| -|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.259278739887531e-05| -|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.24804969854481e-05| -|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.244607591452603e-05| -|cran|[jpeg](http://www.rforge.net/jpeg/)|6.230570739646226e-05| -|pypi|[glob2](https://pypi.org/project/glob2)|6.23027556200145e-05| -|cran|[spatstat.random](http://spatstat.org/)|6.229155911065924e-05| -|npm|[pg](https://github.com/brianc/node-postgres)|6.215684243240444e-05| -|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.207278624149857e-05| -|cran|[showtext](https://github.com/yixuan/showtext)|6.168446254583994e-05| -|pypi|[cvxopt](http://cvxopt.org)|6.166347249559722e-05| -|pypi|[celery](https://pypi.org/project/celery)|6.157256797339569e-05| -|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.141159467326525e-05| -|spack|[jpeg](http://www.ijg.org)|6.139378374272352e-05| -|pypi|[rich-click](https://github.com/ewels/rich-click)|6.11698651455862e-05| -|cran|[webp](https://github.com/jeroen/webp#readme)|6.113727605017821e-05| -|cran|[V8](https://github.com/jeroen/v8)|6.105069048144529e-05| -|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.1024327237777536e-05| -|cran|[cowplot](https://wilkelab.org/cowplot/)|6.099853181471677e-05| -|spack|libx11|6.089321559177131e-05| -|pypi|[pyface](http://docs.enthought.com/pyface)|6.0694434372733866e-05| -|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.060063033413288e-05| -|cran|[rvest](http://rvest.tidyverse.org/)|6.0354882202070685e-05| -|pypi|[Shapely](https://pypi.org/project/Shapely)|6.0294913890843985e-05| -|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.025328913291206e-05| -|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0244324203715064e-05| -|pypi|[mne](https://mne.tools/dev/)|6.000889924497719e-05| -|pypi|[gnuplot](https://github.com/gnuplot)|5.982596084118927e-05| -|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.982596084118927e-05| -|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.982596084118927e-05| -|pypi|[jsonify](https://pypi.org/project/jsonify)|5.982596084118927e-05| -|pypi|[gpytorch](https://gpytorch.ai)|5.982596084118927e-05| -|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.982596084118927e-05| -|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.982596084118927e-05| -|pypi|[nnde](https://github.com/elwinter/nnde)|5.982596084118927e-05| -|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.982596084118927e-05| -|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.982596084118927e-05| -|pypi|[ripser](https://ripser.scikit-tda.org)|5.982596084118927e-05| -|pypi|[python-copasi](http://copasi.org)|5.982596084118927e-05| -|pypi|[Numpy](https://www.numpy.org)|5.982596084118927e-05| -|pypi|[Matplotlib](https://matplotlib.org)|5.982596084118927e-05| -|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.982596084118927e-05| -|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.982596084118927e-05| -|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.982596084118927e-05| -|pypi|[coplot](https://pypi.org/project/coplot)|5.982596084118927e-05| -|pypi|[pyYAML](https://pyyaml.org/)|5.982596084118927e-05| -|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.982596084118927e-05| -|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.982596084118927e-05| -|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.982596084118927e-05| -|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.982596084118927e-05| -|pypi|[tartiflette](https://tartiflette.io)|5.982596084118927e-05| -|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.982596084118927e-05| -|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.982596084118927e-05| -|pypi|[PuLP](https://github.com/coin-or/pulp)|5.982596084118927e-05| -|pypi|[clawpack](http://www.clawpack.org)|5.982596084118927e-05| -|pypi|[PyEscape](https://github.com/qaviton/escape)|5.982596084118927e-05| -|pypi|[mc3](https://github.com/pcubillos/mc3)|5.982596084118927e-05| -|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.982596084118927e-05| -|spack|pythonextensions|5.982596084118927e-05| -|spack|qt5|5.982596084118927e-05| -|cran|[taxa](https://docs.ropensci.org/taxa/)|5.982596084118927e-05| -|cran|[vegdata](http://germansl.infinitenature.org)|5.982596084118927e-05| -|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.981997824510515e-05| -|spack|[hdf5](https://portal.hdfgroup.org)|5.9756108945950455e-05| -|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9478913170195265e-05| -|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.944350761513615e-05| -|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.9306313624720125e-05| -|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.9306313624720125e-05| -|pypi|[odfpy](https://pypi.org/project/odfpy)|5.9306313624720125e-05| -|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.922770123277738e-05| -|npm|loose-envify|5.922770123277738e-05| -|cran|js|5.922770123277738e-05| -|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.920605164179588e-05| -|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.903557174399888e-05| -|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.897933786996945e-05| -|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.8876588198731275e-05| -|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.881655806088235e-05| -|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.872636342005076e-05| -|pypi|[mercurial](https://mercurial-scm.org/)|5.872636342005076e-05| -|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.8716003022269424e-05| -|pypi|[radvel](https://pypi.org/project/radvel)|5.865793017714701e-05| -|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.858997697793804e-05| -|cran|rsconnect|5.858260114531301e-05| -|pypi|[Mako](https://www.makotemplates.org/)|5.84586133138073e-05| -|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.8416736227876546e-05| -|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.827203978037916e-05| -|pypi|[cupy](https://pypi.org/project/cupy)|5.822305378085355e-05| -|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.818781991633339e-05| -|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.8084009319573564e-05| -|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7876046282116777e-05| -|spack|freetype|5.7706095977262e-05| -|pypi|[libcst](https://pypi.org/project/libcst)|5.768096692239953e-05| -|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.768096692239953e-05| -|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.752496234729738e-05| -|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.752496234729738e-05| -|pypi|[blosc](http://github.com/blosc/python-blosc)|5.752202490241156e-05| -|spack|libtiff|5.738418515446973e-05| -|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.7344252017619215e-05| -|npm|[requirejs](http://github.com/jrburke/r.js)|5.73088164102033e-05| -|pypi|[towncrier](https://pypi.org/project/towncrier)|5.727403840680009e-05| -|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.710416582708309e-05| -|pypi|[xxhash](https://pypi.org/project/xxhash)|5.658644071553227e-05| -|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6523495300095704e-05| -|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6523495300095704e-05| -|cran|[getPass](https://github.com/wrathematics/getPass)|5.642126765881347e-05| -|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.634418680437916e-05| -|pypi|[texttable](https://github.com/foutaise/texttable/)|5.616270210118345e-05| -|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.6129214553744065e-05| -|cran|[whisker](http://github.com/edwindj/whisker)|5.6049293527187e-05| -|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.596356214837383e-05| -|pypi|[asteval](https://github.com/newville/asteval)|5.584217447703741e-05| -|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.583756345177665e-05| -|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5807435025171704e-05| -|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.576765241213109e-05| -|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.568886988359757e-05| -|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.5523537588160765e-05| -|npm|[pako](https://github.com/nodeca/pako#readme)|5.538174660727236e-05| -|pypi|[bidict](https://bidict.readthedocs.io)|5.522396385340548e-05| -|pypi|[fbs](https://build-system.fman.io)|5.522396385340548e-05| -|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.5077275199419874e-05| -|cran|[gifski](https://gif.ski/)|5.506921630160262e-05| -|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.5047824387888036e-05| -|pypi|[prospector](https://pypi.org/project/prospector)|5.498355447767509e-05| -|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.498112633378225e-05| -|cran|[nleqslv](NA)|5.49555971522164e-05| -|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.4942403029400486e-05| -|pypi|[py4j](https://pypi.org/project/py4j)|5.491146413456365e-05| -|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.488430111060704e-05| -|npm|[moment](https://momentjs.com)|5.4843272925140384e-05| -|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.48404641044235e-05| -|cran|[katex](https://docs.ropensci.org/katex/)|5.4802433231389946e-05| -|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4752162532058504e-05| -|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.471676624984012e-05| -|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.467873101479643e-05| -|pypi|[mkdocs](https://www.mkdocs.org)|5.4639564327771094e-05| -|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.445599469741628e-05| -|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.44421854059859e-05| -|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.42065938050347e-05| -|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.4123798948513416e-05| -|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.384336475707034e-05| -|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.382511242489968e-05| -|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.3791226959659915e-05| -|npm|[react-images](https://jossmac.github.io/react-images/)|5.369685219990825e-05| -|pypi|[pynacl](https://pypi.org/project/pynacl)|5.361706858570298e-05| -|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3600257252522936e-05| -|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3600257252522936e-05| -|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3600257252522936e-05| -|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.330541749942518e-05| -|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|5.330493110949964e-05| -|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.31771645369825e-05| -|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.284626540971719e-05| -|cran|egg|5.2825106466113266e-05| -|cran|[s2](https://r-spatial.github.io/s2/)|5.2767117386252375e-05| -|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.276268329205241e-05| -|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.273013796766903e-05| -|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.273013796766903e-05| -|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.271215152502811e-05| -|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.27038226458096e-05| -|cran|[lavaan](https://lavaan.ugent.be)|5.267023325699191e-05| -|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.264618811210545e-05| -|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.254743473531545e-05| -|cran|tufte|5.253265114066798e-05| -|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.247591422355745e-05| -|cran|fastmap|5.238408523114689e-05| -|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.229464431916536e-05| -|cran|selectr|5.2254960359778434e-05| -|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.222634477985141e-05| -|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.220191205114487e-05| -|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2176784419351505e-05| -|pypi|[curio](https://pypi.org/project/curio)|5.2062988645739125e-05| -|spack|[gmp](https://gmplib.org)|5.187192484516361e-05| -|spack|double-conversion|5.185823407045922e-05| -|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1848676452346905e-05| -|cran|[progress](https://github.com/r-lib/progress#readme)|5.1797523386499646e-05| -|pypi|[whoosh](https://pypi.org/project/whoosh)|5.178023330705931e-05| -|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.1707193858518354e-05| -|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.17034854710162e-05| -|pypi|[feets](https://github.com/carpyncho/feets)|5.1524750963703674e-05| -|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.15084233376564e-05| -|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.1326320813773804e-05| -|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.127939500673366e-05| -|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.127939500673366e-05| -|pypi|[pony](https://ponyorm.com)|5.127939500673366e-05| -|pypi|[msgpack-python](http://msgpack.org/)|5.127939500673366e-05| -|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.127939500673366e-05| -|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.127939500673366e-05| -|pypi|[STAR](https://github.com/dbrgn/star)|5.127939500673366e-05| -|pypi|[fastqc](https://github.com/fastqc)|5.127939500673366e-05| -|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.127939500673366e-05| -|pypi|[cppyy](http://cppyy.readthedocs.org)|5.127939500673366e-05| -|pypi|[cykhash](https://github.com/realead/cykhash)|5.127939500673366e-05| -|pypi|[dustpy](https://github.com/stammler/dustpy)|5.127939500673366e-05| -|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.127939500673366e-05| -|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.127939500673366e-05| -|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.127939500673366e-05| -|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.127939500673366e-05| -|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.127939500673366e-05| -|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.127939500673366e-05| -|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.127939500673366e-05| -|pypi|[libstempo](https://github.com/vallis/libstempo)|5.127939500673366e-05| -|pypi|[noise](https://github.com/caseman/noise)|5.127939500673366e-05| -|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.127939500673366e-05| -|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.127939500673366e-05| -|pypi|[ncls](https://github.com/endrebak/ncls)|5.127939500673366e-05| -|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.127939500673366e-05| -|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.127939500673366e-05| -|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.127939500673366e-05| -|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.127939500673366e-05| -|pypi|[easydev](http://github.com/cokelaer/easydev)|5.127939500673366e-05| -|pypi|[mdtraj](http://mdtraj.org)|5.127939500673366e-05| -|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.127939500673366e-05| -|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.127939500673366e-05| -|spack|rigidbodykinematics|5.127939500673366e-05| -|spack|sbgatcore|5.127939500673366e-05| -|spack|effpotential|5.127939500673366e-05| -|spack|yaml|5.127939500673366e-05| -|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.127939500673366e-05| -|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.127939500673366e-05| -|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.127939500673366e-05| -|npm|[filepond](https://pqina.nl/filepond/)|5.127939500673366e-05| -|cran|pbkrtest|5.123785173998279e-05| -|cran|[formatR](https://github.com/yihui/formatR)|5.123003361124683e-05| -|npm|[tslib](https://www.typescriptlang.org/)|5.118815694659865e-05| -|pypi|[pympler](https://pypi.org/project/pympler)|5.103813044052529e-05| -|npm|[d3-array](https://d3js.org/d3-array/)|5.094204885123543e-05| -|npm|[d3-scale](https://d3js.org/d3-scale/)|5.094204885123543e-05| -|cran|[car](https://r-forge.r-project.org/projects/car/)|5.092980377334366e-05| -|pypi|[geojson](https://github.com/jazzband/geojson)|5.080399228219207e-05| -|spack|cpio|5.076660105666632e-05| -|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.075861683764563e-05| -|npm|[typescript](https://www.typescriptlang.org/)|5.073721433897974e-05| -|spack|fontconfig|5.050042894695949e-05| -|cran|styler|5.049565841077153e-05| -|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.0460349114265e-05| -|cran|coda|5.04327042750196e-05| -|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.042815704962188e-05| -|cran|combinat|5.0412661754174195e-05| -|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0382148477879e-05| -|npm|[d3-brush](https://d3js.org/d3-brush/)|5.034378924282354e-05| -|npm|[d3-format](https://d3js.org/d3-format/)|5.034378924282354e-05| -|pypi|[freesasa](http://freesasa.github.io/)|5.015147322621274e-05| -|npm|eslint-plugin-import|5.012744245662894e-05| -|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.01170620532477e-05| -|pypi|[contextvars](https://pypi.org/project/contextvars)|4.990135954403223e-05| -|cran|webshot|4.9831326466935e-05| -|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.982387565438226e-05| -|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.978810696483926e-05| -|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.974758743794277e-05| -|cran|e1071|4.974260641644859e-05| -|pypi|[h11](https://pypi.org/project/h11)|4.973160047076166e-05| -|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.952962041233924e-05| -|pypi|[colour](http://github.com/vaab/colour)|4.950035985540356e-05| -|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.933182939134278e-05| -|npm|[rc-slider](http://github.com/react-component/slider/)|4.933017823747186e-05| -|pypi|[khmer](https://khmer.readthedocs.io/)|4.9313684864808874e-05| -|pypi|[coveralls](https://pypi.org/project/coveralls)|4.926901810254418e-05| -|cran|WRS2|4.926664873682732e-05| -|rubygems|[rouge](http://rouge.jneen.net/)|4.909582756008494e-05| -|pypi|[zict](https://pypi.org/project/zict)|4.9030443893495464e-05| -|cran|flashClust|4.8986126483721996e-05| -|cran|[odbc](https://github.com/r-dbi/odbc)|4.887485149808557e-05| -|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.880538910728599e-05| -|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.880538910728599e-05| -|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.8800493321632236e-05| -|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.858204907496704e-05| -|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.852351679178422e-05| -|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.840593589007416e-05| -|cran|[stars](https://r-spatial.github.io/stars/)|4.83796566571345e-05| -|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.836972313489955e-05| -|pypi|[pip-api](https://pypi.org/project/pip-api)|4.828607827650049e-05| -|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.828607827650049e-05| -|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.828607827650049e-05| -|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.826874977693842e-05| -|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.821899594648601e-05| -|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.801499786559536e-05| -|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.786525758920448e-05| -|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.777369240995966e-05| -|pypi|[path](https://pypi.org/project/path)|4.7769982398894814e-05| -|npm|[ws](https://github.com/websockets/ws)|4.770767879366729e-05| -|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7693984671251775e-05| -|pypi|[configparser](https://pypi.org/project/configparser)|4.7626095414593436e-05| -|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.760034301370915e-05| -|pypi|[pockets](https://pypi.org/project/pockets)|4.728573627945737e-05| -|cran|[party](http://party.R-forge.R-project.org)|4.711532082167388e-05| -|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.7083565342380606e-05| -|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.699129804205947e-05| -|pypi|[gevent](https://pypi.org/project/gevent)|4.6892101356017e-05| -|cran|[caret](https://github.com/topepo/caret/)|4.6781307275936546e-05| -|pypi|[chevron](https://pypi.org/project/chevron)|4.6752651626835826e-05| -|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.668260265840034e-05| -|pypi|[pycairo](https://pypi.org/project/pycairo)|4.658827998204358e-05| -|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.652627116212625e-05| -|cran|[lazyeval](NA)|4.642012500763535e-05| -|pypi|[wandb](https://github.com/wandb/client)|4.63838476230477e-05| -|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6365119651921686e-05| -|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.6181443456356635e-05| -|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6164771173924795e-05| -|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.599157465363141e-05| -|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.596627991298042e-05| -|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.589203509128333e-05| -|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.588970968369375e-05| -|pypi|[types-protobuf](https://github.com/python/typeshed)|4.5886699989640525e-05| -|pypi|[clang-format](http://clang.llvm.org/)|4.5886699989640525e-05| -|spack|[llvm](https://llvm.org/)|4.5863275989329756e-05| -|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.58586613543736e-05| -|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.576686004350979e-05| -|npm|[semver](https://github.com/npm/node-semver#readme)|4.5755658921210744e-05| -|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.572371632174932e-05| -|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.555977017905952e-05| -|pypi|[tk](https://github.com/atranitell/TensorKit)|4.5519752813948355e-05| -|pypi|[pycbc](http://www.pycbc.org/)|4.550518835432069e-05| -|pypi|[zstandard](https://pypi.org/project/zstandard)|4.548721976549888e-05| -|pypi|[wasabi](https://pypi.org/project/wasabi)|4.545848729552083e-05| -|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.54359964687707e-05| -|pypi|[math](https://pypi.org/project/math)|4.538226458095929e-05| -|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.517464767828257e-05| -|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.51588069185543e-05| -|cran|gee|4.507866721145501e-05| -|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.486947063089195e-05| -|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.486947063089195e-05| -|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.486947063089195e-05| -|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.486947063089195e-05| -|pypi|[pygedm](https://github.com/frbs/pygedm)|4.486947063089195e-05| -|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.486947063089195e-05| -|pypi|[structlog](https://www.structlog.org/)|4.486947063089195e-05| -|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.486947063089195e-05| -|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.486947063089195e-05| -|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.486947063089195e-05| -|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.486947063089195e-05| -|pypi|[Psycopg2](https://psycopg.org/)|4.486947063089195e-05| -|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.486947063089195e-05| -|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.486947063089195e-05| -|pypi|[sbpy](https://sbpy.org)|4.486947063089195e-05| -|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.486947063089195e-05| -|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.486947063089195e-05| -|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.486947063089195e-05| -|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.486947063089195e-05| -|pypi|[gemmi](https://project-gemmi.github.io/)|4.486947063089195e-05| -|pypi|[gputil](https://github.com/anderskm/gputil)|4.486947063089195e-05| -|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.486947063089195e-05| -|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.486947063089195e-05| -|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.486947063089195e-05| -|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.486947063089195e-05| -|pypi|[types](https://www.pytosquatting.org)|4.486947063089195e-05| -|pypi|[imexam](http://imexam.readthedocs.io/)|4.486947063089195e-05| -|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.486947063089195e-05| -|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.486947063089195e-05| -|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.486947063089195e-05| -|pypi|[trippy](https://github.com/fraserw/trippy)|4.486947063089195e-05| -|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.486947063089195e-05| -|spack|libpeyton|4.486947063089195e-05| -|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.486947063089195e-05| -|npm|[web-worker](https://github.com/developit/web-worker)|4.486947063089195e-05| -|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.486947063089195e-05| -|npm|[fflate](https://101arrowz.github.io/fflate)|4.486947063089195e-05| -|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.486947063089195e-05| -|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.481433257772041e-05| -|pypi|[bz2file](https://pypi.org/project/bz2file)|4.48004406760752e-05| -|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.471990572878898e-05| -|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.4532106190058184e-05| -|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.4532106190058184e-05| -|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4486188937965595e-05| -|pypi|[boto](https://github.com/boto/boto/)|4.4420775924583033e-05| -|pypi|[args](https://github.com/kennethreitz/args)|4.4420775924583033e-05| -|pypi|[anyio](https://pypi.org/project/anyio)|4.436743134936497e-05| -|npm|react-router-dom|4.4296801580064874e-05| -|cran|[gplots](https://github.com/talgalili/gplots)|4.4255927493567364e-05| -|rubygems|[jekyll](https://jekyllrb.com)|4.411064597793432e-05| -|pypi|[yapf](https://pypi.org/project/yapf)|4.398085856094346e-05| -|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.397208121827411e-05| -|spack|gtkplus|4.386354852781036e-05| -|pypi|[sos](https://github.com/vatlab/SoS)|4.384498683256364e-05| -|pypi|[pyglet](https://pypi.org/project/pyglet)|4.383854112711074e-05| -|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.3706440034245605e-05| -|spack|libsm|4.3686811954564776e-05| -|spack|libxext|4.3686811954564776e-05| -|npm|cross-env|4.359130485252041e-05| -|pypi|[backoff](https://pypi.org/project/backoff)|4.357975378444525e-05| -|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3477845916773577e-05| -|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.347353154459754e-05| -|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.347353154459754e-05| -|npm|[ava](https://avajs.dev)|4.332866944513065e-05| -|spack|glib|4.327323921319797e-05| -|pypi|[xlwt](https://pypi.org/project/xlwt)|4.326128756021444e-05| -|pypi|[spectres](https://spectres.readthedocs.io)|4.31779790260501e-05| -|cran|statnet.common|4.315038996019002e-05| -|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.29346950991983e-05| -|pypi|[vine](https://pypi.org/project/vine)|4.2912860888040995e-05| -|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.288822127835905e-05| -|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.280513778548835e-05| -|pypi|[zope.event](https://pypi.org/project/zope.event)|4.259467562893959e-05| -|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.24999471034829e-05| -|spack|harfbuzz|4.223478674390899e-05| -|pypi|[sniffio](https://pypi.org/project/sniffio)|4.219974581831044e-05| -|cran|[taxize](https://docs.ropensci.org/taxize/)|4.219581995234643e-05| -|cran|[targets](https://docs.ropensci.org/targets/)|4.2177855764232446e-05| -|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.2117131176386366e-05| -|cran|shape|4.209287386856192e-05| -|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.196003969314148e-05| -|npm|[mongoose](https://mongoosejs.com)|4.1928355209046905e-05| -|pypi|[colorlog](https://pypi.org/project/colorlog)|4.189712788187561e-05| -|cran|[classInt](https://r-spatial.github.io/classInt/)|4.18870396119717e-05| -|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.18183466279913e-05| -|pypi|[segments](https://github.com/cldf/segments)|4.18183466279913e-05| -|pypi|[requests-file](https://pypi.org/project/requests-file)|4.1728607686729514e-05| -|npm|[prop-types](https://facebook.github.io/react/)|4.1683907870798654e-05| -|spack|libmng|4.164447742929659e-05| -|spack|inputproto|4.164447742929659e-05| -|spack|dbus|4.164447742929659e-05| -|spack|assimp|4.164447742929659e-05| -|spack|gperf|4.164447742929659e-05| -|spack|libdrm|4.164447742929659e-05| -|spack|libxcomposite|4.164447742929659e-05| -|spack|libxcursor|4.164447742929659e-05| -|spack|libxi|4.164447742929659e-05| -|spack|libxtst|4.164447742929659e-05| -|spack|libxrandr|4.164447742929659e-05| -|spack|libxdamage|4.164447742929659e-05| -|spack|libxcb|4.164447742929659e-05| -|spack|libxkbcommon|4.164447742929659e-05| -|spack|xcb-util-image|4.164447742929659e-05| -|spack|xcb-util-keysyms|4.164447742929659e-05| -|spack|xcb-util-renderutil|4.164447742929659e-05| -|spack|xcb-util-wm|4.164447742929659e-05| -|spack|libxrender|4.164447742929659e-05| -|pypi|[distlib](https://pypi.org/project/distlib)|4.152154629287078e-05| -|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.138736093669856e-05| -|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.117031530708137e-05| -|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1147328420386194e-05| -|spack|libxcrypt|4.1096441951165986e-05| -|npm|[esm](https://github.com/standard-things/esm#readme)|4.1049135391032545e-05| -|cran|[qpdf](https://github.com/ropensci/qpdf)|4.0979061973266466e-05| -|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.087920567878875e-05| -|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.079042784626541e-05| -|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.0781363306744025e-05| -|spack|llvm-openmp|4.0754299181601575e-05| -|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.0733537310985246e-05| -|pypi|[tablib](https://tablib.readthedocs.io)|4.071904459753445e-05| -|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.0644491706191855e-05| -|cran|[plotly](https://plotly-r.com)|4.0599671765508944e-05| -|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.059618771366415e-05| -|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.05402496288828e-05| -|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.0482749198934e-05| -|rubygems|[rubocop](https://rubocop.org/)|4.042531598488772e-05| -|pypi|[overrides](https://github.com/mkorpela/overrides)|4.0210297316896305e-05| -|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.017897903655913e-05| -|pypi|[asciitree](https://pypi.org/project/asciitree)|4.008601665960255e-05| -|rubygems|[pry](http://pry.github.io)|4.006261212742893e-05| -|spack|yacc|4.000628887617726e-05| -|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.998522120208397e-05| -|pypi|[fiona](https://pypi.org/project/fiona)|3.9964561052495965e-05| -|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.996204239016966e-05| -|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.988397389412618e-05| -|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.988397389412618e-05| -|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.988397389412618e-05| -|pypi|[lda](https://pypi.org/project/lda)|3.988397389412618e-05| -|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.988397389412618e-05| -|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.988397389412618e-05| -|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.988397389412618e-05| -|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.988397389412618e-05| -|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.988397389412618e-05| -|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.988397389412618e-05| -|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.988397389412618e-05| -|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.988397389412618e-05| -|pypi|[precession](https://github.com/dgerosa/precession/)|3.988397389412618e-05| -|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.988397389412618e-05| -|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.988397389412618e-05| -|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.988397389412618e-05| -|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.988397389412618e-05| -|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.988397389412618e-05| -|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.988397389412618e-05| -|pypi|[tensorly-viz](https://tensorly.org/viz)|3.988397389412618e-05| -|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.988397389412618e-05| -|pypi|[pygobject](https://pygobject.readthedocs.io)|3.988397389412618e-05| -|pypi|[genicam](https://www.emva.org)|3.988397389412618e-05| -|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.988397389412618e-05| -|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.988397389412618e-05| -|pypi|[fseval](https://github.com/dunnkers/fseval)|3.988397389412618e-05| -|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.988397389412618e-05| -|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.988397389412618e-05| -|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.988397389412618e-05| -|pypi|[sick](http://www.github.com/andycasey/sick/)|3.988397389412618e-05| -|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.988397389412618e-05| -|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.988397389412618e-05| -|pypi|[treegp](https://github.com/PFLeget/treegp)|3.988397389412618e-05| -|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.988397389412618e-05| -|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.988397389412618e-05| -|pypi|[protfasta](https://pypi.org/project/protfasta)|3.988397389412618e-05| -|pypi|[hjson](http://github.com/hjson/hjson-py)|3.988397389412618e-05| -|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.988397389412618e-05| -|spack|fftw3|3.988397389412618e-05| -|npm|[apexcharts](https://apexcharts.com)|3.988397389412618e-05| -|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.988397389412618e-05| -|npm|[lodash.debounce](https://lodash.com/)|3.988397389412618e-05| -|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.988397389412618e-05| -|npm|vue-apexcharts|3.988397389412618e-05| -|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.988397389412618e-05| -|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.988397389412618e-05| -|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.988397389412618e-05| -|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.988397389412618e-05| -|cran|txtplot|3.988397389412618e-05| -|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.988397389412618e-05| -|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.968272065958617e-05| -|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.965240587182079e-05| -|rubygems|[rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll)|3.961275574950792e-05| -|npm|rollup-plugin-json|3.95995970904678e-05| -|pypi|[casadi](http://casadi.org)|3.9545596786153625e-05| -|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.948513415518492e-05| -|cran|codemetar|3.948513415518492e-05| -|pypi|[unidecode](https://pypi.org/project/unidecode)|3.9445688466718205e-05| -|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.9386421319796954e-05| -|cran|[tmap](https://github.com/mtennekes/tmap)|3.9381938978692564e-05| -|cran|see|3.928331299596096e-05| -|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.920978650469642e-05| -|cran|[effectsize](https://easystats.github.io/effectsize/)|3.920644192213638e-05| -|pypi|[ply](https://pypi.org/project/ply)|3.907532972391316e-05| -|cran|[psych](https://personality-project.org/r/psych/)|3.902169789707609e-05| -|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.893435546807556e-05| -|cran|[checkmate](https://github.com/mllg/checkmate)|3.88816490993947e-05| -|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.884180599217306e-05| -|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.883439563375444e-05| -|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8813265604953425e-05| -|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.874870541014978e-05| -|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.874212829411343e-05| -|pypi|[wslink](https://pypi.org/project/wslink)|3.8734905856457505e-05| -|pypi|[bwapy](https://pypi.org/project/bwapy)|3.8574350870736965e-05| -|pypi|[pytabix](https://pypi.org/project/pytabix)|3.8574350870736965e-05| -|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8555112400290064e-05| -|pypi|[Brotli](https://pypi.org/project/Brotli)|3.851994204994224e-05| -|cran|highr|3.8374890857683685e-05| -|npm|[xo](https://github.com/xojs/xo#readme)|3.834642095123875e-05| -|npm|[nodemon](https://nodemon.io)|3.83414773950888e-05| -|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.826856753645464e-05| -|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.824906781521687e-05| -|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8207956723298466e-05| -|npm|[testcafe](https://testcafe.io/)|3.820763622707966e-05| -|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.8100562326838974e-05| -|cran|pool|3.805722127435194e-05| -|pypi|[yarl](https://pypi.org/project/yarl)|3.8038857612431365e-05| -|npm|[jquery](https://jquery.com)|3.8009177352854016e-05| -|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.7882672764909036e-05| -|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.782738854818398e-05| -|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7775076853802595e-05| -|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7775076853802595e-05| -|pypi|[pydap](https://pypi.org/project/pydap)|3.7775076853802595e-05| -|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7775076853802595e-05| -|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.776028177768569e-05| -|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.7739396166258834e-05| -|cran|tikzDevice|3.770203672005738e-05| -|npm|gh-pages|3.765383206292521e-05| -|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.763208329016886e-05| -|cran|[slam](NA)|3.757129780065091e-05| -|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.7350865695470157e-05| -|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7335920040800395e-05| -|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.712948694706309e-05| -|rubygems|[coderay](http://coderay.rubychan.de)|3.7012786838288614e-05| -|cran|JuliaCall|3.693616127308181e-05| -|pypi|[chex](https://github.com/deepmind/chex)|3.6761084353348934e-05| -|cran|gamm4|3.673778876418752e-05| -|cran|[zip](https://github.com/r-lib/zip#readme)|3.657408082168371e-05| -|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.652440617946167e-05| -|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.645379123402982e-05| -|pypi|[torchvision](https://pypi.org/project/torchvision)|3.638429049851211e-05| -|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.636373734159054e-05| -|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.629441624365483e-05| -|pypi|[spglib](http://spglib.github.io/spglib/)|3.620983875095939e-05| -|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.618019149623478e-05| -|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.6080945029560405e-05| -|npm|[colors](https://github.com/Marak/colors.js)|3.6027165130011396e-05| -|pypi|[jaxopt](https://github.com/google/jaxopt)|3.601426888300563e-05| -|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.599937241346883e-05| -|cran|[gert](https://docs.ropensci.org/gert/)|3.5967690535119e-05| -|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.5895576504713564e-05| -|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.5895576504713564e-05| -|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.5895576504713564e-05| -|pypi|[pykeops](http://www.kernel-operations.io/)|3.5895576504713564e-05| -|pypi|[keopscore](http://www.kernel-operations.io/)|3.5895576504713564e-05| -|pypi|[simpleitk](http://simpleitk.org/)|3.5895576504713564e-05| -|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.5895576504713564e-05| -|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.5895576504713564e-05| -|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.5895576504713564e-05| -|pypi|[caput](https://github.com/eykd/caput)|3.5895576504713564e-05| -|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.5895576504713564e-05| -|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.5895576504713564e-05| -|pypi|[urepr](https://github.com/j-faria/urepr)|3.5895576504713564e-05| -|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.5895576504713564e-05| -|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.5895576504713564e-05| -|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.5895576504713564e-05| -|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.5895576504713564e-05| -|pypi|[disksurf](https://github.com/richteague/disksurf)|3.5895576504713564e-05| -|pypi|[gofish](https://github.com/richteague/gofish)|3.5895576504713564e-05| -|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.5895576504713564e-05| -|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.5895576504713564e-05| -|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.5895576504713564e-05| -|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.5895576504713564e-05| -|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.5895576504713564e-05| -|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.5895576504713564e-05| -|pypi|[pywfa](https://pypi.org/project/pywfa)|3.5895576504713564e-05| -|pypi|[astLib](https://astlib.readthedocs.io)|3.5895576504713564e-05| -|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.5895576504713564e-05| -|pypi|[Cerberus](http://docs.python-cerberus.org)|3.5895576504713564e-05| -|pypi|[2to3](https://pypi.org/project/2to3)|3.5895576504713564e-05| -|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.5895576504713564e-05| -|spack|edlib|3.5895576504713564e-05| -|spack|spoa|3.5895576504713564e-05| -|spack|thread_pool|3.5895576504713564e-05| -|spack|rampler|3.5895576504713564e-05| -|spack|cudapoa|3.5895576504713564e-05| -|spack|cudaaligner|3.5895576504713564e-05| -|spack|cppuddle|3.5895576504713564e-05| -|spack|hpxkokkos|3.5895576504713564e-05| -|npm|[auspice](https://www.npmjs.com/package/auspice)|3.5895576504713564e-05| -|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.5895576504713564e-05| -|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.5895576504713564e-05| -|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5872933368902754e-05| -|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.586981412923171e-05| -|pypi|[optlang](https://github.com/opencobra/optlang)|3.586981412923171e-05| -|pypi|[kombu](https://kombu.readthedocs.io)|3.5721346162612395e-05| -|pypi|[ray](https://github.com/ray-project/ray)|3.559578203296911e-05| -|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.558877670552798e-05| -|pypi|[cymem](https://pypi.org/project/cymem)|3.5587203756724604e-05| -|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.5587203756724604e-05| -|cran|class|3.554219389337148e-05| -|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.553662073966643e-05| -|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.553662073966643e-05| -|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.553662073966643e-05| -|spack|virtest|3.553662073966643e-05| -|npm|[rxjs](https://rxjs.dev)|3.537250554006974e-05| -|npm|prettier|3.535500658990605e-05| -|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.520857982519751e-05| -|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5195852421332194e-05| -|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.514734098175851e-05| -|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.496143898485739e-05| -|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.493356394769137e-05| -|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.490608404224323e-05| -|pypi|[jdcal](https://pypi.org/project/jdcal)|3.487581580855692e-05| -|npm|husky|3.484877279859449e-05| -|cran|[git2r](https://docs.ropensci.org/git2r/)|3.483862161145509e-05| -|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.4669565617052574e-05| -|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.461626612138781e-05| -|npm|[passport](https://www.passportjs.org/)|3.4602727350942095e-05| -|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4588851570550744e-05| -|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.4560273461344506e-05| -|cran|modelbased|3.4538644821458456e-05| -|pypi|[crds](https://hst-crds.stsci.edu)|3.445050630682769e-05| -|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.4360100134121545e-05| -|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.434949745326931e-05| -|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.4290489750437753e-05| -|pypi|[hiredis](https://pypi.org/project/hiredis)|3.416367019632989e-05| -|pypi|[isodate](https://pypi.org/project/isodate)|3.413801145086576e-05| -|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.410079767947789e-05| -|cran|mapdata|3.400824593599775e-05| -|cran|[GGally](https://ggobi.github.io/ggally/)|3.3945740183699625e-05| -|npm|[xlsx](https://sheetjs.com/)|3.3765700620251884e-05| -|pypi|[types-toml](https://pypi.org/project/types-toml)|3.3749203916000965e-05| -|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.3737619141241333e-05| -|pypi|[nibabel](https://nipy.org/nibabel)|3.3731471480756203e-05| -|npm|[browserify](https://github.com/browserify/browserify#readme)|3.360460738275716e-05| -|rubygems|[activesupport](https://rubyonrails.org)|3.3494954167866736e-05| -|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3492830004398054e-05| -|rubygems|[railties](https://rubyonrails.org)|3.335371199296922e-05| -|npm|jest|3.3323448326091874e-05| -|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.328537865836957e-05| -|rubygems|rake-compiler|3.32798237224549e-05| -|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.324105389564665e-05| -|cran|tseries|3.3195632394311434e-05| -|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3107398850206e-05| -|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.2911846579142547e-05| -|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.291178136131454e-05| -|pypi|[rpy2](https://rpy2.github.io)|3.2845800229502205e-05| -|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.27819071791153e-05| -|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.2717603472059405e-05| -|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.270829686679503e-05| -|pypi|[marxs](http://marxs.readthedocs.io)|3.2632342277012324e-05| -|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.2632342277012324e-05| -|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.2632342277012324e-05| -|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.2632342277012324e-05| -|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.2632342277012324e-05| -|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.2632342277012324e-05| -|pypi|[PIL](http://www.pythonware.com/products/pil)|3.2632342277012324e-05| -|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.2632342277012324e-05| -|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.2632342277012324e-05| -|pypi|[wurst](https://github.com/polca/wurst)|3.2632342277012324e-05| -|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.2632342277012324e-05| -|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.2632342277012324e-05| -|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.2632342277012324e-05| -|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| -|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.2632342277012324e-05| -|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.2632342277012324e-05| -|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| -|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.2632342277012324e-05| -|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.2632342277012324e-05| -|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.2632342277012324e-05| -|pypi|[configuration](http://k0s.org/hg/configuration)|3.2632342277012324e-05| -|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.2632342277012324e-05| -|pypi|[flatdict](https://github.com/gmr/flatdict)|3.2632342277012324e-05| -|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.2632342277012324e-05| -|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.2632342277012324e-05| -|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.2632342277012324e-05| -|pypi|[filetype](https://github.com/h2non/filetype.py)|3.2632342277012324e-05| -|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.2632342277012324e-05| -|pypi|[colored](https://gitlab.com/dslackw/colored)|3.2632342277012324e-05| -|pypi|[cdips](https://github.com/lgbouma/cdips)|3.2632342277012324e-05| -|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.2632342277012324e-05| -|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.2632342277012324e-05| -|spack|openni2|3.2632342277012324e-05| -|spack|efusion|3.2632342277012324e-05| -|spack|suitesparse|3.2632342277012324e-05| -|spack|realsense|3.2632342277012324e-05| -|npm|[angular-animate](http://angularjs.org)|3.2632342277012324e-05| -|npm|[angular-sanitize](http://angularjs.org)|3.2632342277012324e-05| -|npm|[angular-touch](http://angularjs.org)|3.2632342277012324e-05| -|npm|[colorbrewer](http://colorbrewer2.org/)|3.2632342277012324e-05| -|npm|[dc](http://dc-js.github.io/dc.js/)|3.2632342277012324e-05| -|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.26128570034027e-05| -|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.260514865844815e-05| -|npm|[babel-cli](https://babeljs.io/)|3.2589300947188545e-05| -|npm|eslint-config-standard|3.251565672555239e-05| -|pypi|[billiard](https://pypi.org/project/billiard)|3.251317901250362e-05| -|cran|[network](http://statnet.org/)|3.2511526585018064e-05| -|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.250088397373418e-05| -|pypi|[altair](https://pypi.org/project/altair)|3.2418328368952574e-05| -|pypi|[scikit_learn](http://scikit-learn.org)|3.226659953321432e-05| -|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2254464161201384e-05| -|npm|[sinon](https://sinonjs.org/)|3.2245360771842095e-05| -|cran|[vcr](https://github.com/ropensci/vcr/)|3.214583570500772e-05| -|cran|[sna](http://statnet.org)|3.19869943779933e-05| -|npm|npm-run-all|3.181908269171025e-05| -|npm|fortawesome|3.177033231711829e-05| -|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1708967585596784e-05| -|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.170167107521268e-05| -|pypi|[pypairix](https://pypi.org/project/pypairix)|3.168967997194973e-05| -|npm|eslint-plugin-node|3.167800780811739e-05| -|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.158810732414794e-05| -|cran|lars|3.149990306670306e-05| -|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.138854392525532e-05| -|cran|[shinytest](https://github.com/rstudio/shinytest)|3.1288311731305146e-05| -|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.1263887075422993e-05| -|pypi|[optax](https://github.com/deepmind/optax)|3.1251045303156906e-05| -|pypi|[matchms](https://github.com/matchms/matchms)|3.122915155910081e-05| -|npm|eslint-plugin-standard|3.1226966083344706e-05| -|npm|eslint-plugin-promise|3.1226966083344706e-05| -|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1214222817480866e-05| -|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.120053914304632e-05| -|cran|fontawesome|3.115397321096514e-05| -|pypi|[addict](https://pypi.org/project/addict)|3.114689086294417e-05| -|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.111354193206985e-05| -|cran|[here](https://here.r-lib.org/)|3.110266034799049e-05| -|cran|poorman|3.108813766889924e-05| -|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.107461942215386e-05| -|rubygems|[simplecov](https://github.com/simplecov-ruby/simplecov)|3.096522316129913e-05| -|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0910298910661495e-05| -|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.080182326737803e-05| -|cran|spatstat.data|3.077246069966583e-05| -|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.073794893324683e-05| -|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.072910036666783e-05| -|cran|mlbench|3.0719244629792784e-05| -|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0703488453171194e-05| -|cran|polyclip|3.067046428909412e-05| -|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0663272094084075e-05| -|npm|[babel](https://babeljs.io/)|3.064256530890182e-05| -|npm|[commander](https://github.com/tj/commander.js#readme)|3.064091381657812e-05| -|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.0636048835777974e-05| -|pypi|[sep](https://github.com/kbarbary/sep)|3.059827379107034e-05| -|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.059670568735109e-05| -|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.059011656078838e-05| -|npm|react-router-bootstrap|3.056124934611836e-05| -|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.055068201160716e-05| -|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.054889273163385e-05| -|npm|[events](https://github.com/Gozala/events#readme)|3.0514369386958222e-05| -|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0379480472392004e-05| -|pypi|[itk](https://itk.org/)|3.0232008823721475e-05| -|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0230805837563453e-05| -|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.0197600828395333e-05| -|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0165464742403574e-05| -|pypi|[cligj](https://pypi.org/project/cligj)|3.0135968687412766e-05| -|npm|immutable|3.011989727763935e-05| -|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0087981530538248e-05| -|rubygems|[faraday-net_http](https://github.com/lostisland/faraday-net_http)|3.0058058375634522e-05| -|npm|[async](https://caolan.github.io/async/)|2.998568786407574e-05| -|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.992505080126545e-05| -|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9923658452631576e-05| -|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.9912980420594635e-05| -|pypi|[random2](http://pypi.python.org/pypi/random2)|2.9912980420594635e-05| -|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.9912980420594635e-05| -|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.9912980420594635e-05| -|pypi|[blackjax](https://pypi.org/project/blackjax)|2.9912980420594635e-05| -|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.9912980420594635e-05| -|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.9912980420594635e-05| -|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.9912980420594635e-05| -|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.9912980420594635e-05| -|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.9912980420594635e-05| -|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.9912980420594635e-05| -|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.9912980420594635e-05| -|pypi|[toil](https://github.com/DataBiosphere/toil)|2.9912980420594635e-05| -|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.9912980420594635e-05| -|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.9912980420594635e-05| -|npm|[downloadjs](http://danml.com/download.html)|2.9912980420594635e-05| -|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.9912980420594635e-05| -|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.9912980420594635e-05| -|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.9912980420594635e-05| -|pypi|[vtk](https://vtk.org)|2.989396853650253e-05| -|cran|[Seurat](https://satijalab.org/seurat)|2.9811603095646356e-05| -|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.978371361234849e-05| -|pypi|[Pint](https://github.com/hgrecco/pint)|2.9783551745571326e-05| -|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9764140908266858e-05| -|pypi|[arrow](https://pypi.org/project/arrow)|2.963758333154888e-05| -|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.955917773200651e-05| -|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9554003362328355e-05| -|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.953823086258077e-05| -|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.946886354624487e-05| -|npm|babel-preset-env|2.9444908157941594e-05| -|pypi|[autocommand](https://pypi.org/project/autocommand)|2.943070620659873e-05| -|cran|[spatstat.core](http://spatstat.org/)|2.9427295263926696e-05| -|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.940072063089195e-05| -|cran|tripack|2.924772044057226e-05| -|pypi|[ndcube](https://pypi.org/project/ndcube)|2.914264522590851e-05| -|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9118685868958438e-05| -|pypi|[shap](https://pypi.org/project/shap)|2.9118446634464484e-05| -|cran|RhpcBLASctl|2.908513027620033e-05| -|cran|reactlog|2.9038698166937378e-05| -|cran|sourcetools|2.9038698166937378e-05| -|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8987884944723056e-05| -|npm|[grunt](https://gruntjs.com/)|2.894124461961949e-05| -|pypi|[smart-open](https://pypi.org/project/smart-open)|2.8940258767968842e-05| -|npm|eslint-plugin-markdown|2.892794964117232e-05| -|spack|hwloc|2.8853566112525696e-05| -|cran|brew|2.8810062178063768e-05| -|pypi|[astor](https://pypi.org/project/astor)|2.8802533201549295e-05| -|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.876248117364869e-05| -|npm|[winston](https://github.com/winstonjs/winston#readme)|2.876248117364869e-05| -|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.8653841173329933e-05| -|cran|animation|2.8650968498191596e-05| -|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.857287889775199e-05| -|cran|[recipes](https://github.com/tidymodels/recipes)|2.855382309416746e-05| -|cran|[wk](https://paleolimbot.github.io/wk/)|2.8531542915591446e-05| -|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8460064228737182e-05| -|pypi|[gensim](http://radimrehurek.com/gensim)|2.8425679512162487e-05| -|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8246991692982185e-05| -|pypi|[dipy](https://dipy.org)|2.8210241535114635e-05| -|pypi|[lml](https://pypi.org/project/lml)|2.819134096912877e-05| -|cran|[plotrix](NA)|2.8155143979498206e-05| -|npm|[underscore](https://underscorejs.org)|2.8141704651403708e-05| -|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8124775876770082e-05| -|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8124775876770076e-05| -|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8100876430228476e-05| -|pypi|[gmsh](https://gmsh.info)|2.8083009853687668e-05| -|pypi|[PIMS](https://pypi.org/project/PIMS)|2.800942712110225e-05| -|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7929519718859823e-05| -|cran|timeSeries|2.789326947717372e-05| -|cran|fts|2.789326947717372e-05| -|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7885067253908366e-05| -|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7855623714332315e-05| -|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.781070440849191e-05| -|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.7800906013569654e-05| -|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7754972547394593e-05| -|cran|[matlab](http://cran.r-project.org/package=matlab)|2.772067945198384e-05| -|cran|[rex](https://github.com/kevinushey/rex)|2.7720309872905925e-05| -|spack|meson|2.7718564176939813e-05| -|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7717862458902878e-05| -|cran|shinydisconnect|2.7626605377657342e-05| -|npm|chalk|2.7621252717672996e-05| -|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.761198192670274e-05| -|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.761198192670274e-05| -|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.761198192670274e-05| -|pypi|[filemagic](http://filemagic.readthedocs.org)|2.761198192670274e-05| -|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.761198192670274e-05| -|pypi|[ulid](https://github.com/mdipierro/ulid)|2.761198192670274e-05| -|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.761198192670274e-05| -|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.761198192670274e-05| -|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.761198192670274e-05| -|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.761198192670274e-05| -|pypi|[pmesh](https://pypi.org/project/pmesh)|2.761198192670274e-05| -|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.761198192670274e-05| -|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.761198192670274e-05| -|pypi|[coramin](https://github.com/Coramin/Coramin)|2.761198192670274e-05| -|pypi|[json2table](https://github.com/latture/json2table)|2.761198192670274e-05| -|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.761198192670274e-05| -|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.761198192670274e-05| -|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.761198192670274e-05| -|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.761198192670274e-05| -|spack|everybeam|2.761198192670274e-05| -|spack|idgapi|2.761198192670274e-05| -|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.761145858026861e-05| -|pypi|[pretend](https://pypi.org/project/pretend)|2.7596579423429994e-05| -|pypi|[reportlab](https://pypi.org/project/reportlab)|2.757166667244656e-05| -|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.754307849731066e-05| -|cran|strucchange|2.750658157953961e-05| -|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7393405090058496e-05| -|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.733586210743571e-05| -|npm|ndoc|2.733586210743571e-05| -|cran|[irlba](NA)|2.7278702278993218e-05| -|spack|eigen|2.7277571601688213e-05| -|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7273554355361834e-05| -|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7226153786387653e-05| -|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7185990620680678e-05| -|cran|fANCOVA|2.706116233295349e-05| -|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7051348645836616e-05| -|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.702162056605986e-05| -|cran|broom.mixed|2.690886252978349e-05| -|pypi|[funcy](https://pypi.org/project/funcy)|2.687161620531923e-05| -|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.684025901484205e-05| -|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6839324537579195e-05| -|cran|[glmnet](https://glmnet.stanford.edu)|2.6734238045633927e-05| -|pypi|[flax](https://pypi.org/project/flax)|2.6696130938496292e-05| -|pypi|[toposort](https://pypi.org/project/toposort)|2.6693061742463484e-05| -|pypi|[datrie](https://pypi.org/project/datrie)|2.6693061742463484e-05| -|pypi|[intake](https://pypi.org/project/intake)|2.6677355435663563e-05| -|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6660536914373583e-05| -|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.6641846967832574e-05| -|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.660432604039553e-05| -|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6598724268602427e-05| -|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6594064021547707e-05| -|cran|conflicted|2.6565584194810895e-05| -|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6463044715007915e-05| -|cran|[argon2](https://github.com/wrathematics/argon2)|2.6462090800787325e-05| -|pypi|[datashader](https://datashader.org)|2.6447323321294975e-05| -|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6447136702149986e-05| -|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6278120599755654e-05| -|cran|[golem](https://github.com/ThinkR-open/golem)|2.622595391349166e-05| -|spack|[openssh](https://www.openssh.com/)|2.6216031883272634e-05| -|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6216031883272634e-05| -|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6211233879071265e-05| -|pypi|[astroid](https://pypi.org/project/astroid)|2.6194369133159027e-05| -|cran|margins|2.616851626437377e-05| -|cran|gam|2.6144107005920454e-05| -|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.606576166979601e-05| -|npm|object-assign|2.6047775809940504e-05| -|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5999643782965854e-05| -|cran|ade4|2.599626337420186e-05| -|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.5973982998847492e-05| -|npm|[zone.js](https://github.com/angular/angular#readme)|2.5926301196724065e-05| -|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5742420650415578e-05| -|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5726322941055747e-05| -|pypi|[srsly](https://pypi.org/project/srsly)|2.571592021792838e-05| -|pypi|[area](https://github.com/scisco/area)|2.563969750336683e-05| -|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.563969750336683e-05| -|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.563969750336683e-05| -|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.563969750336683e-05| -|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.563969750336683e-05| -|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.563969750336683e-05| -|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.563969750336683e-05| -|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.563969750336683e-05| -|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.563969750336683e-05| -|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.563969750336683e-05| -|pypi|[wres](https://github.com/jks-liu/wres)|2.563969750336683e-05| -|pypi|[thermo](https://github.com/CalebBell/thermo)|2.563969750336683e-05| -|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.563969750336683e-05| -|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.563969750336683e-05| -|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.563969750336683e-05| -|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.563969750336683e-05| -|pypi|[dash_table](https://pypi.org/project/dash_table)|2.563969750336683e-05| -|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.563969750336683e-05| -|pypi|[python-time](https://github.com/hengdai/pytime)|2.563969750336683e-05| -|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.563969750336683e-05| -|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.563969750336683e-05| -|spack|sophus|2.563969750336683e-05| -|spack|visioncore|2.563969750336683e-05| -|spack|brisk|2.563969750336683e-05| -|spack|opengv|2.563969750336683e-05| -|spack|gtsam|2.563969750336683e-05| -|spack|tensorflow|2.563969750336683e-05| -|spack|cudalibs|2.563969750336683e-05| -|spack|pnetcdf|2.563969750336683e-05| -|spack|qt5widgets|2.563969750336683e-05| -|spack|qt5opengl|2.563969750336683e-05| -|spack|glut|2.563969750336683e-05| -|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.563969750336683e-05| -|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.563969750336683e-05| -|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.563969750336683e-05| -|npm|[md5-node](https://github.com/shanelau/node-md5)|2.563969750336683e-05| -|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.563969750336683e-05| -|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.563969750336683e-05| -|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.563969750336683e-05| -|npm|net|2.563969750336683e-05| -|cran|poibin|2.563969750336683e-05| -|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.563201912451822e-05| -|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5588073300880393e-05| -|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5539496386687004e-05| -|spack|[swig](http://www.swig.org)|2.544525803175012e-05| -|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5396120377084845e-05| -|pypi|[srastream](https://github.com/jdidion/srastream)|2.538330052833316e-05| -|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.538330052833316e-05| -|spack|py-nose|2.538330052833316e-05| -|npm|process|2.538330052833316e-05| -|npm|util|2.538330052833316e-05| -|npm|spc|2.538330052833316e-05| -|pypi|[progress](https://pypi.org/project/progress)|2.536153097384917e-05| -|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.533546875141381e-05| -|rubygems|ruby-maven-libs|2.528617488252356e-05| -|spack|findutils|2.5285985755333825e-05| -|pypi|[humanize](https://pypi.org/project/humanize)|2.5276883727410098e-05| -|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5213804787512386e-05| -|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5174609804732517e-05| -|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5126903553299495e-05| -|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5105192519123254e-05| -|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5056887456271063e-05| -|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.504903250484106e-05| -|cran|[mmand](https://github.com/jonclayden/mmand)|2.502279465085527e-05| -|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.502279465085527e-05| -|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5003965663843117e-05| -|cran|latticeExtra|2.4963655740173012e-05| -|cran|[circlize](https://github.com/jokergoo/circlize)|2.4958284768931313e-05| -|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4902556200145033e-05| -|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4902556200145033e-05| -|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4902556200145033e-05| -|pypi|[pythutils](https://github.com/JolleJolles)|2.4902556200145033e-05| -|npm|[mathjs](https://mathjs.org)|2.4877628716461206e-05| -|pypi|[typeguard](https://pypi.org/project/typeguard)|2.484000771335478e-05| -|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4818125024637838e-05| -|pypi|[ortools](https://pypi.org/project/ortools)|2.4761904761904776e-05| -|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4704177258564512e-05| -|pypi|[boltons](https://pypi.org/project/boltons)|2.470268825595649e-05| -|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4588570613026382e-05| -|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4588469905728792e-05| -|rubygems|[test-unit](http://test-unit.github.io/)|2.458592027314787e-05| -|npm|after|2.4558293562725477e-05| -|npm|expect.js|2.4554817802755622e-05| -|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4550485168686764e-05| -|cran|gbRd|2.4549302309365758e-05| -|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4525124770720472e-05| -|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4505338117285184e-05| -|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.4428934010152285e-05| -|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.440795166129868e-05| -|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4404008182797547e-05| -|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.4348809955454267e-05| -|pypi|[cmake](https://pypi.org/project/cmake)|2.434436119223943e-05| -|cran|SGP|2.425515383818502e-05| -|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4233787845568162e-05| -|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4202606466515194e-05| -|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.4142911155371354e-05| -|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.4126955350668186e-05| -|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.410131565316482e-05| -|pypi|[astlib](https://astlib.readthedocs.io)|2.410131565316482e-05| -|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.410131565316482e-05| -|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4079744434701794e-05| -|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4005402462242665e-05| -|pypi|[identify](https://pypi.org/project/identify)|2.4005402462242665e-05| -|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4005402462242665e-05| -|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3987478360530565e-05| -|pypi|[george](https://github.com/dfm/george)|2.3976478198946657e-05| -|pypi|[scandir](https://pypi.org/project/scandir)|2.396633743794277e-05| -|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.393038433647571e-05| -|pypi|[vedo](https://github.com/marcomusy/vedo)|2.393038433647571e-05| -|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.393038433647571e-05| -|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.393038433647571e-05| -|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.393038433647571e-05| -|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.393038433647571e-05| -|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.393038433647571e-05| -|pypi|[scikit-video](http://scikit-video.org/)|2.393038433647571e-05| -|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.393038433647571e-05| -|pypi|[haversine](https://github.com/mapado/haversine)|2.393038433647571e-05| -|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.393038433647571e-05| -|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.393038433647571e-05| -|spack|glew|2.3793955042945888e-05| -|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.378081943437274e-05| -|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3725331991596365e-05| -|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3725331991596365e-05| -|cran|pbdMPI|2.369108049311095e-05| -|rubygems|[yard](http://yardoc.org)|2.3622092257422566e-05| -|rubygems|[cucumber](https://cucumber.io/)|2.359826241992295e-05| -|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.3595774930106656e-05| -|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.3585314194532955e-05| -|pypi|[starlette](https://pypi.org/project/starlette)|2.3553037992470853e-05| -|pypi|[Theano](http://deeplearning.net/software/theano/)|2.3531544597534446e-05| -|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3531524196524785e-05| -|pypi|[scanpy](https://scanpy.readthedocs.io)|2.352350621609646e-05| -|rubygems|[nokogiri](https://nokogiri.org)|2.351070099327572e-05| -|cran|rsvg|2.349063514569068e-05| -|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.344321893621717e-05| -|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.339982670189862e-05| -|cran|av|2.330676893032519e-05| -|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3283861768057478e-05| -|cran|[janitor](https://github.com/sfirke/janitor)|2.322935464187883e-05| -|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3227186305994483e-05| -|cran|parallelly|2.3196158888152722e-05| -|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3143597540539057e-05| -|pypi|[loguru](https://pypi.org/project/loguru)|2.3124589486691198e-05| -|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3118546047860775e-05| -|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3118546047860775e-05| -|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3118546047860775e-05| -|cran|lpSolve|2.310001799277018e-05| -|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.300998493891895e-05| -|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.300998493891895e-05| -|npm|[express-session](https://github.com/expressjs/session#readme)|2.2963554076452915e-05| -|pypi|[httptools](https://pypi.org/project/httptools)|2.2945886185047373e-05| -|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2945886185047373e-05| -|pypi|[service-identity](https://pypi.org/project/service-identity)|2.2891449558418376e-05| -|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2851213303683864e-05| -|cran|cba|2.2846825979924432e-05| -|rubygems|[gem_hadar](http://github.com/flori/gem_hadar)|2.281556890784323e-05| -|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2760362765099134e-05| -|pypi|[av](https://pypi.org/project/av)|2.270802405214787e-05| -|rubygems|[pg](https://github.com/ged/ruby-pg)|2.2697643959686847e-05| -|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2676888014088892e-05| -|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.2633196435544153e-05| -|pypi|[formulaic](https://pypi.org/project/formulaic)|2.261364070073661e-05| -|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.261364070073661e-05| -|pypi|[nltk](https://pypi.org/project/nltk)|2.2552501382254552e-05| -|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.25227146696242e-05| -|rubygems|[kramdown](http://kramdown.gettalong.org)|2.2485077277566635e-05| -|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.247306906978777e-05| -|pypi|[julia](http://julialang.org)|2.2434735315445976e-05| -|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.2434735315445976e-05| -|pypi|[ref_index](http://github.com/phn/ref_index)|2.2434735315445976e-05| -|pypi|[cerberus](http://docs.python-cerberus.org)|2.2434735315445976e-05| -|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.2434735315445976e-05| -|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.2434735315445976e-05| -|pypi|[bfit](https://github.com/dfujim/bfit)|2.2434735315445976e-05| -|pypi|[bdata](https://github.com/dfujim/bdata)|2.2434735315445976e-05| -|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.2434735315445976e-05| -|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.2434735315445976e-05| -|npm|[emotion](https://emotion.sh)|2.2434735315445976e-05| -|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.2434735315445976e-05| -|npm|[helmet](https://helmetjs.github.io/)|2.2434735315445976e-05| -|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.2434735315445976e-05| -|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.2434735315445976e-05| -|cran|colorRamps|2.2434735315445976e-05| -|cran|geoaxe|2.2434735315445976e-05| -|cran|spbabel|2.2434735315445976e-05| -|cran|paletteer|2.2434735315445976e-05| -|cran|statsExpressions|2.2434735315445976e-05| -|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2401965523209227e-05| -|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2369395441163205e-05| -|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2369395441163205e-05| -|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.235619651032279e-05| -|npm|clipboard|2.2344996374184193e-05| -|pypi|[anndata](http://anndata.readthedocs.io)|2.2343062199872995e-05| -|pypi|[nbval](https://pypi.org/project/nbval)|2.229452299285179e-05| -|cran|doMC|2.2245001553921062e-05| -|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2229462660607176e-05| -|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2210387962291517e-05| -|pypi|[pyramid](https://pypi.org/project/pyramid)|2.21946331664813e-05| -|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.2180009625435283e-05| -|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2163025743292244e-05| -|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.2129139862652317e-05| -|pypi|[datatable](https://pypi.org/project/datatable)|2.212812397899418e-05| -|cran|[futile.logger](NA)|2.2081318382487713e-05| -|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2080163554326175e-05| -|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2065222027897454e-05| -|rubygems|[mysql2](https://github.com/brianmario/mysql2)|2.204647703896642e-05| -|pypi|[aiodns](https://pypi.org/project/aiodns)|2.20317062427108e-05| -|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.1962856661881573e-05| -|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.189408390782581e-05| -|spack|py-mpi4py|2.1827031392687603e-05| -|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.182404045374495e-05| -|cran|miniUI|2.181978598345442e-05| -|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1790455737156244e-05| -|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1766738880906588e-05| -|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1465554749818706e-05| -|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.1416269553506685e-05| -|cran|spatial|2.139474133780941e-05| -|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.138391801811854e-05| -|rubygems|actionpack|2.136737724877422e-05| -|pypi|[pyavm](https://pypi.org/project/pyavm)|2.134997888261122e-05| -|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1229384866402636e-05| -|pypi|[waitress](https://pypi.org/project/waitress)|2.1201145714116096e-05| -|pypi|[xgboost](https://pypi.org/project/xgboost)|2.118565293198474e-05| -|cran|fstcore|2.1170566742901767e-05| -|pypi|[databases](https://pypi.org/project/databases)|2.1161652113607267e-05| -|npm|sax|2.11454692843292e-05| -|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1115045002772684e-05| -|pypi|[pykalman](http://pykalman.github.com)|2.1115045002772684e-05| -|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1115045002772684e-05| -|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1115045002772684e-05| -|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1115045002772684e-05| -|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1115045002772684e-05| -|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1115045002772684e-05| -|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1115045002772684e-05| -|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1115045002772684e-05| -|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1115045002772684e-05| -|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1115045002772684e-05| -|npm|[diff2html](https://diff2html.xyz/)|2.1115045002772684e-05| -|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1115045002772684e-05| -|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1115045002772684e-05| -|npm|react-schemaorg|2.1115045002772684e-05| -|cran|nortest|2.1115045002772684e-05| -|cran|openair|2.1115045002772684e-05| -|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1110267939512936e-05| -|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.110472866030314e-05| -|npm|safe-buffer|2.106015086249541e-05| -|pypi|[h2](https://pypi.org/project/h2)|2.1056005126387677e-05| -|npm|lint-staged|2.094769315994145e-05| -|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0910241257567887e-05| -|pypi|[apptools](https://docs.enthought.com/apptools)|2.0810460478607687e-05| -|cran|webfakes|2.0772017010758264e-05| -|pypi|[passlib](https://pypi.org/project/passlib)|2.077114282889532e-05| -|npm|vary|2.0717664105163455e-05| -|pypi|[prov](https://pypi.org/project/prov)|2.0672957652820062e-05| -|cran|mclust|2.0669992372705845e-05| -|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0660585635928964e-05| -|cran|brms|2.065506820066866e-05| -|rubygems|[builder](http://onestepback.org)|2.0637600843002175e-05| -|npm|[standard](https://standardjs.com)|2.0523881743686498e-05| -|rubygems|[aruba](https://github.com/cucumber/aruba)|2.040751647933285e-05| -|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0404703362944165e-05| -|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0404703362944165e-05| -|pypi|[h3](https://github.com/uber/h3-py)|2.039780379156739e-05| -|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0354579780450604e-05| -|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0325059127890578e-05| -|rubygems|[tins](https://github.com/flori/tins)|2.0301799464637206e-05| -|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| -|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| -|npm|redux|2.02336380490305e-05| -|pypi|[incremental](https://pypi.org/project/incremental)|2.0228650115905598e-05| -|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.021591533919308e-05| -|spack|py-flit-core|2.0208309421542923e-05| -|npm|eslint-config-prettier|2.017555647696917e-05| -|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.016871754020113e-05| -|cran|RJSONIO|2.0067524569374808e-05| -|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|2.0023910513794174e-05| -|rubygems|[webmock](https://github.com/bblimke/webmock)|1.9993936960208303e-05| -|cran|[graphql](http://graphql.org)|1.9986933117643783e-05| -|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9966914430746918e-05| -|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9965718029228234e-05| -|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.994198694706309e-05| -|pypi|[tkp](http://docs.transientskp.org/)|1.994198694706309e-05| -|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.994198694706309e-05| -|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.994198694706309e-05| -|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.994198694706309e-05| -|spack|dl|1.994198694706309e-05| -|spack|sofa|1.994198694706309e-05| -|spack|pthreads|1.994198694706309e-05| -|npm|[bower](http://bower.io)|1.994198694706309e-05| -|npm|[http-auth](https://github.com/gevorg/http-auth)|1.994198694706309e-05| -|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.994198694706309e-05| -|npm|[multer](https://github.com/expressjs/multer#readme)|1.994198694706309e-05| -|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.994198694706309e-05| -|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.994198694706309e-05| -|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.994198694706309e-05| -|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.994198694706309e-05| -|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.994198694706309e-05| -|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.994198694706309e-05| -|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.994198694706309e-05| -|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.994198694706309e-05| -|pypi|[pydub](http://pydub.com)|1.9913498394281568e-05| -|npm|coffee-script|1.987290431972979e-05| -|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.985405730616327e-05| -|pypi|[pyscf](http://www.pyscf.org)|1.982758291668257e-05| -|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9794808539977525e-05| -|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.974256707759246e-05| -|pypi|[clikit](https://pypi.org/project/clikit)|1.974256707759246e-05| -|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.974256707759246e-05| -|pypi|[httpstan](https://pypi.org/project/httpstan)|1.974256707759246e-05| -|pypi|[language-data](https://pypi.org/project/language-data)|1.974256707759246e-05| -|npm|scheduler|1.974256707759246e-05| -|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.973412105959135e-05| -|pypi|[anytree](https://pypi.org/project/anytree)|1.9655170719134698e-05| -|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9639031425464732e-05| -|cran|stopwords|1.962832905193679e-05| -|cran|spam|1.957723443912988e-05| -|npm|[babel-loader](https://github.com/babel/babel-loader)|1.956518654851028e-05| -|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.954514140681653e-05| -|pypi|[validators](https://pypi.org/project/validators)|1.9511332112774825e-05| -|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.949712476757336e-05| -|npm|json5|1.947530582395567e-05| -|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9470239918230643e-05| -|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9428480783176215e-05| -|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9403014326872195e-05| -|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9403014326872195e-05| -|rubygems|[diff-lcs](https://github.com/halostatue/diff-lcs)|1.9375266488397386e-05| -|npm|[jasmine](http://jasmine.github.io/)|1.9342005503043522e-05| -|rubygems|[psych](https://github.com/ruby/psych)|1.9341583201142134e-05| -|pypi|[selenium](https://pypi.org/project/selenium)|1.9334728625600157e-05| -|cran|[remotes](https://remotes.r-lib.org)|1.930819990771061e-05| -|pypi|[pyside6](https://www.pyside.org)|1.924002900652647e-05| -|cran|modelr|1.9226281276138796e-05| -|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.9217684667580425e-05| -|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.9143420116037973e-05| -|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.911364169121646e-05| -|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.911364169121646e-05| -|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9111301700248626e-05| -|cran|[config](https://github.com/rstudio/config)|1.898430239619989e-05| -|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.889240868669135e-05| -|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.889240868669135e-05| -|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.889240868669135e-05| -|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.889240868669135e-05| -|pypi|[kneed](https://github.com/arvkevi/kneed)|1.889240868669135e-05| -|pypi|[BioPython](https://biopython.org/)|1.889240868669135e-05| -|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.889240868669135e-05| -|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.889240868669135e-05| -|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.889240868669135e-05| -|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.889240868669135e-05| -|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.889240868669135e-05| -|pypi|[sos-python](https://github.com/vatlab/SOS)|1.889240868669135e-05| -|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.889240868669135e-05| -|cran|dunn.test|1.889240868669135e-05| -|cran|minqa|1.8868616922326202e-05| -|cran|kernlab|1.878917433634202e-05| -|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.867958795193204e-05| -|cran|[tm](http://tm.r-forge.r-project.org/)|1.8655664117161645e-05| -|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8621579779901026e-05| -|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8598285294914246e-05| -|npm|validator|1.857791641133783e-05| -|npm|[ts-node](https://typestrong.org/ts-node)|1.854650452351497e-05| -|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.8450735162546793e-05| -|cran|Formula|1.843437527249899e-05| -|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8430824928668525e-05| -|cran|[hoardr](https://github.com/ropensci/hoardr)|1.840122089444918e-05| -|rubygems|concurrent-ruby|1.8349619289340102e-05| -|cran|[RANN](https://github.com/jefferis/RANN)|1.832113544938176e-05| -|spack|llvm-amdgpu|1.831058997202942e-05| -|spack|hsa-rocr-dev|1.831058997202942e-05| -|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8221830105621215e-05| -|pypi|[constantly](https://pypi.org/project/constantly)|1.8189488891704455e-05| -|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8189488891704455e-05| -|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8167150108774478e-05| -|cran|[reactable](https://glin.github.io/reactable/)|1.815378240323854e-05| -|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.814008598363203e-05| -|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8139895437246226e-05| -|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.810533667076446e-05| -|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.810533667076446e-05| -|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8085848161990298e-05| -|npm|[minimist](https://github.com/substack/minimist)|1.803245689948966e-05| -|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.7975036918731818e-05| -|cran|sandwich|1.7951507202842797e-05| -|pypi|[envisage](http://docs.enthought.com/envisage)|1.7947788252356782e-05| -|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.7947788252356782e-05| -|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.7947788252356782e-05| -|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.7947788252356782e-05| -|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.7947788252356782e-05| -|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.7947788252356782e-05| -|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.7947788252356782e-05| -|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.7947788252356782e-05| -|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.7947788252356782e-05| -|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.7947788252356782e-05| -|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.7947788252356782e-05| -|npm|tinymce|1.7947788252356782e-05| -|cran|[genalg](https://github.com/egonw/genalg)|1.7947788252356782e-05| -|cran|lpSolveAPI|1.7947788252356782e-05| -|cran|segmented|1.7941946860403838e-05| -|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.7919454528666464e-05| -|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7901699252524126e-05| -|cran|quadprog|1.7897068442281256e-05| -|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7878557358259064e-05| -|npm|depd|1.7878218560775957e-05| -|spack|libunistring|1.7877974523311865e-05| -|rubygems|[rspec-mocks](https://github.com/rspec/rspec-mocks)|1.784087805313116e-05| -|cran|lmtest|1.7832103651740167e-05| -|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7823792927297615e-05| -|cran|gmp|1.7795282721507075e-05| -|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.7768310369833214e-05| -|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7728849392339955e-05| -|cran|[semver](https://github.com/johndharrison/semver)|1.771703097482649e-05| -|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7709082668600436e-05| -|pypi|[awscrt](https://pypi.org/project/awscrt)|1.768753181445909e-05| -|rubygems|[coveralls](https://coveralls.io)|1.7672403604380785e-05| -|npm|[font-awesome](http://fontawesome.io/)|1.766922161406832e-05| -|pypi|[e13tools](https://e13tools.readthedocs.io)|1.76686004350979e-05| -|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.764925915421588e-05| -|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.763048031961037e-05| -|cran|lsa|1.7625898571743863e-05| -|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.758452582531884e-05| -|rubygems|[mocha](https://mocha.jamesmead.org)|1.7572708568764705e-05| -|npm|gulp|1.7560251432165976e-05| -|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7549945612762874e-05| -|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7490298186377977e-05| -|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7430721019372216e-05| -|npm|react-transition-group|1.7428091306807767e-05| -|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7424311094996377e-05| -|pypi|[triton](https://pypi.org/project/triton)|1.7399071572061443e-05| -|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7390216840142414e-05| -|pypi|[stevedore](https://pypi.org/project/stevedore)|1.737039699562568e-05| -|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7266348163630935e-05| -|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7266348163630935e-05| -|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.7257488704189212e-05| -|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.7242696571014193e-05| -|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7226495034797823e-05| -|pypi|[celerite](https://pypi.org/project/celerite)|1.719875050845533e-05| -|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|1.7180988330792798e-05| -|pypi|[folium](https://pypi.org/project/folium)|1.7173604985641153e-05| -|cran|[statmod](NA)|1.7162145986911578e-05| -|npm|[sass](https://github.com/sass/dart-sass)|1.716098173471369e-05| -|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.712561769387568e-05| -|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7093131668911218e-05| -|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7093131668911218e-05| -|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7093131668911218e-05| -|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7093131668911218e-05| -|pypi|[owslib](https://owslib.readthedocs.io)|1.7093131668911218e-05| -|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7093131668911218e-05| -|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7093131668911218e-05| -|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7078462583784013e-05| -|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.7077489818684408e-05| -|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7034497796792858e-05| -|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7016017756639476e-05| -|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.7007995766153373e-05| -|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.700766601056666e-05| -|rubygems|[html-pipeline](https://github.com/jch/html-pipeline)|1.7001968300010362e-05| -|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6999821770404906e-05| -|rubygems|activerecord|1.6973648800179412e-05| -|pypi|[configobj](https://github.com/DiffSK/configobj)|1.6936167240072633e-05| -|rubygems|gemoji|1.692220035222211e-05| -|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6922200352222106e-05| -|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6922200352222106e-05| -|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6922200352222106e-05| -|npm|on-headers|1.6845602999789314e-05| -|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6806549990061172e-05| -|pypi|[bottle](https://pypi.org/project/bottle)|1.6717928036948032e-05| -|rubygems|[rspec-core](https://github.com/rspec/rspec-core)|1.6712731362983018e-05| -|npm|rollup-plugin-commonjs|1.6697995882830824e-05| -|pypi|[moto](https://pypi.org/project/moto)|1.668434618770288e-05| -|pypi|[meshio](https://github.com/nschloe/meshio)|1.6682408826506774e-05| -|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.6675466269146244e-05| -|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6651067918853173e-05| -|pypi|[plumbum](https://pypi.org/project/plumbum)|1.6598666374684134e-05| -|pypi|[onnx](https://pypi.org/project/onnx)|1.657866505993262e-05| -|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.653449711993267e-05| -|rubygems|[utils](http://github.com/flori/utils)|1.6516866060097897e-05| -|cran|carrier|1.6512403477595647e-05| -|pypi|[neo](https://pypi.org/project/neo)|1.6504161805971565e-05| -|rubygems|actionview|1.6465311273725754e-05| -|pypi|[nbsite](https://pypi.org/project/nbsite)|1.6408958792292633e-05| -|pypi|[inflect](https://github.com/jaraco/inflect)|1.6358127007148035e-05| -|npm|autoprefixer|1.633883457873658e-05| -|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6316171138506162e-05| -|pypi|[SQLObject](http://sqlobject.org/)|1.6316171138506162e-05| -|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6316171138506162e-05| -|pypi|[pweave](http://mpastell.com/pweave)|1.6316171138506162e-05| -|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6316171138506162e-05| -|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6316171138506162e-05| -|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6316171138506162e-05| -|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6316171138506162e-05| -|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6316171138506162e-05| -|cran|plotROC|1.6316171138506162e-05| -|npm|js-cookie|1.6299521984283198e-05| -|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.62549490115598e-05| -|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6239474396243037e-05| -|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6231069972976243e-05| -|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6229652399811938e-05| -|rubygems|[rspec-support](https://github.com/rspec/rspec-support)|1.6193153998912254e-05| -|npm|styled-components|1.6190084251037122e-05| -|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6184534362953703e-05| -|cran|caTools|1.618362414062276e-05| -|spack|libfabric|1.6169251769430927e-05| -|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6166206330247837e-05| -|npm|[babel-preset-es2015](https://babeljs.io/)|1.616380399128006e-05| -|cran|SeuratObject|1.616290104342675e-05| -|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.615988597434423e-05| -|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.6153009427121104e-05| -|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.6153009427121104e-05| -|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6092375655896995e-05| -|cran|mondate|1.6057130453036142e-05| -|cran|DAAG|1.6057130453036142e-05| -|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.605234735507798e-05| -|cran|SuppDists|1.6040835750543873e-05| -|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.6014761578790726e-05| -|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.5967342652096724e-05| -|rubygems|[thread_order](https://github.com/JoshCheek/thread_order)|1.5965446586475703e-05| -|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5945919562670832e-05| -|cran|qlcMatrix|1.5933095816123846e-05| -|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5877579907402244e-05| -|npm|react-highcharts|1.5856128719187383e-05| -|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5855179190170843e-05| -|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5846076236718477e-05| -|cran|RcppRoll|1.5831119746508182e-05| -|cran|blavaan|1.5801402012102847e-05| -|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.5775943450398508e-05| -|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.576230927468885e-05| -|cran|mediation|1.5682566325348362e-05| -|cran|Rgraphviz|1.5679354942412647e-05| -|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5661581891639905e-05| -|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.5636447232415314e-05| -|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5618746928954233e-05| -|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5607888449557947e-05| -|pypi|[beast](http://beast.readthedocs.io/)|1.5606772393353723e-05| -|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5606772393353723e-05| -|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5606772393353723e-05| -|pypi|[itables](https://pypi.org/project/itables)|1.5606772393353723e-05| -|pypi|[gekko](https://pypi.org/project/gekko)|1.5606772393353723e-05| -|pypi|[readlif](https://pypi.org/project/readlif)|1.5606772393353723e-05| -|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5606772393353723e-05| -|spack|libsbml|1.5606772393353723e-05| -|spack|libsedml|1.5606772393353723e-05| -|spack|libcombine|1.5606772393353723e-05| -|spack|crossguid|1.5606772393353723e-05| -|spack|nativejit|1.5606772393353723e-05| -|spack|cpufeatures|1.5606772393353723e-05| -|spack|raptor|1.5606772393353723e-05| -|spack|qcp|1.5606772393353723e-05| -|spack|qwtplot3d|1.5606772393353723e-05| -|spack|mml|1.5606772393353723e-05| -|spack|sbw|1.5606772393353723e-05| -|cran|spex|1.5606772393353723e-05| -|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5606772393353723e-05| -|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5560918193362607e-05| -|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5556563413581243e-05| -|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5506889050036258e-05| -|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5488279700165076e-05| -|spack|atlas|1.5450704669420186e-05| -|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5419206626178393e-05| -|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.540518491660624e-05| -|pypi|[mopti](https://github.com/basf/mopti)|1.540518491660624e-05| -|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5405184916606237e-05| -|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.53838185020201e-05| -|pypi|[pytoml](https://pypi.org/project/pytoml)|1.53838185020201e-05| -|npm|nprogress|1.53838185020201e-05| -|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.531134542844862e-05| -|rubygems|[chartkick](https://chartkick.com)|1.5302422636930044e-05| -|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5274446365816925e-05| -|cran|VennDiagram|1.5240230817043724e-05| -|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5229980316999899e-05| -|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5229980316999899e-05| -|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5209035211997146e-05| -|rubygems|nio4r|1.5149398410560743e-05| -|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5123270344858012e-05| -|spack|libedit|1.5111970235596243e-05| -|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5074580740144555e-05| -|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5033961150037892e-05| -|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5006552474826587e-05| -|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4986453364833978e-05| -|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4956490210297318e-05| -|pypi|[hyperion](http://www.hyperion-rt.org)|1.4956490210297318e-05| -|pypi|[cmyt](https://github.com/yt-project/yt)|1.4956490210297318e-05| -|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4956490210297318e-05| -|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4956490210297318e-05| -|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4956490210297318e-05| -|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4956490210297318e-05| -|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4956490210297318e-05| -|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4956490210297318e-05| -|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4956490210297318e-05| -|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4956490210297318e-05| -|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4956490210297318e-05| -|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4956490210297318e-05| -|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4956490210297318e-05| -|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4956490210297318e-05| -|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4956490210297318e-05| -|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4956490210297318e-05| -|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4956490210297318e-05| -|cran|PhysicalActivity|1.4956490210297318e-05| -|cran|shinyFeedback|1.4956490210297318e-05| -|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4956490210297316e-05| -|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4912407923361712e-05| -|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.490827134782236e-05| -|npm|docco|1.4903532729960395e-05| -|cran|extrafont|1.4897690081602011e-05| -|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4896504805831167e-05| -|cran|futile.options|1.4891536309955456e-05| -|cran|lambda.r|1.4891536309955456e-05| -|npm|postcss|1.4855143229326898e-05| -|cran|[vegan](https://github.com/vegandevs/vegan)|1.4831457314142356e-05| -|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4825922562840522e-05| -|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4806925308194344e-05| -|rubygems|rack|1.4805923290536593e-05| -|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4804201894819045e-05| -|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4804201894819045e-05| -|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4804201894819045e-05| -|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4804201894819045e-05| -|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4804201894819045e-05| -|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4804201894819045e-05| -|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4804201894819045e-05| -|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4798952348413007e-05| -|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4777946250027469e-05| -|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4777946250027469e-05| -|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4777946250027469e-05| -|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4777946250027469e-05| -|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4777946250027469e-05| -|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4777946250027469e-05| -|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4777946250027469e-05| -|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4777946250027469e-05| -|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4777946250027469e-05| -|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4777946250027469e-05| -|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4734207678720512e-05| -|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.4697028384295673e-05| -|npm|babel-core|1.4688927959258504e-05| -|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.465651811953742e-05| -|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4653813020839527e-05| -|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4585302821677388e-05| -|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|1.4577999437628567e-05| -|cran|PASWR|1.4556583246340316e-05| -|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4551035755665737e-05| -|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4551035755665737e-05| -|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4551035755665737e-05| -|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4551035755665737e-05| -|npm|[should](https://github.com/shouldjs/should.js)|1.4549636839147725e-05| -|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4548978147487032e-05| -|npm|[qunit](https://qunitjs.com)|1.4546069255334002e-05| -|cran|arrow|1.4541201945648199e-05| -|cran|leaflet.providers|1.4533623191564794e-05| -|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4488470107141889e-05| -|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4488470107141889e-05| -|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4488470107141889e-05| -|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4477882523567804e-05| -|pypi|[pyct](https://pypi.org/project/pyct)|1.4463274900976898e-05| -|cran|logspline|1.4456951079249925e-05| -|npm|whatwg-fetch|1.4450461834382204e-05| -|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.442726055670218e-05| -|rubygems|[capybara](https://github.com/teamcapybara/capybara)|1.4399747325960842e-05| -|cran|timetk|1.4398279726810168e-05| -|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4358230601885423e-05| -|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4358230601885423e-05| -|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4358230601885423e-05| -|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4358230601885423e-05| -|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4358230601885423e-05| -|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4358230601885423e-05| -|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4358230601885423e-05| -|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|1.4358230601885423e-05| -|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|1.4358230601885423e-05| -|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|1.4358230601885423e-05| -|cran|DiceKriging|1.4344424610922073e-05| -|npm|zap|1.430214376359681e-05| -|npm|diff|1.430214376359681e-05| -|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4294387039822413e-05| -|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.428432794437572e-05| -|rubygems|jdbc-mysql|1.421464829586657e-05| -|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4185655714843533e-05| -|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4185655714843533e-05| -|cran|polynom|1.4173884112320565e-05| -|cran|biglm|1.4126680150845978e-05| -|npm|[terser](https://terser.org)|1.411118076051623e-05| -|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4101833626851757e-05| -|cran|nloptr|1.4091129079766303e-05| -|npm|del-cli|1.4089897845942464e-05| -|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4062387938385041e-05| -|cran|compiler|1.4032606443592664e-05| -|npm|puppeteer|1.3982203309228615e-05| -|pypi|[manhole](https://pypi.org/project/manhole)|1.3978646871327298e-05| -|pypi|[pydeck](https://pypi.org/project/pydeck)|1.3972368538278257e-05| -|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3955555865454344e-05| -|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3928215797740418e-05| -|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3890473702171224e-05| -|cran|gdata|1.3883896198073144e-05| -|pypi|[pvlib](https://pypi.org/project/pvlib)|1.386896991183376e-05| -|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3850879716092545e-05| -|spack|gl2ps|1.3842547449451635e-05| -|pypi|[fabio](https://pypi.org/project/fabio)|1.3808045426292348e-05| -|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.380599096335137e-05| -|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.380599096335137e-05| -|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.380599096335137e-05| -|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.380599096335137e-05| -|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.380599096335137e-05| -|pypi|[pypylon](https://pypi.org/project/pypylon)|1.380599096335137e-05| -|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.380599096335137e-05| -|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.380599096335137e-05| -|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.380599096335137e-05| -|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.380599096335137e-05| -|pypi|[ipython_genutils](http://ipython.org)|1.380599096335137e-05| -|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.380599096335137e-05| -|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.380599096335137e-05| -|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.380599096335137e-05| -|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.380599096335137e-05| -|pypi|[interlap](http://brentp.github.io/interlap)|1.380599096335137e-05| -|pypi|[eemont](https://github.com/davemlz/eemont)|1.380599096335137e-05| -|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.380599096335137e-05| -|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.380599096335137e-05| -|pypi|[bottle-cork](http://cork.firelet.net/)|1.380599096335137e-05| -|pypi|[beaker](https://beaker.readthedocs.io/)|1.380599096335137e-05| -|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.380599096335137e-05| -|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.380599096335137e-05| -|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.380599096335137e-05| -|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.380599096335137e-05| -|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.380599096335137e-05| -|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.380599096335137e-05| -|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.380599096335137e-05| -|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.380599096335137e-05| -|cran|mlrMBO|1.380599096335137e-05| -|cran|emoa|1.380599096335137e-05| -|cran|vcd|1.3791928363953919e-05| -|cran|fftwtools|1.3779751179309464e-05| -|npm|reflect-metadata|1.3754448318516944e-05| -|npm|recharts|1.3735552233946515e-05| -|pypi|[mlflow](https://pypi.org/project/mlflow)|1.373442416531286e-05| -|spack|perl-data-dumper|1.3715888706537919e-05| -|spack|libelf|1.3715888706537919e-05| -|spack|binutils|1.3715888706537919e-05| -|spack|isl|1.3715888706537919e-05| -|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3689492822994533e-05| -|npm|[request](https://github.com/request/request#readme)|1.3677022327911526e-05| -|pypi|[scitokens](https://scitokens.org)|1.3674505335128978e-05| -|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3651745365858358e-05| -|npm|babel-runtime|1.3601218533098517e-05| -|spack|glu|1.3580198401783259e-05| -|cran|websocket|1.3560887288925722e-05| -|pypi|[gssapi](https://pypi.org/project/gssapi)|1.35576390131344e-05| -|pypi|[raven](https://pypi.org/project/raven)|1.3538115848546964e-05| -|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.3519963315275348e-05| -|cran|[smoothr](https://strimas.com/smoothr/)|1.3519005317863187e-05| -|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3477276892795384e-05| -|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3461954464933181e-05| -|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3443748057598675e-05| -|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3443748057598675e-05| -|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3443748057598675e-05| -|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3443748057598675e-05| -|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.342191231026834e-05| -|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.3421443605298998e-05| -|pypi|[nose2](https://pypi.org/project/nose2)|1.3413146921417327e-05| -|rubygems|[ruby-maven](https://github.com/takari/ruby-maven)|1.340933516497462e-05| -|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3397013134617377e-05| -|spack|[hpx](https://hpx.stellar-group.org/)|1.338708233854278e-05| -|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.336906518051747e-05| -|spack|memkind|1.3360846369004455e-05| -|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3360712105510854e-05| -|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3335471727913776e-05| -|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3294657964708726e-05| -|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3294657964708726e-05| -|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3294657964708726e-05| -|pypi|[scico](https://github.com/lanl/scico)|1.3294657964708726e-05| -|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3294657964708726e-05| -|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3294657964708726e-05| -|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3294657964708726e-05| -|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3294657964708726e-05| -|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3294657964708726e-05| -|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3294657964708726e-05| -|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3294657964708726e-05| -|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3294657964708726e-05| -|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3294657964708726e-05| -|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3294657964708726e-05| -|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3294657964708726e-05| -|npm|ngx-smart-modal|1.3294657964708726e-05| -|npm|plotly|1.3294657964708726e-05| -|cran|numform|1.3294657964708726e-05| -|cran|qmap|1.3294657964708726e-05| -|spack|gflags|1.3281959578778979e-05| -|spack|[git](http://git-scm.com)|1.3255855094868908e-05| -|cran|[seriation](https://github.com/mhahsler/seriation)|1.324338822420773e-05| -|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3232398529202565e-05| -|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3232398529202565e-05| -|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3226858006480048e-05| -|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3202704377617624e-05| -|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3161711385061638e-05| -|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3154120335904327e-05| -|npm|stylelint-config-twbs-bootstrap|1.3154120335904327e-05| -|npm|stylelint|1.3154120335904327e-05| -|npm|postcss-cli|1.3154120335904327e-05| -|npm|lockfile-lint|1.3154120335904327e-05| -|npm|hugo-bin|1.3154120335904327e-05| -|npm|find-unused-sass-variables|1.3154120335904327e-05| -|npm|clean-css-cli|1.3154120335904327e-05| -|npm|[stylus](https://github.com/stylus/stylus)|1.3152434356334698e-05| -|npm|eslint-plugin-react|1.314280434101459e-05| -|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3140927690873303e-05| -|npm|inherits|1.312306255081524e-05| -|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.309463142896852e-05| -|cran|gridBase|1.3079583859079016e-05| -|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3064849774349414e-05| -|pypi|[Automat](https://pypi.org/project/Automat)|1.306154939103109e-05| -|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3042059463379268e-05| -|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3030094271211021e-05| -|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3030094271211021e-05| -|npm|grunt-shell|1.3018248730964466e-05| -|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.3009493320463683e-05| -|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.2994740646021338e-05| -|npm|[difflet](https://github.com/substack/difflet#readme)|1.2948086684888714e-05| -|cran|proj4|1.2919971190350406e-05| -|npm|camelcase|1.288583326731708e-05| -|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2880290449040042e-05| -|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2839501092315106e-05| -|cran|RandomFieldsUtils|1.28362627709247e-05| -|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2819848751683416e-05| -|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2819848751683416e-05| -|cran|[jqr](https://docs.ropensci.org/jqr/)|1.279628464873985e-05| -|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2787287362615048e-05| -|cran|[base64url](https://github.com/mllg/base64url)|1.2761379610622816e-05| -|cran|[attempt](https://github.com/ColinFay/attempt)|1.2760223130510174e-05| -|npm|karma|1.2723363906964428e-05| -|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.269165026416658e-05| -|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.269165026416658e-05| -|cran|stargazer|1.269165026416658e-05| -|npm|on-finished|1.263463879177108e-05| -|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2600909891666592e-05| -|cran|plm|1.259909440943924e-05| -|npm|retry|1.2579295516279298e-05| -|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2563451776649754e-05| -|npm|npm-run-all2|1.2510340974678485e-05| -|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2486362063043133e-05| -|spack|numactl|1.243781725888325e-05| -|spack|kokkos-nvcc-wrapper|1.243781725888325e-05| -|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2402094257265578e-05| -|npm|readable-stream|1.23994168811609e-05| -|npm|dayjs|1.238338350635472e-05| -|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2377785001625367e-05| -|pypi|[datasize](https://pypi.org/project/datasize)|1.2377785001625367e-05| -|pypi|[halo](https://pypi.org/project/halo)|1.2377785001625367e-05| -|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2377785001625367e-05| -|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2377785001625367e-05| -|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2377785001625367e-05| -|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2377785001625367e-05| -|pypi|[spock](https://pypi.org/project/spock)|1.2377785001625367e-05| -|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2377785001625367e-05| -|pypi|[Celery](http://celeryproject.org)|1.2377785001625367e-05| -|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2377785001625367e-05| -|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2377785001625367e-05| -|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2377785001625367e-05| -|pypi|[mpld3](http://mpld3.github.com)|1.2364031907179117e-05| -|cran|[reshape](http://had.co.nz/reshape)|1.2355929803979837e-05| -|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2318502150023905e-05| -|cran|bezier|1.2310392933978011e-05| -|cran|ComplexHeatmap|1.2310392933978011e-05| -|cran|GlobalOptions|1.2310392933978011e-05| -|npm|marked|1.2298335394741892e-05| -|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2295153963329262e-05| -|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.2269254200864826e-05| -|pypi|[visitor](http://github.com/mbr/visitor)|1.224131198750488e-05| -|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2221589143271527e-05| -|pypi|[silx](https://pypi.org/project/silx)|1.2221589143271527e-05| -|rubygems|[addressable](https://github.com/sporkmonger/addressable)|1.2203895511966862e-05| -|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2170309748264785e-05| -|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2167992035496123e-05| -|npm|[auth0](https://github.com/auth0/node-auth0)|1.2167992035496123e-05| -|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2167992035496123e-05| -|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2167992035496123e-05| -|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2167992035496123e-05| -|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2167992035496123e-05| -|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2167992035496123e-05| -|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2167992035496123e-05| -|npm|hammerjs|1.2167992035496123e-05| -|npm|http-status-codes|1.2167992035496123e-05| -|npm|is-url|1.2167992035496123e-05| -|npm|jwks-rsa|1.2167992035496123e-05| -|npm|nats|1.2167992035496123e-05| -|npm|nestjs-s3|1.2167992035496123e-05| -|npm|ngx-material-file-input|1.2167992035496123e-05| -|npm|passport-jwt|1.2167992035496123e-05| -|npm|sharp|1.2167992035496123e-05| -|npm|ssh2|1.2167992035496123e-05| -|npm|stackdriver-errors-js|1.2167992035496123e-05| -|npm|tiny-version-compare|1.2167992035496123e-05| -|npm|unzipper|1.2167992035496123e-05| -|npm|yaml|1.2167992035496123e-05| -|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2155667470033693e-05| -|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2150543525513904e-05| -|rubygems|[jekyll-commonmark](https://github.com/pathawks/jekyll-commonmark)|1.2141678752719362e-05| -|cran|rms|1.2129237596890713e-05| -|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.2084060488701536e-05| -|npm|[pug](https://pugjs.org)|1.2078008937145993e-05| -|npm|svgo|1.2057067750958252e-05| -|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2054027734755736e-05| -|cran|dfoptim|1.2052398560947223e-05| -|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.20429659173314e-05| -|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2039699260829867e-05| -|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2039699260829867e-05| -|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.20305482599131e-05| -|spack|[pugixml](https://pugixml.org/)|1.2008535466398309e-05| -|cran|jsonify|1.199238578680203e-05| -|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.1975711018495647e-05| -|cran|RSpectra|1.19669727027867e-05| -|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.1965192168237855e-05| -|pypi|[pyfai](https://pypi.org/project/pyfai)|1.1965192168237855e-05| -|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.1965192168237855e-05| -|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.1965192168237855e-05| -|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.1965192168237855e-05| -|pypi|[PyCBC](http://www.pycbc.org/)|1.1965192168237855e-05| -|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.1965192168237855e-05| -|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.1965192168237855e-05| -|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1938451562145374e-05| -|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.193527918781726e-05| -|cran|[proxy](NA)|1.1932313422732883e-05| -|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1886193411374703e-05| -|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.187938464725992e-05| -|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1877230227058031e-05| -|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1845540246555475e-05| -|npm|p-each-series|1.1845540246555475e-05| -|cran|robotstxt|1.1845540246555475e-05| -|cran|[geosphere](NA)|1.1807179102536235e-05| -|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1802345471908852e-05| -|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1736571532166167e-05| -|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1735357843313741e-05| -|pypi|[untokenize](https://pypi.org/project/untokenize)|1.173206910914866e-05| -|npm|[split](http://github.com/dominictarr/split)|1.17258533990031e-05| -|npm|react-test-renderer|1.172419285229865e-05| -|npm|react-collapsible|1.1703137187947925e-05| -|npm|react-icons|1.1703137187947925e-05| -|cran|ggdist|1.1693674345958608e-05| -|cran|bridgesampling|1.1693674345958608e-05| -|cran|bayesQR|1.1693674345958608e-05| -|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1691948597088192e-05| -|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1650148069029818e-05| -|cran|mice|1.162941721316263e-05| -|spack|libzmq|1.1613274751524975e-05| -|spack|dataspaces|1.1613274751524975e-05| -|spack|c-blosc|1.1613274751524975e-05| -|spack|zfp|1.1613274751524975e-05| -|spack|sz|1.1613274751524975e-05| -|npm|basic-auth|1.1587793489369584e-05| -|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1579218227326955e-05| -|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1553888687454678e-05| -|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1531033753849684e-05| -|npm|[jade](http://jade-lang.com)|1.1483176029657698e-05| -|pypi|[psims](https://pypi.org/project/psims)|1.1458480071891775e-05| -|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.142248523774992e-05| -|npm|[keycode](https://github.com/timoxley/keycode)|1.142248523774992e-05| -|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.142248523774992e-05| -|npm|simple-assign|1.142248523774992e-05| -|npm|warning|1.142248523774992e-05| -|npm|lodash.merge|1.142248523774992e-05| -|npm|lodash.throttle|1.142248523774992e-05| -|npm|recompose|1.142248523774992e-05| -|pypi|[bandit](https://pypi.org/project/bandit)|1.1402982148382459e-05| -|cran|AER|1.1399578348520907e-05| -|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.137190339333703e-05| -|cran|sm|1.1368111396492782e-05| -|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1362698966842957e-05| -|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.132945915578263e-05| -|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1286743868056834e-05| -|pypi|[m2r](https://pypi.org/project/m2r)|1.1285417633716899e-05| -|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1255827203978038e-05| -|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1217367657722988e-05| -|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1217367657722988e-05| -|cran|EnvStats|1.1217367657722988e-05| -|pypi|[schema](https://github.com/keleshev/schema)|1.1214862074947446e-05| -|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1210169346926587e-05| -|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.120298036187697e-05| -|cran|gganimate|1.1192105014594672e-05| -|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1188195556074421e-05| -|pypi|[memoization](https://pypi.org/project/memoization)|1.1188195556074421e-05| -|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1188195556074421e-05| -|rubygems|[kramdown-parser-gfm](https://github.com/kramdown/parser-gfm)|1.1179228607686732e-05| -|rubygems|[jekyll-theme-primer](https://github.com/pages-themes/jekyll-theme-primer)|1.1179228607686732e-05| -|rubygems|[jekyll_test_plugin_malicious](https://github.com/jekyll/jekyll-test-plugin-malicious)|1.1179228607686732e-05| -|pypi|[treq](https://pypi.org/project/treq)|1.1178587615249145e-05| -|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1169443453001351e-05| -|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1157492800663803e-05| -|pypi|[plaster](https://pypi.org/project/plaster)|1.115244662878818e-05| -|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1147281689104692e-05| -|spack|netcdf-c|1.1136785751283833e-05| -|spack|cgns|1.1136785751283833e-05| -|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1132632475090778e-05| -|pypi|[stfio](https://pypi.org/project/stfio)|1.1105193981145758e-05| -|pypi|[klusta](https://klusta.cortexlab.net)|1.1105193981145758e-05| -|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1105193981145758e-05| -|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1105193981145758e-05| -|npm|ms|1.1003760771754876e-05| -|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.099943022894437e-05| -|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.099943022894437e-05| -|npm|eslint-plugin-prettier|1.0993823104763348e-05| -|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.0978451135464171e-05| -|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0951620427088391e-05| -|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0945431472081221e-05| -|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0934344842974286e-05| -|npm|react-json-view|1.0896871438930903e-05| -|pypi|[emperor](http://github.com/biocore/emperor)|1.0877447425670775e-05| -|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0877447425670775e-05| -|npm|[canvg](https://github.com/canvg/canvg)|1.0877447425670775e-05| -|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0877447425670775e-05| -|npm|[http](https://github.com/npm/security-holder#readme)|1.0877447425670775e-05| -|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0877447425670775e-05| -|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0877447425670775e-05| -|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0877447425670775e-05| -|npm|[sequelize](https://sequelize.org/)|1.0877447425670775e-05| -|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.08757524594477e-05| -|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0843891940857396e-05| -|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0830856690176545e-05| -|spack|ffmpeg|1.0804065955775027e-05| -|npm|create-react-class|1.0787433705684825e-05| -|npm|react-ga|1.0787433705684825e-05| -|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0781869854540803e-05| -|npm|acorn|1.0767566757107068e-05| -|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0756197049824017e-05| -|pypi|[equinox](https://pypi.org/project/equinox)|1.0748085782536366e-05| -|cran|pscl|1.0737319961193253e-05| -|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0729275367445482e-05| -|pypi|[looseversion](https://pypi.org/project/looseversion)|1.0684706690584328e-05| -|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0604151559100795e-05| -|spack|fftw-api|1.0576375220138817e-05| -|cran|udpipe|1.0568953202440474e-05| -|cran|Rcsdp|1.0568525009111724e-05| -|npm|vue-loader|1.0560350409199213e-05| -|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0557522501386342e-05| -|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0557522501386342e-05| -|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0557522501386342e-05| -|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0557522501386342e-05| -|pypi|[sty](https://pypi.org/project/sty)|1.0557522501386342e-05| -|pypi|[awscli](https://pypi.org/project/awscli)|1.0557522501386342e-05| -|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0557522501386342e-05| -|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0557522501386342e-05| -|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0557522501386342e-05| -|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0557522501386342e-05| -|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0557522501386342e-05| -|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0557522501386342e-05| -|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0557522501386342e-05| -|cran|tableHTML|1.0557522501386342e-05| -|cran|shiny.i18n|1.0557522501386342e-05| -|cran|popbio|1.0557522501386342e-05| -|pypi|[pims](https://github.com/soft-matter/pims)|1.0537915673883767e-05| -|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0533426131709596e-05| -|npm|karma-chrome-launcher|1.0519952402768842e-05| -|npm|[through2](https://github.com/rvagg/through2#readme)|1.051021911382671e-05| -|cran|[ini](https://github.com/dvdscripter/ini)|1.0483571164341939e-05| -|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0467371605979767e-05| -|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0457182411497133e-05| -|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0457182411497133e-05| -|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0457182411497133e-05| -|rubygems|[jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)|1.0451221446700509e-05| -|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0440780666034473e-05| -|spack|[fftw](https://www.fftw.org)|1.0438760207997371e-05| -|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0425298633368979e-05| -|spack|libgd|1.0424075416968816e-05| -|npm|babel-eslint|1.0397057853447863e-05| -|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0394210628785557e-05| -|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0381378573336895e-05| -|pypi|[yattag](https://pypi.org/project/yattag)|1.0381378573336895e-05| -|spack|[gsl](https://www.gnu.org/software/gsl)|1.0365046077675214e-05| -|pypi|[od](https://pypi.org/project/od)|1.0364847715736042e-05| -|pypi|[beartype](https://pypi.org/project/beartype)|1.0361454226360593e-05| -|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0346301667875281e-05| -|cran|optimx|1.0307041181623832e-05| -|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0255879001346732e-05| -|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0255879001346732e-05| -|pypi|[webtest](https://pypi.org/project/webtest)|1.0254559040808754e-05| -|npm|lodash.get|1.0243059152595049e-05| -|cran|[storr](https://github.com/richfitz/storr)|1.0240067854552987e-05| -|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.023732154857885e-05| -|cran|pls|1.0223027496027377e-05| -|spack|glx|1.0213756641162628e-05| -|spack|libxt|1.0213756641162628e-05| -|spack|osmesa|1.0213756641162628e-05| -|spack|netcdf-cxx|1.0213756641162628e-05| -|spack|libogg|1.0213756641162628e-05| -|spack|libtheora|1.0213756641162628e-05| -|spack|utf8cpp|1.0213756641162628e-05| -|spack|proj|1.0213756641162628e-05| -|spack|seacas|1.0213756641162628e-05| -|npm|react-router|1.020553384633e-05| -|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0188718745241138e-05| -|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0170413343002176e-05| -|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.016237422951414e-05| -|rubygems|[flexmock](https://github.com/doudou/flexmock)|1.0154549891225526e-05| -|pypi|[slycot](https://github.com/python-control/Slycot)|1.0153320211333265e-05| -|pypi|[PySide](http://www.pyside.org)|1.0153320211333265e-05| -|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0153320211333265e-05| -|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0153320211333265e-05| -|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0153320211333265e-05| -|npm|[remark](https://remark.js.org)|1.0153320211333265e-05| -|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0153320211333265e-05| -|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0153320211333265e-05| -|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0127726942370936e-05| -|cran|janeaustenr|1.0117151777434645e-05| -|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0048508413575792e-05| -|spack|arpack-ng|1.0047556459131876e-05| -|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0032353433368662e-05| -|cran|mlmRev|1.003113574109847e-05| -|npm|babel-jest|1.0016469790118611e-05| -|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.000582366195209e-05| -|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.000582366195209e-05| -|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0003518495423788e-05| -|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.995191767551818e-06| -|cran|gsl|9.989977655686817e-06| -|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.986213931101531e-06| -|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.975191786573032e-06| -|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.970993473531546e-06| -|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.970993473531546e-06| -|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.970993473531546e-06| -|pypi|[xlwings](https://pypi.org/project/xlwings)|9.970993473531546e-06| -|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.939080815848402e-06| -|cran|spacyr|9.91615300942712e-06| -|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.894070114860665e-06| -|cran|[NISTunits](NA)|9.880257432922405e-06| -|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.87672572431858e-06| -|npm|source-map-js|9.87128353879623e-06| -|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.840829146965309e-06| -|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.840093583924688e-06| -|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.837152061136832e-06| -|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|9.829865565906178e-06| -|pypi|[siphon](https://pypi.org/project/siphon)|9.824972843030517e-06| -|rubygems|rubocop-performance|9.82099620512665e-06| -|cran|measurements|9.816799181601573e-06| -|npm|[del](https://github.com/sindresorhus/del#readme)|9.798785650535104e-06| -|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.779504104941471e-06| -|cran|NLP|9.771355532345436e-06| -|cran|celestial|9.76139912092466e-06| -|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.727221324464422e-06| -|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.705586713264504e-06| -|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.701507163436097e-06| -|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.691805656272665e-06| -|pypi|[Click](https://palletsprojects.com/p/click/)|9.69045874732009e-06| -|cran|modeldata|9.683238796868393e-06| -|cran|spData|9.67642183777064e-06| -|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.673857868020304e-06| -|pypi|[affine](https://pypi.org/project/affine)|9.660525120964884e-06| -|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.627283780137824e-06| -|pypi|[linetools](https://pypi.org/project/linetools)|9.625682225869244e-06| -|npm|codemirror|9.624747985879242e-06| -|cran|tkrplot|9.599386980740039e-06| -|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.59666437072087e-06| -|pypi|[spacy](https://pypi.org/project/spacy)|9.584929125713494e-06| -|pypi|[ninja](https://pypi.org/project/ninja)|9.568134237786953e-06| -|cran|HSAUR3|9.527846161657381e-06| -|pypi|[clang](http://clang.llvm.org/)|9.512870627779485e-06| -|cran|[pander](https://rapporter.github.io/pander/)|9.459721569221212e-06| -|pypi|[alerce](https://pypi.org/project/alerce)|9.446204343345675e-06| -|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.446204343345675e-06| -|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.446204343345675e-06| -|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.446204343345675e-06| -|pypi|[mp-api](https://github.com/materialsproject/api)|9.446204343345675e-06| -|pypi|[trainstation](https://pypi.org/project/trainstation)|9.446204343345675e-06| -|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.446204343345675e-06| -|pypi|[pygithub](https://pypi.org/project/pygithub)|9.446204343345675e-06| -|npm|highcharts-exporting|9.446204343345675e-06| -|npm|highcharts-no-data-to-display|9.446204343345675e-06| -|npm|[history](https://github.com/remix-run/history#readme)|9.446204343345675e-06| -|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.446204343345675e-06| -|npm|[ramda](https://ramdajs.com/)|9.446204343345675e-06| -|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.446204343345675e-06| -|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.446204343345675e-06| -|npm|react-fontawesome|9.446204343345675e-06| -|npm|react-js-pagination|9.446204343345675e-06| -|npm|react-router-redux|9.446204343345675e-06| -|npm|react-s-alert|9.446204343345675e-06| -|npm|react-table|9.446204343345675e-06| -|npm|redux-form|9.446204343345675e-06| -|npm|redux-observable|9.446204343345675e-06| -|npm|redux-persist|9.446204343345675e-06| -|npm|reselect|9.446204343345675e-06| -|npm|rx-dom|9.446204343345675e-06| -|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.414716995534522e-06| -|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.392388227254978e-06| -|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.391058655940707e-06| -|cran|[ggsci](https://nanx.me/ggsci/)|9.391058655940707e-06| -|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.313712126581862e-06| -|cran|rcmdcheck|9.289876070416627e-06| -|npm|codecov|9.283049750970842e-06| -|pypi|[itk-io](https://pypi.org/project/itk-io)|9.2618279291412e-06| -|pypi|[minio](https://pypi.org/project/minio)|9.248770162475749e-06| -|pypi|[recipy](http://www.recipy.org)|9.203993975567579e-06| -|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.203993975567579e-06| -|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.203993975567579e-06| -|pypi|[svn](https://github.com/dsoprea/PySvn)|9.203993975567579e-06| -|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.203993975567579e-06| -|pypi|[tableone](https://pypi.org/project/tableone)|9.203993975567579e-06| -|cran|Biostrings|9.199189033371018e-06| -|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.19824147933285e-06| -|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.194601985678176e-06| -|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.188532880424414e-06| -|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.18249985112295e-06| -|cran|rstatix|9.166711302786247e-06| -|cran|[rstantools](https://mc-stan.org/rstantools/)|9.16259662930801e-06| -|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.146684678709506e-06| -|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.146684678709506e-06| -|npm|[fuse.js](http://fusejs.io)|9.140552159950279e-06| -|rubygems|jekyll-include-cache|9.130937273386513e-06| -|pypi|[profimp](https://pypi.org/project/profimp)|9.123320898432566e-06| -|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.123320898432566e-06| -|pypi|[scrublet](https://pypi.org/project/scrublet)|9.123320898432566e-06| -|pypi|[scanorama](https://pypi.org/project/scanorama)|9.123320898432566e-06| -|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.123320898432566e-06| -|pypi|[bbknn](https://pypi.org/project/bbknn)|9.123320898432566e-06| -|pypi|[session-info](https://pypi.org/project/session-info)|9.123320898432566e-06| -|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.120406683340491e-06| -|pypi|[visdom](https://pypi.org/project/visdom)|9.11670606030855e-06| -|pypi|[nameparser](https://pypi.org/project/nameparser)|9.111954035811904e-06| -|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.088311276287166e-06| -|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.07157816870403e-06| -|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.065720019562555e-06| -|cran|gt|9.052140022577033e-06| -|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.02671314843654e-06| -|rubygems|[power_assert](https://github.com/ruby/power_assert)|9.019374247869832e-06| -|rubygems|packnga|9.019374247869832e-06| -|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|9.017375047117191e-06| -|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.986713974930073e-06| -|cran|[beautier](https://docs.ropensci.org/beautier/)|8.985344070836992e-06| -|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.973894126178394e-06| -|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.973894126178391e-06| -|pypi|[ccxt](https://ccxt.com)|8.973894126178391e-06| -|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.973894126178391e-06| -|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.973894126178391e-06| -|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.973894126178391e-06| -|pypi|[schedule](https://github.com/dbader/schedule)|8.973894126178391e-06| -|pypi|[tangle](https://github.com/fifman/tangle)|8.973894126178391e-06| -|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.973894126178391e-06| -|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.973894126178391e-06| -|npm|form-create|8.973894126178391e-06| -|npm|ant-design-vue|8.973894126178391e-06| -|npm|butterfly-dag|8.973894126178391e-06| -|npm|china-area-data|8.973894126178391e-06| -|npm|cron-parser|8.973894126178391e-06| -|npm|dom-align|8.973894126178391e-06| -|npm|element-resize-detector|8.973894126178391e-06| -|npm|enquire.js|8.973894126178391e-06| -|npm|lodash.pick|8.973894126178391e-06| -|npm|md5|8.973894126178391e-06| -|npm|react-visual-modeling|8.973894126178391e-06| -|npm|viser-vue|8.973894126178391e-06| -|npm|vue-area-linkage|8.973894126178391e-06| -|npm|vue-cropper|8.973894126178391e-06| -|npm|vue-i18n|8.973894126178391e-06| -|npm|vue-ls|8.973894126178391e-06| -|npm|vue-photo-preview|8.973894126178391e-06| -|npm|vue-splitpane|8.973894126178391e-06| -|npm|vuedraggable|8.973894126178391e-06| -|npm|vuera|8.973894126178391e-06| -|npm|vxe-table|8.973894126178391e-06| -|npm|vxe-table-plugin-antd|8.973894126178391e-06| -|npm|xe-utils|8.973894126178391e-06| -|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.973419316965365e-06| -|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.952854852868211e-06| -|pypi|[mygene](https://github.com/biothings/mygene.py)|8.935274547684774e-06| -|cran|purrrlyr|8.921265273408322e-06| -|cran|LaplacesDemon|8.920417042814226e-06| -|pypi|[eventlet](https://pypi.org/project/eventlet)|8.897083382067418e-06| -|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.884155184916607e-06| -|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.884155184916607e-06| -|npm|svg-sprite|8.884155184916607e-06| -|npm|picocolors|8.884155184916607e-06| -|cran|filelock|8.884155184916607e-06| -|cran|manipulateWidget|8.884155184916607e-06| -|cran|BeyondBenford|8.884155184916607e-06| -|cran|BenfordTests|8.884155184916607e-06| -|cran|benford.analysis|8.884155184916607e-06| -|cran|MUS|8.884155184916607e-06| -|cran|AsioHeaders|8.884155184916605e-06| -|npm|dompurify|8.864456392932312e-06| -|npm|query-string|8.864456392932312e-06| -|npm|react-virtualized|8.864456392932312e-06| -|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.85300422520177e-06| -|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.839304996395999e-06| -|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.824329224075418e-06| -|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.796940410636399e-06| -|npm|[benchmark](https://benchmarkjs.com/)|8.785000969472952e-06| -|cran|semEff|8.761970714681813e-06| -|cran|rr2|8.761970714681813e-06| -|cran|MEMSS|8.761970714681813e-06| -|cran|PKPDmodels|8.761970714681813e-06| -|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.755018659686235e-06| -|pypi|[lit](https://pypi.org/project/lit)|8.755018659686235e-06| -|rubygems|rspec-rails|8.702031936777611e-06| -|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.690438657573186e-06| -|pypi|[nglview](https://pypi.org/project/nglview)|8.681900790425761e-06| -|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.678849077702147e-06| -|pypi|[pyrr](https://pypi.org/project/pyrr)|8.635433983473691e-06| -|rubygems|[jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter)|8.623565051020409e-06| -|pypi|[pathtools](https://pypi.org/project/pathtools)|8.621190218719371e-06| -|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.60728125689948e-06| -|cran|antiword|8.601033755946737e-06| -|spack|[root](https://root.cern.ch)|8.599981870920966e-06| -|pypi|[pyklip](https://pypi.org/project/pyklip)|8.58247959514295e-06| -|cran|[Ckmeans.1d.dp](NA)|8.580342256081423e-06| -|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.571947891200976e-06| -|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.57024157251024e-06| -|npm|publish-please|8.556080173186025e-06| -|cran|[quanteda](https://quanteda.io)|8.553533651543134e-06| -|pypi|[configargparse](https://pypi.org/project/configargparse)|8.54989054398143e-06| -|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.546565834455609e-06| -|pypi|[uuid](http://zesty.ca/python/)|8.546565834455609e-06| -|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.546565834455609e-06| -|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.546565834455609e-06| -|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.546565834455609e-06| -|npm|eslint-config-react-app|8.523774992230395e-06| -|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.522175857593259e-06| -|npm|babel-preset-react|8.509125578049594e-06| -|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.502035791151944e-06| -|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.496306200145034e-06| -|cran|rsm|8.475283838559724e-06| -|cran|tables|8.471056050160345e-06| -|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.461100176111053e-06| -|spack|superlu|8.461100176111053e-06| -|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.459706714290219e-06| -|cran|mda|8.44511170261122e-06| -|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.441377331877701e-06| -|rubygems|selenium-webdriver|8.435331820627383e-06| -|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.426486584481514e-06| -|npm|globby|8.392039595759773e-06| -|cran|psychTools|8.347486212882572e-06| -|pypi|[path.py](https://pypi.org/project/path.py)|8.341103736797034e-06| -|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.3266232498466e-06| -|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.324326538927542e-06| -|cran|seqLogo|8.310773514879358e-06| -|npm|strip-json-comments|8.305034813977213e-06| -|npm|cpy-cli|8.289475426088517e-06| -|pypi|[zappy](https://pypi.org/project/zappy)|8.2690752075752e-06| -|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.2690752075752e-06| -|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.2690752075752e-06| -|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.2690752075752e-06| -|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.2690752075752e-06| -|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.2690752075752e-06| -|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.2690752075752e-06| -|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.2690752075752e-06| -|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.2690752075752e-06| -|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.2690752075752e-06| -|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.2690752075752e-06| -|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.2690752075752e-06| -|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.2690752075752e-06| -|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.2690752075752e-06| -|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.2690752075752e-06| -|pypi|[flit_core](https://pypi.org/project/flit_core)|8.2690752075752e-06| -|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.2690752075752e-06| -|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.2690752075752e-06| -|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.2690752075752e-06| -|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.2690752075752e-06| -|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.2690752075752e-06| -|pypi|[streamz](https://pypi.org/project/streamz)|8.241770517035964e-06| -|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.239666424945612e-06| -|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.23150833937636e-06| -|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.222385751079708e-06| -|rubygems|ffi|8.209617476432197e-06| -|rubygems|rake-compiler-dock|8.205151895783695e-06| -|npm|clean-css|8.195851400748841e-06| -|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.182079938574415e-06| -|pypi|[plams](https://www.scm.com/doc/plams/)|8.178672821396384e-06| -|cran|rootSolve|8.175308123966868e-06| -|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.166259038640836e-06| -|pypi|[priority](https://pypi.org/project/priority)|8.165257512610667e-06| -|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.158085569253081e-06| -|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.158085569253081e-06| -|pypi|[transitions](https://pypi.org/project/transitions)|8.158085569253081e-06| -|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.158085569253081e-06| -|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.158085569253081e-06| -|pypi|[scalpl](https://pypi.org/project/scalpl)|8.158085569253081e-06| -|pypi|[shellingham](https://pypi.org/project/shellingham)|8.158085569253081e-06| -|rubygems|activemodel|8.157988235736085e-06| -|rubygems|rack-test|8.151645729711682e-06| -|cran|Cubist|8.147406326044353e-06| -|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.13633067440174e-06| -|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.092248387466131e-06| -|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.07650471356055e-06| -|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.07650471356055e-06| -|cran|adehabitatMA|8.054316513798021e-06| -|rubygems|[web-console](https://github.com/rails/web-console)|8.050051057406284e-06| -|rubygems|[spring](https://github.com/rails/spring)|8.050051057406284e-06| -|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.032507892283283e-06| -|cran|[origami](https://tlverse.org/origami/)|8.028626794588275e-06| -|cran|bbmle|8.021255869972449e-06| -|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|8.009447043167132e-06| -|npm|[actions](https://github.com/fundon/actions)|7.99958562105045e-06| -|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.995739666424945e-06| -|pypi|[coreapi](https://github.com/core-api/python-client)|7.976794778825236e-06| -|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.976794778825236e-06| -|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.976794778825236e-06| -|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.976794778825236e-06| -|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.976794778825236e-06| -|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.976794778825236e-06| -|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.976794778825236e-06| -|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.976794778825236e-06| -|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.976794778825236e-06| -|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.976794778825236e-06| -|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.976794778825236e-06| -|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.976794778825236e-06| -|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.976794778825236e-06| -|pypi|[sregistry](https://pypi.org/project/sregistry)|7.976794778825236e-06| -|rubygems|[bootsnap](https://github.com/Shopify/bootsnap)|7.976794778825236e-06| -|rubygems|[honeybadger](https://www.honeybadger.io/for/ruby/)|7.976794778825236e-06| -|rubygems|[pagy](https://github.com/ddnexus/pagy)|7.976794778825236e-06| -|rubygems|factory_bot_rails|7.976794778825236e-06| -|rubygems|vcr|7.976794778825236e-06| -|rubygems|spring-commands-rspec|7.976794778825236e-06| -|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.975896407474393e-06| -|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.96070344241897e-06| -|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.93597944839787e-06| -|npm|needle|7.934861681272354e-06| -|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.93100258173905e-06| -|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.897026831036984e-06| -|npm|webworker-threads|7.897026831036984e-06| -|npm|simplebar-core|7.897026831036984e-06| -|cran|cleanNLP|7.897026831036984e-06| -|rubygems|guard-rspec|7.897026831036984e-06| -|rubygems|guard-shell|7.897026831036984e-06| -|rubygems|redis-client|7.897026831036983e-06| -|pypi|[jupyter_client](https://jupyter.org)|7.849193700161483e-06| -|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.833341130786685e-06| -|rubygems|shoulda-matchers|7.832561305885661e-06| -|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.805652053871137e-06| -|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.803386196676862e-06| -|pypi|[sgt](https://github.com/cran2367/sgt)|7.803386196676862e-06| -|npm|c8|7.784832949263352e-06| -|cran|bigmemory|7.780045711177871e-06| -|cran|gpclib|7.779387850518245e-06| -|cran|PBSmapping|7.779387850518245e-06| -|rubygems|public_suffix|7.736618473531544e-06| -|pypi|[torchaudio](https://github.com/pytorch/audio)|7.732511407106716e-06| -|pypi|[mujoco](https://pypi.org/project/mujoco)|7.725352334710093e-06| -|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.725352334710093e-06| -|pypi|[swig](https://pypi.org/project/swig)|7.725352334710093e-06| -|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.725352334710093e-06| -|pypi|[shimmy](https://pypi.org/project/shimmy)|7.725352334710093e-06| -|pypi|[autorom](https://pypi.org/project/autorom)|7.725352334710093e-06| -|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.725352334710093e-06| -|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.724467597046072e-06| -|cran|rnaturalearthhires|7.72445194399509e-06| -|spack|[octave](https://www.gnu.org/software/octave/)|7.701066285832681e-06| -|pypi|[soundfile](https://pypi.org/project/soundfile)|7.7000604222964e-06| -|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.698673188689082e-06| -|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.693191235885223e-06| -|cran|[imager](http://dahtah.github.io/imager/)|7.691909251010048e-06| -|cran|lgr|7.686902567134486e-06| -|pypi|[lingua](https://pypi.org/project/lingua)|7.665756759556616e-06| -|npm|parseurl|7.647428073875e-06| -|cran|triangle|7.645757795503989e-06| -|cran|evd|7.645757795503989e-06| -|cran|SASmixed|7.643546371594323e-06| -|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.642992568165147e-06| -|cran|beepr|7.633882567186642e-06| -|pypi|[optuna](https://pypi.org/project/optuna)|7.616761228101983e-06| -|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.610878131541862e-06| -|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.59719319199761e-06| -|pypi|[stimela](https://pypi.org/project/stimela)|7.59719319199761e-06| -|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.590588469259607e-06| -|cran|MCMCpack|7.590148693130994e-06| -|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.547799068866125e-06| -|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.547735259664194e-06| -|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.535079767947789e-06| -|cran|[xgboost](https://github.com/dmlc/xgboost)|7.530770874339593e-06| -|npm|coffeescript|7.503704009913219e-06| -|pypi|[nox](https://pypi.org/project/nox)|7.495046323252337e-06| -|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.4922858918766935e-06| -|cran|[natserv](https://docs.ropensci.org/natserv)|7.4922858918766935e-06| -|cran|[worrms](https://docs.ropensci.org/worrms)|7.4922858918766935e-06| -|cran|[rotl](https://docs.ropensci.org/rotl/)|7.4922858918766935e-06| -|cran|[rredlist](https://github.com/ropensci/rredlist)|7.4922858918766935e-06| -|cran|[bold](https://docs.ropensci.org/bold/)|7.4922858918766935e-06| -|cran|[ritis](https://github.com/ropensci/ritis)|7.492285891876692e-06| -|npm|rtlcss|7.4428777170293665e-06| -|cran|[fst](http://www.fstpackage.org)|7.421395627962998e-06| -|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.415789431743026e-06| -|pypi|[pyside2](https://pypi.org/project/pyside2)|7.414039029317311e-06| -|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.403462654097172e-06| -|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.403462654097172e-06| -|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.403462654097172e-06| -|pypi|[bagit](https://pypi.org/project/bagit)|7.403462654097172e-06| -|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.403462654097172e-06| -|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.403462654097172e-06| -|pypi|[adal](https://pypi.org/project/adal)|7.403462654097172e-06| -|spack|rsync|7.403462654097172e-06| -|spack|hepmc|7.403462654097172e-06| -|spack|hepmc3|7.403462654097172e-06| -|spack|evtgen|7.403462654097172e-06| -|spack|fastjet|7.403462654097172e-06| -|spack|lhapdf|7.403462654097172e-06| -|spack|rivet|7.403462654097172e-06| -|spack|madgraph5amc|7.403462654097172e-06| -|spack|openmpi|7.403462654097172e-06| -|spack|mpich|7.403462654097172e-06| -|spack|highfive|7.403462654097172e-06| -|spack|msmpi|7.403462654097172e-06| -|npm|quick-lru|7.403462654097172e-06| -|npm|map-obj|7.403462654097172e-06| -|npm|lodash.kebabcase|7.403462654097172e-06| -|cran|yamlme|7.403462654097172e-06| -|pypi|[annoy](https://pypi.org/project/annoy)|7.402219971991309e-06| -|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.402219971991309e-06| -|pypi|[nmslib](https://pypi.org/project/nmslib)|7.402219971991309e-06| -|pypi|[pyemd](https://pypi.org/project/pyemd)|7.402219971991309e-06| -|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.402219971991309e-06| -|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.402219971991309e-06| -|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.399514140681653e-06| -|cran|adehabitatLT|7.392779446804103e-06| -|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.385641655557744e-06| -|cran|doFuture|7.377485592152971e-06| -|cran|pbmcapply|7.377485592152971e-06| -|pypi|[intervals](https://pypi.org/project/intervals)|7.373056602570743e-06| -|npm|memfs|7.3441267151062935e-06| -|pypi|[scooby](https://github.com/banesullivan/scooby)|7.333638456630885e-06| -|rubygems|[sassc-rails](https://github.com/sass/sassc-rails)|7.332139527312013e-06| -|cran|tm.lexicon.GeneralInquirer|7.331868729530079e-06| -|cran|Rpoppler|7.331868729530079e-06| -|cran|Rcampdf|7.331868729530079e-06| -|cran|filehash|7.331868729530079e-06| -|npm|ghsign|7.3294280275562e-06| -|npm|git-config-path|7.3294280275562e-06| -|npm|github-username|7.3294280275562e-06| -|npm|parse-git-config|7.3294280275562e-06| -|cran|paradox|7.326099082996016e-06| -|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.325627858104808e-06| -|npm|[child_process](https://github.com/npm/security-holder#readme)|7.325627858104808e-06| -|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.325627858104808e-06| -|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.325627858104808e-06| -|npm|mkdir-recursive|7.325627858104808e-06| -|npm|ncp|7.325627858104808e-06| -|npm|node-pre-gyp|7.325627858104808e-06| -|npm|react-bootstrap-drawer|7.325627858104808e-06| -|npm|react-combo-select|7.325627858104808e-06| -|npm|react-jsx-parser|7.325627858104808e-06| -|npm|react-pro-sidebar|7.325627858104808e-06| -|npm|react-spinners|7.325627858104808e-06| -|npm|reactour|7.325627858104808e-06| -|npm|util-promisifyall|7.325627858104808e-06| -|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|7.325627858104808e-06| -|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|7.325627858104808e-06| -|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|7.325627858104808e-06| -|rubygems|[rr](https://rr.github.io/rr)|7.311620232052211e-06| -|pypi|[pycares](http://github.com/saghul/pycares)|7.302365524069839e-06| -|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.295316111303614e-06| -|npm|package-json-versionify|7.293578236225599e-06| -|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.274647827698046e-06| -|cran|permute|7.270414919443832e-06| -|pypi|[neobolt](https://pypi.org/project/neobolt)|7.25237157952376e-06| -|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.25237157952376e-06| -|cran|plotfunctions|7.25237157952376e-06| -|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|7.250906453952139e-06| -|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.2480247501879e-06| -|pypi|[pymoo](https://pypi.org/project/pymoo)|7.22144499021714e-06| -|cran|sparkline|7.215223074791369e-06| -|npm|[nopt](https://github.com/npm/nopt#readme)|7.186542456081302e-06| -|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.186542456081302e-06| -|rubygems|[spec](https://github.com/bootstraponline/spec)|7.179115300942727e-06| -|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.179115300942725e-06| -|pypi|[gatspy](http://github.com/astroml/gatspy)|7.1791153009427125e-06| -|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.179115300942712e-06| -|cran|rcdk|7.179115300942712e-06| -|cran|fingerprint|7.179115300942712e-06| -|cran|enviPat|7.179115300942712e-06| -|cran|flexdashboard|7.179115300942712e-06| -|cran|keys|7.179115300942712e-06| -|cran|[phytools](https://github.com/liamrevell/phytools)|7.172615727274902e-06| -|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.163366505468699e-06| -|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.162603335750545e-06| -|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.162603335750545e-06| -|cran|RcppDE|7.156680565627266e-06| -|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.14029132892805e-06| -|pypi|[hvplot](https://pypi.org/project/hvplot)|7.133717954186754e-06| -|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.11821820182304e-06| -|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.114145931703409e-06| -|pypi|[rq](https://github.com/nvie/rq/)|7.113306744017406e-06| -|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.110085346125957e-06| -|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.107324147933286e-06| -|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.107324147933286e-06| -|cran|actuar|7.107324147933286e-06| -|cran|skellam|7.107324147933286e-06| -|cran|hoa|7.107324147933286e-06| -|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.107324147933285e-06| -|rubygems|jdbc-postgres|7.107324147933285e-06| -|rubygems|jdbc-sqlite3|7.107324147933285e-06| -|rubygems|shoulda-context|7.107324147933285e-06| -|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.077162817062474e-06| -|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.073926798364797e-06| -|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.058032815625273e-06| -|cran|[docopt](https://github.com/docopt/docopt.R)|7.050916813425885e-06| -|cran|[philentropy](https://github.com/HajkD/philentropy)|7.035532994923859e-06| -|pypi|[webargs](https://pypi.org/project/webargs)|7.031193969192521e-06| -|cran|fpc|7.026199451733231e-06| -|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.01485002640667e-06| -|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.011648630557259e-06| -|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.011648630557259e-06| -|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.996322974722884e-06| -|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.99592341239943e-06| -|cran|MCMCglmm|6.993826821346842e-06| -|pypi|[einops](https://pypi.org/project/einops)|6.991583050446312e-06| -|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.983829413745194e-06| -|pypi|[prefect](https://pypi.org/project/prefect)|6.9679648509149855e-06| -|npm|[grunt-legacy-util](http://gruntjs.com/)|6.9660888603782e-06| -|npm|[grunt-known-options](http://gruntjs.com/)|6.9660888603782e-06| -|spack|libmd|6.965888397389413e-06| -|rubygems|[thor](http://whatisthor.com/)|6.944750151692301e-06| -|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.939651796457969e-06| -|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.939651796457969e-06| -|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.9359436226041e-06| -|pypi|[doc8](https://pypi.org/project/doc8)|6.927015185559609e-06| -|npm|accepts|6.917037051056268e-06| -|pypi|[banzai](http://github.com/twneale/banzai/)|6.902995481675685e-06| -|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.902995481675685e-06| -|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.902995481675685e-06| -|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.902995481675685e-06| -|pypi|[logutils](https://pypi.org/project/logutils)|6.902995481675685e-06| -|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.902995481675685e-06| -|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.902995481675685e-06| -|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.902995481675685e-06| -|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.902995481675685e-06| -|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.902995481675685e-06| -|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.902995481675685e-06| -|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.902995481675685e-06| -|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.902995481675685e-06| -|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.902995481675685e-06| -|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.902995481675685e-06| -|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.902995481675685e-06| -|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.902995481675685e-06| -|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.902995481675685e-06| -|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.902995481675685e-06| -|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.902995481675685e-06| -|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.902995481675685e-06| -|pypi|[infinity](https://pypi.org/project/infinity)|6.902995481675685e-06| -|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.895729170642347e-06| -|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.895729170642342e-06| -|pypi|[paramz](https://pypi.org/project/paramz)|6.895729170642342e-06| -|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.8792376722262505e-06| -|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.873253155413914e-06| -|cran|betareg|6.86953006980105e-06| -|spack|rtmpdump|6.853491142649952e-06| -|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.833965526858928e-06| -|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.833965526858928e-06| -|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.833965526858928e-06| -|npm|xregexp|6.833965526858928e-06| -|npm|bufferedstream|6.833965526858928e-06| -|npm|tslint|6.825806374036199e-06| -|npm|concat-stream|6.820018658436767e-06| -|npm|gulp-eslint|6.806384482727101e-06| -|cran|scatterplot3d|6.803290685224496e-06| -|cran|CompQuadForm|6.787076055246071e-06| -|cran|[torch](https://torch.mlverse.org/docs)|6.7787835265038575e-06| -|rubygems|introspection|6.77861040609137e-06| -|pypi|[cytocad](https://github.com/cytham/cytocad)|6.77275028390822e-06| -|pypi|[nanovar](https://github.com/cytham/nanovar)|6.77275028390822e-06| -|pypi|[iwopy](https://pypi.org/project/iwopy)|6.77275028390822e-06| -|pypi|[hatch](https://pypi.org/project/hatch)|6.747142136483815e-06| -|rubygems|sinatra|6.737907282918899e-06| -|cran|gamlss|6.736066032616185e-06| -|npm|safer-buffer|6.7355007313086126e-06| -|pypi|[parameterized](https://pypi.org/project/parameterized)|6.730563899467561e-06| -|cran|tree|6.730420594633792e-06| -|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.729395006733658e-06| -|pypi|[polib](https://pypi.org/project/polib)|6.701191339479954e-06| -|cran|[binman](https://docs.ropensci.org/binman/)|6.700507614213207e-06| -|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.69284015771009e-06| -|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.680689490539099e-06| -|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.669796204615963e-06| -|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.653059438373633e-06| -|pypi|[echo](https://pypi.org/project/echo)|6.647328982354363e-06| -|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.647328982354363e-06| -|pypi|[WebTest](https://pypi.org/project/WebTest)|6.644133151112847e-06| -|pypi|[autobahn](https://pypi.org/project/autobahn)|6.611227785992108e-06| -|pypi|[txaio](https://pypi.org/project/txaio)|6.611227785992108e-06| -|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.601773860657109e-06| -|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.596599366436398e-06| -|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.59646961088223e-06| -|cran|[beastier](https://docs.ropensci.org/beastier/)|6.580855692530821e-06| -|pypi|[minikanren](https://pypi.org/project/minikanren)|6.580855692530819e-06| -|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.580855692530819e-06| -|pypi|[etuples](https://pypi.org/project/etuples)|6.580855692530819e-06| -|pypi|[cons](https://pypi.org/project/cons)|6.580855692530819e-06| -|pypi|[mkl](https://pypi.org/project/mkl)|6.580855692530819e-06| -|cran|VGAMdata|6.580855692530819e-06| -|cran|VGAMextra|6.580855692530819e-06| -|cran|shapefiles|6.580855692530819e-06| -|rubygems|yajl-ruby|6.580855692530819e-06| -|rubygems|benchmark_suite|6.580855692530819e-06| -|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.578875647665541e-06| -|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.572624552918475e-06| -|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.57209399574859e-06| -|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5696596912876816e-06| -|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5696596912876816e-06| -|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5696596912876816e-06| -|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5696596912876816e-06| -|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5696596912876816e-06| -|pypi|[amqp](http://github.com/celery/py-amqp)|6.5275449852320944e-06| -|npm|electron|6.515047135605511e-06| -|npm|v8-argv|6.515047135605511e-06| -|cran|tensorA|6.506566312585166e-06| -|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.502189156021643e-06| -|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.4821518967797975e-06| -|cran|partitions|6.477626583628376e-06| -|cran|signal|6.474981424391938e-06| -|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.461203770848441e-06| -|pypi|[safetensors](https://pypi.org/project/safetensors)|6.461203770848441e-06| -|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.438612149272048e-06| -|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.438612149272048e-06| -|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.432217395142043e-06| -|npm|[shelljs](http://github.com/shelljs/shelljs)|6.422475090244884e-06| -|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.409924375841708e-06| -|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.409924375841708e-06| -|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.409924375841708e-06| -|npm|[mdi](http://materialdesignicons.com)|6.409924375841708e-06| -|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.409924375841708e-06| -|npm|color|6.409924375841708e-06| -|npm|dotenv-load|6.409924375841708e-06| -|npm|iframe-resizer|6.409924375841708e-06| -|npm|isomorphic-unfetch|6.409924375841708e-06| -|npm|js-file-download|6.409924375841708e-06| -|npm|material-table|6.409924375841708e-06| -|npm|material-ui-chip-input|6.409924375841708e-06| -|npm|materialize-css|6.409924375841708e-06| -|npm|mui-datatables|6.409924375841708e-06| -|npm|next|6.409924375841708e-06| -|npm|next-env|6.409924375841708e-06| -|npm|next-redux-wrapper|6.409924375841708e-06| -|npm|ra-data-simple-rest|6.409924375841708e-06| -|npm|react-admin|6.409924375841708e-06| -|npm|react-loading|6.409924375841708e-06| -|npm|react-scroll|6.409924375841708e-06| -|npm|react-scroll-to-component|6.409924375841708e-06| -|npm|react-swipeable-views|6.409924375841708e-06| -|npm|react-wordcloud|6.409924375841708e-06| -|npm|redux-saga|6.409924375841708e-06| -|npm|serialize-error|6.409924375841708e-06| -|npm|swagger-client|6.409924375841708e-06| -|npm|swagger-ui-react|6.409924375841708e-06| -|npm|tween|6.409924375841708e-06| -|npm|uuid5|6.409924375841708e-06| -|pypi|[datasets](https://pypi.org/project/datasets)|6.406564334838242e-06| -|npm|cross-spawn|6.384328196668948e-06| -|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|6.369459324497573e-06| -|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.363227921934613e-06| -|rubygems|[octokit](https://github.com/octokit/octokit.rb)|6.359138188905004e-06| -|pypi|[keepalive](https://github.com/wikier/keepalive)|6.34582513208329e-06| -|pypi|[spectra](http://github.com/jsvine/spectra)|6.34582513208329e-06| -|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.34582513208329e-06| -|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.34582513208329e-06| -|pypi|[pyTest](https://pypi.org/project/pyTest)|6.34582513208329e-06| -|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.34582513208329e-06| -|pypi|[Flake8](https://pypi.org/project/Flake8)|6.34582513208329e-06| -|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.34582513208329e-06| -|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.34582513208329e-06| -|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.34582513208329e-06| -|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.34582513208329e-06| -|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.34582513208329e-06| -|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.34582513208329e-06| -|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.34582513208329e-06| -|cran|oskeyring|6.34582513208329e-06| -|cran|ExplainPrediction|6.34582513208329e-06| -|cran|rpart.plot|6.34582513208329e-06| -|cran|BiocManager|6.339983611337987e-06| -|npm|sprintf-js|6.3378127266134885e-06| -|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.324458717497183e-06| -|pypi|[numkit](https://pypi.org/project/numkit)|6.307004463328193e-06| -|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.2974695622304495e-06| -|pypi|[nilearn](https://pypi.org/project/nilearn)|6.2974695622304495e-06| -|pypi|[nipype](https://pypi.org/project/nipype)|6.2974695622304495e-06| -|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.2974695622304495e-06| -|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.2974695622304495e-06| -|pypi|[pybids](https://pypi.org/project/pybids)|6.2974695622304495e-06| -|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.2974695622304495e-06| -|pypi|[templateflow](https://pypi.org/project/templateflow)|6.2974695622304495e-06| -|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.2974695622304495e-06| -|pypi|[num2words](https://pypi.org/project/num2words)|6.2974695622304495e-06| -|pypi|[surfplot](https://pypi.org/project/surfplot)|6.2974695622304495e-06| -|pypi|[brainspace](https://pypi.org/project/brainspace)|6.2974695622304495e-06| -|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.2974695622304495e-06| -|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.2974695622304495e-06| -|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.2974695622304495e-06| -|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.2974695622304495e-06| -|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.2974695622304495e-06| -|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.2974695622304495e-06| -|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.293930384336476e-06| -|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.293930384336476e-06| -|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.293930384336476e-06| -|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.285181117597995e-06| -|rubygems|[multi_test](http://cukes.info)|6.279370241116751e-06| -|rubygems|[mime-types](https://github.com/mime-types/ruby-mime-types/)|6.279370241116751e-06| -|rubygems|cucumber-messages|6.279370241116751e-06| -|rubygems|cucumber-html-formatter|6.279370241116751e-06| -|rubygems|cucumber-gherkin|6.279370241116751e-06| -|rubygems|cucumber-cucumber-expressions|6.279370241116751e-06| -|rubygems|cucumber-core|6.279370241116751e-06| -|rubygems|cucumber-ci-environment|6.279370241116751e-06| -|rubygems|syntax|6.279370241116751e-06| -|rubygems|cucumber-compatibility-kit|6.279370241116751e-06| -|cran|afex|6.271632346910038e-06| -|npm|rollup-plugin-replace|6.270605619256214e-06| -|cran|geepack|6.2534805559371244e-06| -|pypi|[lisa2](https://pypi.org/project/lisa2)|6.234494866608145e-06| -|cran|tester|6.234494866608145e-06| -|spack|cudnn|6.231042765353101e-06| -|cran|[reprex](https://reprex.tidyverse.org)|6.228585683076075e-06| -|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.225681083779976e-06| -|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.219394899566687e-06| -|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.219394899566687e-06| -|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.219394899566687e-06| -|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.219394899566687e-06| -|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.219394899566687e-06| -|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.219394899566687e-06| -|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.219394899566687e-06| -|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.219394899566687e-06| -|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.219394899566687e-06| -|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.219394899566687e-06| -|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.219394899566687e-06| -|cran|rticles|6.218531397837726e-06| -|cran|fastICA|6.218240744734216e-06| -|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.191340170444361e-06| -|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.189028520428088e-06| -|pypi|[cityhash](https://pypi.org/project/cityhash)|6.188892500812684e-06| -|pypi|[transformers](https://github.com/huggingface/transformers)|6.1884488526047405e-06| -|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.1792120802368624e-06| -|npm|karma-firefox-launcher|6.170857850344476e-06| -|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.151831965336897e-06| -|npm|bundlewatch|6.150209634567955e-06| -|cran|[rentrez](http://github.com/ropensci/rentrez)|6.14854190407129e-06| -|cran|ks|6.143912514244277e-06| -|pypi|[ddt](https://pypi.org/project/ddt)|6.1359898477157355e-06| -|pypi|[unyt](https://github.com/yt-project/unyt)|6.132160986221903e-06| -|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.131674156522475e-06| -|pypi|[etils](https://pypi.org/project/etils)|6.118860059921432e-06| -|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.1116942101446515e-06| -|cran|fixest|6.10365462282548e-06| -|cran|[ff](https://github.com/truecluster/ff)|6.100341053299488e-06| -|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.083996017748061e-06| -|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.083996017748061e-06| -|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.083996017748061e-06| -|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.083996017748061e-06| -|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.083996017748061e-06| -|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.083996017748061e-06| -|npm|[esdoc](https://esdoc.org/)|6.083996017748061e-06| -|npm|esdoc-standard-plugin|6.083996017748061e-06| -|npm|fast-random|6.083996017748061e-06| -|npm|flatted|6.083996017748061e-06| -|npm|fs.realpath|6.083996017748061e-06| -|npm|has-unicode|6.083996017748061e-06| -|npm|ignore-walk|6.083996017748061e-06| -|npm|ini|6.083996017748061e-06| -|npm|is-fullwidth-code-point|6.083996017748061e-06| -|npm|jsdocs|6.083996017748061e-06| -|npm|mimic-response|6.083996017748061e-06| -|npm|node|6.083996017748061e-06| -|npm|npm|6.083996017748061e-06| -|npm|npm-bundled|6.083996017748061e-06| -|npm|npm-normalize-package-bin|6.083996017748061e-06| -|npm|npm-packlist|6.083996017748061e-06| -|npm|number-is-nan|6.083996017748061e-06| -|npm|odex|6.083996017748061e-06| -|npm|os-homedir|6.083996017748061e-06| -|npm|os-tmpdir|6.083996017748061e-06| -|npm|osenv|6.083996017748061e-06| -|npm|path-is-absolute|6.083996017748061e-06| -|npm|rc|6.083996017748061e-06| -|npm|set-blocking|6.083996017748061e-06| -|npm|signal-exit|6.083996017748061e-06| -|npm|simple-concat|6.083996017748061e-06| -|npm|string-width|6.083996017748061e-06| -|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.083443809620045e-06| -|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|6.077114188055589e-06| -|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.0691862905995954e-06| -|spack|libxft|6.06633422667159e-06| -|pypi|[codespell](https://pypi.org/project/codespell)|6.037421353139452e-06| -|pypi|[kazoo](https://kazoo.readthedocs.io)|6.028533875479126e-06| -|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.0242141438345435e-06| -|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.02353056812746e-06| -|cran|[downloader](https://github.com/wch/downloader)|6.01988869542351e-06| -|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.000167471891703e-06| -|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.981997824510515e-06| -|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.9817742989425365e-06| -|pypi|[pyshp](https://pypi.org/project/pyshp)|5.98152776338962e-06| -|pypi|[blis](https://pypi.org/project/blis)|5.973353140335922e-06| -|pypi|[catalogue](https://pypi.org/project/catalogue)|5.973353140335922e-06| -|pypi|[preshed](https://pypi.org/project/preshed)|5.973353140335922e-06| -|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.941804811750346e-06| -|cran|bs4Dash|5.927842841247223e-06| -|cran|speedglm|5.924372604371699e-06| -|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.922770123277738e-06| -|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9227701232777374e-06| -|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9227701232777374e-06| -|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9227701232777374e-06| -|cran|RcppZiggurat|5.9227701232777374e-06| -|cran|acepack|5.904755418232446e-06| -|cran|htmlTable|5.904755418232446e-06| -|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.897130425774371e-06| -|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.892109318346628e-06| -|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.885697642625329e-06| -|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.884520738477633e-06| -|pypi|[pefile](https://pypi.org/project/pefile)|5.884520738477633e-06| -|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.884520738477633e-06| -|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.884520738477633e-06| -|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.884520738477633e-06| -|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.884520738477633e-06| -|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.884520738477633e-06| -|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.8800935215122656e-06| -|npm|prismjs|5.8675461594243326e-06| -|pypi|[ansicon](https://pypi.org/project/ansicon)|5.86354242204496e-06| -|pypi|[socksio](https://pypi.org/project/socksio)|5.84393725430327e-06| -|cran|reactR|5.828757899098726e-06| -|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.812117807796986e-06| -|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.810407919512983e-06| -|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.810407919512983e-06| -|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.7896091136634775e-06| -|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.7896091136634775e-06| -|pypi|[imblearn](https://pypi.org/project/imblearn)|5.7896091136634775e-06| -|pypi|[imutils](https://pypi.org/project/imutils)|5.7896091136634775e-06| -|pypi|[kornia](https://pypi.org/project/kornia)|5.7896091136634775e-06| -|pypi|[local-attention](https://pypi.org/project/local-attention)|5.7896091136634775e-06| -|pypi|[thop](https://pypi.org/project/thop)|5.7896091136634775e-06| -|pypi|[timmy](https://pypi.org/project/timmy)|5.7896091136634775e-06| -|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.7896091136634775e-06| -|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.772276246627541e-06| -|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.772276246627541e-06| -|cran|protolite|5.7689319382575365e-06| -|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.762522013881695e-06| -|pypi|[chempy](https://github.com/bjodah/chempy)|5.762522013881695e-06| -|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.72652612546738e-06| -|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.725144759703689e-06| -|npm|run-sequence|5.6931895868739645e-06| -|pypi|[fett](https://pypi.org/project/fett)|5.688113065192616e-06| -|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.688113065192616e-06| -|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.688113065192616e-06| -|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.688113065192616e-06| -|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.678264022448529e-06| -|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.678264022448529e-06| -|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.666373148244069e-06| -|pypi|[blosc2](https://pypi.org/project/blosc2)|5.640733450740702e-06| -|pypi|[multiset](https://pypi.org/project/multiset)|5.640733450740702e-06| -|spack|glfw|5.640733450740702e-06| -|npm|tsconfig-paths|5.640733450740702e-06| -|npm|replace|5.640733450740702e-06| -|npm|node-qunit-phantomjs|5.640733450740702e-06| -|cran|TSA|5.640733450740702e-06| -|cran|[haven](https://haven.tidyverse.org)|5.640429422707071e-06| -|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|5.6292252125650885e-06| -|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.627971610354417e-06| -|rubygems|[safe_yaml](https://github.com/dtao/safe_yaml)|5.5881453628405675e-06| -|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.586853457844341e-06| -|cran|ipred|5.5846829498918604e-06| -|rubygems|ethon|5.584326116233295e-06| -|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.5784457073493856e-06| -|cran|cplm|5.5748358618185395e-06| -|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.573067767091859e-06| -|pypi|[re-assert](https://pypi.org/project/re-assert)|5.567205234176533e-06| -|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.567205234176533e-06| -|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.567205234176533e-06| -|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.567205234176533e-06| -|npm|karma-coverage-istanbul-reporter|5.557523873439403e-06| -|npm|karma-browserstack-launcher|5.557523873439403e-06| -|npm|ip|5.557523873439403e-06| -|pypi|[librosa](https://librosa.org)|5.555598550357796e-06| -|npm|chai-passport-strategy|5.552596990572879e-06| -|npm|passport-strategy|5.552596990572879e-06| -|cran|clusterGeneration|5.543191123282242e-06| -|cran|pROC|5.538567105076776e-06| -|cran|[rversions](https://github.com/r-hub/rversions)|5.537997928984102e-06| -|npm|uglify-es|5.534969698539315e-06| -|pypi|[blurb](https://pypi.org/project/blurb)|5.5263169507256775e-06| -|pypi|[bitstring](https://pypi.org/project/bitstring)|5.522790842225215e-06| -|cran|flexsurv|5.5153838185020205e-06| -|pypi|[tempora](https://pypi.org/project/tempora)|5.505772673932639e-06| -|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.50264020672257e-06| -|cran|klaR|5.488203413552306e-06| -|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4785623640319075e-06| -|npm|d3-axis|5.474318611931587e-06| -|npm|d3-color|5.474318611931587e-06| -|npm|d3-ease|5.474318611931587e-06| -|npm|d3-interpolate|5.474318611931587e-06| -|npm|d3-selection|5.474318611931587e-06| -|npm|d3-shape|5.474318611931587e-06| -|npm|d3-timer|5.474318611931587e-06| -|npm|d3-transition|5.474318611931587e-06| -|npm|d3-zoom|5.474318611931587e-06| -|pypi|[soxr](https://pypi.org/project/soxr)|5.474075416968818e-06| -|pypi|[samplerate](https://pypi.org/project/samplerate)|5.474075416968818e-06| -|pypi|[presets](https://pypi.org/project/presets)|5.474075416968818e-06| -|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.474075416968818e-06| -|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.474075416968818e-06| -|pypi|[audioread](https://pypi.org/project/audioread)|5.474075416968818e-06| -|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.467936018320477e-06| -|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.467172421487142e-06| -|spack|unzip|5.467172421487142e-06| -|spack|wget|5.467172421487142e-06| -|npm|d3-request|5.457409613591629e-06| -|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4546265011275925e-06| -|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.449018439863255e-06| -|pypi|[flit](https://pypi.org/project/flit)|5.449018439863255e-06| -|cran|cubature|5.448552817097454e-06| -|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.447977585216046e-06| -|pypi|[halomod](https://github.com/steven-murray/halomod)|5.4356158707137695e-06| -|rubygems|appraisal|5.434958599103166e-06| -|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.428384161161542e-06| -|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.420964614997572e-06| -|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.411181458135777e-06| -|rubygems|hashie|5.398987731423244e-06| -|pypi|[pybamm](https://pypi.org/project/pybamm)|5.395148396340983e-06| -|cran|debugme|5.386590325921882e-06| -|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.384336475707034e-06| -|cran|subprocess|5.384336475707034e-06| -|cran|qvalue|5.384336475707034e-06| -|pypi|[resample](https://pypi.org/project/resample)|5.383304993623565e-06| -|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.383304993623565e-06| -|cran|[EML](https://docs.ropensci.org/EML/)|5.3586967782036725e-06| -|npm|tough-cookie|5.353344134676782e-06| -|pypi|[imgaug](https://github.com/aleju/imgaug)|5.351179344299843e-06| -|npm|moment-timezone|5.347397928456421e-06| -|npm|gulp-uglify|5.346299561828413e-06| -|pypi|[cogapp](https://pypi.org/project/cogapp)|5.337308967361581e-06| -|pypi|[thinc](https://pypi.org/project/thinc)|5.3364961378329395e-06| -|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3102717040208654e-06| -|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.305096733318389e-06| -|npm|karma-jasmine|5.30300645155942e-06| -|npm|rollup-plugin-svelte|5.301441213102163e-06| -|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.280791543481899e-06| -|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.279201900414425e-06| -|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.2787612506931745e-06| -|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.275860832423561e-06| -|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.273852185871517e-06| -|cran|FNN|5.269420775924584e-06| -|npm|classnames|5.246276566073521e-06| -|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.239551219180565e-06| -|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.239551219180565e-06| -|npm|[compression](https://github.com/expressjs/compression#readme)|5.239288051484066e-06| -|pypi|[kgt](https://pypi.org/project/kgt)|5.225973638186239e-06| -|pypi|[x21](https://pypi.org/project/x21)|5.225973638186239e-06| -|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.225973638186239e-06| -|npm|murl|5.225973638186239e-06| -|npm|protein|5.225973638186239e-06| -|npm|network-address|5.225973638186239e-06| -|npm|updater-license|5.225973638186239e-06| -|npm|update|5.225973638186239e-06| -|npm|cose-base|5.225973638186239e-06| -|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.2103528140770455e-06| -|pypi|[comm](https://pypi.org/project/comm)|5.1814007703598316e-06| -|cran|rhub|5.17904216393697e-06| -|cran|gmailr|5.17904216393697e-06| -|cran|foghorn|5.17904216393697e-06| -|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.1688062141145284e-06| -|cran|coxme|5.168749002837072e-06| -|cran|[float](https://github.com/wrathematics/float)|5.168736784053723e-06| -|npm|karma-mocha|5.152846707451004e-06| -|npm|grunt-contrib-clean|5.150981887427811e-06| -|pypi|[cooler](https://github.com/mirnylab/cooler)|5.1496346293300616e-06| -|cran|spls|5.145959237056472e-06| -|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.139650210117158e-06| -|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.1360668865911665e-06| -|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.132018702827526e-06| -|cran|[dynlm](NA)|5.127939500673371e-06| -|pypi|[crossbar](http://crossbar.io/)|5.127939500673366e-06| -|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.127939500673366e-06| -|pypi|[asq](https://pypi.org/project/asq)|5.127939500673366e-06| -|pypi|[automat](https://pypi.org/project/automat)|5.127939500673366e-06| -|pypi|[cbor](https://pypi.org/project/cbor)|5.127939500673366e-06| -|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.127939500673366e-06| -|pypi|[hpack](https://pypi.org/project/hpack)|5.127939500673366e-06| -|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.127939500673366e-06| -|pypi|[netaddr](https://pypi.org/project/netaddr)|5.127939500673366e-06| -|pypi|[node-semver](https://pypi.org/project/node-semver)|5.127939500673366e-06| -|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.127939500673366e-06| -|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.127939500673366e-06| -|pypi|[pytrie](https://pypi.org/project/pytrie)|5.127939500673366e-06| -|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.127939500673366e-06| -|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.127939500673366e-06| -|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.127939500673366e-06| -|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.127939500673366e-06| -|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.127939500673366e-06| -|pypi|[sym](https://github.com/bjodah/sym)|5.127939500673366e-06| -|pypi|[translationstring](https://pypi.org/project/translationstring)|5.115777080062796e-06| -|cran|numbers|5.114594862791497e-06| -|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1016134410317505e-06| -|pypi|[ablog](https://pypi.org/project/ablog)|5.1016134410317505e-06| -|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.097184994367254e-06| -|cran|loder|5.080807703792177e-06| -|cran|ore|5.080807703792177e-06| -|cran|mstate|5.076660105666632e-06| -|cran|linprog|5.076660105666632e-06| -|cran|magic|5.076660105666632e-06| -|cran|changepoint|5.076660105666632e-06| -|cran|nor1mix|5.076660105666632e-06| -|cran|diptest|5.076660105666632e-06| -|npm|mime-types|5.067231371310217e-06| -|npm|[which](https://github.com/isaacs/node-which#readme)|5.063055945142603e-06| -|npm|cli-table|5.06255827203978e-06| -|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.0557150006638815e-06| -|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.0557150006638815e-06| -|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.0557150006638815e-06| -|pypi|[zstd](https://pypi.org/project/zstd)|5.0557150006638815e-06| -|cran|metafor|5.042623611436153e-06| -|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.034354604786078e-06| -|rubygems|activejob|5.028724202348982e-06| -|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.994727892091772e-06| -|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.991194447322075e-06| -|cran|scico|4.986005460922585e-06| -|cran|rcartocolor|4.986005460922585e-06| -|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.977117750653561e-06| -|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.977117750653561e-06| -|pypi|[peewee](https://pypi.org/project/peewee)|4.977117750653561e-06| -|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.977117750653561e-06| -|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.977117750653561e-06| -|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.9587747024258956e-06| -|cran|lfe|4.957312018320112e-06| -|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.941468973376151e-06| -|cran|[aod](https://cran.r-project.org/package=aod)|4.941287207380513e-06| -|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.935641769398115e-06| -|spack|bdw-gc|4.935641769398115e-06| -|spack|googletest|4.935641769398115e-06| -|npm|const-version|4.935641769398115e-06| -|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.935641769398115e-06| -|npm|microbundle|4.935641769398115e-06| -|cran|gdalUtils|4.935641769398115e-06| -|cran|TeachingDemos|4.935641769398115e-06| -|cran|plotmo|4.935641769398115e-06| -|npm|fresh|4.930556973619202e-06| -|npm|etag|4.930556973619202e-06| -|pypi|[h5io](https://pypi.org/project/h5io)|4.929471296220221e-06| -|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.917202260919666e-06| -|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.917202260919666e-06| -|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.917202260919666e-06| -|pypi|[voila](https://pypi.org/project/voila)|4.917202260919666e-06| -|pypi|[SALib](http://salib.github.io/SALib/)|4.91476095514348e-06| -|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.913668773764876e-06| -|npm|esbuild|4.911045547955931e-06| -|rubygems|[sync](https://github.com/ruby/sync)|4.907052064448875e-06| -|cran|[emld](https://docs.ropensci.org/emld/)|4.89718222314307e-06| -|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.88938775510204e-06| -|pypi|[fixtures](https://pypi.org/project/fixtures)|4.88938775510204e-06| -|npm|eslint-config-airbnb-base|4.888943004964579e-06| -|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.886794858513495e-06| -|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.861940782672216e-06| -|npm|execa|4.8613275447843384e-06| -|npm|gulp-rename|4.860180452331349e-06| -|npm|gulp-concat|4.860180452331349e-06| -|cran|BiocVersion|4.847912713462646e-06| -|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.842313270485862e-06| -|pypi|[webob](https://pypi.org/project/webob)|4.833329514937564e-06| -|cran|modeltools|4.831733521621312e-06| -|npm|eslint-plugin-html|4.8267473012370975e-06| -|cran|gld|4.805293369357706e-06| -|cran|[loo](https://mc-stan.org/loo/)|4.80442934589718e-06| -|cran|Biobase|4.797445370785737e-06| -|cran|[rsample](https://rsample.tidymodels.org)|4.79150069052804e-06| -|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.789912598755781e-06| -|pypi|[sspa](https://github.com/cwieder/sspa)|4.7860768672951425e-06| -|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.7860768672951425e-06| -|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.770052056355548e-06| -|cran|scagnostics|4.755177744662878e-06| -|cran|labelled|4.755177744662878e-06| -|cran|intergraph|4.755177744662878e-06| -|cran|broom.helpers|4.755177744662878e-06| -|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7468160752237e-06| -|npm|compressible|4.739782969025173e-06| -|pypi|[grayskull](https://pypi.org/project/grayskull)|4.73821609862219e-06| -|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.73545490042952e-06| -|npm|jshint-stylish|4.73387707289085e-06| -|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.726197490417487e-06| -|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.700611208950586e-06| -|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.700164663528584e-06| -|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.698566575975834e-06| -|npm|karma-rollup-preprocessor|4.696575243900884e-06| -|pypi|[slicer](https://pypi.org/project/slicer)|4.688250473239597e-06| -|cran|PolynomF|4.675871149956109e-06| -|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.658032850676129e-06| -|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.656592435206608e-06| -|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.64978933761241e-06| -|npm|browser-sync|4.647900365714406e-06| -|npm|serialize-javascript|4.643197747266143e-06| -|npm|jest-worker|4.643197747266143e-06| -|cran|mlogit|4.636546427151178e-06| -|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.623898057785896e-06| -|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.6188833070195636e-06| -|cran|RcppCCTZ|4.617808134577532e-06| -|npm|jsmd|4.615145550606029e-06| -|npm|is-mergeable-object|4.615145550606029e-06| -|cran|genieclust|4.615145550606029e-06| -|cran|getopt|4.615145550606029e-06| -|cran|leaps|4.612926730629776e-06| -|cran|[logger](https://daroczig.github.io/logger/)|4.608436795256962e-06| -|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.597939964123507e-06| -|pypi|[dnest4](https://pypi.org/project/dnest4)|4.59542270637267e-06| -|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.588659779870847e-06| -|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.584263959390864e-06| -|npm|gzip-size|4.575261576711904e-06| -|rubygems|actionmailer|4.572093399193783e-06| -|npm|read-file-relative|4.568994095099969e-06| -|npm|normalize-newline|4.568994095099969e-06| -|npm|callsite-record|4.568994095099969e-06| -|spack|psm|4.555977017905952e-06| -|spack|opa-psm2|4.555977017905952e-06| -|spack|rdma-core|4.555977017905952e-06| -|spack|slurm|4.555977017905952e-06| -|cran|bignum|4.555977017905952e-06| -|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.546773023930383e-06| -|spack|[jemalloc](http://jemalloc.net/)|4.537077092345781e-06| -|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.535802070974822e-06| -|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.529679892261475e-06| -|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.529679892261475e-06| -|cran|future.callr|4.505397014538698e-06| -|pypi|[jupyter-book](https://executablebooks.org/)|4.486947063089207e-06| -|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.4869470630891954e-06| -|npm|baseui|4.4869470630891954e-06| -|npm|color2k|4.4869470630891954e-06| -|npm|copy-to-clipboard|4.4869470630891954e-06| -|npm|cypress-circleci-reporter|4.4869470630891954e-06| -|npm|d3-graphviz|4.4869470630891954e-06| -|npm|decamelize|4.4869470630891954e-06| -|npm|deck.gl|4.4869470630891954e-06| -|npm|fzy.js|4.4869470630891954e-06| -|npm|hoist-non-react-statics|4.4869470630891954e-06| -|npm|humanize-string|4.4869470630891954e-06| -|npm|immer|4.4869470630891954e-06| -|npm|jest-fetch-mock|4.4869470630891954e-06| -|npm|katex|4.4869470630891954e-06| -|npm|mapbox-gl|4.4869470630891954e-06| -|npm|moment-duration-format|4.4869470630891954e-06| -|npm|node-emoji|4.4869470630891954e-06| -|npm|numbro|4.4869470630891954e-06| -|npm|protobufjs|4.4869470630891954e-06| -|npm|react-color|4.4869470630891954e-06| -|npm|react-debounce-render|4.4869470630891954e-06| -|npm|react-device-detect|4.4869470630891954e-06| -|npm|react-dropzone|4.4869470630891954e-06| -|npm|react-feather|4.4869470630891954e-06| -|npm|react-google-login|4.4869470630891954e-06| -|npm|react-hotkeys|4.4869470630891954e-06| -|npm|react-html-parser|4.4869470630891954e-06| -|npm|react-map-gl|4.4869470630891954e-06| -|npm|react-markdown|4.4869470630891954e-06| -|npm|react-webcam|4.4869470630891954e-06| -|npm|react-window|4.4869470630891954e-06| -|npm|rehype-katex|4.4869470630891954e-06| -|npm|rehype-raw|4.4869470630891954e-06| -|npm|remark-emoji|4.4869470630891954e-06| -|npm|remark-gfm|4.4869470630891954e-06| -|npm|remark-math|4.4869470630891954e-06| -|npm|re-resizable|4.4869470630891954e-06| -|npm|styletron-engine-atomic|4.4869470630891954e-06| -|npm|styletron-react|4.4869470630891954e-06| -|npm|typed-signals|4.4869470630891954e-06| -|npm|vega|4.4869470630891954e-06| -|npm|vega-embed|4.4869470630891954e-06| -|npm|vega-lite|4.4869470630891954e-06| -|npm|xxhashjs|4.4869470630891954e-06| -|cran|[solrium](https://github.com/ropensci/solrium)|4.480038589039681e-06| -|cran|quantmod|4.4420775924583035e-06| -|cran|FastRWeb|4.4420775924583035e-06| -|npm|draco3d|4.442077592458303e-06| -|npm|webgl-obj-loader|4.442077592458303e-06| -|cran|truncreg|4.4284932573131706e-06| -|cran|panelr|4.4284932573131706e-06| -|cran|metaBMA|4.4284932573131706e-06| -|cran|ivreg|4.4284932573131706e-06| -|cran|GLMMadaptive|4.4284932573131706e-06| -|cran|clubSandwich|4.4284932573131706e-06| -|cran|cgam|4.4284932573131706e-06| -|cran|blme|4.4284932573131706e-06| -|cran|geojsonlint|4.422847819330778e-06| -|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.4216071888064215e-06| -|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.4216071888064215e-06| -|cran|topicmodels|4.418729007311375e-06| -|cran|akima|4.4175062156842475e-06| -|cran|logging|4.40894321414626e-06| -|cran|rsyslog|4.40894321414626e-06| -|npm|temp-path|4.401738212612261e-06| -|rubygems|sassc|4.398704907996556e-06| -|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.39765681653372e-06| -|rubygems|rb_sys|4.39765681653372e-06| -|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.396733312614388e-06| -|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.3919293605767185e-06| -|cran|[data.tree](http://github.com/gluc/data.tree)|4.389286502506542e-06| -|pypi|[kopt](https://pypi.org/project/kopt)|4.3872371283538795e-06| -|cran|ggfittext|4.3872371283538795e-06| -|cran|RcppBigIntAlgos|4.3872371283538795e-06| -|cran|robust|4.387080441313581e-06| -|cran|taxadb|4.384388273075727e-06| -|npm|hot-loader|4.377509329843117e-06| -|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.377509329843117e-06| -|npm|babel-plugin-strip-function-call|4.377509329843117e-06| -|npm|babel-plugin-styled-components|4.377509329843117e-06| -|npm|binomial|4.377509329843117e-06| -|npm|compression-webpack-plugin|4.377509329843117e-06| -|npm|css.escape|4.377509329843117e-06| -|npm|dom-to-image|4.377509329843117e-06| -|npm|express-naked-redirect|4.377509329843117e-06| -|npm|express-static-gzip|4.377509329843117e-06| -|npm|html-webpack-plugin|4.377509329843117e-06| -|npm|i18next|4.377509329843117e-06| -|npm|leaflet|4.377509329843117e-06| -|npm|leaflet-gesture-handling|4.377509329843117e-06| -|npm|linspace|4.377509329843117e-06| -|npm|lodash-webpack-plugin|4.377509329843117e-06| -|npm|mousetrap|4.377509329843117e-06| -|npm|null-loader|4.377509329843117e-06| -|npm|outer-product|4.377509329843117e-06| -|npm|react-addons-css-transition-group|4.377509329843117e-06| -|npm|react-hot-loader|4.377509329843117e-06| -|npm|react-i18next|4.377509329843117e-06| -|npm|react-tooltip|4.377509329843117e-06| -|npm|redux-thunk|4.377509329843117e-06| -|npm|typeface-lato|4.377509329843117e-06| -|npm|webpack-bundle-analyzer|4.377509329843117e-06| -|npm|webpack-dev-middleware|4.377509329843117e-06| -|npm|webpack-hot-middleware|4.377509329843117e-06| -|npm|yaml-front-matter|4.377509329843117e-06| -|cran|assertive.code|4.372243153205712e-06| -|cran|assertive.reflection|4.372243153205712e-06| -|cran|assertive.data.us|4.372243153205712e-06| -|cran|assertive.data.uk|4.372243153205712e-06| -|cran|assertive.data|4.372243153205712e-06| -|cran|assertive.models|4.372243153205712e-06| -|cran|assertive.matrices|4.372243153205712e-06| -|cran|assertive.sets|4.372243153205712e-06| -|cran|assertive.files|4.372243153205712e-06| -|cran|assertive.datetimes|4.372243153205712e-06| -|cran|assertive.strings|4.372243153205712e-06| -|cran|assertive.numbers|4.372243153205712e-06| -|npm|merge-stream|4.365700571909275e-06| -|npm|vinyl-source-stream|4.34879527685211e-06| -|npm|vinyl-buffer|4.34879527685211e-06| -|pypi|[oemof.solph](https://oemof.org)|4.344860406091371e-06| -|pypi|[horovod](https://pypi.org/project/horovod)|4.335001410298061e-06| -|pypi|[lcapy](https://pypi.org/project/lcapy)|4.324768253579947e-06| -|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.324768253579947e-06| -|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.324768253579947e-06| -|pypi|[property-cached](https://pypi.org/project/property-cached)|4.324768253579947e-06| -|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.3216027989414505e-06| -|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.320859209103971e-06| -|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.3094414649889654e-06| -|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.307469180565629e-06| -|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.307469180565629e-06| -|pypi|[mdurl](https://pypi.org/project/mdurl)|4.28409803890658e-06| -|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.275459004374886e-06| -|pypi|[apipkg](https://pypi.org/project/apipkg)|4.273282917227804e-06| -|pypi|[atpublic](https://pypi.org/project/atpublic)|4.273282917227804e-06| -|pypi|[dvc](https://pypi.org/project/dvc)|4.273282917227804e-06| -|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.273282917227804e-06| -|pypi|[nanotime](https://pypi.org/project/nanotime)|4.273282917227804e-06| -|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.273282917227804e-06| -|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.273282917227804e-06| -|pypi|[treelib](https://pypi.org/project/treelib)|4.273282917227804e-06| -|npm|rollup-plugin-istanbul|4.2699651509877215e-06| -|npm|karma-jasmine-html-reporter|4.2699651509877215e-06| -|npm|karma-detect-browsers|4.2699651509877215e-06| -|npm|hammer-simulator|4.2699651509877215e-06| -|npm|eslint-plugin-unicorn|4.2699651509877215e-06| -|npm|eslint-config-xo|4.2699651509877215e-06| -|pypi|[nbdime](https://pypi.org/project/nbdime)|4.269601319637577e-06| -|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.251663814686358e-06| -|npm|less|4.247337985230351e-06| -|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.230550088055527e-06| -|pypi|[retrolab](https://pypi.org/project/retrolab)|4.230550088055527e-06| -|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.230550088055527e-06| -|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.230550088055527e-06| -|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.230550088055527e-06| -|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.230550088055527e-06| -|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.230550088055527e-06| -|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.230550088055527e-06| -|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.230550088055527e-06| -|npm|gulp-clean|4.230550088055527e-06| -|npm|mocha-lcov-reporter|4.230550088055527e-06| -|npm|any-promise|4.230550088055526e-06| -|npm|thenify-all|4.230550088055526e-06| -|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2290567139404114e-06| -|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.226268154768021e-06| -|cran|gdtools|4.2099968082755e-06| -|npm|schema-utils|4.201356818442044e-06| -|npm|loader-utils|4.201356818442044e-06| -|spack|[vtk](http://www.vtk.org)|4.201233379669927e-06| -|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.191014178067316e-06| -|cran|[redux](https://github.com/richfitz/redux)|4.187817258883261e-06| -|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.185424220449601e-06| -|pypi|[npx](https://pypi.org/project/npx)|4.1807789105489915e-06| -|pypi|[meshplex](https://pypi.org/project/meshplex)|4.1807789105489915e-06| -|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.1807789105489915e-06| -|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.1807789105489915e-06| -|pypi|[update-checker](https://pypi.org/project/update-checker)|4.1807789105489915e-06| -|npm|karma-browserify|4.177668211954833e-06| -|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.174095736241433e-06| -|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.174095736241433e-06| -|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.168234292977786e-06| -|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.168234292977786e-06| -|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.168234292977786e-06| -|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.168234292977786e-06| -|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.168234292977786e-06| -|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.168234292977786e-06| -|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.168234292977786e-06| -|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.157904278462654e-06| -|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.149223785124023e-06| -|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1398972969622585e-06| -|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.136712406418206e-06| -|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.131392774076505e-06| -|pypi|[Bio](https://github.com/ialbert/bio)|4.127031523269213e-06| -|cran|locfit|4.124896851791654e-06| -|cran|bookdown|4.109515633664633e-06| -|cran|nonnest2|4.107727666144238e-06| -|cran|officer|4.107572964038366e-06| -|npm|[shx](https://github.com/shelljs/shx#readme)|4.107057642675766e-06| -|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.093776450872015e-06| -|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.090617185205345e-06| -|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.088463431057707e-06| -|rubygems|irb|4.086603915442466e-06| -|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0790427846265405e-06| -|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0790427846265405e-06| -|pypi|[databroker](https://pypi.org/project/databroker)|4.0790427846265405e-06| -|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0790427846265405e-06| -|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0790427846265405e-06| -|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0790427846265405e-06| -|pypi|[doct](https://pypi.org/project/doct)|4.0790427846265405e-06| -|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0790427846265405e-06| -|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0790427846265405e-06| -|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0790427846265405e-06| -|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0790427846265405e-06| -|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.067364600578762e-06| -|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.066456024033984e-06| -|cran|stm|4.059773242264232e-06| -|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.056733479997935e-06| -|spack|berkeley-db|4.055616841914431e-06| -|spack|valgrind|4.039454069679414e-06| -|pypi|[qudida](https://pypi.org/project/qudida)|4.038252356780275e-06| -|cran|sparsesvd|4.038252356780275e-06| -|cran|FMStable|4.038252356780275e-06| -|cran|MuMIn|4.032441759707973e-06| -|pypi|[nitime](https://pypi.org/project/nitime)|4.032081883602381e-06| -|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.032081883602381e-06| -|spack|libxscrnsaver|4.023999701403404e-06| -|npm|babel-plugin-external-helpers|4.016167743384518e-06| -|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.000861131254535e-06| -|rubygems|timecop|3.9888043687380685e-06| -|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.98839738941262e-06| -|pypi|[mako](https://www.makotemplates.org/)|3.979528608222569e-06| -|cran|distributional|3.968236259751851e-06| -|cran|Bessel|3.963469905728789e-06| -|cran|[archive](https://archive.r-lib.org/)|3.959846204410493e-06| -|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.948513415518492e-06| -|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.948513415518492e-06| -|pypi|[piqp](https://pypi.org/project/piqp)|3.948513415518492e-06| -|pypi|[Mosek](https://pypi.org/project/Mosek)|3.948513415518492e-06| -|pypi|[diffcp](https://pypi.org/project/diffcp)|3.948513415518492e-06| -|pypi|[cylp](https://pypi.org/project/cylp)|3.948513415518492e-06| -|pypi|[scs](https://pypi.org/project/scs)|3.948513415518492e-06| -|pypi|[clarabel](https://pypi.org/project/clarabel)|3.948513415518492e-06| -|pypi|[ecos](https://pypi.org/project/ecos)|3.948513415518492e-06| -|pypi|[osqp](https://pypi.org/project/osqp)|3.948513415518492e-06| -|npm|csso|3.948513415518492e-06| -|npm|google-closure-compiler|3.948513415518492e-06| -|npm|ora|3.948513415518492e-06| -|npm|update-notifier|3.948513415518492e-06| -|npm|crass|3.948513415518492e-06| -|npm|sqwish|3.948513415518492e-06| -|npm|html-minifier|3.948513415518492e-06| -|npm|node-version|3.948513415518492e-06| -|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.948513415518492e-06| -|cran|transport|3.948513415518492e-06| -|pypi|[user-agents](https://pypi.org/project/user-agents)|3.948513415518491e-06| -|rubygems|zeitwerk|3.948513415518491e-06| -|rubygems|selma|3.948513415518491e-06| -|rubygems|sawyer|3.948513415518491e-06| -|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.934707424555142e-06| -|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.932677131766413e-06| -|rubygems|execjs|3.927360665078214e-06| -|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.919480228639679e-06| -|pypi|[pylama](https://pypi.org/project/pylama)|3.919480228639679e-06| -|pypi|[tabulator](https://pypi.org/project/tabulator)|3.919480228639679e-06| -|pypi|[tableschema](https://pypi.org/project/tableschema)|3.919480228639679e-06| -|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.918771366414586e-06| -|cran|TH.data|3.9178344982531786e-06| -|npm|ascli|3.909028281363307e-06| -|pypi|[coconut](https://pypi.org/project/coconut)|3.905123158205101e-06| -|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.905123158205101e-06| -|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.901693098338431e-06| -|pypi|[Epip](https://pypi.org/project/Epip)|3.901693098338431e-06| -|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.901693098338431e-06| -|cran|[posterior](https://mc-stan.org/posterior/)|3.901119152756767e-06| -|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.897234020511763e-06| -|npm|prettier-plugin-svelte|3.891257850416988e-06| -|npm|eslint-plugin-svelte3|3.891257850416988e-06| -|npm|svelte|3.891257850416988e-06| -|cran|tracerer|3.8729437807717264e-06| -|npm|path-platform|3.8699379985496735e-06| -|rubygems|rails-dom-testing|3.867931509079339e-06| -|pypi|[ducc0](https://pypi.org/project/ducc0)|3.867220492257819e-06| -|cran|stabledist|3.858912534166341e-06| -|cran|skewt|3.85826168030664e-06| -|cran|catdata|3.85826168030664e-06| -|cran|MPV|3.85826168030664e-06| -|cran|fit.models|3.85826168030664e-06| -|cran|DEoptimR|3.85826168030664e-06| -|pypi|[langcodes](https://pypi.org/project/langcodes)|3.853207852514197e-06| -|pypi|[pathy](https://pypi.org/project/pathy)|3.853207852514197e-06| -|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.853207852514197e-06| -|cran|pso|3.852643242245033e-06| -|cran|feather|3.852478885209755e-06| -|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.848220202224072e-06| -|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.84014941097596e-06| -|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.835158963398347e-06| -|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.815822502370727e-06| -|cran|spacetime|3.8083450909606835e-06| -|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.8080524639783117e-06| -|npm|underscore.string|3.790572878897752e-06| -|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.7875106664624547e-06| -|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7690355329949346e-06| -|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.769035532994932e-06| -|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.766704651403713e-06| -|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.760488967160468e-06| -|pypi|[noodles](https://pypi.org/project/noodles)|3.7599630246475754e-06| -|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.753366828965109e-06| -|npm|gulp-babel|3.750080470912078e-06| -|pypi|[hupper](https://pypi.org/project/hupper)|3.74898397469101e-06| -|pypi|[venusian](https://pypi.org/project/venusian)|3.74898397469101e-06| -|npm|gulp-uglify-es|3.7444309785584632e-06| -|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7406969199648865e-06| -|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7406969199648865e-06| -|pypi|[saspy](https://pypi.org/project/saspy)|3.7406969199648865e-06| -|npm|escape-html|3.73587779868313e-06| -|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.727617560104871e-06| -|npm|eslint-plugin-jsx-a11y|3.7271185040089553e-06| -|pypi|[Twisted](https://pypi.org/project/Twisted)|3.72676181686334e-06| -|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.724062901336679e-06| -|cran|[move](https://bartk.gitlab.io/move/)|3.717756137988191e-06| -|pypi|[portray](https://pypi.org/project/portray)|3.701731327048586e-06| -|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.701731327048586e-06| -|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.701731327048586e-06| -|npm|superagent|3.701731327048586e-06| -|npm|connect-flash|3.701731327048586e-06| -|npm|isexe|3.701731327048586e-06| -|spack|nspr|3.6940317258883253e-06| -|cran|goftest|3.6762021454827335e-06| -|cran|tensor|3.6762021454827335e-06| -|cran|spatstat.sparse|3.6762021454827335e-06| -|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.674846863585781e-06| -|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.674846863585781e-06| -|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.674846863585781e-06| -|pypi|[configupdater](https://pypi.org/project/configupdater)|3.674846863585781e-06| -|cran|ellipse|3.6690058287896163e-06| -|npm|seedrandom|3.6664767429814563e-06| -|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.664929853237668e-06| -|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.653787983043566e-06| -|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6531902693275097e-06| -|cran|[servr](https://github.com/yihui/servr)|3.644042007666004e-06| -|cran|doRNG|3.642503625815809e-06| -|cran|keras|3.637920582341454e-06| -|npm|[typedoc](https://typedoc.org)|3.631398431834663e-06| -|rubygems|reline|3.628066873640319e-06| -|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6269488759971004e-06| -|npm|sass-true|3.62618578976188e-06| -|cran|[rdflib](https://github.com/ropensci/rdflib)|3.62618578976188e-06| -|requirements.txt|gitlab/aegge/comet-emu|3.6258158085569257e-06| -|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6258158085569257e-06| -|requirements.txt|gitlab/rki_bioinformatics/purple|3.6258158085569257e-06| -|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6258158085569257e-06| -|requirements.txt|gitlab/dsbowen/conditional-inference|3.6258158085569257e-06| -|requirements.txt|gitlab/sybreton/apollinaire|3.6258158085569257e-06| -|requirements.txt|gitlab/esa/pyxel|3.6258158085569257e-06| -|requirements.txt|gitlab/gpagano/lensinggw|3.6258158085569257e-06| -|requirements.txt|gitlab/binary_c/binary_c-python|3.6258158085569257e-06| -|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6258158085569257e-06| -|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6258158085569257e-06| -|requirements.txt|gitlab/ENKI-portal/vaporock|3.6258158085569257e-06| -|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6258158085569257e-06| -|requirements.txt|gitlab/AstroVian/bmarxiv|3.6258158085569257e-06| -|requirements.txt|gitlab/jesseds/apav|3.6258158085569257e-06| -|requirements.txt|gitlab/LouisLab/PiVR|3.6258158085569257e-06| -|requirements.txt|gitlab/dglaeser/fieldcompare|3.6258158085569257e-06| -|requirements.txt|gitlab/casi-project/casi-2d|3.6258158085569257e-06| -|requirements.txt|gitlab/cracklet/cracklet|3.6258158085569257e-06| -|requirements.txt|gitlab/etienne.behar/menura|3.6258158085569257e-06| -|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6258158085569257e-06| -|requirements.txt|github/pylops/pyproximal|3.6258158085569257e-06| -|requirements.txt|github/tikk3r/legacystamps|3.6258158085569257e-06| -|requirements.txt|github/katholt/Kleborate|3.6258158085569257e-06| -|requirements.txt|github/fgbuster/fgbuster|3.6258158085569257e-06| -|requirements.txt|github/hyosubkim/bayes-toolbox|3.6258158085569257e-06| -|requirements.txt|github/grahambell/pymoc|3.6258158085569257e-06| -|requirements.txt|github/rodluger/everest|3.6258158085569257e-06| -|requirements.txt|github/xraypy/xraylarch|3.6258158085569257e-06| -|requirements.txt|github/Leo-Simpson/c-lasso|3.6258158085569257e-06| -|requirements.txt|github/variomes/sibtm-variomes|3.6258158085569257e-06| -|requirements.txt|github/robashaw/libecpint|3.6258158085569257e-06| -|requirements.txt|github/barentsen/dave|3.6258158085569257e-06| -|requirements.txt|github/barentsen/k2flix|3.6258158085569257e-06| -|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6258158085569257e-06| -|requirements.txt|github/pyamg/pyamg|3.6258158085569257e-06| -|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6258158085569257e-06| -|requirements.txt|github/UoMMIB/TFBMiner|3.6258158085569257e-06| -|requirements.txt|github/klb2/qmkpy|3.6258158085569257e-06| -|requirements.txt|github/WangLabTHU/DeSP|3.6258158085569257e-06| -|requirements.txt|github/SuperKogito/spafe|3.6258158085569257e-06| -|requirements.txt|github/bonsai-team/matam|3.6258158085569257e-06| -|requirements.txt|github/harrispopgen/mutyper|3.6258158085569257e-06| -|requirements.txt|github/zhoux85/scAdapt|3.6258158085569257e-06| -|requirements.txt|github/danhey/echelle|3.6258158085569257e-06| -|requirements.txt|github/astromer-science/main-code|3.6258158085569257e-06| -|requirements.txt|github/aimalz/qp|3.6258158085569257e-06| -|requirements.txt|github/lmcinnes/umap|3.6258158085569257e-06| -|requirements.txt|github/onnela-lab/beiwe-backend|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/hide|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/seek|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6258158085569257e-06| -|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6258158085569257e-06| -|requirements.txt|github/LCOGT/neoexchange|3.6258158085569257e-06| -|requirements.txt|github/mlares/hearsay|3.6258158085569257e-06| -|requirements.txt|github/tessgi/tvguide|3.6258158085569257e-06| -|requirements.txt|github/ot483/NetCom|3.6258158085569257e-06| -|requirements.txt|github/pnsaevik/effluent|3.6258158085569257e-06| -|requirements.txt|github/LuisScoccola/persistable|3.6258158085569257e-06| -|requirements.txt|github/duetosymmetry/qnm|3.6258158085569257e-06| -|requirements.txt|github/ToyotaCRDL/mahos|3.6258158085569257e-06| -|requirements.txt|github/firefly-cpp/NiaARM|3.6258158085569257e-06| -|requirements.txt|github/soraxas/sbp-env|3.6258158085569257e-06| -|requirements.txt|github/mwvgroup/pwv_kpno|3.6258158085569257e-06| -|requirements.txt|github/linsalrob/PhiSpy|3.6258158085569257e-06| -|requirements.txt|github/emerge-erc/ALminer|3.6258158085569257e-06| -|requirements.txt|github/PolymerGuy/recolo|3.6258158085569257e-06| -|requirements.txt|github/amrex-astro/Castro|3.6258158085569257e-06| -|requirements.txt|github/amrex-astro/Nyx|3.6258158085569257e-06| -|requirements.txt|github/JulianZDing/UniMAP|3.6258158085569257e-06| -|requirements.txt|github/STOmics/EAGS|3.6258158085569257e-06| -|requirements.txt|github/sybila/biodivine-aeon-py|3.6258158085569257e-06| -|requirements.txt|github/mwalmsley/zoobot|3.6258158085569257e-06| -|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6258158085569257e-06| -|requirements.txt|github/intake/intake|3.6258158085569257e-06| -|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6258158085569257e-06| -|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6258158085569257e-06| -|requirements.txt|github/nialov/fractopo|3.6258158085569257e-06| -|requirements.txt|github/secimTools/SECIMTools|3.6258158085569257e-06| -|requirements.txt|github/mraveri/tensiometer|3.6258158085569257e-06| -|requirements.txt|github/frescigno/magpy_rv|3.6258158085569257e-06| -|requirements.txt|github/abinit/abinit|3.6258158085569257e-06| -|requirements.txt|github/EGaraldi/corecon|3.6258158085569257e-06| -|requirements.txt|github/fenderglass/Ragout|3.6258158085569257e-06| -|requirements.txt|github/fenderglass/Flye|3.6258158085569257e-06| -|requirements.txt|github/ebachelet/pyLIMA|3.6258158085569257e-06| -|requirements.txt|github/KVSlab/VaMPy|3.6258158085569257e-06| -|requirements.txt|github/StingraySoftware/HENDRICS|3.6258158085569257e-06| -|requirements.txt|github/21cmfast/21cmEMU|3.6258158085569257e-06| -|requirements.txt|github/a-griffiths/AutoSpec|3.6258158085569257e-06| -|requirements.txt|github/MIAnalyzer/MIA|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/Castro|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/Nyx|3.6258158085569257e-06| -|requirements.txt|github/matiscke/lcps|3.6258158085569257e-06| -|requirements.txt|github/johnh2o2/cuvarbase|3.6258158085569257e-06| -|requirements.txt|github/johnpaulett/python-hl7|3.6258158085569257e-06| -|requirements.txt|github/mswzeus/TargetNet|3.6258158085569257e-06| -|requirements.txt|github/lpantano/seqcluster|3.6258158085569257e-06| -|requirements.txt|github/dirmeier/surjectors|3.6258158085569257e-06| -|requirements.txt|github/swagnercarena/paltas|3.6258158085569257e-06| -|requirements.txt|github/damonge/schNell|3.6258158085569257e-06| -|requirements.txt|github/roualdes/bridgestan|3.6258158085569257e-06| -|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6258158085569257e-06| -|requirements.txt|github/kiyo-masui/bitshuffle|3.6258158085569257e-06| -|requirements.txt|github/lgrcia/prose|3.6258158085569257e-06| -|requirements.txt|github/achael/eht-imaging|3.6258158085569257e-06| -|requirements.txt|github/iancze/PSOAP|3.6258158085569257e-06| -|requirements.txt|github/Kamuish/archi|3.6258158085569257e-06| -|requirements.txt|github/mpound/pdrtpy|3.6258158085569257e-06| -|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6258158085569257e-06| -|requirements.txt|github/labsyspharm/minerva-story|3.6258158085569257e-06| -|requirements.txt|github/aewallin/allantools|3.6258158085569257e-06| -|requirements.txt|github/mrempel/geohexviz|3.6258158085569257e-06| -|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6258158085569257e-06| -|requirements.txt|github/pysam-developers/pysam|3.6258158085569257e-06| -|requirements.txt|github/wmglab-duke/ascent|3.6258158085569257e-06| -|requirements.txt|github/pynucastro/pynucastro|3.6258158085569257e-06| -|requirements.txt|github/li-yangyang/lotus|3.6258158085569257e-06| -|requirements.txt|github/austinpeel/herculens|3.6258158085569257e-06| -|requirements.txt|github/JakobBD/pounce|3.6258158085569257e-06| -|requirements.txt|github/annayqho/TheCannon|3.6258158085569257e-06| -|requirements.txt|github/Basvanstein/GSAreport|3.6258158085569257e-06| -|requirements.txt|github/kkjawz/coref-ee|3.6258158085569257e-06| -|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6258158085569257e-06| -|requirements.txt|github/jesford/cluster-lensing|3.6258158085569257e-06| -|requirements.txt|github/broadinstitute/cromwell|3.6258158085569257e-06| -|requirements.txt|github/dartoon/galight|3.6258158085569257e-06| -|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6258158085569257e-06| -|requirements.txt|github/snowformatics/macrobot|3.6258158085569257e-06| -|requirements.txt|github/Jacks0nJ/PyFPT|3.6258158085569257e-06| -|requirements.txt|github/epi2me-labs/mapula|3.6258158085569257e-06| -|requirements.txt|github/skyfielders/python-skyfield|3.6258158085569257e-06| -|requirements.txt|github/luizfelippesr/galmag|3.6258158085569257e-06| -|requirements.txt|github/erling6232/imagedata|3.6258158085569257e-06| -|requirements.txt|github/jts/nanopolish|3.6258158085569257e-06| -|requirements.txt|github/MrOlm/drep|3.6258158085569257e-06| -|requirements.txt|github/theislab/scCODA|3.6258158085569257e-06| -|requirements.txt|github/uab-cgds-worthey/quac|3.6258158085569257e-06| -|requirements.txt|github/python-hydro/pyro2|3.6258158085569257e-06| -|requirements.txt|github/desihub/fastspecfit|3.6258158085569257e-06| -|requirements.txt|github/fhcrc/seqmagick|3.6258158085569257e-06| -|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6258158085569257e-06| -|requirements.txt|github/kinnala/scikit-fem|3.6258158085569257e-06| -|requirements.txt|github/sorenwacker/ProteomicsQC|3.6258158085569257e-06| -|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6258158085569257e-06| -|requirements.txt|github/Higgins00/TESS-Localize|3.6258158085569257e-06| -|requirements.txt|github/palaeoware/revosim|3.6258158085569257e-06| -|requirements.txt|github/tholoien/empiriciSN|3.6258158085569257e-06| -|requirements.txt|github/tholoien/XDGMM|3.6258158085569257e-06| -|requirements.txt|github/mentatpsi/OSGenome|3.6258158085569257e-06| -|requirements.txt|github/hpparvi/opents|3.6258158085569257e-06| -|requirements.txt|github/hpparvi/PyTransit|3.6258158085569257e-06| -|requirements.txt|github/ronshnapp/MyPTV|3.6258158085569257e-06| -|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6258158085569257e-06| -|requirements.txt|github/trygvrad/DF-XRM_viz|3.6258158085569257e-06| -|requirements.txt|github/HLasse/TextDescriptives|3.6258158085569257e-06| -|requirements.txt|github/ZJUFanLab/bulk2space|3.6258158085569257e-06| -|requirements.txt|github/ppsp-team/PyNM|3.6258158085569257e-06| -|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6258158085569257e-06| -|requirements.txt|github/ABM4ALL/Melodie|3.6258158085569257e-06| -|requirements.txt|github/esa/NIDN|3.6258158085569257e-06| -|requirements.txt|github/smaret/astrochem|3.6258158085569257e-06| -|requirements.txt|github/FlorianThibord/OptimiR|3.6258158085569257e-06| -|requirements.txt|github/muctadir/lama|3.6258158085569257e-06| -|requirements.txt|github/COMBINE-lab/alevin-fry|3.6258158085569257e-06| -|requirements.txt|github/rhdtownsend/gyre|3.6258158085569257e-06| -|requirements.txt|github/chanzuckerberg/cellxgene|3.6258158085569257e-06| -|requirements.txt|github/dib-lab/dammit|3.6258158085569257e-06| -|requirements.txt|github/dib-lab/sourmash|3.6258158085569257e-06| -|requirements.txt|github/cwieder/py-ssPA|3.6258158085569257e-06| -|requirements.txt|github/igmhub/LyaCoLoRe|3.6258158085569257e-06| -|requirements.txt|github/igmhub/picca|3.6258158085569257e-06| -|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/pycrires|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/ARTES|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/species|3.6258158085569257e-06| -|requirements.txt|github/Lyalpha/spalipy|3.6258158085569257e-06| -|requirements.txt|github/rcsb/mmtf-python|3.6258158085569257e-06| -|requirements.txt|github/stinefm/relsad|3.6258158085569257e-06| -|requirements.txt|github/danielenricocahall/elephas|3.6258158085569257e-06| -|requirements.txt|github/idruglab/hignn|3.6258158085569257e-06| -|requirements.txt|github/Climdyn/qgs|3.6258158085569257e-06| -|requirements.txt|github/PaulRitsche/DLTrack|3.6258158085569257e-06| -|requirements.txt|github/ablab/TandemTools|3.6258158085569257e-06| -|requirements.txt|github/pavolgaj/ObsPlanner|3.6258158085569257e-06| -|requirements.txt|github/Smith42/pix2prof|3.6258158085569257e-06| -|requirements.txt|github/legolason/PyQSOFit|3.6258158085569257e-06| -|requirements.txt|github/kingyin3613/RingsPy|3.6258158085569257e-06| -|requirements.txt|github/OpenBioLink/Explorer|3.6258158085569257e-06| -|requirements.txt|github/abatten/fruitbat|3.6258158085569257e-06| -|requirements.txt|github/tamarervin/SolAster|3.6258158085569257e-06| -|requirements.txt|github/dfm/ketu|3.6258158085569257e-06| -|requirements.txt|github/ketch/RK-Opt|3.6258158085569257e-06| -|requirements.txt|github/minkailin/stratsi|3.6258158085569257e-06| -|requirements.txt|github/londumas/redvsblue|3.6258158085569257e-06| -|requirements.txt|github/deeptools/deepTools|3.6258158085569257e-06| -|requirements.txt|github/deeptools/HiCExplorer|3.6258158085569257e-06| -|requirements.txt|github/arnikz/PIQMIe|3.6258158085569257e-06| -|requirements.txt|github/huiwenke/MineProt|3.6258158085569257e-06| -|requirements.txt|github/Zafiirah13/meercrab|3.6258158085569257e-06| -|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6258158085569257e-06| -|requirements.txt|github/miracum/ahd2fhir|3.6258158085569257e-06| -|requirements.txt|github/rae-holcomb/SpinSpotter|3.6258158085569257e-06| -|requirements.txt|github/JLiangLab/TransVW|3.6258158085569257e-06| -|requirements.txt|github/kylemede/ExoSOFT|3.6258158085569257e-06| -|requirements.txt|github/myinxd/mcrgnet|3.6258158085569257e-06| -|requirements.txt|github/semaphoreP/whereistheplanet|3.6258158085569257e-06| -|requirements.txt|github/epfl-radio-astro/PINION|3.6258158085569257e-06| -|requirements.txt|github/epfl-radio-astro/LiSA|3.6258158085569257e-06| -|requirements.txt|github/sczesla/PyAstronomy|3.6258158085569257e-06| -|requirements.txt|github/igvteam/igv-reports|3.6258158085569257e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6258158085569257e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6258158085569257e-06| -|requirements.txt|github/freqtrade/freqtrade|3.6258158085569257e-06| -|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6258158085569257e-06| -|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6258158085569257e-06| -|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6258158085569257e-06| -|requirements.txt|github/kboone/avocado|3.6258158085569257e-06| -|requirements.txt|github/lucianolorenti/ceruleo|3.6258158085569257e-06| -|requirements.txt|github/icecube/TauRunner|3.6258158085569257e-06| -|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6258158085569257e-06| -|requirements.txt|github/ashleychontos/pySYD|3.6258158085569257e-06| -|requirements.txt|github/nextstrain/nextclade|3.6258158085569257e-06| -|requirements.txt|github/CederGroupHub/sparse-lm|3.6258158085569257e-06| -|requirements.txt|github/CederGroupHub/smol|3.6258158085569257e-06| -|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6258158085569257e-06| -|requirements.txt|github/pysal/spopt|3.6258158085569257e-06| -|requirements.txt|github/atomec-project/atoMEC|3.6258158085569257e-06| -|requirements.txt|github/Narayana-Rao/SAR-tools|3.6258158085569257e-06| -|requirements.txt|github/htjb/globalemu|3.6258158085569257e-06| -|requirements.txt|github/htjb/margarine|3.6258158085569257e-06| -|requirements.txt|github/benjaminbolling/RSW|3.6258158085569257e-06| -|requirements.txt|github/wouterpeere/GHEtool|3.6258158085569257e-06| -|requirements.txt|github/RuiningZHAO/wcpy|3.6258158085569257e-06| -|requirements.txt|github/YangLab/CIRCexplorer2|3.6258158085569257e-06| -|requirements.txt|github/vortex-exoplanet/VIP|3.6258158085569257e-06| -|requirements.txt|github/SESMG/SESMG|3.6258158085569257e-06| -|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6258158085569257e-06| -|requirements.txt|github/johnveitch/cpnest|3.6258158085569257e-06| -|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6258158085569257e-06| -|requirements.txt|github/PacificBiosciences/pbbam|3.6258158085569257e-06| -|requirements.txt|github/ncbi/datasets|3.6258158085569257e-06| -|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6258158085569257e-06| -|requirements.txt|github/ImperialCollegeLondon/champ|3.6258158085569257e-06| -|requirements.txt|github/xuanxu/starmatrix|3.6258158085569257e-06| -|requirements.txt|github/moead-framework/framework|3.6258158085569257e-06| -|requirements.txt|github/ianfhunter/GNOLL|3.6258158085569257e-06| -|requirements.txt|github/cylammarco/WDPhotTools|3.6258158085569257e-06| -|requirements.txt|github/cylammarco/ASPIRED|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/VarSum|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/MutViz|3.6258158085569257e-06| -|requirements.txt|github/kblin/ncbi-acc-download|3.6258158085569257e-06| -|requirements.txt|github/joshspeagle/dynesty|3.6258158085569257e-06| -|requirements.txt|github/villano-lab/nrCascadeSim|3.6258158085569257e-06| -|requirements.txt|github/segasai/rvspecfit|3.6258158085569257e-06| -|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6258158085569257e-06| -|requirements.txt|github/j-erler/pymf|3.6258158085569257e-06| -|requirements.txt|github/JD2112/methylr|3.6258158085569257e-06| -|requirements.txt|github/tud-hri/joan|3.6258158085569257e-06| -|requirements.txt|github/tud-hri/travia|3.6258158085569257e-06| -|requirements.txt|github/jgieseler/solarmach|3.6258158085569257e-06| -|requirements.txt|github/williamjameshandley/anesthetic|3.6258158085569257e-06| -|requirements.txt|github/williamjameshandley/fgivenx|3.6258158085569257e-06| -|requirements.txt|github/ryneches/SuchTree|3.6258158085569257e-06| -|requirements.txt|github/wbalmer/backtracks|3.6258158085569257e-06| -|requirements.txt|github/wbalmer/backtrack|3.6258158085569257e-06| -|requirements.txt|github/silx-kit/pyFAI|3.6258158085569257e-06| -|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6258158085569257e-06| -|requirements.txt|github/wcoulton/CompressedFisher|3.6258158085569257e-06| -|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6258158085569257e-06| -|requirements.txt|github/phirling/pyc2ray|3.6258158085569257e-06| -|requirements.txt|github/JorenSix/Olaf|3.6258158085569257e-06| -|requirements.txt|github/cdanielmachado/reframed|3.6258158085569257e-06| -|requirements.txt|github/singularityhub/sregistry|3.6258158085569257e-06| -|requirements.txt|github/open2c/pairtools|3.6258158085569257e-06| -|requirements.txt|github/logan-pearce/lofti_gaia|3.6258158085569257e-06| -|requirements.txt|github/benstahl92/deepSIP|3.6258158085569257e-06| -|requirements.txt|github/khyox/recentrifuge|3.6258158085569257e-06| -|requirements.txt|github/pyomeca/biosiglive|3.6258158085569257e-06| -|requirements.txt|github/TianlaiProject/tlpipe|3.6258158085569257e-06| -|requirements.txt|github/SPARTA-dev/SPARTA|3.6258158085569257e-06| -|requirements.txt|github/taoliu/MACS|3.6258158085569257e-06| -|requirements.txt|github/radiocosmology/draco|3.6258158085569257e-06| -|requirements.txt|github/radiocosmology/driftscan|3.6258158085569257e-06| -|requirements.txt|github/SCIInstitute/UncertainSCI|3.6258158085569257e-06| -|requirements.txt|github/YesselmanLab/rna_map|3.6258158085569257e-06| -|requirements.txt|github/sebastian-zieba/PACMAN|3.6258158085569257e-06| -|requirements.txt|github/PNNL-m-q/mza|3.6258158085569257e-06| -|requirements.txt|github/micahvista/MAMnet|3.6258158085569257e-06| -|requirements.txt|github/jpierel14/snsed|3.6258158085569257e-06| -|requirements.txt|github/biocircuits/bioscrape|3.6258158085569257e-06| -|requirements.txt|github/me-manu/gammaALPs|3.6258158085569257e-06| -|requirements.txt|github/maxmahlke/ssos|3.6258158085569257e-06| -|requirements.txt|github/EnricoCorsaro/FAMED|3.6258158085569257e-06| -|requirements.txt|github/winger/hawking_net|3.6258158085569257e-06| -|requirements.txt|github/kazewong/flowMC|3.6258158085569257e-06| -|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6258158085569257e-06| -|requirements.txt|github/BorgwardtLab/simbsig|3.6258158085569257e-06| -|requirements.txt|github/SterlingYM/astroPIPS|3.6258158085569257e-06| -|requirements.txt|github/statgen/Minimac4|3.6258158085569257e-06| -|requirements.txt|github/ajshajib/dolphin|3.6258158085569257e-06| -|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6258158085569257e-06| -|requirements.txt|github/NBISweden/AGAT|3.6258158085569257e-06| -|requirements.txt|github/saberyoung/haffet|3.6258158085569257e-06| -|requirements.txt|github/1313e/CMasher|3.6258158085569257e-06| -|requirements.txt|github/rzellem/EXOTIC|3.6258158085569257e-06| -|requirements.txt|github/scikit-tda/DREiMac|3.6258158085569257e-06| -|requirements.txt|github/MD-Studio/MDStudio|3.6258158085569257e-06| -|requirements.txt|github/Julian/jsonschema|3.6258158085569257e-06| -|requirements.txt|github/pudu-py/pudu|3.6258158085569257e-06| -|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6258158085569257e-06| -|requirements.txt|github/asntech/intervene|3.6258158085569257e-06| -|requirements.txt|github/astroweaver/the_farmer|3.6258158085569257e-06| -|requirements.txt|github/ifilot/edp|3.6258158085569257e-06| -|requirements.txt|github/BioGearsEngine/core|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/Stimela-classic|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/PyMORESANE|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/QuartiCal|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/Stimela|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/rodrigues|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/breizorro|3.6258158085569257e-06| -|requirements.txt|github/mrtommyb/ktransit|3.6258158085569257e-06| -|requirements.txt|github/ArgonneCPAC/diffmah|3.6258158085569257e-06| -|requirements.txt|github/ArgonneCPAC/diffstar|3.6258158085569257e-06| -|requirements.txt|github/ywx649999311/EzTao|3.6258158085569257e-06| -|requirements.txt|github/icrar/daliuge|3.6258158085569257e-06| -|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6258158085569257e-06| -|requirements.txt|github/MRChemSoft/mrchem|3.6258158085569257e-06| -|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6258158085569257e-06| -|requirements.txt|github/SimonPfeifer/cows|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/K2fov|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/kadenza|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/PyKE|3.6258158085569257e-06| -|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6258158085569257e-06| -|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6258158085569257e-06| -|requirements.txt|github/grant-m-s/astronomicAL|3.6258158085569257e-06| -|requirements.txt|github/mirapy-org/mirapy|3.6258158085569257e-06| -|requirements.txt|github/ihmwg/python-modelcif|3.6258158085569257e-06| -|requirements.txt|github/Samreay/ChainConsumer|3.6258158085569257e-06| -|requirements.txt|github/Samreay/Barry|3.6258158085569257e-06| -|requirements.txt|github/N-Wouda/ALNS|3.6258158085569257e-06| -|requirements.txt|github/teuben/QAC|3.6258158085569257e-06| -|requirements.txt|github/marius311/cosmoslik|3.6258158085569257e-06| -|requirements.txt|github/jkrogager/VoigtFit|3.6258158085569257e-06| -|requirements.txt|github/tuoyl/tat-pulsar|3.6258158085569257e-06| -|requirements.txt|github/mirnylab/cooler|3.6258158085569257e-06| -|requirements.txt|github/mirnylab/pairtools|3.6258158085569257e-06| -|requirements.txt|github/LoganAMorrison/Hazma|3.6258158085569257e-06| -|requirements.txt|github/openmsi/openmsistream|3.6258158085569257e-06| -|requirements.txt|github/IMMM-SFA/tell|3.6258158085569257e-06| -|requirements.txt|github/winni2k/abeona|3.6258158085569257e-06| -|requirements.txt|github/pni-lab/mlconfound|3.6258158085569257e-06| -|requirements.txt|github/vrodgom/statmorph|3.6258158085569257e-06| -|requirements.txt|github/kartheikiyer/dense_basis|3.6258158085569257e-06| -|requirements.txt|github/jellis18/PTMCMCSampler|3.6258158085569257e-06| -|requirements.txt|github/msyazwanfaid/hilalpy|3.6258158085569257e-06| -|requirements.txt|github/OxES/k2sc|3.6258158085569257e-06| -|requirements.txt|github/zachetienne/nrpytutorial|3.6258158085569257e-06| -|requirements.txt|github/iontorrent/TS|3.6258158085569257e-06| -|requirements.txt|github/bjmorgan/py-sc-fermi|3.6258158085569257e-06| -|requirements.txt|github/markur4/plotastic|3.6258158085569257e-06| -|requirements.txt|github/mwanakijiji/rrlfe|3.6258158085569257e-06| -|requirements.txt|github/connor-lab/vapor|3.6258158085569257e-06| -|requirements.txt|github/mgieles/limepy|3.6258158085569257e-06| -|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6258158085569257e-06| -|requirements.txt|github/galaxyproject/galaxy-lib|3.6258158085569257e-06| -|requirements.txt|github/deepmind/alphafold|3.6258158085569257e-06| -|requirements.txt|github/r3w0p/bobocep|3.6258158085569257e-06| -|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6258158085569257e-06| -|requirements.txt|github/tvwenger/millennium-tap-query|3.6258158085569257e-06| -|requirements.txt|github/pcingola/SnpEff|3.6258158085569257e-06| -|requirements.txt|github/rpoleski/MulensModel|3.6258158085569257e-06| -|requirements.txt|github/jtschindler/sculptor|3.6258158085569257e-06| -|requirements.txt|github/pmlmodelling/nctoolkit|3.6258158085569257e-06| -|requirements.txt|github/cmoestl/3DCORE|3.6258158085569257e-06| -|requirements.txt|github/stammler/dustpylib|3.6258158085569257e-06| -|requirements.txt|github/pyvisa/pyvisa|3.6258158085569257e-06| -|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6258158085569257e-06| -|requirements.txt|github/siavashk/pycpd|3.6258158085569257e-06| -|requirements.txt|github/alawryaguila/multi-view-AE|3.6258158085569257e-06| -|requirements.txt|github/rsnemmen/BCES|3.6258158085569257e-06| -|requirements.txt|github/zhangyk8/sconce-scms|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/spinning-up-basic|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/Rainbow|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/PlaNet|3.6258158085569257e-06| -|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6258158085569257e-06| -|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6258158085569257e-06| -|requirements.txt|github/benlansdell/ethome|3.6258158085569257e-06| -|requirements.txt|github/VIB-PSB/MINI-EX|3.6258158085569257e-06| -|requirements.txt|github/BASTAcode/BASTA|3.6258158085569257e-06| -|requirements.txt|github/transientskp/lpf|3.6258158085569257e-06| -|requirements.txt|github/astroboylrx/Rubble|3.6258158085569257e-06| -|requirements.txt|github/aboucaud/pypher|3.6258158085569257e-06| -|requirements.txt|github/gmbrandt/HTOF|3.6258158085569257e-06| -|requirements.txt|github/exoclime/HELA|3.6258158085569257e-06| -|requirements.txt|github/exoclime/HELIOS-K|3.6258158085569257e-06| -|requirements.txt|github/valentineap/pyprop8|3.6258158085569257e-06| -|requirements.txt|github/mms-fcul/PypKa|3.6258158085569257e-06| -|requirements.txt|github/Chenmi0619/GALMoss|3.6258158085569257e-06| -|requirements.txt|github/gbrammer/grizli|3.6258158085569257e-06| -|requirements.txt|github/RBrearton/islatu|3.6258158085569257e-06| -|requirements.txt|github/travisseymour/EPICpy|3.6258158085569257e-06| -|requirements.txt|github/chemfiles/chemfiles|3.6258158085569257e-06| -|requirements.txt|github/mindearth/mobilkit|3.6258158085569257e-06| -|requirements.txt|github/ITA-Solar/rh|3.6258158085569257e-06| -|requirements.txt|github/mjshao06/pdifFinder|3.6258158085569257e-06| -|requirements.txt|github/parsotat/batanalysis|3.6258158085569257e-06| -|requirements.txt|github/LSARP/ProteomicsQC|3.6258158085569257e-06| -|requirements.txt|github/hongwanliu/DarkHistory|3.6258158085569257e-06| -|requirements.txt|github/AOtools/aotools|3.6258158085569257e-06| -|requirements.txt|github/hposborn/MonoTools|3.6258158085569257e-06| -|requirements.txt|github/enveda/RPath|3.6258158085569257e-06| -|requirements.txt|github/ethicsai/ethical-smart-grid|3.6258158085569257e-06| -|requirements.txt|github/paulbrodersen/netgraph|3.6258158085569257e-06| -|requirements.txt|github/nickk124/RCR|3.6258158085569257e-06| -|requirements.txt|github/smithlabcode/dnmtools|3.6258158085569257e-06| -|requirements.txt|github/ORNL/curifactory|3.6258158085569257e-06| -|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6258158085569257e-06| -|requirements.txt|github/MikeSWang/HorizonGRound|3.6258158085569257e-06| -|requirements.txt|github/MikeSWang/Harmonia|3.6258158085569257e-06| -|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6258158085569257e-06| -|requirements.txt|github/mtlam/PyPulse|3.6258158085569257e-06| -|requirements.txt|github/uedaLabR/nanoDoc|3.6258158085569257e-06| -|requirements.txt|github/telatin/qax|3.6258158085569257e-06| -|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6258158085569257e-06| -|requirements.txt|github/ucberkeleyseti/blimpy|3.6258158085569257e-06| -|requirements.txt|github/bedops/bedops|3.6258158085569257e-06| -|requirements.txt|github/SDXorg/pysd|3.6258158085569257e-06| -|requirements.txt|github/ryanhausen/fitsmap|3.6258158085569257e-06| -|requirements.txt|github/koszullab/pareidolia|3.6258158085569257e-06| -|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6258158085569257e-06| -|requirements.txt|github/sjteresi/TE_Density|3.6258158085569257e-06| -|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6258158085569257e-06| -|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6258158085569257e-06| -|requirements.txt|github/tylertrimble/viswaternet|3.6258158085569257e-06| -|requirements.txt|github/jonas-fuchs/varVAMP|3.6258158085569257e-06| -|requirements.txt|github/learningsimulator/learningsimulator|3.6258158085569257e-06| -|requirements.txt|github/erikbern/ann-benchmarks|3.6258158085569257e-06| -|requirements.txt|github/minaskar/hankl|3.6258158085569257e-06| -|requirements.txt|github/minaskar/zeus|3.6258158085569257e-06| -|requirements.txt|github/minaskar/pocomc|3.6258158085569257e-06| -|requirements.txt|github/drphilmarshall/HumVI|3.6258158085569257e-06| -|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6258158085569257e-06| -|requirements.txt|github/johannesulf/dsigma|3.6258158085569257e-06| -|requirements.txt|github/SebastianBocquet/pygtc|3.6258158085569257e-06| -|requirements.txt|github/cytham/nanovar|3.6258158085569257e-06| -|requirements.txt|github/imcgreer/simqso|3.6258158085569257e-06| -|requirements.txt|github/MichelleLochner/astronomaly|3.6258158085569257e-06| -|requirements.txt|github/podondra/bayesian-sznet|3.6258158085569257e-06| -|requirements.txt|github/exosports/homer|3.6258158085569257e-06| -|requirements.txt|github/exosports/MARGE|3.6258158085569257e-06| -|requirements.txt|github/pyxnat/pyxnat|3.6258158085569257e-06| -|requirements.txt|github/AWehrhahn/SME|3.6258158085569257e-06| -|requirements.txt|github/widdowquinn/pyani|3.6258158085569257e-06| -|requirements.txt|github/kno10/python-kmedoids|3.6258158085569257e-06| -|requirements.txt|github/ska-sa/katdal|3.6258158085569257e-06| -|requirements.txt|github/RosettaCommons/RFDesign|3.6258158085569257e-06| -|requirements.txt|github/SHTOOLS/SHTOOLS|3.6258158085569257e-06| -|requirements.txt|github/JLBLine/WODEN|3.6258158085569257e-06| -|requirements.txt|github/JLBLine/PUMA|3.6258158085569257e-06| -|requirements.txt|github/villrv/SuperRAENN|3.6258158085569257e-06| -|requirements.txt|github/silburt/DeepMoon|3.6258158085569257e-06| -|requirements.txt|github/GalletFlorian/TATOO|3.6258158085569257e-06| -|requirements.txt|github/jeschaef/Graph4Med|3.6258158085569257e-06| -|requirements.txt|github/bthorne93/PySM_public|3.6258158085569257e-06| -|requirements.txt|github/pysat/pysat|3.6258158085569257e-06| -|requirements.txt|github/nanograv/enterprise|3.6258158085569257e-06| -|requirements.txt|github/miguelcarcamov/csromer|3.6258158085569257e-06| -|requirements.txt|github/miguelcarcamov/gpuvmem|3.6258158085569257e-06| -|requirements.txt|github/ExObsSim/ExoRad2-public|3.6258158085569257e-06| -|requirements.txt|github/timstaley/amisurvey|3.6258158085569257e-06| -|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6258158085569257e-06| -|requirements.txt|github/nickelnine37/pykronecker|3.6258158085569257e-06| -|requirements.txt|github/PynPoint/PynPoint|3.6258158085569257e-06| -|requirements.txt|github/ggonnella/fastsubtrees|3.6258158085569257e-06| -|requirements.txt|github/ECP-WarpX/WarpX|3.6258158085569257e-06| -|requirements.txt|github/floodlight-sports/floodlight|3.6258158085569257e-06| -|requirements.txt|github/olivecha/guitarsounds|3.6258158085569257e-06| -|requirements.txt|github/pennsignals/chime|3.6258158085569257e-06| -|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6258158085569257e-06| -|requirements.txt|github/reneshbedre/bioinfokit|3.6258158085569257e-06| -|requirements.txt|github/JacobBumgarner/VesselVio|3.6258158085569257e-06| -|requirements.txt|github/candYgene/siga|3.6258158085569257e-06| -|requirements.txt|github/ngbusca/QuasarNET|3.6258158085569257e-06| -|requirements.txt|github/arq5x/poretools|3.6258158085569257e-06| -|requirements.txt|github/qmarcou/IGoR|3.6258158085569257e-06| -|requirements.txt|github/CGATOxford/UMI-tools|3.6258158085569257e-06| -|requirements.txt|github/OSeMOSYS/otoole|3.6258158085569257e-06| -|requirements.txt|github/DSIMB/medusa|3.6258158085569257e-06| -|requirements.txt|github/aertslab/pySCENIC|3.6258158085569257e-06| -|requirements.txt|github/TearsWaiting/MIMML|3.6258158085569257e-06| -|requirements.txt|github/JulianBMunoz/Zeus21|3.6258158085569257e-06| -|requirements.txt|github/JulianBMunoz/RelicFast|3.6258158085569257e-06| -|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6258158085569257e-06| -|requirements.txt|github/flu-crew/smot|3.6258158085569257e-06| -|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6258158085569257e-06| -|requirements.txt|github/MLMI2-CSSI/foundry|3.6258158085569257e-06| -|requirements.txt|github/opengeos/segment-geospatial|3.6258158085569257e-06| -|requirements.txt|github/NREL/G2Aero|3.6258158085569257e-06| -|requirements.txt|github/rrwick/Deepbinner|3.6258158085569257e-06| -|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6258158085569257e-06| -|requirements.txt|github/rkiman/wdwarfdate|3.6258158085569257e-06| -|requirements.txt|github/jsobeck/MOOG_SCAT|3.6258158085569257e-06| -|requirements.txt|github/temuller/hostphot|3.6258158085569257e-06| -|requirements.txt|github/temuller/piscola|3.6258158085569257e-06| -|requirements.txt|github/iAART/aart|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/nnkcde|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/cdetools|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/RFCDE|3.6258158085569257e-06| -|requirements.txt|github/lutteropp/NetRAX|3.6258158085569257e-06| -|requirements.txt|github/sosl/H-FISTA|3.6258158085569257e-06| -|requirements.txt|github/lucydot/effmass|3.6258158085569257e-06| -|requirements.txt|github/basehc/IPEV|3.6258158085569257e-06| -|requirements.txt|github/pipliggins/EVolve|3.6258158085569257e-06| -|requirements.txt|github/FraunhoferIWES/foxes|3.6258158085569257e-06| -|requirements.txt|github/sandialabs/pvOps|3.6258158085569257e-06| -|requirements.txt|github/JulioHC00/PEPITA|3.6258158085569257e-06| -|requirements.txt|github/he2016012996/CABnet|3.6258158085569257e-06| -|requirements.txt|github/ArtRand/signalAlign|3.6258158085569257e-06| -|requirements.txt|github/snad-space/ztf-viewer|3.6258158085569257e-06| -|requirements.txt|github/inpefess/gym-saturation|3.6258158085569257e-06| -|requirements.txt|github/GBLille/MassiveFold|3.6258158085569257e-06| -|requirements.txt|github/scottgigante/picopore|3.6258158085569257e-06| -|requirements.txt|github/PolyChord/PolyChordLite|3.6258158085569257e-06| -|requirements.txt|github/jeffdaily/parasail-python|3.6258158085569257e-06| -|requirements.txt|github/fcastagna/preprofit|3.6258158085569257e-06| -|requirements.txt|github/fcastagna/JoXSZ|3.6258158085569257e-06| -|requirements.txt|github/moldyn/msmhelper|3.6258158085569257e-06| -|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6258158085569257e-06| -|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6258158085569257e-06| -|requirements.txt|github/samsledje/ConPLex_dev|3.6258158085569257e-06| -|requirements.txt|github/tmcclintock/AReconstructionTool|3.6258158085569257e-06| -|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6258158085569257e-06| -|requirements.txt|github/KolmogorovLab/Severus|3.6258158085569257e-06| -|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6258158085569257e-06| -|requirements.txt|github/yuhuan-wu/mobilesal|3.6258158085569257e-06| -|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6258158085569257e-06| -|requirements.txt|github/RECETOX/RIAssigner|3.6258158085569257e-06| -|requirements.txt|github/ACTCollaboration/zCluster|3.6258158085569257e-06| -|requirements.txt|github/sblunt/orbitize|3.6258158085569257e-06| -|requirements.txt|github/jdber1/opendrop|3.6258158085569257e-06| -|requirements.txt|github/YuRui8879/MRASleepNet|3.6258158085569257e-06| -|requirements.txt|github/sciris/sciris|3.6258158085569257e-06| -|requirements.txt|github/bradkav/verne|3.6258158085569257e-06| -|requirements.txt|github/bradkav/CEvNS|3.6258158085569257e-06| -|requirements.txt|github/bradkav/WIMpy_NREFT|3.6258158085569257e-06| -|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6258158085569257e-06| -|requirements.txt|github/TeamCOMPAS/COMPAS|3.6258158085569257e-06| -|requirements.txt|github/kyleaoman/martini|3.6258158085569257e-06| -|requirements.txt|github/ixkael/Delight|3.6258158085569257e-06| -|requirements.txt|github/C0PEP0D/otto|3.6258158085569257e-06| -|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6258158085569257e-06| -|requirements.txt|github/ptriska/WavesDash|3.6258158085569257e-06| -|requirements.txt|github/prashjet/popkinmocks|3.6258158085569257e-06| -|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6258158085569257e-06| -|requirements.txt|github/chianti-atomic/ChiantiPy|3.6258158085569257e-06| -|requirements.txt|github/CosmoStat/mccd|3.6258158085569257e-06| -|requirements.txt|github/hallamlab/TreeSAPP|3.6258158085569257e-06| -|requirements.txt|github/tomasplsek/CADET|3.6258158085569257e-06| -|requirements.txt|github/pierfied/karmma|3.6258158085569257e-06| -|requirements.txt|github/florpi/sunbird|3.6258158085569257e-06| -|requirements.txt|github/tnakazato/priism|3.6258158085569257e-06| -|requirements.txt|github/mscaudill/openseize|3.6258158085569257e-06| -|requirements.txt|github/phineasng/DECODE|3.6258158085569257e-06| -|requirements.txt|github/geoelements/gns|3.6258158085569257e-06| -|requirements.txt|github/TinkerTools/tinker9|3.6258158085569257e-06| -|requirements.txt|github/migueldvb/cine|3.6258158085569257e-06| -|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6258158085569257e-06| -|requirements.txt|github/macrocosme/amber_meta|3.6258158085569257e-06| -|requirements.txt|github/SJLeo/FFSD|3.6258158085569257e-06| -|requirements.txt|github/csb-toolbox/CSB|3.6258158085569257e-06| -|requirements.txt|github/dkoslicki/TAMPA|3.6258158085569257e-06| -|requirements.txt|github/nanoporetech/pychopper|3.6258158085569257e-06| -|requirements.txt|github/nanoporetech/medaka|3.6258158085569257e-06| -|requirements.txt|github/fabiorigamonti/bang|3.6258158085569257e-06| -|requirements.txt|github/JuliaHCI/ADI.jl|3.6258158085569257e-06| -|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6258158085569257e-06| -|requirements.txt|github/songningqiang/CosmoLED|3.6258158085569257e-06| -|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6258158085569257e-06| -|requirements.txt|github/ExeClim/Isca|3.6258158085569257e-06| -|requirements.txt|github/cogent3/cogent3|3.6258158085569257e-06| -|requirements.txt|github/neuroanatomy/reorient|3.6258158085569257e-06| -|requirements.txt|github/maserlib/ExPRES|3.6258158085569257e-06| -|requirements.txt|github/bfarr/kombine|3.6258158085569257e-06| -|requirements.txt|github/spacetelescope/mirage|3.6258158085569257e-06| -|requirements.txt|github/mattyowl/astLib|3.6258158085569257e-06| -|requirements.txt|github/brentp/peddy|3.6258158085569257e-06| -|requirements.txt|github/brentp/cyvcf2|3.6258158085569257e-06| -|requirements.txt|github/bcbio/bcbio-nextgen|3.6258158085569257e-06| -|requirements.txt|github/CarlosCoba/XookSuut-code|3.6258158085569257e-06| -|requirements.txt|github/institut-de-genomique/HAPO-G|3.6258158085569257e-06| -|requirements.txt|github/quantling/pyndl|3.6258158085569257e-06| -|requirements.txt|github/cwentland0/perform|3.6258158085569257e-06| -|requirements.txt|github/arnauqb/qwind|3.6258158085569257e-06| -|requirements.txt|github/tiberioap/grav_waldo|3.6258158085569257e-06| -|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6258158085569257e-06| -|requirements.txt|github/alexander-mead/pyhalomodel|3.6258158085569257e-06| -|requirements.txt|github/nickhand/pyRSD|3.6258158085569257e-06| -|requirements.txt|github/HHTpy/HHTpywrapper|3.6258158085569257e-06| -|requirements.txt|github/justyncw/STAR_MELT|3.6258158085569257e-06| -|requirements.txt|github/dirac-institute/asterogap|3.6258158085569257e-06| -|requirements.txt|github/chenwuperth/rgz_rcnn|3.6258158085569257e-06| -|requirements.txt|github/dsavransky/EXOSIMS|3.6258158085569257e-06| -|requirements.txt|github/kuanrongchan/COVID19-severity|3.6258158085569257e-06| -|requirements.txt|github/bow/fsnviz|3.6258158085569257e-06| -|requirements.txt|github/spack/spack|3.6258158085569257e-06| -|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6258158085569257e-06| -|requirements.txt|github/andr1976/HydDown|3.6258158085569257e-06| -|requirements.txt|github/kuenzelab/ENDURE|3.6258158085569257e-06| -|requirements.txt|github/vterron/lemon|3.6258158085569257e-06| -|requirements.txt|github/Gabaldonlab/jloh|3.6258158085569257e-06| -|requirements.txt|github/sbird/fake_spectra|3.6258158085569257e-06| -|requirements.txt|github/danielreardon/scintools|3.6258158085569257e-06| -|requirements.txt|github/lucabaldini/ixpeobssim|3.6258158085569257e-06| -|requirements.txt|github/healpy/healpy|3.6258158085569257e-06| -|requirements.txt|github/surf-eds/one-button-compute|3.6258158085569257e-06| -|requirements.txt|github/lkreidberg/batman|3.6258158085569257e-06| -|requirements.txt|github/james-m-osborn/astrosat|3.6258158085569257e-06| -|requirements.txt|github/lys-devel/lys|3.6258158085569257e-06| -|requirements.txt|github/ryanvarley/exodata|3.6258158085569257e-06| -|requirements.txt|github/ggciag/mandyoc|3.6258158085569257e-06| -|requirements.txt|github/AllenInstitute/bmtk|3.6258158085569257e-06| -|requirements.txt|github/sidmohite/nimbus-astro|3.6258158085569257e-06| -|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6258158085569257e-06| -|requirements.txt|github/eggnogdb/eggnog-mapper|3.6258158085569257e-06| -|requirements.txt|github/jdswinbank/Comet|3.6258158085569257e-06| -|requirements.txt|github/florian-lienhard/MM-LSD|3.6258158085569257e-06| -|requirements.txt|github/dstndstn/tractor|3.6258158085569257e-06| -|requirements.txt|github/christinahedges/contaminante|3.6258158085569257e-06| -|requirements.txt|github/bcgsc/NanoSim|3.6258158085569257e-06| -|requirements.txt|github/bcgsc/TMBur|3.6258158085569257e-06| -|requirements.txt|github/roban/CosmoloPy|3.6258158085569257e-06| -|requirements.txt|github/miguelzuma/hi_class_public|3.6258158085569257e-06| -|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/sacc|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/Spectractor|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/snmachine|3.6258158085569257e-06| -|requirements.txt|github/michaelhb/superplot|3.6258158085569257e-06| -|requirements.txt|github/shandley/hecatomb|3.6258158085569257e-06| -|requirements.txt|github/monarch-initiative/loinc2hpo|3.6258158085569257e-06| -|requirements.txt|github/vallis/libstempo|3.6258158085569257e-06| -|requirements.txt|github/forrest-lab/scMatch|3.6258158085569257e-06| -|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6258158085569257e-06| -|requirements.txt|github/fccoelho/epimodels|3.6258158085569257e-06| -|requirements.txt|github/fccoelho/epigrass|3.6258158085569257e-06| -|requirements.txt|github/citation-file-format/citation-file-format|3.6258158085569257e-06| -|requirements.txt|github/astro-informatics/sleplet|3.6258158085569257e-06| -|requirements.txt|github/genouest/biomaj-daemon|3.6258158085569257e-06| -|requirements.txt|github/yupidevs/pactus|3.6258158085569257e-06| -|requirements.txt|github/SegataLab/lefse|3.6258158085569257e-06| -|requirements.txt|github/vgteam/vg#vg|3.6258158085569257e-06| -|requirements.txt|github/vgteam/vg|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/repack|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/mc3|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/pyratbay|3.6258158085569257e-06| -|requirements.txt|github/lgbouma/gyro-interp|3.6258158085569257e-06| -|requirements.txt|github/valboz/VBBinaryLensing|3.6258158085569257e-06| -|requirements.txt|github/mr-superonion/FPFS|3.6258158085569257e-06| -|requirements.txt|github/discsim/frank|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/deepscm|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/masf|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/istn|3.6258158085569257e-06| -|requirements.txt|github/exciting/excitingtools|3.6258158085569257e-06| -|requirements.txt|github/sibirrer/psfr|3.6258158085569257e-06| -|requirements.txt|github/timothydmorton/isochrones|3.6258158085569257e-06| -|requirements.txt|github/qMRLab/qMRLab|3.6258158085569257e-06| -|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6258158085569257e-06| -|requirements.txt|github/jakeret/abcpmc|3.6258158085569257e-06| -|requirements.txt|github/jakeret/tf_unet|3.6258158085569257e-06| -|requirements.txt|github/milnus/Magphi|3.6258158085569257e-06| -|requirements.txt|github/gperezs/StarcNet|3.6258158085569257e-06| -|requirements.txt|github/oliverphilcox/RascalC|3.6258158085569257e-06| -|requirements.txt|github/gbouras13/plassembler|3.6258158085569257e-06| -|requirements.txt|github/etal/cnvkit|3.6258158085569257e-06| -|requirements.txt|github/Qiskit/qiskit-experiments|3.6258158085569257e-06| -|requirements.txt|github/manodeep/TesseRACt|3.6258158085569257e-06| -|requirements.txt|github/DataBiosphere/wdl-parsers|3.6258158085569257e-06| -|requirements.txt|github/Vini2/GraphBin|3.6258158085569257e-06| -|requirements.txt|github/GalSim-developers/GalSim|3.6258158085569257e-06| -|requirements.txt|github/sklasfeld/DANPOS3|3.6258158085569257e-06| -|requirements.txt|github/GilbertLabUCSF/CanDI|3.6258158085569257e-06| -|requirements.txt|github/aksholokhov/pysr3|3.6258158085569257e-06| -|requirements.txt|github/jrkerns/pylinac|3.6258158085569257e-06| -|requirements.txt|github/cobilab/altair|3.6258158085569257e-06| -|requirements.txt|github/BenNordick/HiLoop|3.6258158085569257e-06| -|requirements.txt|github/SharmaLlama/ticktack|3.6258158085569257e-06| -|requirements.txt|github/artic-network/fieldbioinformatics|3.6258158085569257e-06| -|requirements.txt|github/NLeSC/litstudy|3.6258158085569257e-06| -|requirements.txt|github/NLeSC/ShiCo|3.6258158085569257e-06| -|requirements.txt|github/NLESC-JCER/QMCblip|3.6258158085569257e-06| -|requirements.txt|github/RuthAngus/stardate|3.6258158085569257e-06| -|requirements.txt|github/Ambuj-UF/APOP|3.6258158085569257e-06| -|requirements.txt|github/jeremysanders/mbproj2|3.6258158085569257e-06| -|requirements.txt|github/hannorein/rebound|3.6258158085569257e-06| -|requirements.txt|github/spiketools/spiketools|3.6258158085569257e-06| -|requirements.txt|github/python-streamz/streamz|3.6258158085569257e-06| -|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6258158085569257e-06| -|requirements.txt|github/CobayaSampler/cobaya|3.6258158085569257e-06| -|requirements.txt|github/JustinYKC/FEPOPS|3.6258158085569257e-06| -|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6258158085569257e-06| -|requirements.txt|github/rmjarvis/TreeCorr|3.6258158085569257e-06| -|requirements.txt|github/rmjarvis/Piff|3.6258158085569257e-06| -|requirements.txt|github/TommasoRonconi/scampy|3.6258158085569257e-06| -|requirements.txt|github/carronj/lenspyx|3.6258158085569257e-06| -|requirements.txt|github/carronj/plancklens|3.6258158085569257e-06| -|requirements.txt|github/VChristiaens/vcal_sphere|3.6258158085569257e-06| -|requirements.txt|github/VChristiaens/special|3.6258158085569257e-06| -|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6258158085569257e-06| -|requirements.txt|github/AemulusProject/bias_emulator|3.6258158085569257e-06| -|requirements.txt|github/seeh/surprise|3.6258158085569257e-06| -|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6258158085569257e-06| -|requirements.txt|github/bd-j/sedpy|3.6258158085569257e-06| -|requirements.txt|github/bd-j/prospector|3.6258158085569257e-06| -|requirements.txt|github/Ajstros/pyripherals|3.6258158085569257e-06| -|requirements.txt|github/CAMI-challenge/CAMITAX|3.6258158085569257e-06| -|requirements.txt|github/mwaskom/seaborn|3.6258158085569257e-06| -|requirements.txt|github/AdmiralenOla/Scoary|3.6258158085569257e-06| -|requirements.txt|github/pyFFTW/pyFFTW|3.6258158085569257e-06| -|requirements.txt|github/keatonb/Pyriod|3.6258158085569257e-06| -|requirements.txt|github/keatonb/TESS_PRF|3.6258158085569257e-06| -|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6258158085569257e-06| -|requirements.txt|github/daler/gffutils|3.6258158085569257e-06| -|requirements.txt|github/daler/pybedtools|3.6258158085569257e-06| -|requirements.txt|github/miRTop/mirtop|3.6258158085569257e-06| -|requirements.txt|github/3d-pli/fastpli|3.6258158085569257e-06| -|requirements.txt|github/STEllAR-GROUP/hpx|3.6258158085569257e-06| -|requirements.txt|github/pymedphys/pymedphys|3.6258158085569257e-06| -|requirements.txt|github/ladsantos/p-winds|3.6258158085569257e-06| -|requirements.txt|github/ladsantos/flatstar|3.6258158085569257e-06| -|requirements.txt|github/ylxu05/HN-PPISP|3.6258158085569257e-06| -|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6258158085569257e-06| -|requirements.txt|github/PaulHancock/Robbie|3.6258158085569257e-06| -|requirements.txt|github/sourmash-bio/sourmash|3.6258158085569257e-06| -|requirements.txt|github/PetroFit/petrofit|3.6258158085569257e-06| -|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6258158085569257e-06| -|requirements.txt|github/E3SM-Project/gdess|3.6258158085569257e-06| -|requirements.txt|github/afeinstein20/eleanor|3.6258158085569257e-06| -|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6258158085569257e-06| -|requirements.txt|github/jan-rybizki/Chempy|3.6258158085569257e-06| -|requirements.txt|github/COINtoolbox/ActSNClass|3.6258158085569257e-06| -|requirements.txt|github/AusSRC/SoFiAX|3.6258158085569257e-06| -|requirements.txt|github/radis/radis|3.6258158085569257e-06| -|requirements.txt|github/mtceballos/SIRENAdoc|3.6258158085569257e-06| -|requirements.txt|github/alejandrobll/py-sphviewer|3.6258158085569257e-06| -|requirements.txt|github/antoinemarchal/ROHSA|3.6258158085569257e-06| -|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6258158085569257e-06| -|requirements.txt|github/bregaldo/pywst|3.6258158085569257e-06| -|requirements.txt|github/cistrome/MIRA|3.6258158085569257e-06| -|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/rki_bioinformatics/HiLive2|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/remikz/nccmp|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/aroffringa/wsclean|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/aroffringa/aoflagger|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/astron-idg/idg|3.6258158085569257e-06| -|CMakeLists.txt|github/yogi-tud/space_gpu|3.6258158085569257e-06| -|CMakeLists.txt|github/facebookresearch/faiss|3.6258158085569257e-06| -|CMakeLists.txt|github/rega-cev/virulign|3.6258158085569257e-06| -|CMakeLists.txt|github/AlexMaraio/WeakLensingQML|3.6258158085569257e-06| -|CMakeLists.txt|github/Yida-Lin/libxdf|3.6258158085569257e-06| -|CMakeLists.txt|github/kdmurray91/axe|3.6258158085569257e-06| -|CMakeLists.txt|github/kdmurray91/libqcpp|3.6258158085569257e-06| -|CMakeLists.txt|github/JPenuchot/ctbench|3.6258158085569257e-06| -|CMakeLists.txt|github/FEniCS/basix|3.6258158085569257e-06| -|CMakeLists.txt|github/casacore/casacore|3.6258158085569257e-06| -|CMakeLists.txt|github/ugovaretto/molekel|3.6258158085569257e-06| -|CMakeLists.txt|github/hnikaein/stark|3.6258158085569257e-06| -|CMakeLists.txt|github/vdemichev/DiaNN|3.6258158085569257e-06| -|CMakeLists.txt|github/lsds/LightSaber|3.6258158085569257e-06| -|CMakeLists.txt|github/lsds/TaLoS|3.6258158085569257e-06| -|CMakeLists.txt|github/lsds/faasm|3.6258158085569257e-06| -|CMakeLists.txt|github/Crompulence/cpl-library|3.6258158085569257e-06| -|CMakeLists.txt|github/kd0kfo/cosmology|3.6258158085569257e-06| -|CMakeLists.txt|github/yatisht/usher|3.6258158085569257e-06| -|CMakeLists.txt|github/svi-opensource/libics|3.6258158085569257e-06| -|CMakeLists.txt|github/dpryan79/libBigWig|3.6258158085569257e-06| -|CMakeLists.txt|github/TRASAL/AMBER|3.6258158085569257e-06| -|CMakeLists.txt|github/Illumina/ExpansionHunterDenovo|3.6258158085569257e-06| -|CMakeLists.txt|github/Illumina/MarViN|3.6258158085569257e-06| -|CMakeLists.txt|github/Illumina/akt|3.6258158085569257e-06| -|CMakeLists.txt|github/mrirecon/bart|3.6258158085569257e-06| -|CMakeLists.txt|github/seqan/lambda|3.6258158085569257e-06| -|CMakeLists.txt|github/seqan/flexbar|3.6258158085569257e-06| -|CMakeLists.txt|github/seqan/lara|3.6258158085569257e-06| -|CMakeLists.txt|github/simd-everywhere/simde|3.6258158085569257e-06| -|CMakeLists.txt|github/mpokorny/vysmaw|3.6258158085569257e-06| -|CMakeLists.txt|github/idefix-code/idefix|3.6258158085569257e-06| -|CMakeLists.txt|github/marbl/MashMap|3.6258158085569257e-06| -|CMakeLists.txt|github/datngu/Circall|3.6258158085569257e-06| -|CMakeLists.txt|github/domschrei/mallob|3.6258158085569257e-06| -|CMakeLists.txt|github/hombit/freddi|3.6258158085569257e-06| -|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|3.6258158085569257e-06| -|CMakeLists.txt|github/elkebir-group/derna|3.6258158085569257e-06| -|CMakeLists.txt|github/Stuermer/EchelleSimulator|3.6258158085569257e-06| -|CMakeLists.txt|github/COMBINE-lab/RapMap|3.6258158085569257e-06| -|CMakeLists.txt|github/COMBINE-lab/libgff|3.6258158085569257e-06| -|CMakeLists.txt|github/chanzuckerberg/shasta|3.6258158085569257e-06| -|CMakeLists.txt|github/AstroUGent/shadowfax|3.6258158085569257e-06| -|CMakeLists.txt|github/n-claes/legolas|3.6258158085569257e-06| -|CMakeLists.txt|github/qtltools/qtltools|3.6258158085569257e-06| -|CMakeLists.txt|github/SeaIce-Math/SubZero|3.6258158085569257e-06| -|CMakeLists.txt|github/stevengj/nlopt|3.6258158085569257e-06| -|CMakeLists.txt|github/veg/tn93|3.6258158085569257e-06| -|CMakeLists.txt|github/steineggerlab/foldseek|3.6258158085569257e-06| -|CMakeLists.txt|github/AstroAccelerateOrg/astro-accelerate|3.6258158085569257e-06| -|CMakeLists.txt|github/liuhao-cn/fastSHT|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/MMseqs2|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/mmseqs2|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/plass|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/metaeuk|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/spacepharer|3.6258158085569257e-06| -|CMakeLists.txt|github/krab1k/ChargeFW2|3.6258158085569257e-06| -|CMakeLists.txt|github/HingeAssembler/HINGE|3.6258158085569257e-06| -|CMakeLists.txt|github/bbercovici/SBGAT|3.6258158085569257e-06| -|CMakeLists.txt|github/mtazzari/galario|3.6258158085569257e-06| -|CMakeLists.txt|github/ncbi/ncbi-vdb|3.6258158085569257e-06| -|CMakeLists.txt|github/ncbi/sra-tools|3.6258158085569257e-06| -|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|3.6258158085569257e-06| -|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|3.6258158085569257e-06| -|CMakeLists.txt|github/mp3guy/ElasticFusion|3.6258158085569257e-06| -|CMakeLists.txt|github/HITS-AIN/PINK|3.6258158085569257e-06| -|CMakeLists.txt|github/mjuric/galfast|3.6258158085569257e-06| -|CMakeLists.txt|github/HWang-Summit/HCGrid|3.6258158085569257e-06| -|CMakeLists.txt|github/Washington-University/CiftiLib|3.6258158085569257e-06| -|CMakeLists.txt|github/blebon/directChillFoam|3.6258158085569257e-06| -|CMakeLists.txt|github/EdoardoCarlesi/cmbeasy|3.6258158085569257e-06| -|CMakeLists.txt|github/sb-ncbr/golem|3.6258158085569257e-06| -|CMakeLists.txt|github/egpbos/barcode|3.6258158085569257e-06| -|CMakeLists.txt|github/cameron314/concurrentqueue|3.6258158085569257e-06| -|CMakeLists.txt|github/seshnadathur/Revolver|3.6258158085569257e-06| -|CMakeLists.txt|github/su2code/SU2|3.6258158085569257e-06| -|CMakeLists.txt|github/rvaser/thread_pool|3.6258158085569257e-06| -|CMakeLists.txt|github/rvaser/rampler|3.6258158085569257e-06| -|CMakeLists.txt|github/rvaser/bioparser|3.6258158085569257e-06| -|CMakeLists.txt|github/rvaser/sword|3.6258158085569257e-06| -|CMakeLists.txt|github/EnricoCorsaro/DIAMONDS|3.6258158085569257e-06| -|CMakeLists.txt|github/jczarnowski/DeepFactors|3.6258158085569257e-06| -|CMakeLists.txt|github/lorenzo-rovigatti/oxDNA|3.6258158085569257e-06| -|CMakeLists.txt|github/statgen/popscle|3.6258158085569257e-06| -|CMakeLists.txt|github/pytorch/vision|3.6258158085569257e-06| -|CMakeLists.txt|github/copasi/COPASI|3.6258158085569257e-06| -|CMakeLists.txt|github/hasindu2008/slow5tools|3.6258158085569257e-06| -|CMakeLists.txt|github/eggplantbren/DNest3|3.6258158085569257e-06| -|CMakeLists.txt|github/SciLifeLab/TIDDIT|3.6258158085569257e-06| -|CMakeLists.txt|github/basp-group/Puri-Psi|3.6258158085569257e-06| -|CMakeLists.txt|github/DGtal-team/DGtal|3.6258158085569257e-06| -|CMakeLists.txt|github/TrackerControl/tracker-control-android|3.6258158085569257e-06| -|CMakeLists.txt|github/mofanv/darknetz|3.6258158085569257e-06| -|CMakeLists.txt|github/PMBio/peer|3.6258158085569257e-06| -|CMakeLists.txt|github/mslonina/Mechanic|3.6258158085569257e-06| -|CMakeLists.txt|github/astroboylrx/PLAN|3.6258158085569257e-06| -|CMakeLists.txt|github/exoclime/FastChem|3.6258158085569257e-06| -|CMakeLists.txt|github/exoclime/Helios-r2|3.6258158085569257e-06| -|CMakeLists.txt|github/exoclime/THOR|3.6258158085569257e-06| -|CMakeLists.txt|github/sib-swiss/pftools3|3.6258158085569257e-06| -|CMakeLists.txt|github/dfki-ric-underactuated-lab/torque_limited_simple_pendulum|3.6258158085569257e-06| -|CMakeLists.txt|github/lanl/GLUE|3.6258158085569257e-06| -|CMakeLists.txt|github/amkozlov/raxml-ng|3.6258158085569257e-06| -|CMakeLists.txt|github/BenWibking/quokka|3.6258158085569257e-06| -|CMakeLists.txt|github/griffithlab/regtools|3.6258158085569257e-06| -|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|3.6258158085569257e-06| -|CMakeLists.txt|github/jdonnert/WVTICs|3.6258158085569257e-06| -|CMakeLists.txt|github/ahcm/ffindex|3.6258158085569257e-06| -|CMakeLists.txt|github/mc-imperial/jfs|3.6258158085569257e-06| -|CMakeLists.txt|github/ZacharyJia/opsdn|3.6258158085569257e-06| -|CMakeLists.txt|github/snugel/cas-offinder|3.6258158085569257e-06| -|CMakeLists.txt|github/PyPO-dev/PyPO|3.6258158085569257e-06| -|CMakeLists.txt|github/benedictpaten/marginPhase|3.6258158085569257e-06| -|CMakeLists.txt|github/catboost/catboost|3.6258158085569257e-06| -|CMakeLists.txt|github/ECP-copa/Cabana|3.6258158085569257e-06| -|CMakeLists.txt|github/farhanferoz/MultiNest|3.6258158085569257e-06| -|CMakeLists.txt|github/ester-project/ester|3.6258158085569257e-06| -|CMakeLists.txt|github/mivp/encube|3.6258158085569257e-06| -|CMakeLists.txt|github/Pizzuti92/MG-MAMPOSSt|3.6258158085569257e-06| -|CMakeLists.txt|github/philres/ngmlr|3.6258158085569257e-06| -|CMakeLists.txt|github/NeoGeographyToolkit/StereoPipeline|3.6258158085569257e-06| -|CMakeLists.txt|github/reedacartwright/ngila|3.6258158085569257e-06| -|CMakeLists.txt|github/klee/klee|3.6258158085569257e-06| -|CMakeLists.txt|github/cwru-pat/cosmograph|3.6258158085569257e-06| -|CMakeLists.txt|github/introlab/opentera|3.6258158085569257e-06| -|CMakeLists.txt|github/ziotom78/libpolycomp|3.6258158085569257e-06| -|CMakeLists.txt|github/pezmaster31/bamtools|3.6258158085569257e-06| -|CMakeLists.txt|github/jeffdaily/parasail|3.6258158085569257e-06| -|CMakeLists.txt|github/jmhuie/Slicer-SegmentGeometry|3.6258158085569257e-06| -|CMakeLists.txt|github/delphes/delphes|3.6258158085569257e-06| -|CMakeLists.txt|github/medvedevgroup/TwoPaCo|3.6258158085569257e-06| -|CMakeLists.txt|github/scikit-hep/iminuit|3.6258158085569257e-06| -|CMakeLists.txt|github/fastpm/fastpm|3.6258158085569257e-06| -|CMakeLists.txt|github/pkestene/ramsesGPU|3.6258158085569257e-06| -|CMakeLists.txt|github/sarrvesh/cuFFS|3.6258158085569257e-06| -|CMakeLists.txt|github/ixkael/3DEX|3.6258158085569257e-06| -|CMakeLists.txt|github/pynbody/genetIC|3.6258158085569257e-06| -|CMakeLists.txt|github/gerddie/maxflow|3.6258158085569257e-06| -|CMakeLists.txt|github/Punzo/SlicerAstro|3.6258158085569257e-06| -|CMakeLists.txt|github/2decomp-fft/2decomp-fft|3.6258158085569257e-06| -|CMakeLists.txt|github/nanoporetech/scrappie|3.6258158085569257e-06| -|CMakeLists.txt|github/nanoporetech/flappie|3.6258158085569257e-06| -|CMakeLists.txt|github/cieslar/Indri|3.6258158085569257e-06| -|CMakeLists.txt|github/BIC-MNI/libminc|3.6258158085569257e-06| -|CMakeLists.txt|github/s4hts/HTStream|3.6258158085569257e-06| -|CMakeLists.txt|github/cschreib/egg|3.6258158085569257e-06| -|CMakeLists.txt|github/santeripuranen/SpydrPick|3.6258158085569257e-06| -|CMakeLists.txt|github/JensUweUlrich/ReadBouncer|3.6258158085569257e-06| -|CMakeLists.txt|github/rordenlab/dcm2niix|3.6258158085569257e-06| -|CMakeLists.txt|github/YihanWangAstro/SpaceHub|3.6258158085569257e-06| -|CMakeLists.txt|github/bwvdnbro/HydroCode1D|3.6258158085569257e-06| -|CMakeLists.txt|github/bwvdnbro/CMacIonize|3.6258158085569257e-06| -|CMakeLists.txt|github/TRIQS/solid_dmft|3.6258158085569257e-06| -|CMakeLists.txt|github/Trovemaster/exocross|3.6258158085569257e-06| -|CMakeLists.txt|github/m2aia/m2aia|3.6258158085569257e-06| -|CMakeLists.txt|github/ChristopherWilks/megadepth|3.6258158085569257e-06| -|CMakeLists.txt|github/lczech/gappa|3.6258158085569257e-06| -|CMakeLists.txt|github/CMakePP/CMinx|3.6258158085569257e-06| -|CMakeLists.txt|github/fripon/freeture|3.6258158085569257e-06| -|CMakeLists.txt|github/AMReX-Combustion/PeleLMeX|3.6258158085569257e-06| -|CMakeLists.txt|github/y-256/libdivsufsort|3.6258158085569257e-06| -|CMakeLists.txt|github/osallou/cassiopee-c|3.6258158085569257e-06| -|CMakeLists.txt|github/bcgsc/abyss|3.6258158085569257e-06| -|CMakeLists.txt|github/raphael-group/hatchet|3.6258158085569257e-06| -|CMakeLists.txt|github/artis-mcrt/artis|3.6258158085569257e-06| -|CMakeLists.txt|github/Dylan-Aliberti/Kepler-Collisions|3.6258158085569257e-06| -|CMakeLists.txt|github/dglaeser/gridformat|3.6258158085569257e-06| -|CMakeLists.txt|github/ajohnson-uoregon/llvm-project|3.6258158085569257e-06| -|CMakeLists.txt|github/voutcn/megahit|3.6258158085569257e-06| -|CMakeLists.txt|github/tanner-trickle/EXCEED-DM|3.6258158085569257e-06| -|CMakeLists.txt|github/sanger-pathogens/assembly-stats|3.6258158085569257e-06| -|CMakeLists.txt|github/kbarbary/sep|3.6258158085569257e-06| -|CMakeLists.txt|github/yangao07/abPOA|3.6258158085569257e-06| -|CMakeLists.txt|github/biomedia-mira/drop2|3.6258158085569257e-06| -|CMakeLists.txt|github/bbuchfink/diamond|3.6258158085569257e-06| -|CMakeLists.txt|github/xxsds/DYNAMIC|3.6258158085569257e-06| -|CMakeLists.txt|github/PhaseTracer/PhaseTracer|3.6258158085569257e-06| -|CMakeLists.txt|github/Taywee/args|3.6258158085569257e-06| -|CMakeLists.txt|github/daehwankimlab/hisat2|3.6258158085569257e-06| -|CMakeLists.txt|github/biolab-unige/nifti2dicom|3.6258158085569257e-06| -|CMakeLists.txt|github/jydu/physamp|3.6258158085569257e-06| -|CMakeLists.txt|github/jydu/maffilter|3.6258158085569257e-06| -|CMakeLists.txt|github/lamyj/odil|3.6258158085569257e-06| -|CMakeLists.txt|github/jfarek/xatlas|3.6258158085569257e-06| -|CMakeLists.txt|github/hveerten/katu|3.6258158085569257e-06| -|CMakeLists.txt|github/RomainFeron/mwga-utils|3.6258158085569257e-06| -|CMakeLists.txt|github/lbcb-sci/raven|3.6258158085569257e-06| -|CMakeLists.txt|github/lbcb-sci/racon|3.6258158085569257e-06| -|CMakeLists.txt|github/xcompact3d/Incompact3d|3.6258158085569257e-06| -|CMakeLists.txt|github/afd-illinois/grim|3.6258158085569257e-06| -|CMakeLists.txt|github/STEllAR-GROUP/octotiger|3.6258158085569257e-06| -|CMakeLists.txt|github/mrc-ide/covid-sim|3.6258158085569257e-06| -|CMakeLists.txt|github/sfarrens/sfof|3.6258158085569257e-06| -|CMakeLists.txt|github/nmslib/hnswlib|3.6258158085569257e-06| -|CMakeLists.txt|github/ycwu1030/EvoEMD|3.6258158085569257e-06| -|CMakeLists.txt|github/mbillingr/libgdf|3.6258158085569257e-06| -|CMakeLists.txt|github/wullm/zwindstroom|3.6258158085569257e-06| -|CMakeLists.txt|github/mtholder/ncl|3.6258158085569257e-06| -|package.json|gitlab/magnumpi/magnumpi|3.6258158085569257e-06| -|package.json|gitlab/geekysquirrel/bigx|3.6258158085569257e-06| -|package.json|gitlab/metafundev/metafun|3.6258158085569257e-06| -|package.json|github/emrecdem/emo-spectre|3.6258158085569257e-06| -|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6258158085569257e-06| -|package.json|github/eWaterCycle/Cesium-NcWMS|3.6258158085569257e-06| -|package.json|github/eWaterCycle/setup-grpc|3.6258158085569257e-06| -|package.json|github/eWaterCycle/eWaterleaf|3.6258158085569257e-06| -|package.json|github/eWaterCycle/setup-singularity|3.6258158085569257e-06| -|package.json|github/EMResearch/EvoMaster|3.6258158085569257e-06| -|package.json|github/ReGIS-org/regis-v2|3.6258158085569257e-06| -|package.json|github/tyo-nu/MINE-app|3.6258158085569257e-06| -|package.json|github/streamlit/streamlit|3.6258158085569257e-06| -|package.json|github/ZjuLiangsl/mmkp|3.6258158085569257e-06| -|package.json|github/AA-ALERT/frbcat-web|3.6258158085569257e-06| -|package.json|github/eucp-project/storyboards|3.6258158085569257e-06| -|package.json|github/eucp-project/atlas|3.6258158085569257e-06| -|package.json|github/MaayanLab/signature-commons-ui|3.6258158085569257e-06| -|package.json|github/luntergroup/octopus|3.6258158085569257e-06| -|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6258158085569257e-06| -|package.json|github/MolMeDB/MolMeDB|3.6258158085569257e-06| -|package.json|github/interactivereport/OmicsView0|3.6258158085569257e-06| -|package.json|github/klevis-a/kinematics-vis|3.6258158085569257e-06| -|package.json|github/ablab/spades|3.6258158085569257e-06| -|package.json|github/DorianDepriester/mtex2Gmsh|3.6258158085569257e-06| -|package.json|github/fairdataihub/SPARClink|3.6258158085569257e-06| -|package.json|github/Via-Appia/via-appia-online-viewer|3.6258158085569257e-06| -|package.json|github/ADAH-EviDENce/evidence|3.6258158085569257e-06| -|package.json|github/bio-tools/biotoolsSum|3.6258158085569257e-06| -|package.json|github/nextstrain/auspice|3.6258158085569257e-06| -|package.json|github/souzamonteiro/cnatool|3.6258158085569257e-06| -|package.json|github/phelelani/nf-rnaSeqMetagen|3.6258158085569257e-06| -|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6258158085569257e-06| -|package.json|github/davidhoksza/MolArt|3.6258158085569257e-06| -|package.json|github/lumen-org/lumen|3.6258158085569257e-06| -|package.json|github/meta-logic/sequoia|3.6258158085569257e-06| -|package.json|github/tobiasrausch/alfred|3.6258158085569257e-06| -|package.json|github/CrowdTruth/CrowdTruth|3.6258158085569257e-06| -|package.json|github/eweitz/ideogram|3.6258158085569257e-06| -|package.json|github/Yomguithereal/talisman|3.6258158085569257e-06| -|package.json|github/MichaelSel/edoJS|3.6258158085569257e-06| -|package.json|github/sonjageorgievska/CClusTera|3.6258158085569257e-06| -|package.json|github/biosimulations/Biosimulations|3.6258158085569257e-06| -|package.json|github/SchmidtDSE/afscgap|3.6258158085569257e-06| -|package.json|github/Samreay/Marz|3.6258158085569257e-06| -|package.json|github/TNOCS/csWeb|3.6258158085569257e-06| -|package.json|github/Shamir-Lab/domino_web|3.6258158085569257e-06| -|package.json|github/PathwayCommons/grounding-search|3.6258158085569257e-06| -|package.json|github/ci-for-research/self-hosted-runners|3.6258158085569257e-06| -|package.json|github/ci-for-science/self-hosted-runners|3.6258158085569257e-06| -|package.json|github/Kaixhin/FGLab|3.6258158085569257e-06| -|package.json|github/Kaixhin/FGMachine|3.6258158085569257e-06| -|package.json|github/sib-swiss/glittr|3.6258158085569257e-06| -|package.json|github/bramvandijk88/cacatoo|3.6258158085569257e-06| -|package.json|github/wangjun1996/VisFeature|3.6258158085569257e-06| -|package.json|github/ratschlab/metagraph|3.6258158085569257e-06| -|package.json|github/research-software-directory/research-software-directory|3.6258158085569257e-06| -|package.json|github/pmkruyen/dearscholar|3.6258158085569257e-06| -|package.json|github/bids-standard/bids-validator|3.6258158085569257e-06| -|package.json|github/IPK-BIT/divbrowse|3.6258158085569257e-06| -|package.json|github/hetalang/heta-compiler|3.6258158085569257e-06| -|package.json|github/dondi/GRNsight|3.6258158085569257e-06| -|package.json|github/nlesc-sherlock/Rig|3.6258158085569257e-06| -|package.json|github/yyZhang14/dbEssLnc|3.6258158085569257e-06| -|package.json|github/i-VRESSE/workflow-builder|3.6258158085569257e-06| -|package.json|github/vibbits/phyd3|3.6258158085569257e-06| -|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6258158085569257e-06| -|package.json|github/CDSP-SCPO/dataverse-feed|3.6258158085569257e-06| -|package.json|github/quinlanW/dbMisLoc|3.6258158085569257e-06| -|package.json|github/PDB-REDO/tortoize|3.6258158085569257e-06| -|package.json|github/FINNGEN/lavaa-react|3.6258158085569257e-06| -|package.json|github/tortellini-tools/action|3.6258158085569257e-06| -|package.json|github/amkram/shusher|3.6258158085569257e-06| -|package.json|github/neuroneural/brainchop|3.6258158085569257e-06| -|package.json|github/PopMedNet-Team/popmednet|3.6258158085569257e-06| -|package.json|github/gear-genomics/tracy|3.6258158085569257e-06| -|package.json|github/cinemascience/cinema_snap|3.6258158085569257e-06| -|package.json|github/citation-file-format/cff-initializer-javascript|3.6258158085569257e-06| -|package.json|github/LTLA/gesel.js|3.6258158085569257e-06| -|package.json|github/NLeSC/spot|3.6258158085569257e-06| -|package.json|github/NLeSC/xenon-flow|3.6258158085569257e-06| -|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6258158085569257e-06| -|package.json|github/NLeSC/UncertaintyVisualization|3.6258158085569257e-06| -|package.json|github/NLeSC/DiVE|3.6258158085569257e-06| -|package.json|github/NLeSC/ExtJS-DateTime|3.6258158085569257e-06| -|package.json|github/NLeSC/docker-couch-admin|3.6258158085569257e-06| -|package.json|github/NLeSC/case-law-app|3.6258158085569257e-06| -|package.json|github/NLeSC/pattyvis|3.6258158085569257e-06| -|package.json|github/jspsych/jspsych|3.6258158085569257e-06| -|package.json|github/mathjax/MathJax|3.6258158085569257e-06| -|package.json|github/leraman/Hopla|3.6258158085569257e-06| -|package.json|github/iomega/paired-data-form|3.6258158085569257e-06| -|package.json|github/iomega/zenodo-upload|3.6258158085569257e-06| -|package.json|github/korcsmarosgroup/TFlink|3.6258158085569257e-06| -|setup.py|gitlab/Molcas/OpenMolcas|3.6258158085569257e-06| -|setup.py|gitlab/materials-modeling/calorine|3.6258158085569257e-06| -|setup.py|gitlab/petsc/petsc|3.6258158085569257e-06| -|setup.py|gitlab/joseaher/astroplotlib|3.6258158085569257e-06| -|setup.py|gitlab/octopus-code/octopus|3.6258158085569257e-06| -|setup.py|gitlab/pythia-uq/pythia|3.6258158085569257e-06| -|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6258158085569257e-06| -|setup.py|gitlab/picos-api/picos|3.6258158085569257e-06| -|setup.py|gitlab/fduchate/predihood|3.6258158085569257e-06| -|setup.py|gitlab/chjordan/sslf|3.6258158085569257e-06| -|setup.py|gitlab/gims-developers/gims|3.6258158085569257e-06| -|setup.py|gitlab/jason-rumengan/pyarma|3.6258158085569257e-06| -|setup.py|gitlab/permafrostnet/teaspoon|3.6258158085569257e-06| -|setup.py|github/AstroChem/VISIBLE|3.6258158085569257e-06| -|setup.py|github/YeoLab/clipper|3.6258158085569257e-06| -|setup.py|github/hiddenSymmetries/simsopt|3.6258158085569257e-06| -|setup.py|github/nbarbey/TomograPy|3.6258158085569257e-06| -|setup.py|github/tikk3r/lofar-h5plot|3.6258158085569257e-06| -|setup.py|github/vinisalazar/metaphor|3.6258158085569257e-06| -|setup.py|github/samaygarg/fuelcell|3.6258158085569257e-06| -|setup.py|github/katholt/Kaptive|3.6258158085569257e-06| -|setup.py|github/phac-nml/biohansel|3.6258158085569257e-06| -|setup.py|github/phac-nml/staramr|3.6258158085569257e-06| -|setup.py|github/phac-nml/mob-suite|3.6258158085569257e-06| -|setup.py|github/ACCarnall/SpectRes|3.6258158085569257e-06| -|setup.py|github/ACCarnall/bagpipes|3.6258158085569257e-06| -|setup.py|github/aprsa/dips|3.6258158085569257e-06| -|setup.py|github/rodluger/starry_process|3.6258158085569257e-06| -|setup.py|github/rodluger/planetplanet|3.6258158085569257e-06| -|setup.py|github/josegit88/SCORPIO|3.6258158085569257e-06| -|setup.py|github/BEAST-Fitting/beast|3.6258158085569257e-06| -|setup.py|github/cheerfuluser/tessreduce|3.6258158085569257e-06| -|setup.py|github/grazianoucci/game|3.6258158085569257e-06| -|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6258158085569257e-06| -|setup.py|github/toros-astro/corral|3.6258158085569257e-06| -|setup.py|github/toros-astro/astroalign-legacy|3.6258158085569257e-06| -|setup.py|github/BonsonW/slow5curl|3.6258158085569257e-06| -|setup.py|github/lofar-astron/RMextract|3.6258158085569257e-06| -|setup.py|github/panoptes/POCS|3.6258158085569257e-06| -|setup.py|github/astroML/gatspy|3.6258158085569257e-06| -|setup.py|github/devanshkv/fetch|3.6258158085569257e-06| -|setup.py|github/poldracklab/mriqc|3.6258158085569257e-06| -|setup.py|github/revoltek/losoto|3.6258158085569257e-06| -|setup.py|github/rfeldmann/leopy|3.6258158085569257e-06| -|setup.py|github/fair-data/fairdatapoint-client|3.6258158085569257e-06| -|setup.py|github/jonathansick/skyoffset|3.6258158085569257e-06| -|setup.py|github/jonathansick/MoAstro|3.6258158085569257e-06| -|setup.py|github/cagrikymk/JAX-ReaxFF|3.6258158085569257e-06| -|setup.py|github/gwpy/gwpy|3.6258158085569257e-06| -|setup.py|github/davidemms/OrthoFinder|3.6258158085569257e-06| -|setup.py|github/danielemichilli/SpS|3.6258158085569257e-06| -|setup.py|github/arabic-digital-humanities/adhtools|3.6258158085569257e-06| -|setup.py|github/mgalardini/pyseer|3.6258158085569257e-06| -|setup.py|github/planck-npipe/hillipop|3.6258158085569257e-06| -|setup.py|github/planck-npipe/lollipop|3.6258158085569257e-06| -|setup.py|github/brainets/frites|3.6258158085569257e-06| -|setup.py|github/flemingtonlab/SpliceV|3.6258158085569257e-06| -|setup.py|github/LCOGT/banzai|3.6258158085569257e-06| -|setup.py|github/lehtiolab/msstitch|3.6258158085569257e-06| -|setup.py|github/mirochaj/ares|3.6258158085569257e-06| -|setup.py|github/HIPS/autograd|3.6258158085569257e-06| -|setup.py|github/light-curve/light-curve-python|3.6258158085569257e-06| -|setup.py|github/cgobat/asymmetric_uncertainty|3.6258158085569257e-06| -|setup.py|github/mchalela/GriSPy|3.6258158085569257e-06| -|setup.py|github/ireis/PRF|3.6258158085569257e-06| -|setup.py|github/conchoecia/pauvre|3.6258158085569257e-06| -|setup.py|github/dbosul/CWITools|3.6258158085569257e-06| -|setup.py|github/olivares-j/Kalkayotl|3.6258158085569257e-06| -|setup.py|github/MillionConcepts/lhorizon|3.6258158085569257e-06| -|setup.py|github/bio-ontology-research-group/deepgoplus|3.6258158085569257e-06| -|setup.py|github/HERA-Team/hera_opm|3.6258158085569257e-06| -|setup.py|github/HERA-Team/aipy|3.6258158085569257e-06| -|setup.py|github/bxlab/bx-python|3.6258158085569257e-06| -|setup.py|github/danielkoll/PyRADS|3.6258158085569257e-06| -|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6258158085569257e-06| -|setup.py|github/chandra-marx/marxs|3.6258158085569257e-06| -|setup.py|github/tdaylan/pcat|3.6258158085569257e-06| -|setup.py|github/jbuisine/macop|3.6258158085569257e-06| -|setup.py|github/palaimon/ipyannotator|3.6258158085569257e-06| -|setup.py|github/mroosmalen/nanosv|3.6258158085569257e-06| -|setup.py|github/CosmoStatGW/WF4Py|3.6258158085569257e-06| -|setup.py|github/CosmoStatGW/gwfast|3.6258158085569257e-06| -|setup.py|github/vedantchandra/wdtools|3.6258158085569257e-06| -|setup.py|github/vsoch/gridtest|3.6258158085569257e-06| -|setup.py|github/vsoch/citelang|3.6258158085569257e-06| -|setup.py|github/athulpg007/AMAT|3.6258158085569257e-06| -|setup.py|github/pyspeckit/pyspeckit|3.6258158085569257e-06| -|setup.py|github/skovaka/UNCALLED|3.6258158085569257e-06| -|setup.py|github/rabix/cwl-format|3.6258158085569257e-06| -|setup.py|github/dpryan79/pyBigWig|3.6258158085569257e-06| -|setup.py|github/Kuifje02/vrpy|3.6258158085569257e-06| -|setup.py|github/bwkeller/PASTA|3.6258158085569257e-06| -|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6258158085569257e-06| -|setup.py|github/webbjj/clustertools|3.6258158085569257e-06| -|setup.py|github/webbjj/m2mcluster|3.6258158085569257e-06| -|setup.py|github/Illumina/SpliceAI|3.6258158085569257e-06| -|setup.py|github/StingraySoftware/stingray|3.6258158085569257e-06| -|setup.py|github/sambit-giri/BCemu|3.6258158085569257e-06| -|setup.py|github/sambit-giri/tools21cm|3.6258158085569257e-06| -|setup.py|github/sambit-giri/BCMemu|3.6258158085569257e-06| -|setup.py|github/quatrope/feets|3.6258158085569257e-06| -|setup.py|github/quatrope/ProperImage|3.6258158085569257e-06| -|setup.py|github/wen-jams/bsavi|3.6258158085569257e-06| -|setup.py|github/RudolfCardinal/camcops|3.6258158085569257e-06| -|setup.py|github/v-morello/clfd|3.6258158085569257e-06| -|setup.py|github/ModellingWebLab/chaste-codegen|3.6258158085569257e-06| -|setup.py|github/seung-lab/FlyWirePaper|3.6258158085569257e-06| -|setup.py|github/yqiuu/starduster|3.6258158085569257e-06| -|setup.py|github/HadrienG/InSilicoSeq|3.6258158085569257e-06| -|setup.py|github/vals/umis|3.6258158085569257e-06| -|setup.py|github/spyder-ide/spyder|3.6258158085569257e-06| -|setup.py|github/rajeshrinet/pystokes|3.6258158085569257e-06| -|setup.py|github/aiidateam/kiwipy|3.6258158085569257e-06| -|setup.py|github/ELELAB/cancermuts|3.6258158085569257e-06| -|setup.py|github/ELELAB/RosettaDDGPrediction|3.6258158085569257e-06| -|setup.py|github/ELELAB/LipidDyn|3.6258158085569257e-06| -|setup.py|github/swagnercarena/ovejero|3.6258158085569257e-06| -|setup.py|github/milicolazo/Pyedra|3.6258158085569257e-06| -|setup.py|github/Jammy2211/PyAutoGalaxy|3.6258158085569257e-06| -|setup.py|github/Jammy2211/PyAutoLens|3.6258158085569257e-06| -|setup.py|github/sebhaan/geobo|3.6258158085569257e-06| -|setup.py|github/enthought/vpsearch|3.6258158085569257e-06| -|setup.py|github/enthought/mayavi|3.6258158085569257e-06| -|setup.py|github/dokester/BayesicFitting|3.6258158085569257e-06| -|setup.py|github/vaexio/vaex|3.6258158085569257e-06| -|setup.py|github/BoPeng/simuPOP|3.6258158085569257e-06| -|setup.py|github/Materials-Consortia/optimade-python-tools|3.6258158085569257e-06| -|setup.py|github/ni1o1/transbigdata|3.6258158085569257e-06| -|setup.py|github/BradhamLab/icat|3.6258158085569257e-06| -|setup.py|github/DLTK/DLTK|3.6258158085569257e-06| -|setup.py|github/tariqdaouda/CAMAP|3.6258158085569257e-06| -|setup.py|github/MIT-STARLab/deconfuser|3.6258158085569257e-06| -|setup.py|github/linuxscout/pyarabic|3.6258158085569257e-06| -|setup.py|github/CEED/libCEED|3.6258158085569257e-06| -|setup.py|github/Johannes-Sahlmann/pygacs|3.6258158085569257e-06| -|setup.py|github/rgerum/pylustrator|3.6258158085569257e-06| -|setup.py|github/mkelley/calviacat|3.6258158085569257e-06| -|setup.py|github/psheehan/pdspy|3.6258158085569257e-06| -|setup.py|github/davidgardenier/frbpoppy|3.6258158085569257e-06| -|setup.py|github/davidgardenier/frbcat|3.6258158085569257e-06| -|setup.py|github/riogroup/SORA|3.6258158085569257e-06| -|setup.py|github/fforster/delight|3.6258158085569257e-06| -|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6258158085569257e-06| -|setup.py|github/eWaterCycle/grpc4bmi|3.6258158085569257e-06| -|setup.py|github/icredd-cheminfo/CGRdb2|3.6258158085569257e-06| -|setup.py|github/hippke/tls|3.6258158085569257e-06| -|setup.py|github/hippke/pandora|3.6258158085569257e-06| -|setup.py|github/hippke/wotan|3.6258158085569257e-06| -|setup.py|github/nboley/idr|3.6258158085569257e-06| -|setup.py|github/google/jax|3.6258158085569257e-06| -|setup.py|github/lilyminium/psiresp|3.6258158085569257e-06| -|setup.py|github/SandoghdarLab/PiSCAT|3.6258158085569257e-06| -|setup.py|github/potassco/clingo|3.6258158085569257e-06| -|setup.py|github/pyranges/pyrle|3.6258158085569257e-06| -|setup.py|github/sparks-baird/xtal2png|3.6258158085569257e-06| -|setup.py|github/hoechenberger/questplus|3.6258158085569257e-06| -|setup.py|github/FlowModelingControl/flowtorch|3.6258158085569257e-06| -|setup.py|github/AprilYuge/ResPAN|3.6258158085569257e-06| -|setup.py|github/a-renzini/pygwb|3.6258158085569257e-06| -|setup.py|github/hera-team/librarian|3.6258158085569257e-06| -|setup.py|github/broadinstitute/wot|3.6258158085569257e-06| -|setup.py|github/broadinstitute/CellBender|3.6258158085569257e-06| -|setup.py|github/LMBooth/pybci|3.6258158085569257e-06| -|setup.py|github/bwinkel/cygrid|3.6258158085569257e-06| -|setup.py|github/zdelrosario/py_grama|3.6258158085569257e-06| -|setup.py|github/mattpitkin/psrqpy|3.6258158085569257e-06| -|setup.py|github/CIRADA-Tools/RM-Tools|3.6258158085569257e-06| -|setup.py|github/nasa/simupy-flight|3.6258158085569257e-06| -|setup.py|github/starkit/wsynphot|3.6258158085569257e-06| -|setup.py|github/synchrofit/synchrofit|3.6258158085569257e-06| -|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6258158085569257e-06| -|setup.py|github/szymon-datalions/pyinterpolate|3.6258158085569257e-06| -|setup.py|github/Nico-Curti/rFBP|3.6258158085569257e-06| -|setup.py|github/HinLeung622/pipes_vis|3.6258158085569257e-06| -|setup.py|github/AA-ALERT/frbcatdb|3.6258158085569257e-06| -|setup.py|github/sncosmo/sncosmo|3.6258158085569257e-06| -|setup.py|github/pkgw/pwkit|3.6258158085569257e-06| -|setup.py|github/EdanRein/pyPplusS|3.6258158085569257e-06| -|setup.py|github/gogrean/PyXel|3.6258158085569257e-06| -|setup.py|github/INCF/one_click|3.6258158085569257e-06| -|setup.py|github/adrn/pyia|3.6258158085569257e-06| -|setup.py|github/adrn/schwimmbad|3.6258158085569257e-06| -|setup.py|github/adrn/SuperFreq|3.6258158085569257e-06| -|setup.py|github/JulianKarlBauer/mechkit|3.6258158085569257e-06| -|setup.py|github/shirtsgroup/physical_validation|3.6258158085569257e-06| -|setup.py|github/jiwoncpark/baobab|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/spectral-cube|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/uvcombine|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/pvextractor|3.6258158085569257e-06| -|setup.py|github/HCGB-IGTP/spaTyper|3.6258158085569257e-06| -|setup.py|github/benallard/galileo|3.6258158085569257e-06| -|setup.py|github/SCECcode/pycsep|3.6258158085569257e-06| -|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6258158085569257e-06| -|setup.py|github/hpparvi/ldtk|3.6258158085569257e-06| -|setup.py|github/DynaSlum/satsense|3.6258158085569257e-06| -|setup.py|github/mdshw5/pyfaidx|3.6258158085569257e-06| -|setup.py|github/jhparkastro/gpcal|3.6258158085569257e-06| -|setup.py|github/meinardmueller/synctoolbox|3.6258158085569257e-06| -|setup.py|github/meinardmueller/libfmp|3.6258158085569257e-06| -|setup.py|github/elkebir-group/Jumper|3.6258158085569257e-06| -|setup.py|github/glotzerlab/freud|3.6258158085569257e-06| -|setup.py|github/glotzerlab/coxeter|3.6258158085569257e-06| -|setup.py|github/cupy/cupy|3.6258158085569257e-06| -|setup.py|github/blackjax-devs/blackjax|3.6258158085569257e-06| -|setup.py|github/UM-Bridge/umbridge|3.6258158085569257e-06| -|setup.py|github/astrom-tom/dfitspy|3.6258158085569257e-06| -|setup.py|github/astrom-tom/specstack|3.6258158085569257e-06| -|setup.py|github/chanzuckerberg/idseq-dag|3.6258158085569257e-06| -|setup.py|github/RamanLab/iCOMIC|3.6258158085569257e-06| -|setup.py|github/aineniamh/snipit|3.6258158085569257e-06| -|setup.py|github/wfondrie/mokapot|3.6258158085569257e-06| -|setup.py|github/theia-dev/Qiber3D|3.6258158085569257e-06| -|setup.py|github/EliseJ/astroABC|3.6258158085569257e-06| -|setup.py|github/clwainwright/CosmoTransitions|3.6258158085569257e-06| -|setup.py|github/opimwue/ddop|3.6258158085569257e-06| -|setup.py|github/jonescompneurolab/hnn-core|3.6258158085569257e-06| -|setup.py|github/libgamera/GAMERA|3.6258158085569257e-06| -|setup.py|github/volkamerlab/opencadd|3.6258158085569257e-06| -|setup.py|github/KIT-MBS/pyREX|3.6258158085569257e-06| -|setup.py|github/acerbilab/pybads|3.6258158085569257e-06| -|setup.py|github/juliotux/astropop|3.6258158085569257e-06| -|setup.py|github/pavolgaj/OCFit|3.6258158085569257e-06| -|setup.py|github/dgbowl/yadg|3.6258158085569257e-06| -|setup.py|github/dcorre/otrain|3.6258158085569257e-06| -|setup.py|github/eldariont/svim|3.6258158085569257e-06| -|setup.py|github/sinc-lab/miRe2e|3.6258158085569257e-06| -|setup.py|github/zarr-developers/zarr-python|3.6258158085569257e-06| -|setup.py|github/B-UMMI/chewBBACA|3.6258158085569257e-06| -|setup.py|github/dfm/corner.py|3.6258158085569257e-06| -|setup.py|github/dfm/celerite|3.6258158085569257e-06| -|setup.py|github/ketch/nodepy|3.6258158085569257e-06| -|setup.py|github/jet-net/JetNet|3.6258158085569257e-06| -|setup.py|github/EpistasisLab/regens|3.6258158085569257e-06| -|setup.py|github/EpistasisLab/tpot|3.6258158085569257e-06| -|setup.py|github/OP2/PyOP2|3.6258158085569257e-06| -|setup.py|github/deeptools/py2bit|3.6258158085569257e-06| -|setup.py|github/deeptools/deeptools_intervals|3.6258158085569257e-06| -|setup.py|github/antoinediez/Sisyphe|3.6258158085569257e-06| -|setup.py|github/slzarate/parliament2|3.6258158085569257e-06| -|setup.py|github/gilestrolab/ethoscope|3.6258158085569257e-06| -|setup.py|github/pjcigan/multicolorfits|3.6258158085569257e-06| -|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6258158085569257e-06| -|setup.py|github/ECSHackWeek/impedance.py|3.6258158085569257e-06| -|setup.py|github/cdominik/optool|3.6258158085569257e-06| -|setup.py|github/eblur/dust|3.6258158085569257e-06| -|setup.py|github/fAndreuzzi/BisPy|3.6258158085569257e-06| -|setup.py|github/Electrostatics/apbs|3.6258158085569257e-06| -|setup.py|github/brinckmann/montepython_public|3.6258158085569257e-06| -|setup.py|github/nebblu/ReACT|3.6258158085569257e-06| -|setup.py|github/nlesc/scriptcwl|3.6258158085569257e-06| -|setup.py|github/dolfin-adjoint/pyadjoint|3.6258158085569257e-06| -|setup.py|github/jveitchmichaelis/pygadgetreader|3.6258158085569257e-06| -|setup.py|github/21cmFAST/21cmFAST|3.6258158085569257e-06| -|setup.py|github/kboone/parsnip|3.6258158085569257e-06| -|setup.py|github/loosolab/TOBIAS|3.6258158085569257e-06| -|setup.py|github/mgckind/easyaccess|3.6258158085569257e-06| -|setup.py|github/icecube/FIRESONG|3.6258158085569257e-06| -|setup.py|github/indralab/pybiopax|3.6258158085569257e-06| -|setup.py|github/jobovy/apogee|3.6258158085569257e-06| -|setup.py|github/jobovy/galpy|3.6258158085569257e-06| -|setup.py|github/jobovy/gaia_tools|3.6258158085569257e-06| -|setup.py|github/jobovy/segueSelect|3.6258158085569257e-06| -|setup.py|github/SMTG-UCL/ShakeNBreak|3.6258158085569257e-06| -|setup.py|github/SMTG-UCL/surfaxe|3.6258158085569257e-06| -|setup.py|github/nextstrain/augur|3.6258158085569257e-06| -|setup.py|github/seawander/DebrisDiskFM|3.6258158085569257e-06| -|setup.py|github/seawander/centerRadon|3.6258158085569257e-06| -|setup.py|github/davidebolo1993/TRiCoLOR|3.6258158085569257e-06| -|setup.py|github/davidebolo1993/VISOR|3.6258158085569257e-06| -|setup.py|github/dh4gan/taktent|3.6258158085569257e-06| -|setup.py|github/chakrah/sage|3.6258158085569257e-06| -|setup.py|github/benhid/Sequoya|3.6258158085569257e-06| -|setup.py|github/nlesc-ave/ave-rest-service|3.6258158085569257e-06| -|setup.py|github/spicy-oil/hfs_fit|3.6258158085569257e-06| -|setup.py|github/TeraTrees/TIPP|3.6258158085569257e-06| -|setup.py|github/cedrus-opensource/pyxid|3.6258158085569257e-06| -|setup.py|github/tibordome/cosmic_profiles|3.6258158085569257e-06| -|setup.py|github/elwinter/nnde|3.6258158085569257e-06| -|setup.py|github/DavidT3/XGA|3.6258158085569257e-06| -|setup.py|github/Nicholaswogan/PhotochemPy|3.6258158085569257e-06| -|setup.py|github/htjb/maxsmooth|3.6258158085569257e-06| -|setup.py|github/Theano/Theano|3.6258158085569257e-06| -|setup.py|github/jnktsj/DNApi|3.6258158085569257e-06| -|setup.py|github/mtazzari/uvplot|3.6258158085569257e-06| -|setup.py|github/wokast/PyCactus|3.6258158085569257e-06| -|setup.py|github/pysersic/pysersic|3.6258158085569257e-06| -|setup.py|github/natelust/least_asymmetry|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/FALCON|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/kineticsTools|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/pbcore|3.6258158085569257e-06| -|setup.py|github/ElectionDataAnalysis/electiondata|3.6258158085569257e-06| -|setup.py|github/ncbi/ngs|3.6258158085569257e-06| -|setup.py|github/ImperialCollegeLondon/hcga|3.6258158085569257e-06| -|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6258158085569257e-06| -|setup.py|github/DESI-UR/VAST|3.6258158085569257e-06| -|setup.py|github/tkerscher/blast|3.6258158085569257e-06| -|setup.py|github/snakemake/snakemake|3.6258158085569257e-06| -|setup.py|github/mne-tools/mne-icalabel|3.6258158085569257e-06| -|setup.py|github/fkeruzore/panco2|3.6258158085569257e-06| -|setup.py|github/iraf-community/pyraf|3.6258158085569257e-06| -|setup.py|github/ExoCTK/exoctk|3.6258158085569257e-06| -|setup.py|github/domenico-simone/rmlst_api|3.6258158085569257e-06| -|setup.py|github/ckm3/Py-PDM|3.6258158085569257e-06| -|setup.py|github/FCS-analysis/multipletau|3.6258158085569257e-06| -|setup.py|github/fermisurfaces/IFermi|3.6258158085569257e-06| -|setup.py|github/xenon-middleware/pyxenon|3.6258158085569257e-06| -|setup.py|github/marcelm/cutadapt|3.6258158085569257e-06| -|setup.py|github/marcelm/tinyalign|3.6258158085569257e-06| -|setup.py|github/marcelm/alignlib|3.6258158085569257e-06| -|setup.py|github/marcelm/dnaio|3.6258158085569257e-06| -|setup.py|github/abmantz/lmc|3.6258158085569257e-06| -|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6258158085569257e-06| -|setup.py|github/polca/unfold|3.6258158085569257e-06| -|setup.py|github/AlexMikes/AutoFunc|3.6258158085569257e-06| -|setup.py|github/mtakahiro/gsf|3.6258158085569257e-06| -|setup.py|github/jlenain/flaapluc|3.6258158085569257e-06| -|setup.py|github/SouthGreenPlatform/PyRice|3.6258158085569257e-06| -|setup.py|github/Autostronomy/AstroPhot|3.6258158085569257e-06| -|setup.py|github/fabiopardo/tonic|3.6258158085569257e-06| -|setup.py|github/ProjectPyRhO/PyRhO|3.6258158085569257e-06| -|setup.py|github/rmaphoh/AutoMorph|3.6258158085569257e-06| -|setup.py|github/gausspy/gausspy|3.6258158085569257e-06| -|setup.py|github/dokkum/maskfill|3.6258158085569257e-06| -|setup.py|github/Oftatkofta/cellocity|3.6258158085569257e-06| -|setup.py|github/saltastro/pyhrs|3.6258158085569257e-06| -|setup.py|github/cdanielmachado/carveme|3.6258158085569257e-06| -|setup.py|github/multiscale/muscle3|3.6258158085569257e-06| -|setup.py|github/VarStarDetect/varstardetect|3.6258158085569257e-06| -|setup.py|github/singularityhub/singularity-compose|3.6258158085569257e-06| -|setup.py|github/singularityhub/singularity-hpc|3.6258158085569257e-06| -|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6258158085569257e-06| -|setup.py|github/PfizerRD/sit2standpy|3.6258158085569257e-06| -|setup.py|github/sensein/etelemetry-client|3.6258158085569257e-06| -|setup.py|github/DRMacIver/shrinkray|3.6258158085569257e-06| -|setup.py|github/veragluscevic/dmdd|3.6258158085569257e-06| -|setup.py|github/agreenbaum/ImPlaneIA|3.6258158085569257e-06| -|setup.py|github/LiberTEM/LiberTEM|3.6258158085569257e-06| -|setup.py|github/OttoStruve/muler|3.6258158085569257e-06| -|setup.py|github/tum-pbs/PhiML|3.6258158085569257e-06| -|setup.py|github/nlppln/nlppln|3.6258158085569257e-06| -|setup.py|github/3D-e-Chem/kripodb|3.6258158085569257e-06| -|setup.py|github/3D-e-Chem/sygma|3.6258158085569257e-06| -|setup.py|github/medema-group/bigslice|3.6258158085569257e-06| -|setup.py|github/bmorris3/aesop|3.6258158085569257e-06| -|setup.py|github/bmorris3/fleck|3.6258158085569257e-06| -|setup.py|github/willvousden/ptemcee|3.6258158085569257e-06| -|setup.py|github/oliveirara/polyMV|3.6258158085569257e-06| -|setup.py|github/steven-murray/mrpy|3.6258158085569257e-06| -|setup.py|github/steven-murray/pydftools|3.6258158085569257e-06| -|setup.py|github/steven-murray/powerbox|3.6258158085569257e-06| -|setup.py|github/radiocosmology/caput|3.6258158085569257e-06| -|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6258158085569257e-06| -|setup.py|github/dicompyler/dicompyler-core|3.6258158085569257e-06| -|setup.py|github/aalhossary/pyemgpipeline|3.6258158085569257e-06| -|setup.py|github/ejhigson/perfectns|3.6258158085569257e-06| -|setup.py|github/ejhigson/nestcheck|3.6258158085569257e-06| -|setup.py|github/ejhigson/dyPolyChord|3.6258158085569257e-06| -|setup.py|github/thejasvibr/bat_beamshapes|3.6258158085569257e-06| -|setup.py|github/jonaselgammal/GPry|3.6258158085569257e-06| -|setup.py|github/ginolhac/mapDamage|3.6258158085569257e-06| -|setup.py|github/thomasorb/orcs|3.6258158085569257e-06| -|setup.py|github/mlujnie/simple|3.6258158085569257e-06| -|setup.py|github/mlower/rmnest|3.6258158085569257e-06| -|setup.py|github/jpierel14/sntd|3.6258158085569257e-06| -|setup.py|github/felixchenier/kineticstoolkit|3.6258158085569257e-06| -|setup.py|github/dgerosa/gwdet|3.6258158085569257e-06| -|setup.py|github/dgerosa/spops|3.6258158085569257e-06| -|setup.py|github/dgerosa/surrkick|3.6258158085569257e-06| -|setup.py|github/halomod/hmf|3.6258158085569257e-06| -|setup.py|github/halomod/halomod|3.6258158085569257e-06| -|setup.py|github/parallelwindfarms/byteparsing|3.6258158085569257e-06| -|setup.py|github/wilkelab/Opfi|3.6258158085569257e-06| -|setup.py|github/heliopython/heliopy|3.6258158085569257e-06| -|setup.py|github/tofflemire/saphires|3.6258158085569257e-06| -|setup.py|github/omuse-geoscience/omuse|3.6258158085569257e-06| -|setup.py|github/astropy/astroscrappy|3.6258158085569257e-06| -|setup.py|github/astropy/astroplan|3.6258158085569257e-06| -|setup.py|github/astropy/halotools|3.6258158085569257e-06| -|setup.py|github/astropy/specutils|3.6258158085569257e-06| -|setup.py|github/astropy/SPISEA|3.6258158085569257e-06| -|setup.py|github/astropy/astroquery|3.6258158085569257e-06| -|setup.py|github/astropy/ccdproc|3.6258158085569257e-06| -|setup.py|github/NathanSandford/Chem-I-Calc|3.6258158085569257e-06| -|setup.py|github/brandon-rhodes/python-jplephem|3.6258158085569257e-06| -|setup.py|github/icesat2py/icepyx|3.6258158085569257e-06| -|setup.py|github/Hoohm/CITE-seq-Count|3.6258158085569257e-06| -|setup.py|github/1313e/PRISM|3.6258158085569257e-06| -|setup.py|github/smeingast/PNICER|3.6258158085569257e-06| -|setup.py|github/matthiasdemuzere/w2w|3.6258158085569257e-06| -|setup.py|github/dask/dask|3.6258158085569257e-06| -|setup.py|github/GijsMulders/epos|3.6258158085569257e-06| -|setup.py|github/MD-Studio/cerulean|3.6258158085569257e-06| -|setup.py|github/COSMIC-PopSynth/COSMIC|3.6258158085569257e-06| -|setup.py|github/malonge/RagTag|3.6258158085569257e-06| -|setup.py|github/glue-viz/glue|3.6258158085569257e-06| -|setup.py|github/eScatter/pyelsepa|3.6258158085569257e-06| -|setup.py|github/joshjchayes/TransitFit|3.6258158085569257e-06| -|setup.py|github/cbalbin-FIU/Epitopedia|3.6258158085569257e-06| -|setup.py|github/ratt-ru/CubiCal|3.6258158085569257e-06| -|setup.py|github/ratt-ru/montblanc|3.6258158085569257e-06| -|setup.py|github/JoschaJ/mockFRBhosts|3.6258158085569257e-06| -|setup.py|github/GalacticDynamics-Oxford/Agama|3.6258158085569257e-06| -|setup.py|github/ArgonneCPAC/dsps|3.6258158085569257e-06| -|setup.py|github/TriPed-Robot/TriP|3.6258158085569257e-06| -|setup.py|github/copasi/basico|3.6258158085569257e-06| -|setup.py|github/cmateu/PyMGC3|3.6258158085569257e-06| -|setup.py|github/cmateu/galstreams|3.6258158085569257e-06| -|setup.py|github/bartongroup/yanosim|3.6258158085569257e-06| -|setup.py|github/NKI-AI/direct|3.6258158085569257e-06| -|setup.py|github/neuralhydrology/neuralhydrology|3.6258158085569257e-06| -|setup.py|github/eggplantbren/DNest4|3.6258158085569257e-06| -|setup.py|github/gmzsebastian/FLEET|3.6258158085569257e-06| -|setup.py|github/reggiebernardo/PTAfast|3.6258158085569257e-06| -|setup.py|github/KeplerGO/k2mosaic|3.6258158085569257e-06| -|setup.py|github/ucl-exoplanets/TauREx3_public|3.6258158085569257e-06| -|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6258158085569257e-06| -|setup.py|github/ghislainv/forestatrisk|3.6258158085569257e-06| -|setup.py|github/0xCoto/Virgo|3.6258158085569257e-06| -|setup.py|github/sdss/marvin|3.6258158085569257e-06| -|setup.py|github/jdidion/atropos|3.6258158085569257e-06| -|setup.py|github/rgmyr/corebreakout|3.6258158085569257e-06| -|setup.py|github/deepmodeling/DMFF|3.6258158085569257e-06| -|setup.py|github/oscaribv/citlalicue|3.6258158085569257e-06| -|setup.py|github/teuben/nemo|3.6258158085569257e-06| -|setup.py|github/astroml/gatspy|3.6258158085569257e-06| -|setup.py|github/NKI-CCB/PRECISE|3.6258158085569257e-06| -|setup.py|github/marius311/pypico|3.6258158085569257e-06| -|setup.py|github/ERA-URBAN/fm128_radar|3.6258158085569257e-06| -|setup.py|github/finagle29/DBSP_DRP|3.6258158085569257e-06| -|setup.py|github/IMMM-SFA/mosartwmpy|3.6258158085569257e-06| -|setup.py|github/exafmm/exafmm-t|3.6258158085569257e-06| -|setup.py|github/franpoz/SHERLOCK|3.6258158085569257e-06| -|setup.py|github/H-E-L-P/XID_plus|3.6258158085569257e-06| -|setup.py|github/siavash-saki/tesspy|3.6258158085569257e-06| -|setup.py|github/agshumate/LiftoffTools|3.6258158085569257e-06| -|setup.py|github/Extraweich/homopy|3.6258158085569257e-06| -|setup.py|github/cthoyt/bel-resources|3.6258158085569257e-06| -|setup.py|github/caseyjlaw/rtpipe|3.6258158085569257e-06| -|setup.py|github/hknd23/idcempy|3.6258158085569257e-06| -|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6258158085569257e-06| -|setup.py|github/mgm8/pyngham|3.6258158085569257e-06| -|setup.py|github/WMD-group/MacroDensity|3.6258158085569257e-06| -|setup.py|github/WMD-group/SMACT|3.6258158085569257e-06| -|setup.py|github/nickrodd/HDMSpectra|3.6258158085569257e-06| -|setup.py|github/MASILab/pyPheWAS|3.6258158085569257e-06| -|setup.py|github/IKNL/vantage6|3.6258158085569257e-06| -|setup.py|github/saphir746/BiobankRead-Bash|3.6258158085569257e-06| -|setup.py|github/NoahSailer/FishLSS|3.6258158085569257e-06| -|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6258158085569257e-06| -|setup.py|github/era-urban/wrfpy|3.6258158085569257e-06| -|setup.py|github/illumina/pyflow|3.6258158085569257e-06| -|setup.py|github/ebellm/pyraf-dbsp|3.6258158085569257e-06| -|setup.py|github/biocore/emperor|3.6258158085569257e-06| -|setup.py|github/biocore/scikit-bio|3.6258158085569257e-06| -|setup.py|github/biocore/deblur|3.6258158085569257e-06| -|setup.py|github/KathrynJones1/catwoman|3.6258158085569257e-06| -|setup.py|github/mikecokina/elisa|3.6258158085569257e-06| -|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6258158085569257e-06| -|setup.py|github/telegraphic/fits2hdf|3.6258158085569257e-06| -|setup.py|github/telegraphic/pygsm|3.6258158085569257e-06| -|setup.py|github/bio-phys/BioEn|3.6258158085569257e-06| -|setup.py|github/Midnighter/dependency-info|3.6258158085569257e-06| -|setup.py|github/tvwenger/hii-region-kinematics|3.6258158085569257e-06| -|setup.py|github/tvwenger/wisp|3.6258158085569257e-06| -|setup.py|github/tvwenger/kd|3.6258158085569257e-06| -|setup.py|github/tvwenger/kinematic_scaleheight|3.6258158085569257e-06| -|setup.py|github/Starlink/starlink|3.6258158085569257e-06| -|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6258158085569257e-06| -|setup.py|github/girder/viime|3.6258158085569257e-06| -|setup.py|github/kathlandgren/SWAMPE|3.6258158085569257e-06| -|setup.py|github/zonca/python-qucs|3.6258158085569257e-06| -|setup.py|github/BaroudLab/Griottes|3.6258158085569257e-06| -|setup.py|github/computational-chemical-biology/ChemWalker|3.6258158085569257e-06| -|setup.py|github/nextgenusfs/amptk|3.6258158085569257e-06| -|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6258158085569257e-06| -|setup.py|github/pierrexyz/pybird|3.6258158085569257e-06| -|setup.py|github/Substra/substra|3.6258158085569257e-06| -|setup.py|github/stammler/dustpy|3.6258158085569257e-06| -|setup.py|github/stammler/simframe|3.6258158085569257e-06| -|setup.py|github/nithyanandan/PRISim|3.6258158085569257e-06| -|setup.py|github/thomas0809/MolScribe|3.6258158085569257e-06| -|setup.py|github/mriener/gausspyplus|3.6258158085569257e-06| -|setup.py|github/fjprichard/PyAFBF|3.6258158085569257e-06| -|setup.py|github/sylvainprigent/napari-tracks-reader|3.6258158085569257e-06| -|setup.py|github/GoekeLab/xpore|3.6258158085569257e-06| -|setup.py|github/remi-adam/minot|3.6258158085569257e-06| -|setup.py|github/pmvreeswijk/BlackBOX|3.6258158085569257e-06| -|setup.py|github/pmvreeswijk/ZOGY|3.6258158085569257e-06| -|setup.py|github/elizabethnewman/hessQuik|3.6258158085569257e-06| -|setup.py|github/EnsembleGovServices/kamodo-core|3.6258158085569257e-06| -|setup.py|github/daniel-muthukrishna/astrodash|3.6258158085569257e-06| -|setup.py|github/e-koch/FilFinder|3.6258158085569257e-06| -|setup.py|github/DrafProject/elmada|3.6258158085569257e-06| -|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6258158085569257e-06| -|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6258158085569257e-06| -|setup.py|github/Sarc-Graph/sarcgraph|3.6258158085569257e-06| -|setup.py|github/transientskp/pyse|3.6258158085569257e-06| -|setup.py|github/transientskp/tkp|3.6258158085569257e-06| -|setup.py|github/Heldenkombinat/Logodetect|3.6258158085569257e-06| -|setup.py|github/cdslaborg/paramonte|3.6258158085569257e-06| -|setup.py|github/subisarkar/JexoSim|3.6258158085569257e-06| -|setup.py|github/gmbrandt/xwavecal|3.6258158085569257e-06| -|setup.py|github/MNiwano/Eclaire|3.6258158085569257e-06| -|setup.py|github/a-slide/pycoQC|3.6258158085569257e-06| -|setup.py|github/kgullikson88/Telluric-Fitter|3.6258158085569257e-06| -|setup.py|github/vatlab/sos-notebook|3.6258158085569257e-06| -|setup.py|github/bethgelab/foolbox|3.6258158085569257e-06| -|setup.py|github/RTIInternational/gobbli|3.6258158085569257e-06| -|setup.py|github/ConorMacBride/mcalf|3.6258158085569257e-06| -|setup.py|github/astrosupriyo/pyTANSPEC|3.6258158085569257e-06| -|setup.py|github/tcassanelli/pywpf|3.6258158085569257e-06| -|setup.py|github/DrMarc/slab|3.6258158085569257e-06| -|setup.py|github/j-faria/kima|3.6258158085569257e-06| -|setup.py|github/kevin218/Eureka|3.6258158085569257e-06| -|setup.py|github/MonashSmartStructures/ospgrillage|3.6258158085569257e-06| -|setup.py|github/clauswilke/PeptideBuilder|3.6258158085569257e-06| -|setup.py|github/BPSB/combine-p-values-discrete|3.6258158085569257e-06| -|setup.py|github/lanl/swiftbat_python|3.6258158085569257e-06| -|setup.py|github/lanl/PyBNF|3.6258158085569257e-06| -|setup.py|github/lanl/scico|3.6258158085569257e-06| -|setup.py|github/ejeschke/ginga|3.6258158085569257e-06| -|setup.py|github/anuradhawick/LRBinner|3.6258158085569257e-06| -|setup.py|github/nye17/javelin|3.6258158085569257e-06| -|setup.py|github/Yu-Group/veridical-flow|3.6258158085569257e-06| -|setup.py|github/AstarVienna/Pyckles|3.6258158085569257e-06| -|setup.py|github/AstarVienna/skycalc_ipy|3.6258158085569257e-06| -|setup.py|github/AstarVienna/ScopeSim_Templates|3.6258158085569257e-06| -|setup.py|github/AstarVienna/AnisoCADO|3.6258158085569257e-06| -|setup.py|github/wiederm/transformato|3.6258158085569257e-06| -|setup.py|github/RichardObi/medigan|3.6258158085569257e-06| -|setup.py|github/mjacob1002/Eir|3.6258158085569257e-06| -|setup.py|github/ORNL/tx2|3.6258158085569257e-06| -|setup.py|github/pmaxted/pycheops|3.6258158085569257e-06| -|setup.py|github/peterk87/sistr_cmd|3.6258158085569257e-06| -|setup.py|github/jiffyclub/palettable|3.6258158085569257e-06| -|setup.py|github/ofionnad/radiowinds|3.6258158085569257e-06| -|setup.py|github/mikekatz04/BOWIE|3.6258158085569257e-06| -|setup.py|github/richteague/bettermoments|3.6258158085569257e-06| -|setup.py|github/richteague/eddy|3.6258158085569257e-06| -|setup.py|github/richteague/gofish|3.6258158085569257e-06| -|setup.py|github/richteague/disksurf|3.6258158085569257e-06| -|setup.py|github/SWIFTSIM/emulator|3.6258158085569257e-06| -|setup.py|github/liamedeiros/ehtplot|3.6258158085569257e-06| -|setup.py|github/FreBio/komics|3.6258158085569257e-06| -|setup.py|github/tardis-sn/carsus|3.6258158085569257e-06| -|setup.py|github/tardis-sn/tardis|3.6258158085569257e-06| -|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6258158085569257e-06| -|setup.py|github/iric-soft/km|3.6258158085569257e-06| -|setup.py|github/MNGuenther/allesfitter|3.6258158085569257e-06| -|setup.py|github/cbg-ethz/shorah|3.6258158085569257e-06| -|setup.py|github/minzastro/unidam|3.6258158085569257e-06| -|setup.py|github/Singh-Lab/DeMaSk|3.6258158085569257e-06| -|setup.py|github/musevlt/origin|3.6258158085569257e-06| -|setup.py|github/musevlt/muse-psfr|3.6258158085569257e-06| -|setup.py|github/cadop/seg1d|3.6258158085569257e-06| -|setup.py|github/miniufo/xinvert|3.6258158085569257e-06| -|setup.py|github/Martindelosrios/cosmic-kite|3.6258158085569257e-06| -|setup.py|github/LindleyLentati/Cobra|3.6258158085569257e-06| -|setup.py|github/jacobblum/simDRIFT|3.6258158085569257e-06| -|setup.py|github/JixingGE/GGCHEMPY|3.6258158085569257e-06| -|setup.py|github/maxpumperla/hyperas|3.6258158085569257e-06| -|setup.py|github/GenomicParisCentre/toulligQC|3.6258158085569257e-06| -|setup.py|github/prajwel/curvit|3.6258158085569257e-06| -|setup.py|github/PabloMSanAla/fabada|3.6258158085569257e-06| -|setup.py|github/djsutherland/py-sdm|3.6258158085569257e-06| -|setup.py|github/samuelefiorini/tangle|3.6258158085569257e-06| -|setup.py|github/songweizhi/Binning_refiner|3.6258158085569257e-06| -|setup.py|github/Guo-Jian-Wang/colfi|3.6258158085569257e-06| -|setup.py|github/thieu1995/permetrics|3.6258158085569257e-06| -|setup.py|github/privong/pymccorrelation|3.6258158085569257e-06| -|setup.py|github/federicomarulli/CosmoBolognaLib|3.6258158085569257e-06| -|setup.py|github/napakalas/casbert|3.6258158085569257e-06| -|setup.py|github/hover2pi/SEDkit|3.6258158085569257e-06| -|setup.py|github/jollejolles/pirecorder|3.6258158085569257e-06| -|setup.py|github/nespinoza/mc-spam|3.6258158085569257e-06| -|setup.py|github/nespinoza/juliet|3.6258158085569257e-06| -|setup.py|github/sonwell/biotools|3.6258158085569257e-06| -|setup.py|github/orcasgit/python-fitbit|3.6258158085569257e-06| -|setup.py|github/podondra/eidein|3.6258158085569257e-06| -|setup.py|github/vanheeringen-lab/gimmemotifs|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanopack|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanomath|3.6258158085569257e-06| -|setup.py|github/wdecoster/NanoPlot|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanoget|3.6258158085569257e-06| -|setup.py|github/wdecoster/NanoComp|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanocomp|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanostat|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanolyse|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanoQC|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanofilt|3.6258158085569257e-06| -|setup.py|github/KBNLresearch/ochre|3.6258158085569257e-06| -|setup.py|github/engyasin/Offline_MOT|3.6258158085569257e-06| -|setup.py|github/Bahler-Lab/pyphe|3.6258158085569257e-06| -|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6258158085569257e-06| -|setup.py|github/guangtunbenzhu/SetCoverPy|3.6258158085569257e-06| -|setup.py|github/bxia888/CEFCIG|3.6258158085569257e-06| -|setup.py|github/OBrink/RanDepict|3.6258158085569257e-06| -|setup.py|github/Cascella-Group-UiO/HyMD|3.6258158085569257e-06| -|setup.py|github/MDAnalysis/mdanalysis|3.6258158085569257e-06| -|setup.py|github/LucaMalavolta/PyORBIT|3.6258158085569257e-06| -|setup.py|github/cog-imperial/GPdoemd|3.6258158085569257e-06| -|setup.py|github/cog-imperial/galini|3.6258158085569257e-06| -|setup.py|github/cog-imperial/entmoot|3.6258158085569257e-06| -|setup.py|github/cog-imperial/suspect|3.6258158085569257e-06| -|setup.py|github/rohinkumar/correlcalc|3.6258158085569257e-06| -|setup.py|github/fakedrtom/oncogemini|3.6258158085569257e-06| -|setup.py|github/vijayvarma392/binaryBHexp|3.6258158085569257e-06| -|setup.py|github/Xia-Yijie/Xponge|3.6258158085569257e-06| -|setup.py|github/WorkflowConversion/CTDConverter|3.6258158085569257e-06| -|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6258158085569257e-06| -|setup.py|github/maxibor/sam2lca|3.6258158085569257e-06| -|setup.py|github/nanograv/PINT|3.6258158085569257e-06| -|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6258158085569257e-06| -|setup.py|github/recipy/recipy|3.6258158085569257e-06| -|setup.py|github/abrupt-climate/hyper-canny|3.6258158085569257e-06| -|setup.py|github/YosefLab/scvi-tools|3.6258158085569257e-06| -|setup.py|github/caracal-pipeline/caracal|3.6258158085569257e-06| -|setup.py|github/supernnova/SuperNNova|3.6258158085569257e-06| -|setup.py|github/timstaley/voevent-parse|3.6258158085569257e-06| -|setup.py|github/fitbenchmarking/fitbenchmarking|3.6258158085569257e-06| -|setup.py|github/TPI-Immunogenetics/igmat|3.6258158085569257e-06| -|setup.py|github/seclark/RHT|3.6258158085569257e-06| -|setup.py|github/fair-software/howfairis|3.6258158085569257e-06| -|setup.py|github/fair-software/fairtally|3.6258158085569257e-06| -|setup.py|github/cosimoNigro/agnpy|3.6258158085569257e-06| -|setup.py|github/ggonnella/gfapy|3.6258158085569257e-06| -|setup.py|github/mbaes/SpheCow|3.6258158085569257e-06| -|setup.py|github/tensorly/viz|3.6258158085569257e-06| -|setup.py|github/Astroua/TurbuStat|3.6258158085569257e-06| -|setup.py|github/Astroua/SCIMES|3.6258158085569257e-06| -|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6258158085569257e-06| -|setup.py|github/TimothyADavis/KinMSpy|3.6258158085569257e-06| -|setup.py|github/ml-evs/matador|3.6258158085569257e-06| -|setup.py|github/ekaterinailin/AltaiPony|3.6258158085569257e-06| -|setup.py|github/pytoolz/toolz|3.6258158085569257e-06| -|setup.py|github/rjtanner/StarburstPy|3.6258158085569257e-06| -|setup.py|github/tylunel/pvpumpingsystem|3.6258158085569257e-06| -|setup.py|github/ledatelescope/bifrost|3.6258158085569257e-06| -|setup.py|github/afarahi/tatter|3.6258158085569257e-06| -|setup.py|github/afarahi/PoPE|3.6258158085569257e-06| -|setup.py|github/afarahi/kllr|3.6258158085569257e-06| -|setup.py|github/migp11/pyfastcore|3.6258158085569257e-06| -|setup.py|github/aspuru-guzik-group/funsies|3.6258158085569257e-06| -|setup.py|github/zclaytor/kiauhoku|3.6258158085569257e-06| -|setup.py|github/zclaytor/butterpy|3.6258158085569257e-06| -|setup.py|github/cmillion/gPhoton|3.6258158085569257e-06| -|setup.py|github/mdruett/COCOPLOT|3.6258158085569257e-06| -|setup.py|github/XSLiuLab/Seq2Neo|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/BXA|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/PyMultiNest|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/UltraNest|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/nway|3.6258158085569257e-06| -|setup.py|github/sfschen/velocileptors|3.6258158085569257e-06| -|setup.py|github/wtsi-hpag/HiLine|3.6258158085569257e-06| -|setup.py|github/Magritte-code/Magritte|3.6258158085569257e-06| -|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6258158085569257e-06| -|setup.py|github/4pisky/fourpisky-core|3.6258158085569257e-06| -|setup.py|github/jianhuupenn/SpaGCN|3.6258158085569257e-06| -|setup.py|github/philres/catfishq|3.6258158085569257e-06| -|setup.py|github/virgesmith/neworder|3.6258158085569257e-06| -|setup.py|github/andresmegias/richvalues|3.6258158085569257e-06| -|setup.py|github/scipion-em/scipion-em-continuousflex|3.6258158085569257e-06| -|setup.py|github/markusbonse/applefy|3.6258158085569257e-06| -|setup.py|github/soichiro-hattori/unpopular|3.6258158085569257e-06| -|setup.py|github/JoeMcEwen/FAST-PT|3.6258158085569257e-06| -|setup.py|github/NREL/graph-env|3.6258158085569257e-06| -|setup.py|github/AnantharamanLab/vRhyme|3.6258158085569257e-06| -|setup.py|github/fpavogt/fcmaker|3.6258158085569257e-06| -|setup.py|github/cy-xu/cosmic-conn|3.6258158085569257e-06| -|setup.py|github/mishioo/tesliper|3.6258158085569257e-06| -|setup.py|github/PhilippJunk/homelette|3.6258158085569257e-06| -|setup.py|github/cumbof/honto|3.6258158085569257e-06| -|setup.py|github/ideasrule/platon|3.6258158085569257e-06| -|setup.py|github/benvanwerkhoven/kernel_tuner|3.6258158085569257e-06| -|setup.py|github/Starfish-develop/Starfish|3.6258158085569257e-06| -|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6258158085569257e-06| -|setup.py|github/dmey/synthia|3.6258158085569257e-06| -|setup.py|github/astronomyk/SimCADO|3.6258158085569257e-06| -|setup.py|github/PlanetHunters/tkmatrix|3.6258158085569257e-06| -|setup.py|github/dmnfarrell/epitopepredict|3.6258158085569257e-06| -|setup.py|github/dmnfarrell/snpgenie|3.6258158085569257e-06| -|setup.py|github/gem-pasteur/macsyfinder|3.6258158085569257e-06| -|setup.py|github/dfujim/bfit|3.6258158085569257e-06| -|setup.py|github/smog-server/OpenSMOG|3.6258158085569257e-06| -|setup.py|github/ziotom78/dacapo_calibration|3.6258158085569257e-06| -|setup.py|github/ChrisBeaumont/brut|3.6258158085569257e-06| -|setup.py|github/icb-dcm/pyabc|3.6258158085569257e-06| -|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6258158085569257e-06| -|setup.py|github/DeltaRCM/pyDeltaRCM|3.6258158085569257e-06| -|setup.py|github/vferat/pycrostates|3.6258158085569257e-06| -|setup.py|github/snad-space/zwad|3.6258158085569257e-06| -|setup.py|github/matplotlib/matplotlib|3.6258158085569257e-06| -|setup.py|github/joe-antognini/kozai|3.6258158085569257e-06| -|setup.py|github/NickSwainston/pulsar_spectra|3.6258158085569257e-06| -|setup.py|github/YSOVAR/YSOVAR|3.6258158085569257e-06| -|setup.py|github/symmy596/Polypy|3.6258158085569257e-06| -|setup.py|github/symmy596/SurfinPy|3.6258158085569257e-06| -|setup.py|github/adbar/htmldate|3.6258158085569257e-06| -|setup.py|github/numba/numba|3.6258158085569257e-06| -|setup.py|github/dparks1134/RefineM|3.6258158085569257e-06| -|setup.py|github/galkintool/galkin|3.6258158085569257e-06| -|setup.py|github/ICAMS/strucscan|3.6258158085569257e-06| -|setup.py|github/tmcclintock/cluster_toolkit|3.6258158085569257e-06| -|setup.py|github/ajeldorado/falco-python|3.6258158085569257e-06| -|setup.py|github/odb9402/CNNPeaks|3.6258158085569257e-06| -|setup.py|github/fcs-analysis/PyScanFCS|3.6258158085569257e-06| -|setup.py|github/fcs-analysis/PyCorrFit|3.6258158085569257e-06| -|setup.py|github/hyperopt/hyperopt|3.6258158085569257e-06| -|setup.py|github/lmfit/lmfit-py|3.6258158085569257e-06| -|setup.py|github/dmentipl/plonk|3.6258158085569257e-06| -|setup.py|github/NiallJeffrey/DeepMass|3.6258158085569257e-06| -|setup.py|github/javicarron/pynkowski|3.6258158085569257e-06| -|setup.py|github/javicarron/mtneedlet|3.6258158085569257e-06| -|setup.py|github/ryansmcgee/seirsplus|3.6258158085569257e-06| -|setup.py|github/coljac/sensie|3.6258158085569257e-06| -|setup.py|github/deepmedic/deepmedic|3.6258158085569257e-06| -|setup.py|github/realfastvla/realfast|3.6258158085569257e-06| -|setup.py|github/realfastvla/rfpipe|3.6258158085569257e-06| -|setup.py|github/brian-team/brian2|3.6258158085569257e-06| -|setup.py|github/lberaldoesilva/naif|3.6258158085569257e-06| -|setup.py|github/DirectDM/directdm-py|3.6258158085569257e-06| -|setup.py|github/matchms/matchms|3.6258158085569257e-06| -|setup.py|github/matchms/ms2deepscore|3.6258158085569257e-06| -|setup.py|github/tschad/pycelp|3.6258158085569257e-06| -|setup.py|github/herjy/SLIT|3.6258158085569257e-06| -|setup.py|github/carpyncho/carpyncho-py|3.6258158085569257e-06| -|setup.py|github/getzlab/rnaseqc|3.6258158085569257e-06| -|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6258158085569257e-06| -|setup.py|github/einsteinpy/einsteinpy|3.6258158085569257e-06| -|setup.py|github/morriscb/The-wiZZ|3.6258158085569257e-06| -|setup.py|github/edwardoughton/itmlogic|3.6258158085569257e-06| -|setup.py|github/CLARIAH/grlc|3.6258158085569257e-06| -|setup.py|github/davemlz/eemont|3.6258158085569257e-06| -|setup.py|github/qpv-research-group/solcore5|3.6258158085569257e-06| -|setup.py|github/HajimeKawahara/sot|3.6258158085569257e-06| -|setup.py|github/HajimeKawahara/exojax|3.6258158085569257e-06| -|setup.py|github/codemeleon/seqPanther|3.6258158085569257e-06| -|setup.py|github/popgenmethods/smcpp|3.6258158085569257e-06| -|setup.py|github/actris-cloudnet/cloudnetpy|3.6258158085569257e-06| -|setup.py|github/spokenlanguage/platalea|3.6258158085569257e-06| -|setup.py|github/linnarsson-lab/loompy|3.6258158085569257e-06| -|setup.py|github/compomics/DeepLC|3.6258158085569257e-06| -|setup.py|github/aabdurrouf/piXedfit|3.6258158085569257e-06| -|setup.py|github/lantunes/cellpylib|3.6258158085569257e-06| -|setup.py|github/SISPO-developers/sispo|3.6258158085569257e-06| -|setup.py|github/precice/micro-manager|3.6258158085569257e-06| -|setup.py|github/LBNL-ETA/MSWH|3.6258158085569257e-06| -|setup.py|github/chasmani/piecewise-regression|3.6258158085569257e-06| -|setup.py|github/shbhuk/barycorrpy|3.6258158085569257e-06| -|setup.py|github/shbhuk/mrexo|3.6258158085569257e-06| -|setup.py|github/warrickball/tomso|3.6258158085569257e-06| -|setup.py|github/apertif/apercal|3.6258158085569257e-06| -|setup.py|github/pynbody/pynbody|3.6258158085569257e-06| -|setup.py|github/pynbody/tangos|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/flamingo|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/insilico-server|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/swan|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/CAT|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/Moka|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/ceiba-cli|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/ceiba|3.6258158085569257e-06| -|setup.py|github/yymao/abundancematching|3.6258158085569257e-06| -|setup.py|github/cmbant/getdist|3.6258158085569257e-06| -|setup.py|github/CosmoStat/shapepipe|3.6258158085569257e-06| -|setup.py|github/linqs/psl|3.6258158085569257e-06| -|setup.py|github/toshiyan/cmblensplus|3.6258158085569257e-06| -|setup.py|github/opencobra/cobrapy|3.6258158085569257e-06| -|setup.py|github/RaRe-Technologies/gensim|3.6258158085569257e-06| -|setup.py|github/pybamm-team/PyBaMM|3.6258158085569257e-06| -|setup.py|github/pybamm-team/liionpack|3.6258158085569257e-06| -|setup.py|github/dnarayanan/powderday|3.6258158085569257e-06| -|setup.py|github/RECeSS-EU-Project/stanscofi|3.6258158085569257e-06| -|setup.py|github/ACEnglish/truvari|3.6258158085569257e-06| -|setup.py|github/CQCL/qujax|3.6258158085569257e-06| -|setup.py|github/stevengiacalone/triceratops|3.6258158085569257e-06| -|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6258158085569257e-06| -|setup.py|github/jakevdp/wpca|3.6258158085569257e-06| -|setup.py|github/smoh/kinesis|3.6258158085569257e-06| -|setup.py|github/tjiangHIT/cuteSV|3.6258158085569257e-06| -|setup.py|github/galizia-lab/pyview|3.6258158085569257e-06| -|setup.py|github/4dn-dcic/pairix|3.6258158085569257e-06| -|setup.py|github/phenomecentre/nPYc-Toolbox|3.6258158085569257e-06| -|setup.py|github/LucIJspeert/eclipsr|3.6258158085569257e-06| -|setup.py|github/LucIJspeert/star_shadow|3.6258158085569257e-06| -|setup.py|github/egjergo/galcem|3.6258158085569257e-06| -|setup.py|github/nanoporetech/qcat|3.6258158085569257e-06| -|setup.py|github/nanoporetech/megalodon|3.6258158085569257e-06| -|setup.py|github/nanoporetech/tombo|3.6258158085569257e-06| -|setup.py|github/nanoporetech/ont_fast5_api|3.6258158085569257e-06| -|setup.py|github/simonsobs/pixell|3.6258158085569257e-06| -|setup.py|github/simonsobs/nemo|3.6258158085569257e-06| -|setup.py|github/t-brandt/orvara|3.6258158085569257e-06| -|setup.py|github/connectomicslab/connectomemapper3|3.6258158085569257e-06| -|setup.py|github/CyclotronResearchCentre/bidsme|3.6258158085569257e-06| -|setup.py|github/bwengals/CCSNMultivar|3.6258158085569257e-06| -|setup.py|github/colour-science/colour|3.6258158085569257e-06| -|setup.py|github/circuitgraph/circuitgraph|3.6258158085569257e-06| -|setup.py|github/andizq/sf3dmodels|3.6258158085569257e-06| -|setup.py|github/pnnl/interflow|3.6258158085569257e-06| -|setup.py|github/gbernstein/pixmappy|3.6258158085569257e-06| -|setup.py|github/dtamayo/reboundx|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/pyranges|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/epic2|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/ncls|3.6258158085569257e-06| -|setup.py|github/tomlouden/spiderman|3.6258158085569257e-06| -|setup.py|github/sbebo/joypy|3.6258158085569257e-06| -|setup.py|github/EISy-as-Py/hardy|3.6258158085569257e-06| -|setup.py|github/bfarr/exocartographer|3.6258158085569257e-06| -|setup.py|github/kennethcarrell/ATARRI|3.6258158085569257e-06| -|setup.py|github/lynx-x-ray-observatory/soxs|3.6258158085569257e-06| -|setup.py|github/keflavich/HiGal_SEDfitter|3.6258158085569257e-06| -|setup.py|github/spacetelescope/specview|3.6258158085569257e-06| -|setup.py|github/spacetelescope/stginga|3.6258158085569257e-06| -|setup.py|github/spacetelescope/synphot_refactor|3.6258158085569257e-06| -|setup.py|github/spacetelescope/specviz|3.6258158085569257e-06| -|setup.py|github/spacetelescope/stsynphot_refactor|3.6258158085569257e-06| -|setup.py|github/spacetelescope/imexam|3.6258158085569257e-06| -|setup.py|github/rvalieris/parallel-fastq-dump|3.6258158085569257e-06| -|setup.py|github/comprna/reorientexpress|3.6258158085569257e-06| -|setup.py|github/brentp/geneimpacts|3.6258158085569257e-06| -|setup.py|github/brentp/cigar|3.6258158085569257e-06| -|setup.py|github/dbuscher/pois|3.6258158085569257e-06| -|setup.py|github/vincentlab/PyFR|3.6258158085569257e-06| -|setup.py|github/alphaparrot/ExoPlaSim|3.6258158085569257e-06| -|setup.py|github/ulelab/ultraplex|3.6258158085569257e-06| -|setup.py|github/cov-lineages/pangolin|3.6258158085569257e-06| -|setup.py|github/chapmanb/bcbb|3.6258158085569257e-06| -|setup.py|github/AlexanderLabWHOI/EUKulele|3.6258158085569257e-06| -|setup.py|github/bioinform/somaticseq|3.6258158085569257e-06| -|setup.py|github/rasg-affiliates/healvis|3.6258158085569257e-06| -|setup.py|github/jbussemaker/SBArchOpt|3.6258158085569257e-06| -|setup.py|github/ngltr/sinaps|3.6258158085569257e-06| -|setup.py|github/biobakery/MetaPhlAn|3.6258158085569257e-06| -|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6258158085569257e-06| -|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6258158085569257e-06| -|setup.py|github/seqcode/allo|3.6258158085569257e-06| -|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6258158085569257e-06| -|setup.py|github/dwkim78/upsilon|3.6258158085569257e-06| -|setup.py|github/dwkim78/pdtrend|3.6258158085569257e-06| -|setup.py|github/dwkim78/ASTRiDE|3.6258158085569257e-06| -|setup.py|github/spacepy/spacepy|3.6258158085569257e-06| -|setup.py|github/MartianColonist/POSEIDON|3.6258158085569257e-06| -|setup.py|github/FrancesBW/bellamy|3.6258158085569257e-06| -|setup.py|github/DeepRank/DeepRank-GNN|3.6258158085569257e-06| -|setup.py|github/DeepRank/pdb2sql|3.6258158085569257e-06| -|setup.py|github/DeepRank/iScore|3.6258158085569257e-06| -|setup.py|github/DeepRank/deeprank|3.6258158085569257e-06| -|setup.py|github/DeepRank/pssmgen|3.6258158085569257e-06| -|setup.py|github/SCM-NV/qmflows|3.6258158085569257e-06| -|setup.py|github/SCM-NV/pyZacros|3.6258158085569257e-06| -|setup.py|github/SCM-NV/qmflows-namd|3.6258158085569257e-06| -|setup.py|github/fred3m/toyz|3.6258158085569257e-06| -|setup.py|github/avigan/SPHERE|3.6258158085569257e-06| -|setup.py|github/avigan/pyZELDA|3.6258158085569257e-06| -|setup.py|github/MannLabs/alphapept|3.6258158085569257e-06| -|setup.py|github/jorisparet/partycls|3.6258158085569257e-06| -|setup.py|github/conda/pycosat|3.6258158085569257e-06| -|setup.py|github/conda/conda|3.6258158085569257e-06| -|setup.py|github/kerkelae/disimpy|3.6258158085569257e-06| -|setup.py|github/bootphon/phonemizer|3.6258158085569257e-06| -|setup.py|github/Adamtaranto/Yanagiba|3.6258158085569257e-06| -|setup.py|github/beastraban/INSANE|3.6258158085569257e-06| -|setup.py|github/tool-bin/ukbcc|3.6258158085569257e-06| -|setup.py|github/schlafly/crowdsource|3.6258158085569257e-06| -|setup.py|github/catherinezucker/radfil|3.6258158085569257e-06| -|setup.py|github/mzy2240/ESA|3.6258158085569257e-06| -|setup.py|github/cire-thk/BifacialSimu|3.6258158085569257e-06| -|setup.py|github/twesterhout/lattice-symmetries|3.6258158085569257e-06| -|setup.py|github/clawpack/clawpack|3.6258158085569257e-06| -|setup.py|github/dunnkers/fseval|3.6258158085569257e-06| -|setup.py|github/agree019/DarkCapPy|3.6258158085569257e-06| -|setup.py|github/agurvich/FIRE_studio|3.6258158085569257e-06| -|setup.py|github/panoptes-organization/panoptes|3.6258158085569257e-06| -|setup.py|github/johnlees/pp-sketchlib|3.6258158085569257e-06| -|setup.py|github/BackmanLab/PWSpy|3.6258158085569257e-06| -|setup.py|github/pyro-ppl/pyro|3.6258158085569257e-06| -|setup.py|github/3fon3fonov/exostriker|3.6258158085569257e-06| -|setup.py|github/VeinsOfTheEarth/rabpro|3.6258158085569257e-06| -|setup.py|github/martinjzhang/scDRS|3.6258158085569257e-06| -|setup.py|github/sherpa-deproject/deproject|3.6258158085569257e-06| -|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6258158085569257e-06| -|setup.py|github/UNSW-CEEM/nempy|3.6258158085569257e-06| -|setup.py|github/smirarab/sepp|3.6258158085569257e-06| -|setup.py|github/jiahecui/SenAOReFoc|3.6258158085569257e-06| -|setup.py|github/gdrouart/MrMoose|3.6258158085569257e-06| -|setup.py|github/benmontet/f3|3.6258158085569257e-06| -|setup.py|github/cabb99/open3spn2|3.6258158085569257e-06| -|setup.py|github/equib/pyEQUIB|3.6258158085569257e-06| -|setup.py|github/julianreul/mode_behave|3.6258158085569257e-06| -|setup.py|github/cas-bioinf/rboAnalyzer|3.6258158085569257e-06| -|setup.py|github/matthewholman/assist|3.6258158085569257e-06| -|setup.py|github/PyPSA/atlite|3.6258158085569257e-06| -|setup.py|github/PyPSA/linopy|3.6258158085569257e-06| -|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6258158085569257e-06| -|setup.py|github/shadden/celmech|3.6258158085569257e-06| -|setup.py|github/parmoo/parmoo|3.6258158085569257e-06| -|setup.py|github/cameronliang/BayesVP|3.6258158085569257e-06| -|setup.py|github/undark-lab/sstrax|3.6258158085569257e-06| -|setup.py|github/dstndstn/astrometry.net|3.6258158085569257e-06| -|setup.py|github/OpenMDAO/dymos|3.6258158085569257e-06| -|setup.py|github/thomaspinder/GPJax|3.6258158085569257e-06| -|setup.py|github/natashabatalha/PandExo|3.6258158085569257e-06| -|setup.py|github/natashabatalha/picaso|3.6258158085569257e-06| -|setup.py|github/bcgsc/tigmint|3.6258158085569257e-06| -|setup.py|github/atomneb/AtomNeb-py|3.6258158085569257e-06| -|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6258158085569257e-06| -|setup.py|github/epic-astronomy/EPIC|3.6258158085569257e-06| -|setup.py|github/matteobreschi/bajes|3.6258158085569257e-06| -|setup.py|github/Filter-Bubble/e2e-Dutch|3.6258158085569257e-06| -|setup.py|github/exobssim/rapoc-public|3.6258158085569257e-06| -|setup.py|github/LSSTDESC/CCL|3.6258158085569257e-06| -|setup.py|github/LSSTDESC/descqa|3.6258158085569257e-06| -|setup.py|github/ynop/audiomate|3.6258158085569257e-06| -|setup.py|github/maayane/catsHTM|3.6258158085569257e-06| -|setup.py|github/MIC-DKFZ/HD-BET|3.6258158085569257e-06| -|setup.py|github/MIC-DKFZ/TractSeg|3.6258158085569257e-06| -|setup.py|github/SIOSlab/exodetbox|3.6258158085569257e-06| -|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6258158085569257e-06| -|setup.py|github/Alymantara/pydoppler|3.6258158085569257e-06| -|setup.py|github/gpantel/MolPainter|3.6258158085569257e-06| -|setup.py|github/jfowkes/pycutest|3.6258158085569257e-06| -|setup.py|github/fruzsinaagocs/oscode|3.6258158085569257e-06| -|setup.py|github/OpenWaterAnalytics/EPyT|3.6258158085569257e-06| -|setup.py|github/fraserw/TRIPPy|3.6258158085569257e-06| -|setup.py|github/abhisrkckl/GWecc|3.6258158085569257e-06| -|setup.py|github/VMBoehm/MADLens|3.6258158085569257e-06| -|setup.py|github/astro-informatics/ssht|3.6258158085569257e-06| -|setup.py|github/astro-informatics/s2let|3.6258158085569257e-06| -|setup.py|github/BD2KGenomics/toil|3.6258158085569257e-06| -|setup.py|github/genouest/biomaj-cli|3.6258158085569257e-06| -|setup.py|github/SynthSys/pyOmeroUpload|3.6258158085569257e-06| -|setup.py|github/astrosmili/smili|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/ariba|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/pymummer|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/iva|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/gubbins|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/circlator|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/Fastaq|3.6258158085569257e-06| -|setup.py|github/citiususc/BigSeqKit|3.6258158085569257e-06| -|setup.py|github/gwastro/pycbc|3.6258158085569257e-06| -|setup.py|github/PyFstat/PyFstat|3.6258158085569257e-06| -|setup.py|github/tlambert03/pycudadecon|3.6258158085569257e-06| -|setup.py|github/mscroggs/symfem|3.6258158085569257e-06| -|setup.py|github/changhoonhahn/pySpectrum|3.6258158085569257e-06| -|setup.py|github/vhaasteren/piccard|3.6258158085569257e-06| -|setup.py|github/kbarbary/nestle|3.6258158085569257e-06| -|setup.py|github/kbarbary/extinction|3.6258158085569257e-06| -|setup.py|github/GabrieleParimbelli/COLIBRI|3.6258158085569257e-06| -|setup.py|github/DMGW-Goethe/imripy|3.6258158085569257e-06| -|setup.py|github/Libensemble/libensemble|3.6258158085569257e-06| -|setup.py|github/biomedia-mira/blast-ct|3.6258158085569257e-06| -|setup.py|github/timothydmorton/vespa|3.6258158085569257e-06| -|setup.py|github/morpheus-project/morpheus|3.6258158085569257e-06| -|setup.py|github/insilicomedicine/GENTRL|3.6258158085569257e-06| -|setup.py|github/HillLab/SomaticSiMu|3.6258158085569257e-06| -|setup.py|github/swiftsim/swiftsimio|3.6258158085569257e-06| -|setup.py|github/milnus/Corekaburra|3.6258158085569257e-06| -|setup.py|github/djones1040/PythonPhot|3.6258158085569257e-06| -|setup.py|github/rhayes777/PyAutoFit|3.6258158085569257e-06| -|setup.py|github/Qiskit/rustworkx|3.6258158085569257e-06| -|setup.py|github/manodeep/Corrfunc|3.6258158085569257e-06| -|setup.py|github/mmp2/megaman|3.6258158085569257e-06| -|setup.py|github/yatiml/yatiml|3.6258158085569257e-06| -|setup.py|github/andycasey/sick|3.6258158085569257e-06| -|setup.py|github/eelregit/mcfit|3.6258158085569257e-06| -|setup.py|github/raspishake/rsudp|3.6258158085569257e-06| -|setup.py|github/fjankowsk/scatfit|3.6258158085569257e-06| -|setup.py|github/Ayuei/DeBEIR|3.6258158085569257e-06| -|setup.py|github/BartoszBartmanski/StoSpa2|3.6258158085569257e-06| -|setup.py|github/babinyurii/recan|3.6258158085569257e-06| -|setup.py|github/xpsi-group/xpsi|3.6258158085569257e-06| -|setup.py|github/zblz/naima|3.6258158085569257e-06| -|setup.py|github/nicolet5/DiffCapAnalyzer|3.6258158085569257e-06| -|setup.py|github/ChenfuShi/HiChIP_peaks|3.6258158085569257e-06| -|setup.py|github/Caltech-IPAC/Montage|3.6258158085569257e-06| -|setup.py|github/radifar/PyPLIF-HIPPOS|3.6258158085569257e-06| -|setup.py|github/perfanalytics/pose2sim|3.6258158085569257e-06| -|setup.py|github/noraeisner/LATTE|3.6258158085569257e-06| -|setup.py|github/lh3/minimap2|3.6258158085569257e-06| -|setup.py|github/NLeSC/mcfly|3.6258158085569257e-06| -|setup.py|github/NLeSC/Massive-PotreeConverter|3.6258158085569257e-06| -|setup.py|github/NLeSC/cptm|3.6258158085569257e-06| -|setup.py|github/NLeSC/noodles|3.6258158085569257e-06| -|setup.py|github/NLeSC/boatswain|3.6258158085569257e-06| -|setup.py|github/NLESC-JCER/QMCTorch|3.6258158085569257e-06| -|setup.py|github/DLR-RM/BlenderProc|3.6258158085569257e-06| -|setup.py|github/NeuralEnsemble/PyNN|3.6258158085569257e-06| -|setup.py|github/SYalouz/QuantNBody|3.6258158085569257e-06| -|setup.py|github/pec27/hfof|3.6258158085569257e-06| -|setup.py|github/pec27/smerfs|3.6258158085569257e-06| -|setup.py|github/ageller/firefly|3.6258158085569257e-06| -|setup.py|github/Fermipy/fermipy|3.6258158085569257e-06| -|setup.py|github/szwiep/py_SBeLT|3.6258158085569257e-06| -|setup.py|github/ylab-hi/ScanExitronLR|3.6258158085569257e-06| -|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6258158085569257e-06| -|setup.py|github/shilpagarg/WHdenovo|3.6258158085569257e-06| -|setup.py|github/pmelchior/skymapper|3.6258158085569257e-06| -|setup.py|github/pmelchior/pyGMMis|3.6258158085569257e-06| -|setup.py|github/pmelchior/scarlet|3.6258158085569257e-06| -|setup.py|github/bulik/ldsc|3.6258158085569257e-06| -|setup.py|github/weecology/retriever|3.6258158085569257e-06| -|setup.py|github/sanjibs/bmcmc|3.6258158085569257e-06| -|setup.py|github/sxs-collaboration/gwsurrogate|3.6258158085569257e-06| -|setup.py|github/MrMinimal64/multivar_horner|3.6258158085569257e-06| -|setup.py|github/jmschrei/pomegranate|3.6258158085569257e-06| -|setup.py|github/christopherburke/tess-point|3.6258158085569257e-06| -|setup.py|github/oschwengers/referenceseeker|3.6258158085569257e-06| -|setup.py|github/oschwengers/platon|3.6258158085569257e-06| -|setup.py|github/oschwengers/bakta|3.6258158085569257e-06| -|setup.py|github/spglib/spgrep|3.6258158085569257e-06| -|setup.py|github/easybuilders/easybuild|3.6258158085569257e-06| -|setup.py|github/infer-actively/pymdp|3.6258158085569257e-06| -|setup.py|github/Gaiana/nirdust|3.6258158085569257e-06| -|setup.py|github/gagneurlab/drop|3.6258158085569257e-06| -|setup.py|github/rbturnbull/ausdex|3.6258158085569257e-06| -|setup.py|github/SJ001/AI-Feynman|3.6258158085569257e-06| -|setup.py|github/lkmklsmn/DrivAER|3.6258158085569257e-06| -|setup.py|github/pierrehoudayer/RUBIS|3.6258158085569257e-06| -|setup.py|github/NuGrid/NuPyCEE|3.6258158085569257e-06| -|setup.py|github/wasserman-group/pyCADMium|3.6258158085569257e-06| -|setup.py|github/iomega/spec2vec|3.6258158085569257e-06| -|setup.py|github/amusecode/amuse|3.6258158085569257e-06| -|setup.py|github/COVID-IWG/epimargin|3.6258158085569257e-06| -|setup.py|github/birnstiel/two-pop-py|3.6258158085569257e-06| -|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6258158085569257e-06| -|setup.py|github/auctus-team/pycapacity|3.6258158085569257e-06| -|setup.py|github.com/idptools/metapredict|3.6258158085569257e-06| -|setup.py|github/sfarrens/sf_deconvolve|3.6258158085569257e-06| -|setup.py|github/dynamicslab/pysindy|3.6258158085569257e-06| -|setup.py|github/ismaelpessa/PyMUSE|3.6258158085569257e-06| -|setup.py|github/WBK-Robotics/pybullet_industrial|3.6258158085569257e-06| -|setup.py|github/carlosborca/CrystaLattE|3.6258158085569257e-06| -|setup.py|github/PaulHancock/Aegean|3.6258158085569257e-06| -|setup.py|github/drcandacemakedamoore/cleanX|3.6258158085569257e-06| -|setup.py|github/ReSurfEMG/ReSurfEMG|3.6258158085569257e-06| -|setup.py|github/jeaadams/ExoPix|3.6258158085569257e-06| -|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6258158085569257e-06| -|DESCRIPTION|gitlab/ampere2/metalwalls|3.6258158085569257e-06| -|DESCRIPTION|gitlab/libreumg/dataquier|3.6258158085569257e-06| -|DESCRIPTION|github/hope-data-science/tidyfst|3.6258158085569257e-06| -|DESCRIPTION|github/bommert/stabm|3.6258158085569257e-06| -|DESCRIPTION|github/binzhulab/SUITOR|3.6258158085569257e-06| -|DESCRIPTION|github/ants-project/ANTs|3.6258158085569257e-06| -|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6258158085569257e-06| -|DESCRIPTION|github/sjbeckett/localcovid19now|3.6258158085569257e-06| -|DESCRIPTION|github/prioritizr/wdpar|3.6258158085569257e-06| -|DESCRIPTION|github/lasseignelab/CINmetrics|3.6258158085569257e-06| -|DESCRIPTION|github/annajenul/UBayFS|3.6258158085569257e-06| -|DESCRIPTION|github/Merck/pkglite|3.6258158085569257e-06| -|DESCRIPTION|github/msalibian/RBF|3.6258158085569257e-06| -|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6258158085569257e-06| -|DESCRIPTION|github/ejikeugba/serp|3.6258158085569257e-06| -|DESCRIPTION|github/ejikeugba/gofcat|3.6258158085569257e-06| -|DESCRIPTION|github/oneilsh/tidytensor|3.6258158085569257e-06| -|DESCRIPTION|github/jessecambon/tidygeocoder|3.6258158085569257e-06| -|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6258158085569257e-06| -|DESCRIPTION|github/david-barnett/microViz|3.6258158085569257e-06| -|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6258158085569257e-06| -|DESCRIPTION|github/lsds/Neptune|3.6258158085569257e-06| -|DESCRIPTION|github/raredd/kmdata|3.6258158085569257e-06| -|DESCRIPTION|github/takfung/ResDisMapper|3.6258158085569257e-06| -|DESCRIPTION|github/msaland/THInCR-Suite|3.6258158085569257e-06| -|DESCRIPTION|github/rajewsky-lab/dropbead|3.6258158085569257e-06| -|DESCRIPTION|github/cjbarrie/academictwitteR|3.6258158085569257e-06| -|DESCRIPTION|github/julia-wrobel/registr|3.6258158085569257e-06| -|DESCRIPTION|github/Natsiopoulos/ARDL|3.6258158085569257e-06| -|DESCRIPTION|github/SchlossLab/mikropml|3.6258158085569257e-06| -|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6258158085569257e-06| -|DESCRIPTION|github/konfound-project/konfound|3.6258158085569257e-06| -|DESCRIPTION|github/lrnv/cort|3.6258158085569257e-06| -|DESCRIPTION|github/asancpt/caffsim|3.6258158085569257e-06| -|DESCRIPTION|github/insightsengineering/rbmi|3.6258158085569257e-06| -|DESCRIPTION|github/saezlab/PHONEMeS|3.6258158085569257e-06| -|DESCRIPTION|github/NathanSkene/EWCE|3.6258158085569257e-06| -|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6258158085569257e-06| -|DESCRIPTION|github/GaryBAYLOR/mixR|3.6258158085569257e-06| -|DESCRIPTION|github/xiaotiand/FunFor|3.6258158085569257e-06| -|DESCRIPTION|github/deweylab/RSEM|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/drake|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/antiword|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tesseract|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RSelenium|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/microdemic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/awardFindR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidyhydat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cffr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfema|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/essurvey|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/finch|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rsnps|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rplos|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ckanr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bomrang|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/virtuoso|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/targets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfishbase|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rredlist|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/allodb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rmangal|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nodbi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rperseus|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stplanr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdataretriever|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spatsoc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/Rpolyhedra|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencage|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/aRxiv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/webchem|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mapscanner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treestartr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/addressable|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jagstargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxlist|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/NLMR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdefra|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rbace|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrricanes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spiro|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rromeo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ijtiff|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/plater|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/writexl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dbparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/epubr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geojsonio|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/piggyback|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tinkr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RNeXML|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rusda|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nbaR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/refsplitr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tarchetypes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pdftools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/c14bazAAR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/paleobioDB|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fauxpas|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gtfsr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/brranching|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/SymbiotaR2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/predictNMB|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/suppdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dataaimsr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gutenbergr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/refimpact|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdatacite|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/roadoi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mctq|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/EML|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/assertr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxize|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/namext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rsat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tiler|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rbhl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ruODK|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ghql|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rppo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcitoid|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/magick|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ritis|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/getCRUCLdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/citecorp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bittrex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fulltext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/webmockr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrlite|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/xslt|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rvertnet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rtweet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mcbette|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/zbank|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rglobi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DoOR.data|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hddtools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/comtradr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pixelclasser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wateRinfo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ecoengine|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cld2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/scrubr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/worrms|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rotl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/unrtf|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phonfieldwork|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treebase|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/randgeo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/parzer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ots|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/biomartr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ssh|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/charlatan|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/GSODR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/prism|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/beautier|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chlorpromazineR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nasapower|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RefManageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bib2df|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bibtex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/medrxivr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/arkdb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hunspell|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jsonvalidate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/trufflesniffer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/lingtypology|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/riem|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rtika|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrricanesdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ezknitr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wikitaxa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcoreoa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tacmagic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/oai|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tracerer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcites|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jsonld|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hydroscoper|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/daiquiri|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnassqs|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nlrx|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/popler|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/codemetar|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdryad|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rb3|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/PostcodesioR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdflib|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geonames|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/googleLanguageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geojsonlint|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/qualtRics|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/colocr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/git2rdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MODIStsp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/grainchanger|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/USAboundariesData|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdhs|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jenkins|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/neotoma|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmextract|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MODISTools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidyqpcr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pendulum|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/git2r|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgpdd|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnoaa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxview|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/plotly|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rzmq|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/seasl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcol|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/graphql|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfisheries|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spelling|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/av|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rinat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxadb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jqr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rAltmetric|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider.base|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/binman|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/censo2017|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pangaear|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/beastier|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/terrainr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/photosearcher|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spocc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidypmc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/landscapetools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgbif|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/natserv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/excluder|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxizedb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/lightr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/baRcodeR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dbhydroR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stats19|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/unifir|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/antanym|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outcomerate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/readODS|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tokenizers|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cleanEHR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/traits|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DataSpaceR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chromer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcrossref|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pubchunks|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gittargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/workloopR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cchecks|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/isdparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jstor|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MtreeRing|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/babette|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dittodb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ramlegacy|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/restez|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wellknown|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/slopes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/USAboundaries|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/BaseSet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/iheatmapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/crul|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rWBclimate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cld3|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/elastic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylogram|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/emld|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/onekp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tradestatistics|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/qpdf|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/staypuft|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opentripplanner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnpn|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/getlandsat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DataPackageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rAvis|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/patentsview|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/internetarchive|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rebird|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/skynet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rerddap|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gistr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mregions|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/coder|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stantargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/datapack|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bold|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/sofa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nomisr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/timefuzz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bowerbird|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/helminthR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mauricer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylocomr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/katex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/FedData|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/europepmc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/textreuse|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmplotr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/historydata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearth|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/circle|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/conditionz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cde|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rorcid|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/citesdb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bikedata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fingertipsR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DoOR.functions|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cyphr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/camsRad|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dataspice|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rentrez|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidync|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/robotstxt|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylotaR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/eia|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gitignore|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/vcr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/infx|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pathviewr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencontext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treedata.table|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/Rclean|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chirps|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wdman|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/AntWeb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tif|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfigshare|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgnparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/exoplanets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osfr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hoardr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/EndoMineR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/weathercan|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/visdat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/smapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/clifro|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider.devtools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tabulizer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cRegulome|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/solrium|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/handlr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/skimr|3.6258158085569257e-06| -|DESCRIPTION|github/jorittmo/singcar|3.6258158085569257e-06| -|DESCRIPTION|github/KiranLDA/PAMLr|3.6258158085569257e-06| -|DESCRIPTION|github/Pinlyu3/LRLoop|3.6258158085569257e-06| -|DESCRIPTION|github/obreschkow/dftools|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/ambrosia|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/osiris|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/rmap|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/rfasst|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/plutus|3.6258158085569257e-06| -|DESCRIPTION|github/haoharryfeng/NeuCA|3.6258158085569257e-06| -|DESCRIPTION|github/riatelab/osrm|3.6258158085569257e-06| -|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6258158085569257e-06| -|DESCRIPTION|github/wesleyburr/subMaldi|3.6258158085569257e-06| -|DESCRIPTION|github/ConnorDonegan/geostan|3.6258158085569257e-06| -|DESCRIPTION|github/VincentAlcazer/StatAid|3.6258158085569257e-06| -|DESCRIPTION|github/q1cui/discourseGT|3.6258158085569257e-06| -|DESCRIPTION|github/koenderks/jaspAudit|3.6258158085569257e-06| -|DESCRIPTION|github/ec363/fpcountr|3.6258158085569257e-06| -|DESCRIPTION|github/mgcooper/baseflow|3.6258158085569257e-06| -|DESCRIPTION|github/anwarbio/bioassays|3.6258158085569257e-06| -|DESCRIPTION|github/mcsiple/mmrefpoints|3.6258158085569257e-06| -|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6258158085569257e-06| -|DESCRIPTION|github/zhouzilu/DENDRO|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/rodev|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/reviewer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/arresteddev|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6258158085569257e-06| -|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6258158085569257e-06| -|DESCRIPTION|github/nand1155/CausNet|3.6258158085569257e-06| -|DESCRIPTION|github/GreiffLab/immuneREF|3.6258158085569257e-06| -|DESCRIPTION|github/esplint/IRACpm|3.6258158085569257e-06| -|DESCRIPTION|github/humanfactors/FIPS|3.6258158085569257e-06| -|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6258158085569257e-06| -|DESCRIPTION|github/justinmathias/isocalcR|3.6258158085569257e-06| -|DESCRIPTION|github/liuhong-jia/scAnno|3.6258158085569257e-06| -|DESCRIPTION|github/TeamPerie/CellDestiny|3.6258158085569257e-06| -|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6258158085569257e-06| -|DESCRIPTION|github/txopen/histoc|3.6258158085569257e-06| -|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6258158085569257e-06| -|DESCRIPTION|github/tinglabs/scAIDE|3.6258158085569257e-06| -|DESCRIPTION|github/inrae/RCaNmodel|3.6258158085569257e-06| -|DESCRIPTION|github/bluefoxr/COINr|3.6258158085569257e-06| -|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6258158085569257e-06| -|DESCRIPTION|github/Dulab2020/ARMT|3.6258158085569257e-06| -|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6258158085569257e-06| -|DESCRIPTION|github/martin3141/spant|3.6258158085569257e-06| -|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6258158085569257e-06| -|DESCRIPTION|github/blind-contours/SuperNOVA|3.6258158085569257e-06| -|DESCRIPTION|github/rcarragh/c212|3.6258158085569257e-06| -|DESCRIPTION|github/SofieVG/FlowSOM|3.6258158085569257e-06| -|DESCRIPTION|github/johnschwenck/bp|3.6258158085569257e-06| -|DESCRIPTION|github/genostats/LowKi|3.6258158085569257e-06| -|DESCRIPTION|github/adriancorrendo/metrica|3.6258158085569257e-06| -|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6258158085569257e-06| -|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6258158085569257e-06| -|DESCRIPTION|github/NSAPH-Software/CRE|3.6258158085569257e-06| -|DESCRIPTION|github/pydemull/activAnalyzer|3.6258158085569257e-06| -|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6258158085569257e-06| -|DESCRIPTION|github/AngusWright/LAMBDAR|3.6258158085569257e-06| -|DESCRIPTION|github/yuliadm/mixComp|3.6258158085569257e-06| -|DESCRIPTION|github/GOVS-pack/GOVS|3.6258158085569257e-06| -|DESCRIPTION|github/adithirgis/pollucheck|3.6258158085569257e-06| -|DESCRIPTION|github/AgrDataSci/climatrends|3.6258158085569257e-06| -|DESCRIPTION|github/gtonkinhill/fastbaps|3.6258158085569257e-06| -|DESCRIPTION|github/INCEPTdk/adaptr|3.6258158085569257e-06| -|DESCRIPTION|github/vbaliga/gaussplotR|3.6258158085569257e-06| -|DESCRIPTION|github/mingzehuang/latentcor|3.6258158085569257e-06| -|DESCRIPTION|github/NeotomaDB/neotoma2|3.6258158085569257e-06| -|DESCRIPTION|github/xoopR/set6|3.6258158085569257e-06| -|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6258158085569257e-06| -|DESCRIPTION|github/tidyverse/glue|3.6258158085569257e-06| -|DESCRIPTION|github/fchuffar/protopackage|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6258158085569257e-06| -|DESCRIPTION|github/abmantz/rgw|3.6258158085569257e-06| -|DESCRIPTION|github/dankelley/oce|3.6258158085569257e-06| -|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6258158085569257e-06| -|DESCRIPTION|github/s-abbas/robnptests|3.6258158085569257e-06| -|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6258158085569257e-06| -|DESCRIPTION|github/abschneider/StrainHub|3.6258158085569257e-06| -|DESCRIPTION|github/prdm0/ropenblas|3.6258158085569257e-06| -|DESCRIPTION|github/dgrun/FateID|3.6258158085569257e-06| -|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6258158085569257e-06| -|DESCRIPTION|github/databio/GenomicDistributions|3.6258158085569257e-06| -|DESCRIPTION|github/rickhelmus/patRoon|3.6258158085569257e-06| -|DESCRIPTION|github/akcochrane/TEfits|3.6258158085569257e-06| -|DESCRIPTION|github/gabraham/flashpca|3.6258158085569257e-06| -|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6258158085569257e-06| -|DESCRIPTION|github/TheMillerLab/genetex|3.6258158085569257e-06| -|DESCRIPTION|github/andyphilips/dynamac|3.6258158085569257e-06| -|DESCRIPTION|github/r-spatialecology/shar|3.6258158085569257e-06| -|DESCRIPTION|github/ecological-cities/home2park|3.6258158085569257e-06| -|DESCRIPTION|github/jgrembi/riskCommunicator|3.6258158085569257e-06| -|DESCRIPTION|github/bartongroup/RoSA|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/orderly|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/vaultr|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/dettl|3.6258158085569257e-06| -|DESCRIPTION|github/lydialucchesi/Vizumap|3.6258158085569257e-06| -|DESCRIPTION|github/USEPA/nsink|3.6258158085569257e-06| -|DESCRIPTION|github/IMMM-SFA/gamut|3.6258158085569257e-06| -|DESCRIPTION|github/zizroc/villager|3.6258158085569257e-06| -|DESCRIPTION|github/shangguandong1996/FindIT2|3.6258158085569257e-06| -|DESCRIPTION|github/astrostat/Automark|3.6258158085569257e-06| -|DESCRIPTION|github/astrostat/LIRA|3.6258158085569257e-06| -|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6258158085569257e-06| -|DESCRIPTION|github/r-spatial/rgee|3.6258158085569257e-06| -|DESCRIPTION|github/LindaNab/mecor|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/medoutcon|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/txshift|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/haldensify|3.6258158085569257e-06| -|DESCRIPTION|github/HajkD/LTRpred|3.6258158085569257e-06| -|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6258158085569257e-06| -|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6258158085569257e-06| -|DESCRIPTION|github/orbisgis/lczexplore|3.6258158085569257e-06| -|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/srr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/autotest|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6258158085569257e-06| -|DESCRIPTION|github/highamm/sptotal|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/performance|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/effectsize|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/parameters|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/correlation|3.6258158085569257e-06| -|DESCRIPTION|github/YuLab-SMU/treeio|3.6258158085569257e-06| -|DESCRIPTION|github/maximewack/viroCapt|3.6258158085569257e-06| -|DESCRIPTION|github/gasparl/possa|3.6258158085569257e-06| -|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6258158085569257e-06| -|DESCRIPTION|github/isakro/shoredate|3.6258158085569257e-06| -|DESCRIPTION|github/johannes-titz/cofad|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/hyper.fit|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/celestial|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/NFWdist|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProSpect|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProFuse|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/Rwcs|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProFound|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/Rfits|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProPane|3.6258158085569257e-06| -|DESCRIPTION|github/BMILAB/scLINE|3.6258158085569257e-06| -|DESCRIPTION|github/snystrom/memes|3.6258158085569257e-06| -|DESCRIPTION|github/mlr-org/mcboost|3.6258158085569257e-06| -|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6258158085569257e-06| -|DESCRIPTION|github/OwenWard/ppdiag|3.6258158085569257e-06| -|DESCRIPTION|github/mmollina/viewpoly|3.6258158085569257e-06| -|DESCRIPTION|github/Martindelosrios/MeSsI|3.6258158085569257e-06| -|DESCRIPTION|github/Martindelosrios/ROGER|3.6258158085569257e-06| -|DESCRIPTION|github/tbep-tech/tbeptools|3.6258158085569257e-06| -|DESCRIPTION|github/kendomaniac/rCASC|3.6258158085569257e-06| -|DESCRIPTION|github/kendomaniac/docker4seq|3.6258158085569257e-06| -|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6258158085569257e-06| -|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6258158085569257e-06| -|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6258158085569257e-06| -|DESCRIPTION|github/rx-li/EasyCellType|3.6258158085569257e-06| -|DESCRIPTION|github/dpseidel/stmove|3.6258158085569257e-06| -|DESCRIPTION|github/fumi-github/omicwas|3.6258158085569257e-06| -|DESCRIPTION|github/ezer/PAFway|3.6258158085569257e-06| -|DESCRIPTION|github/jackmwolf/tehtuner|3.6258158085569257e-06| -|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6258158085569257e-06| -|DESCRIPTION|github/chrisaberson/BetterReg|3.6258158085569257e-06| -|DESCRIPTION|github/samhforbes/PupillometryR|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/netrankr|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/graphlayouts|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/signnet|3.6258158085569257e-06| -|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6258158085569257e-06| -|DESCRIPTION|github/CTU-Bern/presize|3.6258158085569257e-06| -|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6258158085569257e-06| -|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6258158085569257e-06| -|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6258158085569257e-06| -|DESCRIPTION|github/OrlandoLam/SAMT|3.6258158085569257e-06| -|DESCRIPTION|github/flyaflya/causact|3.6258158085569257e-06| -|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6258158085569257e-06| -|DESCRIPTION|github/RitchieLab/hudson|3.6258158085569257e-06| -|DESCRIPTION|github/nevrome/bleiglas|3.6258158085569257e-06| -|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6258158085569257e-06| -|DESCRIPTION|github/chainsawriot/sweater|3.6258158085569257e-06| -|DESCRIPTION|github/chainsawriot/oolong|3.6258158085569257e-06| -|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6258158085569257e-06| -|DESCRIPTION|github/r-lib/gert|3.6258158085569257e-06| -|DESCRIPTION|github/r-lib/credentials|3.6258158085569257e-06| -|DESCRIPTION|github/kadyb/rgugik|3.6258158085569257e-06| -|DESCRIPTION|github/signaturescience/skater|3.6258158085569257e-06| -|DESCRIPTION|github/MAnalytics/opitools|3.6258158085569257e-06| -|DESCRIPTION|github/MAnalytics/akmedoids|3.6258158085569257e-06| -|DESCRIPTION|github/metaOmics/MetaPath|3.6258158085569257e-06| -|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6258158085569257e-06| -|DESCRIPTION|github/MRCIEU/metaboprep|3.6258158085569257e-06| -|DESCRIPTION|github/VBlesius/RHRT|3.6258158085569257e-06| -|DESCRIPTION|github/aranyics/ReDCM|3.6258158085569257e-06| -|DESCRIPTION|github/donaldRwilliams/BGGM|3.6258158085569257e-06| -|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6258158085569257e-06| -|DESCRIPTION|github/ArgoCanada/argodata|3.6258158085569257e-06| -|DESCRIPTION|github/EpiVec/TDLM|3.6258158085569257e-06| -|DESCRIPTION|github/mdsteiner/EFAtools|3.6258158085569257e-06| -|DESCRIPTION|github/YonghuiDong/RawHummus|3.6258158085569257e-06| -|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6258158085569257e-06| -|DESCRIPTION|github/llrs/experDesign|3.6258158085569257e-06| -|DESCRIPTION|github/rqtl/qtl2|3.6258158085569257e-06| -|DESCRIPTION|github/bblodfon/emba|3.6258158085569257e-06| -|DESCRIPTION|github/pmoulos/metaseqR2|3.6258158085569257e-06| -|DESCRIPTION|github/niceume/datasailr|3.6258158085569257e-06| -|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6258158085569257e-06| -|DESCRIPTION|github/tgrimes/SeqNet|3.6258158085569257e-06| -|DESCRIPTION|github/LucyMcGowan/tipr|3.6258158085569257e-06| -|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6258158085569257e-06| -|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6258158085569257e-06| -|DESCRIPTION|github/wjakethompson/measr|3.6258158085569257e-06| -|DESCRIPTION|github/rudeboybert/forestecology|3.6258158085569257e-06| -|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6258158085569257e-06| -|DESCRIPTION|github/n8thangreen/BCEA|3.6258158085569257e-06| -|DESCRIPTION|github/BrianAronson/birankr|3.6258158085569257e-06| -|DESCRIPTION|github/ICRAR/ProFit|3.6258158085569257e-06| -|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/allcontributors|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/qcoder|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/gendercoder|3.6258158085569257e-06| -|DESCRIPTION|github/kateharborne/SimSpin|3.6258158085569257e-06| -|DESCRIPTION|github/insilico/cncv|3.6258158085569257e-06| -|DESCRIPTION|github/saeyslab/PeacoQC|3.6258158085569257e-06| -|DESCRIPTION|github/saeyslab/nichenetr|3.6258158085569257e-06| -|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6258158085569257e-06| -|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6258158085569257e-06| -|DESCRIPTION|github/rhenkin/visxhclust|3.6258158085569257e-06| -|DESCRIPTION|github/constantAmateur/SoupX|3.6258158085569257e-06| -|DESCRIPTION|github/mmahmoudian/sivs|3.6258158085569257e-06| -|DESCRIPTION|github/sachsmc/cosinor|3.6258158085569257e-06| -|DESCRIPTION|github/alstat/ALUES|3.6258158085569257e-06| -|DESCRIPTION|github/tlverse/hal9001|3.6258158085569257e-06| -|DESCRIPTION|github/CajoterBraak/demc2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/roblog|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/rotemplate|3.6258158085569257e-06| -|DESCRIPTION|github/Hegghammer/daiR|3.6258158085569257e-06| -|DESCRIPTION|github/taranu/AllStarFit|3.6258158085569257e-06| -|DESCRIPTION|github/isoverse/isoreader|3.6258158085569257e-06| -|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6258158085569257e-06| -|DESCRIPTION|github/r-cas/caracas|3.6258158085569257e-06| -|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6258158085569257e-06| -|DESCRIPTION|github/ShixiangWang/sigminer|3.6258158085569257e-06| -|DESCRIPTION|github/cran/irtplay|3.6258158085569257e-06| -|DESCRIPTION|github/cosimameyer/overviewR|3.6258158085569257e-06| -|DESCRIPTION|github/dieghernan/tidyterra|3.6258158085569257e-06| -|DESCRIPTION|github/SietzeN/glottospace|3.6258158085569257e-06| -|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6258158085569257e-06| -|DESCRIPTION|github/LTLA/basilisk|3.6258158085569257e-06| -|DESCRIPTION|github/bcjaeger/aorsf|3.6258158085569257e-06| -|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6258158085569257e-06| -|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6258158085569257e-06| -|DESCRIPTION|github/tidymodels/stacks|3.6258158085569257e-06| -|DESCRIPTION|github/tidymodels/infer|3.6258158085569257e-06| -|DESCRIPTION|github/maize-genetics/rTASSEL|3.6258158085569257e-06| -|DESCRIPTION|github/bcgov/bcdata|3.6258158085569257e-06| -|DESCRIPTION|github/bcgov/shinyssdtools|3.6258158085569257e-06| -|DESCRIPTION|github/stefanoMP/massiveGST|3.6258158085569257e-06| -|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6258158085569257e-06| -|DESCRIPTION|github/wadpac/GGIR|3.6258158085569257e-06| -|DESCRIPTION|github/rauschenberger/joinet|3.6258158085569257e-06| -|DESCRIPTION|github/rauschenberger/transreg|3.6258158085569257e-06| -|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6258158085569257e-06| -|DESCRIPTION|github/azizka/IUCNN|3.6258158085569257e-06| -|DESCRIPTION|github/timoast/signac|3.6258158085569257e-06| -|DESCRIPTION|github/dsoave/JLS|3.6258158085569257e-06| -|DESCRIPTION|github/yiling0210/APIR|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/dust|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/provisionr|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/sircovid|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/odin|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/individual|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/cinterpolate|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/drjacoby|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/ring|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/EpiEstim|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/rrq|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/squire|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/dde|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6258158085569257e-06| -|DESCRIPTION|github/nanakiksc/zerone|3.6258158085569257e-06| -|DESCRIPTION|github/flosalbizziae/kataegis|3.6258158085569257e-06| -|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6258158085569257e-06| -|DESCRIPTION|github/zoometh/iconr|3.6258158085569257e-06| -|Gemfile|github/tudelft3d/3dfier|3.6258158085569257e-06| -|Gemfile|github/odelaneau/GLIMPSE|3.6258158085569257e-06| -|Gemfile|github/odelaneau/shapeit5|3.6258158085569257e-06| -|Gemfile|github/vcflib/bio-vcf|3.6258158085569257e-06| -|Gemfile|github/openjournals/joss|3.6258158085569257e-06| -|Gemfile|github/ncbi/igblast|3.6258158085569257e-06| -|Gemfile|github/ejmackrell/tidyproteomics-interactive|3.6258158085569257e-06| -|Gemfile|github/cboursnell/crb-blast|3.6258158085569257e-06| -|Gemfile|github/gramos/imagetooth|3.6258158085569257e-06| -|Gemfile|github/telatin/bamtocov|3.6258158085569257e-06| -|Gemfile|github/telatin/seqfu2|3.6258158085569257e-06| -|Gemfile|github/codidact/qpixel|3.6258158085569257e-06| -|Gemfile|github/quadram-institute-bioscience/dadaist2|3.6258158085569257e-06| -|Gemfile|github/scrook/neuroml-db|3.6258158085569257e-06| -|Gemfile|github/aymgal/COOLEST|3.6258158085569257e-06| -|Gemfile|github/sibirrer/hierArc|3.6258158085569257e-06| -|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6258158085569257e-06| -|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6258158085569257e-06| -|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6258158085569257e-06| -|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6258158085569257e-06| -|go.mod|github/linksmart/thing-directory|3.6258158085569257e-06| -|go.mod|github/sylabs/singularity|3.6258158085569257e-06| -|go.mod|github/containers/podman|3.6258158085569257e-06| -|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6258158085569257e-06| -|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6258158085569257e-06| -|go.mod|github/jasonyangshadow/lpmx|3.6258158085569257e-06| -|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6258158085569257e-06| -|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6258158085569257e-06| -|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6258158085569257e-06| -|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6258158085569257e-06| -|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6258158085569257e-06| -|go.mod|github/mlpack/mlpack|3.6258158085569257e-06| -|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6258158085569257e-06| -|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.620920910212316e-06| -|cran|[txtq](https://github.com/wlandau/txtq)|3.6150987337535572e-06| -|cran|[arm](https://CRAN.R-project.org/package=arm)|3.6007750181290803e-06| -|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.599419072588036e-06| -|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5971356055112413e-06| -|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.595967574847198e-06| -|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.595967574847198e-06| -|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.595967574847198e-06| -|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.595967574847198e-06| -|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.595967574847198e-06| -|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.595967574847198e-06| -|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.595967574847198e-06| -|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.595967574847198e-06| -|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.595967574847198e-06| -|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.595967574847198e-06| -|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.595967574847198e-06| -|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.595967574847198e-06| -|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.595967574847198e-06| -|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.595967574847198e-06| -|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.595967574847198e-06| -|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.594258075155518e-06| -|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.5895576504713635e-06| -|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.5895576504713635e-06| -|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.5895576504713635e-06| -|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.5895576504713635e-06| -|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.5895576504713635e-06| -|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| -|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| -|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.5895576504713635e-06| -|cran|socialmixr|3.5895576504713635e-06| -|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5895576504713563e-06| -|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5895576504713563e-06| -|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5895576504713563e-06| -|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5895576504713563e-06| -|pypi|[ares](https://github.com/barnumbirr/ares)|3.5895576504713563e-06| -|pypi|[requirement](http://github.com/storborg/funniest)|3.5895576504713563e-06| -|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5895576504713563e-06| -|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5895576504713563e-06| -|pypi|[macop](https://github.com/prise-3d/macop)|3.5895576504713563e-06| -|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5895576504713563e-06| -|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5895576504713563e-06| -|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5895576504713563e-06| -|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5895576504713563e-06| -|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5895576504713563e-06| -|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5895576504713563e-06| -|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5895576504713563e-06| -|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5895576504713563e-06| -|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5895576504713563e-06| -|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5895576504713563e-06| -|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5895576504713563e-06| -|pypi|[ngs](https://broadtech.com.cn)|3.5895576504713563e-06| -|pypi|[gsf](UNKNOWN)|3.5895576504713563e-06| -|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5895576504713563e-06| -|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5895576504713563e-06| -|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5895576504713563e-06| -|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5895576504713563e-06| -|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5895576504713563e-06| -|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5895576504713563e-06| -|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5895576504713563e-06| -|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5895576504713563e-06| -|pypi|[crc](https://github.com/Nicoretti/crc)|3.5895576504713563e-06| -|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5895576504713563e-06| -|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5895576504713563e-06| -|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5895576504713563e-06| -|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5895576504713563e-06| -|pypi|[UNKNOWN](UNKNOWN)|3.5895576504713563e-06| -|pypi|[biotools](https://github.com/sonwell/biotools)|3.5895576504713563e-06| -|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5895576504713563e-06| -|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5895576504713563e-06| -|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5895576504713563e-06| -|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5895576504713563e-06| -|pypi|[neworder](https://neworder.readthedocs.io)|3.5895576504713563e-06| -|pypi|[requirements](http://github.com/mattack108/requirements)|3.5895576504713563e-06| -|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5895576504713563e-06| -|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5895576504713563e-06| -|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5895576504713563e-06| -|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5895576504713563e-06| -|pypi|[galkin](UNKNOWN)|3.5895576504713563e-06| -|pypi|[SLIT](https://github.com/bweir/slit)|3.5895576504713563e-06| -|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5895576504713563e-06| -|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5895576504713563e-06| -|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5895576504713563e-06| -|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5895576504713563e-06| -|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5895576504713563e-06| -|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5895576504713563e-06| -|pypi|[Libra](https://github.com/Palashio/libra)|3.5895576504713563e-06| -|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5895576504713563e-06| -|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5895576504713563e-06| -|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5895576504713563e-06| -|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5895576504713563e-06| -|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5895576504713563e-06| -|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5895576504713563e-06| -|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5895576504713563e-06| -|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5895576504713563e-06| -|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5895576504713563e-06| -|pypi|[megaman](https://github.com/mmp2/megaman)|3.5895576504713563e-06| -|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5895576504713563e-06| -|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5895576504713563e-06| -|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5895576504713563e-06| -|npm|leaflet-geotiff-2|3.5895576504713563e-06| -|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5895576504713563e-06| -|cran|LSD|3.5895576504713563e-06| -|npm|retape|3.589557650471356e-06| -|npm|test|3.589557650471356e-06| -|npm|babel-plugin-remove-comments|3.589557650471356e-06| -|cran|outbreaks|3.589557650471356e-06| -|cran|aweek|3.589557650471356e-06| -|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.576841606163006e-06| -|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.576841606163006e-06| -|rubygems|[mercenary](https://github.com/jekyll/mercenary)|3.564532237387341e-06| -|cran|[rmsfact](NA)|3.553662073966643e-06| -|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.553662073966643e-06| -|cran|geomorph|3.5536620739666424e-06| -|pypi|[watermark](https://pypi.org/project/watermark)|3.531133160209732e-06| -|rubygems|rubocop-rspec|3.5252829461102084e-06| -|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4993438999965468e-06| -|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.498170400360541e-06| -|npm|svelte-preprocess|3.4883483182212237e-06| -|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4839824254574928e-06| -|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4839824254574928e-06| -|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4839824254574928e-06| -|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4839824254574928e-06| -|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4839824254574928e-06| -|pypi|[truecase](https://pypi.org/project/truecase)|3.4839824254574928e-06| -|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4839824254574928e-06| -|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4839824254574928e-06| -|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4839824254574928e-06| -|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4839824254574928e-06| -|pypi|[fireo](https://pypi.org/project/fireo)|3.4839824254574928e-06| -|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.4773839738941264e-06| -|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4757294948885647e-06| -|npm|karma-phantomjs-launcher|3.4725765306122454e-06| -|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4672325099504854e-06| -|cran|clv|3.4549492385786813e-06| -|cran|plainview|3.4549492385786805e-06| -|cran|mapdeck|3.4549492385786805e-06| -|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4514977408378424e-06| -|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4514977408378424e-06| -|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4514977408378424e-06| -|pypi|[parsley](https://pypi.org/project/parsley)|3.4514977408378424e-06| -|npm|json-stringify-safe|3.4508814019555498e-06| -|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4441654834522637e-06| -|cran|[geojson](https://docs.ropensci.org/geojson)|3.4399927483683844e-06| -|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4310142713339627e-06| -|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4297019854248513e-06| -|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4260872547674587e-06| -|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.416982763429464e-06| -|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.416982763429464e-06| -|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.416982763429464e-06| -|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.416982763429464e-06| -|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.416982763429464e-06| -|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.416982763429464e-06| -|spack|sofa-c|3.416982763429464e-06| -|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.416982763429464e-06| -|npm|loud-rejection|3.416982763429464e-06| -|npm|csv-spectrum|3.416982763429464e-06| -|npm|bops|3.416982763429464e-06| -|cran|ncbit|3.416982763429464e-06| -|cran|subplex|3.416982763429464e-06| -|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.413573229186995e-06| -|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.410754714483934e-06| -|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.410754714483934e-06| -|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|3.4071495168045466e-06| -|npm|babel-plugin-transform-runtime|3.4037410649539006e-06| -|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.397259919196105e-06| -|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.393417365060985e-06| -|pypi|[fury](https://pypi.org/project/fury)|3.3933672525711016e-06| -|pypi|[obspy](https://www.obspy.org)|3.390137781000727e-06| -|cran|thor|3.3844400704444217e-06| -|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3844400704444213e-06| -|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3844400704444213e-06| -|pypi|[colorful](https://pypi.org/project/colorful)|3.3844400704444213e-06| -|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3844400704444213e-06| -|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3844400704444213e-06| -|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3844400704444213e-06| -|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3844400704444213e-06| -|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3844400704444213e-06| -|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3844400704444213e-06| -|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3844400704444213e-06| -|pypi|[pygam](https://github.com/dswah/pyGAM)|3.376961825339274e-06| -|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.37503884802652e-06| -|pypi|[pythran](https://pypi.org/project/pythran)|3.369499598062275e-06| -|pypi|[meson-python](https://pypi.org/project/meson-python)|3.369499598062275e-06| -|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.369499598062275e-06| -|cran|gcookbook|3.358463008500221e-06| -|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.354245500692201e-06| -|npm|babel-plugin-add-module-exports|3.3538860975862426e-06| -|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3493005921108274e-06| -|pypi|[biomaj-core](http://biomaj.genouest.org)|3.340337734078415e-06| -|pypi|[funsor](https://pypi.org/project/funsor)|3.3399079642543632e-06| -|cran|polycor|3.3347749394808687e-06| -|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.329565738829698e-06| -|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|3.327819071791164e-06| -|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|3.327819071791164e-06| -|pypi|[csvw](https://github.com/cldf/csvw)|3.320340826686006e-06| -|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3201819967014728e-06| -|pypi|[httpcore](https://pypi.org/project/httpcore)|3.314930727834815e-06| -|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.3091234590282815e-06| -|npm|karma-cli|3.290690626409023e-06| -|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2904278462654096e-06| -|cran|imbalance|3.2904278462654096e-06| -|cran|prodlim|3.2904278462654096e-06| -|cran|pec|3.2904278462654096e-06| -|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.263234227701232e-06| -|cran|limma|3.2623789987091624e-06| -|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2622985161000246e-06| -|cran|misc3d|3.2575235678027553e-06| -|rubygems|forwardable-extended|3.2575235678027553e-06| -|npm|through|3.2519448204338915e-06| -|cran|aws.signature|3.244175842926003e-06| -|pypi|[questionary](https://pypi.org/project/questionary)|3.2417426602549882e-06| -|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2388537420919795e-06| -|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2356356186158995e-06| -|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2306018854242297e-06| -|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2306018854242204e-06| -|pypi|[pot](https://pypi.org/project/pot)|3.2306018854242204e-06| -|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2306018854242204e-06| -|cran|maxLik|3.2306018854242204e-06| -|cran|princurve|3.2306018854242204e-06| -|cran|brglm|3.2306018854242204e-06| -|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.230601885424211e-06| -|rubygems|test-unit-rr|3.224948332124728e-06| -|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2243810041205736e-06| -|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.2232928313848143e-06| -|pypi|[wxpython](http://wxPython.org/)|3.221627991298049e-06| -|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.2175628939588344e-06| -|cran|[gistr](https://github.com/ropensci/gistr)|3.213379260333576e-06| -|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.212084326116237e-06| -|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.208167150108775e-06| -|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.208167150108775e-06| -|pypi|[pyro4](https://pypi.org/project/pyro4)|3.208167150108775e-06| -|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.208167150108775e-06| -|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.208167150108775e-06| -|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.208167150108775e-06| -|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.208167150108775e-06| -|pypi|[couchbase](https://pypi.org/project/couchbase)|3.208167150108775e-06| -|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.208167150108775e-06| -|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.208167150108775e-06| -|pypi|[pyArango](https://pypi.org/project/pyArango)|3.208167150108775e-06| -|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.204962187920854e-06| -|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.204962187920854e-06| -|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2021270290623085e-06| -|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.198295866569978e-06| -|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1961931079463294e-06| -|cran|PCICt|3.190009270689584e-06| -|cran|paws|3.1892258760325347e-06| -|cran|clustermq|3.1892258760325347e-06| -|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.176599690682616e-06| -|pypi|[platon](https://pypi.org/project/platon)|3.176599690682616e-06| -|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.176599690682616e-06| -|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.176599690682616e-06| -|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.176599690682616e-06| -|pypi|[scp](https://pypi.org/project/scp)|3.176599690682616e-06| -|pypi|[wtforms](https://pypi.org/project/wtforms)|3.176599690682616e-06| -|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.176599690682616e-06| -|pypi|[bytecode](https://pypi.org/project/bytecode)|3.176599690682616e-06| -|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.176599690682616e-06| -|pypi|[docrep](https://pypi.org/project/docrep)|3.176599690682616e-06| -|pypi|[mudata](https://pypi.org/project/mudata)|3.176599690682616e-06| -|rubygems|html-proofer|3.176085478607687e-06| -|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.172912566041645e-06| -|spack|lm-sensors|3.172912566041645e-06| -|spack|rocprofiler-dev|3.172912566041645e-06| -|spack|rocm-smi-lib|3.172912566041645e-06| -|npm|watch-run|3.172912566041645e-06| -|npm|rollup-plugin-modify|3.172912566041645e-06| -|npm|rollup-plugin-html|3.172912566041645e-06| -|npm|rollup-plugin-esbuild|3.172912566041645e-06| -|npm|p-limit|3.172912566041645e-06| -|npm|number-precision|3.172912566041645e-06| -|npm|archiver|3.172912566041645e-06| -|cran|arules|3.172912566041645e-06| -|cran|grpreg|3.172912566041645e-06| -|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1672567504158925e-06| -|cran|syslognet|3.1664040274446366e-06| -|cran|botor|3.1664040274446366e-06| -|cran|telegram|3.1664040274446366e-06| -|cran|RPushbullet|3.1664040274446366e-06| -|cran|slackr|3.1664040274446366e-06| -|pypi|[flox](https://pypi.org/project/flox)|3.158810732414793e-06| -|npm|path-scurry|3.1427698966642494e-06| -|npm|minipass|3.1427698966642494e-06| -|npm|jackspeak|3.1427698966642494e-06| -|npm|foreground-child|3.1427698966642494e-06| -|pypi|[vispy](https://pypi.org/project/vispy)|3.1411834403812285e-06| -|pypi|[pyside](https://pypi.org/project/pyside)|3.1411834403812285e-06| -|npm|eslint-config-xo-nextjs|3.1411834403812285e-06| -|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.1297738598714523e-06| -|rubygems|[rails](https://rubyonrails.org)|3.1272435007360455e-06| -|npm|babelify|3.122548874517175e-06| -|npm|babel-plugin-transform-es2015-modules-commonjs|3.122548874517175e-06| -|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1172474333040725e-06| -|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1172474333040725e-06| -|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.094446250406342e-06| -|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.094446250406342e-06| -|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.094446250406342e-06| -|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.094446250406342e-06| -|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.094446250406342e-06| -|pypi|[katversion](https://pypi.org/project/katversion)|3.094446250406342e-06| -|pypi|[lupa](https://pypi.org/project/lupa)|3.094446250406342e-06| -|pypi|[omnijson](https://pypi.org/project/omnijson)|3.094446250406342e-06| -|pypi|[pygelf](https://pypi.org/project/pygelf)|3.094446250406342e-06| -|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.094446250406342e-06| -|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.094446250406342e-06| -|pypi|[spead2](https://pypi.org/project/spead2)|3.094446250406342e-06| -|pypi|[katpoint](https://pypi.org/project/katpoint)|3.094446250406342e-06| -|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.094446250406342e-06| -|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.090140933884037e-06| -|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.090140933884037e-06| -|cran|registry|3.079071273179322e-06| -|pypi|[logomaker](http://logomaker.readthedocs.io)|3.078609332841153e-06| -|rubygems|rexml|3.0783799170502137e-06| -|cran|pvclust|3.0776860362147393e-06| -|npm|babel-register|3.076100700837982e-06| -|cran|[themis](https://github.com/tidymodels/themis)|3.070746220377719e-06| -|cran|superpc|3.070746220377719e-06| -|cran|subselect|3.070746220377719e-06| -|cran|pamr|3.070746220377719e-06| -|cran|BradleyTerry2|3.070746220377719e-06| -|cran|ModelMetrics|3.070746220377719e-06| -|pypi|[cbor2](https://pypi.org/project/cbor2)|3.06799799185586e-06| -|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.06799799185586e-06| -|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.06799799185586e-06| -|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.0664437666413866e-06| -|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.065820406583495e-06| -|npm|livereload|3.063501787902278e-06| -|npm|jsonlint|3.063501787902278e-06| -|npm|http-server|3.063501787902278e-06| -|npm|highlight.js|3.063501787902278e-06| -|npm|handlebars|3.063501787902278e-06| -|npm|download-cli|3.063501787902278e-06| -|npm|heap|3.063501787902278e-06| -|npm|git-state|3.0545755006414902e-06| -|npm|xpath|3.0545755006414902e-06| -|npm|coffee-coverage|3.0545755006414902e-06| -|npm|conventional-changelog-cli|3.0461076765056827e-06| -|pypi|[stone](https://pypi.org/project/stone)|3.045996063399979e-06| -|pypi|[msrest](https://pypi.org/project/msrest)|3.045996063399979e-06| -|pypi|[azure-core](https://pypi.org/project/azure-core)|3.045996063399979e-06| -|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0459118926758547e-06| -|rubygems|method_source|3.041463331162777e-06| -|npm|gulp-if|3.0387267865253982e-06| -|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.037318011937301e-06| -|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.037318011937301e-06| -|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.037318011937301e-06| -|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.037318011937301e-06| -|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.037318011937301e-06| -|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.037318011937301e-06| -|npm|babel-plugin-istanbul|3.0362157178821967e-06| -|cran|yulab.utils|3.0330293618916975e-06| -|rubygems|sourcemap|3.0298796821121486e-06| -|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.01849166062364e-06| -|pypi|[modin](https://github.com/modin-project/modin)|3.01849166062364e-06| -|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.007468324624283e-06| -|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0069448318179285e-06| -|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0069448318179285e-06| -|npm|read-package-json|3.006944831817928e-06| -|npm|is-wsl|3.006944831817928e-06| -|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.996077687635968e-06| -|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.9912980420594638e-06| -|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.9909989122552573e-06| -|cran|farver|2.986270650392136e-06| -|npm|[covert](https://github.com/substack/covert)|2.9748100072516343e-06| -|cran|ranger|2.9626314358230602e-06| -|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9613850616388687e-06| -|pypi|[types-decorator](https://github.com/python/typeshed)|2.9613850616388687e-06| -|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9613850616388687e-06| -|pypi|[metpy](https://pypi.org/project/metpy)|2.9613850616388687e-06| -|npm|utest|2.9613850616388687e-06| -|npm|urun|2.9613850616388687e-06| -|npm|timezone-mock|2.9613850616388687e-06| -|npm|sqlstring|2.9613850616388687e-06| -|npm|bignumber.js|2.9613850616388687e-06| -|cran|doBy|2.9613850616388687e-06| -|cran|captioner|2.9613850616388687e-06| -|cran|robustlmm|2.9613850616388687e-06| -|cran|multgee|2.9613850616388687e-06| -|cran|merTools|2.9613850616388687e-06| -|cran|marginaleffects|2.9613850616388687e-06| -|cran|logistf|2.9613850616388687e-06| -|cran|JM|2.9613850616388687e-06| -|cran|gmnl|2.9613850616388687e-06| -|cran|fungible|2.9613850616388687e-06| -|cran|feisr|2.9613850616388687e-06| -|cran|estimatr|2.9613850616388687e-06| -|cran|crch|2.9613850616388687e-06| -|cran|censReg|2.9613850616388687e-06| -|cran|bife|2.9613850616388687e-06| -|cran|bdsmatrix|2.9613850616388687e-06| -|cran|corpus.JSS.papers|2.9613850616388687e-06| -|cran|lasso2|2.9613850616388687e-06| -|cran|ggfun|2.9613850616388687e-06| -|cran|[leafem](https://github.com/r-spatial/leafem)|2.9466422355744348e-06| -|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9459240282016747e-06| -|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9422603692388166e-06| -|pypi|[vaex](https://pypi.org/project/vaex)|2.9422603692388166e-06| -|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9422603692388166e-06| -|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9422603692388166e-06| -|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9422603692388166e-06| -|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9422603692388166e-06| -|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9422603692388166e-06| -|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9422603692388166e-06| -|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9422603692388166e-06| -|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9422603692388166e-06| -|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9422603692388166e-06| -|pypi|[aplus](https://pypi.org/project/aplus)|2.9422603692388166e-06| -|pypi|[blake3](https://pypi.org/project/blake3)|2.9422603692388166e-06| -|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9422603692388166e-06| -|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9422603692388166e-06| -|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9422603692388166e-06| -|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9369108049311094e-06| -|npm|eslint-plugin-pabigot|2.93177121102248e-06| -|npm|gulp-jshint|2.9288423686538258e-06| -|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9233253027669275e-06| -|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9233253027669275e-06| -|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9233253027669275e-06| -|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9233253027669275e-06| -|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9233253027669275e-06| -|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9233253027669275e-06| -|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9233253027669275e-06| -|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9233253027669275e-06| -|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9165155910079776e-06| -|cran|sparklyr|2.9165155910079768e-06| -|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.8962348926037853e-06| -|pypi|[findspark](https://pypi.org/project/findspark)|2.8948045568317387e-06| -|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8948045568317387e-06| -|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8948045568317387e-06| -|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8948045568317387e-06| -|pypi|[gmql](https://pypi.org/project/gmql)|2.8948045568317387e-06| -|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8948045568317387e-06| -|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8948045568317387e-06| -|pypi|[strconv](https://pypi.org/project/strconv)|2.8948045568317387e-06| -|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8948045568317387e-06| -|cran|sjmisc|2.89087589350461e-06| -|npm|enquirer|2.8839069640959916e-06| -|cran|[progressr](https://progressr.futureverse.org)|2.881092324720439e-06| -|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8678755766265897e-06| -|pypi|[pyqt](https://pypi.org/project/pyqt)|2.862672226250907e-06| -|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.862672226250907e-06| -|cran|distr6|2.8612416054481828e-06| -|cran|hardhat|2.849333534255734e-06| -|pypi|[channels](https://pypi.org/project/channels)|2.8473201924978574e-06| -|cran|ppcor|2.844604251916503e-06| -|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.841733139956495e-06| -|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.835750543872375e-06| -|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8355626667785964e-06| -|npm|zuul|2.826776649746193e-06| -|rubygems|em-synchrony|2.8246476391499313e-06| -|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.824137269120847e-06| -|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.8241372691208443e-06| -|pypi|[aafigure](https://pypi.org/project/aafigure)|2.820366725370351e-06| -|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.820366725370351e-06| -|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.820366725370351e-06| -|npm|travis-cov|2.820366725370351e-06| -|npm|[x2js](https://github.com/x2js/x2js#readme)|2.820366725370351e-06| -|npm|toml|2.820366725370351e-06| -|npm|properties|2.820366725370351e-06| -|npm|hjson|2.820366725370351e-06| -|npm|cson|2.820366725370351e-06| -|cran|decor|2.820366725370351e-06| -|pypi|[spin](https://pypi.org/project/spin)|2.818544237757369e-06| -|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8158624541873298e-06| -|cran|[mlr3](https://mlr3.mlr-org.com)|2.8152216355703462e-06| -|pypi|[mizani](https://github.com/has2k1/mizani)|2.794727027866987e-06| -|cran|rainbow|2.792163058116647e-06| -|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.791878172588852e-06| -|npm|ts-loader|2.7870177944960396e-06| -|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7807106598984776e-06| -|npm|in-publish|2.7801486831022762e-06| -|cran|procmaps|2.777467463073928e-06| -|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7659241207084616e-06| -|spack|[vc](https://github.com/VcDevel/Vc)|2.76024605536246e-06| -|npm|assert|2.7551235566463992e-06| -|pypi|[hashin](https://pypi.org/project/hashin)|2.749517662351082e-06| -|pypi|[nengo](https://pypi.org/project/nengo)|2.748535510333575e-06| -|pypi|[hankel](https://github.com/steven-murray/hankel)|2.748475024527587e-06| -|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|2.746133696408223e-06| -|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7405670595577573e-06| -|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.740120343871264e-06| -|pypi|[bio](https://pypi.org/project/bio)|2.740120343871264e-06| -|pypi|[kahypar](https://pypi.org/project/kahypar)|2.740120343871264e-06| -|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.740120343871264e-06| -|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.740120343871264e-06| -|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.740120343871264e-06| -|pypi|[selfies](https://pypi.org/project/selfies)|2.740120343871264e-06| -|pypi|[upfp](https://pypi.org/project/upfp)|2.740120343871264e-06| -|cran|tablerDash|2.7386169652146885e-06| -|cran|argonDash|2.7386169652146885e-06| -|cran|argonR|2.7386169652146885e-06| -|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.73820938303311e-06| -|cran|TMB|2.7362732220909603e-06| -|spack|autoconf-archive|2.7335862107435714e-06| -|spack|libxmu|2.7335862107435714e-06| -|cran|RProtoBuf|2.7335862107435714e-06| -|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.7316740977094214e-06| -|npm|eslint-plugin-jest|2.728993969693315e-06| -|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7220812182741236e-06| -|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7178079353568848e-06| -|pypi|[pendulum](https://pypi.org/project/pendulum)|2.713534652439656e-06| -|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.713534652439656e-06| -|cran|affy|2.7062503486361354e-06| -|cran|marray|2.7062503486361354e-06| -|rubygems|[jar-dependencies](https://github.com/mkristian/jar-dependencies)|2.705086660986218e-06| -|npm|server-destroy|2.698881334328216e-06| -|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.697809510708833e-06| -|rubygems|[debug](https://github.com/ruby/debug)|2.6935648001269035e-06| -|rubygems|[all_images](http://github.com/flori/all_images)|2.6935648001269035e-06| -|cran|lm.beta|2.6927234417727417e-06| -|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.692168237853517e-06| -|pypi|[xnat](https://pypi.org/project/xnat)|2.692168237853517e-06| -|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.692168237853517e-06| -|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.692168237853517e-06| -|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.692168237853517e-06| -|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.692168237853517e-06| -|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.692168237853517e-06| -|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.692168237853517e-06| -|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.692168237853517e-06| -|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.692168237853517e-06| -|npm|karma-coverage|2.684259418750487e-06| -|pypi|[cudf](https://pypi.org/project/cudf)|2.6840445907317893e-06| -|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6787743660234e-06| -|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6787743660234e-06| -|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6787743660234e-06| -|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6787743660234e-06| -|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6787743660234e-06| -|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6787743660234e-06| -|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6787743660234e-06| -|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6787743660234e-06| -|npm|eslint-config-airbnb|2.6737602499023817e-06| -|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6719263714034903e-06| -|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6719263714034903e-06| -|pypi|[motor](https://pypi.org/project/motor)|2.6719263714034903e-06| -|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6719263714034903e-06| -|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6719263714034903e-06| -|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6719263714034903e-06| -|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6719263714034903e-06| -|cran|mlapi|2.6719263714034903e-06| -|cran|rsparse|2.6719263714034903e-06| -|cran|[magicaxis](NA)|2.667749478326508e-06| -|npm|gulp-mocha|2.6544628003485654e-06| -|npm|gulp-istanbul|2.6544628003485654e-06| -|npm|gulp-coveralls|2.6544628003485654e-06| -|npm|stealthy-require|2.6544628003485654e-06| -|npm|request-promise-core|2.6544628003485654e-06| -|cran|GenSA|2.635743753046777e-06| -|npm|updox|2.632342277012328e-06| -|npm|safename|2.632342277012328e-06| -|cran|MonetDBLite|2.632342277012328e-06| -|rubygems|standard|2.6323422770123274e-06| -|rubygems|net-ssh|2.6323422770123274e-06| -|rubygems|octicons|2.6323422770123274e-06| -|cran|RgoogleMaps|2.6248640319071788e-06| -|pypi|[flametree](https://pypi.org/project/flametree)|2.6201150733367562e-06| -|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6201150733367562e-06| -|pypi|[platemap](https://pypi.org/project/platemap)|2.6201150733367562e-06| -|pypi|[proglog](https://pypi.org/project/proglog)|2.6201150733367562e-06| -|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6201150733367562e-06| -|cran|systemfonts|2.6188136886548606e-06| -|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6182655803438162e-06| -|pypi|[pixell](https://pypi.org/project/pixell)|2.6173857868020297e-06| -|npm|[q](https://github.com/kriskowal/q)|2.6067025795089703e-06| -|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.606702579508963e-06| -|npm|browserify-istanbul|2.601941584954441e-06| -|npm|combined-stream|2.601941584954441e-06| -|npm|split2|2.5975512455274965e-06| -|npm|csstype|2.5916650172237346e-06| -|cran|leafsync|2.5876864705272976e-06| -|pypi|[qmflows](https://pypi.org/project/qmflows)|2.5836925945700434e-06| -|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.579994561276289e-06| -|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5751174449033643e-06| -|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5751174449033643e-06| -|pypi|[properconf](https://pypi.org/project/properconf)|2.5751174449033643e-06| -|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5751174449033643e-06| -|pypi|[multipart](https://pypi.org/project/multipart)|2.5751174449033643e-06| -|cran|ExactData|2.5751174449033643e-06| -|cran|diffobj|2.5701544254000305e-06| -|cran|Epi|2.566300631927898e-06| -|cran|memisc|2.566300631927898e-06| -|cran|descr|2.566300631927898e-06| -|cran|sylly.en|2.566300631927898e-06| -|cran|sylly|2.566300631927898e-06| -|cran|estimability|2.5653335640336704e-06| -|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5541083282200053e-06| -|npm|gulp-replace|2.5526076770283347e-06| -|npm|gulp-header|2.5526076770283347e-06| -|cran|RWeka|2.5511266350718383e-06| -|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.55063710763494e-06| -|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|2.5447033490698664e-06| -|cran|Exact|2.543903900116656e-06| -|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.5433905194458223e-06| -|pypi|[resampy](https://pypi.org/project/resampy)|2.542304205946338e-06| -|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.5403721475327995e-06| -|pypi|[proselint](https://pypi.org/project/proselint)|2.5403721475327995e-06| -|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.538388780632067e-06| -|cran|DoE.base|2.538330052833316e-06| -|npm|jest-canvas-mock|2.532401354011216e-06| -|cran|[text2vec](http://text2vec.org)|2.5319201284574795e-06| -|cran|RcppAnnoy|2.530385357832273e-06| -|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5191823521866326e-06| -|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5191823521866326e-06| -|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5186729514140695e-06| -|npm|postcss-loader|2.516732649981381e-06| -|spack|tar|2.5149998133771276e-06| -|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5122416606236405e-06| -|npm|open|2.510126385579612e-06| -|spack|suite-sparse|2.5094853931420285e-06| -|cran|DendSer|2.498993359032098e-06| -|cran|[rgbif](https://github.com/ropensci/rgbif)|2.4927483683828885e-06| -|cran|[rbison](https://github.com/ropensci/rbison)|2.4927483683828885e-06| -|cran|[rebird](https://docs.ropensci.org/rebird/)|2.4927483683828885e-06| -|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.4927483683828885e-06| -|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.4927483683828885e-06| -|cran|fftw|2.486134954344319e-06| -|npm|imagemin-svgo|2.4850783734032465e-06| -|npm|imagemin-optipng|2.4850783734032465e-06| -|npm|imagemin-jpegtran|2.4850783734032465e-06| -|npm|imagemin-gifsicle|2.4850783734032465e-06| -|npm|pretty-bytes|2.4850783734032465e-06| -|npm|plur|2.4850783734032465e-06| -|npm|p-map|2.4850783734032465e-06| -|npm|imagemin|2.4850783734032465e-06| -|npm|nodeunit-x|2.480729486249791e-06| -|cran|[clusterCrit](http:www.r-project.org)|2.4794037305010222e-06| -|cran|kknn|2.479391997814893e-06| -|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|2.4742041010566664e-06| -|npm|karma-chai|2.47349831834917e-06| -|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.470491686522327e-06| -|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.4678208846990574e-06| -|npm|prettier-plugin-pkgjson|2.4678208846990574e-06| -|npm|make-dir-cli|2.4678208846990574e-06| -|npm|koa|2.4678208846990574e-06| -|npm|formdata-polyfill|2.4678208846990574e-06| -|npm|once|2.4678208846990574e-06| -|npm|hexoid|2.4678208846990574e-06| -|npm|dezalgo|2.4678208846990574e-06| -|npm|houkou|2.4678208846990574e-06| -|cran|picante|2.4678208846990574e-06| -|cran|hisse|2.4678208846990574e-06| -|cran|diversitree|2.4678208846990574e-06| -|cran|[gargle](https://gargle.r-lib.org)|2.4636404992365543e-06| -|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4605135709105997e-06| -|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.45706847444377e-06| -|rubygems|jekyll-github-metadata|2.455481780275562e-06| -|rubygems|rubocop-github|2.455481780275562e-06| -|npm|rollup-plugin-typescript2|2.4432246632568737e-06| -|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4431426758520667e-06| -|rubygems|spoon|2.4431426758520667e-06| -|pypi|[percy](https://pypi.org/project/percy)|2.4424720696556456e-06| -|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4424720696556456e-06| -|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4424720696556456e-06| -|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4424720696556456e-06| -|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4424720696556456e-06| -|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4424720696556456e-06| -|npm|gulp-sourcemaps|2.434362488231752e-06| -|npm|gulp-file|2.434362488231752e-06| -|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4322842639593908e-06| -|rubygems|[jemoji](https://github.com/jekyll/jemoji)|2.430429659173323e-06| -|rubygems|[hoe-gemspec2](http://rubygems.org/gems/hoe-gemspec2)|2.4187112490935458e-06| -|rubygems|hoe-doofus|2.4187112490935458e-06| -|npm|watchify|2.417457193174587e-06| -|npm|gulp-gh-pages|2.417457193174587e-06| -|npm|gulp-beautify|2.417457193174587e-06| -|rubygems|hiredis|2.417457193174587e-06| -|rubygems|aws-sigv4|2.417457193174587e-06| -|rubygems|aws-sdk-kms|2.417457193174587e-06| -|rubygems|aws-sdk-core|2.417457193174587e-06| -|rubygems|bump|2.417457193174587e-06| -|cran|svUnit|2.4174571931745864e-06| -|cran|AlgDesign|2.4174571931745864e-06| -|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4155611483171947e-06| -|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.41440484823371e-06| -|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.409962883096066e-06| -|rubygems|activestorage|2.396381925336654e-06| -|rubygems|actioncable|2.396381925336654e-06| -|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.393038433647589e-06| -|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.393038433647572e-06| -|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.3930384336475713e-06| -|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.393038433647571e-06| -|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.390047135605524e-06| -|cran|RDCOMClient|2.3878361761831194e-06| -|cran|base|2.3878361761831194e-06| -|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.387055837563459e-06| -|pypi|[colander](https://pypi.org/project/colander)|2.3815334411781125e-06| -|npm|babel-preset-es2017|2.3803895162125762e-06| -|rubygems|[chronic_duration](https://github.com/hpoydar/chronic_duration)|2.3691080493111095e-06| -|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.369108049311095e-06| -|cran|BiasedUrn|2.369108049311095e-06| -|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3584023510553065e-06| -|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.3454169688179837e-06| -|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.3442091051434694e-06| -|cran|[oai](https://github.com/ropensci/oai)|2.344036833788579e-06| -|npm|statuses|2.3419116558878807e-06| -|npm|setprototypeof|2.3419116558878807e-06| -|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3318048031395305e-06| -|rubygems|[pathutil](http://github.com/envygeeks/pathutil)|2.330621795037812e-06| -|rubygems|[jekyll-watch](https://github.com/jekyll/jekyll-watch)|2.330621795037812e-06| -|rubygems|[em-websocket](http://github.com/igrigorik/em-websocket)|2.330621795037812e-06| -|rubygems|[colorator](https://github.com/octopress/colorator)|2.330621795037812e-06| -|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.326552435695091e-06| -|cran|[reproj](https://github.com/hypertidy/reproj/)|2.314304909781171e-06| -|npm|[babel-polyfill](https://babeljs.io/)|2.3107500329266705e-06| -|cran|influenceR|2.310177477014268e-06| -|spack|[seqan](https://www.seqan.de)|2.307572775303018e-06| -|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3075727753030144e-06| -|pypi|[fido](https://pypi.org/project/fido)|2.3075727753030144e-06| -|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3075727753030144e-06| -|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3075727753030144e-06| -|npm|[angular-mocks](http://angularjs.org)|2.3075727753030144e-06| -|npm|gulp-angular-templatecache|2.3075727753030144e-06| -|npm|gulp-cssnano|2.3075727753030144e-06| -|npm|gulp-less|2.3075727753030144e-06| -|cran|Rdonlp2|2.3075727753030144e-06| -|cran|gamlss.dist|2.3075727753030144e-06| -|cran|Rsolnp|2.3075727753030144e-06| -|cran|[correlation](https://easystats.github.io/correlation/)|2.3067902861160823e-06| -|pypi|[mip](https://pypi.org/project/mip)|2.298779308677789e-06| -|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.29154796436341e-06| -|cran|[kml](http:www.r-project.org)|2.290479643634108e-06| -|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.277988508952976e-06| -|cran|R2WinBUGS|2.277988508952976e-06| -|cran|kriging|2.277988508952976e-06| -|cran|udunits2|2.277988508952976e-06| -|cran|formula.tools|2.277988508952976e-06| -|cran|polspline|2.274632886149384e-06| -|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.264839946130751e-06| -|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2625090645395217e-06| -|pypi|[lark](https://github.com/lark-parser/lark)|2.257969822056133e-06| -|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.256293380296281e-06| -|cran|plotlyGeoAssets|2.249613564367772e-06| -|cran|listviewer|2.249613564367772e-06| -|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2434735315445977e-06| -|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2434735315445977e-06| -|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2434735315445977e-06| -|pypi|[deform](https://pypi.org/project/deform)|2.2434735315445977e-06| -|pypi|[Faker](https://pypi.org/project/Faker)|2.2434735315445977e-06| -|pypi|[flower](https://pypi.org/project/flower)|2.2434735315445977e-06| -|pypi|[hl7](https://pypi.org/project/hl7)|2.2434735315445977e-06| -|pypi|[paginate](https://pypi.org/project/paginate)|2.2434735315445977e-06| -|pypi|[pycap](https://pypi.org/project/pycap)|2.2434735315445977e-06| -|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2434735315445977e-06| -|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2434735315445977e-06| -|pypi|[twilio](https://pypi.org/project/twilio)|2.2434735315445977e-06| -|pypi|[Wand](https://pypi.org/project/Wand)|2.2434735315445977e-06| -|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2434735315445977e-06| -|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2434735315445977e-06| -|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2434735315445977e-06| -|pypi|[parsel](https://pypi.org/project/parsel)|2.2434735315445977e-06| -|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2434735315445977e-06| -|pypi|[portend](https://pypi.org/project/portend)|2.2434735315445977e-06| -|pypi|[protego](https://pypi.org/project/protego)|2.2434735315445977e-06| -|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2434735315445977e-06| -|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2434735315445977e-06| -|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2434735315445977e-06| -|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2434735315445977e-06| -|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2434735315445977e-06| -|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2434735315445977e-06| -|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2434735315445977e-06| -|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2434735315445977e-06| -|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2434735315445977e-06| -|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2434735315445977e-06| -|pypi|[hickle](http://github.com/telegraphic/hickle)|2.23350253807108e-06| -|cran|mlr3measures|2.227366542087354e-06| -|pypi|[biomaj-user](http://biomaj.genouest.org)|2.226677473019664e-06| -|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.2258776607089535e-06| -|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2210387962291518e-06| -|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2210387962291518e-06| -|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2210387962291518e-06| -|npm|gulp-json-editor|2.2210387962291518e-06| -|npm|requizzle|2.2210387962291518e-06| -|npm|markdown-it-anchor|2.2210387962291518e-06| -|npm|klaw|2.2210387962291518e-06| -|npm|js2xmlparser|2.2210387962291518e-06| -|npm|escape-string-regexp|2.2210387962291518e-06| -|npm|catharsis|2.2210387962291518e-06| -|cran|mclustcomp|2.2210387962291518e-06| -|cran|maotai|2.2210387962291518e-06| -|cran|CVXR|2.2210387962291518e-06| -|cran|leafgl|2.2210387962291518e-06| -|cran|shinyEffects|2.2210387962291518e-06| -|pypi|[oemof](https://pypi.org/project/oemof)|2.217079725291132e-06| -|npm|optimist|2.216338185020201e-06| -|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2140947114886564e-06| -|pypi|[pymanopt](https://pymanopt.org)|2.2097008117148965e-06| -|cran|googleAnalyticsR|2.2072435242028836e-06| -|cran|bigQueryR|2.2072435242028836e-06| -|cran|seasonal|2.2072435242028836e-06| -|cran|forecTheta|2.2072435242028836e-06| -|cran|urca|2.2072435242028836e-06| -|cran|fracdiff|2.2072435242028836e-06| -|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2034361577508787e-06| -|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.2023842727251085e-06| -|pypi|[HTSeq](https://github.com/htseq)|2.193618564176945e-06| -|cran|[tiff](https://www.rforge.net/tiff/)|2.1936185641769414e-06| -|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.193618564176941e-06| -|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.1936185641769397e-06| -|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.1936185641769397e-06| -|cran|wicket|2.1936185641769397e-06| -|cran|prettymapr|2.1936185641769397e-06| -|cran|rosm|2.1936185641769397e-06| -|cran|pkgmaker|2.190655754687662e-06| -|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.182073203312851e-06| -|cran|effects|2.1803604299978487e-06| -|spack|[kokkos](https://github.com/kokkos/kokkos)|2.179374287786179e-06| -|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.171077540585896e-06| -|pypi|[zope.component](https://pypi.org/project/zope.component)|2.170326432994127e-06| -|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.168469830637929e-06| -|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1666582434778305e-06| -|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1666582434778305e-06| -|npm|gaze|2.161811094996374e-06| -|npm|hooker|2.154977129469515e-06| -|pypi|[twobody](https://pypi.org/project/twobody)|2.153734590282814e-06| -|pypi|[cmastro](https://pypi.org/project/cmastro)|2.153734590282814e-06| -|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.153734590282814e-06| -|npm|punycode|2.1537345902828134e-06| -|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.1463191875735094e-06| -|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1395102359569367e-06| -|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1337576853439372e-06| -|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1337576853439372e-06| -|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1310434579923347e-06| -|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1233181406582376e-06| -|cran|[r4ss](https://github.com/r4ss/r4ss)|2.1211022480058005e-06| -|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1152750440277636e-06| -|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1152750440277636e-06| -|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1152750440277636e-06| -|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1152750440277636e-06| -|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1152750440277636e-06| -|npm|phantomjs-prebuilt|2.1152750440277636e-06| -|cran|cleanrmd|2.1152750440277636e-06| -|cran|agridat|2.115275044027763e-06| -|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1110017611105375e-06| -|rubygems|rubocop-standard|2.1088284915126313e-06| -|rubygems|minitest-focus|2.1088284915126313e-06| -|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.107930339013778e-06| -|rubygems|rubocop-ast|2.102835212221219e-06| -|cran|cyclocomp|2.0970573642227397e-06| -|cran|xmlparsedata|2.0970573642227397e-06| -|npm|node-sass|2.095482996832182e-06| -|npm|pify|2.091952780721816e-06| -|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0903894552744957e-06| -|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0903894552744957e-06| -|pypi|[rise](https://pypi.org/project/rise)|2.0903894552744957e-06| -|cran|calibrator|2.0903894552744957e-06| -|cran|alabama|2.0903894552744957e-06| -|cran|disordR|2.0903894552744957e-06| -|cran|rio|2.0801631910702173e-06| -|npm|rollup-plugin-livereload|2.078164955536048e-06| -|cran|sva|2.0752130166787527e-06| -|cran|SIS|2.0752130166787527e-06| -|cran|LogicReg|2.0752130166787527e-06| -|cran|KernelKnn|2.0752130166787527e-06| -|cran|genefilter|2.0752130166787527e-06| -|cran|extraTrees|2.0752130166787527e-06| -|cran|biglasso|2.0752130166787527e-06| -|cran|bartMachine|2.0752130166787527e-06| -|cran|cvAUC|2.0752130166787527e-06| -|cran|nnls|2.0752130166787527e-06| -|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0748083497358393e-06| -|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.069168950618941e-06| -|npm|duplexer|2.0676813555371387e-06| -|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0641828115779506e-06| -|npm|rollup-plugin-copy|2.061037222386026e-06| -|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.056686594981609e-06| -|cran|[ring](https://github.com/mrc-ide/ring)|2.056686594981609e-06| -|npm|[opener](https://github.com/domenic/opener#readme)|2.0521525506504278e-06| -|cran|lda|2.0487400290065266e-06| -|npm|karma-sinon|2.0468882254360075e-06| -|pypi|[rpyc](http://rpyc.readthedocs.org)|2.0439363562683957e-06| -|spack|libice|2.042334525268185e-06| -|spack|nlohmann-json|2.042334525268185e-06| -|spack|xxhash|2.042334525268185e-06| -|spack|libxpm|2.042334525268185e-06| -|spack|ftgl|2.042334525268185e-06| -|spack|arrow|2.042334525268185e-06| -|spack|davix|2.042334525268185e-06| -|spack|dcap|2.042334525268185e-06| -|spack|fcgi|2.042334525268185e-06| -|spack|mysql-client|2.042334525268185e-06| -|spack|oracle-instant-client|2.042334525268185e-06| -|spack|postgresql|2.042334525268185e-06| -|spack|pythia6|2.042334525268185e-06| -|spack|r|2.042334525268185e-06| -|spack|r-rcpp|2.042334525268185e-06| -|spack|r-rinside|2.042334525268185e-06| -|spack|shadow|2.042334525268185e-06| -|spack|unuran|2.042334525268185e-06| -|spack|vdt|2.042334525268185e-06| -|spack|veccore|2.042334525268185e-06| -|spack|xrootd|2.042334525268185e-06| -|cran|textdata|2.0406470638740945e-06| -|cran|mallet|2.0406470638740945e-06| -|cran|gutenbergr|2.0406470638740945e-06| -|npm|bl|2.040065264684554e-06| -|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.033228012016992e-06| -|rubygems|toxiproxy|2.030664042266653e-06| -|rubygems|mini_portile2|2.030664042266653e-06| -|rubygems|connection_pool|2.030664042266653e-06| -|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0276601013757257e-06| -|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0276601013757257e-06| -|rubygems|[http_parser.rb](https://github.com/tmm1/http_parser.rb)|2.0276015228426408e-06| -|npm|qs|2.02713858385994e-06| -|cran|[ids](https://github.com/richfitz/ids)|2.025536102765986e-06| -|rubygems|codeclimate-test-reporter|2.023181436668731e-06| -|cran|quanteda.textplots|2.019126178390138e-06| -|cran|quanteda.textstats|2.019126178390138e-06| -|cran|quanteda.textmodels|2.019126178390138e-06| -|cran|questionr|2.0191261783901376e-06| -|cran|dockerfiler|2.0137765422569164e-06| -|cran|attachment|2.0137765422569164e-06| -|pypi|[nflows](https://github.com/bayesiains/nflows)|2.011730111802628e-06| -|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0101707035868786e-06| -|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0101707035868786e-06| -|rubygems|sprockets|2.0055941158189164e-06| -|pypi|[copier](https://pypi.org/project/copier)|2.0053394695370706e-06| -|pypi|[dunamai](https://pypi.org/project/dunamai)|2.0053394695370706e-06| -|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.0053394695370706e-06| -|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.0053394695370706e-06| -|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.0053394695370706e-06| -|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.0053394695370706e-06| -|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.0053394695370706e-06| -|pypi|[pygeos](https://pypi.org/project/pygeos)|2.0053394695370706e-06| -|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.0053394695370706e-06| -|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.0053394695370706e-06| -|pypi|[send2trash](https://pypi.org/project/send2trash)|2.0053394695370706e-06| -|pypi|[botorch](https://pypi.org/project/botorch)|1.9992472989967046e-06| -|rubygems|regexp_parser|1.9972989089492963e-06| -|cran|mfx|1.995926956681243e-06| -|cran|drc|1.995926956681243e-06| -|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9953108439783568e-06| -|npm|xvfb-maybe|1.974256707759246e-06| -|npm|twolfson-style|1.974256707759246e-06| -|npm|proclaim|1.974256707759246e-06| -|npm|jscs|1.974256707759246e-06| -|npm|foundry-release-npm|1.974256707759246e-06| -|npm|foundry-release-git|1.974256707759246e-06| -|npm|foundry-release-component|1.974256707759246e-06| -|npm|foundry|1.974256707759246e-06| -|npm|domify|1.974256707759246e-06| -|npm|css-controls|1.974256707759246e-06| -|npm|brfs|1.974256707759246e-06| -|npm|computed-style|1.974256707759246e-06| -|cran|RQuantLib|1.974256707759246e-06| -|cran|odeintr|1.974256707759246e-06| -|cran|bigstatsr|1.974256707759246e-06| -|rubygems|crass|1.9742567077592457e-06| -|rubygems|openssl|1.9742567077592457e-06| -|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.967353712277571e-06| -|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.9628667652144835e-06| -|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9579405366207396e-06| -|npm|gulp-autoprefixer|1.9572327790525568e-06| -|npm|ubelt|1.952561579102551e-06| -|npm|asynct|1.952561579102551e-06| -|npm|event-stream|1.952561579102551e-06| -|npm|it-is|1.952561579102551e-06| -|npm|stream-spec|1.952561579102551e-06| -|npm|string-to-stream|1.952561579102551e-06| -|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9525615791025505e-06| -|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9525615791025505e-06| -|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9525615791025505e-06| -|cran|snow|1.9525615791025505e-06| -|cran|Rmpi|1.9525615791025505e-06| -|cran|batchtools|1.9525615791025505e-06| -|cran|BatchJobs|1.9525615791025505e-06| -|cran|BBmisc|1.9525615791025505e-06| -|cran|[ssh](https://docs.ropensci.org/ssh)|1.9525615791025505e-06| -|pypi|[rtoml](https://pypi.org/project/rtoml)|1.949398065946449e-06| -|npm|read-dir-deep|1.9313380836775232e-06| -|npm|gulp-strip-comments|1.9313380836775232e-06| -|npm|gulp-jsbeautifier|1.9313380836775232e-06| -|npm|webgpu|1.9313380836775232e-06| -|npm|gpu-mock.js|1.9313380836775232e-06| -|npm|gl-wiretap|1.9313380836775232e-06| -|npm|gl|1.9313380836775232e-06| -|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9173793121309436e-06| -|npm|babel-preset-stage-2|1.9144307469180564e-06| -|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9130256691143397e-06| -|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9108411892675855e-06| -|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9105710075089477e-06| -|pypi|[blue](https://pypi.org/project/blue)|1.9105710075089477e-06| -|cran|rematch2|1.9100933647570702e-06| -|npm|pngjs|1.9056531928178049e-06| -|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.9040262319891558e-06| -|pypi|[pyright](https://pypi.org/project/pyright)|1.9003540502495414e-06| -|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9003540502495414e-06| -|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9003540502495414e-06| -|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9003540502495414e-06| -|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9003540502495414e-06| -|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9003540502495414e-06| -|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9003540502495414e-06| -|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9003540502495414e-06| -|cran|bain|1.9003540502495414e-06| -|pypi|[wotan](https://github.com/hippke/wotan)|1.8983159184925186e-06| -|cran|gclus|1.89073046243097e-06| -|npm|[types](http://nodeca.github.com/types/)|1.8903287626939066e-06| -|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8902457840248098e-06| -|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.885417405006352e-06| -|cran|[dde](https://github.com/mrc-ide/dde)|1.884111707939718e-06| -|npm|[runmd](https://github.com/broofa/runmd)|1.8802444835802342e-06| -|npm|random-seed|1.8802444835802342e-06| -|npm|optional-dev-dependency|1.8802444835802342e-06| -|pypi|[bson](https://pypi.org/project/bson)|1.877360710310266e-06| -|cran|movMF|1.8703484599824433e-06| -|cran|flexmix|1.8703484599824433e-06| -|cran|flexclust|1.8703484599824433e-06| -|cran|cclust|1.8703484599824433e-06| -|cran|relations|1.8703484599824433e-06| -|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8674246348285552e-06| -|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8650269557256768e-06| -|pypi|[libpysal](http://pysal.org/libpysal)|1.861252115059223e-06| -|rubygems|[typhoeus](https://github.com/typhoeus/typhoeus)|1.8596793095410753e-06| -|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8516134880348082e-06| -|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.850865663524293e-06| -|npm|pm2-sysmonit|1.850865663524293e-06| -|npm|yamljs|1.850865663524293e-06| -|npm|vizion|1.850865663524293e-06| -|npm|source-map-support|1.850865663524293e-06| -|npm|promptly|1.850865663524293e-06| -|npm|pm2-multimeter|1.850865663524293e-06| -|npm|pm2-deploy|1.850865663524293e-06| -|npm|pm2-axon-rpc|1.850865663524293e-06| -|npm|pm2-axon|1.850865663524293e-06| -|npm|pidusage|1.850865663524293e-06| -|npm|fclone|1.850865663524293e-06| -|npm|croner|1.850865663524293e-06| -|npm|cli-tableau|1.850865663524293e-06| -|npm|blessed|1.850865663524293e-06| -|cran|arkdb|1.850865663524293e-06| -|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8472673860000175e-06| -|cran|[energy](https://github.com/mariarizzo/energy)|1.8332606281725904e-06| -|npm|mocha-headless-chrome|1.83235700688905e-06| -|npm|gulp-format-md|1.83235700688905e-06| -|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8297988998744232e-06| -|pypi|[snappy](https://pypi.org/project/snappy)|1.8297988998744232e-06| -|pypi|[datashape](https://pypi.org/project/datashape)|1.8297988998744232e-06| -|pypi|[fastremap](https://pypi.org/project/fastremap)|1.822390807162381e-06| -|pypi|[edt](https://pypi.org/project/edt)|1.822390807162381e-06| -|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.822390807162381e-06| -|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.822390807162381e-06| -|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.822390807162381e-06| -|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.822390807162381e-06| -|npm|babel-plugin-module-resolver|1.8175167326499814e-06| -|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8140085983632018e-06| -|npm|sveld|1.81309289488094e-06| -|npm|pretty-quick|1.81309289488094e-06| -|npm|toidentifier|1.81309289488094e-06| -|npm|gulp-plumber|1.81309289488094e-06| -|npm|gulp-filter|1.81309289488094e-06| -|cran|sn|1.81309289488094e-06| -|cran|ProFound|1.81309289488094e-06| -|cran|FITSio|1.81309289488094e-06| -|rubygems|fakeweb-fi|1.81309289488094e-06| -|rubygems|rspectacular|1.81309289488094e-06| -|rubygems|fuubar|1.81309289488094e-06| -|rubygems|bindex|1.81309289488094e-06| -|pypi|[bs4](https://pypi.org/project/bs4)|1.8127431488018938e-06| -|cran|dials|1.8102510564877097e-06| -|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8096249724598582e-06| -|npm|kefir|1.8050347042370246e-06| -|npm|highland|1.8050347042370246e-06| -|npm|grunt-saucelabs|1.8050347042370246e-06| -|npm|co|1.8050347042370246e-06| -|npm|baconjs|1.8050347042370246e-06| -|npm|acorn-walk|1.8050347042370246e-06| -|npm|travis-check-changes|1.804166899090757e-06| -|npm|shelljs-release|1.804166899090757e-06| -|npm|shelljs-changelog|1.804166899090757e-06| -|npm|rechoir|1.804166899090757e-06| -|npm|interpret|1.804166899090757e-06| -|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.794778825235692e-06| -|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7947788252356817e-06| -|pypi|[exhale](https://github.com/svenevs/exhale)|1.7947788252356817e-06| -|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7947788252356817e-06| -|pypi|[jumper](https://vlab.jumper.io)|1.7947788252356817e-06| -|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7947788252356817e-06| -|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7947788252356817e-06| -|pypi|[atropos](https://atropos.readthedocs.org/)|1.7947788252356817e-06| -|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7947788252356817e-06| -|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7947788252356817e-06| -|pypi|[git](https://pypi.org)|1.7947788252356817e-06| -|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7947788252356817e-06| -|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7947788252356817e-06| -|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7947788252356817e-06| -|cran|kappaSize|1.7947788252356817e-06| -|cran|[readtext](https://github.com/quanteda/readtext)|1.7947788252356807e-06| -|pypi|[petsc](https://petsc.org/)|1.7947788252356781e-06| -|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7947788252356781e-06| -|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7947788252356781e-06| -|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7947788252356781e-06| -|pypi|[catscii](https://pypi.org/project/catscii)|1.7947788252356781e-06| -|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7947788252356781e-06| -|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7947788252356781e-06| -|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7947788252356781e-06| -|pypi|[komics](http://github.com/frebio/komics)|1.7947788252356781e-06| -|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7947788252356781e-06| -|pypi|[partycls](https://pypi.org/project/partycls)|1.7947788252356781e-06| -|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7947788252356781e-06| -|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7947788252356781e-06| -|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7947788252356781e-06| -|npm|[natives](https://github.com/addaleax/natives#readme)|1.7947788252356781e-06| -|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7947788252356781e-06| -|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7947788252356781e-06| -|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7947788252356781e-06| -|cran|nLTT|1.794778825235678e-06| -|pypi|[gymnasium](https://farama.org)|1.7947788252356616e-06| -|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7947788252356616e-06| -|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7939241686522381e-06| -|cran|concaveman|1.793385363414843e-06| -|cran|tweenr|1.793385363414843e-06| -|pypi|[optree](https://github.com/metaopt/optree)|1.7768310369833214e-06| -|spack|asio|1.7768310369833214e-06| -|spack|gperftools|1.7768310369833214e-06| -|spack|mimalloc|1.7768310369833214e-06| -|spack|otf2|1.7768310369833214e-06| -|rubygems|mini_portile|1.7768310369833212e-06| -|rubygems|hoe-gemspec|1.7768310369833212e-06| -|rubygems|hoe-bundler|1.7768310369833212e-06| -|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7666505688569926e-06| -|npm|ejs|1.7627292033564694e-06| -|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7603960891200534e-06| -|cran|StanHeaders|1.7530038008551926e-06| -|cran|shinystan|1.7530038008551926e-06| -|pypi|[pytype](https://pypi.org/project/pytype)|1.750572450229873e-06| -|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.750572450229873e-06| -|pypi|[jraph](https://pypi.org/project/jraph)|1.750572450229873e-06| -|pypi|[clu](https://pypi.org/project/clu)|1.750572450229873e-06| -|pypi|[orbax](https://pypi.org/project/orbax)|1.750572450229873e-06| -|cran|nFactors|1.7432280149413309e-06| -|npm|tmp|1.739985172321667e-06| -|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.7397079583195876e-06| -|pypi|[yte](https://pypi.org/project/yte)|1.7328162229358765e-06| -|rubygems|[jekyll-feed](https://github.com/jekyll/jekyll-feed)|1.7314630166787548e-06| -|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7256191148647543e-06| -|pypi|[kombine](https://pypi.org/project/kombine)|1.7237765859955885e-06| -|cran|adehabitatHR|1.7199963741841933e-06| -|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7180788754392821e-06| -|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7172770123277866e-06| -|cran|gginnards|1.7167449632689094e-06| -|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7144860883172399e-06| -|pypi|[lap](https://pypi.org/project/lap)|1.7144860883172399e-06| -|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7127317932249012e-06| -|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7114429528156444e-06| -|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.708491381714732e-06| -|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.708491381714732e-06| -|npm|docdown|1.708491381714732e-06| -|npm|qunitjs|1.708491381714732e-06| -|npm|platform|1.708491381714732e-06| -|npm|qunit-extras|1.708491381714732e-06| -|cran|vip|1.708491381714732e-06| -|cran|pdp|1.708491381714732e-06| -|cran|stan4bart|1.708491381714732e-06| -|cran|tmle|1.708491381714732e-06| -|cran|dbarts|1.708491381714732e-06| -|cran|CircStats|1.708491381714732e-06| -|npm|[formidable](https://github.com/node-formidable/formidable)|1.701881370513339e-06| -|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6972911639190143e-06| -|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.695068890500367e-06| -|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6922200352222106e-06| -|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6922200352222106e-06| -|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6922200352222106e-06| -|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6922200352222106e-06| -|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6922200352222106e-06| -|pypi|[mike](https://pypi.org/project/mike)|1.6922200352222106e-06| -|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6922200352222106e-06| -|pypi|[trollius](https://pypi.org/project/trollius)|1.6922200352222106e-06| -|cran|showimage|1.6922200352222106e-06| -|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6853410919896003e-06| -|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6853410919896003e-06| -|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6853410919896003e-06| -|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6853410919896003e-06| -|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6833136139841991e-06| -|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6833136139841991e-06| -|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6833136139841991e-06| -|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6833136139841991e-06| -|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6833136139841991e-06| -|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6833136139841991e-06| -|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6833136139841991e-06| -|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6752978348699887e-06| -|pypi|[cliff](https://pypi.org/project/cliff)|1.6752978348699887e-06| -|npm|babel-preset-es2016|1.6752978348699887e-06| -|cran|ggfortify|1.665779097171864e-06| -|npm|utils-merge|1.6564230729386639e-06| -|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6494872060499305e-06| -|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6452139231327073e-06| -|pypi|[gstools](https://pypi.org/project/gstools)|1.6452139231327048e-06| -|pypi|[openturns](https://pypi.org/project/openturns)|1.6452139231327048e-06| -|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6452139231327048e-06| -|npm|mini-svg-data-uri|1.6452139231327048e-06| -|cran|R2HTML|1.6452139231327048e-06| -|rubygems|[minima](https://github.com/jekyll/minima)|1.6327501812907918e-06| -|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.6308326825458804e-06| -|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.6308326825458804e-06| -|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.6308326825458804e-06| -|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.6308326825458804e-06| -|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.6308326825458804e-06| -|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.6308326825458804e-06| -|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.6308326825458804e-06| -|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.6308326825458804e-06| -|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.6308326825458804e-06| -|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.6308326825458804e-06| -|spack|groff|1.6287617839013777e-06| -|spack|ghostscript|1.6287617839013777e-06| -|spack|gts|1.6287617839013777e-06| -|spack|cairo|1.6287617839013777e-06| -|spack|pango|1.6287617839013777e-06| -|spack|poppler|1.6287617839013777e-06| -|spack|sed|1.6287617839013777e-06| -|npm|walkdir|1.6287617839013777e-06| -|npm|jasmine-reporters|1.6287617839013777e-06| -|npm|jasmine-growl-reporter|1.6287617839013777e-06| -|rubygems|eventmachine|1.6287617839013777e-06| -|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6254218759371233e-06| -|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.6233449760982417e-06| -|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6226889469923396e-06| -|npm|[pre-commit](https://github.com/observing/pre-commit)|1.621050580563618e-06| -|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.615897214747083e-06| -|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6153009427121102e-06| -|pypi|[levmar](https://pypi.org/project/levmar)|1.6153009427121102e-06| -|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6153009427121102e-06| -|pypi|[bumps](https://pypi.org/project/bumps)|1.6153009427121102e-06| -|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6153009427121102e-06| -|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6153009427121102e-06| -|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6153009427121102e-06| -|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6153009427121102e-06| -|cran|sangerseqR|1.6153009427121102e-06| -|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6138987717548959e-06| -|pypi|[croniter](https://pypi.org/project/croniter)|1.6130574691805663e-06| -|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|1.6120181457281972e-06| -|cran|dendroextras|1.6105778405404375e-06| -|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6102832814802688e-06| -|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6079918886726887e-06| -|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5953589557650576e-06| -|cran|[rlist](https://renkun.me/rlist)|1.5953589557650576e-06| -|pypi|[openbabel](http://openbabel.org/)|1.5913705583756348e-06| -|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5885342255382666e-06| -|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5866885266576305e-06| -|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5864562830208225e-06| -|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5864562830208225e-06| -|spack|fltk|1.5864562830208225e-06| -|spack|glpk|1.5864562830208225e-06| -|spack|gnuplot|1.5864562830208225e-06| -|spack|imagemagick|1.5864562830208225e-06| -|spack|qhull|1.5864562830208225e-06| -|spack|qrupdate|1.5864562830208225e-06| -|spack|qscintilla|1.5864562830208225e-06| -|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5822392275104017e-06| -|npm|cli-color|1.580877535651958e-06| -|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5794053662073965e-06| -|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5794053662073965e-06| -|pypi|[swapper](https://pypi.org/project/swapper)|1.5794053662073965e-06| -|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5794053662073965e-06| -|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5794053662073965e-06| -|pypi|[genfire](https://pypi.org/project/genfire)|1.5794053662073965e-06| -|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.572568113539843e-06| -|pypi|[louvain](https://pypi.org/project/louvain)|1.5721572209516407e-06| -|npm|node-domexception|1.5705917201906143e-06| -|npm|native-hello-world|1.5705917201906143e-06| -|npm|module-not-found-error|1.5705917201906143e-06| -|npm|fill-keys|1.5705917201906143e-06| -|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.567132246299535e-06| -|npm|codeclimate-test-reporter|1.565148567375854e-06| -|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5636113125453227e-06| -|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5636113125453227e-06| -|cran|[workflows](https://github.com/tidymodels/workflows)|1.5609762196494218e-06| -|pypi|[smt](https://github.com/SMTorg/smt)|1.5597482647881597e-06| -|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5586237166520363e-06| -|npm|normalize-wheel-es|1.5586237166520363e-06| -|npm|memoize-one|1.5586237166520363e-06| -|npm|lodash-unified|1.5586237166520363e-06| -|npm|lodash-es|1.5586237166520363e-06| -|npm|async-validator|1.5586237166520363e-06| -|cran|highcharter|1.5586237166520363e-06| -|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5558196620534753e-06| -|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5554749818709213e-06| -|pypi|[pep440](https://pypi.org/project/pep440)|1.5553599319462264e-06| -|npm|promise|1.552180992955558e-06| -|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5505246416752847e-06| -|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5505246416752847e-06| -|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5505246416752847e-06| -|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5505246416752847e-06| -|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5505246416752847e-06| -|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5505246416752847e-06| -|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5505246416752847e-06| -|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5505246416752847e-06| -|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5505246416752847e-06| -|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5505246416752847e-06| -|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5505246416752847e-06| -|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5505246416752847e-06| -|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5505246416752847e-06| -|npm|gulp-util|1.5467024251129582e-06| -|cran|soma|1.5450704669420184e-06| -|cran|tcltk2|1.5450704669420184e-06| -|cran|survAUC|1.5450704669420184e-06| -|cran|simsurv|1.5450704669420184e-06| -|cran|set6|1.5450704669420184e-06| -|cran|param6|1.5450704669420184e-06| -|cran|bujar|1.5450704669420184e-06| -|cran|[umap](https://github.com/tkonopka/umap)|1.5436522324665947e-06| -|cran|IRanges|1.54325700395265e-06| -|rubygems|unicode-display_width|1.538761867147149e-06| -|rubygems|rainbow|1.538761867147149e-06| -|rubygems|parser|1.538761867147149e-06| -|rubygems|parallel|1.538761867147149e-06| -|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5383818502020097e-06| -|cran|pgdraw|1.5383818502020097e-06| -|cran|matrixNormal|1.5383818502020097e-06| -|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5383818502020095e-06| -|cran|DiagrammeRsvg|1.537642243543259e-06| -|rubygems|contracts|1.535689681964156e-06| -|rubygems|childprocess|1.535689681964156e-06| -|rubygems|yard-junk|1.535689681964156e-06| -|rubygems|rubocop-packaging|1.535689681964156e-06| -|rubygems|rake-manifest|1.535689681964156e-06| -|rubygems|pry-doc|1.535689681964156e-06| -|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5338455960283373e-06| -|rubygems|[responders](https://github.com/heartcombo/responders)|1.530242263693005e-06| -|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.526725565688721e-06| -|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5186590059686506e-06| -|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5186590059686506e-06| -|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5186590059686506e-06| -|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5186590059686506e-06| -|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5186590059686506e-06| -|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5186590059686506e-06| -|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5186590059686506e-06| -|pypi|[pylev](https://pypi.org/project/pylev)|1.5186590059686506e-06| -|pypi|[distance](https://pypi.org/project/distance)|1.5186590059686506e-06| -|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5186590059686506e-06| -|npm|shortid|1.5186590059686506e-06| -|npm|react-beautiful-dnd|1.5186590059686506e-06| -|npm|objectpath|1.5186590059686506e-06| -|npm|wdio-chromedriver-service|1.5186590059686506e-06| -|npm|selenium-standalone|1.5186590059686506e-06| -|npm|chromedriver|1.5186590059686506e-06| -|pypi|[cmasher](https://cmasher.readthedocs.io)|1.5155910079767953e-06| -|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.5155910079767953e-06| -|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.5155910079767953e-06| -|npm|taper|1.4983198228529993e-06| -|npm|karma-tap|1.4983198228529993e-06| -|npm|function-bind|1.4983198228529993e-06| -|npm|buffer-equal|1.4983198228529993e-06| -|npm|tunnel-agent|1.4983198228529993e-06| -|npm|performance-now|1.4983198228529993e-06| -|npm|oauth-sign|1.4983198228529993e-06| -|npm|isstream|1.4983198228529993e-06| -|npm|is-typedarray|1.4983198228529993e-06| -|npm|http-signature|1.4983198228529993e-06| -|npm|har-validator|1.4983198228529993e-06| -|npm|forever-agent|1.4983198228529993e-06| -|npm|extend|1.4983198228529993e-06| -|npm|caseless|1.4983198228529993e-06| -|npm|aws4|1.4983198228529993e-06| -|npm|aws-sign2|1.4983198228529993e-06| -|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.496439244044297e-06| -|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.496439244044297e-06| -|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.4942494092031829e-06| -|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4931353251960685e-06| -|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4931353251960685e-06| -|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4931353251960685e-06| -|pypi|[autodoc](https://pypi.org/project/autodoc)|1.493135325196068e-06| -|npm|[mz](https://github.com/normalize/mz#readme)|1.4903074173831997e-06| -|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4844280752643052e-06| -|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4832882853187423e-06| -|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4832882853187423e-06| -|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4832882853187423e-06| -|pypi|[daphne](https://pypi.org/project/daphne)|1.4832882853187423e-06| -|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4832882853187423e-06| -|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4832882853187423e-06| -|pypi|[django-light](https://pypi.org/project/django-light)|1.4832882853187423e-06| -|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4832882853187423e-06| -|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4832882853187423e-06| -|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4832882853187423e-06| -|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4832882853187423e-06| -|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4832882853187423e-06| -|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4832882853187423e-06| -|pypi|[missingno](https://pypi.org/project/missingno)|1.4832882853187423e-06| -|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4832882853187423e-06| -|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4832882853187423e-06| -|pypi|[phik](https://pypi.org/project/phik)|1.4832882853187423e-06| -|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4832882853187423e-06| -|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4832882853187423e-06| -|pypi|[pyod](https://pypi.org/project/pyod)|1.4832882853187423e-06| -|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4832882853187423e-06| -|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4832882853187423e-06| -|pypi|[textblob](https://pypi.org/project/textblob)|1.4832882853187423e-06| -|pypi|[visions](https://pypi.org/project/visions)|1.4832882853187423e-06| -|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4832882853187423e-06| -|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4832676482643376e-06| -|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4832676482643376e-06| -|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4832676482643376e-06| -|go|[golang.org/x/sys](https://golang.org/x/sys)|1.480937311357283e-06| -|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4806925308194346e-06| -|cran|sjPlot|1.4806925308194346e-06| -|pypi|[peppy](https://pypi.org/project/peppy)|1.4806925308194344e-06| -|pypi|[eido](https://pypi.org/project/eido)|1.4806925308194344e-06| -|pypi|[slacker](https://pypi.org/project/slacker)|1.4806925308194344e-06| -|pypi|[throttler](https://pypi.org/project/throttler)|1.4806925308194344e-06| -|pypi|[reretry](https://pypi.org/project/reretry)|1.4806925308194344e-06| -|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4806925308194344e-06| -|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4806925308194344e-06| -|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.476990799492386e-06| -|pypi|[pscript](https://pypi.org/project/pscript)|1.4742826064435927e-06| -|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4742826064435927e-06| -|npm|es6-promise|1.4742826064435927e-06| -|cran|sjstats|1.4671081956743018e-06| -|cran|projpred|1.4671081956743018e-06| -|cran|PROreg|1.4671081956743018e-06| -|cran|PMCMRplus|1.4671081956743018e-06| -|cran|PCDimension|1.4671081956743018e-06| -|cran|NbClust|1.4671081956743018e-06| -|cran|M3C|1.4671081956743018e-06| -|cran|lqmm|1.4671081956743018e-06| -|cran|lavaSearch2|1.4671081956743018e-06| -|cran|ivprobit|1.4671081956743018e-06| -|cran|FactoMineR|1.4671081956743018e-06| -|cran|factoextra|1.4671081956743018e-06| -|cran|EGAnet|1.4671081956743018e-06| -|cran|DRR|1.4671081956743018e-06| -|cran|ClassDiscovery|1.4671081956743018e-06| -|cran|cAIC4|1.4671081956743018e-06| -|cran|brglm2|1.4671081956743018e-06| -|cran|BayesFM|1.4671081956743018e-06| -|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4657360406091563e-06| -|npm|karma-mocha-reporter|1.464421184326913e-06| -|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4624123761179599e-06| -|pypi|[splot](https://pypi.org/project/splot)|1.4624123761179599e-06| -|pypi|[esda](https://pypi.org/project/esda)|1.4624123761179599e-06| -|cran|pcaPP|1.4510096502482298e-06| -|npm|generate-object-property|1.4504743159047521e-06| -|rubygems|loofah|1.4504743159047521e-06| -|rubygems|warden|1.4504743159047521e-06| -|rubygems|orm_adapter|1.4504743159047521e-06| -|rubygems|bcrypt|1.4504743159047521e-06| -|rubygems|rack-protection|1.4504743159047521e-06| -|rubygems|fakefs|1.4504743159047521e-06| -|rubygems|premailer|1.4504743159047521e-06| -|npm|uri-path|1.4477882523567803e-06| -|npm|maxmin|1.4477882523567803e-06| -|cran|vegalite|1.4387295846018794e-06| -|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4358230601885695e-06| -|cran|wdm|1.4344208892313273e-06| -|cran|rmcorr|1.4344208892313273e-06| -|cran|mbend|1.4344208892313273e-06| -|cran|TSP|1.4268491660623642e-06| -|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4101833626851756e-06| -|npm|chai-timers|1.4101833626851756e-06| -|npm|svelte-check|1.4101833626851756e-06| -|npm|svelte-guides|1.4101833626851756e-06| -|npm|scenejs|1.4101833626851756e-06| -|npm|print-sizes|1.4101833626851756e-06| -|npm|keycon|1.4101833626851756e-06| -|npm|moveable|1.4101833626851756e-06| -|npm|framework-utils|1.4101833626851756e-06| -|cran|moonBook|1.4101833626851756e-06| -|cran|ztable|1.4101833626851756e-06| -|cran|mycor|1.4101833626851756e-06| -|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4071698676799166e-06| -|cran|treemap|1.4046095154018351e-06| -|cran|networkD3|1.4046095154018351e-06| -|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4034036349799583e-06| -|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4027395795390395e-06| -|spack|py-twisted|1.3960815290583238e-06| -|spack|perl-module-build|1.3960815290583238e-06| -|spack|apr|1.3960815290583238e-06| -|spack|apr-util|1.3960815290583238e-06| -|cran|GDINA|1.3935929701829974e-06| -|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.393592970182997e-06| -|rubygems|[sys-uname](https://github.com/djberg96/sys-uname)|1.3930848894126179e-06| -|rubygems|[omniauth](https://github.com/omniauth/omniauth)|1.3894274170872107e-06| -|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3881492476432198e-06| -|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3881492476432198e-06| -|cran|hdi|1.3881492476432198e-06| -|cran|gamboostLSS|1.3881492476432198e-06| -|cran|mboost|1.3881492476432198e-06| -|npm|path-exists|1.3860776641777368e-06| -|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.385438346401381e-06| -|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3834753444525029e-06| -|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3802169662281164e-06| -|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3781830479165504e-06| -|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3781830479165504e-06| -|pypi|[get_version](https://pypi.org/project/get_version)|1.3781830479165504e-06| -|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3781830479165504e-06| -|cran|[duckdb](https://duckdb.org/)|1.3759970993473506e-06| -|cran|spatialreg|1.3749287786180462e-06| -|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3648208209484564e-06| -|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3640319071791153e-06| -|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3559455410434381e-06| -|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3538081279555531e-06| -|cran|cartogram|1.3537760281777689e-06| -|cran|rmapshaper|1.3537760281777689e-06| -|cran|widgetframe|1.3537760281777689e-06| -|cran|tmaptools|1.3537760281777689e-06| -|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3536292535230121e-06| -|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3460841189267585e-06| -|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3460841189267585e-06| -|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3460841189267585e-06| -|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3460841189267585e-06| -|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3460841189267585e-06| -|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3460841189267585e-06| -|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3460841189267585e-06| -|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3460841189267585e-06| -|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3460841189267585e-06| -|cran|randgeo|1.3460841189267585e-06| -|npm|conventional-github-releaser|1.3359631857017452e-06| -|npm|corp-semantic-release|1.3359631857017452e-06| -|npm|gulp-clean-css|1.3359631857017452e-06| -|cran|googleComputeEngineR|1.3359631857017452e-06| -|npm|babel-preset-stage-3|1.3326232777374908e-06| -|npm|babel-preset-es2015-loose|1.3326232777374908e-06| -|npm|saucelabs-connector|1.3326232777374908e-06| -|npm|pinkie|1.3326232777374908e-06| -|npm|desired-capabilities|1.3326232777374908e-06| -|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3298417766169334e-06| -|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.3282485043509802e-06| -|pypi|[uproot](https://pypi.org/project/uproot)|1.3230798267104865e-06| -|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3161711385061821e-06| -|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.316171138506172e-06| -|npm|extract-text-webpack-plugin|1.316171138506164e-06| -|npm|copyfiles|1.316171138506164e-06| -|npm|perfect-scrollbar|1.316171138506164e-06| -|cran|mlr3data|1.316171138506164e-06| -|rubygems|libv8-node|1.3161711385061637e-06| -|rubygems|m|1.3161711385061637e-06| -|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.307571156635244e-06| -|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.3029247370131973e-06| -|npm|methods|1.2980096861079458e-06| -|cran|sommer|1.2961685376170123e-06| -|cran|CARBayes|1.2961685376170123e-06| -|cran|multcompView|1.2961685376170123e-06| -|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.292240754169688e-06| -|npm|is-number-like|1.2886906422076836e-06| -|pypi|[WebOb](http://webob.org/)|1.2885591565794623e-06| -|npm|content-disposition|1.288148263991266e-06| -|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2875587224516822e-06| -|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2709765267837456e-06| -|cran|clue|1.2709765267837456e-06| -|npm|[material-ui](http://material-ui.com/)|1.2691650264166653e-06| -|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.269165026416658e-06| -|npm|rollup-plugin-node-polyfills|1.269165026416658e-06| -|npm|docpress|1.269165026416658e-06| -|cran|mvabund|1.269165026416658e-06| -|cran|huxtable|1.269165026416658e-06| -|cran|texreg|1.269165026416658e-06| -|cran|dotwhisker|1.269165026416658e-06| -|cran|DHARMa|1.269165026416658e-06| -|cran|RNeXML|1.269165026416658e-06| -|cran|phylobase|1.269165026416658e-06| -|cran|striprtf|1.269165026416658e-06| -|cran|streamR|1.269165026416658e-06| -|cran|readODS|1.269165026416658e-06| -|cran|[writexl](https://docs.ropensci.org/writexl)|1.2663161711385047e-06| -|cran|[FME](http://fme.r-forge.r-project.org/)|1.2600995619422528e-06| -|npm|into-stream|1.2564733761524913e-06| -|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2524006088183045e-06| -|cran|[GA](https://luca-scr.github.io/GA/)|1.2473712835387981e-06| -|pypi|[astroML](http://astroML.github.com)|1.2463741841914493e-06| -|cran|[C50](https://topepo.github.io/C5.0/)|1.246374184191445e-06| -|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2433992320403243e-06| -|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2433061861995925e-06| -|cran|rlog|1.2425391867016232e-06| -|cran|loggit|1.2425391867016232e-06| -|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2385847564328367e-06| -|cran|[butcher](https://butcher.tidymodels.org/)|1.2385023472386558e-06| -|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2339104423495291e-06| -|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2339104423495291e-06| -|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2339104423495287e-06| -|npm|overland|1.2339104423495287e-06| -|cran|leaflet.extras2|1.2339104423495287e-06| -|cran|satellite|1.2339104423495287e-06| -|cran|leafpop|1.2339104423495287e-06| -|cran|base64|1.2339104423495287e-06| -|cran|learnr|1.2339104423495287e-06| -|rubygems|[terminal-table](https://github.com/tj/terminal-table)|1.2339104423495287e-06| -|rubygems|jekyll-titles-from-headings|1.2339104423495287e-06| -|rubygems|jekyll-theme-time-machine|1.2339104423495287e-06| -|rubygems|jekyll-theme-tactile|1.2339104423495287e-06| -|rubygems|jekyll-theme-slate|1.2339104423495287e-06| -|rubygems|jekyll-theme-modernist|1.2339104423495287e-06| -|rubygems|jekyll-theme-minimal|1.2339104423495287e-06| -|rubygems|jekyll-theme-midnight|1.2339104423495287e-06| -|rubygems|jekyll-theme-merlot|1.2339104423495287e-06| -|rubygems|jekyll-theme-leap-day|1.2339104423495287e-06| -|rubygems|jekyll-theme-hacker|1.2339104423495287e-06| -|rubygems|jekyll-theme-dinky|1.2339104423495287e-06| -|rubygems|jekyll-theme-cayman|1.2339104423495287e-06| -|rubygems|jekyll-theme-architect|1.2339104423495287e-06| -|rubygems|jekyll-swiss|1.2339104423495287e-06| -|rubygems|jekyll-sitemap|1.2339104423495287e-06| -|rubygems|jekyll-relative-links|1.2339104423495287e-06| -|rubygems|jekyll-redirect-from|1.2339104423495287e-06| -|rubygems|jekyll-readme-index|1.2339104423495287e-06| -|rubygems|jekyll-paginate|1.2339104423495287e-06| -|rubygems|jekyll-optional-front-matter|1.2339104423495287e-06| -|rubygems|jekyll-mentions|1.2339104423495287e-06| -|rubygems|jekyll-gist|1.2339104423495287e-06| -|rubygems|jekyll-default-layout|1.2339104423495287e-06| -|rubygems|jekyll-coffeescript|1.2339104423495287e-06| -|rubygems|jekyll-avatar|1.2339104423495287e-06| -|rubygems|github-pages-health-check|1.2339104423495287e-06| -|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2323177126618173e-06| -|npm|sinon-chai|1.2296975672559065e-06| -|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2294794655200784e-06| -|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2254007151609112e-06| -|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2254007151609112e-06| -|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2254007151609112e-06| -|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2254007151609112e-06| -|npm|repeat-string|1.2215713379260334e-06| -|npm|tap-out|1.2215713379260334e-06| -|npm|figures|1.2215713379260334e-06| -|npm|pretty-ms|1.2215713379260334e-06| -|npm|tapes|1.2215713379260334e-06| -|rubygems|w3c_validators|1.2215713379260334e-06| -|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2169425620764673e-06| -|cran|pheatmap|1.2109509179039007e-06| -|npm|expect|1.2103712277570145e-06| -|rubygems|rqrcode_core|1.2087285965872934e-06| -|rubygems|chunky_png|1.2087285965872934e-06| -|rubygems|standardrb|1.2087285965872934e-06| -|rubygems|chronic|1.2087285965872934e-06| -|rubygems|fast_stack|1.2087285965872934e-06| -|rubygems|guard|1.2087285965872934e-06| -|rubygems|guard-minitest|1.2087285965872934e-06| -|pypi|[radon](https://pypi.org/project/radon)|1.2087285965872932e-06| -|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2019739367828348e-06| -|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2019739367828348e-06| -|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2019739367828348e-06| -|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2019739367828348e-06| -|npm|webidl2js|1.200561511475217e-06| -|npm|mocha-sugar-free|1.200561511475217e-06| -|npm|eslint-plugin-jsdom-internal|1.200561511475217e-06| -|npm|xml-name-validator|1.200561511475217e-06| -|npm|whatwg-url|1.200561511475217e-06| -|npm|whatwg-mimetype|1.200561511475217e-06| -|npm|whatwg-encoding|1.200561511475217e-06| -|npm|webidl-conversions|1.200561511475217e-06| -|npm|w3c-xmlserializer|1.200561511475217e-06| -|npm|symbol-tree|1.200561511475217e-06| -|npm|rrweb-cssom|1.200561511475217e-06| -|npm|parse5|1.200561511475217e-06| -|npm|nwsapi|1.200561511475217e-06| -|npm|is-potential-custom-element-name|1.200561511475217e-06| -|npm|https-proxy-agent|1.200561511475217e-06| -|npm|http-proxy-agent|1.200561511475217e-06| -|npm|html-encoding-sniffer|1.200561511475217e-06| -|npm|domexception|1.200561511475217e-06| -|npm|decimal.js|1.200561511475217e-06| -|npm|data-urls|1.200561511475217e-06| -|npm|cssstyle|1.200561511475217e-06| -|npm|abab|1.200561511475217e-06| -|npm|vuetify-loader|1.200561511475217e-06| -|npm|vue-meta|1.200561511475217e-06| -|npm|stylus-loader|1.200561511475217e-06| -|npm|pug-loader|1.200561511475217e-06| -|npm|optimize-css-assets-webpack-plugin|1.200561511475217e-06| -|npm|identity-obj-proxy|1.200561511475217e-06| -|npm|happypack|1.200561511475217e-06| -|npm|friendly-errors-webpack-plugin|1.200561511475217e-06| -|npm|fork-ts-checker-webpack-plugin|1.200561511475217e-06| -|npm|cssnano|1.200561511475217e-06| -|npm|babel-plugin-transform-define|1.200561511475217e-06| -|npm|babel-plugin-detective|1.200561511475217e-06| -|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1965192168237945e-06| -|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1965192168237945e-06| -|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1965192168237945e-06| -|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1965192168237945e-06| -|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1965192168237945e-06| -|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1965192168237945e-06| -|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1965192168237945e-06| -|pypi|[pyone](http://opennebula.io)|1.1965192168237945e-06| -|pypi|[contextily](https://github.com/darribas/contextily)|1.1965192168237945e-06| -|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1965192168237945e-06| -|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1965192168237945e-06| -|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1965192168237945e-06| -|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1965192168237945e-06| -|pypi|[synthia](https://github.com/dmey/synthia)|1.1965192168237945e-06| -|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1965192168237945e-06| -|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1965192168237945e-06| -|pypi|[pystan](https://mc-stan.org)|1.1965192168237945e-06| -|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1965192168237945e-06| -|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1965192168237945e-06| -|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1965192168237945e-06| -|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1965192168237945e-06| -|pypi|[parmap](https://github.com/zeehio/parmap)|1.1965192168237945e-06| -|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1965192168237945e-06| -|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1965192168237945e-06| -|npm|[node-minify](https://github.com/srod/node-minify)|1.1965192168237945e-06| -|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1965192168237945e-06| -|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1965192168237945e-06| -|pypi|[libceed](https://libceed.readthedocs.io)|1.1965192168237856e-06| -|pypi|[clingo](https://github.com/potassco/clingo)|1.1965192168237856e-06| -|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.1965192168237856e-06| -|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.1965192168237856e-06| -|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.1965192168237856e-06| -|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.1965192168237856e-06| -|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.1965192168237856e-06| -|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.1965192168237856e-06| -|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.1965192168237856e-06| -|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.1965192168237856e-06| -|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.1965192168237856e-06| -|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.1965192168237856e-06| -|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.1965192168237856e-06| -|spack|catkin|1.1965192168237856e-06| -|spack|roslaunch|1.1965192168237856e-06| -|spack|bpp-phyl-omics3|1.1965192168237856e-06| -|spack|bpp-popgen3|1.1965192168237856e-06| -|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.1965192168237856e-06| -|npm|[graphql](https://github.com/graphql/graphql-js)|1.1965192168237856e-06| -|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.1965192168237856e-06| -|npm|Gmsh|1.1965192168237856e-06| -|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.1965192168237856e-06| -|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.1965192168237856e-06| -|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1896486297716018e-06| -|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.189439221457965e-06| -|npm|[cors](https://github.com/expressjs/cors#readme)|1.1862522383862993e-06| -|cran|[susieR](https://github.com/stephenslab/susieR)|1.186114701894882e-06| -|npm|babel-plugin-transform-object-rest-spread|1.1859395958974876e-06| -|npm|karma-sourcemap-loader|1.1859395958974876e-06| -|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1845540246555547e-06| -|cran|repurrrsive|1.1845540246555477e-06| -|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1845540246555475e-06| -|npm|ent|1.1727084844089918e-06| -|npm|traverse|1.1727084844089918e-06| -|npm|charm|1.1727084844089918e-06| -|npm|deep-is|1.1727084844089918e-06| -|cran|rvg|1.1689677874890272e-06| -|cran|phosphoricons|1.1689677874890272e-06| -|cran|datamods|1.1689677874890272e-06| -|cran|[NMF](http://renozao.github.io/NMF)|1.1675923786148614e-06| -|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1557287889775237e-06| -|cran|aws.ec2metadata|1.1537863876515072e-06| -|pypi|[pyink](https://pypi.org/project/pyink)|1.1497142004009727e-06| -|spack|rpcsvc-proto|1.1497142004009725e-06| -|spack|libtirpc|1.1497142004009725e-06| -|cran|ISLR|1.1463426045053686e-06| -|cran|ICSOutlier|1.1463426045053686e-06| -|cran|ICS|1.1463426045053686e-06| -|cran|bigutilsr|1.1463426045053686e-06| -|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.138994254476488e-06| -|pypi|[pyquery](https://pypi.org/project/pyquery)|1.138994254476488e-06| -|rubygems|googleauth|1.1281466901481404e-06| -|rubygems|google-apis-sheets_v4|1.1281466901481404e-06| -|rubygems|google-apis-drive_v3|1.1281466901481404e-06| -|rubygems|sass|1.1281466901481404e-06| -|pypi|[PySide2](https://www.pyside.org)|1.127121102248017e-06| -|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.124098316858136e-06| -|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1140006501462829e-06| -|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1140006501462829e-06| -|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1140006501462829e-06| -|pypi|[networkit](https://pypi.org/project/networkit)|1.1140006501462829e-06| -|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1140006501462829e-06| -|pypi|[infomap](https://pypi.org/project/infomap)|1.1140006501462829e-06| -|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1140006501462829e-06| -|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1140006501462829e-06| -|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1140006501462829e-06| -|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1140006501462829e-06| -|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1140006501462829e-06| -|pypi|[nf1](https://pypi.org/project/nf1)|1.1140006501462829e-06| -|pypi|[demon](https://pypi.org/project/demon)|1.1140006501462829e-06| -|pypi|[python-forge](http://github.com/dfee/forge)|1.113338736509832e-06| -|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.112324786807011e-06| -|cran|[proto](https://github.com/hadley/proto)|1.1082848500247602e-06| -|npm|pkgfiles|1.1036217621014418e-06| -|npm|obake|1.1036217621014418e-06| -|npm|is-node-modern|1.1036217621014418e-06| -|npm|far|1.1036217621014418e-06| -|npm|fake|1.1036217621014418e-06| -|npm|asynckit|1.1036217621014418e-06| -|cran|tidyquant|1.1036217621014418e-06| -|cran|tibbletime|1.1036217621014418e-06| -|cran|sweep|1.1036217621014418e-06| -|npm|[temporary](https://github.com/vesln/temporary)|1.1025464383332403e-06| -|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1025464383332403e-06| -|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1025464383332403e-06| -|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1025464383332403e-06| -|npm|exit|1.1025464383332403e-06| -|cran|tensorflow|1.1019414110821994e-06| -|npm|d3-time-format|1.0968092820884699e-06| -|npm|d3-time|1.0968092820884699e-06| -|npm|d3-scale-chromatic|1.0968092820884699e-06| -|npm|d3-random|1.0968092820884699e-06| -|npm|d3-quadtree|1.0968092820884699e-06| -|npm|d3-polygon|1.0968092820884699e-06| -|npm|d3-path|1.0968092820884699e-06| -|npm|d3-hierarchy|1.0968092820884699e-06| -|npm|d3-geo|1.0968092820884699e-06| -|npm|d3-force|1.0968092820884699e-06| -|npm|d3-drag|1.0968092820884699e-06| -|npm|d3-delaunay|1.0968092820884699e-06| -|npm|d3-contour|1.0968092820884699e-06| -|npm|d3-chord|1.0968092820884699e-06| -|npm|cz-conventional-changelog|1.094591685764035e-06| -|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0934344842974286e-06| -|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0934344842974286e-06| -|cran|[EMbC]()|1.0790039366000234e-06| -|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0776430562884676e-06| -|cran|[geodist](https://github.com/hypertidy/geodist)|1.0768672951414273e-06| -|cran|googlePolylines|1.076867295141412e-06| -|cran|languageR|1.076867295141407e-06| -|cran|hypergeo|1.076867295141407e-06| -|npm|browserify-middleware|1.0744254191887052e-06| -|npm|code-mirror|1.0744254191887052e-06| -|npm|github-basic|1.0744254191887052e-06| -|npm|handle|1.0744254191887052e-06| -|npm|highlight-codemirror|1.0744254191887052e-06| -|npm|inconsolata|1.0744254191887052e-06| -|npm|jade-code-mirror|1.0744254191887052e-06| -|npm|jade-highlighter|1.0744254191887052e-06| -|npm|jstransformer-cdata|1.0744254191887052e-06| -|npm|jstransformer-coffee-script|1.0744254191887052e-06| -|npm|jstransformer-less|1.0744254191887052e-06| -|npm|jstransformer-marked|1.0744254191887052e-06| -|npm|jstransformer-stylus|1.0744254191887052e-06| -|npm|jstransformer-verbatim|1.0744254191887052e-06| -|npm|less-file|1.0744254191887052e-06| -|npm|linify|1.0744254191887052e-06| -|npm|lsr|1.0744254191887052e-06| -|npm|pull-request|1.0744254191887052e-06| -|npm|stop|1.0744254191887052e-06| -|npm|twbs|1.0744254191887052e-06| -|npm|character-parser|1.0744254191887052e-06| -|npm|constantinople|1.0744254191887052e-06| -|npm|jstransformer|1.0744254191887052e-06| -|npm|transformers|1.0744254191887052e-06| -|npm|void-elements|1.0744254191887052e-06| -|npm|with|1.0744254191887052e-06| -|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0663937847554168e-06| -|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0663937847554168e-06| -|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0605511240029007e-06| -|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0534571365513747e-06| -|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0515887201380873e-06| -|npm|testing-library|1.0481282935442274e-06| -|pypi|[stingray](https://docs.stingray.science)|1.0469543147208178e-06| -|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0469543147208127e-06| -|cran|automap|1.039082477768024e-06| -|rubygems|ruby-vips|1.0360530827891086e-06| -|rubygems|mini_magick|1.0360530827891086e-06| -|rubygems|minitest-hooks|1.0360530827891086e-06| -|rubygems|minispec-metadata|1.0360530827891086e-06| -|rubygems|dhash-vips|1.0360530827891086e-06| -|rubygems|ZenTest|1.0360530827891086e-06| -|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0330413005716983e-06| -|npm|vitest|1.0330413005716983e-06| -|npm|todomvc-app-css|1.0330413005716983e-06| -|npm|karma-esbuild|1.0330413005716983e-06| -|npm|jasmine-core|1.0330413005716983e-06| -|npm|he|1.0330413005716983e-06| -|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0328900721570343e-06| -|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.031415104112714e-06| -|cran|snpStats|1.0300469779613457e-06| -|spack|seqan.|1.0255879001346733e-06| -|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0255277638707128e-06| -|rubygems|rubocop-rake|1.0226103868762176e-06| -|rubygems|rubocop-minitest|1.0226103868762176e-06| -|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0211672626340926e-06| -|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0188481065374175e-06| -|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0170413343002234e-06| -|npm|dts-gen|1.0153320211333264e-06| -|npm|documentation|1.0153320211333264e-06| -|npm|check-node-version|1.0153320211333264e-06| -|npm|check-es3-syntax-cli|1.0153320211333264e-06| -|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0136855260518716e-06| -|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0095630891950688e-06| -|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0095630891950688e-06| -|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.007849744629199e-06| -|pypi|[nessai](https://pypi.org/project/nessai)|1.005865055901314e-06| -|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.005865055901314e-06| -|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.005865055901314e-06| -|cran|som|1.0023149439393094e-06| -|pypi|[cmaes](https://pypi.org/project/cmaes)|9.996236494983523e-07| -|pypi|[catboost](https://pypi.org/project/catboost)|9.996236494983523e-07| -|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.970993473531604e-07| -|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.88682274940439e-07| -|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.87128353879623e-07| -|pypi|[big-O](https://pypi.org/project/big-O)|9.87128353879623e-07| -|cran|qdapDictionaries|9.87128353879623e-07| -|cran|QuickJSR|9.87128353879623e-07| -|rubygems|omniauth-oauth2|9.871283538796228e-07| -|rubygems|ruby_dig|9.871283538796228e-07| -|npm|nodeunit|9.772570703408266e-07| -|npm|tar|9.772570703408266e-07| -|npm|closurecompiler-externs|9.772570703408266e-07| -|cran|swagger|9.762807895512755e-07| -|cran|nlshrink|9.762807895512753e-07| -|cran|NetworkComparisonTest|9.762807895512753e-07| -|cran|NetworkToolbox|9.762807895512753e-07| -|cran|glassoFast|9.762807895512753e-07| -|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.759109862219066e-07| -|rubygems|listen|9.695306875469548e-07| -|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.644670050761405e-07| -|cran|[ghql](https://github.com/ropensci/ghql)|9.641183689407044e-07| -|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.608411892675902e-07| -|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.572153734590371e-07| -|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.552855037544739e-07| -|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.542970339057987e-07| -|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.501770251247707e-07| -|pypi|[py-spec](https://pypi.org/project/py-spec)|9.501770251247707e-07| -|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.501770251247707e-07| -|pypi|[ale-py](https://pypi.org/project/ale-py)|9.501770251247707e-07| -|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.501770251247707e-07| -|pypi|[rlds](https://pypi.org/project/rlds)|9.501770251247707e-07| -|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.47643219724438e-07| -|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.401222417901169e-07| -|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.401222417901169e-07| -|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.401222417901169e-07| -|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.367344138917768e-07| -|cran|[isdparser](https://github.com/ropensci/isdparser)|9.29439034497048e-07| -|cran|geonames|9.29439034497048e-07| -|pypi|[connexion](https://github.com/zalando/connexion)|9.273023930384302e-07| -|npm|gpx-parse|9.266393934723969e-07| -|npm|node-geo-distance|9.266393934723969e-07| -|npm|redis|9.266393934723969e-07| -|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.258779653993617e-07| -|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.258224876913094e-07| -|npm|seed-random|9.254328317621465e-07| -|npm|freeport|9.254328317621465e-07| -|npm|node-uuid|9.254328317621465e-07| -|npm|event-emitter|9.254328317621465e-07| -|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.245830311820198e-07| -|cran|[xslt](https://github.com/ropensci/xslt)|9.245830311820198e-07| -|spack|sowing|9.230291101212059e-07| -|spack|hipblas|9.230291101212059e-07| -|spack|hipsparse|9.230291101212059e-07| -|spack|rocsparse|9.230291101212059e-07| -|spack|rocsolver|9.230291101212059e-07| -|spack|rocblas|9.230291101212059e-07| -|spack|rocrand|9.230291101212059e-07| -|spack|rocthrust|9.230291101212059e-07| -|spack|rocprim|9.230291101212059e-07| -|spack|metis|9.230291101212059e-07| -|spack|scotch|9.230291101212059e-07| -|spack|parmetis|9.230291101212059e-07| -|spack|mmg|9.230291101212059e-07| -|spack|parmmg|9.230291101212059e-07| -|spack|tetgen|9.230291101212059e-07| -|spack|hypre|9.230291101212059e-07| -|spack|superlu-dist|9.230291101212059e-07| -|spack|strumpack|9.230291101212059e-07| -|spack|scalapack|9.230291101212059e-07| -|spack|mumps|9.230291101212059e-07| -|spack|trilinos|9.230291101212059e-07| -|spack|mpfr|9.230291101212059e-07| -|spack|giflib|9.230291101212059e-07| -|spack|exodusii|9.230291101212059e-07| -|spack|parallel-netcdf|9.230291101212059e-07| -|spack|random123|9.230291101212059e-07| -|spack|moab|9.230291101212059e-07| -|spack|p4est|9.230291101212059e-07| -|spack|saws|9.230291101212059e-07| -|spack|libyaml|9.230291101212059e-07| -|spack|kokkos-kernels|9.230291101212059e-07| -|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.153299672872847e-07| -|pypi|[spacy-transformers](https://spacy.io)|9.13667639172302e-07| -|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.13667639172302e-07| -|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.13667639172302e-07| -|pypi|[natto-py](https://pypi.org/project/natto-py)|9.13667639172302e-07| -|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.13667639172302e-07| -|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.13667639172302e-07| -|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.13667639172302e-07| -|cran|starsdata|9.120207617366082e-07| -|cran|ncdfgeom|9.120207617366082e-07| -|cran|cubelyr|9.120207617366082e-07| -|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.111954035811905e-07| -|cran|vtreat|9.111954035811904e-07| -|cran|smotefamily|9.111954035811904e-07| -|cran|bestNormalize|9.111954035811904e-07| -|cran|mlr3learners|9.111954035811904e-07| -|cran|mlr3filters|9.111954035811904e-07| -|cran|bbotk|9.111954035811904e-07| -|cran|alr4|9.111954035811904e-07| -|cran|carData|9.111954035811904e-07| -|cran|compositions|9.088649805541285e-07| -|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.079940143722974e-07| -|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.008080389516221e-07| -|rubygems|coffee-script-source|8.974809829660652e-07| -|cran|[Momocs](https://github.com/MomX/Momocs/)|8.973894126178509e-07| -|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.97389412617846e-07| -|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.973894126178409e-07| -|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.973894126178409e-07| -|pypi|[cspy](https://github.com/torressa/cspy)|8.973894126178409e-07| -|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.973894126178409e-07| -|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.973894126178409e-07| -|pypi|[genshi](https://github.com/edgewall/genshi)|8.973894126178409e-07| -|pypi|[multiqc](http://multiqc.info)|8.973894126178409e-07| -|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.973894126178409e-07| -|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.973894126178409e-07| -|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.973894126178409e-07| -|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.973894126178409e-07| -|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.973894126178409e-07| -|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.973894126178409e-07| -|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.973894126178409e-07| -|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.973894126178409e-07| -|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.973894126178409e-07| -|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.973894126178409e-07| -|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.973894126178409e-07| -|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.973894126178409e-07| -|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.973894126178409e-07| -|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.973894126178409e-07| -|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.973894126178409e-07| -|npm|[uikit](https://getuikit.com)|8.973894126178409e-07| -|cran|leaflet.minicharts|8.973894126178409e-07| -|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.973894126178409e-07| -|cran|[metR](https://github.com/eliocamp/metR)|8.973894126178409e-07| -|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.973894126178409e-07| -|cran|[LiblineaR]()|8.973894126178399e-07| -|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.973894126178391e-07| -|pypi|[COFFEE](UNKNOWN)|8.973894126178391e-07| -|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.973894126178391e-07| -|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.973894126178391e-07| -|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.973894126178391e-07| -|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.973894126178391e-07| -|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.973894126178391e-07| -|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.973894126178391e-07| -|pypi|[easybuild](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-easyblocks](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-framework](https://easybuild.io)|8.973894126178391e-07| -|npm|[tailwindcss](https://tailwindcss.com)|8.973894126178391e-07| -|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.973894126178391e-07| -|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.973894126178391e-07| -|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.973894126178391e-07| -|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.973894126178391e-07| -|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.973894126178391e-07| -|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.973894126178391e-07| -|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.973894126178391e-07| -|pypi|[pesummary](https://pypi.org/project/pesummary)|8.906421238011635e-07| -|pypi|[littleutils](https://pypi.org/project/littleutils)|8.906421238011635e-07| -|cran|qap|8.884155184916607e-07| -|cran|biomaRt|8.884155184916606e-07| -|cran|[tune](https://tune.tidymodels.org/)|8.801980445600267e-07| -|rubygems|sdoc|8.774474256707759e-07| -|rubygems|generator_spec|8.774474256707759e-07| -|rubygems|codecov|8.774474256707759e-07| -|rubygems|tilt|8.774474256707759e-07| -|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.742032746841693e-07| -|pypi|[jsonref](https://pypi.org/project/jsonref)|8.731356447092487e-07| -|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.731356447092487e-07| -|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.731356447092487e-07| -|pypi|[promise](https://pypi.org/project/promise)|8.731356447092487e-07| -|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.709956063643732e-07| -|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.709956063643732e-07| -|pypi|[punch.py](https://pypi.org/project/punch.py)|8.709956063643732e-07| -|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.709956063643732e-07| -|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.709956063643732e-07| -|pypi|[oedialect](https://pypi.org/project/oedialect)|8.709956063643732e-07| -|pypi|[testresources](https://pypi.org/project/testresources)|8.686729514140682e-07| -|pypi|[oslotest](https://pypi.org/project/oslotest)|8.686729514140682e-07| -|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.686729514140682e-07| -|pypi|[betamax](https://pypi.org/project/betamax)|8.686729514140682e-07| -|pypi|[cugraph](https://pypi.org/project/cugraph)|8.54245690857366e-07| -|pypi|[cuml](https://pypi.org/project/cuml)|8.54245690857366e-07| -|cran|dblog|8.497887568181101e-07| -|pypi|[bioframe](https://github.com/open2c/bioframe)|8.475344452501835e-07| -|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.475344452501835e-07| -|spack|[glog](https://github.com/google/glog)|8.4670628964607e-07| -|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.461100176111053e-07| -|npm|babel-plugin-unassert|8.461100176111053e-07| -|npm|babel-preset-power-assert|8.461100176111053e-07| -|npm|eslint-config-mysticatea|8.461100176111053e-07| -|npm|if-node-version|8.461100176111053e-07| -|npm|power-assert|8.461100176111053e-07| -|npm|glob2base|8.461100176111053e-07| -|npm|shell-quote|8.461100176111053e-07| -|npm|subarg|8.461100176111053e-07| -|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.461100176111053e-07| -|pypi|[clize](https://github.com/epsy/clize)|8.375634517766521e-07| -|pypi|[tvtk](https://pypi.org/project/tvtk)|8.361557821097981e-07| -|pypi|[docrepr](https://pypi.org/project/docrepr)|8.341929751095404e-07| -|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.227877543051578e-07| -|cran|bcpa|8.226069615663524e-07| -|cran|amt|8.226069615663524e-07| -|cran|circular|8.226069615663524e-07| -|npm|batch|8.200758632230714e-07| -|pypi|[sybil](https://pypi.org/project/sybil)|8.143808919506888e-07| -|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.143808919506888e-07| -|rubygems|stringex|8.143808919506888e-07| -|cran|genlasso|8.131949826010623e-07| -|cran|L0Learn|8.131949826010623e-07| -|cran|mixsqp|8.131949826010623e-07| -|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.094100584396244e-07| -|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.094100584396244e-07| -|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.066490401178507e-07| -|rubygems|search_ui|8.06237083031182e-07| -|rubygems|pstree|8.06237083031182e-07| -|rubygems|mize|8.06237083031182e-07| -|rubygems|infobar|8.06237083031182e-07| -|rubygems|rspec_junit_formatter|8.058190643915289e-07| -|npm|sendgrid-rest|8.03087474342744e-07| -|npm|system-sleep|8.03087474342744e-07| -|npm|lodash.chunk|8.03087474342744e-07| -|npm|mailparser|8.03087474342744e-07| -|npm|async.ensureasync|8.03087474342744e-07| -|npm|bottleneck|8.03087474342744e-07| -|npm|mocha-sinon|8.03087474342744e-07| -|npm|async.queue|8.03087474342744e-07| -|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|7.984934365334244e-07| -|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.968817984046448e-07| -|cran|slider|7.897026831036982e-07| -|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.88913769334376e-07| -|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.852958600953071e-07| -|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.809215056581034e-07| -|cran|[scattermore](https://github.com/exaexa/scattermore)|7.804760032274872e-07| -|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.793118583260181e-07| -|npm|material-components-web|7.793118583260181e-07| -|npm|foundation-sites|7.793118583260181e-07| -|npm|enhanced-resolve|7.793118583260181e-07| -|npm|bootstrap-sass|7.793118583260181e-07| -|npm|neo-async|7.793118583260181e-07| -|npm|klona|7.793118583260181e-07| -|cran|NetSwan|7.725352334710092e-07| -|cran|netrankr|7.725352334710092e-07| -|cran|fortunes|7.697643219724441e-07| -|npm|typescript3|7.691909251010049e-07| -|npm|node-qunit|7.691909251010049e-07| -|npm|load-grunt-tasks|7.691909251010049e-07| -|npm|karma-sauce-launcher|7.691909251010049e-07| -|npm|karma-qunit|7.691909251010049e-07| -|npm|grunt-string-replace|7.691909251010049e-07| -|npm|grunt-nuget|7.691909251010049e-07| -|npm|grunt-karma|7.691909251010049e-07| -|npm|grunt-exec|7.691909251010049e-07| -|npm|grunt-env|7.691909251010049e-07| -|npm|grunt-contrib-copy|7.691909251010049e-07| -|npm|grunt-contrib-concat|7.691909251010049e-07| -|npm|grunt-benchmark|7.691909251010049e-07| -|cran|mail|7.691909251010049e-07| -|cran|bibtex|7.691909251010049e-07| -|cran|synchronicity|7.691909251010049e-07| -|cran|doMPI|7.691909251010049e-07| -|cran|rngtools|7.691909251010049e-07| -|pypi|[dcor](https://pypi.org/project/dcor)|7.658754469755695e-07| -|cran|waveslim|7.658754469755695e-07| -|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.655797001005305e-07| -|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.597897026831075e-07| -|npm|random-buffer|7.593295029843253e-07| -|npm|nock|7.593295029843253e-07| -|npm|is-zip|7.593295029843253e-07| -|npm|p-event|7.593295029843253e-07| -|npm|make-dir|7.593295029843253e-07| -|npm|got|7.593295029843253e-07| -|npm|filenamify|7.593295029843253e-07| -|npm|ext-name|7.593295029843253e-07| -|npm|decompress|7.593295029843253e-07| -|npm|archive-type|7.593295029843253e-07| -|npm|watch|7.593295029843253e-07| -|npm|unminified-webpack-plugin|7.593295029843253e-07| -|npm|jsonpath|7.593295029843253e-07| -|npm|jest-cli|7.593295029843253e-07| -|npm|globify|7.593295029843253e-07| -|npm|codacy-coverage|7.593295029843253e-07| -|npm|cash-cat|7.593295029843253e-07| -|npm|biased-opener|7.593295029843253e-07| -|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.593295029843253e-07| -|npm|package-yaml|7.593295029843253e-07| -|npm|json-loader|7.593295029843253e-07| -|npm|isparta-loader|7.593295029843253e-07| -|npm|isparta|7.593295029843253e-07| -|npm|gatsby|7.593295029843253e-07| -|npm|enzyme-adapter-react-16|7.593295029843253e-07| -|npm|enzyme|7.593295029843253e-07| -|npm|conventional-changelog|7.593295029843253e-07| -|npm|chai-enzyme|7.593295029843253e-07| -|npm|babel-plugin-__coverage__|7.593295029843253e-07| -|npm|add-stream|7.593295029843253e-07| -|npm|karma-webpack|7.593295029843253e-07| -|npm|lodash.isequal|7.593295029843253e-07| -|npm|clamp|7.593295029843253e-07| -|cran|[uwot](https://github.com/jlmelville/uwot)|7.555485195436585e-07| -|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.37314544421144e-07| -|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.3294280275562e-07| -|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.3294280275562e-07| -|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.3294280275562e-07| -|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.3294280275562e-07| -|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.3294280275562e-07| -|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.3294280275562e-07| -|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.3294280275562e-07| -|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.3294280275562e-07| -|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.3294280275562e-07| -|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.263868745467761e-07| -|rubygems|letter_opener|7.252371579523761e-07| -|cran|minpack.lm|7.22950442867503e-07| -|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.179115300942848e-07| -|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.179115300942848e-07| -|pypi|[brian2](http://www.briansimulator.org/)|7.179115300942848e-07| -|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.179115300942848e-07| -|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.179115300942848e-07| -|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.179115300942848e-07| -|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.179115300942848e-07| -|cran|Rd2md|7.179115300942848e-07| -|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.179115300942747e-07| -|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.179115300942747e-07| -|pypi|[gala](http://gala.adrian.pw/)|7.179115300942747e-07| -|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.179115300942747e-07| -|pypi|[update_checker](https://github.com/bboe/update_checker)|7.179115300942747e-07| -|pypi|[RagTag](https://github.com/malonge/RagTag)|7.179115300942747e-07| -|pypi|[control](https://python-control.org)|7.179115300942747e-07| -|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.179115300942747e-07| -|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.179115300942747e-07| -|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.179115300942747e-07| -|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.179115300942747e-07| -|pypi|[pyviz](http://pyviz.org)|7.179115300942747e-07| -|pypi|[molsets](https://pypi.org/project/molsets)|7.179115300942747e-07| -|pypi|[bakta](https://github.com/oschwengers/bakta)|7.179115300942747e-07| -|spack|[cereal](https://uscilab.github.io/cereal/)|7.179115300942747e-07| -|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.179115300942747e-07| -|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.179115300942747e-07| -|cran|[hash](http://www.johnhughes.org)|7.179115300942747e-07| -|cran|[leafletR](https://github.com/chgrl/leafletR)|7.179115300942747e-07| -|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.179115300942747e-07| -|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.179115300942747e-07| -|cran|[jfa](https://koenderks.github.io/jfa/)|7.179115300942747e-07| -|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.179115300942712e-07| -|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.179115300942712e-07| -|pypi|[pbcore](UNKNOWN)|7.179115300942712e-07| -|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.179115300942712e-07| -|pypi|[Cigar](https://github.com/brentp/cigar)|7.179115300942712e-07| -|pypi|[statistics](UNKNOWN)|7.179115300942712e-07| -|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.179115300942712e-07| -|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.179115300942712e-07| -|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.179115300942712e-07| -|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.179115300942712e-07| -|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.179115300942712e-07| -|rubygems|ttfunk|7.179115300942711e-07| -|rubygems|ruby-rc4|7.179115300942711e-07| -|rubygems|hashery|7.179115300942711e-07| -|rubygems|Ascii85|7.179115300942711e-07| -|rubygems|afm|7.179115300942711e-07| -|rubygems|morecane|7.179115300942711e-07| -|rubygems|cane|7.179115300942711e-07| -|pypi|[simupy](https://github.com/simupy/simupy)|7.179115300942646e-07| -|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.179115300942646e-07| -|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.179115300942646e-07| -|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.179115300942646e-07| -|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.179115300942646e-07| -|cran|textshaping|7.150661490298732e-07| -|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.150225500938918e-07| -|cran|[fda](http://www.functionaldata.org)|7.122138195379735e-07| -|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.113920343615806e-07| -|cran|R.cache|7.107324147933285e-07| -|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.10163440620294e-07| -|npm|slugify|7.050916813425878e-07| -|npm|serve-handler|7.050916813425878e-07| -|npm|pixelmatch|7.050916813425878e-07| -|npm|magic-string|7.050916813425878e-07| -|npm|dtslint|7.050916813425878e-07| -|npm|cwebp-bin|7.050916813425878e-07| -|npm|zrender|7.050916813425878e-07| -|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.050916813425878e-07| -|npm|rollup-plugin-npm|7.050916813425878e-07| -|npm|native-promise-only|7.050916813425878e-07| -|npm|karma-safari-launcher|7.050916813425878e-07| -|npm|eslint-plugin-prefer-arrow|7.050916813425878e-07| -|npm|cheerio|7.050916813425878e-07| -|npm|babel-plugin-syntax-async-generators|7.050916813425878e-07| -|npm|babel-minify|7.050916813425878e-07| -|cran|tidymodels|6.967964850914987e-07| -|pypi|[sparse](https://github.com/pydata/sparse/)|6.942530819434397e-07| -|pypi|[servicex](https://pypi.org/project/servicex)|6.87362103281749e-07| -|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.87362103281749e-07| -|pypi|[aiostream](https://pypi.org/project/aiostream)|6.87362103281749e-07| -|pypi|[parsl](https://pypi.org/project/parsl)|6.87362103281749e-07| -|pypi|[mplhep](https://pypi.org/project/mplhep)|6.87362103281749e-07| -|pypi|[hist](https://pypi.org/project/hist)|6.87362103281749e-07| -|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.87362103281749e-07| -|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.87362103281749e-07| -|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.87362103281749e-07| -|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.858619082150628e-07| -|cran|psychotree|6.807781750893952e-07| -|cran|psychotools|6.807781750893952e-07| -|cran|coin|6.807781750893952e-07| -|cran|pmml|6.807781750893952e-07| -|cran|inum|6.807781750893952e-07| -|cran|libcoin|6.807781750893952e-07| -|cran|GPfit|6.807781750893952e-07| -|cran|rapportools|6.768880140888842e-07| -|cran|suncalc|6.730420594633793e-07| -|cran|manipulate|6.730420594633793e-07| -|cran|Gmedian|6.730420594633793e-07| -|cran|fasttime|6.730420594633793e-07| -|npm|should-util|6.730420594633792e-07| -|npm|mocha-better-spec-reporter|6.730420594633792e-07| -|npm|should-equal|6.730420594633792e-07| -|npm|eslint-config-shouldjs|6.730420594633792e-07| -|npm|should-type|6.730420594633792e-07| -|npm|should-format|6.730420594633792e-07| -|npm|should-type-adaptors|6.730420594633792e-07| -|npm|svelte-jest|6.679815928508726e-07| -|npm|rollup-plugin-postcss|6.679815928508726e-07| -|pypi|[sciris](http://github.com/sciris/sciris)|6.619851946815224e-07| -|pypi|[iPython](https://ipython.org)|6.598451563366476e-07| -|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.580855692530911e-07| -|rubygems|elasticsearch-transport|6.580855692530819e-07| -|rubygems|elasticsearch-api|6.580855692530819e-07| -|rubygems|ruby-prof|6.580855692530819e-07| -|rubygems|require-prof|6.580855692530819e-07| -|cran|truncdist|6.532467047732798e-07| -|cran|rmutil|6.532467047732798e-07| -|cran|cramer|6.532467047732798e-07| -|cran|yesno|6.532467047732798e-07| -|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.526468455402451e-07| -|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.526468455402451e-07| -|npm|stream-spigot|6.515047135605511e-07| -|npm|polendina|6.515047135605511e-07| -|npm|hundreds|6.515047135605511e-07| -|npm|buffer|6.515047135605511e-07| -|npm|unorm|6.515047135605511e-07| -|npm|iconv|6.515047135605511e-07| -|npm|errto|6.515047135605511e-07| -|npm|grunt-legacy-log-utils|6.515047135605511e-07| -|npm|vuepress-plugin-social-share|6.508538597008502e-07| -|npm|vuepress-plugin-smooth-scroll|6.508538597008502e-07| -|npm|vuepress-plugin-google-adsense|6.508538597008502e-07| -|npm|vuepress-plugin-element-tabs|6.508538597008502e-07| -|npm|vuepress|6.508538597008502e-07| -|npm|vue-eslint-parser|6.508538597008502e-07| -|npm|vue-codemirror|6.508538597008502e-07| -|npm|terser-webpack-plugin|6.508538597008502e-07| -|npm|replace-in-file|6.508538597008502e-07| -|npm|faker|6.508538597008502e-07| -|npm|eslint-plugin-vue|6.508538597008502e-07| -|cran|[kSamples](NA)|6.48114575779552e-07| -|pypi|[geopy](https://github.com/geopy/geopy)|6.450849277625962e-07| -|npm|stream-combiner2|6.449896664249456e-07| -|npm|source-map|6.449896664249456e-07| -|npm|slash|6.449896664249456e-07| -|npm|falafel|6.449896664249456e-07| -|npm|convert-source-map|6.449896664249456e-07| -|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.438612149272048e-07| -|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.375932352636479e-07| -|pypi|[mxnet](https://pypi.org/project/mxnet)|6.368570025029825e-07| -|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.368570025029825e-07| -|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.357177234287375e-07| -|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.357177234287375e-07| -|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.357177234287375e-07| -|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.357177234287375e-07| -|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.357177234287375e-07| -|pypi|[python-framel](https://pypi.org/project/python-framel)|6.357177234287375e-07| -|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.357177234287375e-07| -|cran|graphlayouts|6.34582513208329e-07| -|npm|webpack-manifest-plugin|6.267481611934114e-07| -|npm|script-loader|6.267481611934114e-07| -|npm|recursive-readdir|6.267481611934114e-07| -|npm|react-dev-utils|6.267481611934114e-07| -|npm|output-file-sync|6.267481611934114e-07| -|npm|npm-release|6.267481611934114e-07| -|npm|imports-loader|6.267481611934114e-07| -|npm|fs-promise|6.267481611934114e-07| -|npm|flow-typed|6.267481611934114e-07| -|npm|flow-bin|6.267481611934114e-07| -|npm|find-cache-dir|6.267481611934114e-07| -|npm|filesize|6.267481611934114e-07| -|npm|fake-xml-http-request|6.267481611934114e-07| -|npm|eslint-plugin-flowtype|6.267481611934114e-07| -|npm|eslint-loader|6.267481611934114e-07| -|npm|dmd-clear|6.267481611934114e-07| -|npm|dagre|6.267481611934114e-07| -|npm|child-process-promise|6.267481611934114e-07| -|npm|case-sensitive-paths-webpack-plugin|6.267481611934114e-07| -|npm|babel-plugin-flow-react-proptypes|6.267481611934114e-07| -|pypi|[starry](https://pypi.org/project/starry)|6.212695933508116e-07| -|npm|gulp-marked|6.212695933508116e-07| -|npm|gulp-mocha-phantomjs|6.212695933508116e-07| -|npm|humanize|6.212695933508116e-07| -|npm|chai-jquery|6.212695933508116e-07| -|npm|gulp-iife|6.212695933508116e-07| -|npm|gulp-cache|6.212695933508116e-07| -|npm|gulp-closure-compiler|6.212695933508116e-07| -|npm|drool|6.212695933508116e-07| -|npm|gulp-imagemin|6.212695933508116e-07| -|npm|escodegen|6.212695933508116e-07| -|npm|gulp-zip|6.212695933508116e-07| -|npm|gulp-csso|6.212695933508116e-07| -|npm|gulp-shell|6.212695933508116e-07| -|npm|swig|6.212695933508116e-07| -|npm|vinyl-paths|6.212695933508116e-07| -|npm|gulp-connect|6.212695933508116e-07| -|npm|gulp-css-inline-images|6.212695933508116e-07| -|npm|gulp-front-matter|6.212695933508116e-07| -|npm|gulp-jscs|6.212695933508116e-07| -|npm|gulp-open|6.212695933508116e-07| -|npm|gulp-flatten|6.212695933508116e-07| -|npm|gulp-load-plugins|6.212695933508116e-07| -|npm|gulp-sass|6.212695933508116e-07| -|npm|gulp-size|6.212695933508116e-07| -|npm|gulp-subtree|6.212695933508116e-07| -|npm|gulp-tap|6.212695933508116e-07| -|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.196260229980336e-07| -|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.169552211747644e-07| -|pypi|[ftfy](https://pypi.org/project/ftfy)|6.169552211747644e-07| -|pypi|[fairscale](https://pypi.org/project/fairscale)|6.169552211747644e-07| -|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.169552211747644e-07| -|pypi|[unidic](https://pypi.org/project/unidic)|6.169552211747644e-07| -|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.169552211747644e-07| -|pypi|[ipadic](https://pypi.org/project/ipadic)|6.169552211747644e-07| -|pypi|[fugashi](https://pypi.org/project/fugashi)|6.169552211747644e-07| -|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.169552211747644e-07| -|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.169552211747644e-07| -|pypi|[sigopt](https://pypi.org/project/sigopt)|6.169552211747644e-07| -|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.169552211747644e-07| -|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.169552211747644e-07| -|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.169552211747644e-07| -|npm|node-libs-browser|6.169552211747644e-07| -|npm|module-alias|6.169552211747644e-07| -|npm|mocha-phantomjs-istanbul|6.169552211747644e-07| -|npm|mocha-phantomjs-core|6.169552211747644e-07| -|npm|get-port|6.169552211747644e-07| -|npm|asap|6.169552211747644e-07| -|npm|a-sync-waterfall|6.169552211747644e-07| -|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.159680928208846e-07| -|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.159680928208846e-07| -|npm|[testjs](https://github.com/dcodeIO/test.js)|6.159680928208846e-07| -|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.122813179840476e-07| -|rubygems|[puma](https://puma.io)|6.115612681714486e-07| -|pypi|[dash-testing-stub](https://plotly.com/dash)|6.095475255517397e-07| -|rubygems|actiontext|6.074636023874602e-07| -|rubygems|actionmailbox|6.074636023874602e-07| -|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.048338898230175e-07| -|pypi|[falcon](https://pypi.org/project/falcon)|6.043642982936467e-07| -|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.043642982936467e-07| -|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.027967885406969e-07| -|pypi|[gsd](https://gsd.readthedocs.io)|6.027967885406969e-07| -|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.024432420371516e-07| -|npm|websocket-stream|6.013889663635857e-07| -|npm|https-browserify|6.013889663635857e-07| -|npm|setimmediate|6.013889663635857e-07| -|npm|stream-browserify|6.013889663635857e-07| -|npm|timers-browserify|6.013889663635857e-07| -|npm|bunyan|6.013889663635857e-07| -|pypi|[guizero](https://github.com/lawsie/guizero)|5.982596084118973e-07| -|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.982596084118973e-07| -|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.982596084118973e-07| -|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.982596084118973e-07| -|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.982596084118973e-07| -|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.982596084118973e-07| -|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.982596084118973e-07| -|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.982596084118973e-07| -|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.982596084118973e-07| -|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.982596084118973e-07| -|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.982596084118973e-07| -|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.982596084118973e-07| -|pypi|[persim](https://persim.scikit-tda.org)|5.982596084118973e-07| -|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.982596084118973e-07| -|pypi|[Pandas](https://pandas.pydata.org)|5.982596084118973e-07| -|pypi|[Seaborn](https://seaborn.pydata.org)|5.982596084118973e-07| -|pypi|[Sympy](https://sympy.org)|5.982596084118973e-07| -|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.982596084118973e-07| -|pypi|[wntr](https://github.com/USEPA/WNTR)|5.982596084118973e-07| -|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.982596084118973e-07| -|pypi|[mbo](https://github.com/basf/mbo)|5.982596084118973e-07| -|pypi|[Requests](https://requests.readthedocs.io)|5.982596084118973e-07| -|pypi|[proper](https://pypi.org/project/proper)|5.982596084118973e-07| -|pypi|[qtl](https://pypi.org/project/qtl)|5.982596084118973e-07| -|pypi|[agutil](https://github.com/agraubert/agutil)|5.982596084118973e-07| -|pypi|[yupi](https://github.com/yupidevs/yupi)|5.982596084118973e-07| -|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.982596084118973e-07| -|spack|[tclap](http://tclap.sourceforge.net)|5.982596084118973e-07| -|spack|[itk](https://itk.org/)|5.982596084118973e-07| -|npm|[joi](https://github.com/hapijs/joi#readme)|5.982596084118973e-07| -|npm|[pm2](http://pm2.keymetrics.io/)|5.982596084118973e-07| -|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.982596084118973e-07| -|cran|[osqp](https://osqp.org)|5.982596084118973e-07| -|cran|[wdman](https://github.com/ropensci/wdman)|5.982596084118973e-07| -|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.982596084118973e-07| -|cran|[biblio](https://github.com/kamapu/biblio)|5.982596084118973e-07| -|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.982596084118973e-07| -|cran|[nplr](https://github.com/fredcommo/nplr)|5.982596084118973e-07| -|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.982596084118973e-07| -|cran|Ecume|5.982596084118973e-07| -|cran|[cpp11](https://cpp11.r-lib.org)|5.982596084118973e-07| -|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.982596084118928e-07| -|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.982596084118928e-07| -|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.982596084118928e-07| -|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.982596084118928e-07| -|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.982596084118928e-07| -|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.982596084118928e-07| -|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.982596084118928e-07| -|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.982596084118928e-07| -|npm|its-set|5.982596084118926e-07| -|npm|babel-plugin-transform-es2015-modules-umd|5.982596084118926e-07| -|npm|eslint-plugin-babel|5.982596084118926e-07| -|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.922770123277738e-07| -|spack|ant|5.90309314612399e-07| -|spack|ceres-solver|5.90309314612399e-07| -|spack|clp|5.90309314612399e-07| -|spack|gdal|5.90309314612399e-07| -|spack|ipp|5.90309314612399e-07| -|spack|jasper|5.90309314612399e-07| -|spack|onnx|5.90309314612399e-07| -|spack|openexr|5.90309314612399e-07| -|spack|openjpeg|5.90309314612399e-07| -|spack|libwebp|5.90309314612399e-07| -|spack|tesseract|5.90309314612399e-07| -|spack|leptonica|5.90309314612399e-07| -|spack|libdc1394|5.90309314612399e-07| -|npm|pretty-hrtime|5.863542422044959e-07| -|npm|utf8|5.863542422044959e-07| -|pypi|[distrax](https://github.com/deepmind/distrax)|5.845851030767692e-07| -|pypi|[json-logging](https://pypi.org/project/json-logging)|5.835241500766243e-07| -|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.827203978037935e-07| -|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.827203978037935e-07| -|rubygems|[redis](https://github.com/redis/redis-rb)|5.796343192824635e-07| -|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.783176214648293e-07| -|pypi|[fastai](https://pypi.org/project/fastai)|5.778312315392916e-07| -|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.778312315392916e-07| -|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.778312315392916e-07| -|pypi|[gradio](https://pypi.org/project/gradio)|5.778312315392916e-07| -|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.778312315392916e-07| -|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.778312315392916e-07| -|cran|locatexec|5.69497127238244e-07| -|cran|doconv|5.69497127238244e-07| -|cran|equatags|5.69497127238244e-07| -|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.640733450740703e-07| -|rubygems|warning|5.640733450740702e-07| -|rubygems|minitest-stub-const|5.640733450740702e-07| -|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.583756345177639e-07| -|cran|mixtools|5.56128650073027e-07| -|cran|enrichR|5.56128650073027e-07| -|cran|metap|5.56128650073027e-07| -|cran|monocle|5.56128650073027e-07| -|cran|Rfast2|5.56128650073027e-07| -|cran|rtracklayer|5.56128650073027e-07| -|cran|GenomeInfoDb|5.56128650073027e-07| -|cran|GenomicRanges|5.56128650073027e-07| -|cran|BiocGenerics|5.56128650073027e-07| -|cran|DESeq2|5.56128650073027e-07| -|cran|MAST|5.56128650073027e-07| -|cran|SingleCellExperiment|5.56128650073027e-07| -|cran|SummarizedExperiment|5.56128650073027e-07| -|cran|S4Vectors|5.56128650073027e-07| -|cran|rsvd|5.56128650073027e-07| -|cran|sctransform|5.56128650073027e-07| -|cran|leiden|5.56128650073027e-07| -|cran|ica|5.56128650073027e-07| -|npm|[string-random](https://github.com/maichong/string-random#readme)|5.555267792396195e-07| -|pypi|[APLpy](http://aplpy.github.io)|5.522396385340582e-07| -|spack|[casacore](https://github.com/casacore/casacore)|5.522396385340582e-07| -|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|babel-plugin-minify-replace|5.462927722402137e-07| -|npm|babel-plugin-minify-numeric-literals|5.462927722402137e-07| -|npm|babel-plugin-minify-mangle-names|5.462927722402137e-07| -|npm|babel-plugin-minify-infinity|5.462927722402137e-07| -|npm|babel-plugin-minify-guarded-expressions|5.462927722402137e-07| -|npm|babel-plugin-minify-flip-comparisons|5.462927722402137e-07| -|npm|babel-plugin-minify-dead-code-elimination|5.462927722402137e-07| -|npm|babel-plugin-minify-constant-folding|5.462927722402137e-07| -|npm|babel-plugin-minify-builtins|5.462927722402137e-07| -|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.429205946337926e-07| -|npm|babel-helper-evaluate-path|5.408298445178116e-07| -|npm|esutils|5.408298445178116e-07| -|npm|babel-helper-is-void-0|5.408298445178116e-07| -|cran|whitening|5.384336475707035e-07| -|cran|randtoolbox|5.384336475707035e-07| -|cran|mc2d|5.384336475707035e-07| -|cran|ggExtra|5.384336475707035e-07| -|cran|DiceDesign|5.384336475707035e-07| -|cran|condMVNorm|5.384336475707035e-07| -|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.382199834248414e-07| -|cran|showtextdb|5.362996117724049e-07| -|cran|sysfonts|5.362996117724049e-07| -|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.330493110949964e-07| -|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.330493110949964e-07| -|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.330493110949964e-07| -|npm|tiny-lr|5.330493110949964e-07| -|npm|grunt-jscs|5.330493110949964e-07| -|pypi|[scikit_image](https://scikit-image.org)|5.317863185883508e-07| -|npm|vhost|5.288187610069408e-07| -|npm|pbkdf2-password|5.288187610069408e-07| -|npm|hbs|5.288187610069408e-07| -|npm|cookie-session|5.288187610069408e-07| -|npm|connect-redis|5.288187610069408e-07| -|npm|type-is|5.288187610069408e-07| -|npm|send|5.288187610069408e-07| -|npm|range-parser|5.288187610069408e-07| -|npm|proxy-addr|5.288187610069408e-07| -|npm|path-to-regexp|5.288187610069408e-07| -|npm|merge-descriptors|5.288187610069408e-07| -|npm|encodeurl|5.288187610069408e-07| -|npm|cookie-signature|5.288187610069408e-07| -|npm|cookie|5.288187610069408e-07| -|npm|content-type|5.288187610069408e-07| -|npm|array-flatten|5.288187610069408e-07| -|cran|vars|5.288187610069408e-07| -|cran|systemfit|5.288187610069408e-07| -|cran|poLCA|5.288187610069408e-07| -|cran|orcutt|5.288187610069408e-07| -|cran|muhaz|5.288187610069408e-07| -|cran|modeltests|5.288187610069408e-07| -|cran|lsmeans|5.288187610069408e-07| -|cran|lmodel2|5.288187610069408e-07| -|cran|Kendall|5.288187610069408e-07| -|cran|joineRML|5.288187610069408e-07| -|cran|gmm|5.288187610069408e-07| -|cran|glmnetUtils|5.288187610069408e-07| -|cran|ergm|5.288187610069408e-07| -|cran|cmprsk|5.288187610069408e-07| -|cran|btergm|5.288187610069408e-07| -|cran|binGroup|5.288187610069408e-07| -|cran|AUC|5.288187610069408e-07| -|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.257432922407592e-07| -|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.257432922407541e-07| -|cran|diagram|5.235305733968715e-07| -|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.20485859318349e-07| -|pypi|[kfac](http://github.com/tensorflow/kfac)|5.177246611256773e-07| -|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.152475096370368e-07| -|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.127939500673419e-07| -|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.127939500673419e-07| -|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.127939500673419e-07| -|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.127939500673419e-07| -|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.127939500673419e-07| -|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.127939500673419e-07| -|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.127939500673419e-07| -|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.127939500673419e-07| -|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.127939500673419e-07| -|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.127939500673419e-07| -|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.127939500673419e-07| -|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.127939500673419e-07| -|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.127939500673419e-07| -|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.127939500673419e-07| -|pypi|[neomodel](https://neomodel.readthedocs.io)|5.127939500673419e-07| -|pypi|[faker](https://github.com/joke2k/faker)|5.127939500673419e-07| -|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.127939500673419e-07| -|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.127939500673419e-07| -|pypi|[kllr](https://github.com/afarahi/kllr)|5.127939500673419e-07| -|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.127939500673419e-07| -|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.127939500673419e-07| -|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.127939500673419e-07| -|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.127939500673419e-07| -|spack|[armadillo](http://arma.sourceforge.net/)|5.127939500673419e-07| -|spack|[nlopt](https://nlopt.readthedocs.io)|5.127939500673419e-07| -|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.127939500673419e-07| -|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.127939500673419e-07| -|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.127939500673419e-07| -|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.127939500673419e-07| -|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.127939500673419e-07| -|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.127939500673419e-07| -|cran|[msm](https://github.com/chjackson/msm)|5.127939500673419e-07| -|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.127939500673419e-07| -|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.127939500673419e-07| -|cran|[httr2](https://httr2.r-lib.org)|5.127939500673419e-07| -|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.127939500673419e-07| -|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.127939500673419e-07| -|cran|RISmed|5.127939500673419e-07| -|cran|[itsadug](NA)|5.127939500673419e-07| -|cran|sde|5.127939500673419e-07| -|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.127939500673419e-07| -|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.127939500673366e-07| -|pypi|[random](https://www.pytosquatting.org)|5.127939500673366e-07| -|pypi|[sys](https://github.com/stestagg/sys)|5.127939500673366e-07| -|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.127939500673366e-07| -|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.127939500673366e-07| -|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.127939500673366e-07| -|rubygems|[mini_racer](https://github.com/discourse/mini_racer)|5.063780407014152e-07| -|pypi|[usort](https://pypi.org/project/usort)|5.047815445975344e-07| -|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.000698138447611e-07| -|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.000698138447611e-07| -|rubygems|[stackprof](http://github.com/tmm1/stackprof)|4.998663714942106e-07| -|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.998118247491762e-07| -|pypi|[lightning](https://pypi.org/project/lightning)|4.998118247491762e-07| -|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.998118247491762e-07| -|pypi|[fvcore](https://pypi.org/project/fvcore)|4.998118247491762e-07| -|pypi|[types-redis](https://pypi.org/project/types-redis)|4.998118247491762e-07| -|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.998118247491762e-07| -|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.998118247491762e-07| -|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.970156746806569e-07| -|pypi|[ipytree](https://pypi.org/project/ipytree)|4.881403947756377e-07| -|pypi|[py3Dmol](https://3dmol.org)|4.87681290790429e-07| -|npm|assume|4.832589908278813e-07| -|npm|spawn-sync|4.832589908278813e-07| -|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.82391146703659e-07| -|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.807443281881312e-07| -|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.786076867295142e-07| -|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.786076867295142e-07| -|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.786076867295142e-07| -|cran|[contentid](https://github.com/cboettig/contentid)|4.786076867295098e-07| -|rubygems|[tzinfo-data](https://tzinfo.github.io)|4.7209601752231144e-07| -|pypi|[furl](https://pypi.org/project/furl)|4.7006112089505855e-07| -|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7006112089505855e-07| -|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7006112089505855e-07| -|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7006112089505855e-07| -|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7006112089505855e-07| -|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.675474250613981e-07| -|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6271641588107326e-07| -|pypi|[stregion](https://pypi.org/project/stregion)|4.6271641588107326e-07| -|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6271641588107326e-07| -|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6271641588107326e-07| -|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6271641588107326e-07| -|rubygems|xpath|4.585370418021474e-07| -|rubygems|mini_mime|4.585370418021474e-07| -|rubygems|matrix|4.585370418021474e-07| -|rubygems|webdrivers|4.585370418021474e-07| -|rubygems|selenium_statistics|4.585370418021474e-07| -|rubygems|sauce_whisk|4.585370418021474e-07| -|rubygems|rspec-instafail|4.585370418021474e-07| -|rubygems|launchy|4.585370418021474e-07| -|rubygems|erubi|4.585370418021474e-07| -|cran|thematic|4.580892517222625e-07| -|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.573567662762731e-07| -|pypi|[yajl](https://pypi.org/project/yajl)|4.573567662762731e-07| -|npm|[request-promise](https://github.com/request/request-promise#readme)|4.558168445043025e-07| -|npm|grunt-release|4.53273223720235e-07| -|npm|grunt-jsdoc|4.53273223720235e-07| -|npm|grunt-mocha-istanbul|4.53273223720235e-07| -|npm|help-me-test|4.53273223720235e-07| -|npm|require-dir|4.53273223720235e-07| -|npm|normalize-path|4.5104172477268924e-07| -|npm|homedir-polyfill|4.5104172477268924e-07| -|npm|eslint-config-gulp|4.5104172477268924e-07| -|npm|resolve-dir|4.5104172477268924e-07| -|npm|micromatch|4.5104172477268924e-07| -|npm|is-glob|4.5104172477268924e-07| -|npm|detect-file|4.5104172477268924e-07| -|pypi|[tinygp](https://github.com/dfm/tinygp)|4.50454293392482e-07| -|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4869470630892043e-07| -|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4869470630892043e-07| -|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4869470630892043e-07| -|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4869470630892043e-07| -|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4869470630892043e-07| -|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4869470630892043e-07| -|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4869470630892043e-07| -|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4869470630892043e-07| -|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4869470630892043e-07| -|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4869470630892043e-07| -|pypi|[tatter](https://github.com/afarahi/tatter)|4.4869470630892043e-07| -|pypi|[pepita](https://pypi.org/project/pepita)|4.4869470630892043e-07| -|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4869470630892043e-07| -|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4869470630892043e-07| -|pypi|[plotly_express](https://plotly.express/)|4.4869470630892043e-07| -|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4869470630892043e-07| -|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4869470630892043e-07| -|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4869470630892043e-07| -|pypi|[clint](https://github.com/kennethreitz/clint)|4.4869470630892043e-07| -|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4869470630892043e-07| -|pypi|[sgdml](http://www.sgdml.org)|4.4869470630892043e-07| -|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4869470630892043e-07| -|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4869470630892043e-07| -|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4869470630892043e-07| -|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4869470630892043e-07| -|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4869470630892043e-07| -|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4869470630892043e-07| -|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4869470630892043e-07| -|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4869470630892043e-07| -|npm|[vuetify](https://vuetifyjs.com)|4.4869470630892043e-07| -|cran|Rlabkey|4.4869470630892043e-07| -|cran|[fishtree](https://fishtreeoflife.org/)|4.4869470630892043e-07| -|cran|ggvenn|4.4869470630892043e-07| -|cran|COUNT|4.4869470630892043e-07| -|pypi|[findiff](https://github.com/maroba/findiff)|4.4869470630891953e-07| -|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.4869470630891953e-07| -|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.4869470630891953e-07| -|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.4869470630891953e-07| -|npm|[gpu.js](http://gpu.rocks/)|4.486947063089154e-07| -|go|[golang.org/x/net](https://golang.org/x/net)|4.4804723920024863e-07| -|pypi|[blessed](https://github.com/jquast/blessed)|4.4719905728789295e-07| -|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.4420775924583305e-07| -|cran|QSARdata|4.3872371283538796e-07| -|cran|dimRed|4.3872371283538796e-07| -|cran|ddalpha|4.3872371283538796e-07| -|pypi|[time-machine](https://pypi.org/project/time-machine)|4.370342177921709e-07| -|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.3594104699372577e-07| -|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.3587485755723967e-07| -|npm|karma-tap-reporter|4.2661009291316234e-07| -|npm|karma-spec-reporter|4.2661009291316234e-07| -|npm|karma-html-reporter|4.2661009291316234e-07| -|npm|karma-chai-sinon|4.2661009291316234e-07| -|npm|eslint-plugin-mocha|4.2661009291316234e-07| -|npm|eslint-config-nfl|4.2661009291316234e-07| -|npm|babel-plugin-transform-class-properties|4.2661009291316234e-07| -|npm|react-side-effect|4.2661009291316234e-07| -|npm|react-fast-compare|4.2661009291316234e-07| -|rubygems|webpacker|4.2661009291316234e-07| -|rubygems|rubocop-discourse|4.2661009291316234e-07| -|rubygems|dalli|4.2661009291316234e-07| -|go|[github.com/fatih/color](https://github.com/fatih/color)|4.261176788033121e-07| -|pypi|[playwright](https://pypi.org/project/playwright)|4.245713350019884e-07| -|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1955868641873225e-07| -|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.190639238168211e-07| -|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.190639238168211e-07| -|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.1327144002137464e-07| -|npm|tslint-config-semistandard|4.113034807831762e-07| -|npm|eslint-plugin-dependencies|4.113034807831762e-07| -|npm|eslint-config-semistandard|4.113034807831762e-07| -|npm|doctoc|4.113034807831762e-07| -|npm|snappy|4.113034807831762e-07| -|npm|optional|4.113034807831762e-07| -|npm|nested-error-stacks|4.113034807831762e-07| -|npm|denque|4.113034807831762e-07| -|npm|buffermaker|4.113034807831762e-07| -|npm|buffer-crc32|4.113034807831762e-07| -|npm|binary|4.113034807831762e-07| -|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.1057031949835866e-07| -|npm|safe-publish-latest|4.0736189458417613e-07| -|npm|object-keys|4.0736189458417613e-07| -|npm|npmignore|4.0736189458417613e-07| -|npm|mv|4.0736189458417613e-07| -|npm|eclint|4.0736189458417613e-07| -|npm|copy-dir|4.0736189458417613e-07| -|npm|aud|4.0736189458417613e-07| -|npm|array.prototype.map|4.0736189458417613e-07| -|npm|supports-preserve-symlinks-flag|4.0736189458417613e-07| -|npm|path-parse|4.0736189458417613e-07| -|npm|is-core-module|4.0736189458417613e-07| -|rubygems|hashdiff|4.071904459753444e-07| -|rubygems|crack|4.071904459753444e-07| -|rubygems|patron|4.071904459753444e-07| -|rubygems|httpclient|4.071904459753444e-07| -|rubygems|http|4.071904459753444e-07| -|rubygems|excon|4.071904459753444e-07| -|rubygems|em-http-request|4.071904459753444e-07| -|rubygems|curb|4.071904459753444e-07| -|rubygems|async-http|4.071904459753444e-07| -|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.0246555474981617e-07| -|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.9883973894126313e-07| -|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.9883973894126313e-07| -|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.9883973894126313e-07| -|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.9883973894126313e-07| -|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.9883973894126313e-07| -|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.9883973894126313e-07| -|pypi|[fleck](https://github.com/bmorris3/fleck)|3.9883973894126313e-07| -|pypi|[modAL](https://modAL-python.github.io/)|3.9883973894126313e-07| -|pypi|[sk-video](http://scikit-video.org/)|3.9883973894126313e-07| -|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.9883973894126313e-07| -|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.9883973894126313e-07| -|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.9883973894126313e-07| -|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.9883973894126313e-07| -|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.9883973894126313e-07| -|pypi|[injector](https://github.com/alecthomas/injector)|3.9883973894126313e-07| -|pypi|[yabox](https://github.com/pablormier/yabox)|3.9883973894126313e-07| -|pypi|[htof](https://pypi.org/project/htof)|3.9883973894126313e-07| -|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.9883973894126313e-07| -|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.9883973894126313e-07| -|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.9883973894126313e-07| -|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.9883973894126313e-07| -|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.9883973894126313e-07| -|pypi|[acor](http://github.com/dfm/acor)|3.9883973894126313e-07| -|pypi|[retriever](https://github.com/weecology/retriever)|3.9883973894126313e-07| -|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.9883973894126313e-07| -|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.9883973894126313e-07| -|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.9883973894126313e-07| -|pypi|[dca](https://github.com/theislab/dca)|3.9883973894126313e-07| -|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.9883973894126313e-07| -|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.9883973894126313e-07| -|pypi|[publib](https://github.com/erwanp/publib)|3.9883973894126313e-07| -|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.9883973894126313e-07| -|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.9883973894126313e-07| -|npm|[rjsf](https://www.rjsf.io/)|3.9883973894126313e-07| -|npm|[config](http://github.com/node-config/node-config.git)|3.9883973894126313e-07| -|npm|[line-height](https://github.com/twolfson/line-height)|3.9883973894126313e-07| -|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.9883973894126313e-07| -|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.9883973894126313e-07| -|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.9883973894126313e-07| -|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.9883973894126313e-07| -|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.9883973894126313e-07| -|cran|[babette](https://docs.ropensci.org/babette/)|3.9883973894126313e-07| -|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.9883973894126313e-07| -|cran|treeman|3.9883973894126313e-07| -|cran|[treemapify](https://wilkox.org/treemapify/)|3.9883973894126313e-07| -|cran|[restez](https://github.com/ropensci/restez#readme)|3.9883973894126313e-07| -|cran|[spocc](https://github.com/ropensci/spocc)|3.9883973894126313e-07| -|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.9883973894126313e-07| -|cran|[memuse](https://github.com/shinra-dev/memuse)|3.9883973894126313e-07| -|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.9883973894126313e-07| -|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.9883973894126313e-07| -|cran|[minerva](https://www.r-project.org)|3.9883973894126313e-07| -|cran|mcclust|3.9883973894126313e-07| -|cran|[rdist](https://github.com/blasern/rdist)|3.9883973894126313e-07| -|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.9883973894126313e-07| -|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.9883973894126313e-07| -|cran|[corrr](https://github.com/tidymodels/corrr)|3.9883973894126313e-07| -|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.9883973894126313e-07| -|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.9883973894126313e-07| -|rubygems|[wdm](https://github.com/Maher4Ever/wdm)|3.9883973894126313e-07| -|rubygems|[just-the-docs](https://github.com/just-the-docs/just-the-docs)|3.9883973894126313e-07| -|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.988397389412618e-07| -|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.988397389412618e-07| -|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.988397389412618e-07| -|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.988397389412618e-07| -|pypi|[vmad](https://pypi.org/project/vmad)|3.988397389412618e-07| -|pypi|[abopt](https://pypi.org/project/abopt)|3.988397389412618e-07| -|pypi|[fastpm](https://pypi.org/project/fastpm)|3.988397389412618e-07| -|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9485134155185156e-07| -|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9485134155185156e-07| -|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8668727936313145e-07| -|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8240494056814964e-07| -|pypi|[panflute](https://pypi.org/project/panflute)|3.8240494056814964e-07| -|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8240494056814964e-07| -|cran|shinycustomloader|3.8041507708799666e-07| -|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7966475149216265e-07| -|pypi|[pypng](https://pypi.org/project/pypng)|3.7966475149216265e-07| -|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7966475149216265e-07| -|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7966475149216265e-07| -|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.778481737338288e-07| -|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.695603668015939e-07| -|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.667059463379255e-07| -|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.644781614324761e-07| -|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.644781614324761e-07| -|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.644781614324761e-07| -|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.644781614324761e-07| -|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.644781614324761e-07| -|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.644781614324761e-07| -|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.644781614324761e-07| -|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.644781614324761e-07| -|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.644781614324761e-07| -|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.644781614324761e-07| -|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.644781614324761e-07| -|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.644781614324761e-07| -|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.644781614324761e-07| -|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.644781614324761e-07| -|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.644781614324761e-07| -|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.644781614324761e-07| -|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.644781614324761e-07| -|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.644781614324761e-07| -|rubygems|rspec-extra-formatters|3.6261857897618803e-07| -|rubygems|paranoia|3.6261857897618803e-07| -|rubygems|paper_trail|3.6261857897618803e-07| -|rubygems|discard|3.6261857897618803e-07| -|rubygems|database_cleaner|3.6261857897618803e-07| -|rubygems|after_commit_action|3.6261857897618803e-07| -|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.589557650471424e-07| -|pypi|[pypka](https://pypka.org)|3.589557650471424e-07| -|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.589557650471424e-07| -|pypi|[clldutils](https://github.com/clld/clldutils)|3.589557650471424e-07| -|cran|scatterpie|3.589557650471424e-07| -|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.5895576504713735e-07| -|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.5895576504713735e-07| -|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.5895576504713735e-07| -|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.5895576504713735e-07| -|pypi|[cora](https://heycora.com)|3.5895576504713735e-07| -|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.5895576504713735e-07| -|pypi|[slab](http://github.com/DrMarc/slab.git)|3.5895576504713735e-07| -|pypi|[libroadrunner](http://libroadrunner.org)|3.5895576504713735e-07| -|pypi|[muse-origin](https://github.com/musevlt/origin)|3.5895576504713735e-07| -|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.5895576504713735e-07| -|pypi|[fsps](https://github.com/dfm/python-fsps)|3.5895576504713735e-07| -|pypi|[st-pages](https://pypi.org/project/st-pages)|3.5895576504713735e-07| -|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.5895576504713735e-07| -|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.5895576504713735e-07| -|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.5895576504713735e-07| -|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.5895576504713735e-07| -|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.5895576504713735e-07| -|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.5895576504713735e-07| -|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.5895576504713735e-07| -|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.5895576504713735e-07| -|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.5895576504713735e-07| -|cran|pmsampsize|3.5895576504713735e-07| -|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.5895576504713735e-07| -|cran|[scrapeR](http://www.ryanacton.com)|3.5895576504713735e-07| -|cran|ggm|3.5895576504713735e-07| -|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.5895576504713735e-07| -|cran|[jmvcore](https://www.jamovi.org)|3.5895576504713735e-07| -|cran|[liger](https://github.com/JEFworks/liger)|3.5895576504713735e-07| -|cran|[drat](https://github.com/eddelbuettel/drat)|3.5895576504713735e-07| -|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.589557650471356e-07| -|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.589557650471356e-07| -|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.589557650471356e-07| -|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.589557650471356e-07| -|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.589557650471356e-07| -|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.589557650471356e-07| -|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.589557650471356e-07| -|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.589557650471323e-07| -|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.589557650471323e-07| -|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.589557650471323e-07| -|cran|[cowsay](https://github.com/sckott/cowsay)|3.589557650471323e-07| -|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5115237885045884e-07| -|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.369081024596994e-07| -|go|github.com/opencontainers/go-digest|3.34920529009826e-07| -|go|github.com/opencontainers/image-spec|3.34920529009826e-07| -|pypi|[grpcio-reflection](https://grpc.io)|3.3203408266860294e-07| -|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.263234227701276e-07| -|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.2632342277012325e-07| -|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.2632342277012325e-07| -|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.2632342277012325e-07| -|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.2632342277012325e-07| -|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.2632342277012325e-07| -|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.2632342277012325e-07| -|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2632342277012257e-07| -|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2632342277012257e-07| -|pypi|[bravado](https://github.com/Yelp/bravado)|3.2632342277012257e-07| -|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2632342277012257e-07| -|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2632342277012257e-07| -|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2632342277012257e-07| -|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2632342277012257e-07| -|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2632342277012257e-07| -|pypi|[energyflow](https://energyflow.network)|3.2632342277012257e-07| -|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2632342277012257e-07| -|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2632342277012257e-07| -|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2632342277012257e-07| -|pypi|[OpenNMT-py](https://opennmt.net/)|3.2632342277012257e-07| -|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2632342277012257e-07| -|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2632342277012257e-07| -|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2632342277012257e-07| -|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2632342277012257e-07| -|pypi|[amply](http://github.com/willu47/amply)|3.2632342277012257e-07| -|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2632342277012257e-07| -|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2632342277012257e-07| -|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2632342277012257e-07| -|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2632342277012257e-07| -|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2632342277012257e-07| -|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2632342277012257e-07| -|pypi|[fastcluster](http://danifold.net)|3.2632342277012257e-07| -|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2632342277012257e-07| -|pypi|[dask-image](https://github.com/dask/dask-image)|3.2632342277012257e-07| -|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2632342277012257e-07| -|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2632342277012257e-07| -|pypi|[biomaj](http://biomaj.genouest.org)|3.2632342277012257e-07| -|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2632342277012257e-07| -|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2632342277012257e-07| -|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2632342277012257e-07| -|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2632342277012257e-07| -|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2632342277012257e-07| -|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2632342277012257e-07| -|cran|pbs|3.2632342277012257e-07| -|cran|[sofa](https://github.com/ropensci/sofa)|3.2632342277012257e-07| -|cran|[elastic](https://docs.ropensci.org/elastic)|3.2632342277012257e-07| -|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2632342277012257e-07| -|cran|[genie](http://genieclust.gagolewski.com/)|3.2632342277012257e-07| -|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2632342277012257e-07| -|cran|lspline|3.2632342277012257e-07| -|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2632342277012257e-07| -|cran|[irr](https://www.r-project.org)|3.2632342277012257e-07| -|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2632342277012257e-07| -|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2632342277012257e-07| -|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.230601885424231e-07| -|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.230601885424231e-07| -|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.140541299211685e-07| -|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.041153009427131e-07| -|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.012216210185754e-07| -|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.012216210185754e-07| -|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.012216210185754e-07| -|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.012216210185754e-07| -|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.012216210185754e-07| -|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.012216210185754e-07| -|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.012216210185754e-07| -|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.012216210185754e-07| -|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.9912980420594863e-07| -|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.9912980420594863e-07| -|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.9912980420594863e-07| -|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.9912980420594863e-07| -|pypi|[daft](http://daft-pgm.org)|2.9912980420594863e-07| -|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.9912980420594863e-07| -|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.9912980420594863e-07| -|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.9912980420594863e-07| -|pypi|[k2sc](https://github.com/OxES/k2sc)|2.9912980420594863e-07| -|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.9912980420594863e-07| -|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.9912980420594863e-07| -|pypi|[plonk](https://github.com/dmentipl/plonk)|2.9912980420594863e-07| -|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.9912980420594863e-07| -|pypi|[iScore](https://github.com/DeepRank/iScore)|2.9912980420594863e-07| -|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.9912980420594863e-07| -|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.9912980420594863e-07| -|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.9912980420594863e-07| -|npm|[echarts](https://echarts.apache.org)|2.9912980420594863e-07| -|npm|[element-plus](https://element-plus.org/)|2.9912980420594863e-07| -|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.9912980420594863e-07| -|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.9912980420594863e-07| -|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.9912980420594863e-07| -|cran|[strex](https://rorynolan.github.io/strex/)|2.9912980420594863e-07| -|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.9912980420594863e-07| -|cran|[signs](https://benjaminwolfe.github.io/signs)|2.9912980420594863e-07| -|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.9912980420594863e-07| -|cran|rje|2.9912980420594863e-07| -|cran|[usefun](https://github.com/bblodfon/usefun)|2.9912980420594863e-07| -|cran|rCAT|2.9912980420594863e-07| -|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.991298042059464e-07| -|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.991298042059464e-07| -|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.991298042059464e-07| -|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.991298042059464e-07| -|go|[golang.org/x/tools](https://golang.org/x/tools)|2.991298042059464e-07| -|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.961385061638869e-07| -|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.8762481173648886e-07| -|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.871646120377089e-07| -|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7611981926703417e-07| -|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7611981926703417e-07| -|cran|[repr](https://github.com/IRkernel/repr/)|2.7611981926703417e-07| -|cran|[odin](https://github.com/mrc-ide/odin)|2.7611981926703417e-07| -|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.761198192670291e-07| -|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.761198192670291e-07| -|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.761198192670291e-07| -|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.761198192670291e-07| -|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.761198192670291e-07| -|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.761198192670291e-07| -|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.761198192670291e-07| -|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.761198192670291e-07| -|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.761198192670291e-07| -|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.761198192670291e-07| -|pypi|[einsteinpy](https://einsteinpy.org/)|2.761198192670291e-07| -|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.761198192670291e-07| -|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.761198192670291e-07| -|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.761198192670291e-07| -|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.761198192670291e-07| -|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.761198192670291e-07| -|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.761198192670291e-07| -|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.761198192670291e-07| -|spack|[lua](https://www.lua.org)|2.761198192670291e-07| -|cran|R2jags|2.761198192670291e-07| -|cran|[bib2df](https://github.com/ropensci/bib2df)|2.761198192670291e-07| -|cran|[plumber](https://www.rplumber.io)|2.761198192670291e-07| -|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.761198192670291e-07| -|cran|[likert](http://jason.bryer.org/likert)|2.761198192670291e-07| -|cran|[pwr](https://github.com/heliosdrm/pwr)|2.761198192670291e-07| -|cran|[waiter](https://waiter.john-coene.com/)|2.761198192670291e-07| -|npm|[aws-amplify](https://aws-amplify.github.io/)|2.7611981926702745e-07| -|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.7611981926702745e-07| -|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.755481426225822e-07| -|pypi|[outcome](https://github.com/python-trio/outcome)|2.7314824406919885e-07| -|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5639697503367097e-07| -|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5639697503367097e-07| -|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5639697503367097e-07| -|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5639697503367097e-07| -|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5639697503367097e-07| -|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5639697503367097e-07| -|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5639697503367097e-07| -|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5639697503367097e-07| -|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5639697503367097e-07| -|pypi|[cloup](https://github.com/janLuke/cloup)|2.5639697503367097e-07| -|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5639697503367097e-07| -|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5639697503367097e-07| -|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5639697503367097e-07| -|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5639697503367097e-07| -|pypi|[dace-query](https://dace.unige.ch/)|2.5639697503367097e-07| -|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5639697503367097e-07| -|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5639697503367097e-07| -|pypi|[dash_auth](https://plotly.com/dash)|2.5639697503367097e-07| -|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5639697503367097e-07| -|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5639697503367097e-07| -|spack|[opencv](https://opencv.org/)|2.5639697503367097e-07| -|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5639697503367097e-07| -|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5639697503367097e-07| -|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5639697503367097e-07| -|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5639697503367097e-07| -|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5639697503367097e-07| -|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5639697503367097e-07| -|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5639697503367097e-07| -|npm|[cpx](https://github.com/mysticatea/cpx)|2.5639697503367097e-07| -|npm|tls|2.5639697503367097e-07| -|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5639697503367097e-07| -|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5639697503367097e-07| -|cran|[anomalize](https://github.com/business-science/anomalize)|2.5639697503367097e-07| -|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5639697503367097e-07| -|cran|[depmixS4](https://depmix.github.io/)|2.5639697503367097e-07| -|cran|GeoLight|2.5639697503367097e-07| -|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5639697503367097e-07| -|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5639697503367097e-07| -|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5639697503367097e-07| -|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5639697503367097e-07| -|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5639697503367097e-07| -|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5639697503367097e-07| -|cran|sphereplot|2.5639697503367097e-07| -|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5212369211644195e-07| -|pypi|[retry](https://github.com/invl/retry)|2.5212369211644195e-07| -|go|github.com/docker/distribution|2.514424441151433e-07| -|go|golang.org/x/sync|2.514424441151433e-07| -|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.3930384336475705e-07| -|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.3930384336475705e-07| -|npm|[cesium](http://cesium.com/cesiumjs/)|2.3930384336475705e-07| -|pypi|[ficus](https://github.com/camillescott/ficus)|2.393038433647549e-07| -|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.393038433647549e-07| -|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.393038433647549e-07| -|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.393038433647549e-07| -|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.393038433647549e-07| -|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.393038433647549e-07| -|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.393038433647549e-07| -|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.393038433647549e-07| -|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.393038433647549e-07| -|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.393038433647549e-07| -|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.393038433647549e-07| -|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.393038433647549e-07| -|cran|[COVID19](https://covid19datahub.io)|2.393038433647549e-07| -|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.393038433647549e-07| -|cran|[iotools](http://www.rforge.net/iotools)|2.393038433647549e-07| -|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.393038433647549e-07| -|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.393038433647549e-07| -|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3691080493110893e-07| -|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2434735315446273e-07| -|pypi|[frites](https://github.com/brainets/frites)|2.2434735315446022e-07| -|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2434735315446022e-07| -|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2434735315446022e-07| -|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2434735315446022e-07| -|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2434735315446022e-07| -|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2434735315446022e-07| -|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2434735315446022e-07| -|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2434735315446022e-07| -|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2434735315446022e-07| -|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2434735315446022e-07| -|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2434735315446022e-07| -|pypi|[pirecorder](https://github.com/jollejolles)|2.2434735315446022e-07| -|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2434735315446022e-07| -|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2434735315446022e-07| -|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2434735315446022e-07| -|npm|express-flash|2.2434735315446022e-07| -|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2434735315446022e-07| -|cran|[rplos](https://docs.ropensci.org/rplos)|2.2434735315446022e-07| -|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2434735315446022e-07| -|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2434735315446022e-07| -|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2434735315446022e-07| -|cran|ggnewscale|2.2434735315446022e-07| -|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2434735315446022e-07| -|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2434735315446022e-07| -|cran|[stabs](https://github.com/hofnerb/stabs)|2.2434735315446022e-07| -|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2434735315446022e-07| -|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2434735315446022e-07| -|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2434735315446022e-07| -|cran|[sortable](https://rstudio.github.io/sortable/)|2.2434735315446022e-07| -|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2434735315446022e-07| -|cran|[lunar](http://statistics.lazaridis.eu)|2.2434735315446022e-07| -|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2434735315446022e-07| -|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2434735315446022e-07| -|cran|randomcoloR|2.2434735315446022e-07| -|cran|[greta](https://greta-stats.org)|2.2434735315446022e-07| -|cran|shinyMatrix|2.2434735315446022e-07| -|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2434735315446022e-07| -|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2434735315446022e-07| -|cran|[UNF](https://github.com/leeper/UNF)|2.2434735315446022e-07| -|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2434735315445977e-07| -|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2210387962291653e-07| -|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.22103879622914e-07| -|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.213560551124009e-07| -|go|[github.com/docker/docker](https://github.com/docker/docker)|2.209663178837512e-07| -|go|github.com/davecgh/go-spew|2.1518428602957403e-07| -|go|github.com/onsi/ginkgo|2.1518428602957403e-07| -|go|github.com/onsi/gomega|2.1518428602957403e-07| -|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1115045002772712e-07| -|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1115045002772712e-07| -|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1115045002772712e-07| -|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1115045002772712e-07| -|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1115045002772712e-07| -|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1115045002772712e-07| -|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1115045002772712e-07| -|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1115045002772712e-07| -|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1115045002772712e-07| -|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1115045002772712e-07| -|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1115045002772712e-07| -|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1115045002772712e-07| -|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1115045002772712e-07| -|npm|[root](https://github.com/mafintosh/root#readme)|2.1115045002772712e-07| -|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1115045002772712e-07| -|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1115045002772712e-07| -|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.111504500277246e-07| -|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.111504500277246e-07| -|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.111504500277246e-07| -|cran|[wpp2015](http://esa.un.org/wpp)|2.090389455274492e-07| -|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| -|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9941986947063157e-07| -|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9941986947063157e-07| -|pypi|[pymunk](http://www.pymunk.org)|1.9941986947063157e-07| -|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9941986947063157e-07| -|pypi|[kplr](https://github.com/dfm/kplr)|1.9941986947063157e-07| -|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9941986947063157e-07| -|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9941986947063157e-07| -|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9941986947063157e-07| -|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9941986947063157e-07| -|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9941986947063157e-07| -|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9941986947063157e-07| -|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| -|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9941986947063157e-07| -|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9941986947063157e-07| -|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9941986947063157e-07| -|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9941986947063157e-07| -|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9941986947063157e-07| -|cran|[ascii](https://github.com/mclements/ascii)|1.9941986947063157e-07| -|cran|smoother|1.9941986947063157e-07| -|cran|[ptw](https://github.com/rwehrens/ptw)|1.9941986947063157e-07| -|cran|cvTools|1.9941986947063157e-07| -|cran|[FedData](https://github.com/ropensci/FedData)|1.9941986947063157e-07| -|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9941986947063157e-07| -|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9941986947063157e-07| -|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9941986947063157e-07| -|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9941986947063157e-07| -|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9941986947063157e-07| -|go|github.com/bradfitz/gomemcache|1.994198694706309e-07| -|go|github.com/docker/libtrust|1.994198694706309e-07| -|go|github.com/phayes/permbits|1.994198694706309e-07| -|go|github.com/spf13/afero|1.994198694706309e-07| -|go|github.com/spf13/viper|1.994198694706309e-07| -|go|github.com/sylabs/sif|1.994198694706309e-07| -|go|github.com/vmihailenco/msgpack|1.994198694706309e-07| -|go|google.golang.org/appengine|1.994198694706309e-07| -|cran|[longitudinalData](http:www.r-project.org)|1.9742567077592578e-07| -|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.889240868669144e-07| -|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.889240868669144e-07| -|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-r](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.889240868669144e-07| -|cran|[nabor](https://github.com/jefferis/nabor)|1.889240868669144e-07| -|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.889240868669144e-07| -|cran|[turner](http://www.gastonsanchez.com)|1.889240868669144e-07| -|cran|[blocksdesign]()|1.889240868669144e-07| -|cran|shinyhelper|1.889240868669144e-07| -|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.889240868669144e-07| -|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.889240868669135e-07| -|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.889240868669135e-07| -|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.889240868669135e-07| -|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.889240868669135e-07| -|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.889240868669135e-07| -|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.889240868669135e-07| -|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.889240868669135e-07| -|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.889240868669135e-07| -|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.889240868669135e-07| -|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.889240868669135e-07| -|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.889240868669135e-07| -|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.889240868669135e-07| -|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.889240868669135e-07| -|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.889240868669135e-07| -|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.889240868669135e-07| -|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.889240868669135e-07| -|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7947788252356868e-07| -|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7947788252356868e-07| -|cran|[sensitivity](NA)|1.7947788252356868e-07| -|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7947788252356868e-07| -|cran|[symengine](https://github.com/symengine/symengine.R)|1.7947788252356868e-07| -|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.794778825235678e-07| -|go|[github.com/biogo/store](https://github.com/biogo/store)|1.794778825235678e-07| -|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.794778825235678e-07| -|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.794778825235678e-07| -|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.794778825235678e-07| -|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.794778825235678e-07| -|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.794778825235678e-07| -|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.794778825235678e-07| -|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.794778825235678e-07| -|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.794778825235678e-07| -|cran|[dqrng](https://daqana.github.io/dqrng/)|1.7947788252356616e-07| -|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7430721019372244e-07| -|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7093131668911315e-07| -|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7093131668911315e-07| -|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7093131668911315e-07| -|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7093131668911315e-07| -|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7093131668911315e-07| -|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7093131668911315e-07| -|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7093131668911315e-07| -|cran|[desplot](https://kwstat.github.io/desplot/)|1.7093131668911315e-07| -|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7093131668911315e-07| -|cran|PairedData|1.7093131668911315e-07| -|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7093131668911315e-07| -|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.709313166891122e-07| -|pypi|[torchdata](https://github.com/pytorch/data)|1.6922200352222103e-07| -|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6316171138506163e-07| -|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6316171138506163e-07| -|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6316171138506163e-07| -|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6316171138506163e-07| -|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6316171138506163e-07| -|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6316171138506163e-07| -|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6316171138506163e-07| -|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6316171138506163e-07| -|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6316171138506163e-07| -|go|github.com/antchfx/jsonquery|1.6316171138506163e-07| -|go|github.com/bhmj/jsonslice|1.6316171138506163e-07| -|go|github.com/codegangsta/negroni|1.6316171138506163e-07| -|go|github.com/evanphx/json-patch/v5|1.6316171138506163e-07| -|go|github.com/gorilla/context|1.6316171138506163e-07| -|go|github.com/grandcat/zeroconf|1.6316171138506163e-07| -|go|github.com/justinas/alice|1.6316171138506163e-07| -|go|github.com/kelseyhightower/envconfig|1.6316171138506163e-07| -|go|github.com/linksmart/go-sec|1.6316171138506163e-07| -|go|github.com/linksmart/service-catalog/v3|1.6316171138506163e-07| -|go|github.com/miekg/dns|1.6316171138506163e-07| -|go|github.com/rs/cors|1.6316171138506163e-07| -|go|github.com/satori/go.uuid|1.6316171138506163e-07| -|go|github.com/syndtr/goleveldb|1.6316171138506163e-07| -|go|github.com/xeipuuv/gojsonschema|1.6316171138506163e-07| -|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6316171138506128e-07| -|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6316171138506128e-07| -|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6316171138506128e-07| -|pypi|[astral](https://github.com/sffjunkie/astral)|1.6316171138506128e-07| -|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6316171138506128e-07| -|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6316171138506128e-07| -|cran|harmonicmeanp|1.6316171138506128e-07| -|cran|NBPSeq|1.6316171138506128e-07| -|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6316171138506128e-07| -|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6153009427121155e-07| -|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6153009427121155e-07| -|spack|[clapack](https://www.netlib.org/clapack/)|1.5606772393353644e-07| -|spack|[qwt](http://qwt.sourceforge.net/)|1.5606772393353644e-07| -|cran|[ggtern](http://www.ggtern.com)|1.5606772393353644e-07| -|cran|[dams](https://github.com/jsta/dams)|1.5606772393353644e-07| -|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5606772393353644e-07| -|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5606772393353644e-07| -|pypi|[your](https://github.com/thepetabyteproject/your)|1.5606772393353393e-07| -|cran|[coro](https://github.com/r-lib/coro)|1.5450704669420213e-07| -|rubygems|[groupdate](https://github.com/ankane/groupdate)|1.5302422636930118e-07| -|rubygems|[jbuilder](https://github.com/rails/jbuilder)|1.5302422636930118e-07| -|pypi|[Pyside6](https://www.pyside.org)|1.4956490210297432e-07| -|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.4956490210297432e-07| -|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.4956490210297432e-07| -|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.4956490210297432e-07| -|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.4956490210297432e-07| -|pypi|[demandlib](https://github.com/oemof/demandlib)|1.4956490210297432e-07| -|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.4956490210297432e-07| -|pypi|[dhnx](https://pypi.org/project/dhnx)|1.4956490210297432e-07| -|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.4956490210297432e-07| -|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.4956490210297432e-07| -|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.4956490210297432e-07| -|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.4956490210297432e-07| -|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.4956490210297432e-07| -|pypi|[turbustat](https://turbustat.readthedocs.org)|1.4956490210297432e-07| -|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.4956490210297432e-07| -|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.4956490210297432e-07| -|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.4956490210297432e-07| -|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.4956490210297432e-07| -|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.4956490210297432e-07| -|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.4956490210297432e-07| -|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.4956490210297432e-07| -|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.4956490210297432e-07| -|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.4956490210297432e-07| -|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.4956490210297432e-07| -|cran|[ucminf](NA)|1.4806925308194434e-07| -|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4358230601885696e-07| -|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|1.4358230601885696e-07| -|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4358230601885444e-07| -|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4358230601885444e-07| -|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4358230601885444e-07| -|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4358230601885444e-07| -|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4358230601885444e-07| -|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4358230601885444e-07| -|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4358230601885444e-07| -|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4358230601885444e-07| -|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4358230601885444e-07| -|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4358230601885444e-07| -|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|1.4358230601885444e-07| -|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4358230601885444e-07| -|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4358230601885444e-07| -|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|1.4358230601885444e-07| -|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|1.4358230601885444e-07| -|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3805990963351454e-07| -|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3805990963351454e-07| -|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3805990963351454e-07| -|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3805990963351454e-07| -|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3805990963351454e-07| -|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3805990963351454e-07| -|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3805990963351454e-07| -|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3805990963351454e-07| -|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3805990963351454e-07| -|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3805990963351454e-07| -|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3805990963351454e-07| -|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3805990963351454e-07| -|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3805990963351454e-07| -|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3805990963351454e-07| -|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3805990963351454e-07| -|pypi|[authlib](https://authlib.org/)|1.3805990963351454e-07| -|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3805990963351454e-07| -|npm|[download](https://github.com/kevva/download#readme)|1.3805990963351454e-07| -|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3805990963351454e-07| -|npm|pipeline|1.3805990963351454e-07| -|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3805990963351372e-07| -|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3805990963351372e-07| -|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3805990963351372e-07| -|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3805990963351372e-07| -|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3805990963351372e-07| -|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3805990963351372e-07| -|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3805990963351372e-07| -|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3805990963351372e-07| -|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3805990963351372e-07| -|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3805990963351372e-07| -|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.374882329890685e-07| -|go|[github.com/google/shlex](https://github.com/google/shlex)|1.374882329890685e-07| -|pypi|[fspath](https://github.com/return42/fspath)|1.3667931053717958e-07| -|go|github.com/containernetworking/cni|1.355006595391951e-07| -|go|github.com/containernetworking/plugins|1.355006595391951e-07| -|go|github.com/containers/common|1.355006595391951e-07| -|go|github.com/containers/image/v5|1.355006595391951e-07| -|go|github.com/cyphar/filepath-securejoin|1.355006595391951e-07| -|go|github.com/moby/term|1.355006595391951e-07| -|go|github.com/opencontainers/runc|1.355006595391951e-07| -|go|github.com/opencontainers/runtime-spec|1.355006595391951e-07| -|go|github.com/opencontainers/runtime-tools|1.355006595391951e-07| -|go|github.com/opencontainers/selinux|1.355006595391951e-07| -|go|gopkg.in/yaml.v2|1.355006595391951e-07| -|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3460841189267838e-07| -|pypi|[geobo](https://github.com/sebhaan/geobo)|1.329465796470877e-07| -|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.329465796470877e-07| -|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.329465796470877e-07| -|npm|[cover](http://www.cover.io)|1.3161711385061719e-07| -|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3161711385061719e-07| -|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3161711385061719e-07| -|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2819848751683548e-07| -|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2819848751683548e-07| -|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2819848751683548e-07| -|cran|[audio](http://www.rforge.net/audio/)|1.2691650264166514e-07| -|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2377785001625416e-07| -|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2377785001625416e-07| -|npm|[sendgrid](https://sendgrid.com)|1.2167992035496204e-07| -|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2167992035496204e-07| -|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2167992035496204e-07| -|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2167992035496204e-07| -|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2167992035496204e-07| -|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.1965192168237744e-07| -|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.1965192168237744e-07| -|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1845540246555447e-07| -|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.146342604505369e-07| -|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.146342604505369e-07| -|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1105193981145826e-07| -|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0877447425670836e-07| -|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0877447425670836e-07| -|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0877447425670836e-07| -|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0877447425670836e-07| -|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0557522501386356e-07| -|pypi|[drop](https://github.com/cod3monk/drop)|1.0255879001346763e-07| -|npm|[dedent](https://github.com/dmnd/dedent)|1.0153320211333312e-07| -|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.970993473531578e-08| -|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.871283538796289e-08| -|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.701507163436155e-08| -|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.44620434334572e-08| -|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.44620434334572e-08| -|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.44620434334572e-08| -|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.230291101212125e-08| -|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.203993975567553e-08| -|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.203993975567553e-08| -|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.203993975567553e-08| -|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.203993975567553e-08| -|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.111954035811931e-08| -|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.111954035811931e-08| -|npm|[opn](https://github.com/sindresorhus/open#readme)|9.111954035811931e-08| -|npm|[node-http2](https://github.com/kaazing/node-http2)|9.111954035811931e-08| -|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.111954035811931e-08| -|pypi|[technical](https://github.com/freqtrade/technical)|8.97389412617856e-08| -|pypi|[janus](https://github.com/aio-libs/janus)|8.973894126178434e-08| -|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.973894126178434e-08| -|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.884155184916585e-08| -|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.884155184916585e-08| -|pypi|[viscm](https://github.com/bids/viscm)|8.884155184916585e-08| -|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.755018659686142e-08| -|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.546565834455657e-08| -|pypi|[dash-auth](https://plotly.com/dash)|8.546565834455657e-08| -|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.546565834455657e-08| -|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.54656583445561e-08| -|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.54656583445561e-08| -|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.54656583445561e-08| -|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.54656583445561e-08| -|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.54656583445561e-08| -|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.54656583445561e-08| -|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.54656583445561e-08| -|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.54656583445561e-08| -|go|[github.com/creack/pty](https://github.com/creack/pty)|8.54656583445561e-08| -|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.54656583445561e-08| -|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.54656583445561e-08| -|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.54656583445561e-08| -|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.54656583445561e-08| -|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.54656583445561e-08| -|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.54656583445561e-08| -|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.54656583445561e-08| -|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.54656583445561e-08| -|go|[github.com/lib/pq](https://github.com/lib/pq)|8.54656583445561e-08| -|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.54656583445561e-08| -|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.54656583445561e-08| -|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.54656583445561e-08| -|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.54656583445561e-08| -|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.54656583445561e-08| -|go|[google.golang.org/api](https://google.golang.org/api)|8.54656583445561e-08| -|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.54656583445561e-08| -|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.54656583445561e-08| -|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.54656583445561e-08| -|go|[rsc.io/getopt](https://rsc.io/getopt)|8.54656583445561e-08| -|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.347808489468272e-08| -|go|github.com/Netflix/go-expect|8.347808489468271e-08| -|go|github.com/ProtonMail/go-crypto|8.347808489468271e-08| -|go|github.com/adigunhammedolalekan/registry-auth|8.347808489468271e-08| -|go|github.com/apex/log|8.347808489468271e-08| -|go|github.com/blang/semver/v4|8.347808489468271e-08| -|go|github.com/buger/jsonparser|8.347808489468271e-08| -|go|github.com/containerd/containerd|8.347808489468271e-08| -|go|github.com/go-log/log|8.347808489468271e-08| -|go|github.com/gosimple/slug|8.347808489468271e-08| -|go|github.com/opencontainers/umoci|8.347808489468271e-08| -|go|github.com/pelletier/go-toml|8.347808489468271e-08| -|go|github.com/seccomp/libseccomp-golang|8.347808489468271e-08| -|go|github.com/sylabs/json-resp|8.347808489468271e-08| -|go|github.com/sylabs/scs-build-client|8.347808489468271e-08| -|go|github.com/sylabs/scs-key-client|8.347808489468271e-08| -|go|github.com/sylabs/scs-library-client|8.347808489468271e-08| -|go|github.com/sylabs/sif/v2|8.347808489468271e-08| -|go|github.com/vbauerster/mpb/v4|8.347808489468271e-08| -|go|github.com/vbauerster/mpb/v6|8.347808489468271e-08| -|go|golang.org/x/term|8.347808489468271e-08| -|go|gotest.tools/v3|8.347808489468271e-08| -|go|mvdan.cc/sh/v3|8.347808489468271e-08| -|go|oras.land/oras-go|8.347808489468271e-08| -|rubygems|[pdf-reader](https://github.com/yob/pdf-reader)|7.976794778825414e-08| -|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.976794778825288e-08| -|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.976794778825288e-08| -|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.976794778825288e-08| -|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.976794778825288e-08| -|pypi|[django-rq](https://github.com/rq/django-rq)|7.976794778825288e-08| -|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.976794778825288e-08| -|pypi|[google](http://breakingcode.wordpress.com/)|7.976794778825288e-08| -|rubygems|[aasm](https://github.com/aasm/aasm)|7.976794778825288e-08| -|rubygems|[dotenv](https://github.com/bkeepers/dotenv)|7.976794778825288e-08| -|rubygems|[google_drive](https://github.com/gimite/google-drive-ruby)|7.976794778825288e-08| -|rubygems|[net-sftp](https://github.com/net-ssh/net-sftp)|7.976794778825288e-08| -|rubygems|[octicons_helper](https://github.com/primer/octicons)|7.976794778825288e-08| -|rubygems|[omniauth-orcid](https://github.com/datacite/omniauth-orcid)|7.976794778825288e-08| -|rubygems|[omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection)|7.976794778825288e-08| -|rubygems|[importmap-rails](https://github.com/rails/importmap-rails)|7.976794778825288e-08| -|rubygems|[turbo-rails](https://github.com/hotwired/turbo-rails)|7.976794778825288e-08| -|rubygems|[stimulus-rails](https://stimulus.hotwired.dev)|7.976794778825288e-08| -|rubygems|[newrelic_rpm](https://newrelic.com/ruby)|7.976794778825288e-08| -|rubygems|[sanitize](https://github.com/rgrove/sanitize/)|7.976794778825288e-08| -|rubygems|[searchkick](https://github.com/ankane/searchkick)|7.976794778825288e-08| -|rubygems|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html)|7.976794778825288e-08| -|rubygems|[issue](http://github.com/xuanxu/issue)|7.976794778825288e-08| -|rubygems|[active_link_to](http://github.com/comfy/active_link_to)|7.976794778825288e-08| -|rubygems|[pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)|7.976794778825288e-08| -|npm|[parents](https://github.com/substack/node-parents)|7.818056562726564e-08| -|npm|[coverify](https://github.com/substack/coverify)|7.818056562726564e-08| -|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.637356703130547e-08| -|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.403462654097217e-08| -|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.32562785810483e-08| -|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.32562785810483e-08| -|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|7.32562785810483e-08| -|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|7.32562785810483e-08| -|rubygems|[image_processing](https://github.com/janko/image_processing)|7.32562785810483e-08| -|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|7.32562785810483e-08| -|rubygems|[rotp](https://github.com/mdp/rotp)|7.32562785810483e-08| -|rubygems|[sass-rails](https://github.com/rails/sass-rails)|7.32562785810483e-08| -|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|7.32562785810483e-08| -|rubygems|[diffy](http://github.com/samg/diffy)|7.32562785810483e-08| -|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|7.32562785810483e-08| -|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|7.32562785810483e-08| -|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|7.32562785810483e-08| -|rubygems|[whenever](https://github.com/javan/whenever)|7.32562785810483e-08| -|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|7.32562785810483e-08| -|rubygems|[rack-mini-profiler](https://miniprofiler.com)|7.32562785810483e-08| -|rubygems|[thwait](https://github.com/ruby/thwait)|7.32562785810483e-08| -|rubygems|[rmagick](https://github.com/rmagick/rmagick)|7.32562785810483e-08| -|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|7.32562785810483e-08| -|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.325627858104705e-08| -|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|7.325627858104705e-08| -|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|7.325627858104705e-08| -|rubygems|[devise](https://github.com/heartcombo/devise)|7.325627858104705e-08| -|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|7.325627858104705e-08| -|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|7.325627858104705e-08| -|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|7.325627858104705e-08| -|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.179115300942848e-08| -|cran|[enviPick](NA)|7.179115300942722e-08| -|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.107324147933343e-08| -|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.902995481675727e-08| -|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.7727502839082e-08| -|pypi|[tagore](https://github.com/jordanlab/tagore)|6.7727502839082e-08| -|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.580855692530859e-08| -|npm|[vx](https://github.com/vxjs/vx)|6.409924375841774e-08| -|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.345825132083257e-08| -|npm|eslint-config-richienb|6.345825132083257e-08| -|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.345825132083257e-08| -|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.345825132083257e-08| -|pypi|[icecream](https://github.com/gruns/icecream)|6.297469562230437e-08| -|pypi|[comet](http://comet.transientskp.org/)|6.297469562230437e-08| -|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.297469562230437e-08| -|npm|[aproba](https://github.com/iarna/aproba)|6.083996017748102e-08| -|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.083996017748102e-08| -|npm|concat-map|6.083996017748102e-08| -|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.083996017748102e-08| -|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.083996017748102e-08| -|pypi|[trustme](https://github.com/python-trio/trustme)|5.9227701232777234e-08| -|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.7896091136635054e-08| -|pypi|[flowTorch](https://flowtorch.ai/users)|5.6086838288615054e-08| -|go|github.com/blang/semver|5.2022574644512404e-08| -|go|github.com/buger/goterm|5.2022574644512404e-08| -|go|github.com/checkpoint-restore/checkpointctl|5.2022574644512404e-08| -|go|github.com/checkpoint-restore/go-criu/v5|5.2022574644512404e-08| -|go|github.com/container-orchestrated-devices/container-device-interface|5.2022574644512404e-08| -|go|github.com/containers/buildah|5.2022574644512404e-08| -|go|github.com/containers/conmon|5.2022574644512404e-08| -|go|github.com/containers/ocicrypt|5.2022574644512404e-08| -|go|github.com/containers/psgo|5.2022574644512404e-08| -|go|github.com/containers/storage|5.2022574644512404e-08| -|go|github.com/coreos/go-systemd/v22|5.2022574644512404e-08| -|go|github.com/coreos/stream-metadata-go|5.2022574644512404e-08| -|go|github.com/digitalocean/go-qemu|5.2022574644512404e-08| -|go|github.com/docker/go-connections|5.2022574644512404e-08| -|go|github.com/docker/go-plugins-helpers|5.2022574644512404e-08| -|go|github.com/docker/go-units|5.2022574644512404e-08| -|go|github.com/dtylman/scp|5.2022574644512404e-08| -|go|github.com/godbus/dbus/v5|5.2022574644512404e-08| -|go|github.com/google/gofuzz|5.2022574644512404e-08| -|go|github.com/gorilla/handlers|5.2022574644512404e-08| -|go|github.com/gorilla/schema|5.2022574644512404e-08| -|go|github.com/hashicorp/go-multierror|5.2022574644512404e-08| -|go|github.com/json-iterator/go|5.2022574644512404e-08| -|go|github.com/mrunalp/fileutils|5.2022574644512404e-08| -|go|github.com/nxadm/tail|5.2022574644512404e-08| -|go|github.com/pmezard/go-difflib|5.2022574644512404e-08| -|go|github.com/rootless-containers/rootlesskit|5.2022574644512404e-08| -|go|github.com/stretchr/testify|5.2022574644512404e-08| -|go|github.com/syndtr/gocapability|5.2022574644512404e-08| -|go|github.com/uber/jaeger-client-go|5.2022574644512404e-08| -|go|github.com/vbauerster/mpb/v7|5.2022574644512404e-08| -|go|github.com/vishvananda/netlink|5.2022574644512404e-08| -|go|go.etcd.io/bbolt|5.2022574644512404e-08| -|go|golang.org/x/text|5.2022574644512404e-08| -|go|google.golang.org/protobuf|5.2022574644512404e-08| -|go|gopkg.in/inf.v0|5.2022574644512404e-08| -|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1279395006733815e-08| -|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.055715000663865e-08| -|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.055715000663865e-08| -|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.055715000663865e-08| -|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.055715000663865e-08| -|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.055715000663865e-08| -|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.9172022609196424e-08| -|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.324768253579956e-08| -|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.273282917227829e-08| -|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.180778910549022e-08| -|pypi|[PySide6](https://pyside.org)|4.079042784626532e-08| -|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.038252356780289e-08| -|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9485134155185034e-08| -|pypi|[jmp](https://github.com/deepmind/jmp)|3.626185789761888e-08| -|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|3.626185789761888e-08| -|npm|text-table|3.4169827634294894e-08| -|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3934173650610034e-08| -|pypi|[pika](https://pika.readthedocs.io)|3.0901409338840676e-08| -|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.03731801193731e-08| -|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.03731801193731e-08| -|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9613850616388617e-08| -|cran|[OAIHarvester](NA)|2.9613850616388617e-08| -|rubygems|[hoe-rubygems](http://github.com/jbarnette/hoe-rubygems)|2.4187112490935405e-08| -|rubygems|[hoe-git](http://github.com/jbarnette/hoe-git)|2.4187112490935405e-08| -|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.256293380296274e-08| -|cran|[uroot](https://jalobe.com)|2.2072435242028968e-08| -|pypi|[geomet](https://github.com/geomet/geomet)|1.2339104423495361e-08| -|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.462927722402117e-09| -|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.462927722402117e-09| -|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|pypi|[numpy](https://pypi.org/project/numpy)|0.08781555682489946| +|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030843037680413403| +|cran|R|0.014333174663758925| +|pypi|[scipy](https://pypi.org/project/scipy)|0.011988266764501548| +|pypi|[pytest](https://pypi.org/project/pytest)|0.010831194277526995| +|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.00983084820634088| +|cran|[testthat](https://testthat.r-lib.org)|0.009740931805273585| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009573180595032774| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007795781863148415| +|cran|[httr](https://httr.r-lib.org/)|0.007138370438541421| +|cran|[knitr](https://yihui.org/knitr/)|0.006897272557667082| +|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.00647889667032674| +|spack|[zlib](https://zlib.net)|0.006316519589602442| +|cran|utils|0.00612446743789032| +|cran|methods|0.005807672704749032| +|pypi|[six](https://pypi.org/project/six)|0.005742333824136636| +|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005314264239414953| +|cran|[covr](https://covr.r-lib.org)|0.005167350755215458| +|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004955574228151109| +|pypi|[h5py](http://www.h5py.org)|0.00468665810231873| +|pypi|[colorama](https://github.com/tartley/colorama)|0.004546818248706569| +|pypi|[pytz](https://pypi.org/project/pytz)|0.004439873568276247| +|pypi|[biopython](https://biopython.org/)|0.0044221866577742195| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.00419479241809107| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.0041613821086642095| +|pypi|[pyyaml](https://pyyaml.org/)|0.003669454146083851| +|cran|[tidyr](https://tidyr.tidyverse.org)|0.0035282598845927126| +|pypi|[numba](https://numba.pydata.org)|0.0032837033305898795| +|pypi|[cython](https://pypi.org/project/cython)|0.0032590169579353977| +|pypi|[pandas](https://pypi.org/project/pandas)|0.0032171082962295073| +|pypi|[packaging](https://pypi.org/project/packaging)|0.0031771950922202213| +|pypi|[docutils](http://docutils.sourceforge.net/)|0.003110535487225366| +|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0029960887469467684| +|pypi|[requests](https://pypi.org/project/requests)|0.002717508795084154| +|spack|[python](https://www.python.org/)|0.0026914813408697577| +|cran|[magrittr](https://magrittr.tidyverse.org)|0.0026141325007531958| +|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.002597275608360077| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025918929185822586| +|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.0025898535045987665| +|pypi|[tomli](https://pypi.org/project/tomli)|0.002536290373990081| +|cran|[rlang](https://rlang.r-lib.org)|0.002534225981962583| +|cran|stats|0.002495767127570211| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0024809923438968515| +|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0024468830817195816| +|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023801389594168463| +|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023447897320942584| +|pypi|[future](https://pypi.org/project/future)|0.0022908883871452764| +|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.0021603480515314335| +|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021280066309292515| +|cran|[withr](https://withr.r-lib.org)|0.0020408481530307643| +|pypi|[flake8](https://pypi.org/project/flake8)|0.0020197559571013437| +|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.002001781046692984| +|cran|[tibble](https://tibble.tidyverse.org/)|0.0019697704516398527| +|spack|[pkgconfig](http://pkgconf.org/)|0.0019587289254886| +|pypi|[astropy](http://astropy.org)|0.001929446590541874| +|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018510290183196144| +|pypi|[lxml](https://pypi.org/project/lxml)|0.0018334570203230153| +|pypi|[mock](https://pypi.org/project/mock)|0.001825086163478988| +|spack|[cmake](https://www.cmake.org)|0.0018185665609191757| +|pypi|[nose](https://pypi.org/project/nose)|0.0017985256480692452| +|pypi|[joblib](https://joblib.readthedocs.io)|0.001773939775532382| +|cran|[Rcpp](http://www.rcpp.org)|0.0017400485193705807| +|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017163650646074445| +|spack|openmp|0.0017019783259903983| +|pypi|[seaborn](https://seaborn.pydata.org)|0.0016891101263964248| +|pypi|[pycparser](https://pypi.org/project/pycparser)|0.001669702239659796| +|cran|tools|0.0016584836361852313| +|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016453749941358787| +|pypi|[wheel](https://pypi.org/project/wheel)|0.0016429275277697326| +|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016177828139044615| +|pypi|[idna](https://github.com/kjd/idna)|0.0015916282258756182| +|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015582397868162496| +|pypi|[ipython](https://pypi.org/project/ipython)|0.0015416545864300984| +|pypi|[mpmath](https://pypi.org/project/mpmath)|0.001517976752723491| +|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015094202978005373| +|cran|grDevices|0.001509364876589655| +|cran|[curl](https://github.com/jeroen/curl)|0.001503984504565513| +|cran|graphics|0.0014599456917861685| +|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014507464912790115| +|pypi|[chardet](https://github.com/chardet/chardet)|0.0014208028682513273| +|cran|[vctrs](https://vctrs.r-lib.org/)|0.001411934203540092| +|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0014036896591352924| +|cran|[R6](https://r6.r-lib.org)|0.0013918842343181009| +|pypi|[astroquery](http://astropy.org/astroquery)|0.001377359035717722| +|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013156915473533173| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.00128915636887531| +|cran|[dplyr](https://dplyr.tidyverse.org)|0.0012735271132171633| +|cran|[pryr](https://github.com/hadley/pryr)|0.0012613270697702603| +|pypi|[dask](https://pypi.org/project/dask)|0.001225845550962922| +|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011909174964434648| +|cran|[glue](https://github.com/tidyverse/glue)|0.0011838012790149832| +|pypi|[twine](https://pypi.org/project/twine)|0.001181428816954766| +|pypi|[ipywidgets](http://ipython.org)|0.0011464450501073326| +|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011395260054004575| +|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011368971923071008| +|pypi|[mypy](https://pypi.org/project/mypy)|0.0011243544294432049| +|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011109666161828512| +|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011031816153351437| +|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010946295647355005| +|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010687721286023889| +|pypi|[pillow](https://python-pillow.org)|0.0010576612185431093| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0010379875382425228| +|pypi|[Babel](http://babel.pocoo.org/)|0.0010302031304900367| +|pypi|[click](https://pypi.org/project/click)|0.001027398488505633| +|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009946413347198255| +|pypi|[pygments](https://pypi.org/project/pygments)|0.0009934220951999932| +|pypi|[jinja2](https://pypi.org/project/jinja2)|0.00098756965969725| +|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009729453739438361| +|spack|[qt](https://qt.io)|0.000959773663473443| +|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009586675273968964| +|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009580861594041597| +|pypi|[Cython](http://cython.org/)|0.0009577573235258241| +|spack|[openssl](https://www.openssl.org)|0.0009518594830761323| +|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009490529592977622| +|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009430940722711102| +|pypi|[healpy](http://github.com/healpy)|0.0009352175502369652| +|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009315507916502005| +|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009253892754761078| +|pypi|[psutil](https://pypi.org/project/psutil)|0.0009251980130606327| +|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009250344645798376| +|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009202704277976399| +|pypi|[keras](https://keras.io/)|0.0009175353305356331| +|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009137306850667268| +|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009115312841525651| +|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009098057612248972| +|spack|[automake](https://www.gnu.org/software/automake/)|0.0009086083354850721| +|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009016254380772747| +|pypi|[attrs](https://pypi.org/project/attrs)|0.000888981330236361| +|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.0008886990018123465| +|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008836958743801133| +|pypi|[toml](https://pypi.org/project/toml)|0.0008820830725054823| +|pypi|[tornado](https://pypi.org/project/tornado)|0.0008758537088747815| +|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008708402271897133| +|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008476266135282962| +|pypi|[networkx](https://pypi.org/project/networkx)|0.0008449693448150457| +|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008418825272918564| +|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0008368126477358013| +|spack|[libxml2](http://xmlsoft.org)|0.0008346038655641274| +|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000830145635166379| +|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008228207026635897| +|pypi|[black](https://pypi.org/project/black)|0.0008129127851149351| +|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0008024958962386148| +|pypi|[docopt](https://pypi.org/project/docopt)|0.0008012172882043775| +|spack|[perl](https://www.perl.org)|0.000796356800681863| +|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007949361849890601| +|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007904550904745532| +|spack|threads|0.0007861469333269765| +|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.0007857538232073474| +|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007838982182767889| +|pypi|[py-make](https://github.com/tqdm/pymake)|0.00078201527763| +|pypi|[jupyter](http://jupyter.org)|0.0007674160221289966| +|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007647617864048193| +|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007636442383166196| +|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007595696535791982| +|pypi|[photutils](https://github.com/astropy/photutils)|0.0007583137509166078| +|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007551161738463132| +|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007526288006850944| +|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007517039097194589| +|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007456946632565037| +|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007456622370351205| +|cran|[stringi](https://stringi.gagolewski.com/)|0.0007441734762507352| +|cran|[shiny](https://shiny.rstudio.com/)|0.0007349636958567403| +|cran|[xml2](https://xml2.r-lib.org/)|0.0007344377453141849| +|cran|[mockery](https://github.com/r-lib/mockery)|0.0007329052646927181| +|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007278020588980485| +|cran|[purrr](http://purrr.tidyverse.org)|0.0007213512063220294| +|cran|[cli](https://cli.r-lib.org)|0.0007213234930989399| +|cran|[bit64](https://github.com/truecluster/bit64)|0.0007209525223589252| +|cran|[pillar](https://pillar.r-lib.org/)|0.0007178924697387856| +|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007136566075205403| +|pypi|[asdf](https://pypi.org/project/asdf)|0.0007098410744371141| +|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.000708322497366117| +|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0006983406306342175| +|spack|ca-certificates-mozilla|0.0006937486112198298| +|spack|nasm|0.0006937486112198298| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006887034034326915| +|pypi|[sympy](https://sympy.org)|0.0006885693908254151| +|pypi|[tqdm](https://tqdm.github.io)|0.0006873910972909334| +|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006862073082070917| +|rubygems|[rake](https://github.com/ruby/rake)|0.000679009856976367| +|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006778210803394413| +|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006774411393152237| +|spack|[xz](https://tukaani.org/xz/)|0.0006591824844440709| +|spack|[expat](https://libexpat.github.io/)|0.0006545125561808569| +|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006542490039248323| +|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006521568818052254| +|cran|grid|0.0006489572194765736| +|pypi|[py](https://pypi.org/project/py)|0.0006479340264103967| +|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006465585064890987| +|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.000645557280754696| +|cran|[callr](https://callr.r-lib.org)|0.0006454771750737172| +|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006452540293256543| +|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006294743063279226| +|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006128589322582849| +|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006006469916441429| +|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005996690734524162| +|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005966776018788556| +|pypi|[filelock](https://pypi.org/project/filelock)|0.0005936508384851498| +|pypi|[cffi](https://pypi.org/project/cffi)|0.0005905225669903846| +|pypi|[scikit-learn](http://scikit-learn.org)|0.0005858248848080352| +|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0005857051226155637| +|cran|[DBI](https://dbi.r-dbi.org)|0.000585677421319171| +|spack|[gmake](https://www.gnu.org/software/make/)|0.0005825680635772195| +|cran|[sp](https://github.com/edzer/sp/)|0.0005809495995010152| +|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005799007307932517| +|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005788810575888819| +|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005677670352601013| +|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.00056704116979427| +|cran|parallel|0.0005658423885727411| +|pypi|[zipp](https://pypi.org/project/zipp)|0.0005652137233727864| +|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005641098790973527| +|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005612566876584252| +|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.0005600013348205396| +|pypi|[isal](https://pypi.org/project/isal)|0.0005569974376355747| +|cran|[pracma](NA)|0.0005545958509311486| +|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005523461059792311| +|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005505880988892647| +|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0005502022037852867| +|cran|[stringr](http://stringr.tidyverse.org)|0.0005475458739549828| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005465244042503955| +|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005441082923986057| +|pypi|[jax](https://github.com/google/jax)|0.0005418298891412071| +|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005417910083575473| +|spack|eigen3|0.0005380694143167028| +|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005377282177523938| +|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005372543687628626| +|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.000534424209765728| +|pypi|[absl-py](https://pypi.org/project/absl-py)|0.0005343658371365533| +|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005332540177715812| +|cran|[hms](https://hms.tidyverse.org/)|0.000532737830145386| +|spack|python3|0.0005309110629067245| +|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005165930688978411| +|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005134310125460778| +|pypi|[termcolor](https://pypi.org/project/termcolor)|0.0005134151843852752| +|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005119182012376939| +|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005119182012376939| +|cran|[scales](https://scales.r-lib.org)|0.000511497916142029| +|cran|[processx](https://processx.r-lib.org)|0.0005110938432230355| +|cran|[markdown](https://github.com/rstudio/markdown)|0.0005090906913211434| +|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005078819633617347| +|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005076379970849824| +|pypi|[dill](https://pypi.org/project/dill)|0.0005052989708815987| +|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005009688852648057| +|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004925270325825965| +|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004919978143414356| +|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004910356564958793| +|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004910349214347027| +|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004865080144088151| +|spack|[mbedtls](https://tls.mbed.org)|0.0004811855460678829| +|pypi|[torch](https://pytorch.org/)|0.00048011427292812847| +|pypi|[enum34](https://pypi.org/project/enum34)|0.0004775843511488173| +|pypi|[webencodings](https://pypi.org/project/webencodings)|0.0004759741270746118| +|pypi|[pathlib](https://pypi.org/project/pathlib)|0.0004736369009642903| +|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.00047341533550409654| +|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047198966037961625| +|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.00046846040960771| +|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046349618907958633| +|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.00045763037029730963| +|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004542222798313434| +|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045331438329772496| +|pypi|[cobaya](https://cobaya.readthedocs.io)|0.00044739696312364423| +|pypi|[isort](https://pypi.org/project/isort)|0.0004466493102911627| +|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.00044600681747415785| +|pypi|[decorator](https://github.com/micheles/decorator)|0.00044532593823807794| +|pypi|[brotli](https://pypi.org/project/brotli)|0.0004441360165751167| +|pypi|[types-setuptools](https://github.com/python/typeshed)|0.00044238632878317214| +|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00043890346242127557| +|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.00043888815794746236| +|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0004374608033358479| +|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004363813520863752| +|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004343829798498525| +|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004333485434909772| +|pypi|[olefile](https://pypi.org/project/olefile)|0.00043123182202155783| +|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042817269748737915| +|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.00042706030721120065| +|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004225999584101251| +|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.00042193532352805473| +|cran|RColorBrewer|0.0004208495589279406| +|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004186349121770804| +|rubygems|[webrick](https://github.com/ruby/webrick)|0.0004185269466287057| +|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041705482363166627| +|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041703932329133307| +|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.00041499263763443726| +|pypi|[codecov](https://pypi.org/project/codecov)|0.00041386005825640155| +|cran|[broom](https://broom.tidymodels.org/)|0.0004123345065764771| +|pypi|[pyroma](https://pypi.org/project/pyroma)|0.0004061683891726902| +|pypi|[imageio](https://github.com/imageio/imageio)|0.0004058017660705582| +|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040522102346115| +|spack|diffutils|0.0004011907938681506| +|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004008665335501556| +|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003952856652205679| +|pypi|[plotly](https://pypi.org/project/plotly)|0.00039359482111503045| +|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003926143993389113| +|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.0003898445792709875| +|pypi|[alabaster](https://alabaster.readthedocs.io)|0.00038805730969524046| +|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.000385942506537455| +|cran|[sf](https://r-spatial.github.io/sf/)|0.000385446913931226| +|spack|gtest|0.00038518748063216606| +|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.00038303802162493545| +|pypi|[nbformat](https://pypi.org/project/nbformat)|0.0003812697514929358| +|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0003797178180830313| +|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.000377931290394591| +|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037600035180137403| +|cran|[xts](https://github.com/joshuaulrich/xts)|0.00037360207053214876| +|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.00037290317092134343| +|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037273149330610376| +|cran|[ellipsis](https://ellipsis.r-lib.org)|0.0003711770391140292| +|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003696862519148388| +|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036877914701886156| +|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003650720953034102| +|pypi|[fields](https://pypi.org/project/fields)|0.0003650720953034102| +|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.00036413256850166217| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.0003638511970564035| +|cran|bench|0.0003629410075203175| +|pypi|[pip](https://pypi.org/project/pip)|0.00036264173515764095| +|cran|[plyr](http://had.co.nz/plyr)|0.0003618614221934071| +|spack|[lz4](https://lz4.github.io/lz4/)|0.00036088800137369957| +|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003599308715186325| +|spack|icu4c|0.0003593631912081947| +|cran|[bit](https://github.com/truecluster/bit)|0.0003586424487086111| +|cran|[rgl](https://github.com/dmurdoch/rgl)|0.000357862781783474| +|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003566404345647421| +|pypi|[execnet](https://pypi.org/project/execnet)|0.0003547481892632963| +|pypi|[hunter](https://pypi.org/project/hunter)|0.00035421937465536247| +|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035419452645869695| +|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00035384644501709804| +|rubygems|[bundler](https://bundler.io/)|0.0003506747544756206| +|cran|[fs](https://fs.r-lib.org)|0.000350611344159839| +|cran|[mime](https://github.com/yihui/mime)|0.0003499161335438476| +|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.000347709212179712| +|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003474067342173566| +|pypi|[gym](https://pypi.org/project/gym)|0.0003462551280772913| +|pypi|[xarray](https://pypi.org/project/xarray)|0.0003453255113009826| +|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034478617895407175| +|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003445964296131819| +|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.000344540002254485| +|cran|[generics](https://generics.r-lib.org)|0.0003437234405517506| +|spack|py-numpy|0.0003426823719757156| +|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034227547742837994| +|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.00033983416274817714| +|pypi|[Pygments](https://pypi.org/project/Pygments)|0.0003392487562374833| +|pypi|[pydot](https://pypi.org/project/pydot)|0.0003367308185005096| +|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.00033603944500535575| +|pypi|[munkres](https://pypi.org/project/munkres)|0.00033479568092634437| +|spack|[ninja](https://ninja-build.org/)|0.00033450739129626503| +|spack|[bison](https://www.gnu.org/software/bison/)|0.0003322533244883125| +|cran|evaluate|0.00032837235623201395| +|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0003276763481810908| +|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032685908864790454| +|pypi|[pyproj](https://pypi.org/project/pyproj)|0.0003257825788859171| +|pypi|[pandoc](https://pypi.org/project/pandoc)|0.0003251898317688916| +|pypi|[rich](https://pypi.org/project/rich)|0.0003240828834196451| +|spack|slicer|0.0003239154013015184| +|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.0003229509913195583| +|npm|[express](http://expressjs.com/)|0.0003226540374377236| +|spack|pybind11|0.0003195692593740316| +|spack|[sqlite](https://www.sqlite.org)|0.0003170339677087191| +|cran|tcltk|0.00031562585843949537| +|spack|pythoninterp|0.0003138661772067412| +|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031343976224740803| +|cran|[unix](https://github.com/jeroen/unix)|0.0003119752849350152| +|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031141231763220613| +|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003097699317069347| +|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.0003086346322966002| +|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003083677694459519| +|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00030680900839916625| +|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030643307400897673| +|spack|[zstd](https://facebook.github.io/zstd/)|0.00030633191360846624| +|cran|[maps](NA)|0.00030599520858182866| +|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003042404738389321| +|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003031630191355377| +|cran|[usethis](https://usethis.r-lib.org)|0.0003006623203093263| +|pypi|[python](http://www.python.org/2.5)|0.00029855373636189| +|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.000298449831175625| +|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002978712964341487| +|pypi|[ujson](https://pypi.org/project/ujson)|0.0002955927152889569| +|npm|[lodash](https://lodash.com/)|0.0002930600214311517| +|pypi|[babel](https://pypi.org/project/babel)|0.0002927543750064657| +|pypi|[emcee](https://emcee.readthedocs.io)|0.00029236320816887246| +|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.0002923219818568093| +|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.0002916885130866964| +|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.00029039777135539716| +|cran|[httpcode](https://github.com/sckott/httpcode)|0.0002900121398426978| +|spack|[libffi](https://sourceware.org/libffi/)|0.000288391173881235| +|spack|[tk](https://www.tcl.tk)|0.0002877932774281787| +|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.00028713446427763726| +|pypi|[pooch](https://pypi.org/project/pooch)|0.0002870487908927252| +|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028652343045679256| +|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00028514396728995155| +|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.00028394869921247667| +|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002838828888997435| +|cran|[data.table](https://r-datatable.com)|0.00028388006667306347| +|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002837762111352133| +|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.00028070431127982646| +|cran|[igraph](https://igraph.org)|0.00028051955744586086| +|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002785167369848153| +|pypi|[tzdata](https://pypi.org/project/tzdata)|0.00027806124848383693| +|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.00027797389547162203| +|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.00027794882429067194| +|pypi|[Flask](https://pypi.org/project/Flask)|0.000277894127073261| +|cran|[blob](https://blob.tidyverse.org)|0.0002767856593427562| +|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002742638541925851| +|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00027345979333735716| +|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027264445153962123| +|cran|[lubridate](https://lubridate.tidyverse.org)|0.000272162179596247| +|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.00027092031986523794| +|cran|pkgconfig|0.00027081174240297897| +|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.0002699209892536879| +|spack|[tcl](https://www.tcl.tk/)|0.0002656654304442323| +|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026371205671039494| +|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026353740302217764| +|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.0002622577893666516| +|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002610086767895879| +|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002609918262305822| +|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026047345825963884| +|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0002588723943793551| +|pypi|[keyring](https://pypi.org/project/keyring)|0.0002587414861917478| +|spack|[krb5](https://kerberos.org)|0.0002584166063532451| +|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025821390243606585| +|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025821390243606585| +|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025821390243606585| +|pypi|[tox](https://pypi.org/project/tox)|0.0002579478749815982| +|pypi|[pox](https://pypi.org/project/pox)|0.00025767004422555984| +|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025760822352167474| +|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025760822352167474| +|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.0002576082235216747| +|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.0002576082235216747| +|spack|[libssh2](https://www.libssh2.org/)|0.0002560598763795854| +|spack|[libssh](https://www.libssh.org)|0.0002560598763795854| +|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.0002554736119934612| +|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025439953609847447| +|cran|[gtable](https://gtable.r-lib.org)|0.00025427015970761954| +|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002538569841253132| +|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025332801571513724| +|pypi|[tifffile](https://pypi.org/project/tifffile)|0.0002527641997718305| +|npm|[mocha](https://mochajs.org/)|0.0002519406445525314| +|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.0002515572202339931| +|pypi|[pep517](https://pypi.org/project/pep517)|0.00025146695139421406| +|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002509063417466992| +|spack|[gnutls](https://www.gnutls.org)|0.00025079795121689554| +|spack|[nghttp2](https://nghttp2.org/)|0.00025079795121689554| +|pypi|[reno](https://pypi.org/project/reno)|0.0002505948873388| +|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00024966506747609485| +|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00024953431380275704| +|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.0002484823496738158| +|pypi|[furo](https://pypi.org/project/furo)|0.00024789706096773283| +|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.00024771459559962816| +|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002475154049708462| +|spack|[curl](https://curl.se/)|0.0002463881331950118| +|cran|[png](http://www.rforge.net/png/)|0.00024380907979586327| +|cran|RPostgreSQL|0.0002437886568797663| +|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024308896065033172| +|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0002430044244624378| +|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024263163331321796| +|cran|[survival](https://github.com/therneau/survival)|0.00024153779862268144| +|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.0002411461723492694| +|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002407445509870265| +|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002407445509870265| +|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.00023992145600484785| +|pypi|[wmi](https://pypi.org/project/wmi)|0.00023924402973638802| +|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.0002386117136659436| +|cran|[brio](https://brio.r-lib.org)|0.00023592088810571275| +|pypi|[mappy](https://github.com/lh3/minimap2)|0.0002339880654414277| +|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.0002337056264942459| +|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0002332581510628027| +|cran|[waldo](https://github.com/r-lib/waldo)|0.0002330560092386346| +|cran|[ragg](https://ragg.r-lib.org)|0.0002329956422864963| +|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023225677505333338| +|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.0002312426576899237| +|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023115509761388286| +|pypi|[lz4](https://pypi.org/project/lz4)|0.00023008334640011165| +|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022966408014111675| +|npm|[axios](https://axios-http.com)|0.0002293350631304889| +|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.00022874917851810526| +|pypi|[fs](https://pypi.org/project/fs)|0.0002279295573536048| +|pypi|[semver](https://github.com/python-semver/python-semver)|0.000227119944841231| +|spack|numpy|0.0002271072203284785| +|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002263778031713967| +|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022630540201879336| +|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022421571314029857| +|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002240453294558587| +|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022325108459869848| +|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022169955389484696| +|pypi|[ci-info](https://pypi.org/project/ci-info)|0.00022067188035163832| +|spack|png|0.00021842149174036376| +|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021834005889126014| +|cran|[mgcv](NA)|0.00021696962667927349| +|pypi|[arviz](https://pypi.org/project/arviz)|0.00021684841795361015| +|cran|[xfun](https://github.com/yihui/xfun)|0.00021637943067299978| +|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.000216324517620788| +|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021532742813852108| +|pypi|[gast](https://pypi.org/project/gast)|0.0002150986386883064| +|pypi|[pint](https://pypi.org/project/pint)|0.0002149279575291511| +|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021480549405381916| +|pypi|[multidict](https://pypi.org/project/multidict)|0.00021357673399065893| +|pypi|[notebook](http://jupyter.org)|0.00021282425468283948| +|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021272770821635992| +|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.00021047689020987182| +|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021043963079160486| +|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00020998095481731247| +|pypi|[ultranest](https://pypi.org/project/ultranest)|0.0002095286237304867| +|spack|biosoup|0.00020878524945770066| +|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020841225833607117| +|pypi|[pulp](https://pypi.org/project/pulp)|0.00020828563577549104| +|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020697239294234878| +|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.00020652861502556825| +|rubygems|[hoe](http://www.zenspider.com/projects/hoe.html)|0.0002064967833967058| +|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020643640237661838| +|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020640165301285938| +|cran|Lahman|0.00020636879638381356| +|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020579740062558357| +|pypi|[psycopg2-binary](https://psycopg.org/)|0.0002045705913895272| +|spack|pythonlibs|0.00020393435198207434| +|pypi|[sh](https://github.com/amoffat/sh)|0.00020386100386100386| +|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020348964719897096| +|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020343331038410117| +|pypi|[xattr](https://pypi.org/project/xattr)|0.0002022600829230778| +|spack|libiconv|0.00020225075950181057| +|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.0002003786306032492| +|pypi|[doit](http://pydoit.org)|0.00020025142261479708| +|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00019993731707574852| +|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00019955502401611404| +|cran|lobstr|0.0001991002009856418| +|cran|munsell|0.00019872371696037455| +|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001985463596418043| +|pypi|[redis](https://pypi.org/project/redis)|0.00019833095088203574| +|cran|RMySQL|0.00019585053669476276| +|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019558737967458067| +|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019448352533965092| +|pypi|[theano](http://deeplearning.net/software/theano/)|0.0001940584451701588| +|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019366358193805697| +|cran|[hexbin](https://github.com/edzer/hexbin)|0.0001916217431969927| +|cran|[winch](https://r-prof.github.io/winch/)|0.00019149030633583988| +|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00019117878291634213| +|cran|[abind](NA)|0.0001881229098866569| +|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0001874136751200166| +|pypi|[asv](https://pypi.org/project/asv)|0.0001871261355202517| +|rubygems|[rspec-expectations](https://github.com/rspec/rspec-expectations)|0.00018683839441141156| +|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001856011563297672| +|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0001847252349963847| +|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.0001834438028908896| +|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001831141066568042| +|cran|[rpart](https://github.com/bethatkinson/rpart)|0.00018286656795295006| +|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018245912310541556| +|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.0001821292013603518| +|cran|datasets|0.0001820149038472563| +|pypi|[futures](https://pypi.org/project/futures)|0.00018123160661976634| +|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.0001808866080496117| +|cran|iterators|0.00018065113608171126| +|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001789587852494577| +|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001789587852494577| +|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001789587852494577| +|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001789587852494577| +|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001789587852494577| +|pypi|[http](https://github.com/franckcuny/http)|0.0001789587852494577| +|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001789587852494577| +|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001789587852494577| +|spack|bpython|0.0001789587852494577| +|spack|omegalib|0.0001789587852494577| +|spack|vif|0.0001789587852494577| +|pypi|[conan](https://conan.io)|0.00017893010595694975| +|cran|mapproj|0.000178841211188085| +|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017836225596529285| +|pypi|[libclang](https://pypi.org/project/libclang)|0.00017813611763031856| +|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.00017764161984357553| +|spack|patchelf|0.0001771691973969631| +|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017708006452930717| +|pypi|[flask](https://palletsprojects.com/p/flask)|0.0001767254905841334| +|cran|formattable|0.0001766099314676735| +|cran|[devtools](https://devtools.r-lib.org/)|0.00017585079046776277| +|npm|eslint|0.0001749742269833614| +|npm|[react](https://reactjs.org/)|0.00017442353190974636| +|npm|[react-dom](https://reactjs.org/)|0.00017442353190974636| +|pypi|[nestle](https://pypi.org/project/nestle)|0.0001743976600853197| +|pypi|[edlib](https://github.com/Martinsos/edlib)|0.0001743906184013723| +|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017354231070582687| +|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017343352791719148| +|cran|[bslib](https://rstudio.github.io/bslib/)|0.00017293859436858146| +|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.0001725088225903308| +|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.0001723839480266684| +|cran|[webutils](https://github.com/jeroen/webutils)|0.00017197403008495414| +|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017166029478928849| +|npm|[angular](http://angularjs.org)|0.00017156171452673626| +|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001715143265308556| +|spack|[flex](https://github.com/westes/flex)|0.00017117367037352627| +|cran|graph|0.00017101111935140522| +|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017099083888047945| +|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016893514945832378| +|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016890694517013936| +|pypi|[gdal](https://pypi.org/project/gdal)|0.00016830361273890954| +|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016786994778401418| +|pypi|[jaxlib](https://github.com/google/jax)|0.0001677079120348738| +|pypi|[scikit-bio](http://scikit-bio.org)|0.0001676479702510071| +|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016716212191531188| +|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.00016705203347225787| +|cran|fansi|0.00016650589043156903| +|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016619731949178804| +|cran|[crul](https://docs.ropensci.org/crul/)|0.00016611250793643678| +|pypi|[monotonic](https://pypi.org/project/monotonic)|0.00016554333457585496| +|cran|[rstan](https://mc-stan.org/rstan)|0.00016491362877981303| +|cran|[ape](http://ape-package.ird.fr/)|0.00016488287231674085| +|npm|[fs](https://github.com/npm/security-holder#readme)|0.00016482730082363473| +|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016321107115809398| +|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.0001631286943273058| +|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016289434597039384| +|pypi|[markdown](https://pypi.org/project/markdown)|0.00016202610438879146| +|spack|hip|0.0001619986195629595| +|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016174990961677512| +|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016128914451575552| +|cran|chron|0.00016126837993480066| +|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016106290672451194| +|cran|[readr](https://readr.tidyverse.org)|0.0001606300198242554| +|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015945665266029756| +|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.0001587439949648239| +|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.0001586767895878525| +|pypi|[gunicorn](https://gunicorn.org)|0.00015834014363647362| +|cran|[ps](https://github.com/r-lib/ps#readme)|0.00015733923452698363| +|pypi|[jedi](https://pypi.org/project/jedi)|0.00015713982967360476| +|pypi|[fire](https://pypi.org/project/fire)|0.0001568236196983938| +|pypi|[camb](https://pypi.org/project/camb)|0.00015627864160848722| +|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015570298168696964| +|spack|bioparser|0.00015509761388286333| +|pypi|[python-libsbml](http://sbml.org)|0.00015507192601895196| +|cran|[raster](https://rspatial.org/raster)|0.0001546134034991216| +|pypi|[shapely](https://github.com/shapely/shapely)|0.0001537275750709799| +|pypi|[ete3](http://etetoolkit.org)|0.00015251265365148227| +|pypi|[rsa](https://pypi.org/project/rsa)|0.00015206523090769474| +|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015171627986535123| +|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015108855720282925| +|pypi|[streamlit](https://streamlit.io)|0.00015097727249251111| +|pypi|[texext](https://pypi.org/project/texext)|0.0001508252580756024| +|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015038627767253456| +|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.00014915780683933663| +|pypi|[bmipy](http://csdms.colorado.edu)|0.00014913232104121475| +|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.0001491227339442476| +|spack|libpciaccess|0.0001482837885696578| +|cran|[vroom](https://vroom.r-lib.org)|0.0001477022468738278| +|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014755784233391338| +|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014742894904470343| +|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001470991880981646| +|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001469308166361865| +|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014657866739021651| +|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00014639437085111706| +|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014577946557630422| +|npm|[papaparse](http://papaparse.com)|0.0001453332401157913| +|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.0001452387263452034| +|spack|pmix|0.00014374098863640232| +|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00014292841648590022| +|cran|itertools|0.000142573929885073| +|cran|[forcats](https://forcats.tidyverse.org)|0.0001424677043209259| +|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.0001422714675057408| +|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014220832042144408| +|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014170281995661607| +|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00014151902049036572| +|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.0001412969388495316| +|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.0001412788746763638| +|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014100816031401714| +|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014082216910689063| +|pypi|[ginga](https://pypi.org/project/ginga)|0.00014065532595045096| +|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.0001406104741245739| +|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014018860428240452| +|cran|timeDate|0.00014003502107510018| +|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00013978830549079446| +|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001397724035717321| +|pypi|[blinker](https://pypi.org/project/blinker)|0.00013929110165398215| +|pypi|[httpx](https://pypi.org/project/httpx)|0.0001388518116907585| +|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.00013865114929217305| +|spack|[opengl](https://www.opengl.org/)|0.000138276229099581| +|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013825382098559206| +|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013814444828490378| +|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013792215918571665| +|pypi|[dash](https://plotly.com/dash)|0.00013769442086839152| +|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00013746096759504716| +|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013731026508292| +|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013720173535791756| +|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.0001369673461479143| +|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.00013683223120409215| +|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013619929704956535| +|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013593766139861587| +|npm|[d3](https://d3js.org)|0.00013589555941682528| +|cran|tis|0.00013586561484236283| +|rubygems|[rspec](http://github.com/rspec)|0.00013479183225399333| +|pypi|[simframe](https://github.com/stammler/simframe)|0.00013473039975209173| +|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.00013456520649442595| +|cran|[rJava](http://www.rforge.net/rJava/)|0.00013430085508107914| +|cran|[sys](https://github.com/jeroen/sys)|0.00013414675935971757| +|pypi|[boto3](https://pypi.org/project/boto3)|0.00013406248164401737| +|npm|nestjs|0.0001334607889995956| +|pypi|[pyregion](https://github.com/astropy/pyregion)|0.00013313746990536578| +|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013282082733626644| +|pypi|[argh](https://pypi.org/project/argh)|0.00013273422167131495| +|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00013232767393708567| +|rubygems|[json](http://flori.github.io/json/)|0.00013217259500910683| +|cran|svglite|0.0001313324779221722| +|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.00013123644251626898| +|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.00013123644251626898| +|pypi|[rebound](https://github.com/hannorein/rebound/)|0.00013112072144634305| +|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.0001309326473822544| +|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013070786353462503| +|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.00013052408404636148| +|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00012995816547877286| +|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00012986584547050925| +|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001296962168003383| +|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012945664777115376| +|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012939861957873724| +|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012939861957873724| +|cran|ggplot2movies|0.00012931606420455284| +|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012897538190746684| +|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012892988104487091| +|pypi|[plac](https://pypi.org/project/plac)|0.00012854186621404624| +|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012848636556313627| +|npm|[rollup](https://rollupjs.org/)|0.00012742295334070044| +|cran|[sass](https://github.com/rstudio/sass)|0.00012734526259476265| +|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012696951335363239| +|cran|[desc](https://github.com/r-lib/desc#readme)|0.000126817124692932| +|cran|quantreg|0.00012671605667884407| +|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012670649612248975| +|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012617811085824385| +|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.00012609053018090063| +|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012603189296704406| +|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.00012581417487068244| +|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012575689494886893| +|pypi|[email-validator](https://pypi.org/project/email-validator)|0.0001257378308312235| +|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012572241790890617| +|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.0001253065431690368| +|cran|[terra](https://rspatial.org/terra/)|0.00012498533983134314| +|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012431044370880094| +|cran|interp|0.00012417959706346652| +|pypi|[django](https://pypi.org/project/django)|0.00012414563292623989| +|cran|multcomp|0.0001240711667566096| +|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.0001240057845263919| +|spack|[re2c](https://re2c.org/index.html)|0.00012374565634932334| +|spack|[libarchive](https://www.libarchive.org)|0.00012360911571032717| +|spack|[libuv](https://libuv.org)|0.00012360911571032717| +|cran|profvis|0.00012339551105921667| +|cran|assertthat|0.00012318065137309259| +|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.0001231672948158855| +|pypi|[panel](https://pypi.org/project/panel)|0.00012274488034673728| +|spack|cython|0.00012271459559962813| +|cran|RUnit|0.0001226413449776619| +|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012246395304325636| +|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012246395304325636| +|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001224041634240826| +|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.0001222885032537961| +|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00012206032970818063| +|pypi|[livereload](https://pypi.org/project/livereload)|0.00012205008606885102| +|pypi|[tables](https://pypi.org/project/tables)|0.00012204318622883208| +|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.00012188207670854092| +|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012174398055911066| +|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012157581889762911| +|pypi|[pyia](http://github.com/adrn/pyia)|0.00012145336225596529| +|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012128219788422132| +|cran|isoband|0.00012123768109092031| +|cran|[lme4](https://github.com/lme4/lme4/)|0.00012104381533545381| +|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00012095748909441968| +|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012093515723747301| +|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012079480257159922| +|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012076522966016297| +|pypi|[munch](https://pypi.org/project/munch)|0.00012050753577481609| +|spack|py-setuptools|0.00012042566539201589| +|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012025328569605716| +|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.00012022861306941431| +|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.0001196958952110796| +|pypi|[distributed](https://distributed.dask.org)|0.00011953346867228723| +|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011944720788903763| +|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.0001193058568329718| +|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.0001193058568329718| +|pypi|[udatetime](https://github.com/freach/udatetime)|0.0001193058568329718| +|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0001193058568329718| +|pypi|[requests_file](http://github.com/dashea/requests-file)|0.0001193058568329718| +|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.0001193058568329718| +|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.0001193058568329718| +|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.0001193058568329718| +|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.0001193058568329718| +|pypi|[cogent3](https://cogent3.org)|0.0001193058568329718| +|spack|sqlite3|0.0001193058568329718| +|spack|triqs|0.0001193058568329718| +|spack|cminx|0.0001193058568329718| +|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.0001193058568329718| +|cran|[isotree](https://github.com/david-cortes/isotree)|0.0001193058568329718| +|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011918363329198363| +|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011887917269221499| +|pypi|[Django](https://pypi.org/project/Django)|0.00011872020411979477| +|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011855736860982491| +|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011850310052284645| +|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00011835370432170867| +|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011776589883965155| +|pypi|[ads](http://www.github.com/andycasey/ads/)|0.0001165337501594998| +|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011637263883005228| +|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011605619533400287| +|pypi|[parso](https://pypi.org/project/parso)|0.00011572622460590608| +|npm|[ajv](https://ajv.js.org)|0.00011568255679127984| +|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011498773847521865| +|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011454253167937971| +|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011447396963123645| +|cran|stats4|0.00011441716077446686| +|cran|[DT](https://github.com/rstudio/DT)|0.00011431179821535118| +|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011401011329769908| +|cran|[magick](https://docs.ropensci.org/magick/)|0.0001136472478328052| +|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011357533440336394| +|pypi|[mistune](https://pypi.org/project/mistune)|0.00011336845659515996| +|pypi|[pycurl](http://pycurl.io/)|0.00011324699077027774| +|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011297417739648207| +|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011294765924235676| +|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011236313461312003| +|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.0001122120597583151| +|pypi|[holoviews](https://www.holoviews.org)|0.00011196870093359466| +|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.00011191991404796286| +|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011189436777676938| +|pypi|[typer](https://pypi.org/project/typer)|0.00011182565591848152| +|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.00011152687148612155| +|pypi|[shiboken2](https://www.pyside.org)|0.00011126225596529283| +|spack|[pcre](https://www.pcre.org)|0.00011117311440846863| +|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011078400991633096| +|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011018168255809743| +|cran|[future](https://future.futureverse.org)|0.00011004499506761291| +|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00010974880969885411| +|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010957029321564813| +|rubygems|[faraday](https://lostisland.github.io/faraday)|0.00010893072125813449| +|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010888244801172458| +|pypi|[fluids](https://github.com/CalebBell/fluids)|0.000108723272389216| +|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010859440308391738| +|spack|[graphviz](http://www.graphviz.org)|0.00010846333654364294| +|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010816119652030044| +|npm|[nyc](https://istanbul.js.org/)|0.00010796897978045378| +|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0001079457298748426| +|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010762091338704677| +|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010737527114967462| +|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010737527114967462| +|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010729199156445722| +|pypi|[testpath](https://pypi.org/project/testpath)|0.00010721216889716259| +|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010700860448300798| +|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.0001069976545272452| +|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010676102822290827| +|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010675791062422585| +|spack|[guile](https://www.gnu.org/software/guile/)|0.00010673064694856582| +|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.000106426908987356| +|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010591847829050839| +|pypi|[pbr](https://pypi.org/project/pbr)|0.00010589674113715263| +|pypi|[json5](https://pypi.org/project/json5)|0.00010586502478457633| +|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010542831528460597| +|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010495636830976675| +|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001047836137814921| +|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010476066971162697| +|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010460560199277582| +|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010458582817617285| +|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.0001045450075098585| +|pypi|[astroML_addons](http://astroML.github.com)|0.00010439262472885033| +|pypi|[os](https://pypi.org/project/os)|0.00010439262472885033| +|pypi|[time](UNKNOWN)|0.00010439262472885033| +|spack|py-six|0.00010398508258758007| +|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001037241128329102| +|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010369487262937916| +|cran|cachem|0.00010349898167965502| +|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010262594767389835| +|pypi|[stopit](https://pypi.org/project/stopit)|0.0001023680594797572| +|pypi|[skimage](https://pypi.org/project/skimage)|0.00010203362255965292| +|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010141518697666317| +|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010114461539028576| +|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010096475984113545| +|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010092483574144054| +|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010090162214529808| +|cran|[promises](https://rstudio.github.io/promises)|0.00010075397658456661| +|cran|[reshape2](https://github.com/hadley/reshape)|0.00010064458667533165| +|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010031406426277384| +|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010010451561158898| +|pypi|[zope.interface](https://pypi.org/project/zope.interface)|9.99933857021867e-05| +|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.942154736080983e-05| +|pypi|[reproject](https://pypi.org/project/reproject)|9.926049371724979e-05| +|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.919335623022335e-05| +|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.91573931469579e-05| +|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.906931537580865e-05| +|pypi|[docker](https://github.com/docker/docker-py)|9.903700864211714e-05| +|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.899847824162202e-05| +|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.8337852494577e-05| +|pypi|[Keras](https://keras.io/)|9.792262132618774e-05| +|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.784344561250176e-05| +|spack|[boost](https://www.boost.org)|9.716143025706872e-05| +|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.65097029187037e-05| +|pypi|[sunpy](https://pypi.org/project/sunpy)|9.65004905641549e-05| +|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.645310401817993e-05| +|pypi|[nbclient](https://pypi.org/project/nbclient)|9.613680629749054e-05| +|pypi|[gwpy](https://gwpy.github.io)|9.608970249366503e-05| +|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.60631452632132e-05| +|cran|[base64enc](http://www.rforge.net/base64enc)|9.600924691138161e-05| +|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.587077781220949e-05| +|pypi|[async_generator](https://pypi.org/project/async_generator)|9.580077692682279e-05| +|pypi|[geopandas](http://geopandas.org)|9.568921389132656e-05| +|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.546355500872854e-05| +|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.472205157781349e-05| +|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.467033314521453e-05| +|pypi|[pycosat](https://pypi.org/project/pycosat)|9.453756655492013e-05| +|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.446925205987999e-05| +|npm|[tape](https://github.com/substack/tape)|9.39811033708443e-05| +|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.348886553422603e-05| +|npm|[three](https://threejs.org/)|9.34880694143167e-05| +|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.345625451916125e-05| +|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.337438173697053e-05| +|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.335273593001358e-05| +|pypi|[cigar](https://github.com/brentp/cigar)|9.3058568329718e-05| +|pypi|[IPython](https://ipython.org)|9.283054916775663e-05| +|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.282576353828729e-05| +|cran|sfsmisc|9.220735542931572e-05| +|pypi|[urllib](https://urllib3.readthedocs.io/)|9.219088937093274e-05| +|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.193017453101717e-05| +|cran|[Cairo](http://www.rforge.net/Cairo/)|9.190451055049064e-05| +|pypi|[websockets](https://pypi.org/project/websockets)|9.188944236091892e-05| +|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.183191401873614e-05| +|rubygems|[rdoc](https://ruby.github.io/rdoc)|9.174990766977962e-05| +|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.164159066988408e-05| +|npm|[yargs](https://yargs.js.org/)|9.137953416695282e-05| +|cran|tinytex|9.131920217228869e-05| +|pypi|[jeepney](https://pypi.org/project/jeepney)|9.098817592809683e-05| +|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.089970044416899e-05| +|pypi|[pytorch](http://pytorch.org)|9.089970044416899e-05| +|spack|py-jinja2|9.089746582585542e-05| +|npm|[tap](http://www.node-tap.org/)|9.078504202949802e-05| +|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.062218812628776e-05| +|spack|py-pip|9.030886384114788e-05| +|spack|py-wheel|9.030886384114788e-05| +|spack|py-sphinxcontrib-websupport|9.030886384114788e-05| +|spack|py-sphinxcontrib-applehelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-devhelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-jsmath|9.030886384114788e-05| +|spack|py-sphinxcontrib-htmlhelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-serializinghtml|9.030886384114788e-05| +|spack|py-sphinxcontrib-qthelp|9.030886384114788e-05| +|spack|py-pygments|9.030886384114788e-05| +|spack|py-docutils|9.030886384114788e-05| +|spack|py-snowballstemmer|9.030886384114788e-05| +|spack|py-babel|9.030886384114788e-05| +|spack|py-alabaster|9.030886384114788e-05| +|spack|py-imagesize|9.030886384114788e-05| +|spack|py-requests|9.030886384114788e-05| +|spack|py-sphinx-rtd-theme|9.030886384114788e-05| +|spack|py-packaging|9.030886384114788e-05| +|spack|py-importlib-metadata|9.030886384114788e-05| +|spack|py-colorama|9.030886384114788e-05| +|pypi|[cftime](https://pypi.org/project/cftime)|9.027460615568635e-05| +|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.02365259469381e-05| +|pypi|[partd](https://pypi.org/project/partd)|9.014685022732333e-05| +|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.013250915361345e-05| +|pypi|[regions](https://github.com/astropy/regions)|8.974405762729665e-05| +|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.969976459587145e-05| +|cran|[insight](https://easystats.github.io/insight/)|8.968081245222715e-05| +|pypi|[green](https://github.com/CleanCut/green)|8.947939262472885e-05| +|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.947939262472885e-05| +|pypi|[GetDist](https://getdist.readthedocs.io)|8.947939262472885e-05| +|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.947939262472885e-05| +|pypi|[cherrypy](https://www.cherrypy.org)|8.947939262472885e-05| +|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.947939262472885e-05| +|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.947939262472885e-05| +|pypi|[South](http://south.aeracode.org/)|8.947939262472885e-05| +|pypi|[radio-pyse](http://docs.transientskp.org/)|8.947939262472885e-05| +|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.947939262472885e-05| +|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.947939262472885e-05| +|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.947939262472885e-05| +|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.947939262472885e-05| +|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.947939262472885e-05| +|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.947939262472885e-05| +|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.947939262472885e-05| +|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.947939262472885e-05| +|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.947939262472885e-05| +|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.947939262472885e-05| +|pypi|[openmdao](http://openmdao.org)|8.947939262472885e-05| +|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.947939262472885e-05| +|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.947939262472885e-05| +|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.947939262472885e-05| +|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.947939262472885e-05| +|spack|liblzma|8.947939262472885e-05| +|spack|lapacke|8.947939262472885e-05| +|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.947939262472885e-05| +|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.947939262472885e-05| +|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.947939262472885e-05| +|npm|[quasar](https://quasar.dev)|8.947939262472885e-05| +|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.947939262472885e-05| +|pypi|[ppft](https://pypi.org/project/ppft)|8.9440487990835e-05| +|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.939744746428378e-05| +|npm|[vows](https://github.com/cloudhead/vows)|8.874904836081389e-05| +|pypi|[zarr](https://pypi.org/project/zarr)|8.866131223197627e-05| +|cran|[parameters](https://easystats.github.io/parameters/)|8.850129892956998e-05| +|cran|dichromat|8.843730931278016e-05| +|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.833426226895967e-05| +|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.833222092441182e-05| +|npm|[webpack](https://github.com/webpack/webpack)|8.814719663168115e-05| +|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.78689062588895e-05| +|pypi|[autograd](https://pypi.org/project/autograd)|8.784633022611213e-05| +|pypi|[wxPython](https://pypi.org/project/wxPython)|8.775371862410907e-05| +|cran|jquerylib|8.72509851043479e-05| +|pypi|[contourpy](https://pypi.org/project/contourpy)|8.724252505702976e-05| +|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.718504922409478e-05| +|cran|[downlit](https://downlit.r-lib.org/)|8.717521451925908e-05| +|pypi|[terminado](https://pypi.org/project/terminado)|8.706542396448177e-05| +|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.699268427544553e-05| +|pypi|[orjson](https://pypi.org/project/orjson)|8.672611390148137e-05| +|rubygems|[tzinfo](https://tzinfo.github.io)|8.637094751132556e-05| +|pypi|[iminuit](https://pypi.org/project/iminuit)|8.635657150604276e-05| +|pypi|[deprecated](https://pypi.org/project/deprecated)|8.568646011237818e-05| +|pypi|[pyvo](https://github.com/astropy/pyvo)|8.565960745007996e-05| +|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.531010192895294e-05| +|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.520853276190644e-05| +|pypi|[debugpy](https://pypi.org/project/debugpy)|8.51536313954568e-05| +|pypi|[Six](https://pypi.org/project/Six)|8.50165910981358e-05| +|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.483107289347103e-05| +|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.456281865620433e-05| +|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.453611192373885e-05| +|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.432442752556554e-05| +|cran|[lintr](https://github.com/jimhester/lintr)|8.405224953042006e-05| +|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.39703269016308e-05| +|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.389615423822283e-05| +|pypi|[biom-format](http://www.biom-format.org)|8.386828904555313e-05| +|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.331736767293126e-05| +|pypi|[gitpython](https://pypi.org/project/gitpython)|8.323664260664048e-05| +|pypi|[yt](https://github.com/yt-project/yt)|8.27094407761436e-05| +|npm|[jshint](http://jshint.com/)|8.261780470072226e-05| +|pypi|[iso8601](https://pypi.org/project/iso8601)|8.254559950933988e-05| +|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.238435999454946e-05| +|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.233368926983962e-05| +|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.22302998973085e-05| +|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.217439490313346e-05| +|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.145267890306344e-05| +|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.1402167279187e-05| +|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.104184920949222e-05| +|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.09458787263038e-05| +|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.056737664650399e-05| +|cran|[openssl](https://github.com/jeroen/openssl)|8.048903763691115e-05| +|cran|labeling|7.975743583608206e-05| +|pypi|[alembic](https://alembic.sqlalchemy.org)|7.971505157664856e-05| +|cran|[testit](https://github.com/yihui/testit)|7.95883849133935e-05| +|pypi|[flaky](https://pypi.org/project/flaky)|7.951384370237452e-05| +|cran|igraphdata|7.943380296540616e-05| +|cran|[backports](https://github.com/r-lib/backports)|7.942755565233374e-05| +|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.942224807838054e-05| +|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.939540556624573e-05| +|pypi|[kaleido](https://pypi.org/project/kaleido)|7.8982010131885e-05| +|pypi|[deap](https://pypi.org/project/deap)|7.8947893691099e-05| +|cran|[uuid](http://www.rforge.net/uuid)|7.88449756463702e-05| +|pypi|[freezegun](https://pypi.org/project/freezegun)|7.870910483620497e-05| +|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.867560235301954e-05| +|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.864353650687708e-05| +|pypi|[getdist](https://getdist.readthedocs.io)|7.863875116207005e-05| +|pypi|[appnope](https://pypi.org/project/appnope)|7.862809254750326e-05| +|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.853516310578961e-05| +|pypi|[asttokens](https://pypi.org/project/asttokens)|7.851477628535621e-05| +|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.83657792189658e-05| +|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.797992827359118e-05| +|rubygems|[numerizer](http://github.com/jduff/numerizer)|7.795444685466376e-05| +|pypi|[corner](https://corner.readthedocs.io)|7.787268590188274e-05| +|pypi|[rasterio](https://pypi.org/project/rasterio)|7.764231884883083e-05| +|pypi|[executing](https://pypi.org/project/executing)|7.762671013299049e-05| +|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.727765726681127e-05| +|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.698979485420064e-05| +|pypi|[distro](https://pypi.org/project/distro)|7.697602474177749e-05| +|pypi|[fastapi](https://pypi.org/project/fastapi)|7.64919224804438e-05| +|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.644096684226836e-05| +|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.638768111423127e-05| +|cran|[spatstat.linnet](http://spatstat.org/)|7.638749623140648e-05| +|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.62222265363093e-05| +|pypi|[pylint](http://pylint.pycqa.org)|7.593077638129134e-05| +|cran|KernSmooth|7.591395443284892e-05| +|cran|[units](https://github.com/r-quantities/units/)|7.58748614468855e-05| +|cran|[spdep](https://github.com/r-spatial/spdep/)|7.584032882474764e-05| +|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.57610686271946e-05| +|pypi|[elementpath](https://pypi.org/project/elementpath)|7.565769672877289e-05| +|cran|MatrixModels|7.560752527032068e-05| +|cran|[readxl](https://readxl.tidyverse.org)|7.543948785558959e-05| +|cran|splines|7.531058834555218e-05| +|pypi|[botocore](https://github.com/boto/botocore)|7.530241181607597e-05| +|spack|qt4|7.521456191643874e-05| +|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.50986670571439e-05| +|cran|[spatstat](http://spatstat.org/)|7.500123566049891e-05| +|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.475481081803653e-05| +|cran|triebeard|7.448935737527114e-05| +|pypi|[atari-py](https://pypi.org/project/atari-py)|7.427645229682867e-05| +|cran|[memoise](https://github.com/r-lib/memoise)|7.418904485906043e-05| +|cran|[DBItest](https://dbitest.r-dbi.org)|7.403730054928695e-05| +|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|7.399419420696694e-05| +|rubygems|[ruby2_keywords](https://github.com/ruby/ruby2_keywords)|7.38204989154013e-05| +|pypi|[invoke](https://pypi.org/project/invoke)|7.370905547989296e-05| +|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.350092965602726e-05| +|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.346871540621415e-05| +|cran|[spatstat.geom](http://spatstat.org/)|7.344410065746467e-05| +|pypi|[ipdb](https://pypi.org/project/ipdb)|7.34226650798841e-05| +|spack|libpng|7.33787390915174e-05| +|pypi|[specutils](https://pypi.org/project/specutils)|7.337549584862215e-05| +|pypi|[lockfile](https://pypi.org/project/lockfile)|7.335934533447976e-05| +|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|7.335490241065556e-05| +|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.32802356717758e-05| +|pypi|[retrying](https://github.com/rholder/retrying)|7.324863507701267e-05| +|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.300748194321946e-05| +|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.283353818924274e-05| +|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.283353818924274e-05| +|cran|rasterVis|7.248784720369984e-05| +|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.230657989877078e-05| +|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.230657989877078e-05| +|cran|[rjson](https://github.com/alexcb/rjson)|7.225739471347525e-05| +|pypi|[igraph](https://pypi.org/project/igraph)|7.222463112702525e-05| +|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.193545667315188e-05| +|pypi|[pymysql](https://pypi.org/project/pymysql)|7.193007207870716e-05| +|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.173627762000444e-05| +|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.158351409978308e-05| +|pypi|[hope](http://hope.phys.ethz.ch)|7.158351409978308e-05| +|pypi|[amuse-framework](http://www.amusecode.org/)|7.158351409978308e-05| +|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.158351409978308e-05| +|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.158351409978308e-05| +|pypi|[superfreq](http://adrian.pw/superfreq)|7.158351409978308e-05| +|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.158351409978308e-05| +|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.158351409978308e-05| +|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.158351409978308e-05| +|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.158351409978308e-05| +|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.158351409978308e-05| +|pypi|[patool](http://wummel.github.io/patool/)|7.158351409978308e-05| +|pypi|[chemparse](https://pypi.org/project/chemparse)|7.158351409978308e-05| +|pypi|[importlib](https://github.com/brettcannon/importlib)|7.158351409978308e-05| +|pypi|[gwtools](https://pypi.org/project/gwtools)|7.158351409978308e-05| +|spack|sgx|7.158351409978308e-05| +|spack|sphinx|7.158351409978308e-05| +|spack|curses|7.158351409978308e-05| +|spack|torch|7.158351409978308e-05| +|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.158351409978308e-05| +|cran|tuneR|7.158351409978308e-05| +|cran|[mapiso](https://github.com/riatelab/mapiso)|7.158351409978308e-05| +|cran|[spatstat.utils](http://spatstat.org/)|7.151534330299e-05| +|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.131265505556194e-05| +|pypi|[music21](https://github.com/cuthbertLab/music21)|7.125813449023861e-05| +|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.125813449023861e-05| +|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.122047409753183e-05| +|pypi|[python-snappy](https://pypi.org/project/python-snappy)|7.115321363349234e-05| +|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.114396882759032e-05| +|npm|[bootstrap](https://getbootstrap.com/)|7.102673043782806e-05| +|pypi|[patsy](https://github.com/pydata/patsy)|7.095282710497326e-05| +|cran|[cellranger](https://github.com/rsheets/cellranger)|7.019816476964772e-05| +|cran|[praise](https://github.com/gaborcsardi/praise)|7.014356091983347e-05| +|spack|py-typing|7.006905473051889e-05| +|pypi|[trio](https://pypi.org/project/trio)|6.992576705153304e-05| +|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|6.985537501804287e-05| +|pypi|[param](https://pypi.org/project/param)|6.970777735968703e-05| +|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.968875797385886e-05| +|cran|diffviewer|6.952387839582396e-05| +|pypi|[capturer](https://capturer.readthedocs.io)|6.943174810201569e-05| +|cran|rprintf|6.940998424216733e-05| +|pypi|[Biopython](https://pypi.org/project/Biopython)|6.939126898047721e-05| +|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.936586911808956e-05| +|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.929730416797715e-05| +|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.880449096792062e-05| +|cran|[mapview](https://github.com/r-spatial/mapview)|6.879174805697555e-05| +|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.832971800433839e-05| +|cran|[future.apply](https://future.apply.futureverse.org)|6.832514945410433e-05| +|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.83216256597742e-05| +|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.831992337841513e-05| +|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.809056149729815e-05| +|rubygems|[simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter)|6.775703077548806e-05| +|rubygems|[simplecov-html](https://github.com/simplecov-ruby/simplecov-html)|6.775703077548806e-05| +|rubygems|[docile](https://ms-ati.github.io/docile/)|6.775703077548806e-05| +|spack|[pcre2](https://www.pcre.org)|6.7664238859026e-05| +|pypi|[dominate](https://github.com/Knio/dominate/)|6.759791184953874e-05| +|spack|gl|6.741963712101121e-05| +|pypi|[pathspec](https://pypi.org/project/pathspec)|6.709828927200832e-05| +|pypi|[dnspython](https://pypi.org/project/dnspython)|6.68963252620558e-05| +|pypi|[traits](https://pypi.org/project/traits)|6.679814571678654e-05| +|pypi|[twisted](https://pypi.org/project/twisted)|6.675215169441173e-05| +|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.673796183863057e-05| +|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.63676511111273e-05| +|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.63399439919686e-05| +|pypi|[dgl](https://github.com/dmlc/dgl)|6.626898047722343e-05| +|npm|[debug](https://github.com/debug-js/debug#readme)|6.6126997196344e-05| +|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.61236609633271e-05| +|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.604431360396653e-05| +|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.599558104100328e-05| +|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.599481233553691e-05| +|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.593334619705772e-05| +|pypi|[grapheme](https://pypi.org/project/grapheme)|6.547690597300343e-05| +|pypi|[about-time](https://pypi.org/project/about-time)|6.547690597300343e-05| +|pypi|[types-backports](https://pypi.org/project/types-backports)|6.545751342061488e-05| +|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.530461729160211e-05| +|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.526296716848001e-05| +|npm|[react-select](https://github.com/JedWatson/react-select)|6.518744210027273e-05| +|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.51799952339744e-05| +|pypi|[tblib](https://pypi.org/project/tblib)|6.502643660088173e-05| +|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.489714190364949e-05| +|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.478684053510307e-05| +|rubygems|[liquid](http://www.liquidmarkup.org)|6.469847429888442e-05| +|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.464830138741754e-05| +|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.462400578452639e-05| +|pypi|[tess-point](https://pypi.org/project/tess-point)|6.459533579386773e-05| +|npm|[chai](http://chaijs.com)|6.459397080807513e-05| +|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.457823901411379e-05| +|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.457773339879309e-05| +|pypi|[paramiko](https://pypi.org/project/paramiko)|6.450861115377639e-05| +|cran|boot|6.444863431643784e-05| +|pypi|[pip-run](https://pypi.org/project/pip-run)|6.434385443476716e-05| +|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.423342113418036e-05| +|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|6.407090575443124e-05| +|pypi|[pynvml](http://www.nvidia.com/)|6.406453362255966e-05| +|cran|asciicast|6.403432244714841e-05| +|pypi|[pygame](https://www.pygame.org)|6.388491735466231e-05| +|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.385254122641289e-05| +|rubygems|[github-pages](https://github.com/github/pages-gem)|6.382863340563992e-05| +|cran|[performance](https://easystats.github.io/performance/)|6.37171738813109e-05| +|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.362765103834658e-05| +|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.352441451007603e-05| +|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.351747910422832e-05| +|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.331043055679503e-05| +|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.331043055679503e-05| +|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.327144666196726e-05| +|cran|[qs](https://github.com/traversc/qs)|6.325008355746344e-05| +|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.322609997281775e-05| +|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.311882172393614e-05| +|cran|[gh](https://gh.r-lib.org/)|6.305468421021885e-05| +|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.299813095322272e-05| +|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.295641270418174e-05| +|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.291018397749739e-05| +|npm|[cytoscape](http://js.cytoscape.org)|6.287186241090796e-05| +|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.253306636107532e-05| +|cran|later|6.249280464116469e-05| +|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.241175258354958e-05| +|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.229978694355238e-05| +|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.226546542742689e-05| +|cran|[jpeg](http://www.rforge.net/jpeg/)|6.212550289206181e-05| +|pypi|[glob2](https://pypi.org/project/glob2)|6.212255965292842e-05| +|cran|[spatstat.random](http://spatstat.org/)|6.21113955268251e-05| +|npm|[pg](https://github.com/brianc/node-postgres)|6.197706848466067e-05| +|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.189325540638217e-05| +|cran|[showtext](https://github.com/yixuan/showtext)|6.150605484505661e-05| +|pypi|[cvxopt](http://cvxopt.org)|6.148512550356368e-05| +|pypi|[celery](https://pypi.org/project/celery)|6.139448390116606e-05| +|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.12339761781871e-05| +|spack|[jpeg](http://www.ijg.org)|6.121621676154418e-05| +|pypi|[rich-click](https://github.com/ewels/rich-click)|6.0992945795924334e-05| +|cran|[webp](https://github.com/jeroen/webp#readme)|6.0960450956757585e-05| +|cran|[V8](https://github.com/jeroen/v8)|6.087411581627842e-05| +|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.084782882205003e-05| +|cran|[cowplot](https://wilkelab.org/cowplot/)|6.082210800614203e-05| +|spack|libx11|6.071709638543202e-05| +|pypi|[pyface](http://docs.enthought.com/pyface)|6.051889009399855e-05| +|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.042535736136604e-05| +|cran|[rvest](http://rvest.tidyverse.org/)|6.018031999758167e-05| +|pypi|[Shapely](https://pypi.org/project/Shapely)|6.012052513049447e-05| +|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.007902076231794e-05| +|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.007008176205573e-05| +|pypi|[mne](https://mne.tools/dev/)|5.9835337714261414e-05| +|pypi|[gnuplot](https://github.com/gnuplot)|5.96529284164859e-05| +|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.96529284164859e-05| +|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.96529284164859e-05| +|pypi|[jsonify](https://pypi.org/project/jsonify)|5.96529284164859e-05| +|pypi|[gpytorch](https://gpytorch.ai)|5.96529284164859e-05| +|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.96529284164859e-05| +|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.96529284164859e-05| +|pypi|[nnde](https://github.com/elwinter/nnde)|5.96529284164859e-05| +|pypi|[extern](https://pypi.org/project/extern)|5.96529284164859e-05| +|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.96529284164859e-05| +|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.96529284164859e-05| +|pypi|[ripser](https://ripser.scikit-tda.org)|5.96529284164859e-05| +|pypi|[python-copasi](http://copasi.org)|5.96529284164859e-05| +|pypi|[Numpy](https://www.numpy.org)|5.96529284164859e-05| +|pypi|[Matplotlib](https://matplotlib.org)|5.96529284164859e-05| +|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.96529284164859e-05| +|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.96529284164859e-05| +|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.96529284164859e-05| +|pypi|[coplot](https://pypi.org/project/coplot)|5.96529284164859e-05| +|pypi|[pyYAML](https://pyyaml.org/)|5.96529284164859e-05| +|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.96529284164859e-05| +|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.96529284164859e-05| +|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.96529284164859e-05| +|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.96529284164859e-05| +|pypi|[tartiflette](https://tartiflette.io)|5.96529284164859e-05| +|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.96529284164859e-05| +|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.96529284164859e-05| +|pypi|[PuLP](https://github.com/coin-or/pulp)|5.96529284164859e-05| +|pypi|[clawpack](http://www.clawpack.org)|5.96529284164859e-05| +|pypi|[PyEscape](https://github.com/qaviton/escape)|5.96529284164859e-05| +|pypi|[mc3](https://github.com/pcubillos/mc3)|5.96529284164859e-05| +|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.96529284164859e-05| +|spack|pythonextensions|5.96529284164859e-05| +|spack|qt5|5.96529284164859e-05| +|cran|[taxa](https://docs.ropensci.org/taxa/)|5.96529284164859e-05| +|cran|[vegdata](http://germansl.infinitenature.org)|5.96529284164859e-05| +|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.964696312364425e-05| +|spack|[hdf5](https://portal.hdfgroup.org)|5.958327855131285e-05| +|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.953229108167516e-05| +|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9306884498697955e-05| +|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.9271581345822666e-05| +|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.913478415653585e-05| +|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.913478415653585e-05| +|pypi|[odfpy](https://pypi.org/project/odfpy)|5.913478415653585e-05| +|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.905639913232104e-05| +|pypi|[argparse-manpage-birdtools](https://github.com/wwood/argparse-manpage-birdtools)|5.905639913232104e-05| +|npm|loose-envify|5.905639913232104e-05| +|cran|js|5.905639913232104e-05| +|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.9034812157654745e-05| +|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.8864825332591784e-05| +|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.880875410172658e-05| +|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.870630160958092e-05| +|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.856795968053452e-05| +|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.855651132049891e-05| +|pypi|[mercurial](https://mercurial-scm.org/)|5.855651132049891e-05| +|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.854618088771477e-05| +|pypi|[libcst](https://pypi.org/project/libcst)|5.8519503274653776e-05| +|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.8519503274653776e-05| +|pypi|[radvel](https://pypi.org/project/radvel)|5.8488276004544984e-05| +|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.8420519343873136e-05| +|cran|rsconnect|5.8413164844097355e-05| +|pypi|[Mako](https://www.makotemplates.org/)|5.8289535618033444e-05| +|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.82477796516571e-05| +|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.810350170436938e-05| +|pypi|[cupy](https://pypi.org/project/cupy)|5.8054657385247316e-05| +|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.8019525426336765e-05| +|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.791601507714528e-05| +|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7708653523527846e-05| +|spack|freetype|5.753919475968486e-05| +|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.736564379963123e-05| +|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.735858501585183e-05| +|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.735858501585183e-05| +|pypi|[blosc](http://github.com/blosc/python-blosc)|5.735565606682974e-05| +|spack|libtiff|5.721821498771775e-05| +|npm|[requirejs](http://github.com/jrburke/r.js)|5.7143064229696545e-05| +|pypi|[towncrier](https://pypi.org/project/towncrier)|5.710838681343261e-05| +|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.6939005549925934e-05| +|pypi|[xxhash](https://pypi.org/project/xxhash)|5.6422777835660874e-05| +|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.636001447493273e-05| +|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.636001447493273e-05| +|cran|[getPass](https://github.com/wrathematics/getPass)|5.6258082502895e-05| +|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.618122458657908e-05| +|pypi|[texttable](https://github.com/foutaise/texttable/)|5.6000264784911044e-05| +|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.596687409227264e-05| +|cran|[whisker](http://github.com/edwindj/whisker)|5.588718421835927e-05| +|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.580170079725778e-05| +|pypi|[asteval](https://github.com/newville/asteval)|5.568066421101561e-05| +|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.5676066522053504e-05| +|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5646025234787976e-05| +|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.5606357683534906e-05| +|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.552780301480914e-05| +|npm|[pako](https://github.com/nodeca/pako#readme)|5.5221568019832666e-05| +|pypi|[bidict](https://bidict.readthedocs.io)|5.5064241615217756e-05| +|pypi|[fbs](https://build-system.fman.io)|5.5064241615217756e-05| +|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.491797722342733e-05| +|cran|[gifski](https://gif.ski/)|5.490994163406365e-05| +|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.488861159139378e-05| +|pypi|[prospector](https://pypi.org/project/prospector)|5.482452756667675e-05| +|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.4822106445615124e-05| +|cran|[nleqslv](NA)|5.4796651101161534e-05| +|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.478349513922146e-05| +|pypi|[py4j](https://pypi.org/project/py4j)|5.475264572781148e-05| +|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.472556126646934e-05| +|npm|[moment](https://momentjs.com)|5.468465174531351e-05| +|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.468185104844541e-05| +|cran|[katex](https://docs.ropensci.org/katex/)|5.464393017070624e-05| +|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4593804867468325e-05| +|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.455851096061429e-05| +|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.4520585733481045e-05| +|pypi|[mkdocs](https://www.mkdocs.org)|5.448153232682308e-05| +|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.4298493628154046e-05| +|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.428472427682903e-05| +|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.404981406879453e-05| +|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.396725867678958e-05| +|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.368763557483731e-05| +|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.363564857365946e-05| +|npm|[react-images](https://jossmac.github.io/react-images/)|5.354154677055204e-05| +|pypi|[pynacl](https://pypi.org/project/pynacl)|5.346199391155777e-05| +|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.344523120117798e-05| +|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.344523120117798e-05| +|pypi|[dash-table](https://pypi.org/project/dash-table)|5.344523120117798e-05| +|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.315124420224679e-05| +|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.302336218112716e-05| +|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.269342010122921e-05| +|cran|egg|5.267232235485913e-05| +|cran|[s2](https://r-spatial.github.io/s2/)|5.261450099467973e-05| +|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.261007972504719e-05| +|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.25776285303077e-05| +|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.25776285303077e-05| +|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.255969410919289e-05| +|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.2551389319285196e-05| +|cran|[lavaan](https://lavaan.ugent.be)|5.2517897079820556e-05| +|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.2493921479821694e-05| +|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.239545372378886e-05| +|cran|tufte|5.238071288718811e-05| +|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.2324140068174774e-05| +|cran|fastmap|5.223257666937929e-05| +|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.2143394444055704e-05| +|cran|selectr|5.2103825261123984e-05| +|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.2075292444985605e-05| +|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2025875426092346e-05| +|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.1994462464989003e-05| +|pypi|[curio](https://pypi.org/project/curio)|5.191240877980787e-05| +|spack|[gmp](https://gmplib.org)|5.172189758603081e-05| +|spack|double-conversion|5.1708246408650144e-05| +|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1698716433685007e-05| +|cran|[progress](https://github.com/r-lib/progress#readme)|5.1647711315967474e-05| +|pypi|[whoosh](https://pypi.org/project/whoosh)|5.163047124398754e-05| +|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.155764304475545e-05| +|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.155394538288598e-05| +|pypi|[feets](https://github.com/carpyncho/feets)|5.1375727822810824e-05| +|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|5.127987397242496e-05| +|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.117787158510054e-05| +|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.1131081499845056e-05| +|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.1131081499845056e-05| +|pypi|[pony](https://ponyorm.com)|5.1131081499845056e-05| +|pypi|[msgpack-python](http://msgpack.org/)|5.1131081499845056e-05| +|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.1131081499845056e-05| +|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.1131081499845056e-05| +|pypi|[STAR](https://github.com/dbrgn/star)|5.1131081499845056e-05| +|pypi|[fastqc](https://github.com/fastqc)|5.1131081499845056e-05| +|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.1131081499845056e-05| +|pypi|[cppyy](http://cppyy.readthedocs.org)|5.1131081499845056e-05| +|pypi|[cykhash](https://github.com/realead/cykhash)|5.1131081499845056e-05| +|pypi|[dustpy](https://github.com/stammler/dustpy)|5.1131081499845056e-05| +|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.1131081499845056e-05| +|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.1131081499845056e-05| +|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.1131081499845056e-05| +|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.1131081499845056e-05| +|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.1131081499845056e-05| +|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.1131081499845056e-05| +|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.1131081499845056e-05| +|pypi|[libstempo](https://github.com/vallis/libstempo)|5.1131081499845056e-05| +|pypi|[noise](https://github.com/caseman/noise)|5.1131081499845056e-05| +|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.1131081499845056e-05| +|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.1131081499845056e-05| +|pypi|[ncls](https://github.com/endrebak/ncls)|5.1131081499845056e-05| +|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.1131081499845056e-05| +|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.1131081499845056e-05| +|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.1131081499845056e-05| +|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.1131081499845056e-05| +|pypi|[easydev](http://github.com/cokelaer/easydev)|5.1131081499845056e-05| +|pypi|[mdtraj](http://mdtraj.org)|5.1131081499845056e-05| +|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.1131081499845056e-05| +|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.1131081499845056e-05| +|spack|rigidbodykinematics|5.1131081499845056e-05| +|spack|sbgatcore|5.1131081499845056e-05| +|spack|effpotential|5.1131081499845056e-05| +|spack|yaml|5.1131081499845056e-05| +|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.1131081499845056e-05| +|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.1131081499845056e-05| +|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.1131081499845056e-05| +|npm|[filepond](https://pqina.nl/filepond/)|5.1131081499845056e-05| +|cran|pbkrtest|5.108965838715565e-05| +|cran|[formatR](https://github.com/yihui/formatR)|5.108186287050569e-05| +|npm|[tslib](https://www.typescriptlang.org/)|5.1040107324193457e-05| +|pypi|[pympler](https://pypi.org/project/pympler)|5.089051473426205e-05| +|npm|[d3-array](https://d3js.org/d3-array/)|5.0794711038216677e-05| +|npm|[d3-scale](https://d3js.org/d3-scale/)|5.0794711038216677e-05| +|cran|[car](https://r-forge.r-project.org/projects/car/)|5.0782501376313e-05| +|pypi|[geojson](https://github.com/jazzband/geojson)|5.065705376510691e-05| +|spack|cpio|5.06197706848466e-05| +|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.061180955828875e-05| +|npm|[typescript](https://www.typescriptlang.org/)|5.059046896128204e-05| +|cran|webshot|5.057304714237407e-05| +|spack|fontconfig|5.0354368414936415e-05| +|cran|styler|5.034961167639476e-05| +|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.031440450366698e-05| +|cran|coda|5.028683962057268e-05| +|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.0282305546947624e-05| +|cran|combinat|5.0266855067972675e-05| +|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0236430044103496e-05| +|npm|[d3-brush](https://d3js.org/d3-brush/)|5.0198181754051814e-05| +|npm|[d3-format](https://d3js.org/d3-format/)|5.0198181754051814e-05| +|pypi|[freesasa](http://freesasa.github.io/)|5.000642196597785e-05| +|npm|eslint-plugin-import|4.998246069970449e-05| +|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|4.9972110319181906e-05| +|pypi|[contextvars](https://pypi.org/project/contextvars)|4.97570316783951e-05| +|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.964410665546879e-05| +|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.9603704321708655e-05| +|cran|e1071|4.9598737706639626e-05| +|pypi|[h11](https://pypi.org/project/h11)|4.958776359304434e-05| +|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.938636771411122e-05| +|pypi|[colour](http://github.com/vaab/colour)|4.935719178640745e-05| +|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.9189148756805274e-05| +|npm|[rc-slider](http://github.com/react-component/slider/)|4.918750237850592e-05| +|pypi|[khmer](https://khmer.readthedocs.io/)|4.917105670901766e-05| +|pypi|[coveralls](https://pypi.org/project/coveralls)|4.9126519134785564e-05| +|cran|WRS2|4.9124156621897945e-05| +|rubygems|[rouge](http://rouge.jneen.net/)|4.895382950495816e-05| +|pypi|[zict](https://pypi.org/project/zict)|4.888863494514118e-05| +|cran|flashClust|4.884444571298093e-05| +|cran|[odbc](https://github.com/r-dbi/odbc)|4.8733492563890116e-05| +|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.866423107660692e-05| +|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.866423107660692e-05| +|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.865934945085382e-05| +|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.8441537002443624e-05| +|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.8383174010029246e-05| +|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.8265933183233743e-05| +|cran|[stars](https://r-spatial.github.io/stars/)|4.823972995675234e-05| +|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.822982516487815e-05| +|pypi|[pip-api](https://pypi.org/project/pip-api)|4.814642222942456e-05| +|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.814642222942456e-05| +|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.814642222942456e-05| +|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.812914384844399e-05| +|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.807953391916427e-05| +|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.787612585441505e-05| +|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.772681866631452e-05| +|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.7635518317667656e-05| +|pypi|[path](https://pypi.org/project/path)|4.7631819036931286e-05| +|npm|[ws](https://github.com/websockets/ws)|4.756969563012811e-05| +|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7556041114718865e-05| +|pypi|[configparser](https://pypi.org/project/configparser)|4.748834821165895e-05| +|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.746267029349597e-05| +|cran|[lazyeval](NA)|4.717171177550913e-05| +|pypi|[pockets](https://pypi.org/project/pockets)|4.714897348472287e-05| +|cran|[party](http://party.R-forge.R-project.org)|4.697905091329594e-05| +|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.694738727920669e-05| +|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.6855386840202454e-05| +|pypi|[gevent](https://pypi.org/project/gevent)|4.6756477057084196e-05| +|pypi|[zstandard](https://pypi.org/project/zstandard)|4.674522108641024e-05| +|cran|[caret](https://github.com/topepo/caret/)|4.664600342264388e-05| +|pypi|[chevron](https://pypi.org/project/chevron)|4.661743065322241e-05| +|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.654758428484025e-05| +|pypi|[pycairo](https://pypi.org/project/pycairo)|4.6453534414488855e-05| +|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.63917049403992e-05| +|pypi|[wandb](https://github.com/wandb/client)|4.624969332768096e-05| +|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.623101952277657e-05| +|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.604787456711192e-05| +|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6031250505308954e-05| +|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.585855491493688e-05| +|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.5833333333333334e-05| +|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.5759303247201526e-05| +|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.575698456530273e-05| +|pypi|[types-protobuf](https://github.com/python/typeshed)|4.575398357607685e-05| +|pypi|[clang-format](http://clang.llvm.org/)|4.575398357607685e-05| +|spack|[llvm](https://llvm.org/)|4.5730627324140027e-05| +|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.5726026035922776e-05| +|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.563449023861171e-05| +|npm|[semver](https://github.com/npm/node-semver#readme)|4.562332151290645e-05| +|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.5591471299849825e-05| +|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.542799933255465e-05| +|pypi|[tk](https://github.com/atranitell/TensorKit)|4.538809770819579e-05| +|pypi|[pycbc](http://www.pycbc.org/)|4.537357537281867e-05| +|pypi|[wasabi](https://pypi.org/project/wasabi)|4.53270093857724e-05| +|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.5304583608412714e-05| +|pypi|[math](https://pypi.org/project/math)|4.525100712736287e-05| +|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.504399070741262e-05| +|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.50281957633307e-05| +|cran|gee|4.4948287841356806e-05| +|cran|[dqrng](https://daqana.github.io/dqrng/)|4.491865509761388e-05| +|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.473969631236442e-05| +|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.473969631236442e-05| +|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.473969631236442e-05| +|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.473969631236442e-05| +|pypi|[pygedm](https://github.com/frbs/pygedm)|4.473969631236442e-05| +|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.473969631236442e-05| +|pypi|[structlog](https://www.structlog.org/)|4.473969631236442e-05| +|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.473969631236442e-05| +|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.473969631236442e-05| +|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.473969631236442e-05| +|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.473969631236442e-05| +|pypi|[Psycopg2](https://psycopg.org/)|4.473969631236442e-05| +|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.473969631236442e-05| +|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.473969631236442e-05| +|pypi|[sbpy](https://sbpy.org)|4.473969631236442e-05| +|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.473969631236442e-05| +|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.473969631236442e-05| +|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.473969631236442e-05| +|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.473969631236442e-05| +|pypi|[gemmi](https://project-gemmi.github.io/)|4.473969631236442e-05| +|pypi|[gputil](https://github.com/anderskm/gputil)|4.473969631236442e-05| +|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.473969631236442e-05| +|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.473969631236442e-05| +|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.473969631236442e-05| +|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.473969631236442e-05| +|pypi|[types](https://www.pytosquatting.org)|4.473969631236442e-05| +|pypi|[imexam](http://imexam.readthedocs.io/)|4.473969631236442e-05| +|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.473969631236442e-05| +|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.473969631236442e-05| +|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.473969631236442e-05| +|pypi|[trippy](https://github.com/fraserw/trippy)|4.473969631236442e-05| +|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.473969631236442e-05| +|spack|libpeyton|4.473969631236442e-05| +|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.473969631236442e-05| +|npm|[web-worker](https://github.com/developit/web-worker)|4.473969631236442e-05| +|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.473969631236442e-05| +|npm|[fflate](https://101arrowz.github.io/fflate)|4.473969631236442e-05| +|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.473969631236442e-05| +|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.468471773295477e-05| +|pypi|[bz2file](https://pypi.org/project/bz2file)|4.46708660103454e-05| +|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.459056399132321e-05| +|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.44033076182865e-05| +|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.44033076182865e-05| +|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4357523170972204e-05| +|pypi|[boto](https://github.com/boto/boto/)|4.429229934924078e-05| +|pypi|[args](https://github.com/kennethreitz/args)|4.429229934924078e-05| +|pypi|[anyio](https://pypi.org/project/anyio)|4.4239109060574314e-05| +|npm|react-router-dom|4.4168683571156515e-05| +|cran|[gplots](https://github.com/talgalili/gplots)|4.412792770327505e-05| +|spack|libxcrypt|4.405472944257335e-05| +|rubygems|[jekyll](https://jekyllrb.com)|4.3983066380022724e-05| +|pypi|[yapf](https://pypi.org/project/yapf)|4.3853654342401316e-05| +|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.384490238611713e-05| +|pypi|[fiona](https://pypi.org/project/fiona)|4.378606629890957e-05| +|spack|gtkplus|4.3736683600759525e-05| +|pypi|[sos](https://github.com/vatlab/SoS)|4.3718175590820865e-05| +|pypi|[pyglet](https://pypi.org/project/pyglet)|4.3711748528044624e-05| +|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.358002950630852e-05| +|spack|libsm|4.3560458196200114e-05| +|spack|libxext|4.3560458196200114e-05| +|npm|cross-env|4.3465227325831985e-05| +|pypi|[backoff](https://pypi.org/project/backoff)|4.345370966648591e-05| +|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.335209654318927e-05| +|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.3347794649313084e-05| +|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.3347794649313084e-05| +|npm|[ava](https://avajs.dev)|4.3203351529164975e-05| +|spack|glib|4.314808161605201e-05| +|pypi|[xlwt](https://pypi.org/project/xlwt)|4.3136164530394586e-05| +|pypi|[spectres](https://spectres.readthedocs.io)|4.3053096946437514e-05| +|cran|statnet.common|4.302558767541724e-05| +|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.2810516660733515e-05| +|pypi|[vine](https://pypi.org/project/vine)|4.278874559986155e-05| +|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.276417725441586e-05| +|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.268133406087378e-05| +|pypi|[zope.event](https://pypi.org/project/zope.event)|4.247148061627454e-05| +|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.237702607064564e-05| +|spack|harfbuzz|4.211263262462071e-05| +|pypi|[sniffio](https://pypi.org/project/sniffio)|4.207769304660165e-05| +|cran|[taxize](https://docs.ropensci.org/taxize/)|4.207377853527529e-05| +|cran|[targets](https://docs.ropensci.org/targets/)|4.2055866304321433e-05| +|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.199531734796586e-05| +|cran|shape|4.197113019866007e-05| +|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.183868021463637e-05| +|npm|[mongoose](https://mongoosejs.com)|4.1807087370409025e-05| +|pypi|[colorlog](https://pypi.org/project/colorlog)|4.177595036088683e-05| +|cran|[classInt](https://r-spatial.github.io/classInt/)|4.176589126891467e-05| +|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.1697396963123645e-05| +|pypi|[segments](https://github.com/cldf/segments)|4.1697396963123645e-05| +|pypi|[requests-file](https://pypi.org/project/requests-file)|4.160791757049891e-05| +|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.157513802726866e-05| +|npm|[prop-types](https://facebook.github.io/react/)|4.1563347038200546e-05| +|spack|libmng|4.152403063991319e-05| +|spack|inputproto|4.152403063991319e-05| +|spack|dbus|4.152403063991319e-05| +|spack|assimp|4.152403063991319e-05| +|spack|gperf|4.152403063991319e-05| +|spack|libdrm|4.152403063991319e-05| +|spack|libxcomposite|4.152403063991319e-05| +|spack|libxcursor|4.152403063991319e-05| +|spack|libxi|4.152403063991319e-05| +|spack|libxtst|4.152403063991319e-05| +|spack|libxrandr|4.152403063991319e-05| +|spack|libxdamage|4.152403063991319e-05| +|spack|libxcb|4.152403063991319e-05| +|spack|libxkbcommon|4.152403063991319e-05| +|spack|xcb-util-image|4.152403063991319e-05| +|spack|xcb-util-keysyms|4.152403063991319e-05| +|spack|xcb-util-renderutil|4.152403063991319e-05| +|spack|xcb-util-wm|4.152403063991319e-05| +|spack|libxrender|4.152403063991319e-05| +|pypi|[distlib](https://pypi.org/project/distlib)|4.140145505268892e-05| +|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.126765779588381e-05| +|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.1051239919353004e-05| +|npm|[esm](https://github.com/standard-things/esm#readme)|4.093041048751546e-05| +|cran|[plotly](https://plotly-r.com)|4.092964379221753e-05| +|cran|[qpdf](https://github.com/ropensci/qpdf)|4.08605397405166e-05| +|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.076097225672429e-05| +|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.067245119305857e-05| +|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.066341287057122e-05| +|spack|llvm-openmp|4.0636427022001854e-05| +|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.06157252001798e-05| +|pypi|[tablib](https://tablib.readthedocs.io)|4.0601274403470716e-05| +|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.052693713871191e-05| +|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.0478772854044e-05| +|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.042299655692652e-05| +|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.036566243335502e-05| +|rubygems|[rubocop](https://rubocop.org/)|4.030839533127994e-05| +|pypi|[overrides](https://github.com/mkorpela/overrides)|4.00939985538684e-05| +|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.006277085424082e-05| +|pypi|[asciitree](https://pypi.org/project/asciitree)|3.997007734894571e-05| +|rubygems|[pry](http://pry.github.io)|3.994674050883911e-05| +|spack|yacc|3.989058015925412e-05| +|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.986957341841923e-05| +|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.9846461645729535e-05| +|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.976861894432393e-05| +|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.976861894432393e-05| +|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.976861894432393e-05| +|pypi|[lda](https://pypi.org/project/lda)|3.976861894432393e-05| +|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.976861894432393e-05| +|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.976861894432393e-05| +|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.976861894432393e-05| +|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.976861894432393e-05| +|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.976861894432393e-05| +|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.976861894432393e-05| +|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.976861894432393e-05| +|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.976861894432393e-05| +|pypi|[precession](https://github.com/dgerosa/precession/)|3.976861894432393e-05| +|pypi|[isoweek](http://github.com/gisle/isoweek)|3.976861894432393e-05| +|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.976861894432393e-05| +|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.976861894432393e-05| +|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.976861894432393e-05| +|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.976861894432393e-05| +|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.976861894432393e-05| +|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.976861894432393e-05| +|pypi|[tensorly-viz](https://tensorly.org/viz)|3.976861894432393e-05| +|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.976861894432393e-05| +|pypi|[pygobject](https://pygobject.readthedocs.io)|3.976861894432393e-05| +|pypi|[genicam](https://www.emva.org)|3.976861894432393e-05| +|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.976861894432393e-05| +|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.976861894432393e-05| +|pypi|[fseval](https://github.com/dunnkers/fseval)|3.976861894432393e-05| +|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.976861894432393e-05| +|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.976861894432393e-05| +|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.976861894432393e-05| +|pypi|[sick](http://www.github.com/andycasey/sick/)|3.976861894432393e-05| +|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.976861894432393e-05| +|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.976861894432393e-05| +|pypi|[treegp](https://github.com/PFLeget/treegp)|3.976861894432393e-05| +|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.976861894432393e-05| +|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.976861894432393e-05| +|pypi|[protfasta](https://pypi.org/project/protfasta)|3.976861894432393e-05| +|pypi|[hjson](http://github.com/hjson/hjson-py)|3.976861894432393e-05| +|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.976861894432393e-05| +|spack|fftw3|3.976861894432393e-05| +|npm|[apexcharts](https://apexcharts.com)|3.976861894432393e-05| +|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.976861894432393e-05| +|npm|[lodash.debounce](https://lodash.com/)|3.976861894432393e-05| +|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.976861894432393e-05| +|npm|vue-apexcharts|3.976861894432393e-05| +|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.976861894432393e-05| +|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.976861894432393e-05| +|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.976861894432393e-05| +|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.976861894432393e-05| +|cran|txtplot|3.976861894432393e-05| +|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.976861894432393e-05| +|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.956794778710725e-05| +|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.953772067768681e-05| +|rubygems|[rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll)|3.949818523396343e-05| +|npm|rollup-plugin-json|3.948506463322856e-05| +|pypi|[casadi](http://casadi.org)|3.943122051200712e-05| +|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.9370932754880696e-05| +|cran|codemetar|3.937093275488069e-05| +|pypi|[unidecode](https://pypi.org/project/unidecode)|3.933160115372697e-05| +|spack|meson|3.933156182212581e-05| +|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.927250542299349e-05| +|cran|[tmap](https://github.com/mtennekes/tmap)|3.926803604599931e-05| +|cran|see|3.916969531556771e-05| +|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.90963814822678e-05| +|cran|[effectsize](https://easystats.github.io/effectsize/)|3.9093046573120794e-05| +|pypi|[ply](https://pypi.org/project/ply)|3.896231358588304e-05| +|cran|[psych](https://personality-project.org/r/psych/)|3.890883687640486e-05| +|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.882174706469717e-05| +|cran|[checkmate](https://github.com/mllg/checkmate)|3.876919313670665e-05| +|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.8729465266237634e-05| +|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.8722076340525935e-05| +|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.870100742532955e-05| +|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.863663395560126e-05| +|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.8630075862315556e-05| +|pypi|[wslink](https://pypi.org/project/wslink)|3.8622874313850245e-05| +|pypi|[bwapy](https://pypi.org/project/bwapy)|3.846278369540584e-05| +|pypi|[pytabix](https://pypi.org/project/pytabix)|3.846278369540584e-05| +|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8443600867678954e-05| +|pypi|[Brotli](https://pypi.org/project/Brotli)|3.8408532239241045e-05| +|cran|highr|3.826390057320738e-05| +|npm|[xo](https://github.com/xojs/xo#readme)|3.823551300922504e-05| +|npm|[nodemon](https://nodemon.io)|3.823058375114059e-05| +|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.8157884767007205e-05| +|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.813844144409548e-05| +|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.809744925627518e-05| +|npm|[testcafe](https://testcafe.io/)|3.8097129687015804e-05| +|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.799036547267602e-05| +|cran|pool|3.794714977391998e-05| +|pypi|[yarl](https://pypi.org/project/yarl)|3.792883922454292e-05| +|npm|[jquery](https://jquery.com)|3.789924480808798e-05| +|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.777310610470685e-05| +|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.7717981784487135e-05| +|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7665821389294125e-05| +|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7665821389294125e-05| +|pypi|[pydap](https://pypi.org/project/pydap)|3.7665821389294125e-05| +|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7665821389294125e-05| +|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.765106910443136e-05| +|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.763024389968975e-05| +|cran|tikzDevice|3.759299250683957e-05| +|npm|gh-pages|3.7544927270263095e-05| +|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.7523241400681745e-05| +|cran|[slam](NA)|3.746263171879797e-05| +|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.724283716128227e-05| +|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.722793473337942e-05| +|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.702209869848156e-05| +|rubygems|[coderay](http://coderay.rubychan.de)|3.6905736117136654e-05| +|cran|JuliaCall|3.682933217323197e-05| +|pypi|[torchvision](https://pypi.org/project/torchvision)|3.6790368369190937e-05| +|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.6781098740544846e-05| +|pypi|[chex](https://github.com/deepmind/chex)|3.6654761622030503e-05| +|cran|gamm4|3.663153340984424e-05| +|cran|[zip](https://github.com/r-lib/zip#readme)|3.646829895379742e-05| +|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.641876798371485e-05| +|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.634835727529075e-05| +|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.625856384241026e-05| +|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.6189443239334784e-05| +|pypi|[spglib](http://spglib.github.io/spglib/)|3.610511036700867e-05| +|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.6075548859947755e-05| +|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.5976589440176284e-05| +|npm|[colors](https://github.com/Marak/colors.js)|3.592296508625142e-05| +|pypi|[jaxopt](https://github.com/google/jaxopt)|3.591010613858623e-05| +|cran|[gert](https://docs.ropensci.org/gert/)|3.5863662507540925e-05| +|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.579175704989154e-05| +|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.579175704989154e-05| +|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.579175704989154e-05| +|pypi|[pykeops](http://www.kernel-operations.io/)|3.579175704989154e-05| +|pypi|[keopscore](http://www.kernel-operations.io/)|3.579175704989154e-05| +|pypi|[simpleitk](http://simpleitk.org/)|3.579175704989154e-05| +|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.579175704989154e-05| +|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.579175704989154e-05| +|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.579175704989154e-05| +|pypi|[caput](https://github.com/eykd/caput)|3.579175704989154e-05| +|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.579175704989154e-05| +|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.579175704989154e-05| +|pypi|[urepr](https://github.com/j-faria/urepr)|3.579175704989154e-05| +|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.579175704989154e-05| +|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.579175704989154e-05| +|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.579175704989154e-05| +|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.579175704989154e-05| +|pypi|[disksurf](https://github.com/richteague/disksurf)|3.579175704989154e-05| +|pypi|[gofish](https://github.com/richteague/gofish)|3.579175704989154e-05| +|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.579175704989154e-05| +|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.579175704989154e-05| +|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.579175704989154e-05| +|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.579175704989154e-05| +|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.579175704989154e-05| +|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.579175704989154e-05| +|pypi|[pywfa](https://pypi.org/project/pywfa)|3.579175704989154e-05| +|pypi|[astLib](https://astlib.readthedocs.io)|3.579175704989154e-05| +|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.579175704989154e-05| +|pypi|[Cerberus](http://docs.python-cerberus.org)|3.579175704989154e-05| +|pypi|[2to3](https://pypi.org/project/2to3)|3.579175704989154e-05| +|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.579175704989154e-05| +|spack|edlib|3.579175704989154e-05| +|spack|spoa|3.579175704989154e-05| +|spack|thread_pool|3.579175704989154e-05| +|spack|rampler|3.579175704989154e-05| +|spack|cudapoa|3.579175704989154e-05| +|spack|cudaaligner|3.579175704989154e-05| +|spack|cppuddle|3.579175704989154e-05| +|spack|hpxkokkos|3.579175704989154e-05| +|npm|[auspice](https://www.npmjs.com/package/auspice)|3.579175704989154e-05| +|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.579175704989154e-05| +|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.579175704989154e-05| +|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5769179403989077e-05| +|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.576606918598013e-05| +|pypi|[optlang](https://github.com/opencobra/optlang)|3.576606918598013e-05| +|pypi|[kombu](https://kombu.readthedocs.io)|3.5618030627796445e-05| +|pypi|[ray](https://github.com/ray-project/ray)|3.549282966266406e-05| +|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.548584459647367e-05| +|pypi|[cymem](https://pypi.org/project/cymem)|3.548427619705223e-05| +|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.548427619705223e-05| +|cran|class|3.543939651407034e-05| +|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.543383947939262e-05| +|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.543383947939262e-05| +|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.543383947939262e-05| +|spack|virtest|3.543383947939262e-05| +|npm|[rxjs](https://rxjs.dev)|3.527019894414763e-05| +|npm|prettier|3.525275060555347e-05| +|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.510674734558739e-05| +|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.509405675272385e-05| +|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.504568562100143e-05| +|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.489455428328438e-05| +|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.4860321301604004e-05| +|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.483252688638206e-05| +|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.480512646005307e-05| +|pypi|[jdcal](https://pypi.org/project/jdcal)|3.477494577006507e-05| +|npm|husky|3.474798097560505e-05| +|cran|[git2r](https://docs.ropensci.org/git2r/)|3.473785914837062e-05| +|cran|[GGally](https://ggobi.github.io/ggally/)|3.473340615569181e-05| +|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.456929210839876e-05| +|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.451614676890367e-05| +|npm|[passport](https://www.passportjs.org/)|3.450264715614545e-05| +|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4488811508163035e-05| +|cran|modelbased|3.443874997020333e-05| +|pypi|[crds](https://hst-crds.stsci.edu)|3.4350866375354584e-05| +|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.426072168109444e-05| +|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.425014966598581e-05| +|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.419131262896143e-05| +|pypi|[hiredis](https://pypi.org/project/hiredis)|3.406485987038244e-05| +|pypi|[isodate](https://pypi.org/project/isodate)|3.403927533676348e-05| +|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.400216919739697e-05| +|cran|mapdata|3.3909885137918225e-05| +|npm|[xlsx](https://sheetjs.com/)|3.366804132706243e-05| +|pypi|[types-toml](https://pypi.org/project/types-toml)|3.36515923356221e-05| +|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.364004106708011e-05| +|pypi|[nibabel](https://nipy.org/nibabel)|3.363391118724715e-05| +|npm|[browserify](https://github.com/browserify/browserify#readme)|3.350741401360963e-05| +|rubygems|[activesupport](https://rubyonrails.org)|3.339807794467695e-05| +|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3395959924848093e-05| +|rubygems|[railties](https://rubyonrails.org)|3.325724427932361e-05| +|npm|jest|3.3227068142936144e-05| +|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.3189108582712676e-05| +|rubygems|rake-compiler|3.318356971313471e-05| +|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.314491201886965e-05| +|cran|tseries|3.3099621888471054e-05| +|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.301164353899788e-05| +|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.281665685657091e-05| +|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.281659182737002e-05| +|pypi|[rpy2](https://rpy2.github.io)|3.275080153035686e-05| +|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.268709327548807e-05| +|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.262297555167745e-05| +|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.261369586356496e-05| +|pypi|[marxs](http://marxs.readthedocs.io)|3.253796095444685e-05| +|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.253796095444685e-05| +|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.253796095444685e-05| +|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.253796095444685e-05| +|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.253796095444685e-05| +|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.253796095444685e-05| +|pypi|[PIL](http://www.pythonware.com/products/pil)|3.253796095444685e-05| +|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.253796095444685e-05| +|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.253796095444685e-05| +|pypi|[wurst](https://github.com/polca/wurst)|3.253796095444685e-05| +|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.253796095444685e-05| +|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.253796095444685e-05| +|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.253796095444685e-05| +|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.253796095444685e-05| +|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.253796095444685e-05| +|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.253796095444685e-05| +|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.253796095444685e-05| +|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.253796095444685e-05| +|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.253796095444685e-05| +|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.253796095444685e-05| +|pypi|[configuration](http://k0s.org/hg/configuration)|3.253796095444685e-05| +|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.253796095444685e-05| +|pypi|[flatdict](https://github.com/gmr/flatdict)|3.253796095444685e-05| +|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.253796095444685e-05| +|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.253796095444685e-05| +|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.253796095444685e-05| +|pypi|[filetype](https://github.com/h2non/filetype.py)|3.253796095444685e-05| +|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.253796095444685e-05| +|pypi|[colored](https://gitlab.com/dslackw/colored)|3.253796095444685e-05| +|pypi|[cdips](https://github.com/lgbouma/cdips)|3.253796095444685e-05| +|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.253796095444685e-05| +|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.253796095444685e-05| +|spack|openni2|3.253796095444685e-05| +|spack|efusion|3.253796095444685e-05| +|spack|suitesparse|3.253796095444685e-05| +|spack|realsense|3.253796095444685e-05| +|npm|[angular-animate](http://angularjs.org)|3.253796095444685e-05| +|npm|[angular-sanitize](http://angularjs.org)|3.253796095444685e-05| +|npm|[angular-touch](http://angularjs.org)|3.253796095444685e-05| +|npm|[colorbrewer](http://colorbrewer2.org/)|3.253796095444685e-05| +|npm|[dc](http://dc-js.github.io/dc.js/)|3.253796095444685e-05| +|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.2518532037376946e-05| +|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.251084598698482e-05| +|npm|[babel-cli](https://babeljs.io/)|3.249504411147722e-05| +|npm|eslint-config-standard|3.2421612888312896e-05| +|pypi|[billiard](https://pypi.org/project/billiard)|3.24191423414624e-05| +|cran|[network](http://statnet.org/)|3.2417494693232035e-05| +|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.240688286318108e-05| +|pypi|[scikit_learn](http://scikit-learn.org)|3.2383815782278214e-05| +|pypi|[altair](https://pypi.org/project/altair)|3.232456603093681e-05| +|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2161175761602815e-05| +|npm|[sinon](https://sinonjs.org/)|3.215209870164154e-05| +|cran|[shinytest](https://github.com/rstudio/shinytest)|3.208366368580608e-05| +|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.2059309672457205e-05| +|cran|[vcr](https://github.com/ropensci/vcr/)|3.205286148749505e-05| +|cran|[sna](http://statnet.org)|3.189447957140474e-05| +|npm|npm-run-all|3.172705352991211e-05| +|npm|fortawesome|3.1678444154234364e-05| +|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1617256905667366e-05| +|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.16099814987117e-05| +|pypi|[pypairix](https://pypi.org/project/pypairix)|3.15980250768754e-05| +|npm|eslint-plugin-node|3.158638667201293e-05| +|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.149674620390455e-05| +|cran|lars|3.140879705638721e-05| +|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.129775999488581e-05| +|pypi|[optax](https://github.com/deepmind/optax)|3.11606590549916e-05| +|pypi|[matchms](https://github.com/matchms/matchms)|3.1138828633405645e-05| +|npm|eslint-plugin-standard|3.113664947862064e-05| +|npm|eslint-plugin-promise|3.113664947862064e-05| +|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.112394306963566e-05| +|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.1110298971989064e-05| +|cran|fontawesome|3.106386772083943e-05| +|pypi|[addict](https://pypi.org/project/addict)|3.1056805856832974e-05| +|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.1023553379844055e-05| +|cran|[here](https://here.r-lib.org/)|3.1012703268169835e-05| +|cran|poorman|3.0998222592488824e-05| +|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.0984743444070995e-05| +|rubygems|[simplecov](https://github.com/simplecov-ruby/simplecov)|3.08756635859953e-05| +|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0820898190746354e-05| +|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.071273628757361e-05| +|cran|spatstat.data|3.068345864413534e-05| +|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.064904669482818e-05| +|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.064022372063263e-05| +|cran|mlbench|3.063039648914262e-05| +|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0614685883530786e-05| +|pypi|[cligj](https://pypi.org/project/cligj)|3.05956260447883e-05| +|cran|polyclip|3.058175723402804e-05| +|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0574585840738926e-05| +|npm|[babel](https://babeljs.io/)|3.055393894502936e-05| +|npm|[commander](https://github.com/tj/commander.js#readme)|3.055229222925612e-05| +|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.05474413192609e-05| +|pypi|[sep](https://github.com/kbarbary/sep)|3.05097755299248e-05| +|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.0508211961574215e-05| +|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.050164189249977e-05| +|npm|react-router-bootstrap|3.0472858169412305e-05| +|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.046232139841379e-05| +|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.0460537293509095e-05| +|npm|[events](https://github.com/Gozala/events#readme)|3.0426113799432673e-05| +|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0291615019109596e-05| +|pypi|[itk](https://itk.org/)|3.014456989726096e-05| +|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.014337039045553e-05| +|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.011026141891335e-05| +|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0078218278940366e-05| +|npm|immutable|3.003278260727741e-05| +|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0000959168917025e-05| +|rubygems|[faraday-net_http](https://github.com/lostisland/faraday-net_http)|2.997112255965293e-05| +|npm|[async](https://caolan.github.io/async/)|2.98989613626612e-05| +|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.983849967819599e-05| +|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9837111356600823e-05| +|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.982646420824295e-05| +|pypi|[random2](http://pypi.python.org/pypi/random2)|2.982646420824295e-05| +|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.982646420824295e-05| +|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.982646420824295e-05| +|pypi|[blackjax](https://pypi.org/project/blackjax)|2.982646420824295e-05| +|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.982646420824295e-05| +|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.982646420824295e-05| +|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.982646420824295e-05| +|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.982646420824295e-05| +|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.982646420824295e-05| +|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.982646420824295e-05| +|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.982646420824295e-05| +|pypi|[toil](https://github.com/DataBiosphere/toil)|2.982646420824295e-05| +|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.982646420824295e-05| +|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.982646420824295e-05| +|npm|[downloadjs](http://danml.com/download.html)|2.982646420824295e-05| +|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.982646420824295e-05| +|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.982646420824295e-05| +|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.982646420824295e-05| +|pypi|[vtk](https://vtk.org)|2.9807507311523486e-05| +|cran|[Seurat](https://satijalab.org/seurat)|2.9725380093200523e-05| +|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.9697571273628755e-05| +|pypi|[Pint](https://github.com/hgrecco/pint)|2.969740987501291e-05| +|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|2.968574447967073e-05| +|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9678055178958783e-05| +|pypi|[arrow](https://pypi.org/project/arrow)|2.9551863640062113e-05| +|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.9473684810149655e-05| +|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9468525406110484e-05| +|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.9452798524583427e-05| +|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.9383631836783583e-05| +|npm|babel-preset-env|2.9359745733768223e-05| +|pypi|[autocommand](https://pypi.org/project/autocommand)|2.9345584858206537e-05| +|cran|[spatstat.core](http://spatstat.org/)|2.934218378087846e-05| +|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.9315686008676788e-05| +|cran|tripack|2.9163128335176533e-05| +|pypi|[ndcube](https://pypi.org/project/ndcube)|2.905835702568896e-05| +|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9034466965505197e-05| +|pypi|[shap](https://pypi.org/project/shap)|2.903422842294036e-05| +|cran|RhpcBLASctl|2.9001008424353035e-05| +|cran|reactlog|2.895471060897082e-05| +|cran|sourcetools|2.895471060897082e-05| +|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8904044351968976e-05| +|npm|[grunt](https://gruntjs.com/)|2.8857538922961147e-05| +|pypi|[smart-open](https://pypi.org/project/smart-open)|2.885655592265295e-05| +|npm|eslint-plugin-markdown|2.884428239709084e-05| +|spack|hwloc|2.87701140051865e-05| +|cran|brew|2.872673589555309e-05| +|pypi|[astor](https://pypi.org/project/astor)|2.87192286948203e-05| +|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.8679292507925915e-05| +|npm|[winston](https://github.com/winstonjs/winston#readme)|2.8679292507925915e-05| +|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.857096672308169e-05| +|cran|animation|2.856810235647593e-05| +|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.849023861171366e-05| +|cran|[recipes](https://github.com/tidymodels/recipes)|2.8471237922528507e-05| +|cran|[wk](https://paleolimbot.github.io/wk/)|2.8449022184092984e-05| +|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8377750232414007e-05| +|pypi|[gensim](http://radimrehurek.com/gensim)|2.834346496548957e-05| +|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.816529395851224e-05| +|pypi|[dipy](https://dipy.org)|2.812865009177374e-05| +|pypi|[lml](https://pypi.org/project/lml)|2.8109804191199257e-05| +|pypi|[cfgv](https://pypi.org/project/cfgv)|2.8104659517772738e-05| +|pypi|[identify](https://pypi.org/project/identify)|2.8104659517772738e-05| +|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.8104659517772738e-05| +|cran|[plotrix](NA)|2.8073711892789598e-05| +|npm|[underscore](https://underscorejs.org)|2.8060311434769133e-05| +|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8043431622607334e-05| +|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8043431622607327e-05| +|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8019601299555365e-05| +|pypi|[gmsh](https://gmsh.info)|2.800178639785632e-05| +|pypi|[PIMS](https://pypi.org/project/PIMS)|2.792841648590022e-05| +|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7848740196896382e-05| +|cran|timeSeries|2.7812594800450142e-05| +|cran|fts|2.7812594800450142e-05| +|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7804416300173272e-05| +|cran|[pbapply](https://github.com/psolymos/pbapply)|2.777505791906309e-05| +|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.773026853167776e-05| +|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.772049847629252e-05| +|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7674697861791137e-05| +|cran|[matlab](http://cran.r-project.org/package=matlab)|2.7640503951038113e-05| +|cran|[rex](https://github.com/kevinushey/rex)|2.764013544088017e-05| +|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7637695105442565e-05| +|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.7621016348304724e-05| +|cran|shinydisconnect|2.7546701963694484e-05| +|npm|chalk|2.754136478501161e-05| +|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.7532120807608878e-05| +|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.7532120807608878e-05| +|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.7532120807608878e-05| +|pypi|[filemagic](http://filemagic.readthedocs.org)|2.7532120807608878e-05| +|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.7532120807608878e-05| +|pypi|[ulid](https://github.com/mdipierro/ulid)|2.7532120807608878e-05| +|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.7532120807608878e-05| +|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.7532120807608878e-05| +|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.7532120807608878e-05| +|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.7532120807608878e-05| +|pypi|[pmesh](https://pypi.org/project/pmesh)|2.7532120807608878e-05| +|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.7532120807608878e-05| +|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.7532120807608878e-05| +|pypi|[coramin](https://github.com/Coramin/Coramin)|2.7532120807608878e-05| +|pypi|[json2table](https://github.com/latture/json2table)|2.7532120807608878e-05| +|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.7532120807608878e-05| +|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.7532120807608878e-05| +|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.7532120807608878e-05| +|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.7532120807608878e-05| +|spack|everybeam|2.7532120807608878e-05| +|spack|idgapi|2.7532120807608878e-05| +|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.753159897483038e-05| +|pypi|[pretend](https://pypi.org/project/pretend)|2.751676285242948e-05| +|pypi|[reportlab](https://pypi.org/project/reportlab)|2.7491922155678815e-05| +|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.74634166650697e-05| +|cran|strucchange|2.7427025305990688e-05| +|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7314176152704748e-05| +|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.7256799599532787e-05| +|npm|ndoc|2.7256799599532787e-05| +|cran|[irlba](NA)|2.7199805092358382e-05| +|spack|eigen|2.7198677685269737e-05| +|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7194672057877052e-05| +|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7147408583823987e-05| +|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7107361580563017e-05| +|cran|fANCOVA|2.6982894329098232e-05| +|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.697310902574743e-05| +|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.6943466927401697e-05| +|cran|broom.mixed|2.6831035017043692e-05| +|pypi|[funcy](https://pypi.org/project/funcy)|2.679389641875287e-05| +|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.676262992152363e-05| +|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.676169814701498e-05| +|cran|[glmnet](https://glmnet.stanford.edu)|2.6656915592862754e-05| +|pypi|[flax](https://pypi.org/project/flax)|2.6618918701508597e-05| +|pypi|[toposort](https://pypi.org/project/toposort)|2.661585838239851e-05| +|pypi|[datrie](https://pypi.org/project/datrie)|2.661585838239851e-05| +|pypi|[intake](https://pypi.org/project/intake)|2.6600197502371692e-05| +|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6583427624671844e-05| +|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.656479173437536e-05| +|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6521793757341104e-05| +|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6517146988947425e-05| +|cran|conflicted|2.6488749533365307e-05| +|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.638650662472589e-05| +|cran|[argon2](https://github.com/wrathematics/argon2)|2.6385555469476296e-05| +|pypi|[datashader](https://datashader.org)|2.637083070142138e-05| +|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6370644622028072e-05| +|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6202117358686223e-05| +|cran|[golem](https://github.com/ThinkR-open/golem)|2.6150101552208966e-05| +|spack|[openssh](https://www.openssh.com/)|2.6140208219112773e-05| +|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6140208219112773e-05| +|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6135424092002363e-05| +|pypi|[astroid](https://pypi.org/project/astroid)|2.6118608123374038e-05| +|cran|margins|2.609283002788968e-05| +|cran|gam|2.6068491367436233e-05| +|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.5990372626644032e-05| +|npm|object-assign|2.5972438786629025e-05| +|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5924445970144556e-05| +|cran|ade4|2.5921075338412407e-05| +|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.589885940376767e-05| +|npm|[zone.js](https://github.com/angular/angular#readme)|2.585131550996564e-05| +|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5667966794593696e-05| +|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5651915644046186e-05| +|pypi|[srsly](https://pypi.org/project/srsly)|2.5641543008332056e-05| +|pypi|[area](https://github.com/scisco/area)|2.5565540749922528e-05| +|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.5565540749922528e-05| +|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.5565540749922528e-05| +|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.5565540749922528e-05| +|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.5565540749922528e-05| +|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.5565540749922528e-05| +|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.5565540749922528e-05| +|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.5565540749922528e-05| +|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.5565540749922528e-05| +|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.5565540749922528e-05| +|pypi|[wres](https://github.com/jks-liu/wres)|2.5565540749922528e-05| +|pypi|[thermo](https://github.com/CalebBell/thermo)|2.5565540749922528e-05| +|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.5565540749922528e-05| +|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.5565540749922528e-05| +|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.5565540749922528e-05| +|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.5565540749922528e-05| +|pypi|[dash_table](https://pypi.org/project/dash_table)|2.5565540749922528e-05| +|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.5565540749922528e-05| +|pypi|[python-time](https://github.com/hengdai/pytime)|2.5565540749922528e-05| +|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.5565540749922528e-05| +|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.5565540749922528e-05| +|spack|sophus|2.5565540749922528e-05| +|spack|visioncore|2.5565540749922528e-05| +|spack|brisk|2.5565540749922528e-05| +|spack|opengv|2.5565540749922528e-05| +|spack|gtsam|2.5565540749922528e-05| +|spack|tensorflow|2.5565540749922528e-05| +|spack|cudalibs|2.5565540749922528e-05| +|spack|pnetcdf|2.5565540749922528e-05| +|spack|qt5widgets|2.5565540749922528e-05| +|spack|qt5opengl|2.5565540749922528e-05| +|spack|glut|2.5565540749922528e-05| +|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.5565540749922528e-05| +|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.5565540749922528e-05| +|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.5565540749922528e-05| +|npm|[md5-node](https://github.com/shanelau/node-md5)|2.5565540749922528e-05| +|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.5565540749922528e-05| +|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.5565540749922528e-05| +|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.5565540749922528e-05| +|npm|net|2.5565540749922528e-05| +|cran|poibin|2.5565540749922528e-05| +|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.555788457896647e-05| +|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5514065858216965e-05| +|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.546562944124467e-05| +|spack|[swig](http://www.swig.org)|2.537166364843341e-05| +|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5322668112798263e-05| +|pypi|[srastream](https://github.com/jdidion/srastream)|2.53098853424233e-05| +|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.53098853424233e-05| +|spack|py-nose|2.53098853424233e-05| +|npm|process|2.53098853424233e-05| +|npm|util|2.53098853424233e-05| +|npm|spc|2.53098853424233e-05| +|pypi|[progress](https://pypi.org/project/progress)|2.5288178751220537e-05| +|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.5262191907591933e-05| +|rubygems|ruby-maven-libs|2.5213040609544462e-05| +|spack|findutils|2.5212852029360336e-05| +|pypi|[humanize](https://pypi.org/project/humanize)|2.5203776326896982e-05| +|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5140879827895577e-05| +|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5101798207321873e-05| +|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.505422993492408e-05| +|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5032581694772933e-05| +|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.5018452145570825e-05| +|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.498441634287621e-05| +|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.497658411003313e-05| +|cran|[mmand](https://github.com/jonclayden/mmand)|2.495042214282676e-05| +|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.495042214282676e-05| +|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.4931647614200763e-05| +|cran|latticeExtra|2.4891454277439328e-05| +|cran|[circlize](https://github.com/jokergoo/circlize)|2.4886098840460073e-05| +|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4830531453362256e-05| +|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4830531453362256e-05| +|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4830531453362256e-05| +|pypi|[pythutils](https://github.com/JolleJolles)|2.4830531453362256e-05| +|npm|[mathjs](https://mathjs.org)|2.480567606652205e-05| +|pypi|[typeguard](https://pypi.org/project/typeguard)|2.4768163873258304e-05| +|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.474634447503656e-05| +|pypi|[ortools](https://pypi.org/project/ortools)|2.4690286816100278e-05| +|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4632726275893315e-05| +|pypi|[boltons](https://pypi.org/project/boltons)|2.4631241579872743e-05| +|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4517453995201285e-05| +|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4517353579175703e-05| +|rubygems|[test-unit](http://test-unit.github.io/)|2.4514811320803264e-05| +|npm|after|2.448726451409864e-05| +|npm|expect.js|2.448379880694143e-05| +|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4479478703990636e-05| +|cran|gbRd|2.4478299265810113e-05| +|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.445419165497001e-05| +|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4434462229744223e-05| +|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.435827910339841e-05| +|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.433735744102016e-05| +|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4333425368096756e-05| +|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.42783867885549e-05| +|pypi|[cmake](https://pypi.org/project/cmake)|2.4273950892334182e-05| +|pypi|[service-identity](https://pypi.org/project/service-identity)|2.4214803793883797e-05| +|cran|SGP|2.418500154942671e-05| +|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4163697352883937e-05| +|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.407308350199356e-05| +|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.40571738456771e-05| +|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.4031608304927176e-05| +|pypi|[astlib](https://astlib.readthedocs.io)|2.4031608304927176e-05| +|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.4031608304927176e-05| +|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4010099476105405e-05| +|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3918100259704734e-05| +|pypi|[george](https://github.com/dfm/george)|2.390713191348332e-05| +|pypi|[scandir](https://pypi.org/project/scandir)|2.3897020482229253e-05| +|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.386117136659436e-05| +|pypi|[vedo](https://github.com/marcomusy/vedo)|2.386117136659436e-05| +|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.386117136659436e-05| +|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.386117136659436e-05| +|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.386117136659436e-05| +|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.386117136659436e-05| +|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.386117136659436e-05| +|pypi|[scikit-video](http://scikit-video.org/)|2.386117136659436e-05| +|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.386117136659436e-05| +|pypi|[haversine](https://github.com/mapado/haversine)|2.386117136659436e-05| +|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.386117136659436e-05| +|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.386117136659436e-05| +|spack|glew|2.3725136662489065e-05| +|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.3712039045553147e-05| +|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.365671208706536e-05| +|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.365671208706536e-05| +|cran|pbdMPI|2.3622559652928413e-05| +|rubygems|[yard](http://yardoc.org)|2.355377094937507e-05| +|rubygems|[cucumber](https://cucumber.io/)|2.3530010034037413e-05| +|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.352752973869637e-05| +|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.351709925832317e-05| +|pypi|[starlette](https://pypi.org/project/starlette)|2.3484916407532396e-05| +|pypi|[Theano](http://deeplearning.net/software/theano/)|2.346348517715112e-05| +|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3463464835146546e-05| +|pypi|[scanpy](https://scanpy.readthedocs.io)|2.3455470044827918e-05| +|rubygems|[nokogiri](https://nokogiri.org)|2.3442701858081866e-05| +|cran|rsvg|2.3422694046209285e-05| +|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.3375414976893332e-05| +|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.3332148244337087e-05| +|cran|av|2.3239359620331475e-05| +|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3216518711606117e-05| +|cran|[janitor](https://github.com/sfirke/janitor)|2.316216923438243e-05| +|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.316000716989616e-05| +|cran|parallelly|2.3129069491513084e-05| +|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3076660165150655e-05| +|pypi|[loguru](https://pypi.org/project/loguru)|2.3057707087597366e-05| +|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.305168112798265e-05| +|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.305168112798265e-05| +|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.305168112798265e-05| +|cran|lpSolve|2.3033206660903886e-05| +|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.294343400634073e-05| +|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.294343400634073e-05| +|npm|[express-session](https://github.com/expressjs/session#readme)|2.2897137434149362e-05| +|pypi|[httptools](https://pypi.org/project/httptools)|2.2879520642935884e-05| +|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2879520642935884e-05| +|pypi|[geoviews](https://pypi.org/project/geoviews)|2.27851215804628e-05| +|cran|cba|2.2780746945998403e-05| +|rubygems|[gem_hadar](http://github.com/flori/gem_hadar)|2.2749580277596395e-05| +|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2694533805547145e-05| +|pypi|[av](https://pypi.org/project/av)|2.2642346469929076e-05| +|rubygems|[pg](https://github.com/ged/ruby-pg)|2.2631996399427448e-05| +|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2611300485487042e-05| +|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.25677352744869e-05| +|pypi|[formulaic](https://pypi.org/project/formulaic)|2.2548236100011417e-05| +|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.2548236100011417e-05| +|spack|py-flit-core|2.2488495077590528e-05| +|pypi|[nltk](https://pypi.org/project/nltk)|2.2487273612530023e-05| +|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.2457573050912338e-05| +|rubygems|[kramdown](http://kramdown.gettalong.org)|2.2420044516098617e-05| +|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.2408071039217165e-05| +|pypi|[julia](http://julialang.org)|2.236984815618221e-05| +|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.236984815618221e-05| +|pypi|[ref_index](http://github.com/phn/ref_index)|2.236984815618221e-05| +|pypi|[cerberus](http://docs.python-cerberus.org)|2.236984815618221e-05| +|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.236984815618221e-05| +|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.236984815618221e-05| +|pypi|[bfit](https://github.com/dfujim/bfit)|2.236984815618221e-05| +|pypi|[bdata](https://github.com/dfujim/bdata)|2.236984815618221e-05| +|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.236984815618221e-05| +|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.236984815618221e-05| +|npm|[emotion](https://emotion.sh)|2.236984815618221e-05| +|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.236984815618221e-05| +|npm|[helmet](https://helmetjs.github.io/)|2.236984815618221e-05| +|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.236984815618221e-05| +|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.236984815618221e-05| +|cran|colorRamps|2.236984815618221e-05| +|cran|geoaxe|2.236984815618221e-05| +|cran|spbabel|2.236984815618221e-05| +|cran|paletteer|2.236984815618221e-05| +|cran|statsExpressions|2.236984815618221e-05| +|pypi|[aiodns](https://pypi.org/project/aiodns)|2.2352628401844397e-05| +|pypi|[traittypes](https://pypi.org/project/traittypes)|2.233717314280949e-05| +|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2304697262013056e-05| +|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2304697262013056e-05| +|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.2291536505954538e-05| +|npm|clipboard|2.228036876355748e-05| +|pypi|[anndata](http://anndata.readthedocs.io)|2.2278440183387454e-05| +|pypi|[nbval](https://pypi.org/project/nbval)|2.2230041364528287e-05| +|cran|doMC|2.2180663154632784e-05| +|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2165169203888133e-05| +|pypi|[miniball](https://github.com/marmakoide/miniball)|2.214614967462039e-05| +|pypi|[pyramid](https://pypi.org/project/pyramid)|2.2130440445826258e-05| +|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.21158591999098e-05| +|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2098924439624003e-05| +|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.206513656586952e-05| +|pypi|[datatable](https://pypi.org/project/datatable)|2.2064123620414294e-05| +|cran|[futile.logger](NA)|2.2017453398011968e-05| +|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.201630190991743e-05| +|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2001403598315682e-05| +|rubygems|[mysql2](https://github.com/brianmario/mysql2)|2.198271282482624e-05| +|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.189933429988047e-05| +|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.1830760454730148e-05| +|spack|py-mpi4py|2.1763901873113667e-05| +|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.1760919584753643e-05| +|cran|miniUI|2.1756677419510948e-05| +|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1727432004004672e-05| +|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1703783743145468e-05| +|pypi|[Requests](https://requests.readthedocs.io)|2.165050401939518e-05| +|pypi|[databases](https://pypi.org/project/databases)|2.148509069827696e-05| +|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1403470715835137e-05| +|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.135432806528251e-05| +|cran|spatial|2.1332862114851172e-05| +|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.1322070099049504e-05| +|rubygems|actionpack|2.1305577169963593e-05| +|pypi|[pyavm](https://pypi.org/project/pyavm)|2.128822912445472e-05| +|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1167983897880865e-05| +|pypi|[waitress](https://pypi.org/project/waitress)|2.1139826420655167e-05| +|pypi|[xgboost](https://pypi.org/project/xgboost)|2.1124378447727373e-05| +|cran|fstcore|2.1109335891873852e-05| +|npm|sax|2.1084311021757018e-05| +|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1053974735230318e-05| +|pypi|[pykalman](http://pykalman.github.com)|2.1053974735230318e-05| +|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1053974735230318e-05| +|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1053974735230318e-05| +|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1053974735230318e-05| +|pypi|[penquins](https://github.com/dmitryduev/penquins)|2.1053974735230318e-05| +|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1053974735230318e-05| +|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1053974735230318e-05| +|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1053974735230318e-05| +|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1053974735230318e-05| +|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1053974735230318e-05| +|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1053974735230318e-05| +|npm|[diff2html](https://diff2html.xyz/)|2.1053974735230318e-05| +|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1053974735230318e-05| +|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1053974735230318e-05| +|npm|react-schemaorg|2.1053974735230318e-05| +|cran|nortest|2.1053974735230318e-05| +|cran|openair|2.1053974735230318e-05| +|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1049211488494822e-05| +|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1043688230338416e-05| +|npm|safe-buffer|2.0999239363254634e-05| +|pypi|[h2](https://pypi.org/project/h2)|2.0995105617706873e-05| +|npm|lint-staged|2.0887106917974882e-05| +|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.084976333636016e-05| +|pypi|[apptools](https://docs.enthought.com/apptools)|2.075027114967462e-05| +|cran|webfakes|2.0711938870452376e-05| +|pypi|[passlib](https://pypi.org/project/passlib)|2.0711067216953465e-05| +|npm|vary|2.0657743167766017e-05| +|pypi|[prov](https://pypi.org/project/prov)|2.061316601824936e-05| +|cran|mclust|2.061020931450568e-05| +|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0600829784487374e-05| +|cran|brms|2.0595328307102006e-05| +|rubygems|[builder](http://onestepback.org)|2.0577911469631233e-05| +|npm|[standard](https://standardjs.com)|2.046452127588118e-05| +|rubygems|[aruba](https://github.com/cucumber/aruba)|2.034849257049891e-05| +|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0345687590383223e-05| +|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0345687590383223e-05| +|pypi|[h3](https://github.com/uber/h3-py)|2.0338807974382814e-05| +|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.029570897848256e-05| +|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0266273707419453e-05| +|rubygems|[tins](https://github.com/flori/tins)|2.024308131723406e-05| +|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.024222704266088e-05| +|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.024222704266088e-05| +|npm|redux|2.0175117042381096e-05| +|pypi|[incremental](https://pypi.org/project/incremental)|2.01701435356716e-05| +|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.0157445591285072e-05| +|npm|eslint-config-prettier|2.0117203457513e-05| +|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.0110384300750076e-05| +|cran|RJSONIO|2.0009484006628963e-05| +|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.9965996094376113e-05| +|rubygems|[webmock](https://github.com/bblimke/webmock)|1.993610923219613e-05| +|cran|[graphql](http://graphql.org)|1.9929125646587686e-05| +|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9909164859002167e-05| +|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9907971917791566e-05| +|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.9884309472161965e-05| +|pypi|[utm](https://github.com/Turbo87/utm)|1.9884309472161965e-05| +|pypi|[faust-cchardet](https://github.com/faust-streaming/cChardet)|1.9884309472161965e-05| +|pypi|[tkp](http://docs.transientskp.org/)|1.9884309472161965e-05| +|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.9884309472161965e-05| +|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.9884309472161965e-05| +|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.9884309472161965e-05| +|spack|dl|1.9884309472161965e-05| +|spack|sofa|1.9884309472161965e-05| +|spack|pthreads|1.9884309472161965e-05| +|npm|[bower](http://bower.io)|1.9884309472161965e-05| +|npm|[http-auth](https://github.com/gevorg/http-auth)|1.9884309472161965e-05| +|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.9884309472161965e-05| +|npm|[multer](https://github.com/expressjs/multer#readme)|1.9884309472161965e-05| +|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.9884309472161965e-05| +|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.9884309472161965e-05| +|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.9884309472161965e-05| +|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.9884309472161965e-05| +|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.9884309472161965e-05| +|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.9884309472161965e-05| +|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.9884309472161965e-05| +|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.9884309472161965e-05| +|pypi|[triton](https://pypi.org/project/triton)|1.9879737411952183e-05| +|pypi|[pydub](http://pydub.com)|1.985590331577316e-05| +|npm|coffee-script|1.981542664996918e-05| +|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.9796634146926355e-05| +|pypi|[pyscf](http://www.pyscf.org)|1.9770236328347983e-05| +|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9737556743766456e-05| +|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.9685466377440345e-05| +|pypi|[clikit](https://pypi.org/project/clikit)|1.9685466377440345e-05| +|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.9685466377440345e-05| +|pypi|[httpstan](https://pypi.org/project/httpstan)|1.9685466377440345e-05| +|pypi|[language-data](https://pypi.org/project/language-data)|1.9685466377440345e-05| +|npm|scheduler|1.9685466377440345e-05| +|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.9677044787546256e-05| +|pypi|[anytree](https://pypi.org/project/anytree)|1.9598322792253614e-05| +|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9582230177668734e-05| +|cran|stopwords|1.9571558758221864e-05| +|cran|spam|1.9520611924483083e-05| +|npm|[babel-loader](https://github.com/babel/babel-loader)|1.9508598879534116e-05| +|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.948861171366594e-05| +|pypi|[validators](https://pypi.org/project/validators)|1.945490020500107e-05| +|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.9440733951181244e-05| +|npm|json5|1.9418978113691152e-05| +|pypi|[fastcore](https://pypi.org/project/fastcore)|1.941392685989881e-05| +|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.93722885032538e-05| +|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9346895702644075e-05| +|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9346895702644075e-05| +|rubygems|[diff-lcs](https://github.com/halostatue/diff-lcs)|1.9319228118221255e-05| +|npm|[jasmine](http://jasmine.github.io/)|1.9286063332391192e-05| +|rubygems|[psych](https://github.com/ruby/psych)|1.928564225189805e-05| +|pypi|[selenium](https://pypi.org/project/selenium)|1.9278807501592635e-05| +|cran|[remotes](https://remotes.r-lib.org)|1.9252355511737475e-05| +|pypi|[pyside6](https://www.pyside.org)|1.918438177874186e-05| +|cran|modelr|1.917067381040882e-05| +|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.916210206550499e-05| +|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.908805230659173e-05| +|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.9058360008812362e-05| +|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.9058360008812362e-05| +|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9056026785714284e-05| +|cran|[config](https://github.com/rstudio/config)|1.8929394797078558e-05| +|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.883776686836397e-05| +|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.883776686836397e-05| +|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.883776686836397e-05| +|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.883776686836397e-05| +|pypi|[kneed](https://github.com/arvkevi/kneed)|1.883776686836397e-05| +|pypi|[BioPython](https://biopython.org/)|1.883776686836397e-05| +|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.883776686836397e-05| +|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.883776686836397e-05| +|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.883776686836397e-05| +|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.883776686836397e-05| +|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.883776686836397e-05| +|pypi|[sos-python](https://github.com/vatlab/SOS)|1.883776686836397e-05| +|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.883776686836397e-05| +|cran|dunn.test|1.883776686836397e-05| +|cran|minqa|1.881404391604326e-05| +|cran|kernlab|1.8734831098926713e-05| +|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.862556166718314e-05| +|cran|[tm](http://tm.r-forge.r-project.org/)|1.8601707026439555e-05| +|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8567721270053154e-05| +|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8544494158847973e-05| +|npm|validator|1.8524184187443862e-05| +|npm|[ts-node](https://typestrong.org/ts-node)|1.849286315106807e-05| +|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.839737078029792e-05| +|cran|Formula|1.8381058207357993e-05| +|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8377518132056323e-05| +|cran|[hoardr](https://github.com/ropensci/hoardr)|1.83479997204956e-05| +|rubygems|concurrent-ruby|1.829654736080983e-05| +|cran|[RANN](https://github.com/jefferis/RANN)|1.8268145903613473e-05| +|spack|llvm-amdgpu|1.8257630926557172e-05| +|spack|hsa-rocr-dev|1.8257630926557172e-05| +|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8169127777043857e-05| +|pypi|[constantly](https://pypi.org/project/constantly)|1.8136880102429822e-05| +|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8136880102429822e-05| +|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8114605929139552e-05| +|cran|[reactable](https://glin.github.io/reactable/)|1.810127688652635e-05| +|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.808762008057019e-05| +|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8087430085294677e-05| +|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.8052971271861305e-05| +|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.8052971271861305e-05| +|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8033539128983815e-05| +|npm|[minimist](https://github.com/substack/minimist)|1.7980302288066697e-05| +|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.792304838100591e-05| +|cran|sandwich|1.7899586719248167e-05| +|pypi|[envisage](http://docs.enthought.com/envisage)|1.789587852494577e-05| +|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.789587852494577e-05| +|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.789587852494577e-05| +|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.789587852494577e-05| +|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.789587852494577e-05| +|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.789587852494577e-05| +|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.789587852494577e-05| +|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.789587852494577e-05| +|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.789587852494577e-05| +|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.789587852494577e-05| +|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.789587852494577e-05| +|npm|tinymce|1.789587852494577e-05| +|cran|[genalg](https://github.com/egonw/genalg)|1.789587852494577e-05| +|cran|lpSolveAPI|1.789587852494577e-05| +|cran|segmented|1.7890054027835784e-05| +|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.786762674984169e-05| +|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7849922826631068e-05| +|cran|quadprog|1.784530540991023e-05| +|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7826847864815075e-05| +|npm|depd|1.7826510047223463e-05| +|spack|libunistring|1.782626671557994e-05| +|rubygems|[rspec-mocks](https://github.com/rspec/rspec-mocks)|1.778927753815464e-05| +|cran|lmtest|1.7780528514641857e-05| +|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7772241827001744e-05| +|cran|gmp|1.774381408023012e-05| +|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.771691973969631e-05| +|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7677572893735937e-05| +|cran|[semver](https://github.com/johndharrison/semver)|1.766578865819648e-05| +|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.765786334056399e-05| +|pypi|[awscrt](https://pypi.org/project/awscrt)|1.763637481716492e-05| +|rubygems|[coveralls](https://coveralls.io)|1.762129036185184e-05| +|npm|[font-awesome](http://fontawesome.io/)|1.7618117574692854e-05| +|pypi|[e13tools](https://e13tools.readthedocs.io)|1.7617498192335507e-05| +|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.759821285152834e-05| +|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.7579488330255026e-05| +|cran|lsa|1.7574919834009242e-05| +|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.7533666748456027e-05| +|rubygems|[mocha](https://mocha.jamesmead.org)|1.7521883670518094e-05| +|npm|gulp|1.750946256323708e-05| +|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.749918655097614e-05| +|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7439711640647307e-05| +|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7380306786488997e-05| +|npm|react-transition-group|1.7377684679745415e-05| +|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7373915401301518e-05| +|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7339919756006065e-05| +|pypi|[stevedore](https://pypi.org/project/stevedore)|1.7320157235696174e-05| +|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.721640934030879e-05| +|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.721640934030879e-05| +|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.720757550475555e-05| +|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.71928261543229e-05| +|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7176671477213448e-05| +|pypi|[celerite](https://pypi.org/project/celerite)|1.7149007195343382e-05| +|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|1.7131296390573582e-05| +|pypi|[folium](https://pypi.org/project/folium)|1.7123934399999387e-05| +|cran|[statmod](NA)|1.71125085437101e-05| +|npm|[sass](https://github.com/sass/dart-sass)|1.7111347658835994e-05| +|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.7076085900111755e-05| +|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7043693833281684e-05| +|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7043693833281684e-05| +|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7043693833281684e-05| +|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7043693833281684e-05| +|pypi|[owslib](https://owslib.readthedocs.io)|1.7043693833281684e-05| +|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7043693833281684e-05| +|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7043693833281684e-05| +|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7029067175009508e-05| +|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.70280972234026e-05| +|pypi|[moto](https://pypi.org/project/moto)|1.7020734319519087e-05| +|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.698522954575369e-05| +|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.69668029547403e-05| +|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.695880416596204e-05| +|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.6958475364115275e-05| +|rubygems|[html-pipeline](https://github.com/jch/html-pipeline)|1.6952794132837516e-05| +|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6950653811560642e-05| +|rubygems|activerecord|1.6924556540453658e-05| +|pypi|[configobj](https://github.com/DiffSK/configobj)|1.68871833868837e-05| +|rubygems|gemoji|1.687325689494887e-05| +|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6873256894948865e-05| +|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6873256894948865e-05| +|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6873256894948865e-05| +|npm|on-headers|1.679688108221942e-05| +|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.675794102407401e-05| +|pypi|[bottle](https://pypi.org/project/bottle)|1.666957538897421e-05| +|rubygems|[rspec-core](https://github.com/rspec/rspec-core)|1.666439374515805e-05| +|npm|rollup-plugin-commonjs|1.6649700883892773e-05| +|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.6642173649695732e-05| +|pypi|[meshio](https://github.com/nschloe/meshio)|1.6634158909438065e-05| +|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.662723643178067e-05| +|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6602908647938194e-05| +|pypi|[plumbum](https://pypi.org/project/plumbum)|1.655065866282677e-05| +|pypi|[onnx](https://pypi.org/project/onnx)|1.6530715197141784e-05| +|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6522368082115537e-05| +|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.6486675002449132e-05| +|rubygems|[utils](http://github.com/flori/utils)|1.6469094936279826e-05| +|cran|carrier|1.6464645260740707e-05| +|pypi|[neo](https://pypi.org/project/neo)|1.6456427426200133e-05| +|rubygems|actionview|1.6417689259918884e-05| +|pypi|[nbsite](https://pypi.org/project/nbsite)|1.636149976469381e-05| +|pypi|[inflect](https://github.com/jaraco/inflect)|1.631081499845057e-05| +|npm|autoprefixer|1.6291578368819773e-05| +|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6268980477223426e-05| +|pypi|[SQLObject](http://sqlobject.org/)|1.6268980477223426e-05| +|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6268980477223426e-05| +|pypi|[pweave](http://mpastell.com/pweave)|1.6268980477223426e-05| +|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6268980477223426e-05| +|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6268980477223426e-05| +|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6268980477223426e-05| +|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6268980477223426e-05| +|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6268980477223426e-05| +|cran|plotROC|1.6268980477223426e-05| +|npm|js-cookie|1.6252379476736465e-05| +|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6192505562125197e-05| +|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6184125446662504e-05| +|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6182711973492886e-05| +|rubygems|[rspec-support](https://github.com/rspec/rspec-support)|1.6146319135574837e-05| +|npm|styled-components|1.61432582662185e-05| +|cran|caTools|1.613681684014373e-05| +|spack|libfabric|1.6122486037632138e-05| +|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6119449406660712e-05| +|npm|[babel-preset-es2015](https://babeljs.io/)|1.6117054015889514e-05| +|cran|SeuratObject|1.6116153679599048e-05| +|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.611314733088987e-05| +|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.610629067245119e-05| +|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.610629067245119e-05| +|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.604583227005203e-05| +|cran|mondate|1.6010689005594245e-05| +|cran|DAAG|1.6010689005594245e-05| +|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.6005919741614273e-05| +|cran|SuppDists|1.599444143167028e-05| +|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.5968442673284463e-05| +|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.592116089460693e-05| +|rubygems|[thread_order](https://github.com/JoshCheek/thread_order)|1.5919270312906723e-05| +|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5899799766394127e-05| +|cran|qlcMatrix|1.588701310949731e-05| +|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5831657767395298e-05| +|npm|react-highcharts|1.5810268621662616e-05| +|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5809321838933905e-05| +|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5800245213618783e-05| +|cran|RcppRoll|1.5785331981514665e-05| +|cran|blavaan|1.5755700198618817e-05| +|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.573031526977552e-05| +|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.571672052769047e-05| +|cran|mediation|1.56372082159475e-05| +|cran|Rgraphviz|1.5634006121176462e-05| +|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5616284474744343e-05| +|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.559122251156957e-05| +|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5573573402044746e-05| +|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5562746328228782e-05| +|pypi|[beast](http://beast.readthedocs.io/)|1.5561633499952842e-05| +|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5561633499952842e-05| +|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5561633499952842e-05| +|pypi|[itables](https://pypi.org/project/itables)|1.5561633499952842e-05| +|pypi|[gekko](https://pypi.org/project/gekko)|1.5561633499952842e-05| +|pypi|[readlif](https://pypi.org/project/readlif)|1.5561633499952842e-05| +|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5561633499952842e-05| +|spack|libsbml|1.5561633499952842e-05| +|spack|libsedml|1.5561633499952842e-05| +|spack|libcombine|1.5561633499952842e-05| +|spack|crossguid|1.5561633499952842e-05| +|spack|nativejit|1.5561633499952842e-05| +|spack|cpufeatures|1.5561633499952842e-05| +|spack|raptor|1.5561633499952842e-05| +|spack|qcp|1.5561633499952842e-05| +|spack|qwtplot3d|1.5561633499952842e-05| +|spack|mml|1.5561633499952842e-05| +|spack|sbw|1.5561633499952842e-05| +|cran|spex|1.5561633499952842e-05| +|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5561633499952842e-05| +|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.551591192237674e-05| +|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5511569737764668e-05| +|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5462039045553143e-05| +|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5443483518819693e-05| +|spack|atlas|1.5406017164953315e-05| +|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5374610222342734e-05| +|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.536062906724512e-05| +|pypi|[mopti](https://github.com/basf/mopti)|1.536062906724512e-05| +|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5360629067245118e-05| +|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.5339324449953517e-05| +|pypi|[pytoml](https://pypi.org/project/pytoml)|1.5339324449953517e-05| +|npm|nprogress|1.5339324449953517e-05| +|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.5267060987585426e-05| +|rubygems|[chartkick](https://chartkick.com)|1.5258164003128366e-05| +|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5230268646754546e-05| +|cran|VennDiagram|1.519615205835379e-05| +|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5185931205453982e-05| +|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5185931205453982e-05| +|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5165046679207566e-05| +|rubygems|nio4r|1.5105582363097082e-05| +|npm|[form-data](https://github.com/form-data/form-data#readme)|1.507952986663716e-05| +|spack|libedit|1.506826244026552e-05| +|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5030981085075446e-05| +|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.4990478977514283e-05| +|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.496314957540554e-05| +|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4943108597329033e-05| +|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4913232104121475e-05| +|pypi|[hyperion](http://www.hyperion-rt.org)|1.4913232104121475e-05| +|pypi|[cmyt](https://github.com/yt-project/yt)|1.4913232104121475e-05| +|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4913232104121475e-05| +|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4913232104121475e-05| +|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4913232104121475e-05| +|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4913232104121475e-05| +|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4913232104121475e-05| +|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4913232104121475e-05| +|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4913232104121475e-05| +|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4913232104121475e-05| +|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4913232104121475e-05| +|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4913232104121475e-05| +|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4913232104121475e-05| +|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4913232104121475e-05| +|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4913232104121475e-05| +|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4913232104121475e-05| +|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4913232104121475e-05| +|cran|PhysicalActivity|1.4913232104121475e-05| +|cran|shinyFeedback|1.4913232104121475e-05| +|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4913232104121473e-05| +|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4869277314761967e-05| +|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.4865152703287805e-05| +|npm|docco|1.486042779075588e-05| +|cran|extrafont|1.4854602040874312e-05| +|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4853420193232956e-05| +|cran|futile.options|1.4848466067555005e-05| +|cran|lambda.r|1.4848466067555005e-05| +|npm|postcss|1.4812178245294138e-05| +|cran|[vegan](https://github.com/vegandevs/vegan)|1.4788560836010345e-05| +|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4783042092666e-05| +|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.476409978308026e-05| +|rubygems|rack|1.4763100663521302e-05| +|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4761384246533236e-05| +|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4761384246533236e-05| +|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4761384246533236e-05| +|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4761384246533236e-05| +|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4761384246533236e-05| +|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4761384246533236e-05| +|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4761384246533236e-05| +|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4756149883197061e-05| +|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4735204539976775e-05| +|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4735204539976775e-05| +|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4735204539976775e-05| +|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4735204539976775e-05| +|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4735204539976775e-05| +|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4735204539976775e-05| +|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4735204539976775e-05| +|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4735204539976775e-05| +|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4735204539976775e-05| +|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4735204539976775e-05| +|pypi|[autoflake](https://pypi.org/project/autoflake)|1.469159247212985e-05| +|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.465452071000993e-05| +|npm|babel-core|1.4646443713533965e-05| +|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.4614127611599496e-05| +|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4611430336759006e-05| +|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4543118287124453e-05| +|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|1.4535836026384521e-05| +|cran|PASWR|1.4514481776358129e-05| +|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4508950330486658e-05| +|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4508950330486658e-05| +|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4508950330486658e-05| +|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4508950330486658e-05| +|npm|[should](https://github.com/shouldjs/should.js)|1.4507555460003406e-05| +|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4506898673452362e-05| +|npm|[qunit](https://qunitjs.com)|1.4503998194581047e-05| +|cran|arrow|1.4499144962435911e-05| +|cran|leaflet.providers|1.4491588128104015e-05| +|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4446565638285365e-05| +|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4446565638285365e-05| +|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4446565638285365e-05| +|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4436008676789588e-05| +|pypi|[pyct](https://pypi.org/project/pyct)|1.4421443303287882e-05| +|cran|logspline|1.4415137771717747e-05| +|npm|whatwg-fetch|1.4408667295454128e-05| +|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.4385533121975638e-05| +|rubygems|[capybara](https://github.com/teamcapybara/capybara)|1.4358099466738972e-05| +|cran|timetk|1.435663611227131e-05| +|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4316702819956614e-05| +|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4316702819956614e-05| +|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4316702819956614e-05| +|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4316702819956614e-05| +|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4316702819956614e-05| +|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4316702819956614e-05| +|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4316702819956614e-05| +|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|1.4316702819956614e-05| +|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|1.4316702819956614e-05| +|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|1.4316702819956614e-05| +|cran|DiceKriging|1.4302936759552813e-05| +|npm|zap|1.426077819956616e-05| +|npm|diff|1.426077819956616e-05| +|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4253043910278453e-05| +|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.4243013908383308e-05| +|rubygems|jdbc-mysql|1.4173535791757047e-05| +|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.414462706490906e-05| +|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.414462706490906e-05| +|cran|polynom|1.4132889508958828e-05| +|cran|biglm|1.4085822073764718e-05| +|npm|[terser](https://terser.org)|1.4070367511751177e-05| +|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4061047412457391e-05| +|cran|nloptr|1.4050373825739504e-05| +|npm|del-cli|1.4049146152967936e-05| +|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4021715811303667e-05| +|cran|compiler|1.39920204524326e-05| +|npm|puppeteer|1.394176309719903e-05| +|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.393904379947769e-05| +|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.393904379947769e-05| +|pypi|[manhole](https://pypi.org/project/manhole)|1.3938216945452165e-05| +|pypi|[pydeck](https://pypi.org/project/pydeck)|1.393195677099473e-05| +|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3915192724845654e-05| +|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3887931731803352e-05| +|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3850298796308111e-05| +|cran|gdata|1.3843740316083054e-05| +|pypi|[pvlib](https://pypi.org/project/pvlib)|1.3828857200592013e-05| +|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3810819326458147e-05| +|spack|gl2ps|1.3802511158925386e-05| +|pypi|[fabio](https://pypi.org/project/fabio)|1.3768108924697864e-05| +|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.3766060403804439e-05| +|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.3766060403804439e-05| +|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.3766060403804439e-05| +|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.3766060403804439e-05| +|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.3766060403804439e-05| +|pypi|[pypylon](https://pypi.org/project/pypylon)|1.3766060403804439e-05| +|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.3766060403804439e-05| +|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.3766060403804439e-05| +|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.3766060403804439e-05| +|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.3766060403804439e-05| +|pypi|[ipython_genutils](http://ipython.org)|1.3766060403804439e-05| +|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.3766060403804439e-05| +|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.3766060403804439e-05| +|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.3766060403804439e-05| +|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.3766060403804439e-05| +|pypi|[interlap](http://brentp.github.io/interlap)|1.3766060403804439e-05| +|pypi|[eemont](https://github.com/davemlz/eemont)|1.3766060403804439e-05| +|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.3766060403804439e-05| +|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.3766060403804439e-05| +|pypi|[bottle-cork](http://cork.firelet.net/)|1.3766060403804439e-05| +|pypi|[beaker](https://beaker.readthedocs.io/)|1.3766060403804439e-05| +|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.3766060403804439e-05| +|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.3766060403804439e-05| +|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.3766060403804439e-05| +|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.3766060403804439e-05| +|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.3766060403804439e-05| +|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.3766060403804439e-05| +|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.3766060403804439e-05| +|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.3766060403804439e-05| +|cran|mlrMBO|1.3766060403804439e-05| +|cran|emoa|1.3766060403804439e-05| +|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3755082672982432e-05| +|cran|vcd|1.3752038477145664e-05| +|cran|fftwtools|1.3739896512124185e-05| +|npm|reflect-metadata|1.3714666833864688e-05| +|npm|recharts|1.369582540174421e-05| +|pypi|[mlflow](https://pypi.org/project/mlflow)|1.3694700595781948e-05| +|spack|perl-data-dumper|1.3676218746432239e-05| +|spack|libelf|1.3676218746432239e-05| +|spack|binutils|1.3676218746432239e-05| +|spack|isl|1.3676218746432239e-05| +|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3649899206731352e-05| +|npm|[request](https://github.com/request/request#readme)|1.3637464779602309e-05| +|pypi|[scitokens](https://scitokens.org)|1.363495506662535e-05| +|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3612260925176193e-05| +|npm|babel-runtime|1.3561880229315153e-05| +|spack|glu|1.3540920893752072e-05| +|cran|websocket|1.3521665633715525e-05| +|pypi|[gssapi](https://pypi.org/project/gssapi)|1.351842675279272e-05| +|pypi|[raven](https://pypi.org/project/raven)|1.3498960054335691e-05| +|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.348086002296797e-05| +|cran|[smoothr](https://strimas.com/smoothr/)|1.3479904796336467e-05| +|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3438297060856713e-05| +|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3423018949488688e-05| +|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3404865199876045e-05| +|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3404865199876045e-05| +|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3404865199876045e-05| +|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3404865199876045e-05| +|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.3383092607274072e-05| +|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.338262525792286e-05| +|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.338262525792286e-05| +|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.338262525792286e-05| +|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.338262525792286e-05| +|pypi|[nose2](https://pypi.org/project/nose2)|1.337435257023463e-05| +|rubygems|[ruby-maven](https://github.com/takari/ruby-maven)|1.3370551838394795e-05| +|pypi|[backports.os](https://pypi.org/project/backports.os)|1.335826544659245e-05| +|spack|[hpx](https://hpx.stellar-group.org/)|1.3348363372993848e-05| +|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.3330636442796706e-05| +|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.333039832533159e-05| +|spack|memkind|1.332220328478463e-05| +|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.332206940961639e-05| +|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3296902033834489e-05| +|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3256206314774645e-05| +|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3256206314774645e-05| +|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3256206314774645e-05| +|pypi|[scico](https://github.com/lanl/scico)|1.3256206314774645e-05| +|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3256206314774645e-05| +|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3256206314774645e-05| +|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3256206314774645e-05| +|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3256206314774645e-05| +|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3256206314774645e-05| +|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3256206314774645e-05| +|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3256206314774645e-05| +|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3256206314774645e-05| +|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3256206314774645e-05| +|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3256206314774645e-05| +|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3256206314774645e-05| +|npm|ngx-smart-modal|1.3256206314774645e-05| +|npm|plotly|1.3256206314774645e-05| +|cran|numform|1.3256206314774645e-05| +|cran|qmap|1.3256206314774645e-05| +|spack|gflags|1.324354465591917e-05| +|spack|[git](http://git-scm.com)|1.321751567304716e-05| +|cran|[seriation](https://github.com/mhahsler/seriation)|1.3205084859857161e-05| +|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3194126949942396e-05| +|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3194126949942396e-05| +|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3188602451869836e-05| +|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3123644251626898e-05| +|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3116075157781682e-05| +|npm|stylelint-config-twbs-bootstrap|1.3116075157781682e-05| +|npm|stylelint|1.3116075157781682e-05| +|npm|postcss-cli|1.3116075157781682e-05| +|npm|lockfile-lint|1.3116075157781682e-05| +|npm|hugo-bin|1.3116075157781682e-05| +|npm|find-unused-sass-variables|1.3116075157781682e-05| +|npm|clean-css-cli|1.3116075157781682e-05| +|npm|[stylus](https://github.com/stylus/stylus)|1.3114394054508713e-05| +|npm|eslint-plugin-react|1.310479189172749e-05| +|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.310292066935234e-05| +|npm|inherits|1.3085107199981355e-05| +|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.3056758308421972e-05| +|cran|gridBase|1.304175426006505e-05| +|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3027062790186435e-05| +|pypi|[Automat](https://pypi.org/project/Automat)|1.3023771952445318e-05| +|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3004338394793934e-05| +|pypi|[pypblib](https://pypi.org/project/pypblib)|1.2992407809110627e-05| +|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.2992407809110627e-05| +|npm|grunt-shell|1.2980596529284165e-05| +|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.2971866441734935e-05| +|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.295715643590992e-05| +|npm|[difflet](https://github.com/substack/difflet#readme)|1.2910637410312029e-05| +|cran|proj4|1.2882603233183812e-05| +|npm|camelcase|1.284856404600886e-05| +|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2843037259021127e-05| +|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2802365875851431e-05| +|cran|RandomFieldsUtils|1.27991369205388e-05| +|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2782770374961264e-05| +|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2782770374961264e-05| +|cran|[jqr](https://docs.ropensci.org/jqr/)|1.2759274425605388e-05| +|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.275030316200011e-05| +|cran|[base64url](https://github.com/mllg/base64url)|1.2724470342045451e-05| +|cran|[attempt](https://github.com/ColinFay/attempt)|1.2723317206777678e-05| +|npm|karma|1.2686564589807625e-05| +|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.265494267121165e-05| +|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.265494267121165e-05| +|cran|stargazer|1.265494267121165e-05| +|npm|on-finished|1.2598096090999507e-05| +|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2564464743751431e-05| +|cran|plm|1.2562654512376508e-05| +|npm|retry|1.2542912882826573e-05| +|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2527114967462048e-05| +|npm|npm-run-all2|1.2474157775908626e-05| +|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2450248217596875e-05| +|spack|numactl|1.2401843817787418e-05| +|spack|kokkos-nvcc-wrapper|1.2401843817787418e-05| +|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2366224136492574e-05| +|npm|readable-stream|1.2363554504064264e-05| +|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.2357179314241964e-05| +|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.2357179314241964e-05| +|npm|dayjs|1.2347567501997945e-05| +|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2341985189617773e-05| +|pypi|[datasize](https://pypi.org/project/datasize)|1.2341985189617773e-05| +|pypi|[halo](https://pypi.org/project/halo)|1.2341985189617773e-05| +|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2341985189617773e-05| +|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2341985189617773e-05| +|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2341985189617773e-05| +|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2341985189617773e-05| +|pypi|[spock](https://pypi.org/project/spock)|1.2341985189617773e-05| +|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2341985189617773e-05| +|pypi|[Celery](http://celeryproject.org)|1.2341985189617773e-05| +|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2341985189617773e-05| +|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2341985189617773e-05| +|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2341985189617773e-05| +|pypi|[mpld3](http://mpld3.github.com)|1.232827187274042e-05| +|cran|[reshape](http://had.co.nz/reshape)|1.2320193202956033e-05| +|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.228287379962615e-05| +|cran|bezier|1.2274788037567373e-05| +|cran|ComplexHeatmap|1.2274788037567373e-05| +|cran|GlobalOptions|1.2274788037567373e-05| +|npm|marked|1.226276537190822e-05| +|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2259593142032573e-05| +|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.22337682884979e-05| +|pypi|[visitor](http://github.com/mbr/visitor)|1.2205906891373268e-05| +|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2186241090796408e-05| +|pypi|[silx](https://pypi.org/project/silx)|1.2186241090796408e-05| +|rubygems|[addressable](https://github.com/sporkmonger/addressable)|1.216859863413037e-05| +|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2135110009296558e-05| +|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2132798999963233e-05| +|npm|[auth0](https://github.com/auth0/node-auth0)|1.2132798999963233e-05| +|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2132798999963233e-05| +|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2132798999963233e-05| +|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2132798999963233e-05| +|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2132798999963233e-05| +|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2132798999963233e-05| +|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2132798999963233e-05| +|npm|hammerjs|1.2132798999963233e-05| +|npm|http-status-codes|1.2132798999963233e-05| +|npm|is-url|1.2132798999963233e-05| +|npm|jwks-rsa|1.2132798999963233e-05| +|npm|nats|1.2132798999963233e-05| +|npm|nestjs-s3|1.2132798999963233e-05| +|npm|ngx-material-file-input|1.2132798999963233e-05| +|npm|passport-jwt|1.2132798999963233e-05| +|npm|sharp|1.2132798999963233e-05| +|npm|ssh2|1.2132798999963233e-05| +|npm|stackdriver-errors-js|1.2132798999963233e-05| +|npm|tiny-version-compare|1.2132798999963233e-05| +|npm|unzipper|1.2132798999963233e-05| +|npm|yaml|1.2132798999963233e-05| +|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2120510080387897e-05| +|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2115400955664261e-05| +|rubygems|[jekyll-commonmark](https://github.com/pathawks/jekyll-commonmark)|1.2106561822125812e-05| +|cran|rms|1.209415664939428e-05| +|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.204911020529242e-05| +|npm|[pug](https://pugjs.org)|1.204307615641672e-05| +|npm|svgo|1.2022195537651068e-05| +|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.201916431397553e-05| +|cran|dfoptim|1.2017539852166463e-05| +|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.200813449023861e-05| +|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2004877281767454e-05| +|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2004877281767454e-05| +|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.1995752747953845e-05| +|spack|[pugixml](https://pugixml.org/)|1.1973803621231574e-05| +|cran|jsonify|1.1957700650759217e-05| +|cran|RSpectra|1.1932361068071479e-05| +|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.193058568329718e-05| +|pypi|[pyfai](https://pypi.org/project/pyfai)|1.193058568329718e-05| +|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.193058568329718e-05| +|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.193058568329718e-05| +|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.193058568329718e-05| +|pypi|[PyCBC](http://www.pycbc.org/)|1.193058568329718e-05| +|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.193058568329718e-05| +|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.193058568329718e-05| +|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1903922418075537e-05| +|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.1900759219088938e-05| +|cran|[proxy](NA)|1.189780203177776e-05| +|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.185181541163103e-05| +|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.1845026340254106e-05| +|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1842878151202477e-05| +|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1811279826464206e-05| +|npm|p-each-series|1.1811279826464206e-05| +|cran|robotstxt|1.1811279826464206e-05| +|cran|[geosphere](NA)|1.177302963296997e-05| +|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1768209982474552e-05| +|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1702626278277037e-05| +|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1701416099732214e-05| +|pypi|[untokenize](https://pypi.org/project/untokenize)|1.1698136877451917e-05| +|npm|[split](http://github.com/dominictarr/split)|1.169193914477605e-05| +|npm|react-test-renderer|1.1690283400809717e-05| +|npm|react-collapsible|1.166928863498206e-05| +|npm|react-icons|1.166928863498206e-05| +|cran|ggdist|1.165985316202236e-05| +|cran|bridgesampling|1.165985316202236e-05| +|cran|bayesQR|1.165985316202236e-05| +|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1658132404471885e-05| +|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1616452774542385e-05| +|cran|mice|1.159578187776664e-05| +|spack|libzmq|1.1579686104376674e-05| +|spack|dataspaces|1.1579686104376674e-05| +|spack|c-blosc|1.1579686104376674e-05| +|spack|zfp|1.1579686104376674e-05| +|spack|sz|1.1579686104376674e-05| +|npm|basic-auth|1.1554278540738006e-05| +|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1545728080610174e-05| +|pypi|[mir-flare](https://github.com/mir-group/flare)|1.152047180043384e-05| +|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1497682969312161e-05| +|npm|[jade](http://jade-lang.com)|1.1449963662254493e-05| +|pypi|[psims](https://pypi.org/project/psims)|1.1425339131698304e-05| +|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.1389448404090486e-05| +|npm|[keycode](https://github.com/timoxley/keycode)|1.1389448404090486e-05| +|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.1389448404090486e-05| +|npm|simple-assign|1.1389448404090486e-05| +|npm|warning|1.1389448404090486e-05| +|npm|lodash.merge|1.1389448404090486e-05| +|npm|lodash.throttle|1.1389448404090486e-05| +|npm|recompose|1.1389448404090486e-05| +|pypi|[bandit](https://pypi.org/project/bandit)|1.1370001722790606e-05| +|cran|AER|1.136660776761412e-05| +|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.1339012855684573e-05| +|cran|sm|1.1335231826293235e-05| +|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1329835050814484e-05| +|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.129669137803633e-05| +|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.125409963416513e-05| +|pypi|[m2r](https://pypi.org/project/m2r)|1.1252777235643965e-05| +|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.122327238921599e-05| +|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1184924078091106e-05| +|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1184924078091106e-05| +|cran|EnvStats|1.1184924078091106e-05| +|pypi|[schema](https://github.com/keleshev/schema)|1.1182425742120414e-05| +|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1177746586704095e-05| +|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.1170578394091353e-05| +|cran|gganimate|1.1159734501175741e-05| +|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1155836349838486e-05| +|pypi|[memoization](https://pypi.org/project/memoization)|1.1155836349838486e-05| +|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1155836349838486e-05| +|rubygems|[kramdown-parser-gfm](https://github.com/kramdown/parser-gfm)|1.1146895336225596e-05| +|rubygems|[jekyll-theme-primer](https://github.com/pages-themes/jekyll-theme-primer)|1.1146895336225596e-05| +|rubygems|[jekyll_test_plugin_malicious](https://github.com/jekyll/jekyll-test-plugin-malicious)|1.1146895336225596e-05| +|pypi|[treq](https://pypi.org/project/treq)|1.1146256197706848e-05| +|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1137138482782982e-05| +|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1125222394877356e-05| +|pypi|[plaster](https://pypi.org/project/plaster)|1.1120190817858932e-05| +|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1115040816540397e-05| +|spack|netcdf-c|1.1104575235734206e-05| +|spack|cgns|1.1104575235734206e-05| +|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1100433971909026e-05| +|pypi|[ordered-set](https://pypi.org/project/ordered-set)|1.1090933119451684e-05| +|pypi|[stfio](https://pypi.org/project/stfio)|1.1073074837310194e-05| +|pypi|[klusta](https://klusta.cortexlab.net)|1.1073074837310194e-05| +|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1073074837310194e-05| +|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1073074837310194e-05| +|spack|rtmpdump|1.1009800123954135e-05| +|npm|ms|1.097193499945768e-05| +|npm|eslint-plugin-prettier|1.0962026074814645e-05| +|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.094669856529652e-05| +|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0919945458391097e-05| +|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0913774403470717e-05| +|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0902719839813115e-05| +|npm|react-json-view|1.0865354818717075e-05| +|pypi|[emperor](http://github.com/biocore/emperor)|1.0845986984815618e-05| +|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0845986984815618e-05| +|npm|[canvg](https://github.com/canvg/canvg)|1.0845986984815618e-05| +|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0845986984815618e-05| +|npm|[http](https://github.com/npm/security-holder#readme)|1.0845986984815618e-05| +|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0845986984815618e-05| +|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0845986984815618e-05| +|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0845986984815618e-05| +|npm|[sequelize](https://sequelize.org/)|1.0845986984815618e-05| +|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.0844296920880965e-05| +|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0799531001990928e-05| +|spack|ffmpeg|1.0772817753444514e-05| +|npm|create-react-class|1.0756233608199113e-05| +|npm|react-ga|1.0756233608199113e-05| +|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0750685849176982e-05| +|npm|acorn|1.0736424120065541e-05| +|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0725087296968414e-05| +|pypi|[equinox](https://pypi.org/project/equinox)|1.0716999489600613e-05| +|cran|pscl|1.0706264805846344e-05| +|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0698243479180995e-05| +|pypi|[looseversion](https://pypi.org/project/looseversion)|1.065380370666362e-05| +|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0573481561822123e-05| +|spack|fftw-api|1.0545785559343042e-05| +|cran|udpipe|1.0538385008073328e-05| +|cran|Rcsdp|1.0537958053192383e-05| +|npm|vue-loader|1.0529807096374343e-05| +|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0526987367615159e-05| +|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0526987367615159e-05| +|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0526987367615159e-05| +|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0526987367615159e-05| +|pypi|[sty](https://pypi.org/project/sty)|1.0526987367615159e-05| +|pypi|[awscli](https://pypi.org/project/awscli)|1.0526987367615159e-05| +|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0526987367615159e-05| +|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0526987367615159e-05| +|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0526987367615159e-05| +|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0526987367615159e-05| +|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0526987367615159e-05| +|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0526987367615159e-05| +|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0526987367615159e-05| +|cran|tableHTML|1.0526987367615159e-05| +|cran|shiny.i18n|1.0526987367615159e-05| +|cran|popbio|1.0526987367615159e-05| +|pypi|[pims](https://github.com/soft-matter/pims)|1.0507437248218158e-05| +|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0502960690981584e-05| +|npm|karma-chrome-launcher|1.0489525931611157e-05| +|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|1.0489043331771484e-05| +|npm|[through2](https://github.com/rvagg/through2#readme)|1.047982079390241e-05| +|cran|[ini](https://github.com/dvdscripter/ini)|1.045324991730118e-05| +|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0437097212325451e-05| +|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0426937487675016e-05| +|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0426937487675016e-05| +|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0426937487675016e-05| +|rubygems|[jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)|1.0420993763557484e-05| +|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0410583180377106e-05| +|spack|[fftw](https://www.fftw.org)|1.0408568566036424e-05| +|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0395145925824888e-05| +|spack|libgd|1.0393926247288503e-05| +|npm|babel-eslint|1.0366986825672163e-05| +|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.036414783593296e-05| +|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0351352894166e-05| +|pypi|[yattag](https://pypi.org/project/yattag)|1.0351352894166e-05| +|spack|[gsl](https://www.gnu.org/software/gsl)|1.0335067636380417e-05| +|pypi|[od](https://pypi.org/project/od)|1.0334869848156183e-05| +|pypi|[beartype](https://pypi.org/project/beartype)|1.0331486173645162e-05| +|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.031637744034708e-05| +|cran|optimx|1.0277230505755071e-05| +|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0226216299969011e-05| +|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0226216299969011e-05| +|pypi|[webtest](https://pypi.org/project/webtest)|1.0224900157104318e-05| +|npm|lodash.get|1.0213433529594052e-05| +|cran|[storr](https://github.com/richfitz/storr)|1.0210450883173224e-05| +|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.020771252023878e-05| +|cran|pls|1.0193459809849423e-05| +|spack|glx|1.0184215768736995e-05| +|spack|libxt|1.0184215768736995e-05| +|spack|osmesa|1.0184215768736995e-05| +|spack|netcdf-cxx|1.0184215768736995e-05| +|spack|libogg|1.0184215768736995e-05| +|spack|libtheora|1.0184215768736995e-05| +|spack|utf8cpp|1.0184215768736995e-05| +|spack|proj|1.0184215768736995e-05| +|spack|seacas|1.0184215768736995e-05| +|pypi|[affine](https://pypi.org/project/affine)|1.0179402850188413e-05| +|npm|react-router|1.0176016756391229e-05| +|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0159250289000382e-05| +|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0140997830802603e-05| +|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.0132981968546638e-05| +|rubygems|[flexmock](https://github.com/doudou/flexmock)|1.0125180260303685e-05| +|pypi|[slycot](https://github.com/python-control/Slycot)|1.0123954136969321e-05| +|pypi|[PySide](http://www.pyside.org)|1.0123954136969321e-05| +|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0123954136969321e-05| +|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0123954136969321e-05| +|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0123954136969321e-05| +|npm|[remark](https://remark.js.org)|1.0123954136969321e-05| +|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0123954136969321e-05| +|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0123954136969321e-05| +|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0098434890476875e-05| +|cran|janeaustenr|1.0087890311700921e-05| +|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0019445482517007e-05| +|spack|arpack-ng|1.001849628137589e-05| +|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0003337226764558e-05| +|cran|mlmRev|1.0002123056380905e-05| +|npm|babel-jest|9.987499523191295e-06| +|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|9.976884186429453e-06| +|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|9.976884186429453e-06| +|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|9.97458568704946e-06| +|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.966283042266058e-06| +|cran|gsl|9.961084010984899e-06| +|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.957331172081714e-06| +|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.946340906496174e-06| +|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.942154736080983e-06| +|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.942154736080983e-06| +|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.942154736080983e-06| +|pypi|[xlwings](https://pypi.org/project/xlwings)|9.942154736080983e-06| +|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.910334378203144e-06| +|cran|spacyr|9.887472885032537e-06| +|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.865453860009298e-06| +|cran|[NISTunits](NA)|9.851681127982645e-06| +|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.84815963400963e-06| +|npm|source-map-js|9.842733188720172e-06| +|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.8123668790059e-06| +|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.81163344340719e-06| +|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.808700428277436e-06| +|pypi|[siphon](https://pypi.org/project/siphon)|9.796556435675405e-06| +|rubygems|rubocop-performance|9.792591299254989e-06| +|cran|measurements|9.788406414626587e-06| +|npm|[del](https://github.com/sindresorhus/del#readme)|9.770444983433052e-06| +|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.751219205144096e-06| +|cran|NLP|9.743094200364683e-06| +|cran|celestial|9.733166585506223e-06| +|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.699087640228806e-06| +|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.67751560201862e-06| +|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.673447851322037e-06| +|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.663774403470718e-06| +|pypi|[Click](https://palletsprojects.com/p/click/)|9.662431390133335e-06| +|cran|modeldata|9.655232321678607e-06| +|cran|spData|9.648435079020762e-06| +|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.645878524945769e-06| +|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.599439141583554e-06| +|pypi|[linetools](https://pypi.org/project/linetools)|9.597842219431444e-06| +|npm|codemirror|9.59691068150938e-06| +|cran|tkrplot|9.571623027071957e-06| +|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.568908291557542e-06| +|pypi|[spacy](https://pypi.org/project/spacy)|9.557206987967395e-06| +|pypi|[ninja](https://pypi.org/project/ninja)|9.540460675277083e-06| +|cran|HSAUR3|9.500289122867338e-06| +|pypi|[clang](http://clang.llvm.org/)|9.485356902174916e-06| +|cran|[pander](https://rapporter.github.io/pander/)|9.432361564682612e-06| +|pypi|[alerce](https://pypi.org/project/alerce)|9.418883434181985e-06| +|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.418883434181985e-06| +|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.418883434181985e-06| +|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.418883434181985e-06| +|pypi|[mp-api](https://github.com/materialsproject/api)|9.418883434181985e-06| +|pypi|[trainstation](https://pypi.org/project/trainstation)|9.418883434181985e-06| +|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.418883434181985e-06| +|pypi|[pygithub](https://pypi.org/project/pygithub)|9.418883434181985e-06| +|npm|highcharts-exporting|9.418883434181985e-06| +|npm|highcharts-no-data-to-display|9.418883434181985e-06| +|npm|[history](https://github.com/remix-run/history#readme)|9.418883434181985e-06| +|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.418883434181985e-06| +|npm|[ramda](https://ramdajs.com/)|9.418883434181985e-06| +|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.418883434181985e-06| +|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.418883434181985e-06| +|npm|react-fontawesome|9.418883434181985e-06| +|npm|react-js-pagination|9.418883434181985e-06| +|npm|react-router-redux|9.418883434181985e-06| +|npm|react-s-alert|9.418883434181985e-06| +|npm|react-table|9.418883434181985e-06| +|npm|redux-form|9.418883434181985e-06| +|npm|redux-observable|9.418883434181985e-06| +|npm|redux-persist|9.418883434181985e-06| +|npm|reselect|9.418883434181985e-06| +|npm|rx-dom|9.418883434181985e-06| +|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.387487156068044e-06| +|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.365222968463208e-06| +|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.363897242619114e-06| +|cran|[ggsci](https://nanx.me/ggsci/)|9.363897242619114e-06| +|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.286774419780468e-06| +|cran|rcmdcheck|9.263007303763216e-06| +|npm|codecov|9.256200727829927e-06| +|pypi|[itk-io](https://pypi.org/project/itk-io)|9.235040285094514e-06| +|pypi|[minio](https://pypi.org/project/minio)|9.222020284927012e-06| +|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|9.18149393277119e-06| +|pypi|[recipy](http://www.recipy.org)|9.177373602536291e-06| +|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.177373602536291e-06| +|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.177373602536291e-06| +|pypi|[svn](https://github.com/dsoprea/PySvn)|9.177373602536291e-06| +|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.177373602536291e-06| +|pypi|[tableone](https://pypi.org/project/tableone)|9.177373602536291e-06| +|cran|Biostrings|9.172582557497203e-06| +|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.171637744034706e-06| +|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.168008776753581e-06| +|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.161957224949576e-06| +|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.155941644756723e-06| +|cran|rstatix|9.140198761057291e-06| +|cran|[rstantools](https://mc-stan.org/rstantools/)|9.13609598829772e-06| +|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.120230059248306e-06| +|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.120230059248306e-06| +|npm|[fuse.js](http://fusejs.io)|9.114115277347383e-06| +|rubygems|jekyll-include-cache|9.10452819956616e-06| +|pypi|[profimp](https://pypi.org/project/profimp)|9.09693385317318e-06| +|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.09693385317318e-06| +|pypi|[scrublet](https://pypi.org/project/scrublet)|9.09693385317318e-06| +|pypi|[scanorama](https://pypi.org/project/scanorama)|9.09693385317318e-06| +|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.09693385317318e-06| +|pypi|[bbknn](https://pypi.org/project/bbknn)|9.09693385317318e-06| +|pypi|[session-info](https://pypi.org/project/session-info)|9.09693385317318e-06| +|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.09402806675816e-06| +|pypi|[visdom](https://pypi.org/project/visdom)|9.090338146902016e-06| +|pypi|[nameparser](https://pypi.org/project/nameparser)|9.08559986651093e-06| +|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.062025488069414e-06| +|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.045340777037493e-06| +|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.039499571205178e-06| +|cran|gt|9.02595885114514e-06| +|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.000605518216912e-06| +|rubygems|[power_assert](https://github.com/ruby/power_assert)|8.993287843682212e-06| +|rubygems|packnga|8.993287843682212e-06| +|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|8.991294425144327e-06| +|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.960722032847843e-06| +|cran|[beautier](https://docs.ropensci.org/beautier/)|8.959356090877954e-06| +|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.947939262472887e-06| +|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.947939262472886e-06| +|pypi|[ccxt](https://ccxt.com)|8.947939262472886e-06| +|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.947939262472886e-06| +|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.947939262472886e-06| +|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.947939262472886e-06| +|pypi|[schedule](https://github.com/dbader/schedule)|8.947939262472886e-06| +|pypi|[tangle](https://github.com/fifman/tangle)|8.947939262472886e-06| +|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.947939262472886e-06| +|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.947939262472886e-06| +|npm|form-create|8.947939262472886e-06| +|npm|ant-design-vue|8.947939262472886e-06| +|npm|butterfly-dag|8.947939262472886e-06| +|npm|china-area-data|8.947939262472886e-06| +|npm|cron-parser|8.947939262472886e-06| +|npm|dom-align|8.947939262472886e-06| +|npm|element-resize-detector|8.947939262472886e-06| +|npm|enquire.js|8.947939262472886e-06| +|npm|lodash.pick|8.947939262472886e-06| +|npm|md5|8.947939262472886e-06| +|npm|react-visual-modeling|8.947939262472886e-06| +|npm|viser-vue|8.947939262472886e-06| +|npm|vue-area-linkage|8.947939262472886e-06| +|npm|vue-cropper|8.947939262472886e-06| +|npm|vue-i18n|8.947939262472886e-06| +|npm|vue-ls|8.947939262472886e-06| +|npm|vue-photo-preview|8.947939262472886e-06| +|npm|vue-splitpane|8.947939262472886e-06| +|npm|vuedraggable|8.947939262472886e-06| +|npm|vuera|8.947939262472886e-06| +|npm|vxe-table|8.947939262472886e-06| +|npm|vxe-table-plugin-antd|8.947939262472886e-06| +|npm|xe-utils|8.947939262472886e-06| +|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.94746582653307e-06| +|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.926960840278568e-06| +|pypi|[mygene](https://github.com/biothings/mygene.py)|8.90943138196479e-06| +|cran|purrrlyr|8.895462626196727e-06| +|cran|LaplacesDemon|8.894616848908761e-06| +|pypi|[eventlet](https://pypi.org/project/eventlet)|8.871350675250157e-06| +|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.858459869848155e-06| +|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.858459869848155e-06| +|npm|svg-sprite|8.858459869848155e-06| +|npm|picocolors|8.858459869848155e-06| +|cran|filelock|8.858459869848155e-06| +|cran|AsioHeaders|8.858459869848155e-06| +|cran|manipulateWidget|8.858459869848155e-06| +|cran|BeyondBenford|8.858459869848155e-06| +|cran|BenfordTests|8.858459869848155e-06| +|cran|benford.analysis|8.858459869848155e-06| +|cran|MUS|8.858459869848155e-06| +|npm|dompurify|8.838818051954924e-06| +|npm|query-string|8.838818051954924e-06| +|npm|react-virtualized|8.838818051954924e-06| +|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.827399006907622e-06| +|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.813739399877138e-06| +|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.798806941431672e-06| +|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.771497343649745e-06| +|npm|[benchmark](https://benchmarkjs.com/)|8.759592434492553e-06| +|cran|semEff|8.736628789259739e-06| +|cran|rr2|8.736628789259739e-06| +|cran|MEMSS|8.736628789259739e-06| +|cran|PKPDmodels|8.736628789259739e-06| +|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.729696841436961e-06| +|pypi|[lit](https://pypi.org/project/lit)|8.729696841436961e-06| +|rubygems|rspec-rails|8.67686337007688e-06| +|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.66530362168722e-06| +|pypi|[nglview](https://pypi.org/project/nglview)|8.656790448298715e-06| +|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.653747561931496e-06| +|pypi|[pyrr](https://pypi.org/project/pyrr)|8.610458035582226e-06| +|rubygems|[jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter)|8.598623431205455e-06| +|pypi|[pathtools](https://pypi.org/project/pathtools)|8.596255467544477e-06| +|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.582386734102953e-06| +|cran|antiword|8.57615730256728e-06| +|spack|[root](https://root.cern.ch)|8.575108459869858e-06| +|pypi|[pyklip](https://pypi.org/project/pyklip)|8.557656805279919e-06| +|cran|[Ckmeans.1d.dp](NA)|8.555525647965496e-06| +|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.547155561797647e-06| +|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.54545417822966e-06| +|npm|publish-please|8.531333737399514e-06| +|cran|[quanteda](https://quanteda.io)|8.52879458096745e-06| +|pypi|[configargparse](https://pypi.org/project/configargparse)|8.525162010231665e-06| +|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.521846916640842e-06| +|pypi|[uuid](http://zesty.ca/python/)|8.521846916640842e-06| +|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.521846916640842e-06| +|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.521846916640842e-06| +|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.521846916640842e-06| +|npm|eslint-config-react-app|8.4991219915298e-06| +|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.497527482010922e-06| +|npm|babel-preset-react|8.484514947310477e-06| +|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.477445665942539e-06| +|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.471732646420824e-06| +|cran|rsm|8.45077108703822e-06| +|cran|tables|8.446555526515627e-06| +|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.436628447474433e-06| +|spack|superlu|8.436628447474433e-06| +|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.43523901591194e-06| +|cran|mda|8.420686216848065e-06| +|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.416962646897575e-06| +|rubygems|selenium-webdriver|8.41093462085695e-06| +|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.402114967462042e-06| +|npm|globby|8.367767608497994e-06| +|cran|psychTools|8.323343085730344e-06| +|pypi|[path.py](https://pypi.org/project/path.py)|8.316979069445488e-06| +|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.30254046387452e-06| +|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.300250395647923e-06| +|cran|seqLogo|8.286736570512387e-06| +|npm|strip-json-comments|8.281014467443656e-06| +|npm|cpy-cli|8.265500081399903e-06| +|pypi|[zappy](https://pypi.org/project/zappy)|8.245158865687781e-06| +|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.245158865687781e-06| +|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.245158865687781e-06| +|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.245158865687781e-06| +|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.245158865687781e-06| +|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.245158865687781e-06| +|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.245158865687781e-06| +|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.245158865687781e-06| +|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.245158865687781e-06| +|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.245158865687781e-06| +|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.245158865687781e-06| +|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.245158865687781e-06| +|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.245158865687781e-06| +|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.245158865687781e-06| +|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.245158865687781e-06| +|pypi|[flit_core](https://pypi.org/project/flit_core)|8.245158865687781e-06| +|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.245158865687781e-06| +|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.245158865687781e-06| +|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.245158865687781e-06| +|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.245158865687781e-06| +|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.245158865687781e-06| +|pypi|[torchaudio](https://github.com/pytorch/audio)|8.221457763950128e-06| +|pypi|[streamz](https://pypi.org/project/streamz)|8.21793314750007e-06| +|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.21583514099783e-06| +|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.20770065075922e-06| +|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.19860444738895e-06| +|rubygems|ffi|8.185873101952277e-06| +|rubygems|rake-compiler-dock|8.181420436938333e-06| +|npm|clean-css|8.172146841382973e-06| +|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.158415209901748e-06| +|pypi|[plams](https://www.scm.com/doc/plams/)|8.155017947003335e-06| +|cran|rootSolve|8.15166298116436e-06| +|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.142640068174773e-06| +|pypi|[priority](https://pypi.org/project/priority)|8.141641438821482e-06| +|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.134490238611713e-06| +|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.134490238611713e-06| +|pypi|[transitions](https://pypi.org/project/transitions)|8.134490238611713e-06| +|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.134490238611713e-06| +|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.134490238611713e-06| +|pypi|[scalpl](https://pypi.org/project/scalpl)|8.134490238611713e-06| +|pypi|[shellingham](https://pypi.org/project/shellingham)|8.134490238611713e-06| +|rubygems|activemodel|8.134393186608865e-06| +|rubygems|rack-test|8.128069024781207e-06| +|cran|Cubist|8.123841882585077e-06| +|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.112798264642082e-06| +|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.06884347528257e-06| +|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.053145336225596e-06| +|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.053145336225596e-06| +|cran|adehabitatMA|8.031021310576625e-06| +|rubygems|[web-console](https://github.com/rails/web-console)|8.026768191007422e-06| +|rubygems|[spring](https://github.com/rails/spring)|8.026768191007422e-06| +|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.009275765335247e-06| +|cran|[origami](https://tlverse.org/origami/)|8.005405892796262e-06| +|cran|bbmle|7.998056286834421e-06| +|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|7.986281614264261e-06| +|npm|[actions](https://github.com/fundon/actions)|7.97644871397583e-06| +|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.97261388286334e-06| +|pypi|[coreapi](https://github.com/core-api/python-client)|7.953723788864787e-06| +|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.953723788864787e-06| +|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.953723788864787e-06| +|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.953723788864787e-06| +|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.953723788864787e-06| +|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.953723788864787e-06| +|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.953723788864787e-06| +|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.953723788864787e-06| +|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.953723788864787e-06| +|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.953723788864787e-06| +|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.953723788864787e-06| +|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.953723788864787e-06| +|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.953723788864787e-06| +|pypi|[sregistry](https://pypi.org/project/sregistry)|7.953723788864787e-06| +|rubygems|[bootsnap](https://github.com/Shopify/bootsnap)|7.953723788864787e-06| +|rubygems|[honeybadger](https://www.honeybadger.io/for/ruby/)|7.953723788864787e-06| +|rubygems|[pagy](https://github.com/ddnexus/pagy)|7.953723788864787e-06| +|rubygems|factory_bot_rails|7.953723788864787e-06| +|rubygems|vcr|7.953723788864787e-06| +|rubygems|spring-commands-rspec|7.953723788864787e-06| +|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.952828015840339e-06| +|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.937678992838583e-06| +|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.913026507115449e-06| +|npm|needle|7.911911972866649e-06| +|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.908064034864894e-06| +|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.874186550976138e-06| +|npm|webworker-threads|7.874186550976138e-06| +|npm|simplebar-core|7.874186550976138e-06| +|cran|cleanNLP|7.874186550976138e-06| +|rubygems|redis-client|7.874186550976138e-06| +|rubygems|guard-rspec|7.874186550976138e-06| +|rubygems|guard-shell|7.874186550976138e-06| +|pypi|[jupyter_client](https://jupyter.org)|7.826491766104617e-06| +|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.810685046532782e-06| +|rubygems|shoulda-matchers|7.809907477090618e-06| +|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.783076053715329e-06| +|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.780816749976421e-06| +|pypi|[sgt](https://github.com/cran2367/sgt)|7.780816749976421e-06| +|npm|c8|7.762317163437572e-06| +|cran|bigmemory|7.757543771304616e-06| +|cran|gpclib|7.756887813351165e-06| +|cran|PBSmapping|7.756887813351165e-06| +|rubygems|public_suffix|7.714242136659435e-06| +|pypi|[mujoco](https://pypi.org/project/mujoco)|7.703008582476657e-06| +|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.703008582476657e-06| +|pypi|[swig](https://pypi.org/project/swig)|7.703008582476657e-06| +|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.703008582476657e-06| +|pypi|[shimmy](https://pypi.org/project/shimmy)|7.703008582476657e-06| +|pypi|[autorom](https://pypi.org/project/autorom)|7.703008582476657e-06| +|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.703008582476657e-06| +|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.702126403706819e-06| +|cran|rnaturalearthhires|7.702110795928583e-06| +|spack|[octave](https://www.gnu.org/software/octave/)|7.678792775244589e-06| +|pypi|[soundfile](https://pypi.org/project/soundfile)|7.677789820930395e-06| +|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.676406599567782e-06| +|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.670940502014262e-06| +|cran|[imager](http://dahtah.github.io/imager/)|7.669662224976758e-06| +|cran|lgr|7.664670021748703e-06| +|pypi|[lingua](https://pypi.org/project/lingua)|7.643585373411837e-06| +|npm|parseurl|7.625309699113252e-06| +|cran|triangle|7.623644251626898e-06| +|cran|evd|7.623644251626898e-06| +|cran|SASmixed|7.621439223737217e-06| +|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.6208870220533155e-06| +|cran|beepr|7.611803369595358e-06| +|pypi|[optuna](https://pypi.org/project/optuna)|7.594731549929597e-06| +|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.5888654688331365e-06| +|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.5752201097358666e-06| +|pypi|[stimela](https://pypi.org/project/stimela)|7.5752201097358666e-06| +|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.568634489594358e-06| +|cran|MCMCpack|7.568195985414058e-06| +|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.525968847408811e-06| +|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.525905222759886e-06| +|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.513286334056399e-06| +|cran|[xgboost](https://github.com/dmlc/xgboost)|7.508989902902603e-06| +|npm|coffeescript|7.482001322972038e-06| +|pypi|[nox](https://pypi.org/project/nox)|7.473368676619646e-06| +|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.470616229138076e-06| +|cran|[natserv](https://docs.ropensci.org/natserv)|7.470616229138076e-06| +|cran|[worrms](https://docs.ropensci.org/worrms)|7.470616229138076e-06| +|cran|[rotl](https://docs.ropensci.org/rotl/)|7.470616229138076e-06| +|cran|[rredlist](https://github.com/ropensci/rredlist)|7.470616229138076e-06| +|cran|[bold](https://docs.ropensci.org/bold/)|7.470616229138076e-06| +|cran|[ritis](https://github.com/ropensci/ritis)|7.4706162291380736e-06| +|npm|rtlcss|7.421350955736439e-06| +|cran|[fst](http://www.fstpackage.org)|7.39993099852565e-06| +|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.394341016900676e-06| +|pypi|[pyside2](https://pypi.org/project/pyside2)|7.392595677099472e-06| +|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.38204989154013e-06| +|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.38204989154013e-06| +|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.38204989154013e-06| +|pypi|[bagit](https://pypi.org/project/bagit)|7.38204989154013e-06| +|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.38204989154013e-06| +|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.38204989154013e-06| +|pypi|[adal](https://pypi.org/project/adal)|7.38204989154013e-06| +|spack|rsync|7.38204989154013e-06| +|spack|hepmc|7.38204989154013e-06| +|spack|hepmc3|7.38204989154013e-06| +|spack|evtgen|7.38204989154013e-06| +|spack|fastjet|7.38204989154013e-06| +|spack|lhapdf|7.38204989154013e-06| +|spack|rivet|7.38204989154013e-06| +|spack|madgraph5amc|7.38204989154013e-06| +|spack|openmpi|7.38204989154013e-06| +|spack|mpich|7.38204989154013e-06| +|spack|highfive|7.38204989154013e-06| +|spack|msmpi|7.38204989154013e-06| +|npm|quick-lru|7.38204989154013e-06| +|npm|map-obj|7.38204989154013e-06| +|npm|lodash.kebabcase|7.38204989154013e-06| +|cran|yamlme|7.38204989154013e-06| +|pypi|[annoy](https://pypi.org/project/annoy)|7.380810803597987e-06| +|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.380810803597987e-06| +|pypi|[nmslib](https://pypi.org/project/nmslib)|7.380810803597987e-06| +|pypi|[pyemd](https://pypi.org/project/pyemd)|7.380810803597987e-06| +|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.380810803597987e-06| +|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.380810803597987e-06| +|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.378112798264641e-06| +|cran|adehabitatLT|7.371397582894329e-06| +|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.364280436018894e-06| +|cran|doFuture|7.35614796209613e-06| +|cran|pbmcapply|7.35614796209613e-06| +|pypi|[intervals](https://pypi.org/project/intervals)|7.351731782317466e-06| +|npm|memfs|7.322885567701791e-06| +|pypi|[scooby](https://github.com/banesullivan/scooby)|7.3124276440303614e-06| +|rubygems|[sassc-rails](https://github.com/sass/sassc-rails)|7.310933050009592e-06| +|cran|tm.lexicon.GeneralInquirer|7.310663035446115e-06| +|cran|Rpoppler|7.310663035446115e-06| +|cran|Rcampdf|7.310663035446115e-06| +|cran|filehash|7.310663035446115e-06| +|npm|ghsign|7.308229392624728e-06| +|npm|git-config-path|7.308229392624728e-06| +|npm|github-username|7.308229392624728e-06| +|npm|parse-git-config|7.308229392624728e-06| +|cran|paradox|7.304910076248376e-06| +|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.304440214263579e-06| +|npm|[child_process](https://github.com/npm/security-holder#readme)|7.304440214263579e-06| +|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.304440214263579e-06| +|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.304440214263579e-06| +|npm|mkdir-recursive|7.304440214263579e-06| +|npm|ncp|7.304440214263579e-06| +|npm|node-pre-gyp|7.304440214263579e-06| +|npm|react-bootstrap-drawer|7.304440214263579e-06| +|npm|react-combo-select|7.304440214263579e-06| +|npm|react-jsx-parser|7.304440214263579e-06| +|npm|react-pro-sidebar|7.304440214263579e-06| +|npm|react-spinners|7.304440214263579e-06| +|npm|reactour|7.304440214263579e-06| +|npm|util-promisifyall|7.304440214263579e-06| +|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|7.304440214263579e-06| +|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|7.304440214263579e-06| +|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|7.304440214263579e-06| +|rubygems|[rr](https://rr.github.io/rr)|7.2904731019522764e-06| +|pypi|[pycares](http://github.com/saghul/pycares)|7.2812451610211924e-06| +|pypi|[optree](https://github.com/metaopt/optree)|7.280314077908821e-06| +|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.274216137012063e-06| +|npm|package-json-versionify|7.272483288326175e-06| +|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.25360763152249e-06| +|cran|permute|7.249386965953032e-06| +|pypi|[neobolt](https://pypi.org/project/neobolt)|7.231395812120943e-06| +|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.231395812120943e-06| +|cran|plotfunctions|7.231395812120943e-06| +|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|7.229934924078091e-06| +|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.22706155495959e-06| +|pypi|[pymoo](https://pypi.org/project/pymoo)|7.200558670650351e-06| +|cran|sparkline|7.1943547506415754e-06| +|npm|[nopt](https://github.com/npm/nopt#readme)|7.165757083829439e-06| +|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.165757083829439e-06| +|rubygems|[spec](https://github.com/bootstraponline/spec)|7.158351409978322e-06| +|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.1583514099783215e-06| +|pypi|[gatspy](http://github.com/astroml/gatspy)|7.158351409978309e-06| +|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.158351409978307e-06| +|cran|rcdk|7.158351409978307e-06| +|cran|fingerprint|7.158351409978307e-06| +|cran|enviPat|7.158351409978307e-06| +|cran|flexdashboard|7.158351409978307e-06| +|cran|keys|7.158351409978307e-06| +|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|7.153174595320793e-06| +|cran|[phytools](https://github.com/liamrevell/phytools)|7.151870634788207e-06| +|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.142648164165825e-06| +|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.141887201735357e-06| +|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.141887201735357e-06| +|cran|RcppDE|7.1359815618221245e-06| +|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.119639727109024e-06| +|pypi|[hvplot](https://pypi.org/project/hvplot)|7.1130853642975665e-06| +|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.097630441297159e-06| +|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.09356994925452e-06| +|pypi|[rq](https://github.com/nvie/rq/)|7.092733188720175e-06| +|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.089521107959287e-06| +|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.086767895878525e-06| +|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.086767895878525e-06| +|cran|actuar|7.086767895878525e-06| +|cran|skellam|7.086767895878525e-06| +|cran|hoa|7.086767895878525e-06| +|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.086767895878524e-06| +|rubygems|jdbc-postgres|7.086767895878524e-06| +|rubygems|jdbc-sqlite3|7.086767895878524e-06| +|rubygems|shoulda-context|7.086767895878524e-06| +|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.056693799514931e-06| +|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.0534671402350365e-06| +|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.037619127076827e-06| +|cran|[docopt](https://github.com/docopt/docopt.R)|7.0305237062287015e-06| +|cran|[philentropy](https://github.com/HajkD/philentropy)|7.015184381778741e-06| +|pypi|[webargs](https://pypi.org/project/webargs)|7.0108579056518335e-06| +|cran|fpc|7.005877833651572e-06| +|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|6.99456123385018e-06| +|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|6.991369097280159e-06| +|pypi|[annotated-types](https://pypi.org/project/annotated-types)|6.991369097280159e-06| +|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.9760877672761075e-06| +|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.975689360592057e-06| +|cran|MCMCglmm|6.973598833432606e-06| +|pypi|[einops](https://pypi.org/project/einops)|6.971361552108073e-06| +|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.96363034096502e-06| +|pypi|[prefect](https://pypi.org/project/prefect)|6.947811662626005e-06| +|npm|[grunt-legacy-util](http://gruntjs.com/)|6.945941097947606e-06| +|npm|[grunt-known-options](http://gruntjs.com/)|6.945941097947606e-06| +|spack|libmd|6.945741214750542e-06| +|rubygems|[thor](http://whatisthor.com/)|6.924664106423486e-06| +|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.91958049697436e-06| +|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.91958049697436e-06| +|pypi|[doc8](https://pypi.org/project/doc8)|6.906980434480623e-06| +|npm|accepts|6.89703115936847e-06| +|pypi|[banzai](http://github.com/twneale/banzai/)|6.8830302019022194e-06| +|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.8830302019022194e-06| +|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.8830302019022194e-06| +|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.8830302019022194e-06| +|pypi|[logutils](https://pypi.org/project/logutils)|6.8830302019022194e-06| +|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.8830302019022194e-06| +|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.8830302019022194e-06| +|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.8830302019022194e-06| +|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.8830302019022194e-06| +|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.8830302019022194e-06| +|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.8830302019022194e-06| +|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.8830302019022194e-06| +|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.8830302019022194e-06| +|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.8830302019022194e-06| +|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.8830302019022194e-06| +|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.8830302019022194e-06| +|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.8830302019022194e-06| +|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.8830302019022194e-06| +|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.8830302019022194e-06| +|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.8830302019022194e-06| +|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.8830302019022194e-06| +|pypi|[infinity](https://pypi.org/project/infinity)|6.8830302019022194e-06| +|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.875784906952853e-06| +|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.875784906952848e-06| +|pypi|[paramz](https://pypi.org/project/paramz)|6.875784906952848e-06| +|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.859341106290672e-06| +|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.8533738982760585e-06| +|cran|betareg|6.849661580806686e-06| +|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.814199899883197e-06| +|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.814199899883197e-06| +|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.814199899883197e-06| +|npm|xregexp|6.814199899883197e-06| +|npm|bufferedstream|6.814199899883197e-06| +|npm|tslint|6.806064345477887e-06| +|npm|concat-stream|6.800293369475273e-06| +|npm|gulp-eslint|6.786698627390218e-06| +|cran|scatterplot3d|6.783613777964264e-06| +|cran|CompQuadForm|6.767446044963363e-06| +|cran|[torch](https://torch.mlverse.org/docs)|6.759177500396833e-06| +|rubygems|introspection|6.7590048806941426e-06| +|pypi|[cytocad](https://github.com/cytham/cytocad)|6.753161707526706e-06| +|pypi|[nanovar](https://github.com/cytham/nanovar)|6.753161707526706e-06| +|pypi|[iwopy](https://pypi.org/project/iwopy)|6.753161707526706e-06| +|pypi|[hatch](https://pypi.org/project/hatch)|6.7276276256046125e-06| +|rubygems|sinatra|6.718419481666782e-06| +|cran|gamlss|6.716583556744554e-06| +|npm|safer-buffer|6.7160198904371475e-06| +|pypi|[parameterized](https://pypi.org/project/parameterized)|6.711097337213137e-06| +|cran|tree|6.710954446854664e-06| +|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.709931825224666e-06| +|pypi|[polib](https://pypi.org/project/polib)|6.681809730399752e-06| +|cran|[binman](https://docs.ropensci.org/binman/)|6.68112798264643e-06| +|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.673482702445564e-06| +|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.661367178202037e-06| +|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.633817039419552e-06| +|pypi|[echo](https://pypi.org/project/echo)|6.628103157387322e-06| +|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.628103157387322e-06| +|pypi|[WebTest](https://pypi.org/project/WebTest)|6.624916569330885e-06| +|pypi|[autobahn](https://pypi.org/project/autobahn)|6.592106375186635e-06| +|pypi|[txaio](https://pypi.org/project/txaio)|6.592106375186635e-06| +|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.582679793091941e-06| +|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.577520264870421e-06| +|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.577390884603466e-06| +|cran|[beastier](https://docs.ropensci.org/beastier/)|6.56182212581345e-06| +|pypi|[minikanren](https://pypi.org/project/minikanren)|6.561822125813449e-06| +|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.561822125813449e-06| +|pypi|[etuples](https://pypi.org/project/etuples)|6.561822125813449e-06| +|pypi|[cons](https://pypi.org/project/cons)|6.561822125813449e-06| +|pypi|[mkl](https://pypi.org/project/mkl)|6.561822125813449e-06| +|cran|VGAMdata|6.561822125813449e-06| +|cran|VGAMextra|6.561822125813449e-06| +|cran|shapefiles|6.561822125813449e-06| +|rubygems|yajl-ruby|6.561822125813449e-06| +|rubygems|benchmark_suite|6.561822125813449e-06| +|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.55984780775906e-06| +|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.553614792823265e-06| +|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.553085770164357e-06| +|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5506585063526485e-06| +|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5506585063526485e-06| +|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5506585063526485e-06| +|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5506585063526485e-06| +|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5506585063526485e-06| +|pypi|[amqp](http://github.com/celery/py-amqp)|6.508665607111394e-06| +|npm|electron|6.4962039045553135e-06| +|npm|v8-argv|6.4962039045553135e-06| +|cran|tensorA|6.487747610307264e-06| +|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.483383113632571e-06| +|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.463403807418178e-06| +|cran|partitions|6.458891582663434e-06| +|cran|signal|6.456254073923703e-06| +|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.442516268980477e-06| +|pypi|[safetensors](https://pypi.org/project/safetensors)|6.442516268980477e-06| +|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.419989988319706e-06| +|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.419989988319706e-06| +|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.413613729501718e-06| +|npm|[shelljs](http://github.com/shelljs/shelljs)|6.403899601914457e-06| +|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.391385187480632e-06| +|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.391385187480632e-06| +|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.391385187480632e-06| +|npm|[mdi](http://materialdesignicons.com)|6.391385187480632e-06| +|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.391385187480632e-06| +|npm|color|6.391385187480632e-06| +|npm|dotenv-load|6.391385187480632e-06| +|npm|iframe-resizer|6.391385187480632e-06| +|npm|isomorphic-unfetch|6.391385187480632e-06| +|npm|js-file-download|6.391385187480632e-06| +|npm|material-table|6.391385187480632e-06| +|npm|material-ui-chip-input|6.391385187480632e-06| +|npm|materialize-css|6.391385187480632e-06| +|npm|mui-datatables|6.391385187480632e-06| +|npm|next|6.391385187480632e-06| +|npm|next-env|6.391385187480632e-06| +|npm|next-redux-wrapper|6.391385187480632e-06| +|npm|ra-data-simple-rest|6.391385187480632e-06| +|npm|react-admin|6.391385187480632e-06| +|npm|react-loading|6.391385187480632e-06| +|npm|react-scroll|6.391385187480632e-06| +|npm|react-scroll-to-component|6.391385187480632e-06| +|npm|react-swipeable-views|6.391385187480632e-06| +|npm|react-wordcloud|6.391385187480632e-06| +|npm|redux-saga|6.391385187480632e-06| +|npm|serialize-error|6.391385187480632e-06| +|npm|swagger-client|6.391385187480632e-06| +|npm|swagger-ui-react|6.391385187480632e-06| +|npm|tween|6.391385187480632e-06| +|npm|uuid5|6.391385187480632e-06| +|pypi|[datasets](https://pypi.org/project/datasets)|6.388034864600098e-06| +|npm|cross-spawn|6.365863039194851e-06| +|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|6.351037171715222e-06| +|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.344823792008554e-06| +|rubygems|[octokit](https://github.com/octokit/octokit.rb)|6.340745887563268e-06| +|pypi|[keepalive](https://github.com/wikier/keepalive)|6.327471335605825e-06| +|pypi|[spectra](http://github.com/jsvine/spectra)|6.327471335605825e-06| +|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.327471335605825e-06| +|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.327471335605825e-06| +|pypi|[pyTest](https://pypi.org/project/pyTest)|6.327471335605825e-06| +|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.327471335605825e-06| +|pypi|[Flake8](https://pypi.org/project/Flake8)|6.327471335605825e-06| +|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.327471335605825e-06| +|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.327471335605825e-06| +|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.327471335605825e-06| +|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.327471335605825e-06| +|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.327471335605825e-06| +|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.327471335605825e-06| +|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.327471335605825e-06| +|cran|oskeyring|6.327471335605825e-06| +|cran|ExplainPrediction|6.327471335605825e-06| +|cran|rpart.plot|6.327471335605825e-06| +|cran|BiocManager|6.321646710075982e-06| +|npm|sprintf-js|6.319482104121475e-06| +|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.306166718314256e-06| +|pypi|[numkit](https://pypi.org/project/numkit)|6.288762946442211e-06| +|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.279255622787989e-06| +|pypi|[nilearn](https://pypi.org/project/nilearn)|6.279255622787989e-06| +|pypi|[nipype](https://pypi.org/project/nipype)|6.279255622787989e-06| +|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.279255622787989e-06| +|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.279255622787989e-06| +|pypi|[pybids](https://pypi.org/project/pybids)|6.279255622787989e-06| +|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.279255622787989e-06| +|pypi|[templateflow](https://pypi.org/project/templateflow)|6.279255622787989e-06| +|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.279255622787989e-06| +|pypi|[num2words](https://pypi.org/project/num2words)|6.279255622787989e-06| +|pypi|[surfplot](https://pypi.org/project/surfplot)|6.279255622787989e-06| +|pypi|[brainspace](https://pypi.org/project/brainspace)|6.279255622787989e-06| +|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.279255622787989e-06| +|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.279255622787989e-06| +|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.279255622787989e-06| +|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.279255622787989e-06| +|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.279255622787989e-06| +|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.279255622787989e-06| +|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.275726681127982e-06| +|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.275726681127982e-06| +|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.275726681127982e-06| +|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.267002719571681e-06| +|rubygems|[multi_test](http://cukes.info)|6.261208649674619e-06| +|rubygems|[mime-types](https://github.com/mime-types/ruby-mime-types/)|6.261208649674619e-06| +|rubygems|cucumber-messages|6.261208649674619e-06| +|rubygems|cucumber-html-formatter|6.261208649674619e-06| +|rubygems|cucumber-gherkin|6.261208649674619e-06| +|rubygems|cucumber-cucumber-expressions|6.261208649674619e-06| +|rubygems|cucumber-core|6.261208649674619e-06| +|rubygems|cucumber-ci-environment|6.261208649674619e-06| +|rubygems|syntax|6.261208649674619e-06| +|rubygems|cucumber-compatibility-kit|6.261208649674619e-06| +|cran|afex|6.253493135494536e-06| +|npm|rollup-plugin-replace|6.252469377407315e-06| +|cran|geepack|6.235393844278592e-06| +|pypi|[lisa2](https://pypi.org/project/lisa2)|6.216463066560109e-06| +|cran|tester|6.216463066560109e-06| +|spack|cudnn|6.213020949690474e-06| +|cran|[reprex](https://reprex.tidyverse.org)|6.210570973942089e-06| +|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.207674775511631e-06| +|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.201406772597587e-06| +|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.201406772597587e-06| +|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.201406772597587e-06| +|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.201406772597587e-06| +|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.201406772597587e-06| +|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.201406772597587e-06| +|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.201406772597587e-06| +|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.201406772597587e-06| +|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.201406772597587e-06| +|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.201406772597587e-06| +|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.201406772597587e-06| +|cran|rticles|6.200545768342896e-06| +|cran|fastICA|6.200255955884659e-06| +|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.173433185135773e-06| +|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.1711282210197645e-06| +|pypi|[cityhash](https://pypi.org/project/cityhash)|6.170992594808887e-06| +|pypi|[transformers](https://github.com/huggingface/transformers)|6.170550229748328e-06| +|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.161340172557218e-06| +|npm|karma-firefox-launcher|6.15301010529648e-06| +|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.134039248155879e-06| +|npm|bundlewatch|6.132421609594512e-06| +|cran|[rentrez](http://github.com/ropensci/rentrez)|6.130758702613383e-06| +|cran|ks|6.126142702200186e-06| +|pypi|[ddt](https://pypi.org/project/ddt)|6.1182429501084595e-06| +|pypi|[unyt](https://github.com/yt-project/unyt)|6.114425162689808e-06| +|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.113939741030002e-06| +|pypi|[etils](https://pypi.org/project/etils)|6.1011627061689485e-06| +|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.094017581915744e-06| +|cran|fixest|6.086001247199087e-06| +|cran|[ff](https://github.com/truecluster/ff)|6.082697261388283e-06| +|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.066399499981616e-06| +|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.066399499981616e-06| +|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.066399499981616e-06| +|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.066399499981616e-06| +|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.066399499981616e-06| +|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.066399499981616e-06| +|npm|[esdoc](https://esdoc.org/)|6.066399499981616e-06| +|npm|esdoc-standard-plugin|6.066399499981616e-06| +|npm|fast-random|6.066399499981616e-06| +|npm|flatted|6.066399499981616e-06| +|npm|fs.realpath|6.066399499981616e-06| +|npm|has-unicode|6.066399499981616e-06| +|npm|ignore-walk|6.066399499981616e-06| +|npm|ini|6.066399499981616e-06| +|npm|is-fullwidth-code-point|6.066399499981616e-06| +|npm|jsdocs|6.066399499981616e-06| +|npm|mimic-response|6.066399499981616e-06| +|npm|node|6.066399499981616e-06| +|npm|npm|6.066399499981616e-06| +|npm|npm-bundled|6.066399499981616e-06| +|npm|npm-normalize-package-bin|6.066399499981616e-06| +|npm|npm-packlist|6.066399499981616e-06| +|npm|number-is-nan|6.066399499981616e-06| +|npm|odex|6.066399499981616e-06| +|npm|os-homedir|6.066399499981616e-06| +|npm|os-tmpdir|6.066399499981616e-06| +|npm|osenv|6.066399499981616e-06| +|npm|path-is-absolute|6.066399499981616e-06| +|npm|rc|6.066399499981616e-06| +|npm|set-blocking|6.066399499981616e-06| +|npm|signal-exit|6.066399499981616e-06| +|npm|simple-concat|6.066399499981616e-06| +|npm|string-width|6.066399499981616e-06| +|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.065848888984846e-06| +|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.051632606461925e-06| +|spack|libxft|6.048788791453451e-06| +|pypi|[codespell](https://pypi.org/project/codespell)|6.019959541561319e-06| +|pypi|[kazoo](https://kazoo.readthedocs.io)|6.011097768825534e-06| +|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.006790530981804e-06| +|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.00610893235558e-06| +|cran|[downloader](https://github.com/wch/downloader)|6.002477592906016e-06| +|cran|[parsnip](https://github.com/tidymodels/parsnip)|5.9828134083432085e-06| +|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.964696312364424e-06| +|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.96447343329122e-06| +|pypi|[pyshp](https://pypi.org/project/pyshp)|5.96422761078401e-06| +|pypi|[blis](https://pypi.org/project/blis)|5.956076630891711e-06| +|pypi|[catalogue](https://pypi.org/project/catalogue)|5.956076630891711e-06| +|pypi|[preshed](https://pypi.org/project/preshed)|5.956076630891711e-06| +|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.924619548375796e-06| +|cran|bs4Dash|5.9106979595661025e-06| +|cran|speedglm|5.907237759528976e-06| +|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.905639913232105e-06| +|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.905639913232103e-06| +|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.905639913232103e-06| +|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.905639913232103e-06| +|cran|RcppZiggurat|5.905639913232103e-06| +|cran|acepack|5.8876773114552005e-06| +|cran|htmlTable|5.8876773114552005e-06| +|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.8750677874186545e-06| +|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.868674655951068e-06| +|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.867501155719925e-06| +|pypi|[pefile](https://pypi.org/project/pefile)|5.867501155719925e-06| +|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.867501155719925e-06| +|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.867501155719925e-06| +|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.867501155719925e-06| +|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.867501155719925e-06| +|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.867501155719925e-06| +|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.863086743431245e-06| +|npm|prismjs|5.850575671616886e-06| +|pypi|[ansicon](https://pypi.org/project/ansicon)|5.846583514099782e-06| +|cran|[ggthemes](https://github.com/jrnold/ggthemes)|5.830278607841873e-06| +|pypi|[socksio](https://pypi.org/project/socksio)|5.827035049663203e-06| +|cran|reactR|5.811899597149054e-06| +|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.795307633370965e-06| +|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.793602690533915e-06| +|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.793602690533915e-06| +|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.772864040305087e-06| +|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.772864040305087e-06| +|pypi|[imblearn](https://pypi.org/project/imblearn)|5.772864040305087e-06| +|pypi|[imutils](https://pypi.org/project/imutils)|5.772864040305087e-06| +|pypi|[kornia](https://pypi.org/project/kornia)|5.772864040305087e-06| +|pypi|[local-attention](https://pypi.org/project/local-attention)|5.772864040305087e-06| +|pypi|[thop](https://pypi.org/project/thop)|5.772864040305087e-06| +|pypi|[timmy](https://pypi.org/project/timmy)|5.772864040305087e-06| +|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.772864040305087e-06| +|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.7555813044825584e-06| +|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.7555813044825584e-06| +|cran|protolite|5.752246668732568e-06| +|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.745855283545088e-06| +|pypi|[chempy](https://github.com/bjodah/chempy)|5.745855283545088e-06| +|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.7099635047140404e-06| +|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.708586134223707e-06| +|npm|run-sequence|5.676723384164278e-06| +|pypi|[fett](https://pypi.org/project/fett)|5.671661545119753e-06| +|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.671661545119753e-06| +|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.671661545119753e-06| +|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.671661545119753e-06| +|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.66184098839951e-06| +|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.66184098839951e-06| +|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.64998450573288e-06| +|pypi|[blosc2](https://pypi.org/project/blosc2)|5.624418964982956e-06| +|pypi|[multiset](https://pypi.org/project/multiset)|5.624418964982956e-06| +|spack|glfw|5.624418964982956e-06| +|npm|tsconfig-paths|5.624418964982956e-06| +|npm|replace|5.624418964982956e-06| +|npm|node-qunit-phantomjs|5.624418964982956e-06| +|cran|TSA|5.624418964982956e-06| +|cran|[haven](https://haven.tidyverse.org)|5.624115816278418e-06| +|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|5.612944011661066e-06| +|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.6116940351979334e-06| +|rubygems|[safe_yaml](https://github.com/dtao/safe_yaml)|5.571982975674e-06| +|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.570694807207046e-06| +|cran|ipred|5.568530576934833e-06| +|rubygems|ethon|5.568174775333126e-06| +|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.562311374139407e-06| +|cran|cplm|5.558711969231935e-06| +|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.556948988300558e-06| +|pypi|[re-assert](https://pypi.org/project/re-assert)|5.5511034113734194e-06| +|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.5511034113734194e-06| +|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.5511034113734194e-06| +|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.5511034113734194e-06| +|npm|karma-coverage-istanbul-reporter|5.541450051679636e-06| +|npm|karma-browserstack-launcher|5.541450051679636e-06| +|npm|ip|5.541450051679636e-06| +|pypi|[librosa](https://librosa.org)|5.539530297139118e-06| +|npm|chai-passport-strategy|5.536537418655097e-06| +|npm|passport-strategy|5.536537418655097e-06| +|cran|clusterGeneration|5.527158755608251e-06| +|cran|pROC|5.522548111280458e-06| +|cran|[rversions](https://github.com/r-hub/rversions)|5.521980581394849e-06| +|npm|uglify-es|5.518961109389525e-06| +|pypi|[blurb](https://pypi.org/project/blurb)|5.5103333875999345e-06| +|pypi|[bitstring](https://pypi.org/project/bitstring)|5.506817477533312e-06| +|cran|flexsurv|5.499431876872224e-06| +|pypi|[tempora](https://pypi.org/project/tempora)|5.489848530262552e-06| +|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.486725122972106e-06| +|cran|klaR|5.472330084807396e-06| +|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4627169197396955e-06| +|npm|d3-axis|5.458485441687389e-06| +|npm|d3-color|5.458485441687389e-06| +|npm|d3-ease|5.458485441687389e-06| +|npm|d3-interpolate|5.458485441687389e-06| +|npm|d3-selection|5.458485441687389e-06| +|npm|d3-shape|5.458485441687389e-06| +|npm|d3-timer|5.458485441687389e-06| +|npm|d3-transition|5.458485441687389e-06| +|npm|d3-zoom|5.458485441687389e-06| +|pypi|[soxr](https://pypi.org/project/soxr)|5.458242950108459e-06| +|pypi|[samplerate](https://pypi.org/project/samplerate)|5.458242950108459e-06| +|pypi|[presets](https://pypi.org/project/presets)|5.458242950108459e-06| +|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.458242950108459e-06| +|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.458242950108459e-06| +|pypi|[audioread](https://pypi.org/project/audioread)|5.458242950108459e-06| +|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.452121308216874e-06| +|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.451359919906557e-06| +|spack|unzip|5.451359919906557e-06| +|spack|wget|5.451359919906557e-06| +|npm|d3-request|5.44162534862101e-06| +|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4388502856507234e-06| +|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.433258444375581e-06| +|pypi|[flit](https://pypi.org/project/flit)|5.433258444375581e-06| +|cran|cubature|5.432794168313368e-06| +|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.43222060015396e-06| +|pypi|[halomod](https://github.com/steven-murray/halomod)|5.419894638983579e-06| +|rubygems|appraisal|5.419239268375463e-06| +|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.412683845438732e-06| +|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.405285758555062e-06| +|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.395530897157799e-06| +|rubygems|hashie|5.383372437912258e-06| +|pypi|[pybamm](https://pypi.org/project/pybamm)|5.379544207197553e-06| +|cran|debugme|5.371010888970552e-06| +|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.368763557483731e-06| +|cran|subprocess|5.368763557483731e-06| +|cran|qvalue|5.368763557483731e-06| +|pypi|[resample](https://pypi.org/project/resample)|5.36773505871793e-06| +|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.36773505871793e-06| +|cran|[EML](https://docs.ropensci.org/EML/)|5.343198016733814e-06| +|npm|tough-cookie|5.337860854460797e-06| +|pypi|[imgaug](https://github.com/aleju/imgaug)|5.335702325227393e-06| +|npm|moment-timezone|5.331931846233842e-06| +|npm|gulp-uglify|5.330836656371208e-06| +|pypi|[cogapp](https://pypi.org/project/cogapp)|5.321872065069863e-06| +|pypi|[thinc](https://pypi.org/project/thinc)|5.321061586458152e-06| +|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.2949130006108264e-06| +|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.289752997285652e-06| +|npm|karma-jasmine|5.287668761171684e-06| +|npm|rollup-plugin-svelte|5.28610804979601e-06| +|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.265518104455198e-06| +|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.263933059053863e-06| +|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.263493683807583e-06| +|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.2606016543109834e-06| +|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.258598817293436e-06| +|cran|FNN|5.254180224150398e-06| +|npm|classnames|5.2311029534456865e-06| +|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.224397058026031e-06| +|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.224397058026031e-06| +|npm|[compression](https://github.com/expressjs/compression#readme)|5.224134651479773e-06| +|pypi|[kgt](https://pypi.org/project/kgt)|5.210858746969503e-06| +|pypi|[x21](https://pypi.org/project/x21)|5.210858746969503e-06| +|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.210858746969503e-06| +|npm|murl|5.210858746969503e-06| +|npm|protein|5.210858746969503e-06| +|npm|network-address|5.210858746969503e-06| +|npm|updater-license|5.210858746969503e-06| +|npm|update|5.210858746969503e-06| +|npm|cose-base|5.210858746969503e-06| +|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.195283102394971e-06| +|pypi|[comm](https://pypi.org/project/comm)|5.166414795608247e-06| +|cran|rhub|5.164063010895937e-06| +|cran|gmailr|5.164063010895937e-06| +|cran|foghorn|5.164063010895937e-06| +|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.153856666134443e-06| +|cran|coxme|5.153799620327058e-06| +|cran|[float](https://github.com/wrathematics/float)|5.153787436883647e-06| +|npm|karma-mocha|5.137943318564666e-06| +|npm|grunt-contrib-clean|5.136083892091795e-06| +|pypi|[cooler](https://github.com/mirnylab/cooler)|5.134740530619056e-06| +|cran|spls|5.13107576854727e-06| +|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.124784988974376e-06| +|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.121212029363138e-06| +|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.1171755540124064e-06| +|cran|[dynlm](NA)|5.113108149984511e-06| +|pypi|[crossbar](http://crossbar.io/)|5.113108149984506e-06| +|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.113108149984506e-06| +|pypi|[asq](https://pypi.org/project/asq)|5.113108149984506e-06| +|pypi|[automat](https://pypi.org/project/automat)|5.113108149984506e-06| +|pypi|[cbor](https://pypi.org/project/cbor)|5.113108149984506e-06| +|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.113108149984506e-06| +|pypi|[hpack](https://pypi.org/project/hpack)|5.113108149984506e-06| +|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.113108149984506e-06| +|pypi|[netaddr](https://pypi.org/project/netaddr)|5.113108149984506e-06| +|pypi|[node-semver](https://pypi.org/project/node-semver)|5.113108149984506e-06| +|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.113108149984506e-06| +|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.113108149984506e-06| +|pypi|[pytrie](https://pypi.org/project/pytrie)|5.113108149984506e-06| +|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.113108149984506e-06| +|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.113108149984506e-06| +|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.113108149984506e-06| +|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.113108149984506e-06| +|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.113108149984506e-06| +|pypi|[sym](https://github.com/bjodah/sym)|5.113108149984506e-06| +|pypi|[translationstring](https://pypi.org/project/translationstring)|5.100980906295441e-06| +|cran|numbers|5.099802108307646e-06| +|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.086858232236286e-06| +|pypi|[ablog](https://pypi.org/project/ablog)|5.086858232236286e-06| +|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.082442593805093e-06| +|cran|loder|5.066112670664795e-06| +|cran|ore|5.066112670664795e-06| +|cran|mstate|5.061977068484661e-06| +|cran|linprog|5.061977068484661e-06| +|cran|magic|5.061977068484661e-06| +|cran|changepoint|5.061977068484661e-06| +|cran|nor1mix|5.061977068484661e-06| +|cran|diptest|5.061977068484661e-06| +|npm|mime-types|5.052575604509609e-06| +|npm|[which](https://github.com/isaacs/node-which#readme)|5.048412254773426e-06| +|npm|cli-table|5.047916021072203e-06| +|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.041092542238244e-06| +|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.041092542238244e-06| +|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.041092542238244e-06| +|pypi|[zstd](https://pypi.org/project/zstd)|5.041092542238244e-06| +|cran|metafor|5.028039016753763e-06| +|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.019793926247289e-06| +|rubygems|activejob|5.01417980841594e-06| +|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.980281824435686e-06| +|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.976758599318252e-06| +|cran|scico|4.971584620833149e-06| +|cran|rcartocolor|4.971584620833149e-06| +|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.962722616161432e-06| +|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.962722616161432e-06| +|pypi|[peewee](https://pypi.org/project/peewee)|4.962722616161432e-06| +|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.962722616161432e-06| +|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.962722616161432e-06| +|cran|lfe|4.942974167218679e-06| +|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.927176944530522e-06| +|cran|[aod](https://cran.r-project.org/package=aod)|4.926995704249983e-06| +|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.921366594360086e-06| +|spack|bdw-gc|4.921366594360086e-06| +|spack|googletest|4.921366594360086e-06| +|npm|const-version|4.921366594360086e-06| +|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.921366594360086e-06| +|npm|microbundle|4.921366594360086e-06| +|cran|gdalUtils|4.921366594360086e-06| +|cran|TeachingDemos|4.921366594360086e-06| +|cran|plotmo|4.921366594360086e-06| +|npm|fresh|4.916296505148864e-06| +|npm|etag|4.916296505148864e-06| +|pypi|[h5io](https://pypi.org/project/h5io)|4.915213967814667e-06| +|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.9029804177933615e-06| +|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.9029804177933615e-06| +|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.9029804177933615e-06| +|pypi|[voila](https://pypi.org/project/voila)|4.9029804177933615e-06| +|pypi|[SALib](http://salib.github.io/SALib/)|4.900546172916021e-06| +|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.899457150413423e-06| +|npm|esbuild|4.89684151166394e-06| +|rubygems|[sync](https://github.com/ruby/sync)|4.892859578362255e-06| +|cran|[emld](https://docs.ropensci.org/emld/)|4.883018283235208e-06| +|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.875246358847226e-06| +|pypi|[fixtures](https://pypi.org/project/fixtures)|4.875246358847226e-06| +|npm|eslint-config-airbnb-base|4.874802895044218e-06| +|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.872660961598055e-06| +|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.8478787702856005e-06| +|npm|execa|4.847267306043096e-06| +|npm|gulp-rename|4.846123531283392e-06| +|npm|gulp-concat|4.846123531283392e-06| +|cran|BiocVersion|4.833891273944315e-06| +|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.828308026030372e-06| +|pypi|[webob](https://pypi.org/project/webob)|4.819350253867607e-06| +|cran|modeltools|4.8177588765840844e-06| +|npm|eslint-plugin-html|4.812787077661574e-06| +|cran|gld|4.791395196199766e-06| +|cran|[loo](https://mc-stan.org/loo/)|4.790533671722495e-06| +|cran|Biobase|4.783569896105229e-06| +|cran|[rsample](https://rsample.tidymodels.org)|4.7776424094274524e-06| +|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.776058910834578e-06| +|pypi|[sspa](https://github.com/cwieder/sspa)|4.772234273318873e-06| +|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.772234273318873e-06| +|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.757549866706498e-06| +|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.757549866706498e-06| +|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.7562558103501805e-06| +|cran|scagnostics|4.741424519081786e-06| +|cran|labelled|4.741424519081786e-06| +|cran|intergraph|4.741424519081786e-06| +|cran|broom.helpers|4.741424519081786e-06| +|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7330870337913815e-06| +|npm|compressible|4.726074269187067e-06| +|pypi|[grayskull](https://pypi.org/project/grayskull)|4.724511930585683e-06| +|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.721758718504923e-06| +|npm|jshint-stylish|4.720185454458773e-06| +|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.712528083359157e-06| +|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.687015804152464e-06| +|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.686570550257352e-06| +|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.684977084794415e-06| +|npm|karma-rollup-preprocessor|4.682991512175935e-06| +|pypi|[slicer](https://pypi.org/project/slicer)|4.674690818942446e-06| +|cran|PolynomF|4.662347299920082e-06| +|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.644560593696589e-06| +|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.643124344287717e-06| +|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.636340923042309e-06| +|npm|browser-sync|4.634457414548203e-06| +|npm|serialize-javascript|4.6297683973102035e-06| +|npm|jest-worker|4.6297683973102035e-06| +|cran|mlogit|4.6231363145636115e-06| +|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.610524527611533e-06| +|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.60552428082428e-06| +|cran|RcppCCTZ|4.604452218063931e-06| +|npm|jsmd|4.601797334986054e-06| +|npm|is-mergeable-object|4.601797334986054e-06| +|cran|genieclust|4.601797334986054e-06| +|cran|getopt|4.601797334986054e-06| +|cran|leaps|4.5995849324211574e-06| +|cran|[logger](https://daroczig.github.io/logger/)|4.595107983123175e-06| +|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.58464151158808e-06| +|pypi|[dnest4](https://pypi.org/project/dnest4)|4.582131534409192e-06| +|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.575388168070786e-06| +|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.571005061460593e-06| +|npm|gzip-size|4.562028716041731e-06| +|rubygems|actionmailer|4.558869701726845e-06| +|npm|read-file-relative|4.555779361636194e-06| +|npm|normalize-newline|4.555779361636194e-06| +|npm|callsite-record|4.555779361636194e-06| +|spack|psm|4.542799933255465e-06| +|spack|opa-psm2|4.542799933255465e-06| +|spack|rdma-core|4.542799933255465e-06| +|spack|slurm|4.542799933255465e-06| +|cran|bignum|4.542799933255465e-06| +|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.533622559652926e-06| +|spack|[jemalloc](http://jemalloc.net/)|4.5239546712543985e-06| +|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.522683337580824e-06| +|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.516578865819649e-06| +|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.516578865819649e-06| +|cran|future.callr|4.4923662205704016e-06| +|pypi|[jupyter-book](https://executablebooks.org/)|4.473969631236453e-06| +|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.473969631236443e-06| +|npm|baseui|4.473969631236443e-06| +|npm|color2k|4.473969631236443e-06| +|npm|copy-to-clipboard|4.473969631236443e-06| +|npm|cypress-circleci-reporter|4.473969631236443e-06| +|npm|d3-graphviz|4.473969631236443e-06| +|npm|decamelize|4.473969631236443e-06| +|npm|deck.gl|4.473969631236443e-06| +|npm|fzy.js|4.473969631236443e-06| +|npm|hoist-non-react-statics|4.473969631236443e-06| +|npm|humanize-string|4.473969631236443e-06| +|npm|immer|4.473969631236443e-06| +|npm|jest-fetch-mock|4.473969631236443e-06| +|npm|katex|4.473969631236443e-06| +|npm|mapbox-gl|4.473969631236443e-06| +|npm|moment-duration-format|4.473969631236443e-06| +|npm|node-emoji|4.473969631236443e-06| +|npm|numbro|4.473969631236443e-06| +|npm|protobufjs|4.473969631236443e-06| +|npm|react-color|4.473969631236443e-06| +|npm|react-debounce-render|4.473969631236443e-06| +|npm|react-device-detect|4.473969631236443e-06| +|npm|react-dropzone|4.473969631236443e-06| +|npm|react-feather|4.473969631236443e-06| +|npm|react-google-login|4.473969631236443e-06| +|npm|react-hotkeys|4.473969631236443e-06| +|npm|react-html-parser|4.473969631236443e-06| +|npm|react-map-gl|4.473969631236443e-06| +|npm|react-markdown|4.473969631236443e-06| +|npm|react-webcam|4.473969631236443e-06| +|npm|react-window|4.473969631236443e-06| +|npm|rehype-katex|4.473969631236443e-06| +|npm|rehype-raw|4.473969631236443e-06| +|npm|remark-emoji|4.473969631236443e-06| +|npm|remark-gfm|4.473969631236443e-06| +|npm|remark-math|4.473969631236443e-06| +|npm|re-resizable|4.473969631236443e-06| +|npm|styletron-engine-atomic|4.473969631236443e-06| +|npm|styletron-react|4.473969631236443e-06| +|npm|typed-signals|4.473969631236443e-06| +|npm|vega|4.473969631236443e-06| +|npm|vega-embed|4.473969631236443e-06| +|npm|vega-lite|4.473969631236443e-06| +|npm|xxhashjs|4.473969631236443e-06| +|cran|[solrium](https://github.com/ropensci/solrium)|4.467081138312163e-06| +|npm|draco3d|4.429229934924078e-06| +|npm|webgl-obj-loader|4.429229934924078e-06| +|cran|quantmod|4.429229934924078e-06| +|cran|FastRWeb|4.429229934924078e-06| +|cran|truncreg|4.415684889251528e-06| +|cran|panelr|4.415684889251528e-06| +|cran|metaBMA|4.415684889251528e-06| +|cran|ivreg|4.415684889251528e-06| +|cran|GLMMadaptive|4.415684889251528e-06| +|cran|clubSandwich|4.415684889251528e-06| +|cran|cgam|4.415684889251528e-06| +|cran|blme|4.415684889251528e-06| +|cran|geojsonlint|4.410055779361636e-06| +|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.408818737067285e-06| +|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.408818737067285e-06| +|cran|topicmodels|4.405948880030646e-06| +|cran|akima|4.4047296250387405e-06| +|cran|logging|4.396191389954947e-06| +|cran|rsyslog|4.396191389954947e-06| +|npm|temp-path|4.389007227181711e-06| +|rubygems|sassc|4.385982695681309e-06| +|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.384937635574838e-06| +|rubygems|rb_sys|4.384937635574838e-06| +|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.384016802671902e-06| +|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.379226744927906e-06| +|cran|[data.tree](http://github.com/gluc/data.tree)|4.376591530698858e-06| +|pypi|[kopt](https://pypi.org/project/kopt)|4.374548083875632e-06| +|cran|ggfittext|4.374548083875632e-06| +|cran|RcppBigIntAlgos|4.374548083875632e-06| +|cran|robust|4.374391850015495e-06| +|cran|taxadb|4.371707468236752e-06| +|npm|hot-loader|4.3648484207184805e-06| +|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.3648484207184805e-06| +|npm|babel-plugin-strip-function-call|4.3648484207184805e-06| +|npm|babel-plugin-styled-components|4.3648484207184805e-06| +|npm|binomial|4.3648484207184805e-06| +|npm|compression-webpack-plugin|4.3648484207184805e-06| +|npm|css.escape|4.3648484207184805e-06| +|npm|dom-to-image|4.3648484207184805e-06| +|npm|express-naked-redirect|4.3648484207184805e-06| +|npm|express-static-gzip|4.3648484207184805e-06| +|npm|html-webpack-plugin|4.3648484207184805e-06| +|npm|i18next|4.3648484207184805e-06| +|npm|leaflet|4.3648484207184805e-06| +|npm|leaflet-gesture-handling|4.3648484207184805e-06| +|npm|linspace|4.3648484207184805e-06| +|npm|lodash-webpack-plugin|4.3648484207184805e-06| +|npm|mousetrap|4.3648484207184805e-06| +|npm|null-loader|4.3648484207184805e-06| +|npm|outer-product|4.3648484207184805e-06| +|npm|react-addons-css-transition-group|4.3648484207184805e-06| +|npm|react-hot-loader|4.3648484207184805e-06| +|npm|react-i18next|4.3648484207184805e-06| +|npm|react-tooltip|4.3648484207184805e-06| +|npm|redux-thunk|4.3648484207184805e-06| +|npm|typeface-lato|4.3648484207184805e-06| +|npm|webpack-bundle-analyzer|4.3648484207184805e-06| +|npm|webpack-dev-middleware|4.3648484207184805e-06| +|npm|webpack-hot-middleware|4.3648484207184805e-06| +|npm|yaml-front-matter|4.3648484207184805e-06| +|cran|assertive.code|4.359597475249947e-06| +|cran|assertive.reflection|4.359597475249947e-06| +|cran|assertive.data.us|4.359597475249947e-06| +|cran|assertive.data.uk|4.359597475249947e-06| +|cran|assertive.data|4.359597475249947e-06| +|cran|assertive.models|4.359597475249947e-06| +|cran|assertive.matrices|4.359597475249947e-06| +|cran|assertive.sets|4.359597475249947e-06| +|cran|assertive.files|4.359597475249947e-06| +|cran|assertive.datetimes|4.359597475249947e-06| +|cran|assertive.strings|4.359597475249947e-06| +|cran|assertive.numbers|4.359597475249947e-06| +|npm|merge-stream|4.3530738168206e-06| +|npm|vinyl-source-stream|4.3362174163261455e-06| +|npm|vinyl-buffer|4.3362174163261455e-06| +|pypi|[oemof.solph](https://oemof.org)|4.332293926247289e-06| +|pypi|[horovod](https://pypi.org/project/horovod)|4.322463445264661e-06| +|pypi|[lcapy](https://pypi.org/project/lcapy)|4.312259885529101e-06| +|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.312259885529101e-06| +|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.312259885529101e-06| +|pypi|[property-cached](https://pypi.org/project/property-cached)|4.312259885529101e-06| +|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.309103586218553e-06| +|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.308362147038594e-06| +|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.296977426044673e-06| +|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.295010845986986e-06| +|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.295010845986986e-06| +|pypi|[mdurl](https://pypi.org/project/mdurl)|4.271707299820805e-06| +|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.263093251650735e-06| +|pypi|[apipkg](https://pypi.org/project/apipkg)|4.260923458320421e-06| +|pypi|[atpublic](https://pypi.org/project/atpublic)|4.260923458320421e-06| +|pypi|[dvc](https://pypi.org/project/dvc)|4.260923458320421e-06| +|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.260923458320421e-06| +|pypi|[nanotime](https://pypi.org/project/nanotime)|4.260923458320421e-06| +|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.260923458320421e-06| +|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.260923458320421e-06| +|pypi|[treelib](https://pypi.org/project/treelib)|4.260923458320421e-06| +|npm|rollup-plugin-istanbul|4.257615287933527e-06| +|npm|karma-jasmine-html-reporter|4.257615287933527e-06| +|npm|karma-detect-browsers|4.257615287933527e-06| +|npm|hammer-simulator|4.257615287933527e-06| +|npm|eslint-plugin-unicorn|4.257615287933527e-06| +|npm|eslint-config-xo|4.257615287933527e-06| +|pypi|[nbdime](https://pypi.org/project/nbdime)|4.257252508879406e-06| +|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.239366883913585e-06| +|npm|less|4.235053565894904e-06| +|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.218314223737217e-06| +|pypi|[retrolab](https://pypi.org/project/retrolab)|4.218314223737217e-06| +|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.218314223737217e-06| +|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.218314223737217e-06| +|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.218314223737217e-06| +|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.218314223737217e-06| +|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.218314223737217e-06| +|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.218314223737217e-06| +|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.218314223737217e-06| +|npm|gulp-clean|4.218314223737217e-06| +|npm|mocha-lcov-reporter|4.218314223737217e-06| +|npm|any-promise|4.218314223737216e-06| +|npm|thenify-all|4.218314223737216e-06| +|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2168251688530925e-06| +|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.214044674927766e-06| +|cran|gdtools|4.197820389451853e-06| +|npm|schema-utils|4.189205388743006e-06| +|npm|loader-utils|4.189205388743006e-06| +|spack|[vtk](http://www.vtk.org)|4.189082306988307e-06| +|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.178892662006383e-06| +|cran|[redux](https://github.com/richfitz/redux)|4.175704989154024e-06| +|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.1733188720173525e-06| +|pypi|[npx](https://pypi.org/project/npx)|4.168686997575603e-06| +|pypi|[meshplex](https://pypi.org/project/meshplex)|4.168686997575603e-06| +|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.168686997575603e-06| +|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.168686997575603e-06| +|pypi|[update-checker](https://pypi.org/project/update-checker)|4.168686997575603e-06| +|npm|karma-browserify|4.1655852959405014e-06| +|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.156178662340106e-06| +|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.156178662340106e-06| +|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.156178662340106e-06| +|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.156178662340106e-06| +|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.156178662340106e-06| +|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.156178662340106e-06| +|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.156178662340106e-06| +|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.14587852494577e-06| +|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.137223137878545e-06| +|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.127923624375238e-06| +|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.124747945372888e-06| +|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.119443698808026e-06| +|pypi|[Bio](https://github.com/ialbert/bio)|4.1150950618859325e-06| +|cran|locfit|4.112966564440123e-06| +|cran|bookdown|4.097629832844201e-06| +|cran|nonnest2|4.095847036596459e-06| +|cran|officer|4.095692781929795e-06| +|npm|[shx](https://github.com/shelljs/shx#readme)|4.0951789510122055e-06| +|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.081936171910708e-06| +|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.078786043671851e-06| +|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.0766385187480676e-06| +|rubygems|irb|4.074784381341403e-06| +|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0672451193058565e-06| +|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0672451193058565e-06| +|pypi|[databroker](https://pypi.org/project/databroker)|4.0672451193058565e-06| +|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0672451193058565e-06| +|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0672451193058565e-06| +|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0672451193058565e-06| +|pypi|[doct](https://pypi.org/project/doct)|4.0672451193058565e-06| +|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0672451193058565e-06| +|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0672451193058565e-06| +|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0672451193058565e-06| +|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0672451193058565e-06| +|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.055600711639995e-06| +|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.054694762937718e-06| +|cran|stm|4.048031309531725e-06| +|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.045000339057955e-06| +|spack|berkeley-db|4.043886930585683e-06| +|spack|valgrind|4.027770905341947e-06| +|pypi|[qudida](https://pypi.org/project/qudida)|4.026572668112798e-06| +|cran|sparsesvd|4.026572668112798e-06| +|cran|FMStable|4.026572668112798e-06| +|cran|MuMIn|4.020778876816554e-06| +|pypi|[nitime](https://pypi.org/project/nitime)|4.020420041567379e-06| +|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.020420041567379e-06| +|spack|libxscrnsaver|4.012361235166518e-06| +|npm|babel-plugin-external-helpers|4.004551929231562e-06| +|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|3.989289587852497e-06| +|rubygems|timecop|3.977267696666519e-06| +|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.976861894432395e-06| +|pypi|[mako](https://www.makotemplates.org/)|3.968018764091773e-06| +|cran|distributional|3.956759076064933e-06| +|cran|Bessel|3.952006507592191e-06| +|cran|[archive](https://archive.r-lib.org/)|3.948393286971851e-06| +|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.93709327548807e-06| +|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.937093275488069e-06| +|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.937093275488069e-06| +|pypi|[piqp](https://pypi.org/project/piqp)|3.937093275488069e-06| +|pypi|[Mosek](https://pypi.org/project/Mosek)|3.937093275488069e-06| +|pypi|[diffcp](https://pypi.org/project/diffcp)|3.937093275488069e-06| +|pypi|[cylp](https://pypi.org/project/cylp)|3.937093275488069e-06| +|pypi|[scs](https://pypi.org/project/scs)|3.937093275488069e-06| +|pypi|[clarabel](https://pypi.org/project/clarabel)|3.937093275488069e-06| +|pypi|[ecos](https://pypi.org/project/ecos)|3.937093275488069e-06| +|pypi|[osqp](https://pypi.org/project/osqp)|3.937093275488069e-06| +|pypi|[user-agents](https://pypi.org/project/user-agents)|3.937093275488069e-06| +|npm|csso|3.937093275488069e-06| +|npm|google-closure-compiler|3.937093275488069e-06| +|npm|ora|3.937093275488069e-06| +|npm|update-notifier|3.937093275488069e-06| +|npm|crass|3.937093275488069e-06| +|npm|sqwish|3.937093275488069e-06| +|npm|html-minifier|3.937093275488069e-06| +|npm|node-version|3.937093275488069e-06| +|cran|transport|3.937093275488069e-06| +|rubygems|zeitwerk|3.937093275488069e-06| +|rubygems|selma|3.937093275488069e-06| +|rubygems|sawyer|3.937093275488069e-06| +|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.9233272150842666e-06| +|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.921302794436648e-06| +|rubygems|execjs|3.916001704369383e-06| +|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.908144060227128e-06| +|pypi|[pylama](https://pypi.org/project/pylama)|3.908144060227128e-06| +|pypi|[tabulator](https://pypi.org/project/tabulator)|3.908144060227128e-06| +|pypi|[tableschema](https://pypi.org/project/tableschema)|3.908144060227128e-06| +|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.907437248218159e-06| +|cran|TH.data|3.906503089726054e-06| +|npm|ascli|3.897722342733188e-06| +|pypi|[coconut](https://pypi.org/project/coconut)|3.893828514218969e-06| +|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.893828514218969e-06| +|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.890408374988211e-06| +|pypi|[Epip](https://pypi.org/project/Epip)|3.890408374988211e-06| +|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.890408374988211e-06| +|cran|[posterior](https://mc-stan.org/posterior/)|3.88983608940823e-06| +|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.885962193988229e-06| +|npm|prettier-plugin-svelte|3.880003308550272e-06| +|npm|eslint-plugin-svelte3|3.880003308550272e-06| +|npm|svelte|3.880003308550272e-06| +|cran|tracerer|3.8617422080146135e-06| +|npm|path-platform|3.858745119305857e-06| +|rubygems|rails-dom-testing|3.85674443313117e-06| +|pypi|[ducc0](https://pypi.org/project/ducc0)|3.856035472757434e-06| +|cran|stabledist|3.847751543467378e-06| +|cran|skewt|3.847102572048342e-06| +|cran|catdata|3.847102572048342e-06| +|cran|MPV|3.847102572048342e-06| +|cran|fit.models|3.847102572048342e-06| +|cran|DEoptimR|3.847102572048342e-06| +|pypi|[langcodes](https://pypi.org/project/langcodes)|3.842063361256022e-06| +|pypi|[pathy](https://pypi.org/project/pathy)|3.842063361256022e-06| +|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.842063361256022e-06| +|cran|pso|3.8415003839883585e-06| +|cran|feather|3.841336502316885e-06| +|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.837090136563265e-06| +|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.829042688167642e-06| +|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.824066674277889e-06| +|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.804786139384839e-06| +|cran|spacetime|3.797330354616618e-06| +|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.797038573988497e-06| +|npm|underscore.string|3.779609544468546e-06| +|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.776556188757573e-06| +|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7581344902386223e-06| +|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.75813449023862e-06| +|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.7558103501704406e-06| +|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.7496126433219706e-06| +|pypi|[noodles](https://pypi.org/project/noodles)|3.7490882219732508e-06| +|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.74251110422479e-06| +|npm|gulp-babel|3.7392342511842046e-06| +|pypi|[hupper](https://pypi.org/project/hupper)|3.738140926318802e-06| +|pypi|[venusian](https://pypi.org/project/venusian)|3.738140926318802e-06| +|npm|gulp-uglify-es|3.7336010986494003e-06| +|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7298778399360653e-06| +|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7298778399360653e-06| +|pypi|[saspy](https://pypi.org/project/saspy)|3.7298778399360653e-06| +|npm|escape-html|3.7250726568214293e-06| +|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.7168363090271995e-06| +|npm|eslint-plugin-jsx-a11y|3.7163386963328633e-06| +|pypi|[Twisted](https://pypi.org/project/Twisted)|3.7159830408203514e-06| +|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.713291931267737e-06| +|cran|[move](https://bartk.gitlab.io/move/)|3.707003408738767e-06| +|pypi|[portray](https://pypi.org/project/portray)|3.691024945770065e-06| +|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.691024945770065e-06| +|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.691024945770065e-06| +|npm|superagent|3.691024945770065e-06| +|npm|connect-flash|3.691024945770065e-06| +|npm|isexe|3.691024945770065e-06| +|spack|nspr|3.683347613882863e-06| +|cran|goftest|3.665569601316478e-06| +|cran|tensor|3.665569601316478e-06| +|cran|spatstat.sparse|3.665569601316478e-06| +|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.6642182392514762e-06| +|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.6642182392514762e-06| +|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.6642182392514762e-06| +|pypi|[configupdater](https://pypi.org/project/configupdater)|3.6642182392514762e-06| +|cran|ellipse|3.658394098265279e-06| +|npm|seedrandom|3.655872327238921e-06| +|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.654329911507407e-06| +|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.6432202665344017e-06| +|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6426242815637283e-06| +|cran|[servr](https://github.com/yihui/servr)|3.6335024790827325e-06| +|cran|doRNG|3.631968546637744e-06| +|cran|keras|3.6273987585313558e-06| +|npm|[typedoc](https://typedoc.org)|3.6208954718004335e-06| +|rubygems|reline|3.61757354934924e-06| +|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6164587852494587e-06| +|npm|sass-true|3.6156979060604716e-06| +|cran|[rdflib](https://github.com/ropensci/rdflib)|3.6156979060604716e-06| +|requirements.txt|gitlab/aegge/comet-emu|3.6153289949385395e-06| +|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6153289949385395e-06| +|requirements.txt|gitlab/rki_bioinformatics/purple|3.6153289949385395e-06| +|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6153289949385395e-06| +|requirements.txt|gitlab/dsbowen/conditional-inference|3.6153289949385395e-06| +|requirements.txt|gitlab/sybreton/apollinaire|3.6153289949385395e-06| +|requirements.txt|gitlab/esa/pyxel|3.6153289949385395e-06| +|requirements.txt|gitlab/gpagano/lensinggw|3.6153289949385395e-06| +|requirements.txt|gitlab/binary_c/binary_c-python|3.6153289949385395e-06| +|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6153289949385395e-06| +|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6153289949385395e-06| +|requirements.txt|gitlab/ENKI-portal/vaporock|3.6153289949385395e-06| +|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6153289949385395e-06| +|requirements.txt|gitlab/AstroVian/bmarxiv|3.6153289949385395e-06| +|requirements.txt|gitlab/jesseds/apav|3.6153289949385395e-06| +|requirements.txt|gitlab/LouisLab/PiVR|3.6153289949385395e-06| +|requirements.txt|gitlab/dglaeser/fieldcompare|3.6153289949385395e-06| +|requirements.txt|gitlab/casi-project/casi-2d|3.6153289949385395e-06| +|requirements.txt|gitlab/cracklet/cracklet|3.6153289949385395e-06| +|requirements.txt|gitlab/etienne.behar/menura|3.6153289949385395e-06| +|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6153289949385395e-06| +|requirements.txt|github/pylops/pyproximal|3.6153289949385395e-06| +|requirements.txt|github/tikk3r/legacystamps|3.6153289949385395e-06| +|requirements.txt|github/katholt/Kleborate|3.6153289949385395e-06| +|requirements.txt|github/fgbuster/fgbuster|3.6153289949385395e-06| +|requirements.txt|github/hyosubkim/bayes-toolbox|3.6153289949385395e-06| +|requirements.txt|github/grahambell/pymoc|3.6153289949385395e-06| +|requirements.txt|github/rodluger/everest|3.6153289949385395e-06| +|requirements.txt|github/xraypy/xraylarch|3.6153289949385395e-06| +|requirements.txt|github/Leo-Simpson/c-lasso|3.6153289949385395e-06| +|requirements.txt|github/variomes/sibtm-variomes|3.6153289949385395e-06| +|requirements.txt|github/robashaw/libecpint|3.6153289949385395e-06| +|requirements.txt|github/barentsen/dave|3.6153289949385395e-06| +|requirements.txt|github/barentsen/k2flix|3.6153289949385395e-06| +|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6153289949385395e-06| +|requirements.txt|github/pyamg/pyamg|3.6153289949385395e-06| +|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6153289949385395e-06| +|requirements.txt|github/UoMMIB/TFBMiner|3.6153289949385395e-06| +|requirements.txt|github/klb2/qmkpy|3.6153289949385395e-06| +|requirements.txt|github/WangLabTHU/DeSP|3.6153289949385395e-06| +|requirements.txt|github/SuperKogito/spafe|3.6153289949385395e-06| +|requirements.txt|github/bonsai-team/matam|3.6153289949385395e-06| +|requirements.txt|github/harrispopgen/mutyper|3.6153289949385395e-06| +|requirements.txt|github/zhoux85/scAdapt|3.6153289949385395e-06| +|requirements.txt|github/danhey/echelle|3.6153289949385395e-06| +|requirements.txt|github/astromer-science/main-code|3.6153289949385395e-06| +|requirements.txt|github/aimalz/qp|3.6153289949385395e-06| +|requirements.txt|github/lmcinnes/umap|3.6153289949385395e-06| +|requirements.txt|github/onnela-lab/beiwe-backend|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/hide|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/seek|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6153289949385395e-06| +|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6153289949385395e-06| +|requirements.txt|github/LCOGT/neoexchange|3.6153289949385395e-06| +|requirements.txt|github/mlares/hearsay|3.6153289949385395e-06| +|requirements.txt|github/tessgi/tvguide|3.6153289949385395e-06| +|requirements.txt|github/ot483/NetCom|3.6153289949385395e-06| +|requirements.txt|github/pnsaevik/effluent|3.6153289949385395e-06| +|requirements.txt|github/LuisScoccola/persistable|3.6153289949385395e-06| +|requirements.txt|github/duetosymmetry/qnm|3.6153289949385395e-06| +|requirements.txt|github/ToyotaCRDL/mahos|3.6153289949385395e-06| +|requirements.txt|github/firefly-cpp/NiaARM|3.6153289949385395e-06| +|requirements.txt|github/soraxas/sbp-env|3.6153289949385395e-06| +|requirements.txt|github/mwvgroup/pwv_kpno|3.6153289949385395e-06| +|requirements.txt|github/linsalrob/PhiSpy|3.6153289949385395e-06| +|requirements.txt|github/emerge-erc/ALminer|3.6153289949385395e-06| +|requirements.txt|github/PolymerGuy/recolo|3.6153289949385395e-06| +|requirements.txt|github/amrex-astro/Castro|3.6153289949385395e-06| +|requirements.txt|github/amrex-astro/Nyx|3.6153289949385395e-06| +|requirements.txt|github/JulianZDing/UniMAP|3.6153289949385395e-06| +|requirements.txt|github/STOmics/EAGS|3.6153289949385395e-06| +|requirements.txt|github/sybila/biodivine-aeon-py|3.6153289949385395e-06| +|requirements.txt|github/mwalmsley/zoobot|3.6153289949385395e-06| +|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6153289949385395e-06| +|requirements.txt|github/intake/intake|3.6153289949385395e-06| +|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6153289949385395e-06| +|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6153289949385395e-06| +|requirements.txt|github/nialov/fractopo|3.6153289949385395e-06| +|requirements.txt|github/secimTools/SECIMTools|3.6153289949385395e-06| +|requirements.txt|github/mraveri/tensiometer|3.6153289949385395e-06| +|requirements.txt|github/frescigno/magpy_rv|3.6153289949385395e-06| +|requirements.txt|github/abinit/abinit|3.6153289949385395e-06| +|requirements.txt|github/EGaraldi/corecon|3.6153289949385395e-06| +|requirements.txt|github/fenderglass/Ragout|3.6153289949385395e-06| +|requirements.txt|github/fenderglass/Flye|3.6153289949385395e-06| +|requirements.txt|github/ebachelet/pyLIMA|3.6153289949385395e-06| +|requirements.txt|github/KVSlab/VaMPy|3.6153289949385395e-06| +|requirements.txt|github/StingraySoftware/HENDRICS|3.6153289949385395e-06| +|requirements.txt|github/21cmfast/21cmEMU|3.6153289949385395e-06| +|requirements.txt|github/a-griffiths/AutoSpec|3.6153289949385395e-06| +|requirements.txt|github/MIAnalyzer/MIA|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/Castro|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/Nyx|3.6153289949385395e-06| +|requirements.txt|github/matiscke/lcps|3.6153289949385395e-06| +|requirements.txt|github/johnh2o2/cuvarbase|3.6153289949385395e-06| +|requirements.txt|github/johnpaulett/python-hl7|3.6153289949385395e-06| +|requirements.txt|github/mswzeus/TargetNet|3.6153289949385395e-06| +|requirements.txt|github/lpantano/seqcluster|3.6153289949385395e-06| +|requirements.txt|github/dirmeier/surjectors|3.6153289949385395e-06| +|requirements.txt|github/swagnercarena/paltas|3.6153289949385395e-06| +|requirements.txt|github/damonge/schNell|3.6153289949385395e-06| +|requirements.txt|github/roualdes/bridgestan|3.6153289949385395e-06| +|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6153289949385395e-06| +|requirements.txt|github/kiyo-masui/bitshuffle|3.6153289949385395e-06| +|requirements.txt|github/lgrcia/prose|3.6153289949385395e-06| +|requirements.txt|github/achael/eht-imaging|3.6153289949385395e-06| +|requirements.txt|github/iancze/PSOAP|3.6153289949385395e-06| +|requirements.txt|github/Kamuish/archi|3.6153289949385395e-06| +|requirements.txt|github/mpound/pdrtpy|3.6153289949385395e-06| +|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6153289949385395e-06| +|requirements.txt|github/labsyspharm/minerva-story|3.6153289949385395e-06| +|requirements.txt|github/aewallin/allantools|3.6153289949385395e-06| +|requirements.txt|github/mrempel/geohexviz|3.6153289949385395e-06| +|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6153289949385395e-06| +|requirements.txt|github/pysam-developers/pysam|3.6153289949385395e-06| +|requirements.txt|github/wmglab-duke/ascent|3.6153289949385395e-06| +|requirements.txt|github/pynucastro/pynucastro|3.6153289949385395e-06| +|requirements.txt|github/li-yangyang/lotus|3.6153289949385395e-06| +|requirements.txt|github/austinpeel/herculens|3.6153289949385395e-06| +|requirements.txt|github/JakobBD/pounce|3.6153289949385395e-06| +|requirements.txt|github/annayqho/TheCannon|3.6153289949385395e-06| +|requirements.txt|github/Basvanstein/GSAreport|3.6153289949385395e-06| +|requirements.txt|github/kkjawz/coref-ee|3.6153289949385395e-06| +|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6153289949385395e-06| +|requirements.txt|github/jesford/cluster-lensing|3.6153289949385395e-06| +|requirements.txt|github/broadinstitute/cromwell|3.6153289949385395e-06| +|requirements.txt|github/dartoon/galight|3.6153289949385395e-06| +|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6153289949385395e-06| +|requirements.txt|github/snowformatics/macrobot|3.6153289949385395e-06| +|requirements.txt|github/Jacks0nJ/PyFPT|3.6153289949385395e-06| +|requirements.txt|github/epi2me-labs/mapula|3.6153289949385395e-06| +|requirements.txt|github/skyfielders/python-skyfield|3.6153289949385395e-06| +|requirements.txt|github/luizfelippesr/galmag|3.6153289949385395e-06| +|requirements.txt|github/erling6232/imagedata|3.6153289949385395e-06| +|requirements.txt|github/jts/nanopolish|3.6153289949385395e-06| +|requirements.txt|github/MrOlm/drep|3.6153289949385395e-06| +|requirements.txt|github/theislab/scCODA|3.6153289949385395e-06| +|requirements.txt|github/uab-cgds-worthey/quac|3.6153289949385395e-06| +|requirements.txt|github/python-hydro/pyro2|3.6153289949385395e-06| +|requirements.txt|github/desihub/fastspecfit|3.6153289949385395e-06| +|requirements.txt|github/fhcrc/seqmagick|3.6153289949385395e-06| +|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6153289949385395e-06| +|requirements.txt|github/kinnala/scikit-fem|3.6153289949385395e-06| +|requirements.txt|github/sorenwacker/ProteomicsQC|3.6153289949385395e-06| +|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6153289949385395e-06| +|requirements.txt|github/Higgins00/TESS-Localize|3.6153289949385395e-06| +|requirements.txt|github/palaeoware/revosim|3.6153289949385395e-06| +|requirements.txt|github/tholoien/empiriciSN|3.6153289949385395e-06| +|requirements.txt|github/tholoien/XDGMM|3.6153289949385395e-06| +|requirements.txt|github/mentatpsi/OSGenome|3.6153289949385395e-06| +|requirements.txt|github/hpparvi/opents|3.6153289949385395e-06| +|requirements.txt|github/hpparvi/PyTransit|3.6153289949385395e-06| +|requirements.txt|github/ronshnapp/MyPTV|3.6153289949385395e-06| +|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6153289949385395e-06| +|requirements.txt|github/trygvrad/DF-XRM_viz|3.6153289949385395e-06| +|requirements.txt|github/HLasse/TextDescriptives|3.6153289949385395e-06| +|requirements.txt|github/ZJUFanLab/bulk2space|3.6153289949385395e-06| +|requirements.txt|github/ppsp-team/PyNM|3.6153289949385395e-06| +|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6153289949385395e-06| +|requirements.txt|github/ABM4ALL/Melodie|3.6153289949385395e-06| +|requirements.txt|github/esa/NIDN|3.6153289949385395e-06| +|requirements.txt|github/smaret/astrochem|3.6153289949385395e-06| +|requirements.txt|github/FlorianThibord/OptimiR|3.6153289949385395e-06| +|requirements.txt|github/muctadir/lama|3.6153289949385395e-06| +|requirements.txt|github/COMBINE-lab/alevin-fry|3.6153289949385395e-06| +|requirements.txt|github/rhdtownsend/gyre|3.6153289949385395e-06| +|requirements.txt|github/chanzuckerberg/cellxgene|3.6153289949385395e-06| +|requirements.txt|github/dib-lab/dammit|3.6153289949385395e-06| +|requirements.txt|github/dib-lab/sourmash|3.6153289949385395e-06| +|requirements.txt|github/cwieder/py-ssPA|3.6153289949385395e-06| +|requirements.txt|github/igmhub/LyaCoLoRe|3.6153289949385395e-06| +|requirements.txt|github/igmhub/picca|3.6153289949385395e-06| +|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/pycrires|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/ARTES|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/species|3.6153289949385395e-06| +|requirements.txt|github/Lyalpha/spalipy|3.6153289949385395e-06| +|requirements.txt|github/rcsb/mmtf-python|3.6153289949385395e-06| +|requirements.txt|github/stinefm/relsad|3.6153289949385395e-06| +|requirements.txt|github/danielenricocahall/elephas|3.6153289949385395e-06| +|requirements.txt|github/idruglab/hignn|3.6153289949385395e-06| +|requirements.txt|github/Climdyn/qgs|3.6153289949385395e-06| +|requirements.txt|github/PaulRitsche/DLTrack|3.6153289949385395e-06| +|requirements.txt|github/ablab/TandemTools|3.6153289949385395e-06| +|requirements.txt|github/pavolgaj/ObsPlanner|3.6153289949385395e-06| +|requirements.txt|github/Smith42/pix2prof|3.6153289949385395e-06| +|requirements.txt|github/legolason/PyQSOFit|3.6153289949385395e-06| +|requirements.txt|github/kingyin3613/RingsPy|3.6153289949385395e-06| +|requirements.txt|github/OpenBioLink/Explorer|3.6153289949385395e-06| +|requirements.txt|github/abatten/fruitbat|3.6153289949385395e-06| +|requirements.txt|github/tamarervin/SolAster|3.6153289949385395e-06| +|requirements.txt|github/dfm/ketu|3.6153289949385395e-06| +|requirements.txt|github/ketch/RK-Opt|3.6153289949385395e-06| +|requirements.txt|github/minkailin/stratsi|3.6153289949385395e-06| +|requirements.txt|github/londumas/redvsblue|3.6153289949385395e-06| +|requirements.txt|github/deeptools/deepTools|3.6153289949385395e-06| +|requirements.txt|github/deeptools/HiCExplorer|3.6153289949385395e-06| +|requirements.txt|github/arnikz/PIQMIe|3.6153289949385395e-06| +|requirements.txt|github/huiwenke/MineProt|3.6153289949385395e-06| +|requirements.txt|github/Zafiirah13/meercrab|3.6153289949385395e-06| +|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6153289949385395e-06| +|requirements.txt|github/miracum/ahd2fhir|3.6153289949385395e-06| +|requirements.txt|github/rae-holcomb/SpinSpotter|3.6153289949385395e-06| +|requirements.txt|github/JLiangLab/TransVW|3.6153289949385395e-06| +|requirements.txt|github/kylemede/ExoSOFT|3.6153289949385395e-06| +|requirements.txt|github/myinxd/mcrgnet|3.6153289949385395e-06| +|requirements.txt|github/semaphoreP/whereistheplanet|3.6153289949385395e-06| +|requirements.txt|github/epfl-radio-astro/PINION|3.6153289949385395e-06| +|requirements.txt|github/epfl-radio-astro/LiSA|3.6153289949385395e-06| +|requirements.txt|github/sczesla/PyAstronomy|3.6153289949385395e-06| +|requirements.txt|github/igvteam/igv-reports|3.6153289949385395e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6153289949385395e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6153289949385395e-06| +|requirements.txt|github/freqtrade/freqtrade|3.6153289949385395e-06| +|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6153289949385395e-06| +|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6153289949385395e-06| +|requirements.txt|github/suneeshjacob/ACRoD|3.6153289949385395e-06| +|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6153289949385395e-06| +|requirements.txt|github/kboone/avocado|3.6153289949385395e-06| +|requirements.txt|github/lucianolorenti/ceruleo|3.6153289949385395e-06| +|requirements.txt|github/icecube/TauRunner|3.6153289949385395e-06| +|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6153289949385395e-06| +|requirements.txt|github/ashleychontos/pySYD|3.6153289949385395e-06| +|requirements.txt|github/nextstrain/nextclade|3.6153289949385395e-06| +|requirements.txt|github/CederGroupHub/sparse-lm|3.6153289949385395e-06| +|requirements.txt|github/CederGroupHub/smol|3.6153289949385395e-06| +|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6153289949385395e-06| +|requirements.txt|github/pysal/spopt|3.6153289949385395e-06| +|requirements.txt|github/atomec-project/atoMEC|3.6153289949385395e-06| +|requirements.txt|github/Narayana-Rao/SAR-tools|3.6153289949385395e-06| +|requirements.txt|github/htjb/globalemu|3.6153289949385395e-06| +|requirements.txt|github/htjb/margarine|3.6153289949385395e-06| +|requirements.txt|github/benjaminbolling/RSW|3.6153289949385395e-06| +|requirements.txt|github/wouterpeere/GHEtool|3.6153289949385395e-06| +|requirements.txt|github/RuiningZHAO/wcpy|3.6153289949385395e-06| +|requirements.txt|github/YangLab/CIRCexplorer2|3.6153289949385395e-06| +|requirements.txt|github/vortex-exoplanet/VIP|3.6153289949385395e-06| +|requirements.txt|github/SESMG/SESMG|3.6153289949385395e-06| +|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6153289949385395e-06| +|requirements.txt|github/johnveitch/cpnest|3.6153289949385395e-06| +|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6153289949385395e-06| +|requirements.txt|github/PacificBiosciences/pbbam|3.6153289949385395e-06| +|requirements.txt|github/ncbi/datasets|3.6153289949385395e-06| +|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6153289949385395e-06| +|requirements.txt|github/ImperialCollegeLondon/champ|3.6153289949385395e-06| +|requirements.txt|github/xuanxu/starmatrix|3.6153289949385395e-06| +|requirements.txt|github/moead-framework/framework|3.6153289949385395e-06| +|requirements.txt|github/ianfhunter/GNOLL|3.6153289949385395e-06| +|requirements.txt|github/cylammarco/WDPhotTools|3.6153289949385395e-06| +|requirements.txt|github/cylammarco/ASPIRED|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/VarSum|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/MutViz|3.6153289949385395e-06| +|requirements.txt|github/kblin/ncbi-acc-download|3.6153289949385395e-06| +|requirements.txt|github/joshspeagle/dynesty|3.6153289949385395e-06| +|requirements.txt|github/villano-lab/nrCascadeSim|3.6153289949385395e-06| +|requirements.txt|github/segasai/rvspecfit|3.6153289949385395e-06| +|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6153289949385395e-06| +|requirements.txt|github/j-erler/pymf|3.6153289949385395e-06| +|requirements.txt|github/JD2112/methylr|3.6153289949385395e-06| +|requirements.txt|github/tud-hri/joan|3.6153289949385395e-06| +|requirements.txt|github/tud-hri/travia|3.6153289949385395e-06| +|requirements.txt|github/jgieseler/solarmach|3.6153289949385395e-06| +|requirements.txt|github/williamjameshandley/anesthetic|3.6153289949385395e-06| +|requirements.txt|github/williamjameshandley/fgivenx|3.6153289949385395e-06| +|requirements.txt|github/ryneches/SuchTree|3.6153289949385395e-06| +|requirements.txt|github/wbalmer/backtracks|3.6153289949385395e-06| +|requirements.txt|github/wbalmer/backtrack|3.6153289949385395e-06| +|requirements.txt|github/silx-kit/pyFAI|3.6153289949385395e-06| +|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6153289949385395e-06| +|requirements.txt|github/wcoulton/CompressedFisher|3.6153289949385395e-06| +|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6153289949385395e-06| +|requirements.txt|github/phirling/pyc2ray|3.6153289949385395e-06| +|requirements.txt|github/JorenSix/Olaf|3.6153289949385395e-06| +|requirements.txt|github/cdanielmachado/reframed|3.6153289949385395e-06| +|requirements.txt|github/singularityhub/sregistry|3.6153289949385395e-06| +|requirements.txt|github/open2c/pairtools|3.6153289949385395e-06| +|requirements.txt|github/logan-pearce/lofti_gaia|3.6153289949385395e-06| +|requirements.txt|github/benstahl92/deepSIP|3.6153289949385395e-06| +|requirements.txt|github/khyox/recentrifuge|3.6153289949385395e-06| +|requirements.txt|github/pyomeca/biosiglive|3.6153289949385395e-06| +|requirements.txt|github/TianlaiProject/tlpipe|3.6153289949385395e-06| +|requirements.txt|github/SPARTA-dev/SPARTA|3.6153289949385395e-06| +|requirements.txt|github/taoliu/MACS|3.6153289949385395e-06| +|requirements.txt|github/radiocosmology/draco|3.6153289949385395e-06| +|requirements.txt|github/radiocosmology/driftscan|3.6153289949385395e-06| +|requirements.txt|github/SCIInstitute/UncertainSCI|3.6153289949385395e-06| +|requirements.txt|github/YesselmanLab/rna_map|3.6153289949385395e-06| +|requirements.txt|github/sebastian-zieba/PACMAN|3.6153289949385395e-06| +|requirements.txt|github/PNNL-m-q/mza|3.6153289949385395e-06| +|requirements.txt|github/micahvista/MAMnet|3.6153289949385395e-06| +|requirements.txt|github/jpierel14/snsed|3.6153289949385395e-06| +|requirements.txt|github/biocircuits/bioscrape|3.6153289949385395e-06| +|requirements.txt|github/me-manu/gammaALPs|3.6153289949385395e-06| +|requirements.txt|github/maxmahlke/ssos|3.6153289949385395e-06| +|requirements.txt|github/UTEL-UIUC/gtfs_segments|3.6153289949385395e-06| +|requirements.txt|github/EnricoCorsaro/FAMED|3.6153289949385395e-06| +|requirements.txt|github/winger/hawking_net|3.6153289949385395e-06| +|requirements.txt|github/kazewong/flowMC|3.6153289949385395e-06| +|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6153289949385395e-06| +|requirements.txt|github/BorgwardtLab/simbsig|3.6153289949385395e-06| +|requirements.txt|github/SterlingYM/astroPIPS|3.6153289949385395e-06| +|requirements.txt|github/statgen/Minimac4|3.6153289949385395e-06| +|requirements.txt|github/ajshajib/dolphin|3.6153289949385395e-06| +|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6153289949385395e-06| +|requirements.txt|github/NBISweden/AGAT|3.6153289949385395e-06| +|requirements.txt|github/saberyoung/haffet|3.6153289949385395e-06| +|requirements.txt|github/1313e/CMasher|3.6153289949385395e-06| +|requirements.txt|github/rzellem/EXOTIC|3.6153289949385395e-06| +|requirements.txt|github/scikit-tda/DREiMac|3.6153289949385395e-06| +|requirements.txt|github/MD-Studio/MDStudio|3.6153289949385395e-06| +|requirements.txt|github/Julian/jsonschema|3.6153289949385395e-06| +|requirements.txt|github/pudu-py/pudu|3.6153289949385395e-06| +|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6153289949385395e-06| +|requirements.txt|github/asntech/intervene|3.6153289949385395e-06| +|requirements.txt|github/astroweaver/the_farmer|3.6153289949385395e-06| +|requirements.txt|github/ifilot/edp|3.6153289949385395e-06| +|requirements.txt|github/BioGearsEngine/core|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/Stimela-classic|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/PyMORESANE|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/QuartiCal|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/Stimela|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/rodrigues|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/breizorro|3.6153289949385395e-06| +|requirements.txt|github/mrtommyb/ktransit|3.6153289949385395e-06| +|requirements.txt|github/ArgonneCPAC/diffmah|3.6153289949385395e-06| +|requirements.txt|github/ArgonneCPAC/diffstar|3.6153289949385395e-06| +|requirements.txt|github/ywx649999311/EzTao|3.6153289949385395e-06| +|requirements.txt|github/icrar/daliuge|3.6153289949385395e-06| +|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6153289949385395e-06| +|requirements.txt|github/MRChemSoft/mrchem|3.6153289949385395e-06| +|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6153289949385395e-06| +|requirements.txt|github/SimonPfeifer/cows|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/K2fov|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/kadenza|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/PyKE|3.6153289949385395e-06| +|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6153289949385395e-06| +|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6153289949385395e-06| +|requirements.txt|github/grant-m-s/astronomicAL|3.6153289949385395e-06| +|requirements.txt|github/mirapy-org/mirapy|3.6153289949385395e-06| +|requirements.txt|github/ihmwg/python-modelcif|3.6153289949385395e-06| +|requirements.txt|github/Samreay/ChainConsumer|3.6153289949385395e-06| +|requirements.txt|github/Samreay/Barry|3.6153289949385395e-06| +|requirements.txt|github/N-Wouda/ALNS|3.6153289949385395e-06| +|requirements.txt|github/teuben/QAC|3.6153289949385395e-06| +|requirements.txt|github/marius311/cosmoslik|3.6153289949385395e-06| +|requirements.txt|github/jkrogager/VoigtFit|3.6153289949385395e-06| +|requirements.txt|github/tuoyl/tat-pulsar|3.6153289949385395e-06| +|requirements.txt|github/mirnylab/cooler|3.6153289949385395e-06| +|requirements.txt|github/mirnylab/pairtools|3.6153289949385395e-06| +|requirements.txt|github/LoganAMorrison/Hazma|3.6153289949385395e-06| +|requirements.txt|github/openmsi/openmsistream|3.6153289949385395e-06| +|requirements.txt|github/IMMM-SFA/tell|3.6153289949385395e-06| +|requirements.txt|github/winni2k/abeona|3.6153289949385395e-06| +|requirements.txt|github/pni-lab/mlconfound|3.6153289949385395e-06| +|requirements.txt|github/vrodgom/statmorph|3.6153289949385395e-06| +|requirements.txt|github/kartheikiyer/dense_basis|3.6153289949385395e-06| +|requirements.txt|github/jellis18/PTMCMCSampler|3.6153289949385395e-06| +|requirements.txt|github/msyazwanfaid/hilalpy|3.6153289949385395e-06| +|requirements.txt|github/OxES/k2sc|3.6153289949385395e-06| +|requirements.txt|github/zachetienne/nrpytutorial|3.6153289949385395e-06| +|requirements.txt|github/iontorrent/TS|3.6153289949385395e-06| +|requirements.txt|github/bjmorgan/py-sc-fermi|3.6153289949385395e-06| +|requirements.txt|github/markur4/plotastic|3.6153289949385395e-06| +|requirements.txt|github/mwanakijiji/rrlfe|3.6153289949385395e-06| +|requirements.txt|github/connor-lab/vapor|3.6153289949385395e-06| +|requirements.txt|github/mgieles/limepy|3.6153289949385395e-06| +|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6153289949385395e-06| +|requirements.txt|github/galaxyproject/galaxy-lib|3.6153289949385395e-06| +|requirements.txt|github/deepmind/alphafold|3.6153289949385395e-06| +|requirements.txt|github/r3w0p/bobocep|3.6153289949385395e-06| +|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6153289949385395e-06| +|requirements.txt|github/tvwenger/millennium-tap-query|3.6153289949385395e-06| +|requirements.txt|github/pcingola/SnpEff|3.6153289949385395e-06| +|requirements.txt|github/rpoleski/MulensModel|3.6153289949385395e-06| +|requirements.txt|github/jtschindler/sculptor|3.6153289949385395e-06| +|requirements.txt|github/pmlmodelling/nctoolkit|3.6153289949385395e-06| +|requirements.txt|github/cmoestl/3DCORE|3.6153289949385395e-06| +|requirements.txt|github/stammler/dustpylib|3.6153289949385395e-06| +|requirements.txt|github/pyvisa/pyvisa|3.6153289949385395e-06| +|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6153289949385395e-06| +|requirements.txt|github/siavashk/pycpd|3.6153289949385395e-06| +|requirements.txt|github/alawryaguila/multi-view-AE|3.6153289949385395e-06| +|requirements.txt|github/rsnemmen/BCES|3.6153289949385395e-06| +|requirements.txt|github/zhangyk8/sconce-scms|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/spinning-up-basic|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/Rainbow|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/PlaNet|3.6153289949385395e-06| +|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6153289949385395e-06| +|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6153289949385395e-06| +|requirements.txt|github/benlansdell/ethome|3.6153289949385395e-06| +|requirements.txt|github/VIB-PSB/MINI-EX|3.6153289949385395e-06| +|requirements.txt|github/BASTAcode/BASTA|3.6153289949385395e-06| +|requirements.txt|github/transientskp/lpf|3.6153289949385395e-06| +|requirements.txt|github/astroboylrx/Rubble|3.6153289949385395e-06| +|requirements.txt|github/aboucaud/pypher|3.6153289949385395e-06| +|requirements.txt|github/gmbrandt/HTOF|3.6153289949385395e-06| +|requirements.txt|github/exoclime/HELA|3.6153289949385395e-06| +|requirements.txt|github/exoclime/HELIOS-K|3.6153289949385395e-06| +|requirements.txt|github/valentineap/pyprop8|3.6153289949385395e-06| +|requirements.txt|github/mms-fcul/PypKa|3.6153289949385395e-06| +|requirements.txt|github/Chenmi0619/GALMoss|3.6153289949385395e-06| +|requirements.txt|github/gbrammer/grizli|3.6153289949385395e-06| +|requirements.txt|github/RBrearton/islatu|3.6153289949385395e-06| +|requirements.txt|github/travisseymour/EPICpy|3.6153289949385395e-06| +|requirements.txt|github/chemfiles/chemfiles|3.6153289949385395e-06| +|requirements.txt|github/mindearth/mobilkit|3.6153289949385395e-06| +|requirements.txt|github/ITA-Solar/rh|3.6153289949385395e-06| +|requirements.txt|github/mjshao06/pdifFinder|3.6153289949385395e-06| +|requirements.txt|github/parsotat/batanalysis|3.6153289949385395e-06| +|requirements.txt|github/LSARP/ProteomicsQC|3.6153289949385395e-06| +|requirements.txt|github/hongwanliu/DarkHistory|3.6153289949385395e-06| +|requirements.txt|github/AOtools/aotools|3.6153289949385395e-06| +|requirements.txt|github/hposborn/MonoTools|3.6153289949385395e-06| +|requirements.txt|github/enveda/RPath|3.6153289949385395e-06| +|requirements.txt|github/ethicsai/ethical-smart-grid|3.6153289949385395e-06| +|requirements.txt|github/paulbrodersen/netgraph|3.6153289949385395e-06| +|requirements.txt|github/nickk124/RCR|3.6153289949385395e-06| +|requirements.txt|github/smithlabcode/dnmtools|3.6153289949385395e-06| +|requirements.txt|github/ORNL/curifactory|3.6153289949385395e-06| +|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6153289949385395e-06| +|requirements.txt|github/MikeSWang/HorizonGRound|3.6153289949385395e-06| +|requirements.txt|github/MikeSWang/Harmonia|3.6153289949385395e-06| +|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6153289949385395e-06| +|requirements.txt|github/mtlam/PyPulse|3.6153289949385395e-06| +|requirements.txt|github/uedaLabR/nanoDoc|3.6153289949385395e-06| +|requirements.txt|github/telatin/qax|3.6153289949385395e-06| +|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6153289949385395e-06| +|requirements.txt|github/ucberkeleyseti/blimpy|3.6153289949385395e-06| +|requirements.txt|github/bedops/bedops|3.6153289949385395e-06| +|requirements.txt|github/SDXorg/pysd|3.6153289949385395e-06| +|requirements.txt|github/ryanhausen/fitsmap|3.6153289949385395e-06| +|requirements.txt|github/koszullab/pareidolia|3.6153289949385395e-06| +|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6153289949385395e-06| +|requirements.txt|github/sjteresi/TE_Density|3.6153289949385395e-06| +|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6153289949385395e-06| +|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6153289949385395e-06| +|requirements.txt|github/tylertrimble/viswaternet|3.6153289949385395e-06| +|requirements.txt|github/jonas-fuchs/varVAMP|3.6153289949385395e-06| +|requirements.txt|github/learningsimulator/learningsimulator|3.6153289949385395e-06| +|requirements.txt|github/erikbern/ann-benchmarks|3.6153289949385395e-06| +|requirements.txt|github/minaskar/hankl|3.6153289949385395e-06| +|requirements.txt|github/minaskar/zeus|3.6153289949385395e-06| +|requirements.txt|github/minaskar/pocomc|3.6153289949385395e-06| +|requirements.txt|github/drphilmarshall/HumVI|3.6153289949385395e-06| +|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6153289949385395e-06| +|requirements.txt|github/johannesulf/dsigma|3.6153289949385395e-06| +|requirements.txt|github/nabeelre/BTSbot|3.6153289949385395e-06| +|requirements.txt|github/SebastianBocquet/pygtc|3.6153289949385395e-06| +|requirements.txt|github/cytham/nanovar|3.6153289949385395e-06| +|requirements.txt|github/imcgreer/simqso|3.6153289949385395e-06| +|requirements.txt|github/MichelleLochner/astronomaly|3.6153289949385395e-06| +|requirements.txt|github/podondra/bayesian-sznet|3.6153289949385395e-06| +|requirements.txt|github/exosports/homer|3.6153289949385395e-06| +|requirements.txt|github/exosports/MARGE|3.6153289949385395e-06| +|requirements.txt|github/pyxnat/pyxnat|3.6153289949385395e-06| +|requirements.txt|github/AWehrhahn/SME|3.6153289949385395e-06| +|requirements.txt|github/widdowquinn/pyani|3.6153289949385395e-06| +|requirements.txt|github/kno10/python-kmedoids|3.6153289949385395e-06| +|requirements.txt|github/ska-sa/katdal|3.6153289949385395e-06| +|requirements.txt|github/RosettaCommons/RFDesign|3.6153289949385395e-06| +|requirements.txt|github/SHTOOLS/SHTOOLS|3.6153289949385395e-06| +|requirements.txt|github/JLBLine/WODEN|3.6153289949385395e-06| +|requirements.txt|github/JLBLine/PUMA|3.6153289949385395e-06| +|requirements.txt|github/villrv/SuperRAENN|3.6153289949385395e-06| +|requirements.txt|github/silburt/DeepMoon|3.6153289949385395e-06| +|requirements.txt|github/GalletFlorian/TATOO|3.6153289949385395e-06| +|requirements.txt|github/jeschaef/Graph4Med|3.6153289949385395e-06| +|requirements.txt|github/MedMaxLab/selfEEG|3.6153289949385395e-06| +|requirements.txt|github/bthorne93/PySM_public|3.6153289949385395e-06| +|requirements.txt|github/pysat/pysat|3.6153289949385395e-06| +|requirements.txt|github/nanograv/enterprise|3.6153289949385395e-06| +|requirements.txt|github/miguelcarcamov/csromer|3.6153289949385395e-06| +|requirements.txt|github/miguelcarcamov/gpuvmem|3.6153289949385395e-06| +|requirements.txt|github/ExObsSim/ExoRad2-public|3.6153289949385395e-06| +|requirements.txt|github/timstaley/amisurvey|3.6153289949385395e-06| +|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6153289949385395e-06| +|requirements.txt|github/nickelnine37/pykronecker|3.6153289949385395e-06| +|requirements.txt|github/PynPoint/PynPoint|3.6153289949385395e-06| +|requirements.txt|github/ggonnella/fastsubtrees|3.6153289949385395e-06| +|requirements.txt|github/ECP-WarpX/WarpX|3.6153289949385395e-06| +|requirements.txt|github/floodlight-sports/floodlight|3.6153289949385395e-06| +|requirements.txt|github/olivecha/guitarsounds|3.6153289949385395e-06| +|requirements.txt|github/pennsignals/chime|3.6153289949385395e-06| +|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6153289949385395e-06| +|requirements.txt|github/reneshbedre/bioinfokit|3.6153289949385395e-06| +|requirements.txt|github/JacobBumgarner/VesselVio|3.6153289949385395e-06| +|requirements.txt|github/candYgene/siga|3.6153289949385395e-06| +|requirements.txt|github/ngbusca/QuasarNET|3.6153289949385395e-06| +|requirements.txt|github/arq5x/poretools|3.6153289949385395e-06| +|requirements.txt|github/qmarcou/IGoR|3.6153289949385395e-06| +|requirements.txt|github/CGATOxford/UMI-tools|3.6153289949385395e-06| +|requirements.txt|github/OSeMOSYS/otoole|3.6153289949385395e-06| +|requirements.txt|github/DSIMB/medusa|3.6153289949385395e-06| +|requirements.txt|github/aertslab/pySCENIC|3.6153289949385395e-06| +|requirements.txt|github/TearsWaiting/MIMML|3.6153289949385395e-06| +|requirements.txt|github/JulianBMunoz/Zeus21|3.6153289949385395e-06| +|requirements.txt|github/JulianBMunoz/RelicFast|3.6153289949385395e-06| +|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6153289949385395e-06| +|requirements.txt|github/flu-crew/smot|3.6153289949385395e-06| +|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6153289949385395e-06| +|requirements.txt|github/MLMI2-CSSI/foundry|3.6153289949385395e-06| +|requirements.txt|github/opengeos/segment-geospatial|3.6153289949385395e-06| +|requirements.txt|github/NREL/G2Aero|3.6153289949385395e-06| +|requirements.txt|github/rrwick/Deepbinner|3.6153289949385395e-06| +|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6153289949385395e-06| +|requirements.txt|github/rkiman/wdwarfdate|3.6153289949385395e-06| +|requirements.txt|github/jsobeck/MOOG_SCAT|3.6153289949385395e-06| +|requirements.txt|github/temuller/hostphot|3.6153289949385395e-06| +|requirements.txt|github/temuller/piscola|3.6153289949385395e-06| +|requirements.txt|github/iAART/aart|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/nnkcde|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/cdetools|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/RFCDE|3.6153289949385395e-06| +|requirements.txt|github/lutteropp/NetRAX|3.6153289949385395e-06| +|requirements.txt|github/sosl/H-FISTA|3.6153289949385395e-06| +|requirements.txt|github/lucydot/effmass|3.6153289949385395e-06| +|requirements.txt|github/basehc/IPEV|3.6153289949385395e-06| +|requirements.txt|github/pipliggins/EVolve|3.6153289949385395e-06| +|requirements.txt|github/FraunhoferIWES/foxes|3.6153289949385395e-06| +|requirements.txt|github/sandialabs/pvOps|3.6153289949385395e-06| +|requirements.txt|github/JulioHC00/PEPITA|3.6153289949385395e-06| +|requirements.txt|github/he2016012996/CABnet|3.6153289949385395e-06| +|requirements.txt|github/ArtRand/signalAlign|3.6153289949385395e-06| +|requirements.txt|github/snad-space/ztf-viewer|3.6153289949385395e-06| +|requirements.txt|github/inpefess/gym-saturation|3.6153289949385395e-06| +|requirements.txt|github/GBLille/MassiveFold|3.6153289949385395e-06| +|requirements.txt|github/scottgigante/picopore|3.6153289949385395e-06| +|requirements.txt|github/PolyChord/PolyChordLite|3.6153289949385395e-06| +|requirements.txt|github/jeffdaily/parasail-python|3.6153289949385395e-06| +|requirements.txt|github/fcastagna/preprofit|3.6153289949385395e-06| +|requirements.txt|github/fcastagna/JoXSZ|3.6153289949385395e-06| +|requirements.txt|github/moldyn/msmhelper|3.6153289949385395e-06| +|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6153289949385395e-06| +|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6153289949385395e-06| +|requirements.txt|github/samsledje/ConPLex_dev|3.6153289949385395e-06| +|requirements.txt|github/tmcclintock/AReconstructionTool|3.6153289949385395e-06| +|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6153289949385395e-06| +|requirements.txt|github/KolmogorovLab/Severus|3.6153289949385395e-06| +|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6153289949385395e-06| +|requirements.txt|github/yuhuan-wu/mobilesal|3.6153289949385395e-06| +|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6153289949385395e-06| +|requirements.txt|github/RECETOX/RIAssigner|3.6153289949385395e-06| +|requirements.txt|github/ACTCollaboration/zCluster|3.6153289949385395e-06| +|requirements.txt|github/sblunt/orbitize|3.6153289949385395e-06| +|requirements.txt|github/jdber1/opendrop|3.6153289949385395e-06| +|requirements.txt|github/YuRui8879/MRASleepNet|3.6153289949385395e-06| +|requirements.txt|github/sciris/sciris|3.6153289949385395e-06| +|requirements.txt|github/bradkav/verne|3.6153289949385395e-06| +|requirements.txt|github/bradkav/CEvNS|3.6153289949385395e-06| +|requirements.txt|github/bradkav/WIMpy_NREFT|3.6153289949385395e-06| +|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6153289949385395e-06| +|requirements.txt|github/TeamCOMPAS/COMPAS|3.6153289949385395e-06| +|requirements.txt|github/kyleaoman/martini|3.6153289949385395e-06| +|requirements.txt|github/ixkael/Delight|3.6153289949385395e-06| +|requirements.txt|github/C0PEP0D/otto|3.6153289949385395e-06| +|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6153289949385395e-06| +|requirements.txt|github/ptriska/WavesDash|3.6153289949385395e-06| +|requirements.txt|github/prashjet/popkinmocks|3.6153289949385395e-06| +|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6153289949385395e-06| +|requirements.txt|github/chianti-atomic/ChiantiPy|3.6153289949385395e-06| +|requirements.txt|github/CosmoStat/mccd|3.6153289949385395e-06| +|requirements.txt|github/hallamlab/TreeSAPP|3.6153289949385395e-06| +|requirements.txt|github/tomasplsek/CADET|3.6153289949385395e-06| +|requirements.txt|github/pierfied/karmma|3.6153289949385395e-06| +|requirements.txt|github/florpi/sunbird|3.6153289949385395e-06| +|requirements.txt|github/tnakazato/priism|3.6153289949385395e-06| +|requirements.txt|github/mscaudill/openseize|3.6153289949385395e-06| +|requirements.txt|github/phineasng/DECODE|3.6153289949385395e-06| +|requirements.txt|github/geoelements/gns|3.6153289949385395e-06| +|requirements.txt|github/TinkerTools/tinker9|3.6153289949385395e-06| +|requirements.txt|github/migueldvb/cine|3.6153289949385395e-06| +|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6153289949385395e-06| +|requirements.txt|github/macrocosme/amber_meta|3.6153289949385395e-06| +|requirements.txt|github/SJLeo/FFSD|3.6153289949385395e-06| +|requirements.txt|github/csb-toolbox/CSB|3.6153289949385395e-06| +|requirements.txt|github/dkoslicki/TAMPA|3.6153289949385395e-06| +|requirements.txt|github/nanoporetech/pychopper|3.6153289949385395e-06| +|requirements.txt|github/nanoporetech/medaka|3.6153289949385395e-06| +|requirements.txt|github/fabiorigamonti/bang|3.6153289949385395e-06| +|requirements.txt|github/JuliaHCI/ADI.jl|3.6153289949385395e-06| +|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6153289949385395e-06| +|requirements.txt|github/songningqiang/CosmoLED|3.6153289949385395e-06| +|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6153289949385395e-06| +|requirements.txt|github/ExeClim/Isca|3.6153289949385395e-06| +|requirements.txt|github/cogent3/cogent3|3.6153289949385395e-06| +|requirements.txt|github/neuroanatomy/reorient|3.6153289949385395e-06| +|requirements.txt|github/maserlib/ExPRES|3.6153289949385395e-06| +|requirements.txt|github/bfarr/kombine|3.6153289949385395e-06| +|requirements.txt|github/spacetelescope/mirage|3.6153289949385395e-06| +|requirements.txt|github/mattyowl/astLib|3.6153289949385395e-06| +|requirements.txt|github/brentp/peddy|3.6153289949385395e-06| +|requirements.txt|github/brentp/cyvcf2|3.6153289949385395e-06| +|requirements.txt|github/bcbio/bcbio-nextgen|3.6153289949385395e-06| +|requirements.txt|github/CarlosCoba/XookSuut-code|3.6153289949385395e-06| +|requirements.txt|github/institut-de-genomique/HAPO-G|3.6153289949385395e-06| +|requirements.txt|github/quantling/pyndl|3.6153289949385395e-06| +|requirements.txt|github/cwentland0/perform|3.6153289949385395e-06| +|requirements.txt|github/arnauqb/qwind|3.6153289949385395e-06| +|requirements.txt|github/tiberioap/grav_waldo|3.6153289949385395e-06| +|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6153289949385395e-06| +|requirements.txt|github/alexander-mead/pyhalomodel|3.6153289949385395e-06| +|requirements.txt|github/nickhand/pyRSD|3.6153289949385395e-06| +|requirements.txt|github/HHTpy/HHTpywrapper|3.6153289949385395e-06| +|requirements.txt|github/justyncw/STAR_MELT|3.6153289949385395e-06| +|requirements.txt|github/dirac-institute/asterogap|3.6153289949385395e-06| +|requirements.txt|github/chenwuperth/rgz_rcnn|3.6153289949385395e-06| +|requirements.txt|github/dsavransky/EXOSIMS|3.6153289949385395e-06| +|requirements.txt|github/kuanrongchan/COVID19-severity|3.6153289949385395e-06| +|requirements.txt|github/bow/fsnviz|3.6153289949385395e-06| +|requirements.txt|github/spack/spack|3.6153289949385395e-06| +|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6153289949385395e-06| +|requirements.txt|github/andr1976/HydDown|3.6153289949385395e-06| +|requirements.txt|github/kuenzelab/ENDURE|3.6153289949385395e-06| +|requirements.txt|github/vterron/lemon|3.6153289949385395e-06| +|requirements.txt|github/Gabaldonlab/jloh|3.6153289949385395e-06| +|requirements.txt|github/sbird/fake_spectra|3.6153289949385395e-06| +|requirements.txt|github/danielreardon/scintools|3.6153289949385395e-06| +|requirements.txt|github/lucabaldini/ixpeobssim|3.6153289949385395e-06| +|requirements.txt|github/healpy/healpy|3.6153289949385395e-06| +|requirements.txt|github/surf-eds/one-button-compute|3.6153289949385395e-06| +|requirements.txt|github/lkreidberg/batman|3.6153289949385395e-06| +|requirements.txt|github/james-m-osborn/astrosat|3.6153289949385395e-06| +|requirements.txt|github/lys-devel/lys|3.6153289949385395e-06| +|requirements.txt|github/ryanvarley/exodata|3.6153289949385395e-06| +|requirements.txt|github/ggciag/mandyoc|3.6153289949385395e-06| +|requirements.txt|github/AllenInstitute/bmtk|3.6153289949385395e-06| +|requirements.txt|github/sidmohite/nimbus-astro|3.6153289949385395e-06| +|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6153289949385395e-06| +|requirements.txt|github/eggnogdb/eggnog-mapper|3.6153289949385395e-06| +|requirements.txt|github/jdswinbank/Comet|3.6153289949385395e-06| +|requirements.txt|github/florian-lienhard/MM-LSD|3.6153289949385395e-06| +|requirements.txt|github/dstndstn/tractor|3.6153289949385395e-06| +|requirements.txt|github/christinahedges/contaminante|3.6153289949385395e-06| +|requirements.txt|github/bcgsc/NanoSim|3.6153289949385395e-06| +|requirements.txt|github/bcgsc/TMBur|3.6153289949385395e-06| +|requirements.txt|github/roban/CosmoloPy|3.6153289949385395e-06| +|requirements.txt|github/miguelzuma/hi_class_public|3.6153289949385395e-06| +|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/sacc|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/Spectractor|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/snmachine|3.6153289949385395e-06| +|requirements.txt|github/michaelhb/superplot|3.6153289949385395e-06| +|requirements.txt|github/shandley/hecatomb|3.6153289949385395e-06| +|requirements.txt|github/monarch-initiative/loinc2hpo|3.6153289949385395e-06| +|requirements.txt|github/vallis/libstempo|3.6153289949385395e-06| +|requirements.txt|github/forrest-lab/scMatch|3.6153289949385395e-06| +|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6153289949385395e-06| +|requirements.txt|github/fccoelho/epimodels|3.6153289949385395e-06| +|requirements.txt|github/fccoelho/epigrass|3.6153289949385395e-06| +|requirements.txt|github/citation-file-format/citation-file-format|3.6153289949385395e-06| +|requirements.txt|github/astro-informatics/sleplet|3.6153289949385395e-06| +|requirements.txt|github/genouest/biomaj-daemon|3.6153289949385395e-06| +|requirements.txt|github/yupidevs/pactus|3.6153289949385395e-06| +|requirements.txt|github/SegataLab/lefse|3.6153289949385395e-06| +|requirements.txt|github/vgteam/vg#vg|3.6153289949385395e-06| +|requirements.txt|github/vgteam/vg|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/repack|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/mc3|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/pyratbay|3.6153289949385395e-06| +|requirements.txt|github/lgbouma/gyro-interp|3.6153289949385395e-06| +|requirements.txt|github/valboz/VBBinaryLensing|3.6153289949385395e-06| +|requirements.txt|github/mr-superonion/FPFS|3.6153289949385395e-06| +|requirements.txt|github/discsim/frank|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/deepscm|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/masf|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/istn|3.6153289949385395e-06| +|requirements.txt|github/exciting/excitingtools|3.6153289949385395e-06| +|requirements.txt|github/sibirrer/psfr|3.6153289949385395e-06| +|requirements.txt|github/timothydmorton/isochrones|3.6153289949385395e-06| +|requirements.txt|github/qMRLab/qMRLab|3.6153289949385395e-06| +|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6153289949385395e-06| +|requirements.txt|github/jakeret/abcpmc|3.6153289949385395e-06| +|requirements.txt|github/jakeret/tf_unet|3.6153289949385395e-06| +|requirements.txt|github/milnus/Magphi|3.6153289949385395e-06| +|requirements.txt|github/gperezs/StarcNet|3.6153289949385395e-06| +|requirements.txt|github/oliverphilcox/RascalC|3.6153289949385395e-06| +|requirements.txt|github/gbouras13/plassembler|3.6153289949385395e-06| +|requirements.txt|github/etal/cnvkit|3.6153289949385395e-06| +|requirements.txt|github/Qiskit/qiskit-experiments|3.6153289949385395e-06| +|requirements.txt|github/manodeep/TesseRACt|3.6153289949385395e-06| +|requirements.txt|github/DataBiosphere/wdl-parsers|3.6153289949385395e-06| +|requirements.txt|github/Vini2/GraphBin|3.6153289949385395e-06| +|requirements.txt|github/GalSim-developers/GalSim|3.6153289949385395e-06| +|requirements.txt|github/sklasfeld/DANPOS3|3.6153289949385395e-06| +|requirements.txt|github/GilbertLabUCSF/CanDI|3.6153289949385395e-06| +|requirements.txt|github/aksholokhov/pysr3|3.6153289949385395e-06| +|requirements.txt|github/jrkerns/pylinac|3.6153289949385395e-06| +|requirements.txt|github/cobilab/altair|3.6153289949385395e-06| +|requirements.txt|github/BenNordick/HiLoop|3.6153289949385395e-06| +|requirements.txt|github/SharmaLlama/ticktack|3.6153289949385395e-06| +|requirements.txt|github/artic-network/fieldbioinformatics|3.6153289949385395e-06| +|requirements.txt|github/NLeSC/litstudy|3.6153289949385395e-06| +|requirements.txt|github/NLeSC/ShiCo|3.6153289949385395e-06| +|requirements.txt|github/NLESC-JCER/QMCblip|3.6153289949385395e-06| +|requirements.txt|github/RuthAngus/stardate|3.6153289949385395e-06| +|requirements.txt|github/Ambuj-UF/APOP|3.6153289949385395e-06| +|requirements.txt|github/jeremysanders/mbproj2|3.6153289949385395e-06| +|requirements.txt|github/hannorein/rebound|3.6153289949385395e-06| +|requirements.txt|github/spiketools/spiketools|3.6153289949385395e-06| +|requirements.txt|github/python-streamz/streamz|3.6153289949385395e-06| +|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6153289949385395e-06| +|requirements.txt|github/CobayaSampler/cobaya|3.6153289949385395e-06| +|requirements.txt|github/JustinYKC/FEPOPS|3.6153289949385395e-06| +|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6153289949385395e-06| +|requirements.txt|github/rmjarvis/TreeCorr|3.6153289949385395e-06| +|requirements.txt|github/rmjarvis/Piff|3.6153289949385395e-06| +|requirements.txt|github/TommasoRonconi/scampy|3.6153289949385395e-06| +|requirements.txt|github/carronj/lenspyx|3.6153289949385395e-06| +|requirements.txt|github/carronj/plancklens|3.6153289949385395e-06| +|requirements.txt|github/VChristiaens/vcal_sphere|3.6153289949385395e-06| +|requirements.txt|github/VChristiaens/special|3.6153289949385395e-06| +|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6153289949385395e-06| +|requirements.txt|github/AemulusProject/bias_emulator|3.6153289949385395e-06| +|requirements.txt|github/seeh/surprise|3.6153289949385395e-06| +|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6153289949385395e-06| +|requirements.txt|github/bd-j/sedpy|3.6153289949385395e-06| +|requirements.txt|github/bd-j/prospector|3.6153289949385395e-06| +|requirements.txt|github/Ajstros/pyripherals|3.6153289949385395e-06| +|requirements.txt|github/CAMI-challenge/CAMITAX|3.6153289949385395e-06| +|requirements.txt|github/mwaskom/seaborn|3.6153289949385395e-06| +|requirements.txt|github/AdmiralenOla/Scoary|3.6153289949385395e-06| +|requirements.txt|github/pyFFTW/pyFFTW|3.6153289949385395e-06| +|requirements.txt|github/keatonb/Pyriod|3.6153289949385395e-06| +|requirements.txt|github/keatonb/TESS_PRF|3.6153289949385395e-06| +|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6153289949385395e-06| +|requirements.txt|github/daler/gffutils|3.6153289949385395e-06| +|requirements.txt|github/daler/pybedtools|3.6153289949385395e-06| +|requirements.txt|github/miRTop/mirtop|3.6153289949385395e-06| +|requirements.txt|github/3d-pli/fastpli|3.6153289949385395e-06| +|requirements.txt|github/STEllAR-GROUP/hpx|3.6153289949385395e-06| +|requirements.txt|github/pymedphys/pymedphys|3.6153289949385395e-06| +|requirements.txt|github/ladsantos/p-winds|3.6153289949385395e-06| +|requirements.txt|github/ladsantos/flatstar|3.6153289949385395e-06| +|requirements.txt|github/ylxu05/HN-PPISP|3.6153289949385395e-06| +|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6153289949385395e-06| +|requirements.txt|github/PaulHancock/Robbie|3.6153289949385395e-06| +|requirements.txt|github/sourmash-bio/sourmash|3.6153289949385395e-06| +|requirements.txt|github/PetroFit/petrofit|3.6153289949385395e-06| +|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6153289949385395e-06| +|requirements.txt|github/E3SM-Project/gdess|3.6153289949385395e-06| +|requirements.txt|github/afeinstein20/eleanor|3.6153289949385395e-06| +|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6153289949385395e-06| +|requirements.txt|github/jan-rybizki/Chempy|3.6153289949385395e-06| +|requirements.txt|github/COINtoolbox/ActSNClass|3.6153289949385395e-06| +|requirements.txt|github/AusSRC/SoFiAX|3.6153289949385395e-06| +|requirements.txt|github/radis/radis|3.6153289949385395e-06| +|requirements.txt|github/mtceballos/SIRENAdoc|3.6153289949385395e-06| +|requirements.txt|github/alejandrobll/py-sphviewer|3.6153289949385395e-06| +|requirements.txt|github/antoinemarchal/ROHSA|3.6153289949385395e-06| +|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6153289949385395e-06| +|requirements.txt|github/bregaldo/pywst|3.6153289949385395e-06| +|requirements.txt|github/cistrome/MIRA|3.6153289949385395e-06| +|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/rki_bioinformatics/HiLive2|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/remikz/nccmp|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/aroffringa/wsclean|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/aroffringa/aoflagger|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/astron-idg/idg|3.6153289949385395e-06| +|CMakeLists.txt|github/yogi-tud/space_gpu|3.6153289949385395e-06| +|CMakeLists.txt|github/facebookresearch/faiss|3.6153289949385395e-06| +|CMakeLists.txt|github/rega-cev/virulign|3.6153289949385395e-06| +|CMakeLists.txt|github/AlexMaraio/WeakLensingQML|3.6153289949385395e-06| +|CMakeLists.txt|github/Yida-Lin/libxdf|3.6153289949385395e-06| +|CMakeLists.txt|github/kdmurray91/axe|3.6153289949385395e-06| +|CMakeLists.txt|github/kdmurray91/libqcpp|3.6153289949385395e-06| +|CMakeLists.txt|github/JPenuchot/ctbench|3.6153289949385395e-06| +|CMakeLists.txt|github/FEniCS/basix|3.6153289949385395e-06| +|CMakeLists.txt|github/casacore/casacore|3.6153289949385395e-06| +|CMakeLists.txt|github/ugovaretto/molekel|3.6153289949385395e-06| +|CMakeLists.txt|github/hnikaein/stark|3.6153289949385395e-06| +|CMakeLists.txt|github/vdemichev/DiaNN|3.6153289949385395e-06| +|CMakeLists.txt|github/lsds/LightSaber|3.6153289949385395e-06| +|CMakeLists.txt|github/lsds/TaLoS|3.6153289949385395e-06| +|CMakeLists.txt|github/lsds/faasm|3.6153289949385395e-06| +|CMakeLists.txt|github/Crompulence/cpl-library|3.6153289949385395e-06| +|CMakeLists.txt|github/kd0kfo/cosmology|3.6153289949385395e-06| +|CMakeLists.txt|github/yatisht/usher|3.6153289949385395e-06| +|CMakeLists.txt|github/svi-opensource/libics|3.6153289949385395e-06| +|CMakeLists.txt|github/dpryan79/libBigWig|3.6153289949385395e-06| +|CMakeLists.txt|github/TRASAL/AMBER|3.6153289949385395e-06| +|CMakeLists.txt|github/Illumina/ExpansionHunterDenovo|3.6153289949385395e-06| +|CMakeLists.txt|github/Illumina/MarViN|3.6153289949385395e-06| +|CMakeLists.txt|github/Illumina/akt|3.6153289949385395e-06| +|CMakeLists.txt|github/mrirecon/bart|3.6153289949385395e-06| +|CMakeLists.txt|github/seqan/lambda|3.6153289949385395e-06| +|CMakeLists.txt|github/seqan/flexbar|3.6153289949385395e-06| +|CMakeLists.txt|github/seqan/lara|3.6153289949385395e-06| +|CMakeLists.txt|github/simd-everywhere/simde|3.6153289949385395e-06| +|CMakeLists.txt|github/mpokorny/vysmaw|3.6153289949385395e-06| +|CMakeLists.txt|github/saopicc/DDFacet|3.6153289949385395e-06| +|CMakeLists.txt|github/saopicc/killMS|3.6153289949385395e-06| +|CMakeLists.txt|github/idefix-code/idefix|3.6153289949385395e-06| +|CMakeLists.txt|github/marbl/MashMap|3.6153289949385395e-06| +|CMakeLists.txt|github/datngu/Circall|3.6153289949385395e-06| +|CMakeLists.txt|github/domschrei/mallob|3.6153289949385395e-06| +|CMakeLists.txt|github/hombit/freddi|3.6153289949385395e-06| +|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|3.6153289949385395e-06| +|CMakeLists.txt|github/elkebir-group/derna|3.6153289949385395e-06| +|CMakeLists.txt|github/Stuermer/EchelleSimulator|3.6153289949385395e-06| +|CMakeLists.txt|github/COMBINE-lab/RapMap|3.6153289949385395e-06| +|CMakeLists.txt|github/COMBINE-lab/libgff|3.6153289949385395e-06| +|CMakeLists.txt|github/chanzuckerberg/shasta|3.6153289949385395e-06| +|CMakeLists.txt|github/AstroUGent/shadowfax|3.6153289949385395e-06| +|CMakeLists.txt|github/n-claes/legolas|3.6153289949385395e-06| +|CMakeLists.txt|github/qtltools/qtltools|3.6153289949385395e-06| +|CMakeLists.txt|github/SeaIce-Math/SubZero|3.6153289949385395e-06| +|CMakeLists.txt|github/stevengj/nlopt|3.6153289949385395e-06| +|CMakeLists.txt|github/veg/tn93|3.6153289949385395e-06| +|CMakeLists.txt|github/steineggerlab/foldseek|3.6153289949385395e-06| +|CMakeLists.txt|github/AstroAccelerateOrg/astro-accelerate|3.6153289949385395e-06| +|CMakeLists.txt|github/liuhao-cn/fastSHT|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/MMseqs2|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/mmseqs2|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/plass|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/metaeuk|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/spacepharer|3.6153289949385395e-06| +|CMakeLists.txt|github/krab1k/ChargeFW2|3.6153289949385395e-06| +|CMakeLists.txt|github/HingeAssembler/HINGE|3.6153289949385395e-06| +|CMakeLists.txt|github/bbercovici/SBGAT|3.6153289949385395e-06| +|CMakeLists.txt|github/mtazzari/galario|3.6153289949385395e-06| +|CMakeLists.txt|github/ncbi/ncbi-vdb|3.6153289949385395e-06| +|CMakeLists.txt|github/ncbi/sra-tools|3.6153289949385395e-06| +|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|3.6153289949385395e-06| +|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|3.6153289949385395e-06| +|CMakeLists.txt|github/mp3guy/ElasticFusion|3.6153289949385395e-06| +|CMakeLists.txt|github/HITS-AIN/PINK|3.6153289949385395e-06| +|CMakeLists.txt|github/mjuric/galfast|3.6153289949385395e-06| +|CMakeLists.txt|github/HWang-Summit/HCGrid|3.6153289949385395e-06| +|CMakeLists.txt|github/Washington-University/CiftiLib|3.6153289949385395e-06| +|CMakeLists.txt|github/blebon/directChillFoam|3.6153289949385395e-06| +|CMakeLists.txt|github/EdoardoCarlesi/cmbeasy|3.6153289949385395e-06| +|CMakeLists.txt|github/sb-ncbr/golem|3.6153289949385395e-06| +|CMakeLists.txt|github/egpbos/barcode|3.6153289949385395e-06| +|CMakeLists.txt|github/cameron314/concurrentqueue|3.6153289949385395e-06| +|CMakeLists.txt|github/seshnadathur/Revolver|3.6153289949385395e-06| +|CMakeLists.txt|github/su2code/SU2|3.6153289949385395e-06| +|CMakeLists.txt|github/rvaser/thread_pool|3.6153289949385395e-06| +|CMakeLists.txt|github/rvaser/rampler|3.6153289949385395e-06| +|CMakeLists.txt|github/rvaser/bioparser|3.6153289949385395e-06| +|CMakeLists.txt|github/rvaser/sword|3.6153289949385395e-06| +|CMakeLists.txt|github/EnricoCorsaro/DIAMONDS|3.6153289949385395e-06| +|CMakeLists.txt|github/jczarnowski/DeepFactors|3.6153289949385395e-06| +|CMakeLists.txt|github/lorenzo-rovigatti/oxDNA|3.6153289949385395e-06| +|CMakeLists.txt|github/statgen/popscle|3.6153289949385395e-06| +|CMakeLists.txt|github/pytorch/vision|3.6153289949385395e-06| +|CMakeLists.txt|github/copasi/COPASI|3.6153289949385395e-06| +|CMakeLists.txt|github/hasindu2008/slow5tools|3.6153289949385395e-06| +|CMakeLists.txt|github/eggplantbren/DNest3|3.6153289949385395e-06| +|CMakeLists.txt|github/SciLifeLab/TIDDIT|3.6153289949385395e-06| +|CMakeLists.txt|github/basp-group/Puri-Psi|3.6153289949385395e-06| +|CMakeLists.txt|github/DGtal-team/DGtal|3.6153289949385395e-06| +|CMakeLists.txt|github/TrackerControl/tracker-control-android|3.6153289949385395e-06| +|CMakeLists.txt|github/mofanv/darknetz|3.6153289949385395e-06| +|CMakeLists.txt|github/PMBio/peer|3.6153289949385395e-06| +|CMakeLists.txt|github/mslonina/Mechanic|3.6153289949385395e-06| +|CMakeLists.txt|github/astroboylrx/PLAN|3.6153289949385395e-06| +|CMakeLists.txt|github/exoclime/FastChem|3.6153289949385395e-06| +|CMakeLists.txt|github/exoclime/Helios-r2|3.6153289949385395e-06| +|CMakeLists.txt|github/exoclime/THOR|3.6153289949385395e-06| +|CMakeLists.txt|github/sib-swiss/pftools3|3.6153289949385395e-06| +|CMakeLists.txt|github/dfki-ric-underactuated-lab/torque_limited_simple_pendulum|3.6153289949385395e-06| +|CMakeLists.txt|github/lanl/GLUE|3.6153289949385395e-06| +|CMakeLists.txt|github/amkozlov/raxml-ng|3.6153289949385395e-06| +|CMakeLists.txt|github/BenWibking/quokka|3.6153289949385395e-06| +|CMakeLists.txt|github/griffithlab/regtools|3.6153289949385395e-06| +|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|3.6153289949385395e-06| +|CMakeLists.txt|github/jdonnert/WVTICs|3.6153289949385395e-06| +|CMakeLists.txt|github/ahcm/ffindex|3.6153289949385395e-06| +|CMakeLists.txt|github/mc-imperial/jfs|3.6153289949385395e-06| +|CMakeLists.txt|github/ZacharyJia/opsdn|3.6153289949385395e-06| +|CMakeLists.txt|github/snugel/cas-offinder|3.6153289949385395e-06| +|CMakeLists.txt|github/PyPO-dev/PyPO|3.6153289949385395e-06| +|CMakeLists.txt|github/benedictpaten/marginPhase|3.6153289949385395e-06| +|CMakeLists.txt|github/catboost/catboost|3.6153289949385395e-06| +|CMakeLists.txt|github/ECP-copa/Cabana|3.6153289949385395e-06| +|CMakeLists.txt|github/farhanferoz/MultiNest|3.6153289949385395e-06| +|CMakeLists.txt|github/ester-project/ester|3.6153289949385395e-06| +|CMakeLists.txt|github/mivp/encube|3.6153289949385395e-06| +|CMakeLists.txt|github/Pizzuti92/MG-MAMPOSSt|3.6153289949385395e-06| +|CMakeLists.txt|github/philres/ngmlr|3.6153289949385395e-06| +|CMakeLists.txt|github/NeoGeographyToolkit/StereoPipeline|3.6153289949385395e-06| +|CMakeLists.txt|github/reedacartwright/ngila|3.6153289949385395e-06| +|CMakeLists.txt|github/klee/klee|3.6153289949385395e-06| +|CMakeLists.txt|github/cwru-pat/cosmograph|3.6153289949385395e-06| +|CMakeLists.txt|github/introlab/opentera|3.6153289949385395e-06| +|CMakeLists.txt|github/ziotom78/libpolycomp|3.6153289949385395e-06| +|CMakeLists.txt|github/pezmaster31/bamtools|3.6153289949385395e-06| +|CMakeLists.txt|github/jeffdaily/parasail|3.6153289949385395e-06| +|CMakeLists.txt|github/jmhuie/Slicer-SegmentGeometry|3.6153289949385395e-06| +|CMakeLists.txt|github/delphes/delphes|3.6153289949385395e-06| +|CMakeLists.txt|github/medvedevgroup/TwoPaCo|3.6153289949385395e-06| +|CMakeLists.txt|github/scikit-hep/iminuit|3.6153289949385395e-06| +|CMakeLists.txt|github/fastpm/fastpm|3.6153289949385395e-06| +|CMakeLists.txt|github/pkestene/ramsesGPU|3.6153289949385395e-06| +|CMakeLists.txt|github/sarrvesh/cuFFS|3.6153289949385395e-06| +|CMakeLists.txt|github/ixkael/3DEX|3.6153289949385395e-06| +|CMakeLists.txt|github/pynbody/genetIC|3.6153289949385395e-06| +|CMakeLists.txt|github/gerddie/maxflow|3.6153289949385395e-06| +|CMakeLists.txt|github/Punzo/SlicerAstro|3.6153289949385395e-06| +|CMakeLists.txt|github/2decomp-fft/2decomp-fft|3.6153289949385395e-06| +|CMakeLists.txt|github/nanoporetech/scrappie|3.6153289949385395e-06| +|CMakeLists.txt|github/nanoporetech/flappie|3.6153289949385395e-06| +|CMakeLists.txt|github/cieslar/Indri|3.6153289949385395e-06| +|CMakeLists.txt|github/BIC-MNI/libminc|3.6153289949385395e-06| +|CMakeLists.txt|github/s4hts/HTStream|3.6153289949385395e-06| +|CMakeLists.txt|github/cschreib/egg|3.6153289949385395e-06| +|CMakeLists.txt|github/santeripuranen/SpydrPick|3.6153289949385395e-06| +|CMakeLists.txt|github/JensUweUlrich/ReadBouncer|3.6153289949385395e-06| +|CMakeLists.txt|github/rordenlab/dcm2niix|3.6153289949385395e-06| +|CMakeLists.txt|github/YihanWangAstro/SpaceHub|3.6153289949385395e-06| +|CMakeLists.txt|github/bwvdnbro/HydroCode1D|3.6153289949385395e-06| +|CMakeLists.txt|github/bwvdnbro/CMacIonize|3.6153289949385395e-06| +|CMakeLists.txt|github/TRIQS/solid_dmft|3.6153289949385395e-06| +|CMakeLists.txt|github/Trovemaster/exocross|3.6153289949385395e-06| +|CMakeLists.txt|github/m2aia/m2aia|3.6153289949385395e-06| +|CMakeLists.txt|github/ChristopherWilks/megadepth|3.6153289949385395e-06| +|CMakeLists.txt|github/lczech/gappa|3.6153289949385395e-06| +|CMakeLists.txt|github/CMakePP/CMinx|3.6153289949385395e-06| +|CMakeLists.txt|github/fripon/freeture|3.6153289949385395e-06| +|CMakeLists.txt|github/AMReX-Combustion/PeleLMeX|3.6153289949385395e-06| +|CMakeLists.txt|github/y-256/libdivsufsort|3.6153289949385395e-06| +|CMakeLists.txt|github/osallou/cassiopee-c|3.6153289949385395e-06| +|CMakeLists.txt|github/bcgsc/abyss|3.6153289949385395e-06| +|CMakeLists.txt|github/raphael-group/hatchet|3.6153289949385395e-06| +|CMakeLists.txt|github/artis-mcrt/artis|3.6153289949385395e-06| +|CMakeLists.txt|github/Dylan-Aliberti/Kepler-Collisions|3.6153289949385395e-06| +|CMakeLists.txt|github/dglaeser/gridformat|3.6153289949385395e-06| +|CMakeLists.txt|github/ajohnson-uoregon/llvm-project|3.6153289949385395e-06| +|CMakeLists.txt|github/voutcn/megahit|3.6153289949385395e-06| +|CMakeLists.txt|github/tanner-trickle/EXCEED-DM|3.6153289949385395e-06| +|CMakeLists.txt|github/sanger-pathogens/assembly-stats|3.6153289949385395e-06| +|CMakeLists.txt|github/kbarbary/sep|3.6153289949385395e-06| +|CMakeLists.txt|github/yangao07/abPOA|3.6153289949385395e-06| +|CMakeLists.txt|github/biomedia-mira/drop2|3.6153289949385395e-06| +|CMakeLists.txt|github/bbuchfink/diamond|3.6153289949385395e-06| +|CMakeLists.txt|github/xxsds/DYNAMIC|3.6153289949385395e-06| +|CMakeLists.txt|github/PhaseTracer/PhaseTracer|3.6153289949385395e-06| +|CMakeLists.txt|github/Taywee/args|3.6153289949385395e-06| +|CMakeLists.txt|github/daehwankimlab/hisat2|3.6153289949385395e-06| +|CMakeLists.txt|github/biolab-unige/nifti2dicom|3.6153289949385395e-06| +|CMakeLists.txt|github/jydu/physamp|3.6153289949385395e-06| +|CMakeLists.txt|github/jydu/maffilter|3.6153289949385395e-06| +|CMakeLists.txt|github/lamyj/odil|3.6153289949385395e-06| +|CMakeLists.txt|github/jfarek/xatlas|3.6153289949385395e-06| +|CMakeLists.txt|github/hveerten/katu|3.6153289949385395e-06| +|CMakeLists.txt|github/RomainFeron/mwga-utils|3.6153289949385395e-06| +|CMakeLists.txt|github/lbcb-sci/raven|3.6153289949385395e-06| +|CMakeLists.txt|github/lbcb-sci/racon|3.6153289949385395e-06| +|CMakeLists.txt|github/xcompact3d/Incompact3d|3.6153289949385395e-06| +|CMakeLists.txt|github/afd-illinois/grim|3.6153289949385395e-06| +|CMakeLists.txt|github/STEllAR-GROUP/octotiger|3.6153289949385395e-06| +|CMakeLists.txt|github/mrc-ide/covid-sim|3.6153289949385395e-06| +|CMakeLists.txt|github/sfarrens/sfof|3.6153289949385395e-06| +|CMakeLists.txt|github/nmslib/hnswlib|3.6153289949385395e-06| +|CMakeLists.txt|github/ycwu1030/EvoEMD|3.6153289949385395e-06| +|CMakeLists.txt|github/mbillingr/libgdf|3.6153289949385395e-06| +|CMakeLists.txt|github/wullm/zwindstroom|3.6153289949385395e-06| +|CMakeLists.txt|github/mtholder/ncl|3.6153289949385395e-06| +|package.json|gitlab/magnumpi/magnumpi|3.6153289949385395e-06| +|package.json|gitlab/geekysquirrel/bigx|3.6153289949385395e-06| +|package.json|gitlab/metafundev/metafun|3.6153289949385395e-06| +|package.json|github/emrecdem/emo-spectre|3.6153289949385395e-06| +|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6153289949385395e-06| +|package.json|github/eWaterCycle/Cesium-NcWMS|3.6153289949385395e-06| +|package.json|github/eWaterCycle/setup-grpc|3.6153289949385395e-06| +|package.json|github/eWaterCycle/eWaterleaf|3.6153289949385395e-06| +|package.json|github/eWaterCycle/setup-singularity|3.6153289949385395e-06| +|package.json|github/EMResearch/EvoMaster|3.6153289949385395e-06| +|package.json|github/ReGIS-org/regis-v2|3.6153289949385395e-06| +|package.json|github/tyo-nu/MINE-app|3.6153289949385395e-06| +|package.json|github/streamlit/streamlit|3.6153289949385395e-06| +|package.json|github/ZjuLiangsl/mmkp|3.6153289949385395e-06| +|package.json|github/AA-ALERT/frbcat-web|3.6153289949385395e-06| +|package.json|github/eucp-project/storyboards|3.6153289949385395e-06| +|package.json|github/eucp-project/atlas|3.6153289949385395e-06| +|package.json|github/MaayanLab/signature-commons-ui|3.6153289949385395e-06| +|package.json|github/luntergroup/octopus|3.6153289949385395e-06| +|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6153289949385395e-06| +|package.json|github/MolMeDB/MolMeDB|3.6153289949385395e-06| +|package.json|github/interactivereport/OmicsView0|3.6153289949385395e-06| +|package.json|github/klevis-a/kinematics-vis|3.6153289949385395e-06| +|package.json|github/ablab/spades|3.6153289949385395e-06| +|package.json|github/DorianDepriester/mtex2Gmsh|3.6153289949385395e-06| +|package.json|github/fairdataihub/SPARClink|3.6153289949385395e-06| +|package.json|github/Via-Appia/via-appia-online-viewer|3.6153289949385395e-06| +|package.json|github/ADAH-EviDENce/evidence|3.6153289949385395e-06| +|package.json|github/bio-tools/biotoolsSum|3.6153289949385395e-06| +|package.json|github/nextstrain/auspice|3.6153289949385395e-06| +|package.json|github/souzamonteiro/cnatool|3.6153289949385395e-06| +|package.json|github/phelelani/nf-rnaSeqMetagen|3.6153289949385395e-06| +|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6153289949385395e-06| +|package.json|github/davidhoksza/MolArt|3.6153289949385395e-06| +|package.json|github/lumen-org/lumen|3.6153289949385395e-06| +|package.json|github/meta-logic/sequoia|3.6153289949385395e-06| +|package.json|github/tobiasrausch/alfred|3.6153289949385395e-06| +|package.json|github/CrowdTruth/CrowdTruth|3.6153289949385395e-06| +|package.json|github/eweitz/ideogram|3.6153289949385395e-06| +|package.json|github/Yomguithereal/talisman|3.6153289949385395e-06| +|package.json|github/MichaelSel/edoJS|3.6153289949385395e-06| +|package.json|github/sonjageorgievska/CClusTera|3.6153289949385395e-06| +|package.json|github/biosimulations/Biosimulations|3.6153289949385395e-06| +|package.json|github/SchmidtDSE/afscgap|3.6153289949385395e-06| +|package.json|github/Samreay/Marz|3.6153289949385395e-06| +|package.json|github/TNOCS/csWeb|3.6153289949385395e-06| +|package.json|github/Shamir-Lab/domino_web|3.6153289949385395e-06| +|package.json|github/PathwayCommons/grounding-search|3.6153289949385395e-06| +|package.json|github/ci-for-research/self-hosted-runners|3.6153289949385395e-06| +|package.json|github/ci-for-science/self-hosted-runners|3.6153289949385395e-06| +|package.json|github/Kaixhin/FGLab|3.6153289949385395e-06| +|package.json|github/Kaixhin/FGMachine|3.6153289949385395e-06| +|package.json|github/sib-swiss/glittr|3.6153289949385395e-06| +|package.json|github/bramvandijk88/cacatoo|3.6153289949385395e-06| +|package.json|github/wangjun1996/VisFeature|3.6153289949385395e-06| +|package.json|github/ratschlab/metagraph|3.6153289949385395e-06| +|package.json|github/research-software-directory/research-software-directory|3.6153289949385395e-06| +|package.json|github/pmkruyen/dearscholar|3.6153289949385395e-06| +|package.json|github/bids-standard/bids-validator|3.6153289949385395e-06| +|package.json|github/IPK-BIT/divbrowse|3.6153289949385395e-06| +|package.json|github/hetalang/heta-compiler|3.6153289949385395e-06| +|package.json|github/dondi/GRNsight|3.6153289949385395e-06| +|package.json|github/nlesc-sherlock/Rig|3.6153289949385395e-06| +|package.json|github/yyZhang14/dbEssLnc|3.6153289949385395e-06| +|package.json|github/i-VRESSE/workflow-builder|3.6153289949385395e-06| +|package.json|github/vibbits/phyd3|3.6153289949385395e-06| +|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6153289949385395e-06| +|package.json|github/CDSP-SCPO/dataverse-feed|3.6153289949385395e-06| +|package.json|github/quinlanW/dbMisLoc|3.6153289949385395e-06| +|package.json|github/PDB-REDO/tortoize|3.6153289949385395e-06| +|package.json|github/FINNGEN/lavaa-react|3.6153289949385395e-06| +|package.json|github/tortellini-tools/action|3.6153289949385395e-06| +|package.json|github/amkram/shusher|3.6153289949385395e-06| +|package.json|github/neuroneural/brainchop|3.6153289949385395e-06| +|package.json|github/PopMedNet-Team/popmednet|3.6153289949385395e-06| +|package.json|github/gear-genomics/tracy|3.6153289949385395e-06| +|package.json|github/cinemascience/cinema_snap|3.6153289949385395e-06| +|package.json|github/citation-file-format/cff-initializer-javascript|3.6153289949385395e-06| +|package.json|github/LTLA/gesel.js|3.6153289949385395e-06| +|package.json|github/NLeSC/spot|3.6153289949385395e-06| +|package.json|github/NLeSC/xenon-flow|3.6153289949385395e-06| +|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6153289949385395e-06| +|package.json|github/NLeSC/UncertaintyVisualization|3.6153289949385395e-06| +|package.json|github/NLeSC/DiVE|3.6153289949385395e-06| +|package.json|github/NLeSC/ExtJS-DateTime|3.6153289949385395e-06| +|package.json|github/NLeSC/docker-couch-admin|3.6153289949385395e-06| +|package.json|github/NLeSC/case-law-app|3.6153289949385395e-06| +|package.json|github/NLeSC/pattyvis|3.6153289949385395e-06| +|package.json|github/jspsych/jspsych|3.6153289949385395e-06| +|package.json|github/mathjax/MathJax|3.6153289949385395e-06| +|package.json|github/leraman/Hopla|3.6153289949385395e-06| +|package.json|github/iomega/paired-data-form|3.6153289949385395e-06| +|package.json|github/iomega/zenodo-upload|3.6153289949385395e-06| +|package.json|github/korcsmarosgroup/TFlink|3.6153289949385395e-06| +|setup.py|gitlab/Molcas/OpenMolcas|3.6153289949385395e-06| +|setup.py|gitlab/materials-modeling/calorine|3.6153289949385395e-06| +|setup.py|gitlab/petsc/petsc|3.6153289949385395e-06| +|setup.py|gitlab/joseaher/astroplotlib|3.6153289949385395e-06| +|setup.py|gitlab/octopus-code/octopus|3.6153289949385395e-06| +|setup.py|gitlab/pythia-uq/pythia|3.6153289949385395e-06| +|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6153289949385395e-06| +|setup.py|gitlab/picos-api/picos|3.6153289949385395e-06| +|setup.py|gitlab/fduchate/predihood|3.6153289949385395e-06| +|setup.py|gitlab/chjordan/sslf|3.6153289949385395e-06| +|setup.py|gitlab/gims-developers/gims|3.6153289949385395e-06| +|setup.py|gitlab/jason-rumengan/pyarma|3.6153289949385395e-06| +|setup.py|gitlab/permafrostnet/teaspoon|3.6153289949385395e-06| +|setup.py|github/AstroChem/VISIBLE|3.6153289949385395e-06| +|setup.py|github/YeoLab/clipper|3.6153289949385395e-06| +|setup.py|github/hiddenSymmetries/simsopt|3.6153289949385395e-06| +|setup.py|github/nbarbey/TomograPy|3.6153289949385395e-06| +|setup.py|github/tikk3r/lofar-h5plot|3.6153289949385395e-06| +|setup.py|github/vinisalazar/metaphor|3.6153289949385395e-06| +|setup.py|github/samaygarg/fuelcell|3.6153289949385395e-06| +|setup.py|github/katholt/Kaptive|3.6153289949385395e-06| +|setup.py|github/phac-nml/biohansel|3.6153289949385395e-06| +|setup.py|github/phac-nml/staramr|3.6153289949385395e-06| +|setup.py|github/phac-nml/mob-suite|3.6153289949385395e-06| +|setup.py|github/ACCarnall/SpectRes|3.6153289949385395e-06| +|setup.py|github/ACCarnall/bagpipes|3.6153289949385395e-06| +|setup.py|github/aprsa/dips|3.6153289949385395e-06| +|setup.py|github/rodluger/starry_process|3.6153289949385395e-06| +|setup.py|github/rodluger/planetplanet|3.6153289949385395e-06| +|setup.py|github/josegit88/SCORPIO|3.6153289949385395e-06| +|setup.py|github/BEAST-Fitting/beast|3.6153289949385395e-06| +|setup.py|github/cheerfuluser/tessreduce|3.6153289949385395e-06| +|setup.py|github/grazianoucci/game|3.6153289949385395e-06| +|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6153289949385395e-06| +|setup.py|github/toros-astro/corral|3.6153289949385395e-06| +|setup.py|github/toros-astro/astroalign-legacy|3.6153289949385395e-06| +|setup.py|github/BonsonW/slow5curl|3.6153289949385395e-06| +|setup.py|github/lofar-astron/RMextract|3.6153289949385395e-06| +|setup.py|github/panoptes/POCS|3.6153289949385395e-06| +|setup.py|github/astroML/gatspy|3.6153289949385395e-06| +|setup.py|github/devanshkv/fetch|3.6153289949385395e-06| +|setup.py|github/poldracklab/mriqc|3.6153289949385395e-06| +|setup.py|github/revoltek/losoto|3.6153289949385395e-06| +|setup.py|github/rfeldmann/leopy|3.6153289949385395e-06| +|setup.py|github/fair-data/fairdatapoint-client|3.6153289949385395e-06| +|setup.py|github/jonathansick/skyoffset|3.6153289949385395e-06| +|setup.py|github/jonathansick/MoAstro|3.6153289949385395e-06| +|setup.py|github/cagrikymk/JAX-ReaxFF|3.6153289949385395e-06| +|setup.py|github/gwpy/gwpy|3.6153289949385395e-06| +|setup.py|github/davidemms/OrthoFinder|3.6153289949385395e-06| +|setup.py|github/danielemichilli/SpS|3.6153289949385395e-06| +|setup.py|github/arabic-digital-humanities/adhtools|3.6153289949385395e-06| +|setup.py|github/mgalardini/pyseer|3.6153289949385395e-06| +|setup.py|github/planck-npipe/hillipop|3.6153289949385395e-06| +|setup.py|github/planck-npipe/lollipop|3.6153289949385395e-06| +|setup.py|github/brainets/frites|3.6153289949385395e-06| +|setup.py|github/flemingtonlab/SpliceV|3.6153289949385395e-06| +|setup.py|github/LCOGT/banzai|3.6153289949385395e-06| +|setup.py|github/lehtiolab/msstitch|3.6153289949385395e-06| +|setup.py|github/mirochaj/ares|3.6153289949385395e-06| +|setup.py|github/HIPS/autograd|3.6153289949385395e-06| +|setup.py|github/light-curve/light-curve-python|3.6153289949385395e-06| +|setup.py|github/cgobat/asymmetric_uncertainty|3.6153289949385395e-06| +|setup.py|github/mchalela/GriSPy|3.6153289949385395e-06| +|setup.py|github/ireis/PRF|3.6153289949385395e-06| +|setup.py|github/conchoecia/pauvre|3.6153289949385395e-06| +|setup.py|github/dbosul/CWITools|3.6153289949385395e-06| +|setup.py|github/olivares-j/Kalkayotl|3.6153289949385395e-06| +|setup.py|github/MillionConcepts/lhorizon|3.6153289949385395e-06| +|setup.py|github/bio-ontology-research-group/deepgoplus|3.6153289949385395e-06| +|setup.py|github/HERA-Team/hera_opm|3.6153289949385395e-06| +|setup.py|github/HERA-Team/aipy|3.6153289949385395e-06| +|setup.py|github/bxlab/bx-python|3.6153289949385395e-06| +|setup.py|github/danielkoll/PyRADS|3.6153289949385395e-06| +|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6153289949385395e-06| +|setup.py|github/chandra-marx/marxs|3.6153289949385395e-06| +|setup.py|github/tdaylan/pcat|3.6153289949385395e-06| +|setup.py|github/jbuisine/macop|3.6153289949385395e-06| +|setup.py|github/palaimon/ipyannotator|3.6153289949385395e-06| +|setup.py|github/mroosmalen/nanosv|3.6153289949385395e-06| +|setup.py|github/CosmoStatGW/WF4Py|3.6153289949385395e-06| +|setup.py|github/CosmoStatGW/gwfast|3.6153289949385395e-06| +|setup.py|github/vedantchandra/wdtools|3.6153289949385395e-06| +|setup.py|github/vsoch/gridtest|3.6153289949385395e-06| +|setup.py|github/vsoch/citelang|3.6153289949385395e-06| +|setup.py|github/athulpg007/AMAT|3.6153289949385395e-06| +|setup.py|github/pyspeckit/pyspeckit|3.6153289949385395e-06| +|setup.py|github/skovaka/UNCALLED|3.6153289949385395e-06| +|setup.py|github/rabix/cwl-format|3.6153289949385395e-06| +|setup.py|github/dpryan79/pyBigWig|3.6153289949385395e-06| +|setup.py|github/Kuifje02/vrpy|3.6153289949385395e-06| +|setup.py|github/bwkeller/PASTA|3.6153289949385395e-06| +|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6153289949385395e-06| +|setup.py|github/webbjj/clustertools|3.6153289949385395e-06| +|setup.py|github/webbjj/m2mcluster|3.6153289949385395e-06| +|setup.py|github/Illumina/SpliceAI|3.6153289949385395e-06| +|setup.py|github/StingraySoftware/stingray|3.6153289949385395e-06| +|setup.py|github/sambit-giri/BCemu|3.6153289949385395e-06| +|setup.py|github/sambit-giri/tools21cm|3.6153289949385395e-06| +|setup.py|github/sambit-giri/BCMemu|3.6153289949385395e-06| +|setup.py|github/quatrope/feets|3.6153289949385395e-06| +|setup.py|github/quatrope/ProperImage|3.6153289949385395e-06| +|setup.py|github/wen-jams/bsavi|3.6153289949385395e-06| +|setup.py|github/RudolfCardinal/camcops|3.6153289949385395e-06| +|setup.py|github/v-morello/clfd|3.6153289949385395e-06| +|setup.py|github/ModellingWebLab/chaste-codegen|3.6153289949385395e-06| +|setup.py|github/seung-lab/FlyWirePaper|3.6153289949385395e-06| +|setup.py|github/yqiuu/starduster|3.6153289949385395e-06| +|setup.py|github/HadrienG/InSilicoSeq|3.6153289949385395e-06| +|setup.py|github/vals/umis|3.6153289949385395e-06| +|setup.py|github/spyder-ide/spyder|3.6153289949385395e-06| +|setup.py|github/rajeshrinet/pystokes|3.6153289949385395e-06| +|setup.py|github/aiidateam/kiwipy|3.6153289949385395e-06| +|setup.py|github/ELELAB/cancermuts|3.6153289949385395e-06| +|setup.py|github/ELELAB/RosettaDDGPrediction|3.6153289949385395e-06| +|setup.py|github/ELELAB/LipidDyn|3.6153289949385395e-06| +|setup.py|github/swagnercarena/ovejero|3.6153289949385395e-06| +|setup.py|github/milicolazo/Pyedra|3.6153289949385395e-06| +|setup.py|github/Jammy2211/PyAutoGalaxy|3.6153289949385395e-06| +|setup.py|github/Jammy2211/PyAutoLens|3.6153289949385395e-06| +|setup.py|github/sebhaan/geobo|3.6153289949385395e-06| +|setup.py|github/enthought/vpsearch|3.6153289949385395e-06| +|setup.py|github/enthought/mayavi|3.6153289949385395e-06| +|setup.py|github/dokester/BayesicFitting|3.6153289949385395e-06| +|setup.py|github/vaexio/vaex|3.6153289949385395e-06| +|setup.py|github/BoPeng/simuPOP|3.6153289949385395e-06| +|setup.py|github/Materials-Consortia/optimade-python-tools|3.6153289949385395e-06| +|setup.py|github/ni1o1/transbigdata|3.6153289949385395e-06| +|setup.py|github/BradhamLab/icat|3.6153289949385395e-06| +|setup.py|github/DLTK/DLTK|3.6153289949385395e-06| +|setup.py|github/tariqdaouda/CAMAP|3.6153289949385395e-06| +|setup.py|github/MIT-STARLab/deconfuser|3.6153289949385395e-06| +|setup.py|github/linuxscout/pyarabic|3.6153289949385395e-06| +|setup.py|github/CEED/libCEED|3.6153289949385395e-06| +|setup.py|github/Johannes-Sahlmann/pygacs|3.6153289949385395e-06| +|setup.py|github/rgerum/pylustrator|3.6153289949385395e-06| +|setup.py|github/mkelley/calviacat|3.6153289949385395e-06| +|setup.py|github/psheehan/pdspy|3.6153289949385395e-06| +|setup.py|github/davidgardenier/frbpoppy|3.6153289949385395e-06| +|setup.py|github/davidgardenier/frbcat|3.6153289949385395e-06| +|setup.py|github/riogroup/SORA|3.6153289949385395e-06| +|setup.py|github/fforster/delight|3.6153289949385395e-06| +|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6153289949385395e-06| +|setup.py|github/eWaterCycle/grpc4bmi|3.6153289949385395e-06| +|setup.py|github/icredd-cheminfo/CGRdb2|3.6153289949385395e-06| +|setup.py|github/hippke/tls|3.6153289949385395e-06| +|setup.py|github/hippke/pandora|3.6153289949385395e-06| +|setup.py|github/hippke/wotan|3.6153289949385395e-06| +|setup.py|github/nboley/idr|3.6153289949385395e-06| +|setup.py|github/google/jax|3.6153289949385395e-06| +|setup.py|github/lilyminium/psiresp|3.6153289949385395e-06| +|setup.py|github/SandoghdarLab/PiSCAT|3.6153289949385395e-06| +|setup.py|github/potassco/clingo|3.6153289949385395e-06| +|setup.py|github/pyranges/pyrle|3.6153289949385395e-06| +|setup.py|github/sparks-baird/xtal2png|3.6153289949385395e-06| +|setup.py|github/hoechenberger/questplus|3.6153289949385395e-06| +|setup.py|github/FlowModelingControl/flowtorch|3.6153289949385395e-06| +|setup.py|github/AprilYuge/ResPAN|3.6153289949385395e-06| +|setup.py|github/a-renzini/pygwb|3.6153289949385395e-06| +|setup.py|github/hera-team/librarian|3.6153289949385395e-06| +|setup.py|github/broadinstitute/wot|3.6153289949385395e-06| +|setup.py|github/broadinstitute/CellBender|3.6153289949385395e-06| +|setup.py|github/LMBooth/pybci|3.6153289949385395e-06| +|setup.py|github/bwinkel/cygrid|3.6153289949385395e-06| +|setup.py|github/zdelrosario/py_grama|3.6153289949385395e-06| +|setup.py|github/mattpitkin/psrqpy|3.6153289949385395e-06| +|setup.py|github/CIRADA-Tools/RM-Tools|3.6153289949385395e-06| +|setup.py|github/nasa/simupy-flight|3.6153289949385395e-06| +|setup.py|github/starkit/wsynphot|3.6153289949385395e-06| +|setup.py|github/synchrofit/synchrofit|3.6153289949385395e-06| +|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6153289949385395e-06| +|setup.py|github/szymon-datalions/pyinterpolate|3.6153289949385395e-06| +|setup.py|github/Nico-Curti/rFBP|3.6153289949385395e-06| +|setup.py|github/HinLeung622/pipes_vis|3.6153289949385395e-06| +|setup.py|github/AA-ALERT/frbcatdb|3.6153289949385395e-06| +|setup.py|github/sncosmo/sncosmo|3.6153289949385395e-06| +|setup.py|github/pkgw/pwkit|3.6153289949385395e-06| +|setup.py|github/EdanRein/pyPplusS|3.6153289949385395e-06| +|setup.py|github/gogrean/PyXel|3.6153289949385395e-06| +|setup.py|github/INCF/one_click|3.6153289949385395e-06| +|setup.py|github/adrn/pyia|3.6153289949385395e-06| +|setup.py|github/adrn/schwimmbad|3.6153289949385395e-06| +|setup.py|github/adrn/SuperFreq|3.6153289949385395e-06| +|setup.py|github/JulianKarlBauer/mechkit|3.6153289949385395e-06| +|setup.py|github/shirtsgroup/physical_validation|3.6153289949385395e-06| +|setup.py|github/jiwoncpark/baobab|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/spectral-cube|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/uvcombine|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/pvextractor|3.6153289949385395e-06| +|setup.py|github/HCGB-IGTP/spaTyper|3.6153289949385395e-06| +|setup.py|github/benallard/galileo|3.6153289949385395e-06| +|setup.py|github/SCECcode/pycsep|3.6153289949385395e-06| +|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6153289949385395e-06| +|setup.py|github/hpparvi/ldtk|3.6153289949385395e-06| +|setup.py|github/DynaSlum/satsense|3.6153289949385395e-06| +|setup.py|github/mdshw5/pyfaidx|3.6153289949385395e-06| +|setup.py|github/jhparkastro/gpcal|3.6153289949385395e-06| +|setup.py|github/meinardmueller/synctoolbox|3.6153289949385395e-06| +|setup.py|github/meinardmueller/libfmp|3.6153289949385395e-06| +|setup.py|github/elkebir-group/Jumper|3.6153289949385395e-06| +|setup.py|github/glotzerlab/freud|3.6153289949385395e-06| +|setup.py|github/glotzerlab/coxeter|3.6153289949385395e-06| +|setup.py|github/cupy/cupy|3.6153289949385395e-06| +|setup.py|github/blackjax-devs/blackjax|3.6153289949385395e-06| +|setup.py|github/UM-Bridge/umbridge|3.6153289949385395e-06| +|setup.py|github/astrom-tom/dfitspy|3.6153289949385395e-06| +|setup.py|github/astrom-tom/specstack|3.6153289949385395e-06| +|setup.py|github/chanzuckerberg/idseq-dag|3.6153289949385395e-06| +|setup.py|github/RamanLab/iCOMIC|3.6153289949385395e-06| +|setup.py|github/aineniamh/snipit|3.6153289949385395e-06| +|setup.py|github/wfondrie/mokapot|3.6153289949385395e-06| +|setup.py|github/theia-dev/Qiber3D|3.6153289949385395e-06| +|setup.py|github/EliseJ/astroABC|3.6153289949385395e-06| +|setup.py|github/clwainwright/CosmoTransitions|3.6153289949385395e-06| +|setup.py|github/opimwue/ddop|3.6153289949385395e-06| +|setup.py|github/jonescompneurolab/hnn-core|3.6153289949385395e-06| +|setup.py|github/libgamera/GAMERA|3.6153289949385395e-06| +|setup.py|github/volkamerlab/opencadd|3.6153289949385395e-06| +|setup.py|github/KIT-MBS/pyREX|3.6153289949385395e-06| +|setup.py|github/acerbilab/pybads|3.6153289949385395e-06| +|setup.py|github/juliotux/astropop|3.6153289949385395e-06| +|setup.py|github/pavolgaj/OCFit|3.6153289949385395e-06| +|setup.py|github/dgbowl/yadg|3.6153289949385395e-06| +|setup.py|github/dcorre/otrain|3.6153289949385395e-06| +|setup.py|github/eldariont/svim|3.6153289949385395e-06| +|setup.py|github/sinc-lab/miRe2e|3.6153289949385395e-06| +|setup.py|github/zarr-developers/zarr-python|3.6153289949385395e-06| +|setup.py|github/B-UMMI/chewBBACA|3.6153289949385395e-06| +|setup.py|github/dfm/corner.py|3.6153289949385395e-06| +|setup.py|github/dfm/celerite|3.6153289949385395e-06| +|setup.py|github/ketch/nodepy|3.6153289949385395e-06| +|setup.py|github/jet-net/JetNet|3.6153289949385395e-06| +|setup.py|github/EpistasisLab/regens|3.6153289949385395e-06| +|setup.py|github/EpistasisLab/tpot|3.6153289949385395e-06| +|setup.py|github/OP2/PyOP2|3.6153289949385395e-06| +|setup.py|github/deeptools/py2bit|3.6153289949385395e-06| +|setup.py|github/deeptools/deeptools_intervals|3.6153289949385395e-06| +|setup.py|github/antoinediez/Sisyphe|3.6153289949385395e-06| +|setup.py|github/slzarate/parliament2|3.6153289949385395e-06| +|setup.py|github/gilestrolab/ethoscope|3.6153289949385395e-06| +|setup.py|github/pjcigan/multicolorfits|3.6153289949385395e-06| +|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6153289949385395e-06| +|setup.py|github/ECSHackWeek/impedance.py|3.6153289949385395e-06| +|setup.py|github/cdominik/optool|3.6153289949385395e-06| +|setup.py|github/eblur/dust|3.6153289949385395e-06| +|setup.py|github/fAndreuzzi/BisPy|3.6153289949385395e-06| +|setup.py|github/Electrostatics/apbs|3.6153289949385395e-06| +|setup.py|github/brinckmann/montepython_public|3.6153289949385395e-06| +|setup.py|github/nebblu/ReACT|3.6153289949385395e-06| +|setup.py|github/nlesc/scriptcwl|3.6153289949385395e-06| +|setup.py|github/dolfin-adjoint/pyadjoint|3.6153289949385395e-06| +|setup.py|github/jveitchmichaelis/pygadgetreader|3.6153289949385395e-06| +|setup.py|github/21cmFAST/21cmFAST|3.6153289949385395e-06| +|setup.py|github/kboone/parsnip|3.6153289949385395e-06| +|setup.py|github/loosolab/TOBIAS|3.6153289949385395e-06| +|setup.py|github/mgckind/easyaccess|3.6153289949385395e-06| +|setup.py|github/icecube/FIRESONG|3.6153289949385395e-06| +|setup.py|github/indralab/pybiopax|3.6153289949385395e-06| +|setup.py|github/jobovy/apogee|3.6153289949385395e-06| +|setup.py|github/jobovy/galpy|3.6153289949385395e-06| +|setup.py|github/jobovy/gaia_tools|3.6153289949385395e-06| +|setup.py|github/jobovy/segueSelect|3.6153289949385395e-06| +|setup.py|github/SMTG-UCL/ShakeNBreak|3.6153289949385395e-06| +|setup.py|github/SMTG-UCL/surfaxe|3.6153289949385395e-06| +|setup.py|github/nextstrain/augur|3.6153289949385395e-06| +|setup.py|github/seawander/DebrisDiskFM|3.6153289949385395e-06| +|setup.py|github/seawander/centerRadon|3.6153289949385395e-06| +|setup.py|github/davidebolo1993/TRiCoLOR|3.6153289949385395e-06| +|setup.py|github/davidebolo1993/VISOR|3.6153289949385395e-06| +|setup.py|github/dh4gan/taktent|3.6153289949385395e-06| +|setup.py|github/chakrah/sage|3.6153289949385395e-06| +|setup.py|github/benhid/Sequoya|3.6153289949385395e-06| +|setup.py|github/nlesc-ave/ave-rest-service|3.6153289949385395e-06| +|setup.py|github/spicy-oil/hfs_fit|3.6153289949385395e-06| +|setup.py|github/TeraTrees/TIPP|3.6153289949385395e-06| +|setup.py|github/cedrus-opensource/pyxid|3.6153289949385395e-06| +|setup.py|github/tibordome/cosmic_profiles|3.6153289949385395e-06| +|setup.py|github/elwinter/nnde|3.6153289949385395e-06| +|setup.py|github/DavidT3/XGA|3.6153289949385395e-06| +|setup.py|github/Nicholaswogan/PhotochemPy|3.6153289949385395e-06| +|setup.py|github/htjb/maxsmooth|3.6153289949385395e-06| +|setup.py|github/Theano/Theano|3.6153289949385395e-06| +|setup.py|github/jnktsj/DNApi|3.6153289949385395e-06| +|setup.py|github/wwood/kingfisher-download|3.6153289949385395e-06| +|setup.py|github/mtazzari/uvplot|3.6153289949385395e-06| +|setup.py|github/wokast/PyCactus|3.6153289949385395e-06| +|setup.py|github/pysersic/pysersic|3.6153289949385395e-06| +|setup.py|github/natelust/least_asymmetry|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/FALCON|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/kineticsTools|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/pbcore|3.6153289949385395e-06| +|setup.py|github/ElectionDataAnalysis/electiondata|3.6153289949385395e-06| +|setup.py|github/ncbi/ngs|3.6153289949385395e-06| +|setup.py|github/ImperialCollegeLondon/hcga|3.6153289949385395e-06| +|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6153289949385395e-06| +|setup.py|github/DESI-UR/VAST|3.6153289949385395e-06| +|setup.py|github/tkerscher/blast|3.6153289949385395e-06| +|setup.py|github/snakemake/snakemake|3.6153289949385395e-06| +|setup.py|github/mne-tools/mne-icalabel|3.6153289949385395e-06| +|setup.py|github/fkeruzore/panco2|3.6153289949385395e-06| +|setup.py|github/iraf-community/pyraf|3.6153289949385395e-06| +|setup.py|github/ExoCTK/exoctk|3.6153289949385395e-06| +|setup.py|github/domenico-simone/rmlst_api|3.6153289949385395e-06| +|setup.py|github/ckm3/Py-PDM|3.6153289949385395e-06| +|setup.py|github/FCS-analysis/multipletau|3.6153289949385395e-06| +|setup.py|github/fermisurfaces/IFermi|3.6153289949385395e-06| +|setup.py|github/xenon-middleware/pyxenon|3.6153289949385395e-06| +|setup.py|github/marcelm/cutadapt|3.6153289949385395e-06| +|setup.py|github/marcelm/tinyalign|3.6153289949385395e-06| +|setup.py|github/marcelm/alignlib|3.6153289949385395e-06| +|setup.py|github/marcelm/dnaio|3.6153289949385395e-06| +|setup.py|github/abmantz/lmc|3.6153289949385395e-06| +|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6153289949385395e-06| +|setup.py|github/polca/unfold|3.6153289949385395e-06| +|setup.py|github/AlexMikes/AutoFunc|3.6153289949385395e-06| +|setup.py|github/mtakahiro/gsf|3.6153289949385395e-06| +|setup.py|github/jlenain/flaapluc|3.6153289949385395e-06| +|setup.py|github/SouthGreenPlatform/PyRice|3.6153289949385395e-06| +|setup.py|github/Autostronomy/AstroPhot|3.6153289949385395e-06| +|setup.py|github/fabiopardo/tonic|3.6153289949385395e-06| +|setup.py|github/ProjectPyRhO/PyRhO|3.6153289949385395e-06| +|setup.py|github/rmaphoh/AutoMorph|3.6153289949385395e-06| +|setup.py|github/gausspy/gausspy|3.6153289949385395e-06| +|setup.py|github/dokkum/maskfill|3.6153289949385395e-06| +|setup.py|github/Oftatkofta/cellocity|3.6153289949385395e-06| +|setup.py|github/saltastro/pyhrs|3.6153289949385395e-06| +|setup.py|github/cdanielmachado/carveme|3.6153289949385395e-06| +|setup.py|github/multiscale/muscle3|3.6153289949385395e-06| +|setup.py|github/VarStarDetect/varstardetect|3.6153289949385395e-06| +|setup.py|github/singularityhub/singularity-compose|3.6153289949385395e-06| +|setup.py|github/singularityhub/singularity-hpc|3.6153289949385395e-06| +|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6153289949385395e-06| +|setup.py|github/PfizerRD/sit2standpy|3.6153289949385395e-06| +|setup.py|github/sensein/etelemetry-client|3.6153289949385395e-06| +|setup.py|github/DRMacIver/shrinkray|3.6153289949385395e-06| +|setup.py|github/veragluscevic/dmdd|3.6153289949385395e-06| +|setup.py|github/agreenbaum/ImPlaneIA|3.6153289949385395e-06| +|setup.py|github/LiberTEM/LiberTEM|3.6153289949385395e-06| +|setup.py|github/OttoStruve/muler|3.6153289949385395e-06| +|setup.py|github/tum-pbs/PhiML|3.6153289949385395e-06| +|setup.py|github/nlppln/nlppln|3.6153289949385395e-06| +|setup.py|github/3D-e-Chem/kripodb|3.6153289949385395e-06| +|setup.py|github/3D-e-Chem/sygma|3.6153289949385395e-06| +|setup.py|github/medema-group/bigslice|3.6153289949385395e-06| +|setup.py|github/bmorris3/aesop|3.6153289949385395e-06| +|setup.py|github/bmorris3/fleck|3.6153289949385395e-06| +|setup.py|github/willvousden/ptemcee|3.6153289949385395e-06| +|setup.py|github/oliveirara/polyMV|3.6153289949385395e-06| +|setup.py|github/steven-murray/mrpy|3.6153289949385395e-06| +|setup.py|github/steven-murray/pydftools|3.6153289949385395e-06| +|setup.py|github/steven-murray/powerbox|3.6153289949385395e-06| +|setup.py|github/radiocosmology/caput|3.6153289949385395e-06| +|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6153289949385395e-06| +|setup.py|github/dicompyler/dicompyler-core|3.6153289949385395e-06| +|setup.py|github/aalhossary/pyemgpipeline|3.6153289949385395e-06| +|setup.py|github/ejhigson/perfectns|3.6153289949385395e-06| +|setup.py|github/ejhigson/nestcheck|3.6153289949385395e-06| +|setup.py|github/ejhigson/dyPolyChord|3.6153289949385395e-06| +|setup.py|github/thejasvibr/bat_beamshapes|3.6153289949385395e-06| +|setup.py|github/jonaselgammal/GPry|3.6153289949385395e-06| +|setup.py|github/ginolhac/mapDamage|3.6153289949385395e-06| +|setup.py|github/thomasorb/orcs|3.6153289949385395e-06| +|setup.py|github/mlujnie/simple|3.6153289949385395e-06| +|setup.py|github/mlower/rmnest|3.6153289949385395e-06| +|setup.py|github/jpierel14/sntd|3.6153289949385395e-06| +|setup.py|github/felixchenier/kineticstoolkit|3.6153289949385395e-06| +|setup.py|github/dgerosa/gwdet|3.6153289949385395e-06| +|setup.py|github/dgerosa/spops|3.6153289949385395e-06| +|setup.py|github/dgerosa/surrkick|3.6153289949385395e-06| +|setup.py|github/halomod/hmf|3.6153289949385395e-06| +|setup.py|github/halomod/halomod|3.6153289949385395e-06| +|setup.py|github/parallelwindfarms/byteparsing|3.6153289949385395e-06| +|setup.py|github/wilkelab/Opfi|3.6153289949385395e-06| +|setup.py|github/heliopython/heliopy|3.6153289949385395e-06| +|setup.py|github/tofflemire/saphires|3.6153289949385395e-06| +|setup.py|github/omuse-geoscience/omuse|3.6153289949385395e-06| +|setup.py|github/astropy/astroscrappy|3.6153289949385395e-06| +|setup.py|github/astropy/astroplan|3.6153289949385395e-06| +|setup.py|github/astropy/halotools|3.6153289949385395e-06| +|setup.py|github/astropy/specutils|3.6153289949385395e-06| +|setup.py|github/astropy/SPISEA|3.6153289949385395e-06| +|setup.py|github/astropy/astroquery|3.6153289949385395e-06| +|setup.py|github/astropy/ccdproc|3.6153289949385395e-06| +|setup.py|github/NathanSandford/Chem-I-Calc|3.6153289949385395e-06| +|setup.py|github/brandon-rhodes/python-jplephem|3.6153289949385395e-06| +|setup.py|github/icesat2py/icepyx|3.6153289949385395e-06| +|setup.py|github/Hoohm/CITE-seq-Count|3.6153289949385395e-06| +|setup.py|github/1313e/PRISM|3.6153289949385395e-06| +|setup.py|github/smeingast/PNICER|3.6153289949385395e-06| +|setup.py|github/matthiasdemuzere/w2w|3.6153289949385395e-06| +|setup.py|github/dask/dask|3.6153289949385395e-06| +|setup.py|github/GijsMulders/epos|3.6153289949385395e-06| +|setup.py|github/MD-Studio/cerulean|3.6153289949385395e-06| +|setup.py|github/COSMIC-PopSynth/COSMIC|3.6153289949385395e-06| +|setup.py|github/malonge/RagTag|3.6153289949385395e-06| +|setup.py|github/glue-viz/glue|3.6153289949385395e-06| +|setup.py|github/eScatter/pyelsepa|3.6153289949385395e-06| +|setup.py|github/joshjchayes/TransitFit|3.6153289949385395e-06| +|setup.py|github/cbalbin-FIU/Epitopedia|3.6153289949385395e-06| +|setup.py|github/ratt-ru/CubiCal|3.6153289949385395e-06| +|setup.py|github/ratt-ru/montblanc|3.6153289949385395e-06| +|setup.py|github/JoschaJ/mockFRBhosts|3.6153289949385395e-06| +|setup.py|github/GalacticDynamics-Oxford/Agama|3.6153289949385395e-06| +|setup.py|github/ArgonneCPAC/dsps|3.6153289949385395e-06| +|setup.py|github/TriPed-Robot/TriP|3.6153289949385395e-06| +|setup.py|github/copasi/basico|3.6153289949385395e-06| +|setup.py|github/cmateu/PyMGC3|3.6153289949385395e-06| +|setup.py|github/cmateu/galstreams|3.6153289949385395e-06| +|setup.py|github/bartongroup/yanosim|3.6153289949385395e-06| +|setup.py|github/NKI-AI/direct|3.6153289949385395e-06| +|setup.py|github/neuralhydrology/neuralhydrology|3.6153289949385395e-06| +|setup.py|github/eggplantbren/DNest4|3.6153289949385395e-06| +|setup.py|github/gmzsebastian/FLEET|3.6153289949385395e-06| +|setup.py|github/reggiebernardo/PTAfast|3.6153289949385395e-06| +|setup.py|github/KeplerGO/k2mosaic|3.6153289949385395e-06| +|setup.py|github/ucl-exoplanets/TauREx3_public|3.6153289949385395e-06| +|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6153289949385395e-06| +|setup.py|github/ghislainv/forestatrisk|3.6153289949385395e-06| +|setup.py|github/0xCoto/Virgo|3.6153289949385395e-06| +|setup.py|github/sdss/marvin|3.6153289949385395e-06| +|setup.py|github/jdidion/atropos|3.6153289949385395e-06| +|setup.py|github/rgmyr/corebreakout|3.6153289949385395e-06| +|setup.py|github/deepmodeling/DMFF|3.6153289949385395e-06| +|setup.py|github/oscaribv/citlalicue|3.6153289949385395e-06| +|setup.py|github/teuben/nemo|3.6153289949385395e-06| +|setup.py|github/astroml/gatspy|3.6153289949385395e-06| +|setup.py|github/NKI-CCB/PRECISE|3.6153289949385395e-06| +|setup.py|github/marius311/pypico|3.6153289949385395e-06| +|setup.py|github/ERA-URBAN/fm128_radar|3.6153289949385395e-06| +|setup.py|github/finagle29/DBSP_DRP|3.6153289949385395e-06| +|setup.py|github/IMMM-SFA/mosartwmpy|3.6153289949385395e-06| +|setup.py|github/exafmm/exafmm-t|3.6153289949385395e-06| +|setup.py|github/franpoz/SHERLOCK|3.6153289949385395e-06| +|setup.py|github/H-E-L-P/XID_plus|3.6153289949385395e-06| +|setup.py|github/siavash-saki/tesspy|3.6153289949385395e-06| +|setup.py|github/agshumate/LiftoffTools|3.6153289949385395e-06| +|setup.py|github/Extraweich/homopy|3.6153289949385395e-06| +|setup.py|github/cthoyt/bel-resources|3.6153289949385395e-06| +|setup.py|github/caseyjlaw/rtpipe|3.6153289949385395e-06| +|setup.py|github/hknd23/idcempy|3.6153289949385395e-06| +|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6153289949385395e-06| +|setup.py|github/mgm8/pyngham|3.6153289949385395e-06| +|setup.py|github/WMD-group/MacroDensity|3.6153289949385395e-06| +|setup.py|github/WMD-group/SMACT|3.6153289949385395e-06| +|setup.py|github/nickrodd/HDMSpectra|3.6153289949385395e-06| +|setup.py|github/MASILab/pyPheWAS|3.6153289949385395e-06| +|setup.py|github/IKNL/vantage6|3.6153289949385395e-06| +|setup.py|github/saphir746/BiobankRead-Bash|3.6153289949385395e-06| +|setup.py|github/NoahSailer/FishLSS|3.6153289949385395e-06| +|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6153289949385395e-06| +|setup.py|github/era-urban/wrfpy|3.6153289949385395e-06| +|setup.py|github/illumina/pyflow|3.6153289949385395e-06| +|setup.py|github/ebellm/pyraf-dbsp|3.6153289949385395e-06| +|setup.py|github/biocore/emperor|3.6153289949385395e-06| +|setup.py|github/biocore/scikit-bio|3.6153289949385395e-06| +|setup.py|github/biocore/deblur|3.6153289949385395e-06| +|setup.py|github/KathrynJones1/catwoman|3.6153289949385395e-06| +|setup.py|github/mikecokina/elisa|3.6153289949385395e-06| +|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6153289949385395e-06| +|setup.py|github/telegraphic/fits2hdf|3.6153289949385395e-06| +|setup.py|github/telegraphic/pygsm|3.6153289949385395e-06| +|setup.py|github/bio-phys/BioEn|3.6153289949385395e-06| +|setup.py|github/Midnighter/dependency-info|3.6153289949385395e-06| +|setup.py|github/tvwenger/hii-region-kinematics|3.6153289949385395e-06| +|setup.py|github/tvwenger/wisp|3.6153289949385395e-06| +|setup.py|github/tvwenger/kd|3.6153289949385395e-06| +|setup.py|github/tvwenger/kinematic_scaleheight|3.6153289949385395e-06| +|setup.py|github/Starlink/starlink|3.6153289949385395e-06| +|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6153289949385395e-06| +|setup.py|github/girder/viime|3.6153289949385395e-06| +|setup.py|github/kathlandgren/SWAMPE|3.6153289949385395e-06| +|setup.py|github/zonca/python-qucs|3.6153289949385395e-06| +|setup.py|github/BaroudLab/Griottes|3.6153289949385395e-06| +|setup.py|github/computational-chemical-biology/ChemWalker|3.6153289949385395e-06| +|setup.py|github/nextgenusfs/amptk|3.6153289949385395e-06| +|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6153289949385395e-06| +|setup.py|github/pierrexyz/pybird|3.6153289949385395e-06| +|setup.py|github/Substra/substra|3.6153289949385395e-06| +|setup.py|github/stammler/dustpy|3.6153289949385395e-06| +|setup.py|github/stammler/simframe|3.6153289949385395e-06| +|setup.py|github/nithyanandan/PRISim|3.6153289949385395e-06| +|setup.py|github/thomas0809/MolScribe|3.6153289949385395e-06| +|setup.py|github/mriener/gausspyplus|3.6153289949385395e-06| +|setup.py|github/fjprichard/PyAFBF|3.6153289949385395e-06| +|setup.py|github/sylvainprigent/napari-tracks-reader|3.6153289949385395e-06| +|setup.py|github/GoekeLab/xpore|3.6153289949385395e-06| +|setup.py|github/remi-adam/minot|3.6153289949385395e-06| +|setup.py|github/pmvreeswijk/BlackBOX|3.6153289949385395e-06| +|setup.py|github/pmvreeswijk/ZOGY|3.6153289949385395e-06| +|setup.py|github/elizabethnewman/hessQuik|3.6153289949385395e-06| +|setup.py|github/EnsembleGovServices/kamodo-core|3.6153289949385395e-06| +|setup.py|github/daniel-muthukrishna/astrodash|3.6153289949385395e-06| +|setup.py|github/e-koch/FilFinder|3.6153289949385395e-06| +|setup.py|github/DrafProject/elmada|3.6153289949385395e-06| +|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6153289949385395e-06| +|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6153289949385395e-06| +|setup.py|github/Sarc-Graph/sarcgraph|3.6153289949385395e-06| +|setup.py|github/transientskp/pyse|3.6153289949385395e-06| +|setup.py|github/transientskp/tkp|3.6153289949385395e-06| +|setup.py|github/Heldenkombinat/Logodetect|3.6153289949385395e-06| +|setup.py|github/cdslaborg/paramonte|3.6153289949385395e-06| +|setup.py|github/subisarkar/JexoSim|3.6153289949385395e-06| +|setup.py|github/gmbrandt/xwavecal|3.6153289949385395e-06| +|setup.py|github/MNiwano/Eclaire|3.6153289949385395e-06| +|setup.py|github/a-slide/pycoQC|3.6153289949385395e-06| +|setup.py|github/kgullikson88/Telluric-Fitter|3.6153289949385395e-06| +|setup.py|github/vatlab/sos-notebook|3.6153289949385395e-06| +|setup.py|github/bethgelab/foolbox|3.6153289949385395e-06| +|setup.py|github/RTIInternational/gobbli|3.6153289949385395e-06| +|setup.py|github/ConorMacBride/mcalf|3.6153289949385395e-06| +|setup.py|github/astrosupriyo/pyTANSPEC|3.6153289949385395e-06| +|setup.py|github/tcassanelli/pywpf|3.6153289949385395e-06| +|setup.py|github/DrMarc/slab|3.6153289949385395e-06| +|setup.py|github/j-faria/kima|3.6153289949385395e-06| +|setup.py|github/kevin218/Eureka|3.6153289949385395e-06| +|setup.py|github/MonashSmartStructures/ospgrillage|3.6153289949385395e-06| +|setup.py|github/clauswilke/PeptideBuilder|3.6153289949385395e-06| +|setup.py|github/BPSB/combine-p-values-discrete|3.6153289949385395e-06| +|setup.py|github/lanl/swiftbat_python|3.6153289949385395e-06| +|setup.py|github/lanl/PyBNF|3.6153289949385395e-06| +|setup.py|github/lanl/scico|3.6153289949385395e-06| +|setup.py|github/ejeschke/ginga|3.6153289949385395e-06| +|setup.py|github/anuradhawick/LRBinner|3.6153289949385395e-06| +|setup.py|github/nye17/javelin|3.6153289949385395e-06| +|setup.py|github/Yu-Group/veridical-flow|3.6153289949385395e-06| +|setup.py|github/AstarVienna/Pyckles|3.6153289949385395e-06| +|setup.py|github/AstarVienna/skycalc_ipy|3.6153289949385395e-06| +|setup.py|github/AstarVienna/ScopeSim_Templates|3.6153289949385395e-06| +|setup.py|github/AstarVienna/AnisoCADO|3.6153289949385395e-06| +|setup.py|github/wiederm/transformato|3.6153289949385395e-06| +|setup.py|github/RichardObi/medigan|3.6153289949385395e-06| +|setup.py|github/mjacob1002/Eir|3.6153289949385395e-06| +|setup.py|github/ORNL/tx2|3.6153289949385395e-06| +|setup.py|github/pmaxted/pycheops|3.6153289949385395e-06| +|setup.py|github/peterk87/sistr_cmd|3.6153289949385395e-06| +|setup.py|github/jiffyclub/palettable|3.6153289949385395e-06| +|setup.py|github/ofionnad/radiowinds|3.6153289949385395e-06| +|setup.py|github/mikekatz04/BOWIE|3.6153289949385395e-06| +|setup.py|github/richteague/bettermoments|3.6153289949385395e-06| +|setup.py|github/richteague/eddy|3.6153289949385395e-06| +|setup.py|github/richteague/gofish|3.6153289949385395e-06| +|setup.py|github/richteague/disksurf|3.6153289949385395e-06| +|setup.py|github/SWIFTSIM/emulator|3.6153289949385395e-06| +|setup.py|github/liamedeiros/ehtplot|3.6153289949385395e-06| +|setup.py|github/FreBio/komics|3.6153289949385395e-06| +|setup.py|github/tardis-sn/carsus|3.6153289949385395e-06| +|setup.py|github/tardis-sn/tardis|3.6153289949385395e-06| +|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6153289949385395e-06| +|setup.py|github/iric-soft/km|3.6153289949385395e-06| +|setup.py|github/MNGuenther/allesfitter|3.6153289949385395e-06| +|setup.py|github/cbg-ethz/shorah|3.6153289949385395e-06| +|setup.py|github/minzastro/unidam|3.6153289949385395e-06| +|setup.py|github/Singh-Lab/DeMaSk|3.6153289949385395e-06| +|setup.py|github/musevlt/origin|3.6153289949385395e-06| +|setup.py|github/musevlt/muse-psfr|3.6153289949385395e-06| +|setup.py|github/cadop/seg1d|3.6153289949385395e-06| +|setup.py|github/miniufo/xinvert|3.6153289949385395e-06| +|setup.py|github/Martindelosrios/cosmic-kite|3.6153289949385395e-06| +|setup.py|github/LindleyLentati/Cobra|3.6153289949385395e-06| +|setup.py|github/jacobblum/simDRIFT|3.6153289949385395e-06| +|setup.py|github/JixingGE/GGCHEMPY|3.6153289949385395e-06| +|setup.py|github/maxpumperla/hyperas|3.6153289949385395e-06| +|setup.py|github/GenomicParisCentre/toulligQC|3.6153289949385395e-06| +|setup.py|github/prajwel/curvit|3.6153289949385395e-06| +|setup.py|github/PabloMSanAla/fabada|3.6153289949385395e-06| +|setup.py|github/djsutherland/py-sdm|3.6153289949385395e-06| +|setup.py|github/samuelefiorini/tangle|3.6153289949385395e-06| +|setup.py|github/songweizhi/Binning_refiner|3.6153289949385395e-06| +|setup.py|github/Guo-Jian-Wang/colfi|3.6153289949385395e-06| +|setup.py|github/thieu1995/permetrics|3.6153289949385395e-06| +|setup.py|github/privong/pymccorrelation|3.6153289949385395e-06| +|setup.py|github/federicomarulli/CosmoBolognaLib|3.6153289949385395e-06| +|setup.py|github/napakalas/casbert|3.6153289949385395e-06| +|setup.py|github/hover2pi/SEDkit|3.6153289949385395e-06| +|setup.py|github/jollejolles/pirecorder|3.6153289949385395e-06| +|setup.py|github/nespinoza/mc-spam|3.6153289949385395e-06| +|setup.py|github/nespinoza/juliet|3.6153289949385395e-06| +|setup.py|github/sonwell/biotools|3.6153289949385395e-06| +|setup.py|github/orcasgit/python-fitbit|3.6153289949385395e-06| +|setup.py|github/podondra/eidein|3.6153289949385395e-06| +|setup.py|github/vanheeringen-lab/gimmemotifs|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanopack|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanomath|3.6153289949385395e-06| +|setup.py|github/wdecoster/NanoPlot|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanoget|3.6153289949385395e-06| +|setup.py|github/wdecoster/NanoComp|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanocomp|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanostat|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanolyse|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanoQC|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanofilt|3.6153289949385395e-06| +|setup.py|github/KBNLresearch/ochre|3.6153289949385395e-06| +|setup.py|github/engyasin/Offline_MOT|3.6153289949385395e-06| +|setup.py|github/Bahler-Lab/pyphe|3.6153289949385395e-06| +|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6153289949385395e-06| +|setup.py|github/guangtunbenzhu/SetCoverPy|3.6153289949385395e-06| +|setup.py|github/bxia888/CEFCIG|3.6153289949385395e-06| +|setup.py|github/OBrink/RanDepict|3.6153289949385395e-06| +|setup.py|github/Cascella-Group-UiO/HyMD|3.6153289949385395e-06| +|setup.py|github/MDAnalysis/mdanalysis|3.6153289949385395e-06| +|setup.py|github/LucaMalavolta/PyORBIT|3.6153289949385395e-06| +|setup.py|github/cog-imperial/GPdoemd|3.6153289949385395e-06| +|setup.py|github/cog-imperial/galini|3.6153289949385395e-06| +|setup.py|github/cog-imperial/entmoot|3.6153289949385395e-06| +|setup.py|github/cog-imperial/suspect|3.6153289949385395e-06| +|setup.py|github/rohinkumar/correlcalc|3.6153289949385395e-06| +|setup.py|github/fakedrtom/oncogemini|3.6153289949385395e-06| +|setup.py|github/vijayvarma392/binaryBHexp|3.6153289949385395e-06| +|setup.py|github/Xia-Yijie/Xponge|3.6153289949385395e-06| +|setup.py|github/WorkflowConversion/CTDConverter|3.6153289949385395e-06| +|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6153289949385395e-06| +|setup.py|github/maxibor/sam2lca|3.6153289949385395e-06| +|setup.py|github/nanograv/PINT|3.6153289949385395e-06| +|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6153289949385395e-06| +|setup.py|github/recipy/recipy|3.6153289949385395e-06| +|setup.py|github/abrupt-climate/hyper-canny|3.6153289949385395e-06| +|setup.py|github/YosefLab/scvi-tools|3.6153289949385395e-06| +|setup.py|github/caracal-pipeline/caracal|3.6153289949385395e-06| +|setup.py|github/supernnova/SuperNNova|3.6153289949385395e-06| +|setup.py|github/timstaley/voevent-parse|3.6153289949385395e-06| +|setup.py|github/fitbenchmarking/fitbenchmarking|3.6153289949385395e-06| +|setup.py|github/TPI-Immunogenetics/igmat|3.6153289949385395e-06| +|setup.py|github/seclark/RHT|3.6153289949385395e-06| +|setup.py|github/fair-software/howfairis|3.6153289949385395e-06| +|setup.py|github/fair-software/fairtally|3.6153289949385395e-06| +|setup.py|github/cosimoNigro/agnpy|3.6153289949385395e-06| +|setup.py|github/ggonnella/gfapy|3.6153289949385395e-06| +|setup.py|github/mbaes/SpheCow|3.6153289949385395e-06| +|setup.py|github/tensorly/viz|3.6153289949385395e-06| +|setup.py|github/Astroua/TurbuStat|3.6153289949385395e-06| +|setup.py|github/Astroua/SCIMES|3.6153289949385395e-06| +|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6153289949385395e-06| +|setup.py|github/TimothyADavis/KinMSpy|3.6153289949385395e-06| +|setup.py|github/ml-evs/matador|3.6153289949385395e-06| +|setup.py|github/ekaterinailin/AltaiPony|3.6153289949385395e-06| +|setup.py|github/pytoolz/toolz|3.6153289949385395e-06| +|setup.py|github/rjtanner/StarburstPy|3.6153289949385395e-06| +|setup.py|github/tylunel/pvpumpingsystem|3.6153289949385395e-06| +|setup.py|github/ledatelescope/bifrost|3.6153289949385395e-06| +|setup.py|github/afarahi/tatter|3.6153289949385395e-06| +|setup.py|github/afarahi/PoPE|3.6153289949385395e-06| +|setup.py|github/afarahi/kllr|3.6153289949385395e-06| +|setup.py|github/migp11/pyfastcore|3.6153289949385395e-06| +|setup.py|github/aspuru-guzik-group/funsies|3.6153289949385395e-06| +|setup.py|github/zclaytor/kiauhoku|3.6153289949385395e-06| +|setup.py|github/zclaytor/butterpy|3.6153289949385395e-06| +|setup.py|github/cmillion/gPhoton|3.6153289949385395e-06| +|setup.py|github/mdruett/COCOPLOT|3.6153289949385395e-06| +|setup.py|github/XSLiuLab/Seq2Neo|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/BXA|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/PyMultiNest|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/UltraNest|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/nway|3.6153289949385395e-06| +|setup.py|github/sfschen/velocileptors|3.6153289949385395e-06| +|setup.py|github/wtsi-hpag/HiLine|3.6153289949385395e-06| +|setup.py|github/Magritte-code/Magritte|3.6153289949385395e-06| +|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6153289949385395e-06| +|setup.py|github/4pisky/fourpisky-core|3.6153289949385395e-06| +|setup.py|github/jianhuupenn/SpaGCN|3.6153289949385395e-06| +|setup.py|github/philres/catfishq|3.6153289949385395e-06| +|setup.py|github/virgesmith/neworder|3.6153289949385395e-06| +|setup.py|github/andresmegias/richvalues|3.6153289949385395e-06| +|setup.py|github/scipion-em/scipion-em-continuousflex|3.6153289949385395e-06| +|setup.py|github/markusbonse/applefy|3.6153289949385395e-06| +|setup.py|github/soichiro-hattori/unpopular|3.6153289949385395e-06| +|setup.py|github/JoeMcEwen/FAST-PT|3.6153289949385395e-06| +|setup.py|github/NREL/graph-env|3.6153289949385395e-06| +|setup.py|github/AnantharamanLab/vRhyme|3.6153289949385395e-06| +|setup.py|github/fpavogt/fcmaker|3.6153289949385395e-06| +|setup.py|github/cy-xu/cosmic-conn|3.6153289949385395e-06| +|setup.py|github/mishioo/tesliper|3.6153289949385395e-06| +|setup.py|github/PhilippJunk/homelette|3.6153289949385395e-06| +|setup.py|github/cumbof/honto|3.6153289949385395e-06| +|setup.py|github/ideasrule/platon|3.6153289949385395e-06| +|setup.py|github/benvanwerkhoven/kernel_tuner|3.6153289949385395e-06| +|setup.py|github/Starfish-develop/Starfish|3.6153289949385395e-06| +|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6153289949385395e-06| +|setup.py|github/dmey/synthia|3.6153289949385395e-06| +|setup.py|github/astronomyk/SimCADO|3.6153289949385395e-06| +|setup.py|github/PlanetHunters/tkmatrix|3.6153289949385395e-06| +|setup.py|github/dmnfarrell/epitopepredict|3.6153289949385395e-06| +|setup.py|github/dmnfarrell/snpgenie|3.6153289949385395e-06| +|setup.py|github/gem-pasteur/macsyfinder|3.6153289949385395e-06| +|setup.py|github/dfujim/bfit|3.6153289949385395e-06| +|setup.py|github/smog-server/OpenSMOG|3.6153289949385395e-06| +|setup.py|github/ziotom78/dacapo_calibration|3.6153289949385395e-06| +|setup.py|github/ChrisBeaumont/brut|3.6153289949385395e-06| +|setup.py|github/icb-dcm/pyabc|3.6153289949385395e-06| +|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6153289949385395e-06| +|setup.py|github/DeltaRCM/pyDeltaRCM|3.6153289949385395e-06| +|setup.py|github/vferat/pycrostates|3.6153289949385395e-06| +|setup.py|github/snad-space/zwad|3.6153289949385395e-06| +|setup.py|github/matplotlib/matplotlib|3.6153289949385395e-06| +|setup.py|github/joe-antognini/kozai|3.6153289949385395e-06| +|setup.py|github/NickSwainston/pulsar_spectra|3.6153289949385395e-06| +|setup.py|github/YSOVAR/YSOVAR|3.6153289949385395e-06| +|setup.py|github/symmy596/Polypy|3.6153289949385395e-06| +|setup.py|github/symmy596/SurfinPy|3.6153289949385395e-06| +|setup.py|github/adbar/htmldate|3.6153289949385395e-06| +|setup.py|github/numba/numba|3.6153289949385395e-06| +|setup.py|github/dparks1134/RefineM|3.6153289949385395e-06| +|setup.py|github/galkintool/galkin|3.6153289949385395e-06| +|setup.py|github/ICAMS/strucscan|3.6153289949385395e-06| +|setup.py|github/tmcclintock/cluster_toolkit|3.6153289949385395e-06| +|setup.py|github/ajeldorado/falco-python|3.6153289949385395e-06| +|setup.py|github/odb9402/CNNPeaks|3.6153289949385395e-06| +|setup.py|github/fcs-analysis/PyScanFCS|3.6153289949385395e-06| +|setup.py|github/fcs-analysis/PyCorrFit|3.6153289949385395e-06| +|setup.py|github/hyperopt/hyperopt|3.6153289949385395e-06| +|setup.py|github/lmfit/lmfit-py|3.6153289949385395e-06| +|setup.py|github/dmentipl/plonk|3.6153289949385395e-06| +|setup.py|github/NiallJeffrey/DeepMass|3.6153289949385395e-06| +|setup.py|github/javicarron/pynkowski|3.6153289949385395e-06| +|setup.py|github/javicarron/mtneedlet|3.6153289949385395e-06| +|setup.py|github/ryansmcgee/seirsplus|3.6153289949385395e-06| +|setup.py|github/coljac/sensie|3.6153289949385395e-06| +|setup.py|github/deepmedic/deepmedic|3.6153289949385395e-06| +|setup.py|github/realfastvla/realfast|3.6153289949385395e-06| +|setup.py|github/realfastvla/rfpipe|3.6153289949385395e-06| +|setup.py|github/brian-team/brian2|3.6153289949385395e-06| +|setup.py|github/lberaldoesilva/naif|3.6153289949385395e-06| +|setup.py|github/DirectDM/directdm-py|3.6153289949385395e-06| +|setup.py|github/matchms/matchms|3.6153289949385395e-06| +|setup.py|github/matchms/ms2deepscore|3.6153289949385395e-06| +|setup.py|github/tschad/pycelp|3.6153289949385395e-06| +|setup.py|github/herjy/SLIT|3.6153289949385395e-06| +|setup.py|github/carpyncho/carpyncho-py|3.6153289949385395e-06| +|setup.py|github/getzlab/rnaseqc|3.6153289949385395e-06| +|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6153289949385395e-06| +|setup.py|github/einsteinpy/einsteinpy|3.6153289949385395e-06| +|setup.py|github/morriscb/The-wiZZ|3.6153289949385395e-06| +|setup.py|github/edwardoughton/itmlogic|3.6153289949385395e-06| +|setup.py|github/CLARIAH/grlc|3.6153289949385395e-06| +|setup.py|github/davemlz/eemont|3.6153289949385395e-06| +|setup.py|github/qpv-research-group/solcore5|3.6153289949385395e-06| +|setup.py|github/HajimeKawahara/sot|3.6153289949385395e-06| +|setup.py|github/HajimeKawahara/exojax|3.6153289949385395e-06| +|setup.py|github/codemeleon/seqPanther|3.6153289949385395e-06| +|setup.py|github/popgenmethods/smcpp|3.6153289949385395e-06| +|setup.py|github/actris-cloudnet/cloudnetpy|3.6153289949385395e-06| +|setup.py|github/spokenlanguage/platalea|3.6153289949385395e-06| +|setup.py|github/linnarsson-lab/loompy|3.6153289949385395e-06| +|setup.py|github/compomics/DeepLC|3.6153289949385395e-06| +|setup.py|github/aabdurrouf/piXedfit|3.6153289949385395e-06| +|setup.py|github/lantunes/cellpylib|3.6153289949385395e-06| +|setup.py|github/SISPO-developers/sispo|3.6153289949385395e-06| +|setup.py|github/precice/micro-manager|3.6153289949385395e-06| +|setup.py|github/LBNL-ETA/MSWH|3.6153289949385395e-06| +|setup.py|github/chasmani/piecewise-regression|3.6153289949385395e-06| +|setup.py|github/shbhuk/barycorrpy|3.6153289949385395e-06| +|setup.py|github/shbhuk/mrexo|3.6153289949385395e-06| +|setup.py|github/warrickball/tomso|3.6153289949385395e-06| +|setup.py|github/apertif/apercal|3.6153289949385395e-06| +|setup.py|github/pynbody/pynbody|3.6153289949385395e-06| +|setup.py|github/pynbody/tangos|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/flamingo|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/insilico-server|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/swan|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/CAT|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/Moka|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/ceiba-cli|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/ceiba|3.6153289949385395e-06| +|setup.py|github/yymao/abundancematching|3.6153289949385395e-06| +|setup.py|github/cmbant/getdist|3.6153289949385395e-06| +|setup.py|github/CosmoStat/shapepipe|3.6153289949385395e-06| +|setup.py|github/linqs/psl|3.6153289949385395e-06| +|setup.py|github/toshiyan/cmblensplus|3.6153289949385395e-06| +|setup.py|github/opencobra/cobrapy|3.6153289949385395e-06| +|setup.py|github/RaRe-Technologies/gensim|3.6153289949385395e-06| +|setup.py|github/pybamm-team/PyBaMM|3.6153289949385395e-06| +|setup.py|github/pybamm-team/liionpack|3.6153289949385395e-06| +|setup.py|github/dnarayanan/powderday|3.6153289949385395e-06| +|setup.py|github/RECeSS-EU-Project/stanscofi|3.6153289949385395e-06| +|setup.py|github/ACEnglish/truvari|3.6153289949385395e-06| +|setup.py|github/CQCL/qujax|3.6153289949385395e-06| +|setup.py|github/stevengiacalone/triceratops|3.6153289949385395e-06| +|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6153289949385395e-06| +|setup.py|github/jakevdp/wpca|3.6153289949385395e-06| +|setup.py|github/smoh/kinesis|3.6153289949385395e-06| +|setup.py|github/tjiangHIT/cuteSV|3.6153289949385395e-06| +|setup.py|github/galizia-lab/pyview|3.6153289949385395e-06| +|setup.py|github/4dn-dcic/pairix|3.6153289949385395e-06| +|setup.py|github/phenomecentre/nPYc-Toolbox|3.6153289949385395e-06| +|setup.py|github/LucIJspeert/eclipsr|3.6153289949385395e-06| +|setup.py|github/LucIJspeert/star_shadow|3.6153289949385395e-06| +|setup.py|github/egjergo/galcem|3.6153289949385395e-06| +|setup.py|github/nanoporetech/qcat|3.6153289949385395e-06| +|setup.py|github/nanoporetech/megalodon|3.6153289949385395e-06| +|setup.py|github/nanoporetech/tombo|3.6153289949385395e-06| +|setup.py|github/nanoporetech/ont_fast5_api|3.6153289949385395e-06| +|setup.py|github/simonsobs/pixell|3.6153289949385395e-06| +|setup.py|github/simonsobs/nemo|3.6153289949385395e-06| +|setup.py|github/t-brandt/orvara|3.6153289949385395e-06| +|setup.py|github/connectomicslab/connectomemapper3|3.6153289949385395e-06| +|setup.py|github/CyclotronResearchCentre/bidsme|3.6153289949385395e-06| +|setup.py|github/bwengals/CCSNMultivar|3.6153289949385395e-06| +|setup.py|github/colour-science/colour|3.6153289949385395e-06| +|setup.py|github/circuitgraph/circuitgraph|3.6153289949385395e-06| +|setup.py|github/andizq/sf3dmodels|3.6153289949385395e-06| +|setup.py|github/pnnl/interflow|3.6153289949385395e-06| +|setup.py|github/gbernstein/pixmappy|3.6153289949385395e-06| +|setup.py|github/dtamayo/reboundx|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/pyranges|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/epic2|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/ncls|3.6153289949385395e-06| +|setup.py|github/tomlouden/spiderman|3.6153289949385395e-06| +|setup.py|github/sbebo/joypy|3.6153289949385395e-06| +|setup.py|github/EISy-as-Py/hardy|3.6153289949385395e-06| +|setup.py|github/bfarr/exocartographer|3.6153289949385395e-06| +|setup.py|github/kennethcarrell/ATARRI|3.6153289949385395e-06| +|setup.py|github/lynx-x-ray-observatory/soxs|3.6153289949385395e-06| +|setup.py|github/keflavich/HiGal_SEDfitter|3.6153289949385395e-06| +|setup.py|github/spacetelescope/specview|3.6153289949385395e-06| +|setup.py|github/spacetelescope/stginga|3.6153289949385395e-06| +|setup.py|github/spacetelescope/synphot_refactor|3.6153289949385395e-06| +|setup.py|github/spacetelescope/specviz|3.6153289949385395e-06| +|setup.py|github/spacetelescope/stsynphot_refactor|3.6153289949385395e-06| +|setup.py|github/spacetelescope/imexam|3.6153289949385395e-06| +|setup.py|github/rvalieris/parallel-fastq-dump|3.6153289949385395e-06| +|setup.py|github/comprna/reorientexpress|3.6153289949385395e-06| +|setup.py|github/brentp/geneimpacts|3.6153289949385395e-06| +|setup.py|github/brentp/cigar|3.6153289949385395e-06| +|setup.py|github/dbuscher/pois|3.6153289949385395e-06| +|setup.py|github/vincentlab/PyFR|3.6153289949385395e-06| +|setup.py|github/alphaparrot/ExoPlaSim|3.6153289949385395e-06| +|setup.py|github/ulelab/ultraplex|3.6153289949385395e-06| +|setup.py|github/cov-lineages/pangolin|3.6153289949385395e-06| +|setup.py|github/chapmanb/bcbb|3.6153289949385395e-06| +|setup.py|github/AlexanderLabWHOI/EUKulele|3.6153289949385395e-06| +|setup.py|github/bioinform/somaticseq|3.6153289949385395e-06| +|setup.py|github/rasg-affiliates/healvis|3.6153289949385395e-06| +|setup.py|github/jbussemaker/SBArchOpt|3.6153289949385395e-06| +|setup.py|github/ngltr/sinaps|3.6153289949385395e-06| +|setup.py|github/biobakery/MetaPhlAn|3.6153289949385395e-06| +|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6153289949385395e-06| +|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6153289949385395e-06| +|setup.py|github/seqcode/allo|3.6153289949385395e-06| +|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6153289949385395e-06| +|setup.py|github/dwkim78/upsilon|3.6153289949385395e-06| +|setup.py|github/dwkim78/pdtrend|3.6153289949385395e-06| +|setup.py|github/dwkim78/ASTRiDE|3.6153289949385395e-06| +|setup.py|github/spacepy/spacepy|3.6153289949385395e-06| +|setup.py|github/MartianColonist/POSEIDON|3.6153289949385395e-06| +|setup.py|github/FrancesBW/bellamy|3.6153289949385395e-06| +|setup.py|github/DeepRank/DeepRank-GNN|3.6153289949385395e-06| +|setup.py|github/DeepRank/pdb2sql|3.6153289949385395e-06| +|setup.py|github/DeepRank/iScore|3.6153289949385395e-06| +|setup.py|github/DeepRank/deeprank|3.6153289949385395e-06| +|setup.py|github/DeepRank/pssmgen|3.6153289949385395e-06| +|setup.py|github/SCM-NV/qmflows|3.6153289949385395e-06| +|setup.py|github/SCM-NV/pyZacros|3.6153289949385395e-06| +|setup.py|github/SCM-NV/qmflows-namd|3.6153289949385395e-06| +|setup.py|github/fred3m/toyz|3.6153289949385395e-06| +|setup.py|github/avigan/SPHERE|3.6153289949385395e-06| +|setup.py|github/avigan/pyZELDA|3.6153289949385395e-06| +|setup.py|github/MannLabs/alphapept|3.6153289949385395e-06| +|setup.py|github/jorisparet/partycls|3.6153289949385395e-06| +|setup.py|github/conda/pycosat|3.6153289949385395e-06| +|setup.py|github/conda/conda|3.6153289949385395e-06| +|setup.py|github/kerkelae/disimpy|3.6153289949385395e-06| +|setup.py|github/bootphon/phonemizer|3.6153289949385395e-06| +|setup.py|github/Adamtaranto/Yanagiba|3.6153289949385395e-06| +|setup.py|github/beastraban/INSANE|3.6153289949385395e-06| +|setup.py|github/tool-bin/ukbcc|3.6153289949385395e-06| +|setup.py|github/schlafly/crowdsource|3.6153289949385395e-06| +|setup.py|github/catherinezucker/radfil|3.6153289949385395e-06| +|setup.py|github/mzy2240/ESA|3.6153289949385395e-06| +|setup.py|github/cire-thk/BifacialSimu|3.6153289949385395e-06| +|setup.py|github/twesterhout/lattice-symmetries|3.6153289949385395e-06| +|setup.py|github/clawpack/clawpack|3.6153289949385395e-06| +|setup.py|github/dunnkers/fseval|3.6153289949385395e-06| +|setup.py|github/agree019/DarkCapPy|3.6153289949385395e-06| +|setup.py|github/agurvich/FIRE_studio|3.6153289949385395e-06| +|setup.py|github/panoptes-organization/panoptes|3.6153289949385395e-06| +|setup.py|github/johnlees/pp-sketchlib|3.6153289949385395e-06| +|setup.py|github/BackmanLab/PWSpy|3.6153289949385395e-06| +|setup.py|github/pyro-ppl/pyro|3.6153289949385395e-06| +|setup.py|github/3fon3fonov/exostriker|3.6153289949385395e-06| +|setup.py|github/VeinsOfTheEarth/rabpro|3.6153289949385395e-06| +|setup.py|github/martinjzhang/scDRS|3.6153289949385395e-06| +|setup.py|github/sherpa-deproject/deproject|3.6153289949385395e-06| +|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6153289949385395e-06| +|setup.py|github/UNSW-CEEM/nempy|3.6153289949385395e-06| +|setup.py|github/smirarab/sepp|3.6153289949385395e-06| +|setup.py|github/jiahecui/SenAOReFoc|3.6153289949385395e-06| +|setup.py|github/gdrouart/MrMoose|3.6153289949385395e-06| +|setup.py|github/benmontet/f3|3.6153289949385395e-06| +|setup.py|github/cabb99/open3spn2|3.6153289949385395e-06| +|setup.py|github/equib/pyEQUIB|3.6153289949385395e-06| +|setup.py|github/julianreul/mode_behave|3.6153289949385395e-06| +|setup.py|github/cas-bioinf/rboAnalyzer|3.6153289949385395e-06| +|setup.py|github/matthewholman/assist|3.6153289949385395e-06| +|setup.py|github/PyPSA/atlite|3.6153289949385395e-06| +|setup.py|github/PyPSA/linopy|3.6153289949385395e-06| +|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6153289949385395e-06| +|setup.py|github/shadden/celmech|3.6153289949385395e-06| +|setup.py|github/parmoo/parmoo|3.6153289949385395e-06| +|setup.py|github/cameronliang/BayesVP|3.6153289949385395e-06| +|setup.py|github/undark-lab/sstrax|3.6153289949385395e-06| +|setup.py|github/dstndstn/astrometry.net|3.6153289949385395e-06| +|setup.py|github/OpenMDAO/dymos|3.6153289949385395e-06| +|setup.py|github/thomaspinder/GPJax|3.6153289949385395e-06| +|setup.py|github/natashabatalha/PandExo|3.6153289949385395e-06| +|setup.py|github/natashabatalha/picaso|3.6153289949385395e-06| +|setup.py|github/bcgsc/tigmint|3.6153289949385395e-06| +|setup.py|github/atomneb/AtomNeb-py|3.6153289949385395e-06| +|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6153289949385395e-06| +|setup.py|github/epic-astronomy/EPIC|3.6153289949385395e-06| +|setup.py|github/matteobreschi/bajes|3.6153289949385395e-06| +|setup.py|github/Filter-Bubble/e2e-Dutch|3.6153289949385395e-06| +|setup.py|github/exobssim/rapoc-public|3.6153289949385395e-06| +|setup.py|github/LSSTDESC/CCL|3.6153289949385395e-06| +|setup.py|github/LSSTDESC/descqa|3.6153289949385395e-06| +|setup.py|github/ynop/audiomate|3.6153289949385395e-06| +|setup.py|github/maayane/catsHTM|3.6153289949385395e-06| +|setup.py|github/MIC-DKFZ/HD-BET|3.6153289949385395e-06| +|setup.py|github/MIC-DKFZ/TractSeg|3.6153289949385395e-06| +|setup.py|github/SIOSlab/exodetbox|3.6153289949385395e-06| +|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6153289949385395e-06| +|setup.py|github/Alymantara/pydoppler|3.6153289949385395e-06| +|setup.py|github/gpantel/MolPainter|3.6153289949385395e-06| +|setup.py|github/jfowkes/pycutest|3.6153289949385395e-06| +|setup.py|github/fruzsinaagocs/oscode|3.6153289949385395e-06| +|setup.py|github/OpenWaterAnalytics/EPyT|3.6153289949385395e-06| +|setup.py|github/fraserw/TRIPPy|3.6153289949385395e-06| +|setup.py|github/abhisrkckl/GWecc|3.6153289949385395e-06| +|setup.py|github/VMBoehm/MADLens|3.6153289949385395e-06| +|setup.py|github/astro-informatics/ssht|3.6153289949385395e-06| +|setup.py|github/astro-informatics/s2let|3.6153289949385395e-06| +|setup.py|github/BD2KGenomics/toil|3.6153289949385395e-06| +|setup.py|github/genouest/biomaj-cli|3.6153289949385395e-06| +|setup.py|github/SynthSys/pyOmeroUpload|3.6153289949385395e-06| +|setup.py|github/astrosmili/smili|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/ariba|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/pymummer|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/iva|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/gubbins|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/circlator|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/Fastaq|3.6153289949385395e-06| +|setup.py|github/citiususc/BigSeqKit|3.6153289949385395e-06| +|setup.py|github/gwastro/pycbc|3.6153289949385395e-06| +|setup.py|github/PyFstat/PyFstat|3.6153289949385395e-06| +|setup.py|github/tlambert03/pycudadecon|3.6153289949385395e-06| +|setup.py|github/mscroggs/symfem|3.6153289949385395e-06| +|setup.py|github/changhoonhahn/pySpectrum|3.6153289949385395e-06| +|setup.py|github/vhaasteren/piccard|3.6153289949385395e-06| +|setup.py|github/kbarbary/nestle|3.6153289949385395e-06| +|setup.py|github/kbarbary/extinction|3.6153289949385395e-06| +|setup.py|github/GabrieleParimbelli/COLIBRI|3.6153289949385395e-06| +|setup.py|github/DMGW-Goethe/imripy|3.6153289949385395e-06| +|setup.py|github/Libensemble/libensemble|3.6153289949385395e-06| +|setup.py|github/biomedia-mira/blast-ct|3.6153289949385395e-06| +|setup.py|github/timothydmorton/vespa|3.6153289949385395e-06| +|setup.py|github/morpheus-project/morpheus|3.6153289949385395e-06| +|setup.py|github/insilicomedicine/GENTRL|3.6153289949385395e-06| +|setup.py|github/HillLab/SomaticSiMu|3.6153289949385395e-06| +|setup.py|github/swiftsim/swiftsimio|3.6153289949385395e-06| +|setup.py|github/milnus/Corekaburra|3.6153289949385395e-06| +|setup.py|github/djones1040/PythonPhot|3.6153289949385395e-06| +|setup.py|github/rhayes777/PyAutoFit|3.6153289949385395e-06| +|setup.py|github/Qiskit/rustworkx|3.6153289949385395e-06| +|setup.py|github/manodeep/Corrfunc|3.6153289949385395e-06| +|setup.py|github/mmp2/megaman|3.6153289949385395e-06| +|setup.py|github/yatiml/yatiml|3.6153289949385395e-06| +|setup.py|github/andycasey/sick|3.6153289949385395e-06| +|setup.py|github/eelregit/mcfit|3.6153289949385395e-06| +|setup.py|github/raspishake/rsudp|3.6153289949385395e-06| +|setup.py|github/fjankowsk/scatfit|3.6153289949385395e-06| +|setup.py|github/Ayuei/DeBEIR|3.6153289949385395e-06| +|setup.py|github/BartoszBartmanski/StoSpa2|3.6153289949385395e-06| +|setup.py|github/babinyurii/recan|3.6153289949385395e-06| +|setup.py|github/xpsi-group/xpsi|3.6153289949385395e-06| +|setup.py|github/zblz/naima|3.6153289949385395e-06| +|setup.py|github/nicolet5/DiffCapAnalyzer|3.6153289949385395e-06| +|setup.py|github/ChenfuShi/HiChIP_peaks|3.6153289949385395e-06| +|setup.py|github/Caltech-IPAC/Montage|3.6153289949385395e-06| +|setup.py|github/radifar/PyPLIF-HIPPOS|3.6153289949385395e-06| +|setup.py|github/perfanalytics/pose2sim|3.6153289949385395e-06| +|setup.py|github/noraeisner/LATTE|3.6153289949385395e-06| +|setup.py|github/lh3/minimap2|3.6153289949385395e-06| +|setup.py|github/NLeSC/mcfly|3.6153289949385395e-06| +|setup.py|github/NLeSC/Massive-PotreeConverter|3.6153289949385395e-06| +|setup.py|github/NLeSC/cptm|3.6153289949385395e-06| +|setup.py|github/NLeSC/noodles|3.6153289949385395e-06| +|setup.py|github/NLeSC/boatswain|3.6153289949385395e-06| +|setup.py|github/NLESC-JCER/QMCTorch|3.6153289949385395e-06| +|setup.py|github/DLR-RM/BlenderProc|3.6153289949385395e-06| +|setup.py|github/NeuralEnsemble/PyNN|3.6153289949385395e-06| +|setup.py|github/SYalouz/QuantNBody|3.6153289949385395e-06| +|setup.py|github/pec27/hfof|3.6153289949385395e-06| +|setup.py|github/pec27/smerfs|3.6153289949385395e-06| +|setup.py|github/ageller/firefly|3.6153289949385395e-06| +|setup.py|github/Fermipy/fermipy|3.6153289949385395e-06| +|setup.py|github/szwiep/py_SBeLT|3.6153289949385395e-06| +|setup.py|github/ylab-hi/ScanExitronLR|3.6153289949385395e-06| +|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6153289949385395e-06| +|setup.py|github/shilpagarg/WHdenovo|3.6153289949385395e-06| +|setup.py|github/pmelchior/skymapper|3.6153289949385395e-06| +|setup.py|github/pmelchior/pyGMMis|3.6153289949385395e-06| +|setup.py|github/pmelchior/scarlet|3.6153289949385395e-06| +|setup.py|github/bulik/ldsc|3.6153289949385395e-06| +|setup.py|github/weecology/retriever|3.6153289949385395e-06| +|setup.py|github/sanjibs/bmcmc|3.6153289949385395e-06| +|setup.py|github/sxs-collaboration/gwsurrogate|3.6153289949385395e-06| +|setup.py|github/MrMinimal64/multivar_horner|3.6153289949385395e-06| +|setup.py|github/jmschrei/pomegranate|3.6153289949385395e-06| +|setup.py|github/christopherburke/tess-point|3.6153289949385395e-06| +|setup.py|github/oschwengers/referenceseeker|3.6153289949385395e-06| +|setup.py|github/oschwengers/platon|3.6153289949385395e-06| +|setup.py|github/oschwengers/bakta|3.6153289949385395e-06| +|setup.py|github/spglib/spgrep|3.6153289949385395e-06| +|setup.py|github/easybuilders/easybuild|3.6153289949385395e-06| +|setup.py|github/infer-actively/pymdp|3.6153289949385395e-06| +|setup.py|github/Gaiana/nirdust|3.6153289949385395e-06| +|setup.py|github/gagneurlab/drop|3.6153289949385395e-06| +|setup.py|github/rbturnbull/ausdex|3.6153289949385395e-06| +|setup.py|github/SJ001/AI-Feynman|3.6153289949385395e-06| +|setup.py|github/lkmklsmn/DrivAER|3.6153289949385395e-06| +|setup.py|github/pierrehoudayer/RUBIS|3.6153289949385395e-06| +|setup.py|github/NuGrid/NuPyCEE|3.6153289949385395e-06| +|setup.py|github/wasserman-group/pyCADMium|3.6153289949385395e-06| +|setup.py|github/iomega/spec2vec|3.6153289949385395e-06| +|setup.py|github/amusecode/amuse|3.6153289949385395e-06| +|setup.py|github/COVID-IWG/epimargin|3.6153289949385395e-06| +|setup.py|github/birnstiel/two-pop-py|3.6153289949385395e-06| +|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6153289949385395e-06| +|setup.py|github/auctus-team/pycapacity|3.6153289949385395e-06| +|setup.py|github.com/idptools/metapredict|3.6153289949385395e-06| +|setup.py|github/sfarrens/sf_deconvolve|3.6153289949385395e-06| +|setup.py|github/dynamicslab/pysindy|3.6153289949385395e-06| +|setup.py|github/ismaelpessa/PyMUSE|3.6153289949385395e-06| +|setup.py|github/WBK-Robotics/pybullet_industrial|3.6153289949385395e-06| +|setup.py|github/carlosborca/CrystaLattE|3.6153289949385395e-06| +|setup.py|github/PaulHancock/Aegean|3.6153289949385395e-06| +|setup.py|github/drcandacemakedamoore/cleanX|3.6153289949385395e-06| +|setup.py|github/ReSurfEMG/ReSurfEMG|3.6153289949385395e-06| +|setup.py|github/jeaadams/ExoPix|3.6153289949385395e-06| +|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6153289949385395e-06| +|DESCRIPTION|gitlab/ampere2/metalwalls|3.6153289949385395e-06| +|DESCRIPTION|gitlab/libreumg/dataquier|3.6153289949385395e-06| +|DESCRIPTION|github/hope-data-science/tidyfst|3.6153289949385395e-06| +|DESCRIPTION|github/bommert/stabm|3.6153289949385395e-06| +|DESCRIPTION|github/binzhulab/SUITOR|3.6153289949385395e-06| +|DESCRIPTION|github/ants-project/ANTs|3.6153289949385395e-06| +|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6153289949385395e-06| +|DESCRIPTION|github/sjbeckett/localcovid19now|3.6153289949385395e-06| +|DESCRIPTION|github/prioritizr/wdpar|3.6153289949385395e-06| +|DESCRIPTION|github/lasseignelab/CINmetrics|3.6153289949385395e-06| +|DESCRIPTION|github/annajenul/UBayFS|3.6153289949385395e-06| +|DESCRIPTION|github/Merck/pkglite|3.6153289949385395e-06| +|DESCRIPTION|github/msalibian/RBF|3.6153289949385395e-06| +|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6153289949385395e-06| +|DESCRIPTION|github/ejikeugba/serp|3.6153289949385395e-06| +|DESCRIPTION|github/ejikeugba/gofcat|3.6153289949385395e-06| +|DESCRIPTION|github/oneilsh/tidytensor|3.6153289949385395e-06| +|DESCRIPTION|github/jessecambon/tidygeocoder|3.6153289949385395e-06| +|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6153289949385395e-06| +|DESCRIPTION|github/david-barnett/microViz|3.6153289949385395e-06| +|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6153289949385395e-06| +|DESCRIPTION|github/lsds/Neptune|3.6153289949385395e-06| +|DESCRIPTION|github/raredd/kmdata|3.6153289949385395e-06| +|DESCRIPTION|github/takfung/ResDisMapper|3.6153289949385395e-06| +|DESCRIPTION|github/msaland/THInCR-Suite|3.6153289949385395e-06| +|DESCRIPTION|github/rajewsky-lab/dropbead|3.6153289949385395e-06| +|DESCRIPTION|github/cjbarrie/academictwitteR|3.6153289949385395e-06| +|DESCRIPTION|github/julia-wrobel/registr|3.6153289949385395e-06| +|DESCRIPTION|github/Natsiopoulos/ARDL|3.6153289949385395e-06| +|DESCRIPTION|github/SchlossLab/mikropml|3.6153289949385395e-06| +|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6153289949385395e-06| +|DESCRIPTION|github/konfound-project/konfound|3.6153289949385395e-06| +|DESCRIPTION|github/lrnv/cort|3.6153289949385395e-06| +|DESCRIPTION|github/asancpt/caffsim|3.6153289949385395e-06| +|DESCRIPTION|github/insightsengineering/rbmi|3.6153289949385395e-06| +|DESCRIPTION|github/saezlab/PHONEMeS|3.6153289949385395e-06| +|DESCRIPTION|github/NathanSkene/EWCE|3.6153289949385395e-06| +|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6153289949385395e-06| +|DESCRIPTION|github/GaryBAYLOR/mixR|3.6153289949385395e-06| +|DESCRIPTION|github/xiaotiand/FunFor|3.6153289949385395e-06| +|DESCRIPTION|github/deweylab/RSEM|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/drake|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/antiword|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tesseract|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RSelenium|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/microdemic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/awardFindR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidyhydat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cffr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfema|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/essurvey|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/finch|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rsnps|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rplos|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ckanr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bomrang|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/virtuoso|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/targets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfishbase|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rredlist|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/allodb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rmangal|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nodbi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rperseus|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stplanr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdataretriever|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spatsoc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/Rpolyhedra|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencage|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/aRxiv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/webchem|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mapscanner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treestartr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/addressable|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jagstargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxlist|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/NLMR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdefra|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rbace|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrricanes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spiro|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rromeo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ijtiff|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/plater|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/writexl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dbparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/epubr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geojsonio|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/piggyback|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tinkr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RNeXML|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rusda|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nbaR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/refsplitr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tarchetypes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pdftools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/c14bazAAR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/paleobioDB|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fauxpas|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gtfsr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/brranching|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/SymbiotaR2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/predictNMB|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/suppdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dataaimsr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gutenbergr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/refimpact|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdatacite|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/roadoi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mctq|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/EML|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/assertr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxize|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/namext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rsat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tiler|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rbhl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ruODK|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ghql|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rppo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcitoid|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/magick|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ritis|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/getCRUCLdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/citecorp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bittrex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fulltext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/webmockr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrlite|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/xslt|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rvertnet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rtweet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mcbette|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/zbank|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rglobi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DoOR.data|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hddtools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/comtradr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pixelclasser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wateRinfo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ecoengine|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cld2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/scrubr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/worrms|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rotl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/unrtf|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phonfieldwork|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treebase|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/randgeo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/parzer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ots|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/biomartr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ssh|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/charlatan|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/GSODR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/prism|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/beautier|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chlorpromazineR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nasapower|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RefManageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bib2df|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bibtex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/medrxivr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/arkdb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hunspell|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jsonvalidate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/trufflesniffer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/lingtypology|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/riem|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rtika|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrricanesdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ezknitr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wikitaxa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcoreoa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tacmagic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/oai|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tracerer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcites|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jsonld|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hydroscoper|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/daiquiri|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnassqs|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nlrx|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/popler|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/codemetar|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdryad|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rb3|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/PostcodesioR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdflib|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geonames|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/googleLanguageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geojsonlint|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/qualtRics|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/colocr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/git2rdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MODIStsp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/grainchanger|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/USAboundariesData|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdhs|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jenkins|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/neotoma|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmextract|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MODISTools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidyqpcr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pendulum|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/git2r|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgpdd|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnoaa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxview|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/plotly|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rzmq|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/seasl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcol|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/graphql|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfisheries|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spelling|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/av|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rinat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxadb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jqr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rAltmetric|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider.base|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/binman|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/censo2017|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pangaear|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/beastier|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/terrainr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/photosearcher|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spocc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidypmc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/landscapetools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgbif|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/natserv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/excluder|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxizedb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/lightr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/baRcodeR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dbhydroR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stats19|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/unifir|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/antanym|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outcomerate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/readODS|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tokenizers|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cleanEHR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/traits|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DataSpaceR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chromer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcrossref|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pubchunks|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gittargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/workloopR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cchecks|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/isdparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jstor|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MtreeRing|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/babette|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dittodb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ramlegacy|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/restez|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wellknown|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/slopes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/USAboundaries|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/BaseSet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/iheatmapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/crul|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rWBclimate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cld3|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/elastic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylogram|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/emld|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/onekp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tradestatistics|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/qpdf|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/staypuft|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opentripplanner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnpn|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/getlandsat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DataPackageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rAvis|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/patentsview|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/internetarchive|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rebird|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/skynet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rerddap|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gistr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mregions|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/coder|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stantargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/datapack|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bold|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/sofa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nomisr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/timefuzz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bowerbird|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/helminthR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mauricer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylocomr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/katex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/FedData|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/europepmc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/textreuse|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmplotr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/historydata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearth|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/circle|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/conditionz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cde|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rorcid|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/citesdb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bikedata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fingertipsR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DoOR.functions|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cyphr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/camsRad|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dataspice|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rentrez|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidync|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/robotstxt|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylotaR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/eia|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gitignore|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/vcr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/infx|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pathviewr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencontext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treedata.table|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/Rclean|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chirps|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wdman|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/AntWeb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tif|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfigshare|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgnparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/exoplanets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osfr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hoardr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/EndoMineR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/weathercan|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/visdat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/smapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/clifro|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider.devtools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tabulizer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cRegulome|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/solrium|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/handlr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/skimr|3.6153289949385395e-06| +|DESCRIPTION|github/jorittmo/singcar|3.6153289949385395e-06| +|DESCRIPTION|github/KiranLDA/PAMLr|3.6153289949385395e-06| +|DESCRIPTION|github/Pinlyu3/LRLoop|3.6153289949385395e-06| +|DESCRIPTION|github/obreschkow/dftools|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/ambrosia|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/osiris|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/rmap|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/rfasst|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/plutus|3.6153289949385395e-06| +|DESCRIPTION|github/haoharryfeng/NeuCA|3.6153289949385395e-06| +|DESCRIPTION|github/riatelab/osrm|3.6153289949385395e-06| +|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6153289949385395e-06| +|DESCRIPTION|github/wesleyburr/subMaldi|3.6153289949385395e-06| +|DESCRIPTION|github/ConnorDonegan/geostan|3.6153289949385395e-06| +|DESCRIPTION|github/VincentAlcazer/StatAid|3.6153289949385395e-06| +|DESCRIPTION|github/q1cui/discourseGT|3.6153289949385395e-06| +|DESCRIPTION|github/koenderks/jaspAudit|3.6153289949385395e-06| +|DESCRIPTION|github/ec363/fpcountr|3.6153289949385395e-06| +|DESCRIPTION|github/mgcooper/baseflow|3.6153289949385395e-06| +|DESCRIPTION|github/anwarbio/bioassays|3.6153289949385395e-06| +|DESCRIPTION|github/mcsiple/mmrefpoints|3.6153289949385395e-06| +|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6153289949385395e-06| +|DESCRIPTION|github/zhouzilu/DENDRO|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/rodev|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/reviewer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/arresteddev|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6153289949385395e-06| +|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6153289949385395e-06| +|DESCRIPTION|github/nand1155/CausNet|3.6153289949385395e-06| +|DESCRIPTION|github/GreiffLab/immuneREF|3.6153289949385395e-06| +|DESCRIPTION|github/esplint/IRACpm|3.6153289949385395e-06| +|DESCRIPTION|github/humanfactors/FIPS|3.6153289949385395e-06| +|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6153289949385395e-06| +|DESCRIPTION|github/justinmathias/isocalcR|3.6153289949385395e-06| +|DESCRIPTION|github/liuhong-jia/scAnno|3.6153289949385395e-06| +|DESCRIPTION|github/TeamPerie/CellDestiny|3.6153289949385395e-06| +|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6153289949385395e-06| +|DESCRIPTION|github/txopen/histoc|3.6153289949385395e-06| +|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6153289949385395e-06| +|DESCRIPTION|github/tinglabs/scAIDE|3.6153289949385395e-06| +|DESCRIPTION|github/inrae/RCaNmodel|3.6153289949385395e-06| +|DESCRIPTION|github/bluefoxr/COINr|3.6153289949385395e-06| +|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6153289949385395e-06| +|DESCRIPTION|github/Dulab2020/ARMT|3.6153289949385395e-06| +|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6153289949385395e-06| +|DESCRIPTION|github/martin3141/spant|3.6153289949385395e-06| +|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6153289949385395e-06| +|DESCRIPTION|github/blind-contours/SuperNOVA|3.6153289949385395e-06| +|DESCRIPTION|github/rcarragh/c212|3.6153289949385395e-06| +|DESCRIPTION|github/SofieVG/FlowSOM|3.6153289949385395e-06| +|DESCRIPTION|github/johnschwenck/bp|3.6153289949385395e-06| +|DESCRIPTION|github/genostats/LowKi|3.6153289949385395e-06| +|DESCRIPTION|github/adriancorrendo/metrica|3.6153289949385395e-06| +|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6153289949385395e-06| +|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6153289949385395e-06| +|DESCRIPTION|github/NSAPH-Software/CRE|3.6153289949385395e-06| +|DESCRIPTION|github/pydemull/activAnalyzer|3.6153289949385395e-06| +|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6153289949385395e-06| +|DESCRIPTION|github/AngusWright/LAMBDAR|3.6153289949385395e-06| +|DESCRIPTION|github/yuliadm/mixComp|3.6153289949385395e-06| +|DESCRIPTION|github/GOVS-pack/GOVS|3.6153289949385395e-06| +|DESCRIPTION|github/adithirgis/pollucheck|3.6153289949385395e-06| +|DESCRIPTION|github/AgrDataSci/climatrends|3.6153289949385395e-06| +|DESCRIPTION|github/gtonkinhill/fastbaps|3.6153289949385395e-06| +|DESCRIPTION|github/INCEPTdk/adaptr|3.6153289949385395e-06| +|DESCRIPTION|github/vbaliga/gaussplotR|3.6153289949385395e-06| +|DESCRIPTION|github/mingzehuang/latentcor|3.6153289949385395e-06| +|DESCRIPTION|github/NeotomaDB/neotoma2|3.6153289949385395e-06| +|DESCRIPTION|github/xoopR/set6|3.6153289949385395e-06| +|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6153289949385395e-06| +|DESCRIPTION|github/tidyverse/glue|3.6153289949385395e-06| +|DESCRIPTION|github/fchuffar/protopackage|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6153289949385395e-06| +|DESCRIPTION|github/abmantz/rgw|3.6153289949385395e-06| +|DESCRIPTION|github/dankelley/oce|3.6153289949385395e-06| +|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6153289949385395e-06| +|DESCRIPTION|github/s-abbas/robnptests|3.6153289949385395e-06| +|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6153289949385395e-06| +|DESCRIPTION|github/abschneider/StrainHub|3.6153289949385395e-06| +|DESCRIPTION|github/prdm0/ropenblas|3.6153289949385395e-06| +|DESCRIPTION|github/dgrun/FateID|3.6153289949385395e-06| +|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6153289949385395e-06| +|DESCRIPTION|github/databio/GenomicDistributions|3.6153289949385395e-06| +|DESCRIPTION|github/rickhelmus/patRoon|3.6153289949385395e-06| +|DESCRIPTION|github/akcochrane/TEfits|3.6153289949385395e-06| +|DESCRIPTION|github/gabraham/flashpca|3.6153289949385395e-06| +|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6153289949385395e-06| +|DESCRIPTION|github/TheMillerLab/genetex|3.6153289949385395e-06| +|DESCRIPTION|github/andyphilips/dynamac|3.6153289949385395e-06| +|DESCRIPTION|github/r-spatialecology/shar|3.6153289949385395e-06| +|DESCRIPTION|github/ecological-cities/home2park|3.6153289949385395e-06| +|DESCRIPTION|github/jgrembi/riskCommunicator|3.6153289949385395e-06| +|DESCRIPTION|github/bartongroup/RoSA|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/orderly|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/vaultr|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/dettl|3.6153289949385395e-06| +|DESCRIPTION|github/lydialucchesi/Vizumap|3.6153289949385395e-06| +|DESCRIPTION|github/USEPA/nsink|3.6153289949385395e-06| +|DESCRIPTION|github/IMMM-SFA/gamut|3.6153289949385395e-06| +|DESCRIPTION|github/zizroc/villager|3.6153289949385395e-06| +|DESCRIPTION|github/shangguandong1996/FindIT2|3.6153289949385395e-06| +|DESCRIPTION|github/astrostat/Automark|3.6153289949385395e-06| +|DESCRIPTION|github/astrostat/LIRA|3.6153289949385395e-06| +|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6153289949385395e-06| +|DESCRIPTION|github/r-spatial/rgee|3.6153289949385395e-06| +|DESCRIPTION|github/LindaNab/mecor|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/medoutcon|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/txshift|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/haldensify|3.6153289949385395e-06| +|DESCRIPTION|github/HajkD/LTRpred|3.6153289949385395e-06| +|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6153289949385395e-06| +|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6153289949385395e-06| +|DESCRIPTION|github/orbisgis/lczexplore|3.6153289949385395e-06| +|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/srr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/autotest|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6153289949385395e-06| +|DESCRIPTION|github/highamm/sptotal|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/performance|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/effectsize|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/parameters|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/correlation|3.6153289949385395e-06| +|DESCRIPTION|github/YuLab-SMU/treeio|3.6153289949385395e-06| +|DESCRIPTION|github/maximewack/viroCapt|3.6153289949385395e-06| +|DESCRIPTION|github/gasparl/possa|3.6153289949385395e-06| +|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6153289949385395e-06| +|DESCRIPTION|github/isakro/shoredate|3.6153289949385395e-06| +|DESCRIPTION|github/johannes-titz/cofad|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/hyper.fit|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/celestial|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/NFWdist|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProSpect|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProFuse|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/Rwcs|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProFound|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/Rfits|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProPane|3.6153289949385395e-06| +|DESCRIPTION|github/BMILAB/scLINE|3.6153289949385395e-06| +|DESCRIPTION|github/snystrom/memes|3.6153289949385395e-06| +|DESCRIPTION|github/mlr-org/mcboost|3.6153289949385395e-06| +|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6153289949385395e-06| +|DESCRIPTION|github/OwenWard/ppdiag|3.6153289949385395e-06| +|DESCRIPTION|github/mmollina/viewpoly|3.6153289949385395e-06| +|DESCRIPTION|github/Martindelosrios/MeSsI|3.6153289949385395e-06| +|DESCRIPTION|github/Martindelosrios/ROGER|3.6153289949385395e-06| +|DESCRIPTION|github/tbep-tech/tbeptools|3.6153289949385395e-06| +|DESCRIPTION|github/kendomaniac/rCASC|3.6153289949385395e-06| +|DESCRIPTION|github/kendomaniac/docker4seq|3.6153289949385395e-06| +|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6153289949385395e-06| +|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6153289949385395e-06| +|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6153289949385395e-06| +|DESCRIPTION|github/rx-li/EasyCellType|3.6153289949385395e-06| +|DESCRIPTION|github/dpseidel/stmove|3.6153289949385395e-06| +|DESCRIPTION|github/fumi-github/omicwas|3.6153289949385395e-06| +|DESCRIPTION|github/ezer/PAFway|3.6153289949385395e-06| +|DESCRIPTION|github/jackmwolf/tehtuner|3.6153289949385395e-06| +|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6153289949385395e-06| +|DESCRIPTION|github/chrisaberson/BetterReg|3.6153289949385395e-06| +|DESCRIPTION|github/samhforbes/PupillometryR|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/netrankr|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/graphlayouts|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/signnet|3.6153289949385395e-06| +|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6153289949385395e-06| +|DESCRIPTION|github/CTU-Bern/presize|3.6153289949385395e-06| +|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6153289949385395e-06| +|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6153289949385395e-06| +|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6153289949385395e-06| +|DESCRIPTION|github/OrlandoLam/SAMT|3.6153289949385395e-06| +|DESCRIPTION|github/flyaflya/causact|3.6153289949385395e-06| +|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6153289949385395e-06| +|DESCRIPTION|github/RitchieLab/hudson|3.6153289949385395e-06| +|DESCRIPTION|github/nevrome/bleiglas|3.6153289949385395e-06| +|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6153289949385395e-06| +|DESCRIPTION|github/chainsawriot/sweater|3.6153289949385395e-06| +|DESCRIPTION|github/chainsawriot/oolong|3.6153289949385395e-06| +|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6153289949385395e-06| +|DESCRIPTION|github/r-lib/gert|3.6153289949385395e-06| +|DESCRIPTION|github/r-lib/credentials|3.6153289949385395e-06| +|DESCRIPTION|github/kadyb/rgugik|3.6153289949385395e-06| +|DESCRIPTION|github/signaturescience/skater|3.6153289949385395e-06| +|DESCRIPTION|github/MAnalytics/opitools|3.6153289949385395e-06| +|DESCRIPTION|github/MAnalytics/akmedoids|3.6153289949385395e-06| +|DESCRIPTION|github/metaOmics/MetaPath|3.6153289949385395e-06| +|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6153289949385395e-06| +|DESCRIPTION|github/MRCIEU/metaboprep|3.6153289949385395e-06| +|DESCRIPTION|github/VBlesius/RHRT|3.6153289949385395e-06| +|DESCRIPTION|github/aranyics/ReDCM|3.6153289949385395e-06| +|DESCRIPTION|github/donaldRwilliams/BGGM|3.6153289949385395e-06| +|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6153289949385395e-06| +|DESCRIPTION|github/ArgoCanada/argodata|3.6153289949385395e-06| +|DESCRIPTION|github/EpiVec/TDLM|3.6153289949385395e-06| +|DESCRIPTION|github/mdsteiner/EFAtools|3.6153289949385395e-06| +|DESCRIPTION|github/YonghuiDong/RawHummus|3.6153289949385395e-06| +|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6153289949385395e-06| +|DESCRIPTION|github/llrs/experDesign|3.6153289949385395e-06| +|DESCRIPTION|github/rqtl/qtl2|3.6153289949385395e-06| +|DESCRIPTION|github/bblodfon/emba|3.6153289949385395e-06| +|DESCRIPTION|github/pmoulos/metaseqR2|3.6153289949385395e-06| +|DESCRIPTION|github/niceume/datasailr|3.6153289949385395e-06| +|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6153289949385395e-06| +|DESCRIPTION|github/tgrimes/SeqNet|3.6153289949385395e-06| +|DESCRIPTION|github/LucyMcGowan/tipr|3.6153289949385395e-06| +|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6153289949385395e-06| +|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6153289949385395e-06| +|DESCRIPTION|github/wjakethompson/measr|3.6153289949385395e-06| +|DESCRIPTION|github/rudeboybert/forestecology|3.6153289949385395e-06| +|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6153289949385395e-06| +|DESCRIPTION|github/n8thangreen/BCEA|3.6153289949385395e-06| +|DESCRIPTION|github/BrianAronson/birankr|3.6153289949385395e-06| +|DESCRIPTION|github/ICRAR/ProFit|3.6153289949385395e-06| +|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/allcontributors|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/qcoder|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/gendercoder|3.6153289949385395e-06| +|DESCRIPTION|github/kateharborne/SimSpin|3.6153289949385395e-06| +|DESCRIPTION|github/insilico/cncv|3.6153289949385395e-06| +|DESCRIPTION|github/saeyslab/PeacoQC|3.6153289949385395e-06| +|DESCRIPTION|github/saeyslab/nichenetr|3.6153289949385395e-06| +|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6153289949385395e-06| +|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6153289949385395e-06| +|DESCRIPTION|github/rhenkin/visxhclust|3.6153289949385395e-06| +|DESCRIPTION|github/constantAmateur/SoupX|3.6153289949385395e-06| +|DESCRIPTION|github/mmahmoudian/sivs|3.6153289949385395e-06| +|DESCRIPTION|github/sachsmc/cosinor|3.6153289949385395e-06| +|DESCRIPTION|github/alstat/ALUES|3.6153289949385395e-06| +|DESCRIPTION|github/tlverse/hal9001|3.6153289949385395e-06| +|DESCRIPTION|github/CajoterBraak/demc2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/roblog|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/rotemplate|3.6153289949385395e-06| +|DESCRIPTION|github/Hegghammer/daiR|3.6153289949385395e-06| +|DESCRIPTION|github/taranu/AllStarFit|3.6153289949385395e-06| +|DESCRIPTION|github/isoverse/isoreader|3.6153289949385395e-06| +|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6153289949385395e-06| +|DESCRIPTION|github/r-cas/caracas|3.6153289949385395e-06| +|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6153289949385395e-06| +|DESCRIPTION|github/ShixiangWang/sigminer|3.6153289949385395e-06| +|DESCRIPTION|github/cran/irtplay|3.6153289949385395e-06| +|DESCRIPTION|github/cosimameyer/overviewR|3.6153289949385395e-06| +|DESCRIPTION|github/dieghernan/tidyterra|3.6153289949385395e-06| +|DESCRIPTION|github/SietzeN/glottospace|3.6153289949385395e-06| +|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6153289949385395e-06| +|DESCRIPTION|github/LTLA/basilisk|3.6153289949385395e-06| +|DESCRIPTION|github/ahudde/greeks|3.6153289949385395e-06| +|DESCRIPTION|github/bcjaeger/aorsf|3.6153289949385395e-06| +|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6153289949385395e-06| +|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6153289949385395e-06| +|DESCRIPTION|github/tidymodels/stacks|3.6153289949385395e-06| +|DESCRIPTION|github/tidymodels/infer|3.6153289949385395e-06| +|DESCRIPTION|github/maize-genetics/rTASSEL|3.6153289949385395e-06| +|DESCRIPTION|github/bcgov/bcdata|3.6153289949385395e-06| +|DESCRIPTION|github/bcgov/shinyssdtools|3.6153289949385395e-06| +|DESCRIPTION|github/stefanoMP/massiveGST|3.6153289949385395e-06| +|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6153289949385395e-06| +|DESCRIPTION|github/wadpac/GGIR|3.6153289949385395e-06| +|DESCRIPTION|github/rauschenberger/joinet|3.6153289949385395e-06| +|DESCRIPTION|github/rauschenberger/transreg|3.6153289949385395e-06| +|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6153289949385395e-06| +|DESCRIPTION|github/azizka/IUCNN|3.6153289949385395e-06| +|DESCRIPTION|github/timoast/signac|3.6153289949385395e-06| +|DESCRIPTION|github/dsoave/JLS|3.6153289949385395e-06| +|DESCRIPTION|github/yiling0210/APIR|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/dust|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/provisionr|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/sircovid|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/odin|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/individual|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/cinterpolate|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/drjacoby|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/ring|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/EpiEstim|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/rrq|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/squire|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/dde|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6153289949385395e-06| +|DESCRIPTION|github/nanakiksc/zerone|3.6153289949385395e-06| +|DESCRIPTION|github/flosalbizziae/kataegis|3.6153289949385395e-06| +|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6153289949385395e-06| +|DESCRIPTION|github/zoometh/iconr|3.6153289949385395e-06| +|Gemfile|github/tudelft3d/3dfier|3.6153289949385395e-06| +|Gemfile|github/odelaneau/GLIMPSE|3.6153289949385395e-06| +|Gemfile|github/odelaneau/shapeit5|3.6153289949385395e-06| +|Gemfile|github/vcflib/bio-vcf|3.6153289949385395e-06| +|Gemfile|github/openjournals/joss|3.6153289949385395e-06| +|Gemfile|github/ncbi/igblast|3.6153289949385395e-06| +|Gemfile|github/ejmackrell/tidyproteomics-interactive|3.6153289949385395e-06| +|Gemfile|github/cboursnell/crb-blast|3.6153289949385395e-06| +|Gemfile|github/gramos/imagetooth|3.6153289949385395e-06| +|Gemfile|github/telatin/bamtocov|3.6153289949385395e-06| +|Gemfile|github/telatin/seqfu2|3.6153289949385395e-06| +|Gemfile|github/codidact/qpixel|3.6153289949385395e-06| +|Gemfile|github/quadram-institute-bioscience/dadaist2|3.6153289949385395e-06| +|Gemfile|github/scrook/neuroml-db|3.6153289949385395e-06| +|Gemfile|github/aymgal/COOLEST|3.6153289949385395e-06| +|Gemfile|github/sibirrer/hierArc|3.6153289949385395e-06| +|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6153289949385395e-06| +|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6153289949385395e-06| +|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6153289949385395e-06| +|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6153289949385395e-06| +|go.mod|github/linksmart/thing-directory|3.6153289949385395e-06| +|go.mod|github/sylabs/singularity|3.6153289949385395e-06| +|go.mod|github/containers/podman|3.6153289949385395e-06| +|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6153289949385395e-06| +|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6153289949385395e-06| +|go.mod|github/jasonyangshadow/lpmx|3.6153289949385395e-06| +|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6153289949385395e-06| +|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6153289949385395e-06| +|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6153289949385395e-06| +|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6153289949385395e-06| +|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6153289949385395e-06| +|go.mod|github/mlpack/mlpack|3.6153289949385395e-06| +|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6153289949385395e-06| +|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.6104482539282607e-06| +|cran|[txtq](https://github.com/wlandau/txtq)|3.6046429167361928e-06| +|cran|[arm](https://CRAN.R-project.org/package=arm)|3.5903606290672457e-06| +|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.589008605277586e-06| +|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5867317425885766e-06| +|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.5855670901766346e-06| +|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.5855670901766346e-06| +|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.5855670901766346e-06| +|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.5855670901766346e-06| +|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.5855670901766346e-06| +|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.5855670901766346e-06| +|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.5855670901766346e-06| +|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.5855670901766346e-06| +|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.5855670901766346e-06| +|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.5855670901766346e-06| +|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.5855670901766346e-06| +|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.5855670901766346e-06| +|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.5855670901766346e-06| +|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.5855670901766346e-06| +|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.5855670901766346e-06| +|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.5838625348079965e-06| +|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.579175704989161e-06| +|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.579175704989161e-06| +|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.579175704989161e-06| +|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.579175704989161e-06| +|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.579175704989161e-06| +|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.579175704989161e-06| +|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.579175704989161e-06| +|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.579175704989161e-06| +|cran|socialmixr|3.579175704989161e-06| +|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5791757049891544e-06| +|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5791757049891544e-06| +|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5791757049891544e-06| +|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5791757049891544e-06| +|pypi|[ares](https://github.com/barnumbirr/ares)|3.5791757049891544e-06| +|pypi|[requirement](http://github.com/storborg/funniest)|3.5791757049891544e-06| +|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5791757049891544e-06| +|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5791757049891544e-06| +|pypi|[macop](https://github.com/prise-3d/macop)|3.5791757049891544e-06| +|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5791757049891544e-06| +|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5791757049891544e-06| +|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5791757049891544e-06| +|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5791757049891544e-06| +|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5791757049891544e-06| +|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5791757049891544e-06| +|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5791757049891544e-06| +|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5791757049891544e-06| +|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5791757049891544e-06| +|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5791757049891544e-06| +|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5791757049891544e-06| +|pypi|[ngs](https://broadtech.com.cn)|3.5791757049891544e-06| +|pypi|[gsf](UNKNOWN)|3.5791757049891544e-06| +|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5791757049891544e-06| +|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5791757049891544e-06| +|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5791757049891544e-06| +|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5791757049891544e-06| +|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5791757049891544e-06| +|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5791757049891544e-06| +|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5791757049891544e-06| +|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5791757049891544e-06| +|pypi|[crc](https://github.com/Nicoretti/crc)|3.5791757049891544e-06| +|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5791757049891544e-06| +|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5791757049891544e-06| +|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5791757049891544e-06| +|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5791757049891544e-06| +|pypi|[UNKNOWN](UNKNOWN)|3.5791757049891544e-06| +|pypi|[biotools](https://github.com/sonwell/biotools)|3.5791757049891544e-06| +|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5791757049891544e-06| +|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5791757049891544e-06| +|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5791757049891544e-06| +|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5791757049891544e-06| +|pypi|[neworder](https://neworder.readthedocs.io)|3.5791757049891544e-06| +|pypi|[requirements](http://github.com/mattack108/requirements)|3.5791757049891544e-06| +|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5791757049891544e-06| +|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5791757049891544e-06| +|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5791757049891544e-06| +|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5791757049891544e-06| +|pypi|[galkin](UNKNOWN)|3.5791757049891544e-06| +|pypi|[SLIT](https://github.com/bweir/slit)|3.5791757049891544e-06| +|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5791757049891544e-06| +|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5791757049891544e-06| +|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5791757049891544e-06| +|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5791757049891544e-06| +|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5791757049891544e-06| +|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5791757049891544e-06| +|pypi|[Libra](https://github.com/Palashio/libra)|3.5791757049891544e-06| +|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5791757049891544e-06| +|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5791757049891544e-06| +|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5791757049891544e-06| +|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5791757049891544e-06| +|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5791757049891544e-06| +|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5791757049891544e-06| +|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5791757049891544e-06| +|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5791757049891544e-06| +|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5791757049891544e-06| +|pypi|[megaman](https://github.com/mmp2/megaman)|3.5791757049891544e-06| +|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5791757049891544e-06| +|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5791757049891544e-06| +|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5791757049891544e-06| +|npm|leaflet-geotiff-2|3.5791757049891544e-06| +|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5791757049891544e-06| +|cran|LSD|3.5791757049891544e-06| +|npm|retape|3.5791757049891536e-06| +|npm|test|3.5791757049891536e-06| +|npm|babel-plugin-remove-comments|3.5791757049891536e-06| +|cran|outbreaks|3.5791757049891536e-06| +|cran|aweek|3.5791757049891536e-06| +|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.566496438827755e-06| +|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.566496438827755e-06| +|rubygems|[mercenary](https://github.com/jekyll/mercenary)|3.554222671986365e-06| +|cran|[rmsfact](NA)|3.5433839479392627e-06| +|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.5433839479392627e-06| +|cran|geomorph|3.543383947939262e-06| +|pypi|[watermark](https://pypi.org/project/watermark)|3.5209201937304557e-06| +|rubygems|rubocop-rspec|3.5150868999898605e-06| +|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4892228764246116e-06| +|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.488052770858413e-06| +|npm|svelte-preprocess|3.478259096765775e-06| +|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4739058313130024e-06| +|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4739058313130024e-06| +|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4739058313130024e-06| +|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4739058313130024e-06| +|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4739058313130024e-06| +|pypi|[truecase](https://pypi.org/project/truecase)|3.4739058313130024e-06| +|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4739058313130024e-06| +|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4739058313130024e-06| +|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4739058313130024e-06| +|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4739058313130024e-06| +|pypi|[fireo](https://pypi.org/project/fireo)|3.4739058313130024e-06| +|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.467326464208243e-06| +|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4656767703914172e-06| +|npm|karma-phantomjs-launcher|3.4625329253176325e-06| +|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.457204360970151e-06| +|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.452639190166305e-06| +|cran|clv|3.4449566160520614e-06| +|cran|plainview|3.44495661605206e-06| +|cran|mapdeck|3.44495661605206e-06| +|pypi|[questionary](https://pypi.org/project/questionary)|3.4429064346202915e-06| +|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4415151009511097e-06| +|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4415151009511097e-06| +|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4415151009511097e-06| +|pypi|[parsley](https://pypi.org/project/parsley)|3.4415151009511097e-06| +|npm|json-stringify-safe|3.4409005446830823e-06| +|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4342040503837108e-06| +|cran|[geojson](https://docs.ropensci.org/geojson)|3.4300433839479405e-06| +|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4210908750322014e-06| +|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.419782384599327e-06| +|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4161781086943783e-06| +|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.4070999499415983e-06| +|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.4070999499415983e-06| +|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.4070999499415983e-06| +|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.4070999499415983e-06| +|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.4070999499415983e-06| +|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.4070999499415983e-06| +|spack|sofa-c|3.4070999499415983e-06| +|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.4070999499415983e-06| +|npm|loud-rejection|3.4070999499415983e-06| +|npm|csv-spectrum|3.4070999499415983e-06| +|npm|bops|3.4070999499415983e-06| +|cran|ncbit|3.4070999499415983e-06| +|cran|subplex|3.4070999499415983e-06| +|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.403700276969534e-06| +|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.400889914152816e-06| +|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.400889914152816e-06| +|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|3.3972951436539915e-06| +|npm|babel-plugin-transform-runtime|3.393896549943187e-06| +|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.387434149364735e-06| +|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.383602708907518e-06| +|pypi|[fury](https://pypi.org/project/fury)|3.3835527413561452e-06| +|pypi|[obspy](https://www.obspy.org)|3.3803326102675358e-06| +|cran|thor|3.374651378989774e-06| +|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3746513789897738e-06| +|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3746513789897738e-06| +|pypi|[colorful](https://pypi.org/project/colorful)|3.3746513789897738e-06| +|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3746513789897738e-06| +|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3746513789897738e-06| +|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3746513789897738e-06| +|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3746513789897738e-06| +|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3746513789897738e-06| +|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3746513789897738e-06| +|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3746513789897738e-06| +|pypi|[pygam](https://github.com/dswah/pyGAM)|3.367194762937714e-06| +|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.3652773473814688e-06| +|pypi|[pythran](https://pypi.org/project/pythran)|3.359754118386028e-06| +|pypi|[meson-python](https://pypi.org/project/meson-python)|3.359754118386028e-06| +|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.359754118386028e-06| +|cran|gcookbook|3.3487494495457733e-06| +|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.344544139880365e-06| +|npm|babel-plugin-add-module-exports|3.344185776262783e-06| +|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3396135332760887e-06| +|pypi|[biomaj-core](http://biomaj.genouest.org)|3.330676598188094e-06| +|pypi|[funsor](https://pypi.org/project/funsor)|3.330248071371487e-06| +|cran|polycor|3.3251298926566286e-06| +|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.3199357583847817e-06| +|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|3.318194143167039e-06| +|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|3.318194143167039e-06| +|pypi|[csvw](https://github.com/cldf/csvw)|3.310737527114969e-06| +|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3105791565085547e-06| +|pypi|[httpcore](https://pypi.org/project/httpcore)|3.3053430756935718e-06| +|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.2995526030368763e-06| +|npm|karma-cli|3.2811730830209995e-06| +|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2809110629067245e-06| +|cran|imbalance|3.2809110629067245e-06| +|cran|prodlim|3.2809110629067245e-06| +|cran|pec|3.2809110629067245e-06| +|cran|limma|3.252943339999953e-06| +|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2528630901677036e-06| +|cran|misc3d|3.2481019522776567e-06| +|rubygems|forwardable-extended|3.2481019522776567e-06| +|npm|through|3.2425393401144874e-06| +|cran|aws.signature|3.234792832534315e-06| +|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2294861246166593e-06| +|pypi|[ubelt](https://pypi.org/project/ubelt)|3.226277308800669e-06| +|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2212581344902474e-06| +|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2212581344902385e-06| +|pypi|[pot](https://pypi.org/project/pot)|3.2212581344902385e-06| +|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2212581344902385e-06| +|cran|maxLik|3.2212581344902385e-06| +|cran|princurve|3.2212581344902385e-06| +|cran|brglm|3.2212581344902385e-06| +|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.2212581344902287e-06| +|rubygems|test-unit-rr|3.2156209327548807e-06| +|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2150552456126324e-06| +|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.213970220158828e-06| +|pypi|[wxpython](http://wxPython.org/)|3.2123101952277726e-06| +|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.20825685521998e-06| +|cran|[gistr](https://github.com/ropensci/gistr)|3.204085321764282e-06| +|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.2027941328375207e-06| +|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.1988882863340563e-06| +|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.1988882863340563e-06| +|pypi|[pyro4](https://pypi.org/project/pyro4)|3.1988882863340563e-06| +|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.1988882863340563e-06| +|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.1988882863340563e-06| +|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.1988882863340563e-06| +|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.1988882863340563e-06| +|pypi|[couchbase](https://pypi.org/project/couchbase)|3.1988882863340563e-06| +|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.1988882863340563e-06| +|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.1988882863340563e-06| +|pypi|[pyArango](https://pypi.org/project/pyArango)|3.1988882863340563e-06| +|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.195692593740316e-06| +|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.195692593740316e-06| +|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.192865634907392e-06| +|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.189045553145336e-06| +|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1869488762530644e-06| +|pypi|[mercantile](https://github.com/mapbox/mercantile)|3.184969269703546e-06| +|cran|PCICt|3.180782924281227e-06| +|cran|paws|3.1800017954077116e-06| +|cran|clustermq|3.1800017954077116e-06| +|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.1674121283089857e-06| +|pypi|[platon](https://pypi.org/project/platon)|3.1674121283089857e-06| +|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.1674121283089857e-06| +|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.1674121283089857e-06| +|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.1674121283089857e-06| +|pypi|[scp](https://pypi.org/project/scp)|3.1674121283089857e-06| +|pypi|[wtforms](https://pypi.org/project/wtforms)|3.1674121283089857e-06| +|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.1674121283089857e-06| +|pypi|[bytecode](https://pypi.org/project/bytecode)|3.1674121283089857e-06| +|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.1674121283089857e-06| +|pypi|[docrep](https://pypi.org/project/docrep)|3.1674121283089857e-06| +|pypi|[mudata](https://pypi.org/project/mudata)|3.1674121283089857e-06| +|rubygems|html-proofer|3.1668994034707154e-06| +|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.1637356678029125e-06| +|spack|lm-sensors|3.1637356678029125e-06| +|spack|rocprofiler-dev|3.1637356678029125e-06| +|spack|rocm-smi-lib|3.1637356678029125e-06| +|npm|watch-run|3.1637356678029125e-06| +|npm|rollup-plugin-modify|3.1637356678029125e-06| +|npm|rollup-plugin-html|3.1637356678029125e-06| +|npm|rollup-plugin-esbuild|3.1637356678029125e-06| +|npm|p-limit|3.1637356678029125e-06| +|npm|number-precision|3.1637356678029125e-06| +|npm|archiver|3.1637356678029125e-06| +|cran|arules|3.1637356678029125e-06| +|cran|grpreg|3.1637356678029125e-06| +|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1580962102845377e-06| +|cran|syslognet|3.1572459536125477e-06| +|cran|botor|3.1572459536125477e-06| +|cran|telegram|3.1572459536125477e-06| +|cran|RPushbullet|3.1572459536125477e-06| +|cran|slackr|3.1572459536125477e-06| +|pypi|[flox](https://pypi.org/project/flox)|3.149674620390455e-06| +|npm|path-scurry|3.133680178958785e-06| +|npm|minipass|3.133680178958785e-06| +|npm|jackspeak|3.133680178958785e-06| +|npm|foreground-child|3.133680178958785e-06| +|pypi|[vispy](https://pypi.org/project/vispy)|3.1320983111248835e-06| +|pypi|[pyside](https://pypi.org/project/pyside)|3.1320983111248835e-06| +|npm|eslint-config-xo-nextjs|3.1320983111248835e-06| +|cran|plotlyGeoAssets|3.1289530768352546e-06| +|cran|listviewer|3.1289530768352546e-06| +|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.120721730124896e-06| +|rubygems|[rails](https://rubyonrails.org)|3.1181986894540904e-06| +|npm|babelify|3.1135176413298506e-06| +|npm|babel-plugin-transform-es2015-modules-commonjs|3.1135176413298506e-06| +|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1082315332800546e-06| +|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1082315332800546e-06| +|pypi|[geopy](https://github.com/geopy/geopy)|3.103902469547809e-06| +|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.0854962974044434e-06| +|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.0854962974044434e-06| +|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.0854962974044434e-06| +|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.0854962974044434e-06| +|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.0854962974044434e-06| +|pypi|[katversion](https://pypi.org/project/katversion)|3.0854962974044434e-06| +|pypi|[lupa](https://pypi.org/project/lupa)|3.0854962974044434e-06| +|pypi|[omnijson](https://pypi.org/project/omnijson)|3.0854962974044434e-06| +|pypi|[pygelf](https://pypi.org/project/pygelf)|3.0854962974044434e-06| +|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.0854962974044434e-06| +|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.0854962974044434e-06| +|pypi|[spead2](https://pypi.org/project/spead2)|3.0854962974044434e-06| +|pypi|[katpoint](https://pypi.org/project/katpoint)|3.0854962974044434e-06| +|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.0854962974044434e-06| +|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.081203432990663e-06| +|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.081203432990663e-06| +|cran|registry|3.070165788658196e-06| +|pypi|[deepdiff](https://pypi.org/project/deepdiff)|3.0701206729980497e-06| +|pypi|[logomaker](http://logomaker.readthedocs.io)|3.0697051843730653e-06| +|rubygems|rexml|3.0694764321129748e-06| +|cran|pvclust|3.068784558163504e-06| +|npm|babel-register|3.06720380799391e-06| +|cran|[themis](https://github.com/tidymodels/themis)|3.0618648141004157e-06| +|cran|superpc|3.0618648141004157e-06| +|cran|subselect|3.0618648141004157e-06| +|cran|pamr|3.0618648141004157e-06| +|cran|BradleyTerry2|3.0618648141004157e-06| +|cran|ModelMetrics|3.0618648141004157e-06| +|pypi|[cbor2](https://pypi.org/project/cbor2)|3.059124534178764e-06| +|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.059124534178764e-06| +|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.059124534178764e-06| +|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.057574804192677e-06| +|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.056953247056138e-06| +|npm|livereload|3.0546413344303988e-06| +|npm|jsonlint|3.0546413344303988e-06| +|npm|http-server|3.0546413344303988e-06| +|npm|highlight.js|3.0546413344303988e-06| +|npm|handlebars|3.0546413344303988e-06| +|npm|download-cli|3.0546413344303988e-06| +|npm|heap|3.0546413344303988e-06| +|npm|git-state|3.0457408643417315e-06| +|npm|xpath|3.0457408643417315e-06| +|npm|coffee-coverage|3.0457408643417315e-06| +|npm|conventional-changelog-cli|3.037297531382022e-06| +|pypi|[stone](https://pypi.org/project/stone)|3.0371862410907963e-06| +|pypi|[msrest](https://pypi.org/project/msrest)|3.0371862410907963e-06| +|pypi|[azure-core](https://pypi.org/project/azure-core)|3.0371862410907963e-06| +|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0371023138105588e-06| +|rubygems|method_source|3.0326666187082204e-06| +|npm|gulp-if|3.029937988878181e-06| +|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.0285332888369765e-06| +|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.0285332888369765e-06| +|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.0285332888369765e-06| +|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.0285332888369765e-06| +|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.0285332888369765e-06| +|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.0285332888369765e-06| +|npm|babel-plugin-istanbul|3.0274341829063982e-06| +|cran|yulab.utils|3.02425704269606e-06| +|rubygems|sourcemap|3.0211164726194164e-06| +|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.0097613882863336e-06| +|pypi|[modin](https://github.com/modin-project/modin)|3.0097613882863336e-06| +|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|2.9987699346759844e-06| +|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|2.9982479559486065e-06| +|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|2.9982479559486065e-06| +|npm|read-package-json|2.9982479559486065e-06| +|npm|is-wsl|2.9982479559486065e-06| +|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.9874122424078092e-06| +|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.982646420824295e-06| +|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.982348156182212e-06| +|pypi|[namex](https://pypi.org/project/namex)|2.9776335696968593e-06| +|cran|farver|2.977633569696859e-06| +|npm|[covert](https://github.com/substack/covert)|2.966206073752714e-06| +|cran|ranger|2.954062725958062e-06| +|cran|robustlmm|2.952819956616052e-06| +|cran|multgee|2.952819956616052e-06| +|cran|merTools|2.952819956616052e-06| +|cran|marginaleffects|2.952819956616052e-06| +|cran|logistf|2.952819956616052e-06| +|cran|JM|2.952819956616052e-06| +|cran|gmnl|2.952819956616052e-06| +|cran|fungible|2.952819956616052e-06| +|cran|feisr|2.952819956616052e-06| +|cran|estimatr|2.952819956616052e-06| +|cran|crch|2.952819956616052e-06| +|cran|censReg|2.952819956616052e-06| +|cran|bife|2.952819956616052e-06| +|cran|bdsmatrix|2.952819956616052e-06| +|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9528199566160516e-06| +|pypi|[types-decorator](https://github.com/python/typeshed)|2.9528199566160516e-06| +|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9528199566160516e-06| +|pypi|[metpy](https://pypi.org/project/metpy)|2.9528199566160516e-06| +|npm|utest|2.9528199566160516e-06| +|npm|urun|2.9528199566160516e-06| +|npm|timezone-mock|2.9528199566160516e-06| +|npm|sqlstring|2.9528199566160516e-06| +|npm|bignumber.js|2.9528199566160516e-06| +|cran|doBy|2.9528199566160516e-06| +|cran|captioner|2.9528199566160516e-06| +|cran|corpus.JSS.papers|2.9528199566160516e-06| +|cran|lasso2|2.9528199566160516e-06| +|cran|ggfun|2.9528199566160516e-06| +|cran|[leafem](https://github.com/r-spatial/leafem)|2.9381197706848484e-06| +|npm|[resolve](https://github.com/browserify/resolve#readme)|2.937403640556839e-06| +|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9337505778599624e-06| +|pypi|[vaex](https://pypi.org/project/vaex)|2.9337505778599624e-06| +|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9337505778599624e-06| +|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9337505778599624e-06| +|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9337505778599624e-06| +|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9337505778599624e-06| +|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9337505778599624e-06| +|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9337505778599624e-06| +|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9337505778599624e-06| +|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9337505778599624e-06| +|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9337505778599624e-06| +|pypi|[aplus](https://pypi.org/project/aplus)|2.9337505778599624e-06| +|pypi|[blake3](https://pypi.org/project/blake3)|2.9337505778599624e-06| +|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9337505778599624e-06| +|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9337505778599624e-06| +|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9337505778599624e-06| +|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9284164859002166e-06| +|npm|eslint-plugin-pabigot|2.923291757049891e-06| +|npm|gulp-jshint|2.920371385664227e-06| +|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9148702765839424e-06| +|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9148702765839424e-06| +|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9148702765839424e-06| +|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9148702765839424e-06| +|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9148702765839424e-06| +|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9148702765839424e-06| +|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9148702765839424e-06| +|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9148702765839424e-06| +|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9080802603036885e-06| +|cran|sparklyr|2.9080802603036873e-06| +|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.887858219017079e-06| +|pypi|[findspark](https://pypi.org/project/findspark)|2.8864320201525436e-06| +|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8864320201525436e-06| +|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8864320201525436e-06| +|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8864320201525436e-06| +|pypi|[gmql](https://pypi.org/project/gmql)|2.8864320201525436e-06| +|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8864320201525436e-06| +|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8864320201525436e-06| +|pypi|[strconv](https://pypi.org/project/strconv)|2.8864320201525436e-06| +|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8864320201525436e-06| +|cran|sjmisc|2.8825147195537652e-06| +|npm|enquirer|2.87556594612319e-06| +|cran|[progressr](https://progressr.futureverse.org)|2.8727594474255136e-06| +|pypi|[pyqt](https://pypi.org/project/pyqt)|2.8543926247288503e-06| +|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.8543926247288503e-06| +|cran|distr6|2.8529661416580213e-06| +|cran|hardhat|2.8410925117416174e-06| +|pypi|[channels](https://pypi.org/project/channels)|2.8390849930980082e-06| +|cran|ppcor|2.8363769077316394e-06| +|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.833514099783085e-06| +|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.8275488069414355e-06| +|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8273614732376606e-06| +|npm|zuul|2.8186008676789586e-06| +|rubygems|em-synchrony|2.8164780147416884e-06| +|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.8159691208370553e-06| +|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.815969120837053e-06| +|pypi|[aafigure](https://pypi.org/project/aafigure)|2.812209482491478e-06| +|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.812209482491478e-06| +|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.812209482491478e-06| +|npm|travis-cov|2.812209482491478e-06| +|npm|[x2js](https://github.com/x2js/x2js#readme)|2.812209482491478e-06| +|npm|toml|2.812209482491478e-06| +|npm|properties|2.812209482491478e-06| +|npm|hjson|2.812209482491478e-06| +|npm|cson|2.812209482491478e-06| +|cran|decor|2.812209482491478e-06| +|pypi|[spin](https://pypi.org/project/spin)|2.8103922659923436e-06| +|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8077182388462237e-06| +|cran|[mlr3](https://mlr3.mlr-org.com)|2.807079273645341e-06| +|pypi|[mizani](https://github.com/has2k1/mizani)|2.786643941741558e-06| +|cran|rainbow|2.7840873876665627e-06| +|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.783803326102695e-06| +|npm|ts-loader|2.7789570055025584e-06| +|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7726681127982647e-06| +|npm|in-publish|2.7721077613868677e-06| +|cran|procmaps|2.769434296152528e-06| +|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7579243401713434e-06| +|spack|[vc](https://github.com/VcDevel/Vc)|2.752262697284767e-06| +|npm|assert|2.7471550141832134e-06| +|pypi|[hashin](https://pypi.org/project/hashin)|2.7415653336096465e-06| +|pypi|[nengo](https://pypi.org/project/nengo)|2.740586022234273e-06| +|pypi|[hankel](https://github.com/steven-murray/hankel)|2.7405257113691556e-06| +|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|2.738191154986941e-06| +|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7326406183153636e-06| +|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.732195194648209e-06| +|pypi|[bio](https://pypi.org/project/bio)|2.732195194648209e-06| +|pypi|[kahypar](https://pypi.org/project/kahypar)|2.732195194648209e-06| +|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.732195194648209e-06| +|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.732195194648209e-06| +|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.732195194648209e-06| +|pypi|[selfies](https://pypi.org/project/selfies)|2.732195194648209e-06| +|pypi|[upfp](https://pypi.org/project/upfp)|2.732195194648209e-06| +|cran|tablerDash|2.730696164158392e-06| +|cran|argonDash|2.730696164158392e-06| +|cran|argonR|2.730696164158392e-06| +|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.730289760811756e-06| +|cran|TMB|2.728359199756641e-06| +|spack|autoconf-archive|2.7256799599532787e-06| +|spack|libxmu|2.7256799599532787e-06| +|cran|RProtoBuf|2.7256799599532787e-06| +|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.723773377253284e-06| +|npm|eslint-plugin-jest|2.7211010008727996e-06| +|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.71420824295012e-06| +|cran|[lhs](https://github.com/bertcarnell/lhs)|2.709947319491789e-06| +|pypi|[pendulum](https://pypi.org/project/pendulum)|2.7056863960334675e-06| +|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.7056863960334675e-06| +|cran|affy|2.698423160353746e-06| +|cran|marray|2.698423160353746e-06| +|rubygems|[jar-dependencies](https://github.com/mkristian/jar-dependencies)|2.69726283839479e-06| +|npm|server-destroy|2.6910754591746997e-06| +|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.690006735551323e-06| +|rubygems|[debug](https://github.com/ruby/debug)|2.6857743017895876e-06| +|rubygems|[all_images](http://github.com/flori/all_images)|2.6857743017895876e-06| +|cran|lm.beta|2.684935376865228e-06| +|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.6843817787418656e-06| +|pypi|[xnat](https://pypi.org/project/xnat)|2.6843817787418656e-06| +|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.6843817787418656e-06| +|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.6843817787418656e-06| +|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.6843817787418656e-06| +|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.6843817787418656e-06| +|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.6843817787418656e-06| +|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.6843817787418656e-06| +|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.6843817787418656e-06| +|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.6843817787418656e-06| +|npm|karma-coverage|2.6764958340252505e-06| +|pypi|[cudf](https://pypi.org/project/cudf)|2.676281627345724e-06| +|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.671026645514294e-06| +|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.671026645514294e-06| +|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.671026645514294e-06| +|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.671026645514294e-06| +|pypi|[python-apt](https://pypi.org/project/python-apt)|2.671026645514294e-06| +|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.671026645514294e-06| +|pypi|[Truvari](https://pypi.org/project/Truvari)|2.671026645514294e-06| +|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.671026645514294e-06| +|npm|eslint-config-airbnb|2.666027031536793e-06| +|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6641984570971895e-06| +|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6641984570971895e-06| +|pypi|[motor](https://pypi.org/project/motor)|2.6641984570971895e-06| +|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6641984570971895e-06| +|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6641984570971895e-06| +|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6641984570971895e-06| +|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6641984570971895e-06| +|cran|mlapi|2.6641984570971895e-06| +|cran|rsparse|2.6641984570971895e-06| +|cran|[magicaxis](NA)|2.6600336446943273e-06| +|npm|gulp-mocha|2.6467853952860967e-06| +|npm|gulp-istanbul|2.6467853952860967e-06| +|npm|gulp-coveralls|2.6467853952860967e-06| +|npm|stealthy-require|2.6467853952860967e-06| +|npm|request-promise-core|2.6467853952860967e-06| +|cran|GenSA|2.628120488395883e-06| +|npm|updox|2.6247288503253795e-06| +|npm|safename|2.6247288503253795e-06| +|cran|MonetDBLite|2.6247288503253795e-06| +|rubygems|standard|2.624728850325379e-06| +|rubygems|net-ssh|2.624728850325379e-06| +|rubygems|octicons|2.624728850325379e-06| +|cran|RgoogleMaps|2.6172722342733187e-06| +|pypi|[flametree](https://pypi.org/project/flametree)|2.612537010940988e-06| +|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.612537010940988e-06| +|pypi|[platemap](https://pypi.org/project/platemap)|2.612537010940988e-06| +|pypi|[proglog](https://pypi.org/project/proglog)|2.612537010940988e-06| +|pypi|[sbol2](https://pypi.org/project/sbol2)|2.612537010940988e-06| +|cran|systemfonts|2.6112393902061115e-06| +|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.610692867168563e-06| +|pypi|[pixell](https://pypi.org/project/pixell)|2.6098156182212574e-06| +|npm|[q](https://github.com/kriskowal/q)|2.599163309575466e-06| +|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.599163309575459e-06| +|npm|browserify-istanbul|2.594416085070263e-06| +|npm|combined-stream|2.594416085070263e-06| +|npm|split2|2.590038443660461e-06| +|npm|csstype|2.5841692398781848e-06| +|cran|leafsync|2.580202200185931e-06| +|pypi|[qmflows](https://pypi.org/project/qmflows)|2.576219875569118e-06| +|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.572532537960956e-06| +|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.567669527492219e-06| +|pypi|[pyceo](https://pypi.org/project/pyceo)|2.567669527492219e-06| +|pypi|[properconf](https://pypi.org/project/properconf)|2.567669527492219e-06| +|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.567669527492219e-06| +|pypi|[multipart](https://pypi.org/project/multipart)|2.567669527492219e-06| +|cran|ExactData|2.567669527492219e-06| +|cran|diffobj|2.562720862347535e-06| +|cran|Epi|2.558878215060428e-06| +|cran|memisc|2.558878215060428e-06| +|cran|descr|2.558878215060428e-06| +|cran|sylly.en|2.558878215060428e-06| +|cran|sylly|2.558878215060428e-06| +|cran|estimability|2.5579139441810786e-06| +|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5467211747038226e-06| +|npm|gulp-replace|2.545224863790364e-06| +|npm|gulp-header|2.545224863790364e-06| +|cran|RWeka|2.54374810539701e-06| +|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.5432599938023e-06| +|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|2.5373433972287387e-06| +|cran|Exact|2.5365462604923128e-06| +|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.536034364653499e-06| +|pypi|[resampy](https://pypi.org/project/resampy)|2.5349511930585683e-06| +|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.533024722666472e-06| +|pypi|[proselint](https://pypi.org/project/proselint)|2.533024722666472e-06| +|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.53104709218483e-06| +|cran|DoE.base|2.5309885342423303e-06| +|npm|jest-canvas-mock|2.5250769827776333e-06| +|cran|[text2vec](http://text2vec.org)|2.5245971490548548e-06| +|cran|RcppAnnoy|2.5230668173902415e-06| +|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5118962137855144e-06| +|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5118962137855144e-06| +|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5113882863340574e-06| +|npm|postcss-loader|2.5094535967637917e-06| +|spack|tar|2.5077257719790737e-06| +|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5049755965292844e-06| +|npm|open|2.502866439417415e-06| +|spack|suite-sparse|2.502227300898667e-06| +|cran|DendSer|2.491765612512844e-06| +|cran|[rgbif](https://github.com/ropensci/rgbif)|2.485538684020248e-06| +|cran|[rbison](https://github.com/ropensci/rbison)|2.485538684020248e-06| +|cran|[rebird](https://docs.ropensci.org/rebird/)|2.485538684020248e-06| +|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.485538684020248e-06| +|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.485538684020248e-06| +|cran|fftw|2.4789443977157023e-06| +|npm|imagemin-svgo|2.477890872684799e-06| +|npm|imagemin-optipng|2.477890872684799e-06| +|npm|imagemin-jpegtran|2.477890872684799e-06| +|npm|imagemin-gifsicle|2.477890872684799e-06| +|npm|pretty-bytes|2.477890872684799e-06| +|npm|plur|2.477890872684799e-06| +|npm|p-map|2.477890872684799e-06| +|npm|imagemin|2.477890872684799e-06| +|npm|nodeunit-x|2.4735545636576008e-06| +|cran|[clusterCrit](http:www.r-project.org)|2.472232642343391e-06| +|cran|kknn|2.4722209435912778e-06| +|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|2.46704805159591e-06| +|npm|karma-chai|2.4663443101977623e-06| +|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.4633463743414962e-06| +|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.460683297180043e-06| +|npm|prettier-plugin-pkgjson|2.460683297180043e-06| +|npm|make-dir-cli|2.460683297180043e-06| +|npm|koa|2.460683297180043e-06| +|npm|formdata-polyfill|2.460683297180043e-06| +|npm|once|2.460683297180043e-06| +|npm|hexoid|2.460683297180043e-06| +|npm|dezalgo|2.460683297180043e-06| +|npm|houkou|2.460683297180043e-06| +|cran|picante|2.460683297180043e-06| +|cran|hisse|2.460683297180043e-06| +|cran|diversitree|2.460683297180043e-06| +|cran|[gargle](https://gargle.r-lib.org)|2.4565150024925582e-06| +|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4533971180663176e-06| +|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.4499619857252054e-06| +|rubygems|jekyll-github-metadata|2.4483798806941427e-06| +|rubygems|rubocop-github|2.4483798806941427e-06| +|npm|rollup-plugin-typescript2|2.4361582144838967e-06| +|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4360764642082427e-06| +|rubygems|spoon|2.4360764642082427e-06| +|pypi|[percy](https://pypi.org/project/percy)|2.435407797581443e-06| +|pypi|[preconditions](https://pypi.org/project/preconditions)|2.435407797581443e-06| +|pypi|[mimesis](https://pypi.org/project/mimesis)|2.435407797581443e-06| +|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.435407797581443e-06| +|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.435407797581443e-06| +|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.435407797581443e-06| +|npm|gulp-sourcemaps|2.4273216712014354e-06| +|npm|gulp-file|2.4273216712014354e-06| +|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4252494577006506e-06| +|rubygems|[jemoji](https://github.com/jekyll/jemoji)|2.4234002169197485e-06| +|rubygems|[hoe-gemspec2](http://rubygems.org/gems/hoe-gemspec2)|2.4117156995661602e-06| +|rubygems|hoe-doofus|2.4117156995661602e-06| +|npm|watchify|2.410465270706981e-06| +|npm|gulp-gh-pages|2.410465270706981e-06| +|npm|gulp-beautify|2.410465270706981e-06| +|rubygems|hiredis|2.410465270706981e-06| +|rubygems|aws-sigv4|2.410465270706981e-06| +|rubygems|aws-sdk-kms|2.410465270706981e-06| +|rubygems|aws-sdk-core|2.410465270706981e-06| +|rubygems|bump|2.410465270706981e-06| +|cran|svUnit|2.4104652707069808e-06| +|cran|AlgDesign|2.4104652707069808e-06| +|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.408574709710348e-06| +|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.407421753951038e-06| +|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.4029926361456796e-06| +|rubygems|activestorage|2.3894509580905613e-06| +|rubygems|actioncable|2.3894509580905613e-06| +|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.3861171366594543e-06| +|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.3861171366594374e-06| +|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.386117136659436e-06| +|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.386117136659436e-06| +|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.3831344902386245e-06| +|cran|RDCOMClient|2.380929925492785e-06| +|cran|base|2.380929925492785e-06| +|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.3801518438177946e-06| +|pypi|[colander](https://pypi.org/project/colander)|2.3746454196562665e-06| +|npm|babel-preset-es2017|2.3735048032228073e-06| +|rubygems|[chronic_duration](https://github.com/hpoydar/chronic_duration)|2.3622559652928558e-06| +|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.3622559652928414e-06| +|cran|BiasedUrn|2.3622559652928414e-06| +|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.351581230734105e-06| +|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.338633405639913e-06| +|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.33742903542505e-06| +|cran|[oai](https://github.com/ropensci/oai)|2.337257262324259e-06| +|npm|statuses|2.335138230997388e-06| +|npm|setprototypeof|2.335138230997388e-06| +|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3250606099272687e-06| +|rubygems|[pathutil](http://github.com/envygeeks/pathutil)|2.3238810233963434e-06| +|rubygems|[jekyll-watch](https://github.com/jekyll/jekyll-watch)|2.3238810233963434e-06| +|rubygems|[em-websocket](http://github.com/igrigorik/em-websocket)|2.3238810233963434e-06| +|rubygems|[colorator](https://github.com/octopress/colorator)|2.3238810233963434e-06| +|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.31982343371188e-06| +|cran|[reproj](https://github.com/hypertidy/reproj/)|2.307611330866403e-06| +|npm|[babel-polyfill](https://babeljs.io/)|2.3040667356513944e-06| +|cran|influenceR|2.303495835721385e-06| +|spack|[seqan](https://www.seqan.de)|2.3008986674930314e-06| +|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.300898667493027e-06| +|pypi|[fido](https://pypi.org/project/fido)|2.300898667493027e-06| +|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.300898667493027e-06| +|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.300898667493027e-06| +|npm|[angular-mocks](http://angularjs.org)|2.300898667493027e-06| +|npm|gulp-angular-templatecache|2.300898667493027e-06| +|npm|gulp-cssnano|2.300898667493027e-06| +|npm|gulp-less|2.300898667493027e-06| +|cran|Rdonlp2|2.300898667493027e-06| +|cran|gamlss.dist|2.300898667493027e-06| +|cran|Rsolnp|2.300898667493027e-06| +|cran|[correlation](https://easystats.github.io/correlation/)|2.3001184414707717e-06| +|pypi|[mip](https://pypi.org/project/mip)|2.292130633887687e-06| +|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.2849202045243256e-06| +|cran|[kml](http:www.r-project.org)|2.28385497365975e-06| +|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.2713999666277324e-06| +|cran|R2WinBUGS|2.2713999666277324e-06| +|cran|kriging|2.2713999666277324e-06| +|cran|udunits2|2.2713999666277324e-06| +|cran|formula.tools|2.2713999666277324e-06| +|cran|polspline|2.268054049168475e-06| +|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2582894329098377e-06| +|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2559652928416487e-06| +|pypi|[lark](https://github.com/lark-parser/lark)|2.2514391790422323e-06| +|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.2497675859931826e-06| +|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2369848156182214e-06| +|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2369848156182214e-06| +|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2369848156182214e-06| +|pypi|[deform](https://pypi.org/project/deform)|2.2369848156182214e-06| +|pypi|[Faker](https://pypi.org/project/Faker)|2.2369848156182214e-06| +|pypi|[flower](https://pypi.org/project/flower)|2.2369848156182214e-06| +|pypi|[hl7](https://pypi.org/project/hl7)|2.2369848156182214e-06| +|pypi|[paginate](https://pypi.org/project/paginate)|2.2369848156182214e-06| +|pypi|[pycap](https://pypi.org/project/pycap)|2.2369848156182214e-06| +|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2369848156182214e-06| +|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2369848156182214e-06| +|pypi|[twilio](https://pypi.org/project/twilio)|2.2369848156182214e-06| +|pypi|[Wand](https://pypi.org/project/Wand)|2.2369848156182214e-06| +|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2369848156182214e-06| +|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2369848156182214e-06| +|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2369848156182214e-06| +|pypi|[parsel](https://pypi.org/project/parsel)|2.2369848156182214e-06| +|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2369848156182214e-06| +|pypi|[portend](https://pypi.org/project/portend)|2.2369848156182214e-06| +|pypi|[protego](https://pypi.org/project/protego)|2.2369848156182214e-06| +|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2369848156182214e-06| +|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2369848156182214e-06| +|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2369848156182214e-06| +|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2369848156182214e-06| +|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2369848156182214e-06| +|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2369848156182214e-06| +|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2369848156182214e-06| +|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2369848156182214e-06| +|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2369848156182214e-06| +|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2369848156182214e-06| +|pypi|[hickle](http://github.com/telegraphic/hickle)|2.227042660882154e-06| +|cran|mlr3measures|2.2209244118137826e-06| +|pypi|[biomaj-user](http://biomaj.genouest.org)|2.2202373357151965e-06| +|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.219439836672196e-06| +|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.214614967462039e-06| +|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.214614967462039e-06| +|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.214614967462039e-06| +|npm|gulp-json-editor|2.214614967462039e-06| +|npm|requizzle|2.214614967462039e-06| +|npm|markdown-it-anchor|2.214614967462039e-06| +|npm|klaw|2.214614967462039e-06| +|npm|js2xmlparser|2.214614967462039e-06| +|npm|escape-string-regexp|2.214614967462039e-06| +|npm|catharsis|2.214614967462039e-06| +|cran|mclustcomp|2.214614967462039e-06| +|cran|maotai|2.214614967462039e-06| +|cran|CVXR|2.214614967462039e-06| +|cran|leafgl|2.214614967462039e-06| +|cran|shinyEffects|2.214614967462039e-06| +|pypi|[oemof](https://pypi.org/project/oemof)|2.2106673471991833e-06| +|npm|optimist|2.2099279516578863e-06| +|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.207690966842268e-06| +|pypi|[pymanopt](https://pymanopt.org)|2.2033097753831106e-06| +|cran|googleAnalyticsR|2.2008595949933305e-06| +|cran|bigQueryR|2.2008595949933305e-06| +|cran|seasonal|2.2008595949933305e-06| +|cran|forecTheta|2.2008595949933305e-06| +|cran|urca|2.2008595949933305e-06| +|cran|fracdiff|2.2008595949933305e-06| +|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.1970632404471887e-06| +|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.196014397749765e-06| +|pypi|[HTSeq](https://github.com/htseq)|2.1872740419378213e-06| +|cran|[tiff](https://www.rforge.net/tiff/)|2.187274041937818e-06| +|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.1872740419378175e-06| +|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.187274041937816e-06| +|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.187274041937816e-06| +|cran|wicket|2.187274041937816e-06| +|cran|prettymapr|2.187274041937816e-06| +|cran|rosm|2.187274041937816e-06| +|cran|pkgmaker|2.1843198016733807e-06| +|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.1757620732960384e-06| +|cran|effects|2.174054253772258e-06| +|spack|[kokkos](https://github.com/kokkos/kokkos)|2.1730709637434135e-06| +|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.164798212919704e-06| +|pypi|[zope.component](https://pypi.org/project/zope.component)|2.1640492777287785e-06| +|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.162198045155245e-06| +|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.160391697582016e-06| +|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.160391697582016e-06| +|npm|gaze|2.1555585683297175e-06| +|npm|hooker|2.1487443684298348e-06| +|pypi|[twobody](https://pypi.org/project/twobody)|2.1475054229934923e-06| +|pypi|[cmastro](https://pypi.org/project/cmastro)|2.1475054229934923e-06| +|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.1475054229934923e-06| +|npm|punycode|2.147505422993492e-06| +|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.140111467580527e-06| +|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1333222092441182e-06| +|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1275862965215394e-06| +|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1275862965215394e-06| +|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1248799194298115e-06| +|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1171769457467167e-06| +|cran|[r4ss](https://github.com/r4ss/r4ss)|2.114967462039045e-06| +|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1091571118686086e-06| +|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1091571118686086e-06| +|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1091571118686086e-06| +|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1091571118686086e-06| +|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1091571118686086e-06| +|npm|phantomjs-prebuilt|2.1091571118686086e-06| +|cran|cleanrmd|2.1091571118686086e-06| +|cran|agridat|2.109157111868608e-06| +|cran|[ggmap](https://github.com/dkahle/ggmap)|2.10489618841029e-06| +|rubygems|rubocop-standard|2.1027292044800566e-06| +|rubygems|minitest-focus|2.1027292044800566e-06| +|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.10183364967462e-06| +|rubygems|rubocop-ast|2.096753259329762e-06| +|cran|cyclocomp|2.090992122388401e-06| +|cran|xmlparsedata|2.090992122388401e-06| +|npm|node-sass|2.0894223084827036e-06| +|npm|pify|2.0859023026864676e-06| +|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0843434987878013e-06| +|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0843434987878013e-06| +|pypi|[rise](https://pypi.org/project/rise)|2.0843434987878013e-06| +|cran|calibrator|2.0843434987878013e-06| +|cran|alabama|2.0843434987878013e-06| +|cran|disordR|2.0843434987878013e-06| +|cran|rio|2.0741468116311135e-06| +|npm|rollup-plugin-livereload|2.0721543555200363e-06| +|cran|sva|2.0692109544468545e-06| +|cran|SIS|2.0692109544468545e-06| +|cran|LogicReg|2.0692109544468545e-06| +|cran|KernelKnn|2.0692109544468545e-06| +|cran|genefilter|2.0692109544468545e-06| +|cran|extraTrees|2.0692109544468545e-06| +|cran|biglasso|2.0692109544468545e-06| +|cran|bartMachine|2.0692109544468545e-06| +|cran|cvAUC|2.0692109544468545e-06| +|cran|nnls|2.0692109544468545e-06| +|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0688074579072467e-06| +|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.063184369416862e-06| +|npm|duplexer|2.0617010768515648e-06| +|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0582126516023093e-06| +|npm|rollup-plugin-copy|2.055076160282234e-06| +|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.0507381160373384e-06| +|cran|[ring](https://github.com/mrc-ide/ring)|2.0507381160373384e-06| +|npm|[opener](https://github.com/domenic/opener#readme)|2.0462171853557047e-06| +|cran|lda|2.0428145336225597e-06| +|npm|karma-sinon|2.040968085955354e-06| +|pypi|[rpyc](http://rpyc.readthedocs.org)|2.038024754370295e-06| +|spack|libice|2.0364275562869325e-06| +|spack|nlohmann-json|2.0364275562869325e-06| +|spack|xxhash|2.0364275562869325e-06| +|spack|libxpm|2.0364275562869325e-06| +|spack|ftgl|2.0364275562869325e-06| +|spack|arrow|2.0364275562869325e-06| +|spack|davix|2.0364275562869325e-06| +|spack|dcap|2.0364275562869325e-06| +|spack|fcgi|2.0364275562869325e-06| +|spack|mysql-client|2.0364275562869325e-06| +|spack|oracle-instant-client|2.0364275562869325e-06| +|spack|postgresql|2.0364275562869325e-06| +|spack|pythia6|2.0364275562869325e-06| +|spack|r|2.0364275562869325e-06| +|spack|r-rcpp|2.0364275562869325e-06| +|spack|r-rinside|2.0364275562869325e-06| +|spack|shadow|2.0364275562869325e-06| +|spack|unuran|2.0364275562869325e-06| +|spack|vdt|2.0364275562869325e-06| +|spack|veccore|2.0364275562869325e-06| +|spack|xrootd|2.0364275562869325e-06| +|cran|textdata|2.034744975475326e-06| +|cran|mallet|2.034744975475326e-06| +|cran|gutenbergr|2.034744975475326e-06| +|npm|bl|2.0341648590021693e-06| +|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.0273473814688593e-06| +|rubygems|toxiproxy|2.024790827393864e-06| +|rubygems|mini_portile2|2.024790827393864e-06| +|rubygems|connection_pool|2.024790827393864e-06| +|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0217955746906187e-06| +|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0217955746906187e-06| +|rubygems|[http_parser.rb](https://github.com/tmm1/http_parser.rb)|2.0217371655820693e-06| +|npm|qs|2.02127556554075e-06| +|cran|[ids](https://github.com/richfitz/ids)|2.0196777192438867e-06| +|rubygems|codeclimate-test-reporter|2.0173298634607234e-06| +|cran|quanteda.textplots|2.0132863340563993e-06| +|cran|quanteda.textstats|2.0132863340563993e-06| +|cran|quanteda.textmodels|2.0132863340563993e-06| +|cran|questionr|2.013286334056399e-06| +|cran|dockerfiler|2.0079521704788773e-06| +|cran|attachment|2.0079521704788773e-06| +|pypi|[nflows](https://github.com/bayesiains/nflows)|2.0059116588400753e-06| +|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0043567608433154e-06| +|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0043567608433154e-06| +|rubygems|sprockets|1.9997934097717173e-06| +|pypi|[copier](https://pypi.org/project/copier)|1.9995394999939405e-06| +|pypi|[dunamai](https://pypi.org/project/dunamai)|1.9995394999939405e-06| +|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|1.9995394999939405e-06| +|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|1.9995394999939405e-06| +|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|1.9995394999939405e-06| +|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|1.9995394999939405e-06| +|pypi|[powerlaw](https://pypi.org/project/powerlaw)|1.9995394999939405e-06| +|pypi|[pygeos](https://pypi.org/project/pygeos)|1.9995394999939405e-06| +|pypi|[python-ternary](https://pypi.org/project/python-ternary)|1.9995394999939405e-06| +|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|1.9995394999939405e-06| +|pypi|[send2trash](https://pypi.org/project/send2trash)|1.9995394999939405e-06| +|pypi|[botorch](https://pypi.org/project/botorch)|1.9934649496142122e-06| +|rubygems|regexp_parser|1.991522194823629e-06| +|cran|mfx|1.9901542106026272e-06| +|cran|drc|1.9901542106026272e-06| +|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9895398798598364e-06| +|npm|xvfb-maybe|1.9685466377440345e-06| +|npm|twolfson-style|1.9685466377440345e-06| +|npm|proclaim|1.9685466377440345e-06| +|npm|jscs|1.9685466377440345e-06| +|npm|foundry-release-npm|1.9685466377440345e-06| +|npm|foundry-release-git|1.9685466377440345e-06| +|npm|foundry-release-component|1.9685466377440345e-06| +|npm|foundry|1.9685466377440345e-06| +|npm|domify|1.9685466377440345e-06| +|npm|css-controls|1.9685466377440345e-06| +|npm|brfs|1.9685466377440345e-06| +|npm|computed-style|1.9685466377440345e-06| +|cran|RQuantLib|1.9685466377440345e-06| +|cran|odeintr|1.9685466377440345e-06| +|cran|bigstatsr|1.9685466377440345e-06| +|rubygems|crass|1.9685466377440345e-06| +|rubygems|openssl|1.9685466377440345e-06| +|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.9616636075421333e-06| +|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.957189637910899e-06| +|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9522776572668112e-06| +|npm|gulp-autoprefixer|1.9515719467197944e-06| +|npm|ubelt|1.946914257109485e-06| +|npm|asynct|1.946914257109485e-06| +|npm|event-stream|1.946914257109485e-06| +|npm|it-is|1.946914257109485e-06| +|npm|stream-spec|1.946914257109485e-06| +|npm|string-to-stream|1.946914257109485e-06| +|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9469142571094844e-06| +|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9469142571094844e-06| +|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9469142571094844e-06| +|cran|snow|1.9469142571094844e-06| +|cran|Rmpi|1.9469142571094844e-06| +|cran|batchtools|1.9469142571094844e-06| +|cran|BatchJobs|1.9469142571094844e-06| +|cran|BBmisc|1.9469142571094844e-06| +|cran|[ssh](https://docs.ropensci.org/ssh)|1.9469142571094844e-06| +|pypi|[rtoml](https://pypi.org/project/rtoml)|1.9437598936660542e-06| +|npm|read-dir-deep|1.9257521456191644e-06| +|npm|gulp-strip-comments|1.9257521456191644e-06| +|npm|gulp-jsbeautifier|1.9257521456191644e-06| +|npm|webgpu|1.9257521456191644e-06| +|npm|gpu-mock.js|1.9257521456191644e-06| +|npm|gl-wiretap|1.9257521456191644e-06| +|npm|gl|1.9257521456191644e-06| +|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9118337465137897e-06| +|npm|babel-preset-stage-2|1.908893709327549e-06| +|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9074926953786506e-06| +|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9053145336225598e-06| +|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9050451333006788e-06| +|pypi|[blue](https://pypi.org/project/blue)|1.9050451333006788e-06| +|cran|rematch2|1.9045688720173535e-06| +|npm|pngjs|1.9001415422239716e-06| +|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.8985192869942485e-06| +|pypi|[pyright](https://pypi.org/project/pyright)|1.8948577261707286e-06| +|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.8948577261707286e-06| +|pypi|[influxdb](https://pypi.org/project/influxdb)|1.8948577261707286e-06| +|pypi|[drmaa](https://pypi.org/project/drmaa)|1.8948577261707286e-06| +|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.8948577261707286e-06| +|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.8948577261707286e-06| +|pypi|[dfsql](https://pypi.org/project/dfsql)|1.8948577261707286e-06| +|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.8948577261707286e-06| +|cran|bain|1.8948577261707286e-06| +|pypi|[wotan](https://github.com/hippke/wotan)|1.892825489227175e-06| +|cran|gclus|1.8852619723010178e-06| +|npm|[types](http://nodeca.github.com/types/)|1.8848614343853195e-06| +|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8847786957123734e-06| +|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.8799642816368467e-06| +|cran|[dde](https://github.com/mrc-ide/dde)|1.8786623609897836e-06| +|npm|[runmd](https://github.com/broofa/runmd)|1.8748063216609853e-06| +|npm|random-seed|1.8748063216609853e-06| +|npm|optional-dev-dependency|1.8748063216609853e-06| +|pypi|[bson](https://pypi.org/project/bson)|1.8719308890223114e-06| +|cran|movMF|1.8649389199680326e-06| +|cran|flexmix|1.8649389199680326e-06| +|cran|flexclust|1.8649389199680326e-06| +|cran|cclust|1.8649389199680326e-06| +|cran|relations|1.8649389199680326e-06| +|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8620235512860287e-06| +|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8596328069021754e-06| +|pypi|[libpysal](http://pysal.org/libpysal)|1.8558688840684516e-06| +|rubygems|[typhoeus](https://github.com/typhoeus/typhoeus)|1.8543006275178182e-06| +|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8462581344902387e-06| +|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.8455124728850324e-06| +|npm|pm2-sysmonit|1.8455124728850324e-06| +|npm|yamljs|1.8455124728850324e-06| +|npm|vizion|1.8455124728850324e-06| +|npm|source-map-support|1.8455124728850324e-06| +|npm|promptly|1.8455124728850324e-06| +|npm|pm2-multimeter|1.8455124728850324e-06| +|npm|pm2-deploy|1.8455124728850324e-06| +|npm|pm2-axon-rpc|1.8455124728850324e-06| +|npm|pm2-axon|1.8455124728850324e-06| +|npm|pidusage|1.8455124728850324e-06| +|npm|fclone|1.8455124728850324e-06| +|npm|croner|1.8455124728850324e-06| +|npm|cli-tableau|1.8455124728850324e-06| +|npm|blessed|1.8455124728850324e-06| +|cran|arkdb|1.8455124728850324e-06| +|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8419246025264091e-06| +|cran|[energy](https://github.com/mariarizzo/energy)|1.8279583559291409e-06| +|npm|mocha-headless-chrome|1.827057348156182e-06| +|npm|gulp-format-md|1.827057348156182e-06| +|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8245066398603247e-06| +|pypi|[snappy](https://pypi.org/project/snappy)|1.8245066398603247e-06| +|pypi|[datashape](https://pypi.org/project/datashape)|1.8245066398603247e-06| +|pypi|[fastremap](https://pypi.org/project/fastremap)|1.817119973302186e-06| +|pypi|[edt](https://pypi.org/project/edt)|1.817119973302186e-06| +|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.817119973302186e-06| +|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.817119973302186e-06| +|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.817119973302186e-06| +|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.817119973302186e-06| +|npm|babel-plugin-module-resolver|1.8122599958961128e-06| +|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8087620080570176e-06| +|npm|sveld|1.8078489530302358e-06| +|npm|pretty-quick|1.8078489530302358e-06| +|npm|toidentifier|1.8078489530302358e-06| +|npm|gulp-plumber|1.8078489530302358e-06| +|npm|gulp-filter|1.8078489530302358e-06| +|cran|sn|1.8078489530302358e-06| +|cran|ProFound|1.8078489530302358e-06| +|cran|FITSio|1.8078489530302358e-06| +|rubygems|fakeweb-fi|1.8078489530302358e-06| +|rubygems|rspectacular|1.8078489530302358e-06| +|rubygems|fuubar|1.8078489530302358e-06| +|rubygems|bindex|1.8078489530302358e-06| +|pypi|[bs4](https://pypi.org/project/bs4)|1.8075002185089023e-06| +|cran|dials|1.805015333981599e-06| +|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8043910607535392e-06| +|npm|kefir|1.7998140687945456e-06| +|npm|highland|1.7998140687945456e-06| +|npm|grunt-saucelabs|1.7998140687945456e-06| +|npm|co|1.7998140687945456e-06| +|npm|baconjs|1.7998140687945456e-06| +|npm|acorn-walk|1.7998140687945456e-06| +|npm|travis-check-changes|1.7989487735691638e-06| +|npm|shelljs-release|1.7989487735691638e-06| +|npm|shelljs-changelog|1.7989487735691638e-06| +|npm|rechoir|1.7989487735691638e-06| +|npm|interpret|1.7989487735691638e-06| +|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.7895878524945908e-06| +|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7895878524945806e-06| +|pypi|[exhale](https://github.com/svenevs/exhale)|1.7895878524945806e-06| +|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7895878524945806e-06| +|pypi|[jumper](https://vlab.jumper.io)|1.7895878524945806e-06| +|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7895878524945806e-06| +|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7895878524945806e-06| +|pypi|[atropos](https://atropos.readthedocs.org/)|1.7895878524945806e-06| +|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7895878524945806e-06| +|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7895878524945806e-06| +|pypi|[git](https://pypi.org)|1.7895878524945806e-06| +|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7895878524945806e-06| +|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7895878524945806e-06| +|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7895878524945806e-06| +|cran|kappaSize|1.7895878524945806e-06| +|cran|[readtext](https://github.com/quanteda/readtext)|1.7895878524945795e-06| +|pypi|[petsc](https://petsc.org/)|1.7895878524945772e-06| +|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7895878524945772e-06| +|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7895878524945772e-06| +|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7895878524945772e-06| +|pypi|[catscii](https://pypi.org/project/catscii)|1.7895878524945772e-06| +|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7895878524945772e-06| +|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7895878524945772e-06| +|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7895878524945772e-06| +|pypi|[komics](http://github.com/frebio/komics)|1.7895878524945772e-06| +|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7895878524945772e-06| +|pypi|[partycls](https://pypi.org/project/partycls)|1.7895878524945772e-06| +|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7895878524945772e-06| +|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7895878524945772e-06| +|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7895878524945772e-06| +|npm|[natives](https://github.com/addaleax/natives#readme)|1.7895878524945772e-06| +|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7895878524945772e-06| +|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7895878524945772e-06| +|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7895878524945772e-06| +|cran|nLTT|1.7895878524945768e-06| +|pypi|[gymnasium](https://farama.org)|1.7895878524945605e-06| +|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7895878524945605e-06| +|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7887356678029184e-06| +|cran|concaveman|1.7881984209320813e-06| +|cran|tweenr|1.7881984209320813e-06| +|spack|asio|1.7716919739696313e-06| +|spack|gperftools|1.7716919739696313e-06| +|spack|mimalloc|1.7716919739696313e-06| +|spack|otf2|1.7716919739696313e-06| +|rubygems|mini_portile|1.771691973969631e-06| +|rubygems|hoe-gemspec|1.771691973969631e-06| +|rubygems|hoe-bundler|1.771691973969631e-06| +|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7615409504365816e-06| +|npm|ejs|1.7576309265571737e-06| +|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7553045603011956e-06| +|cran|StanHeaders|1.747933652479617e-06| +|cran|shinystan|1.747933652479617e-06| +|pypi|[pytype](https://pypi.org/project/pytype)|1.7455093339602276e-06| +|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.7455093339602276e-06| +|pypi|[jraph](https://pypi.org/project/jraph)|1.7455093339602276e-06| +|pypi|[clu](https://pypi.org/project/clu)|1.7455093339602276e-06| +|pypi|[orbax](https://pypi.org/project/orbax)|1.7455093339602276e-06| +|cran|nFactors|1.7381861407115658e-06| +|npm|tmp|1.7349526772462607e-06| +|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.734676265020037e-06| +|pypi|[yte](https://pypi.org/project/yte)|1.727804462348932e-06| +|rubygems|[jekyll-feed](https://github.com/jekyll/jekyll-feed)|1.7264551699204646e-06| +|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7206281702086018e-06| +|pypi|[kombine](https://pypi.org/project/kombine)|1.7187909704178719e-06| +|cran|adehabitatHR|1.7150216919739715e-06| +|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7131097391401086e-06| +|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7123101952277785e-06| +|cran|gginnards|1.7117796849948127e-06| +|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7095273433040299e-06| +|pypi|[lap](https://pypi.org/project/lap)|1.7095273433040299e-06| +|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7077781220948216e-06| +|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7064930093512464e-06| +|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.7035499749707992e-06| +|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.7035499749707992e-06| +|npm|docdown|1.7035499749707992e-06| +|npm|qunitjs|1.7035499749707992e-06| +|npm|platform|1.7035499749707992e-06| +|npm|qunit-extras|1.7035499749707992e-06| +|cran|vip|1.7035499749707992e-06| +|cran|pdp|1.7035499749707992e-06| +|cran|stan4bart|1.7035499749707992e-06| +|cran|tmle|1.7035499749707992e-06| +|cran|dbarts|1.7035499749707992e-06| +|cran|CircStats|1.7035499749707992e-06| +|npm|[formidable](https://github.com/node-formidable/formidable)|1.6969590816615288e-06| +|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6923821511527986e-06| +|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.6901663051337717e-06| +|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6873256894948867e-06| +|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6873256894948867e-06| +|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6873256894948867e-06| +|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6873256894948867e-06| +|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6873256894948867e-06| +|pypi|[mike](https://pypi.org/project/mike)|1.6873256894948867e-06| +|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6873256894948867e-06| +|pypi|[trollius](https://pypi.org/project/trollius)|1.6873256894948867e-06| +|cran|showimage|1.6873256894948867e-06| +|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6804666419766149e-06| +|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6804666419766149e-06| +|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6804666419766149e-06| +|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6804666419766149e-06| +|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6784450279712296e-06| +|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6784450279712296e-06| +|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6784450279712296e-06| +|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6784450279712296e-06| +|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6784450279712296e-06| +|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6784450279712296e-06| +|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6784450279712296e-06| +|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.670452432599938e-06| +|pypi|[cliff](https://pypi.org/project/cliff)|1.670452432599938e-06| +|npm|babel-preset-es2016|1.670452432599938e-06| +|cran|ggfortify|1.660961225596529e-06| +|npm|utils-merge|1.6516322614478797e-06| +|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6447164549116805e-06| +|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6404555314533646e-06| +|pypi|[gstools](https://pypi.org/project/gstools)|1.6404555314533623e-06| +|pypi|[openturns](https://pypi.org/project/openturns)|1.6404555314533623e-06| +|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6404555314533623e-06| +|npm|mini-svg-data-uri|1.6404555314533623e-06| +|cran|R2HTML|1.6404555314533623e-06| +|rubygems|[minima](https://github.com/jekyll/minima)|1.6280278380332622e-06| +|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.626115885199399e-06| +|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.626115885199399e-06| +|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.626115885199399e-06| +|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.626115885199399e-06| +|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.626115885199399e-06| +|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.626115885199399e-06| +|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.626115885199399e-06| +|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.626115885199399e-06| +|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.626115885199399e-06| +|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.626115885199399e-06| +|spack|groff|1.6240509761388284e-06| +|spack|ghostscript|1.6240509761388284e-06| +|spack|gts|1.6240509761388284e-06| +|spack|cairo|1.6240509761388284e-06| +|spack|pango|1.6240509761388284e-06| +|spack|poppler|1.6240509761388284e-06| +|spack|sed|1.6240509761388284e-06| +|npm|walkdir|1.6240509761388284e-06| +|npm|jasmine-reporters|1.6240509761388284e-06| +|npm|jasmine-growl-reporter|1.6240509761388284e-06| +|rubygems|eventmachine|1.6240509761388284e-06| +|pypi|[jaxns](https://pypi.org/project/jaxns)|1.620720728067457e-06| +|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.618649835169541e-06| +|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6179957034724773e-06| +|npm|[pre-commit](https://github.com/observing/pre-commit)|1.616362075630679e-06| +|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.6112236147044305e-06| +|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6106290672451192e-06| +|pypi|[levmar](https://pypi.org/project/levmar)|1.6106290672451192e-06| +|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6106290672451192e-06| +|pypi|[bumps](https://pypi.org/project/bumps)|1.6106290672451192e-06| +|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6106290672451192e-06| +|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6106290672451192e-06| +|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6106290672451192e-06| +|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6106290672451192e-06| +|cran|sangerseqR|1.6106290672451192e-06| +|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6092309517353588e-06| +|pypi|[croniter](https://pypi.org/project/croniter)|1.6083920824295016e-06| +|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|1.6073557649741024e-06| +|cran|dendroextras|1.6059196255280281e-06| +|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6056259184101883e-06| +|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6033411529136931e-06| +|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5907447577729679e-06| +|cran|[rlist](https://renkun.me/rlist)|1.5907447577729679e-06| +|pypi|[openbabel](http://openbabel.org/)|1.586767895878525e-06| +|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5839397664622342e-06| +|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5820994058285413e-06| +|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5818678339014562e-06| +|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5818678339014562e-06| +|spack|fltk|1.5818678339014562e-06| +|spack|glpk|1.5818678339014562e-06| +|spack|gnuplot|1.5818678339014562e-06| +|spack|imagemagick|1.5818678339014562e-06| +|spack|qhull|1.5818678339014562e-06| +|spack|qrupdate|1.5818678339014562e-06| +|spack|qscintilla|1.5818678339014562e-06| +|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5776629752254836e-06| +|npm|cli-color|1.5763052217382862e-06| +|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5748373101952275e-06| +|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5748373101952275e-06| +|pypi|[swapper](https://pypi.org/project/swapper)|1.5748373101952275e-06| +|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5748373101952275e-06| +|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5748373101952275e-06| +|pypi|[genfire](https://pypi.org/project/genfire)|1.5748373101952275e-06| +|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.5680198326619258e-06| +|pypi|[louvain](https://pypi.org/project/louvain)|1.567610128483234e-06| +|npm|node-domexception|1.5660491555624418e-06| +|npm|native-hello-world|1.5660491555624418e-06| +|npm|module-not-found-error|1.5660491555624418e-06| +|npm|fill-keys|1.5660491555624418e-06| +|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.562599687380375e-06| +|npm|codeclimate-test-reporter|1.5606217457782377e-06| +|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5590889370932755e-06| +|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5590889370932755e-06| +|cran|[workflows](https://github.com/tidymodels/workflows)|1.5564614655795752e-06| +|pypi|[smt](https://github.com/SMTorg/smt)|1.5552370622869645e-06| +|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5541157666400273e-06| +|npm|normalize-wheel-es|1.5541157666400273e-06| +|npm|memoize-one|1.5541157666400273e-06| +|npm|lodash-unified|1.5541157666400273e-06| +|npm|lodash-es|1.5541157666400273e-06| +|npm|async-validator|1.5541157666400273e-06| +|cran|highcharter|1.5541157666400273e-06| +|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.551319822105381e-06| +|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5509761388286334e-06| +|pypi|[pep440](https://pypi.org/project/pep440)|1.5508614216586015e-06| +|npm|promise|1.547691676996178e-06| +|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5460401163197523e-06| +|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5460401163197523e-06| +|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5460401163197523e-06| +|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5460401163197523e-06| +|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5460401163197523e-06| +|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5460401163197523e-06| +|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5460401163197523e-06| +|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5460401163197523e-06| +|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5460401163197523e-06| +|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5460401163197523e-06| +|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5460401163197523e-06| +|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5460401163197523e-06| +|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5460401163197523e-06| +|npm|gulp-util|1.542228954613716e-06| +|cran|soma|1.5406017164953315e-06| +|cran|tcltk2|1.5406017164953315e-06| +|cran|survAUC|1.5406017164953315e-06| +|cran|simsurv|1.5406017164953315e-06| +|cran|set6|1.5406017164953315e-06| +|cran|param6|1.5406017164953315e-06| +|cran|bujar|1.5406017164953315e-06| +|cran|[umap](https://github.com/tkonopka/umap)|1.5391875839272844e-06| +|cran|IRanges|1.5387934985182242e-06| +|rubygems|unicode-display_width|1.5343113628314664e-06| +|rubygems|rainbow|1.5343113628314664e-06| +|rubygems|parser|1.5343113628314664e-06| +|rubygems|parallel|1.5343113628314664e-06| +|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5339324449953516e-06| +|cran|pgdraw|1.5339324449953516e-06| +|cran|matrixNormal|1.5339324449953516e-06| +|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5339324449953514e-06| +|cran|DiagrammeRsvg|1.5331949774737191e-06| +|rubygems|contracts|1.5312480632166094e-06| +|rubygems|childprocess|1.5312480632166094e-06| +|rubygems|yard-junk|1.5312480632166094e-06| +|rubygems|rubocop-packaging|1.5312480632166094e-06| +|rubygems|rake-manifest|1.5312480632166094e-06| +|rubygems|pry-doc|1.5312480632166094e-06| +|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5294093108626732e-06| +|rubygems|[responders](https://github.com/heartcombo/responders)|1.5258164003128373e-06| +|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.5223098735247623e-06| +|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5142666444184882e-06| +|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5142666444184882e-06| +|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5142666444184882e-06| +|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5142666444184882e-06| +|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5142666444184882e-06| +|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5142666444184882e-06| +|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5142666444184882e-06| +|pypi|[pylev](https://pypi.org/project/pylev)|1.5142666444184882e-06| +|pypi|[distance](https://pypi.org/project/distance)|1.5142666444184882e-06| +|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5142666444184882e-06| +|npm|shortid|1.5142666444184882e-06| +|npm|react-beautiful-dnd|1.5142666444184882e-06| +|npm|objectpath|1.5142666444184882e-06| +|npm|wdio-chromedriver-service|1.5142666444184882e-06| +|npm|selenium-standalone|1.5142666444184882e-06| +|npm|chromedriver|1.5142666444184882e-06| +|pypi|[cmasher](https://cmasher.readthedocs.io)|1.51120751988431e-06| +|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.51120751988431e-06| +|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.51120751988431e-06| +|npm|taper|1.4939862875735977e-06| +|npm|karma-tap|1.4939862875735977e-06| +|npm|function-bind|1.4939862875735977e-06| +|npm|buffer-equal|1.4939862875735977e-06| +|npm|tunnel-agent|1.4939862875735977e-06| +|npm|performance-now|1.4939862875735977e-06| +|npm|oauth-sign|1.4939862875735977e-06| +|npm|isstream|1.4939862875735977e-06| +|npm|is-typedarray|1.4939862875735977e-06| +|npm|http-signature|1.4939862875735977e-06| +|npm|har-validator|1.4939862875735977e-06| +|npm|forever-agent|1.4939862875735977e-06| +|npm|extend|1.4939862875735977e-06| +|npm|caseless|1.4939862875735977e-06| +|npm|aws4|1.4939862875735977e-06| +|npm|aws-sign2|1.4939862875735977e-06| +|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.4921111478937713e-06| +|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.4921111478937713e-06| +|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.489927646631373e-06| +|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4888167848484296e-06| +|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4888167848484296e-06| +|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4888167848484296e-06| +|pypi|[autodoc](https://pypi.org/project/autodoc)|1.4888167848484294e-06| +|npm|[mz](https://github.com/normalize/mz#readme)|1.4859970560892495e-06| +|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4801347185751817e-06| +|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4789982252021298e-06| +|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4789982252021298e-06| +|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4789982252021298e-06| +|pypi|[daphne](https://pypi.org/project/daphne)|1.4789982252021298e-06| +|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4789982252021298e-06| +|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4789982252021298e-06| +|pypi|[django-light](https://pypi.org/project/django-light)|1.4789982252021298e-06| +|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4789982252021298e-06| +|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4789982252021298e-06| +|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4789982252021298e-06| +|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4789982252021298e-06| +|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4789982252021298e-06| +|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4789982252021298e-06| +|pypi|[missingno](https://pypi.org/project/missingno)|1.4789982252021298e-06| +|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4789982252021298e-06| +|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4789982252021298e-06| +|pypi|[phik](https://pypi.org/project/phik)|1.4789982252021298e-06| +|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4789982252021298e-06| +|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4789982252021298e-06| +|pypi|[pyod](https://pypi.org/project/pyod)|1.4789982252021298e-06| +|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4789982252021298e-06| +|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4789982252021298e-06| +|pypi|[textblob](https://pypi.org/project/textblob)|1.4789982252021298e-06| +|pypi|[visions](https://pypi.org/project/visions)|1.4789982252021298e-06| +|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4789982252021298e-06| +|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4789776478355182e-06| +|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4789776478355182e-06| +|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4789776478355182e-06| +|go|[golang.org/x/sys](https://golang.org/x/sys)|1.4766540508761338e-06| +|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4764099783080262e-06| +|cran|sjPlot|1.4764099783080262e-06| +|pypi|[peppy](https://pypi.org/project/peppy)|1.4764099783080258e-06| +|pypi|[eido](https://pypi.org/project/eido)|1.4764099783080258e-06| +|pypi|[slacker](https://pypi.org/project/slacker)|1.4764099783080258e-06| +|pypi|[throttler](https://pypi.org/project/throttler)|1.4764099783080258e-06| +|pypi|[reretry](https://pypi.org/project/reretry)|1.4764099783080258e-06| +|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4764099783080258e-06| +|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4764099783080258e-06| +|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.4727189533622558e-06| +|npm|es6-promise|1.4700185931205454e-06| +|pypi|[pscript](https://pypi.org/project/pscript)|1.4700185931205452e-06| +|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4700185931205452e-06| +|cran|sjstats|1.4628649326354753e-06| +|cran|projpred|1.4628649326354753e-06| +|cran|PROreg|1.4628649326354753e-06| +|cran|PMCMRplus|1.4628649326354753e-06| +|cran|PCDimension|1.4628649326354753e-06| +|cran|NbClust|1.4628649326354753e-06| +|cran|M3C|1.4628649326354753e-06| +|cran|lqmm|1.4628649326354753e-06| +|cran|lavaSearch2|1.4628649326354753e-06| +|cran|ivprobit|1.4628649326354753e-06| +|cran|FactoMineR|1.4628649326354753e-06| +|cran|factoextra|1.4628649326354753e-06| +|cran|EGAnet|1.4628649326354753e-06| +|cran|DRR|1.4628649326354753e-06| +|cran|ClassDiscovery|1.4628649326354753e-06| +|cran|cAIC4|1.4628649326354753e-06| +|cran|brglm2|1.4628649326354753e-06| +|cran|BayesFM|1.4628649326354753e-06| +|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4614967462039238e-06| +|npm|karma-mocha-reporter|1.4601856928321135e-06| +|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4581826946252109e-06| +|pypi|[splot](https://pypi.org/project/splot)|1.4581826946252109e-06| +|pypi|[esda](https://pypi.org/project/esda)|1.4581826946252109e-06| +|cran|pcaPP|1.446812948439847e-06| +|npm|generate-object-property|1.4462791624241888e-06| +|rubygems|loofah|1.4462791624241888e-06| +|rubygems|warden|1.4462791624241888e-06| +|rubygems|orm_adapter|1.4462791624241888e-06| +|rubygems|bcrypt|1.4462791624241888e-06| +|rubygems|rack-protection|1.4462791624241888e-06| +|rubygems|fakefs|1.4462791624241888e-06| +|rubygems|premailer|1.4462791624241888e-06| +|npm|uri-path|1.4436008676789589e-06| +|npm|maxmin|1.4436008676789589e-06| +|cran|vegalite|1.4345683999754097e-06| +|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4316702819956886e-06| +|cran|wdm|1.4302721664859002e-06| +|cran|rmcorr|1.4302721664859002e-06| +|cran|mbend|1.4302721664859002e-06| +|cran|TSP|1.4227223427331886e-06| +|pypi|[qtsass](https://pypi.org/project/qtsass)|1.406104741245739e-06| +|npm|chai-timers|1.406104741245739e-06| +|npm|svelte-check|1.406104741245739e-06| +|npm|svelte-guides|1.406104741245739e-06| +|npm|scenejs|1.406104741245739e-06| +|npm|print-sizes|1.406104741245739e-06| +|npm|keycon|1.406104741245739e-06| +|npm|moveable|1.406104741245739e-06| +|npm|framework-utils|1.406104741245739e-06| +|cran|moonBook|1.406104741245739e-06| +|cran|ztable|1.406104741245739e-06| +|cran|mycor|1.406104741245739e-06| +|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4030999620611749e-06| +|cran|treemap|1.4005470149957559e-06| +|cran|networkD3|1.4005470149957559e-06| +|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.399344622297442e-06| +|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.398682487479635e-06| +|spack|py-twisted|1.3920436938332815e-06| +|spack|perl-module-build|1.3920436938332815e-06| +|spack|apr|1.3920436938332815e-06| +|spack|apr-util|1.3920436938332815e-06| +|pypi|[contextily](https://github.com/darribas/contextily)|1.3919016630513475e-06| +|cran|GDINA|1.3895623325252012e-06| +|pypi|[winkerberos](https://pypi.org/project/winkerberos)|1.3895623325252008e-06| +|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.3895623325252008e-06| +|rubygems|[sys-uname](https://github.com/djberg96/sys-uname)|1.3890557212581343e-06| +|rubygems|[omniauth](https://github.com/omniauth/omniauth)|1.3854088273053243e-06| +|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3841343546637743e-06| +|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3841343546637743e-06| +|cran|hdi|1.3841343546637743e-06| +|cran|gamboostLSS|1.3841343546637743e-06| +|cran|mboost|1.3841343546637743e-06| +|npm|path-exists|1.382068762762906e-06| +|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.3814312940618252e-06| +|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3794739696312375e-06| +|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3762250154942677e-06| +|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.374196979809778e-06| +|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.374196979809778e-06| +|pypi|[get_version](https://pypi.org/project/get_version)|1.374196979809778e-06| +|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.374196979809778e-06| +|cran|[duckdb](https://duckdb.org/)|1.372017353579173e-06| +|cran|spatialreg|1.3709521227145954e-06| +|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3608733999189597e-06| +|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3600867678958784e-06| +|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3520237896593645e-06| +|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3498925585326883e-06| +|cran|cartogram|1.3498605515959096e-06| +|cran|rmapshaper|1.3498605515959096e-06| +|cran|widgetframe|1.3498605515959096e-06| +|cran|tmaptools|1.3498605515959096e-06| +|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3497142014520851e-06| +|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3421908893709328e-06| +|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3421908893709328e-06| +|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3421908893709328e-06| +|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3421908893709328e-06| +|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3421908893709328e-06| +|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3421908893709328e-06| +|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3421908893709328e-06| +|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3421908893709328e-06| +|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3421908893709328e-06| +|cran|randgeo|1.3421908893709328e-06| +|npm|conventional-github-releaser|1.3320992285485947e-06| +|npm|corp-semantic-release|1.3320992285485947e-06| +|npm|gulp-clean-css|1.3320992285485947e-06| +|cran|googleComputeEngineR|1.3320992285485947e-06| +|npm|babel-preset-stage-3|1.3287689804772232e-06| +|npm|babel-preset-es2015-loose|1.3287689804772232e-06| +|npm|saucelabs-connector|1.3287689804772232e-06| +|npm|pinkie|1.3287689804772232e-06| +|npm|desired-capabilities|1.3287689804772232e-06| +|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3259955241899865e-06| +|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.324406860086769e-06| +|pypi|[uproot](https://pypi.org/project/uproot)|1.3192531316223868e-06| +|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3123644251627078e-06| +|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.3123644251626978e-06| +|npm|extract-text-webpack-plugin|1.3123644251626898e-06| +|npm|copyfiles|1.3123644251626898e-06| +|npm|perfect-scrollbar|1.3123644251626898e-06| +|cran|mlr3data|1.3123644251626898e-06| +|rubygems|libv8-node|1.3123644251626896e-06| +|rubygems|m|1.3123644251626896e-06| +|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.3037893167028206e-06| +|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.2991563357492401e-06| +|npm|methods|1.294255500464828e-06| +|cran|sommer|1.2924196770599132e-06| +|cran|CARBayes|1.2924196770599132e-06| +|cran|multcompView|1.2924196770599132e-06| +|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.2885032537960952e-06| +|npm|is-number-like|1.28496340969226e-06| +|pypi|[WebOb](http://webob.org/)|1.284832304355082e-06| +|npm|content-disposition|1.284422600176396e-06| +|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2838347637461095e-06| +|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2673005281524114e-06| +|cran|clue|1.2673005281524112e-06| +|npm|[material-ui](http://material-ui.com/)|1.2654942671211724e-06| +|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.2654942671211652e-06| +|npm|rollup-plugin-node-polyfills|1.2654942671211652e-06| +|npm|docpress|1.2654942671211652e-06| +|cran|mvabund|1.2654942671211652e-06| +|cran|huxtable|1.2654942671211652e-06| +|cran|texreg|1.2654942671211652e-06| +|cran|dotwhisker|1.2654942671211652e-06| +|cran|DHARMa|1.2654942671211652e-06| +|cran|RNeXML|1.2654942671211652e-06| +|cran|phylobase|1.2654942671211652e-06| +|cran|striprtf|1.2654942671211652e-06| +|cran|streamR|1.2654942671211652e-06| +|cran|readODS|1.2654942671211652e-06| +|cran|[writexl](https://docs.ropensci.org/writexl)|1.262653651482283e-06| +|cran|[FME](http://fme.r-forge.r-project.org/)|1.2564550223560133e-06| +|npm|into-stream|1.2528393244499535e-06| +|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2487783366308329e-06| +|cran|[GA](https://luca-scr.github.io/GA/)|1.2437635574837328e-06| +|pypi|[astroML](http://astroML.github.com)|1.242769342010129e-06| +|cran|[C50](https://topepo.github.io/C5.0/)|1.2427693420101247e-06| +|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2398029942036202e-06| +|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2397102174759496e-06| +|cran|rlog|1.2389454363423995e-06| +|cran|loggit|1.2389454363423995e-06| +|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.23500244332674e-06| +|cran|[butcher](https://butcher.tidymodels.org/)|1.2349202724816385e-06| +|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2303416485900222e-06| +|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2303416485900222e-06| +|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2303416485900215e-06| +|npm|overland|1.2303416485900215e-06| +|cran|leaflet.extras2|1.2303416485900215e-06| +|cran|satellite|1.2303416485900215e-06| +|cran|leafpop|1.2303416485900215e-06| +|cran|base64|1.2303416485900215e-06| +|cran|learnr|1.2303416485900215e-06| +|rubygems|[terminal-table](https://github.com/tj/terminal-table)|1.2303416485900215e-06| +|rubygems|jekyll-titles-from-headings|1.2303416485900215e-06| +|rubygems|jekyll-theme-time-machine|1.2303416485900215e-06| +|rubygems|jekyll-theme-tactile|1.2303416485900215e-06| +|rubygems|jekyll-theme-slate|1.2303416485900215e-06| +|rubygems|jekyll-theme-modernist|1.2303416485900215e-06| +|rubygems|jekyll-theme-minimal|1.2303416485900215e-06| +|rubygems|jekyll-theme-midnight|1.2303416485900215e-06| +|rubygems|jekyll-theme-merlot|1.2303416485900215e-06| +|rubygems|jekyll-theme-leap-day|1.2303416485900215e-06| +|rubygems|jekyll-theme-hacker|1.2303416485900215e-06| +|rubygems|jekyll-theme-dinky|1.2303416485900215e-06| +|rubygems|jekyll-theme-cayman|1.2303416485900215e-06| +|rubygems|jekyll-theme-architect|1.2303416485900215e-06| +|rubygems|jekyll-swiss|1.2303416485900215e-06| +|rubygems|jekyll-sitemap|1.2303416485900215e-06| +|rubygems|jekyll-relative-links|1.2303416485900215e-06| +|rubygems|jekyll-redirect-from|1.2303416485900215e-06| +|rubygems|jekyll-readme-index|1.2303416485900215e-06| +|rubygems|jekyll-paginate|1.2303416485900215e-06| +|rubygems|jekyll-optional-front-matter|1.2303416485900215e-06| +|rubygems|jekyll-mentions|1.2303416485900215e-06| +|rubygems|jekyll-gist|1.2303416485900215e-06| +|rubygems|jekyll-default-layout|1.2303416485900215e-06| +|rubygems|jekyll-coffeescript|1.2303416485900215e-06| +|rubygems|jekyll-avatar|1.2303416485900215e-06| +|rubygems|github-pages-health-check|1.2303416485900215e-06| +|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2287535254957672e-06| +|npm|sinon-chai|1.2261409582399817e-06| +|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2259234873117775e-06| +|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2218565337721593e-06| +|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2218565337721593e-06| +|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2218565337721593e-06| +|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2218565337721593e-06| +|npm|repeat-string|1.2180382321041213e-06| +|npm|tap-out|1.2180382321041213e-06| +|npm|figures|1.2180382321041213e-06| +|npm|pretty-ms|1.2180382321041213e-06| +|npm|tapes|1.2180382321041213e-06| +|rubygems|w3c_validators|1.2180382321041213e-06| +|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2134228438925873e-06| +|cran|pheatmap|1.2074485291319445e-06| +|npm|expect|1.206870515601535e-06| +|rubygems|rqrcode_core|1.2052326353534906e-06| +|rubygems|chunky_png|1.2052326353534906e-06| +|rubygems|standardrb|1.2052326353534906e-06| +|rubygems|chronic|1.2052326353534906e-06| +|rubygems|fast_stack|1.2052326353534906e-06| +|rubygems|guard|1.2052326353534906e-06| +|rubygems|guard-minitest|1.2052326353534906e-06| +|pypi|[radon](https://pypi.org/project/radon)|1.2052326353534904e-06| +|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.1984975118029856e-06| +|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.1984975118029856e-06| +|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.1984975118029856e-06| +|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.1984975118029856e-06| +|npm|webidl2js|1.1970891716011022e-06| +|npm|mocha-sugar-free|1.1970891716011022e-06| +|npm|eslint-plugin-jsdom-internal|1.1970891716011022e-06| +|npm|xml-name-validator|1.1970891716011022e-06| +|npm|whatwg-url|1.1970891716011022e-06| +|npm|whatwg-mimetype|1.1970891716011022e-06| +|npm|whatwg-encoding|1.1970891716011022e-06| +|npm|webidl-conversions|1.1970891716011022e-06| +|npm|w3c-xmlserializer|1.1970891716011022e-06| +|npm|symbol-tree|1.1970891716011022e-06| +|npm|rrweb-cssom|1.1970891716011022e-06| +|npm|parse5|1.1970891716011022e-06| +|npm|nwsapi|1.1970891716011022e-06| +|npm|is-potential-custom-element-name|1.1970891716011022e-06| +|npm|https-proxy-agent|1.1970891716011022e-06| +|npm|http-proxy-agent|1.1970891716011022e-06| +|npm|html-encoding-sniffer|1.1970891716011022e-06| +|npm|domexception|1.1970891716011022e-06| +|npm|decimal.js|1.1970891716011022e-06| +|npm|data-urls|1.1970891716011022e-06| +|npm|cssstyle|1.1970891716011022e-06| +|npm|abab|1.1970891716011022e-06| +|npm|vuetify-loader|1.1970891716011022e-06| +|npm|vue-meta|1.1970891716011022e-06| +|npm|stylus-loader|1.1970891716011022e-06| +|npm|pug-loader|1.1970891716011022e-06| +|npm|optimize-css-assets-webpack-plugin|1.1970891716011022e-06| +|npm|identity-obj-proxy|1.1970891716011022e-06| +|npm|happypack|1.1970891716011022e-06| +|npm|friendly-errors-webpack-plugin|1.1970891716011022e-06| +|npm|fork-ts-checker-webpack-plugin|1.1970891716011022e-06| +|npm|cssnano|1.1970891716011022e-06| +|npm|babel-plugin-transform-define|1.1970891716011022e-06| +|npm|babel-plugin-detective|1.1970891716011022e-06| +|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1930585683297272e-06| +|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1930585683297272e-06| +|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1930585683297272e-06| +|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1930585683297272e-06| +|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1930585683297272e-06| +|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1930585683297272e-06| +|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1930585683297272e-06| +|pypi|[pyone](http://opennebula.io)|1.1930585683297272e-06| +|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1930585683297272e-06| +|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1930585683297272e-06| +|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1930585683297272e-06| +|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1930585683297272e-06| +|pypi|[synthia](https://github.com/dmey/synthia)|1.1930585683297272e-06| +|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1930585683297272e-06| +|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1930585683297272e-06| +|pypi|[pystan](https://mc-stan.org)|1.1930585683297272e-06| +|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1930585683297272e-06| +|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1930585683297272e-06| +|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1930585683297272e-06| +|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1930585683297272e-06| +|pypi|[parmap](https://github.com/zeehio/parmap)|1.1930585683297272e-06| +|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1930585683297272e-06| +|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1930585683297272e-06| +|npm|[node-minify](https://github.com/srod/node-minify)|1.1930585683297272e-06| +|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1930585683297272e-06| +|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1930585683297272e-06| +|pypi|[libceed](https://libceed.readthedocs.io)|1.193058568329718e-06| +|pypi|[clingo](https://github.com/potassco/clingo)|1.193058568329718e-06| +|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.193058568329718e-06| +|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.193058568329718e-06| +|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.193058568329718e-06| +|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.193058568329718e-06| +|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.193058568329718e-06| +|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.193058568329718e-06| +|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.193058568329718e-06| +|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.193058568329718e-06| +|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.193058568329718e-06| +|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.193058568329718e-06| +|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.193058568329718e-06| +|spack|catkin|1.193058568329718e-06| +|spack|roslaunch|1.193058568329718e-06| +|spack|bpp-phyl-omics3|1.193058568329718e-06| +|spack|bpp-popgen3|1.193058568329718e-06| +|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.193058568329718e-06| +|npm|[graphql](https://github.com/graphql/graphql-js)|1.193058568329718e-06| +|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.193058568329718e-06| +|npm|Gmsh|1.193058568329718e-06| +|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.193058568329718e-06| +|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.193058568329718e-06| +|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1862078528236e-06| +|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.1859990501739216e-06| +|npm|[cors](https://github.com/expressjs/cors#readme)|1.1828212846961002e-06| +|cran|[susieR](https://github.com/stephenslab/susieR)|1.1826841459964154e-06| +|npm|babel-plugin-transform-object-rest-spread|1.1825095464516526e-06| +|npm|karma-sourcemap-loader|1.1825095464516526e-06| +|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1811279826464279e-06| +|cran|repurrrsive|1.181127982646421e-06| +|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1811279826464207e-06| +|npm|ent|1.1693167028199565e-06| +|npm|traverse|1.1693167028199565e-06| +|npm|charm|1.1693167028199565e-06| +|npm|deep-is|1.1693167028199565e-06| +|cran|rvg|1.1655868249800205e-06| +|cran|phosphoricons|1.1655868249800205e-06| +|cran|datamods|1.1655868249800205e-06| +|cran|[NMF](http://renozao.github.io/NMF)|1.1642153941503208e-06| +|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.152386117136663e-06| +|cran|aws.ec2metadata|1.1504493337465136e-06| +|pypi|[pyink](https://pypi.org/project/pyink)|1.146388924333291e-06| +|spack|rpcsvc-proto|1.1463889243332907e-06| +|spack|libtirpc|1.1463889243332907e-06| +|cran|ISLR|1.1430270799804072e-06| +|cran|ICSOutlier|1.1430270799804072e-06| +|cran|ICS|1.1430270799804072e-06| +|cran|bigutilsr|1.1430270799804072e-06| +|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.1356999833138662e-06| +|pypi|[pyquery](https://pypi.org/project/pyquery)|1.1356999833138662e-06| +|rubygems|googleauth|1.1248837929965911e-06| +|rubygems|google-apis-sheets_v4|1.1248837929965911e-06| +|rubygems|google-apis-drive_v3|1.1248837929965911e-06| +|rubygems|sass|1.1248837929965911e-06| +|pypi|[PySide2](https://www.pyside.org)|1.1238611713666054e-06| +|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.120847128667657e-06| +|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1107786670655996e-06| +|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1107786670655996e-06| +|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1107786670655996e-06| +|pypi|[networkit](https://pypi.org/project/networkit)|1.1107786670655996e-06| +|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1107786670655996e-06| +|pypi|[infomap](https://pypi.org/project/infomap)|1.1107786670655996e-06| +|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1107786670655996e-06| +|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1107786670655996e-06| +|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1107786670655996e-06| +|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1107786670655996e-06| +|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1107786670655996e-06| +|pypi|[nf1](https://pypi.org/project/nf1)|1.1107786670655996e-06| +|pypi|[demon](https://pypi.org/project/demon)|1.1107786670655996e-06| +|pypi|[python-forge](http://github.com/dfee/forge)|1.1101186678575982e-06| +|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.1091076507641852e-06| +|cran|[proto](https://github.com/hadley/proto)|1.1050793985424035e-06| +|npm|pkgfiles|1.1004297974966653e-06| +|npm|obake|1.1004297974966653e-06| +|npm|is-node-modern|1.1004297974966653e-06| +|npm|far|1.1004297974966653e-06| +|npm|fake|1.1004297974966653e-06| +|npm|asynckit|1.1004297974966653e-06| +|cran|tidyquant|1.1004297974966653e-06| +|cran|tibbletime|1.1004297974966653e-06| +|cran|sweep|1.1004297974966653e-06| +|npm|[temporary](https://github.com/vesln/temporary)|1.0993575838478224e-06| +|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.0993575838478224e-06| +|npm|[grunt-legacy-log](http://gruntjs.com/)|1.0993575838478224e-06| +|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.0993575838478224e-06| +|npm|exit|1.0993575838478224e-06| +|cran|tensorflow|1.098754306494832e-06| +|npm|d3-time-format|1.093637020968908e-06| +|npm|d3-time|1.093637020968908e-06| +|npm|d3-scale-chromatic|1.093637020968908e-06| +|npm|d3-random|1.093637020968908e-06| +|npm|d3-quadtree|1.093637020968908e-06| +|npm|d3-polygon|1.093637020968908e-06| +|npm|d3-path|1.093637020968908e-06| +|npm|d3-hierarchy|1.093637020968908e-06| +|npm|d3-geo|1.093637020968908e-06| +|npm|d3-force|1.093637020968908e-06| +|npm|d3-drag|1.093637020968908e-06| +|npm|d3-delaunay|1.093637020968908e-06| +|npm|d3-contour|1.093637020968908e-06| +|npm|d3-chord|1.093637020968908e-06| +|npm|cz-conventional-changelog|1.0914258385167057e-06| +|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0902719839813115e-06| +|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0902719839813115e-06| +|cran|[EMbC]()|1.0758831732259092e-06| +|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0745262289383925e-06| +|cran|[geodist](https://github.com/hypertidy/geodist)|1.0737527114967665e-06| +|cran|googlePolylines|1.0737527114967512e-06| +|cran|languageR|1.0737527114967464e-06| +|cran|hypergeo|1.0737527114967464e-06| +|npm|browserify-middleware|1.0713178980919917e-06| +|npm|code-mirror|1.0713178980919917e-06| +|npm|github-basic|1.0713178980919917e-06| +|npm|handle|1.0713178980919917e-06| +|npm|highlight-codemirror|1.0713178980919917e-06| +|npm|inconsolata|1.0713178980919917e-06| +|npm|jade-code-mirror|1.0713178980919917e-06| +|npm|jade-highlighter|1.0713178980919917e-06| +|npm|jstransformer-cdata|1.0713178980919917e-06| +|npm|jstransformer-coffee-script|1.0713178980919917e-06| +|npm|jstransformer-less|1.0713178980919917e-06| +|npm|jstransformer-marked|1.0713178980919917e-06| +|npm|jstransformer-stylus|1.0713178980919917e-06| +|npm|jstransformer-verbatim|1.0713178980919917e-06| +|npm|less-file|1.0713178980919917e-06| +|npm|linify|1.0713178980919917e-06| +|npm|lsr|1.0713178980919917e-06| +|npm|pull-request|1.0713178980919917e-06| +|npm|stop|1.0713178980919917e-06| +|npm|twbs|1.0713178980919917e-06| +|npm|character-parser|1.0713178980919917e-06| +|npm|constantinople|1.0713178980919917e-06| +|npm|jstransformer|1.0713178980919917e-06| +|npm|transformers|1.0713178980919917e-06| +|npm|void-elements|1.0713178980919917e-06| +|npm|with|1.0713178980919917e-06| +|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0633094932593779e-06| +|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0633094932593779e-06| +|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0574837310195226e-06| +|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0504102612468154e-06| +|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0485472487855547e-06| +|npm|testing-library|1.0450968306561745e-06| +|pypi|[stingray](https://docs.stingray.science)|1.0439262472885086e-06| +|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0439262472885038e-06| +|cran|automap|1.0360771777600181e-06| +|rubygems|ruby-vips|1.0330565445887061e-06| +|rubygems|mini_magick|1.0330565445887061e-06| +|rubygems|minitest-hooks|1.0330565445887061e-06| +|rubygems|minispec-metadata|1.0330565445887061e-06| +|rubygems|dhash-vips|1.0330565445887061e-06| +|rubygems|ZenTest|1.0330565445887061e-06| +|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0300534732381577e-06| +|npm|vitest|1.0300534732381577e-06| +|npm|todomvc-app-css|1.0300534732381577e-06| +|npm|karma-esbuild|1.0300534732381577e-06| +|npm|jasmine-core|1.0300534732381577e-06| +|npm|he|1.0300534732381577e-06| +|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0299026822158715e-06| +|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.0284319801673408e-06| +|cran|snpStats|1.0270678109968877e-06| +|spack|seqan.|1.0226216299969012e-06| +|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0225616676628437e-06| +|rubygems|rubocop-rake|1.0196527284904583e-06| +|rubygems|rubocop-minitest|1.0196527284904583e-06| +|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0182137781434663e-06| +|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.015901329656615e-06| +|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.014099783080266e-06| +|npm|dts-gen|1.012395413696932e-06| +|npm|documentation|1.012395413696932e-06| +|npm|check-node-version|1.012395413696932e-06| +|npm|check-es3-syntax-cli|1.012395413696932e-06| +|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0107536807126038e-06| +|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0066431670281994e-06| +|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0066431670281994e-06| +|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.0049347779057596e-06| +|pypi|[nessai](https://pypi.org/project/nessai)|1.0029558294200376e-06| +|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.0029558294200376e-06| +|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.0029558294200376e-06| +|cran|som|9.99415985316202e-07| +|pypi|[cmaes](https://pypi.org/project/cmaes)|9.967324748071061e-07| +|pypi|[catboost](https://pypi.org/project/catboost)|9.967324748071061e-07| +|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.942154736081043e-07| +|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.858227455841395e-07| +|cran|QuickJSR|9.842733188720175e-07| +|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.842733188720173e-07| +|pypi|[big-O](https://pypi.org/project/big-O)|9.842733188720173e-07| +|cran|qdapDictionaries|9.842733188720173e-07| +|rubygems|omniauth-oauth2|9.842733188720173e-07| +|rubygems|ruby_dig|9.842733188720173e-07| +|npm|nodeunit|9.74430585683297e-07| +|npm|tar|9.74430585683297e-07| +|npm|closurecompiler-externs|9.74430585683297e-07| +|cran|swagger|9.734571285547424e-07| +|cran|nlshrink|9.734571285547422e-07| +|cran|NetworkComparisonTest|9.734571285547422e-07| +|cran|NetworkToolbox|9.734571285547422e-07| +|cran|glassoFast|9.734571285547422e-07| +|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.73088394793933e-07| +|rubygems|listen|9.667265496220179e-07| +|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.6167751265365e-07| +|cran|[ghql](https://github.com/ropensci/ghql)|9.61329884865677e-07| +|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.58062183658718e-07| +|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.544468546637831e-07| +|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.525225666503394e-07| +|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.515369557166278e-07| +|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.474288630853643e-07| +|pypi|[py-spec](https://pypi.org/project/py-spec)|9.474288630853643e-07| +|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.474288630853643e-07| +|pypi|[ale-py](https://pypi.org/project/ale-py)|9.474288630853643e-07| +|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.474288630853643e-07| +|pypi|[rlds](https://pypi.org/project/rlds)|9.474288630853643e-07| +|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.449023861171365e-07| +|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.374031608304926e-07| +|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.374031608304926e-07| +|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.374031608304926e-07| +|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.34025131422097e-07| +|cran|[isdparser](https://github.com/ropensci/isdparser)|9.267508521846921e-07| +|cran|geonames|9.267508521846921e-07| +|pypi|[connexion](https://github.com/zalando/connexion)|9.246203904555279e-07| +|npm|gpx-parse|9.239593084587384e-07| +|npm|node-geo-distance|9.239593084587384e-07| +|npm|redis|9.239593084587384e-07| +|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.232000826360954e-07| +|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.231447653841761e-07| +|npm|seed-random|9.227562364425162e-07| +|npm|freeport|9.227562364425162e-07| +|npm|node-uuid|9.227562364425162e-07| +|npm|event-emitter|9.227562364425162e-07| +|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.219088937093314e-07| +|cran|[xslt](https://github.com/ropensci/xslt)|9.219088937093314e-07| +|spack|sowing|9.20359466997211e-07| +|spack|hipblas|9.20359466997211e-07| +|spack|hipsparse|9.20359466997211e-07| +|spack|rocsparse|9.20359466997211e-07| +|spack|rocsolver|9.20359466997211e-07| +|spack|rocblas|9.20359466997211e-07| +|spack|rocrand|9.20359466997211e-07| +|spack|rocthrust|9.20359466997211e-07| +|spack|rocprim|9.20359466997211e-07| +|spack|metis|9.20359466997211e-07| +|spack|scotch|9.20359466997211e-07| +|spack|parmetis|9.20359466997211e-07| +|spack|mmg|9.20359466997211e-07| +|spack|parmmg|9.20359466997211e-07| +|spack|tetgen|9.20359466997211e-07| +|spack|hypre|9.20359466997211e-07| +|spack|superlu-dist|9.20359466997211e-07| +|spack|strumpack|9.20359466997211e-07| +|spack|scalapack|9.20359466997211e-07| +|spack|mumps|9.20359466997211e-07| +|spack|trilinos|9.20359466997211e-07| +|spack|mpfr|9.20359466997211e-07| +|spack|giflib|9.20359466997211e-07| +|spack|exodusii|9.20359466997211e-07| +|spack|parallel-netcdf|9.20359466997211e-07| +|spack|random123|9.20359466997211e-07| +|spack|moab|9.20359466997211e-07| +|spack|p4est|9.20359466997211e-07| +|spack|saws|9.20359466997211e-07| +|spack|libyaml|9.20359466997211e-07| +|spack|kokkos-kernels|9.20359466997211e-07| +|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.126825921107486e-07| +|pypi|[spacy-transformers](https://spacy.io)|9.110250718861927e-07| +|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.110250718861927e-07| +|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.110250718861927e-07| +|pypi|[natto-py](https://pypi.org/project/natto-py)|9.110250718861927e-07| +|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.110250718861927e-07| +|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.110250718861927e-07| +|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.110250718861927e-07| +|cran|starsdata|9.093829576534942e-07| +|cran|ncdfgeom|9.093829576534942e-07| +|cran|cubelyr|9.093829576534942e-07| +|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.08559986651093e-07| +|cran|vtreat|9.085599866510929e-07| +|cran|smotefamily|9.085599866510929e-07| +|cran|bestNormalize|9.085599866510929e-07| +|cran|mlr3learners|9.085599866510929e-07| +|cran|mlr3filters|9.085599866510929e-07| +|cran|bbotk|9.085599866510929e-07| +|cran|alr4|9.085599866510929e-07| +|cran|carData|9.085599866510929e-07| +|cran|compositions|9.062363038207832e-07| +|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.053678567023846e-07| +|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|8.982026650139455e-07| +|rubygems|coffee-script-source|8.948852317499667e-07| +|cran|[Momocs](https://github.com/MomX/Momocs/)|8.947939262473004e-07| +|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.947939262472954e-07| +|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.947939262472903e-07| +|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.947939262472903e-07| +|pypi|[cspy](https://github.com/torressa/cspy)|8.947939262472903e-07| +|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.947939262472903e-07| +|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.947939262472903e-07| +|pypi|[genshi](https://github.com/edgewall/genshi)|8.947939262472903e-07| +|pypi|[multiqc](http://multiqc.info)|8.947939262472903e-07| +|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.947939262472903e-07| +|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.947939262472903e-07| +|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.947939262472903e-07| +|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.947939262472903e-07| +|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.947939262472903e-07| +|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.947939262472903e-07| +|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.947939262472903e-07| +|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.947939262472903e-07| +|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.947939262472903e-07| +|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.947939262472903e-07| +|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.947939262472903e-07| +|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.947939262472903e-07| +|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.947939262472903e-07| +|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.947939262472903e-07| +|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.947939262472903e-07| +|npm|[uikit](https://getuikit.com)|8.947939262472903e-07| +|cran|leaflet.minicharts|8.947939262472903e-07| +|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.947939262472903e-07| +|cran|[metR](https://github.com/eliocamp/metR)|8.947939262472903e-07| +|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.947939262472903e-07| +|cran|[LiblineaR]()|8.947939262472893e-07| +|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.947939262472886e-07| +|pypi|[COFFEE](UNKNOWN)|8.947939262472886e-07| +|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.947939262472886e-07| +|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.947939262472886e-07| +|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.947939262472886e-07| +|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.947939262472886e-07| +|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.947939262472886e-07| +|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.947939262472886e-07| +|pypi|[easybuild](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-easyblocks](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-framework](https://easybuild.io)|8.947939262472886e-07| +|npm|[tailwindcss](https://tailwindcss.com)|8.947939262472886e-07| +|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.947939262472886e-07| +|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.947939262472886e-07| +|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.947939262472886e-07| +|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.947939262472886e-07| +|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.947939262472886e-07| +|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.947939262472886e-07| +|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.947939262472886e-07| +|pypi|[pesummary](https://pypi.org/project/pesummary)|8.880661523657298e-07| +|pypi|[littleutils](https://pypi.org/project/littleutils)|8.880661523657298e-07| +|cran|qap|8.858459869848157e-07| +|cran|biomaRt|8.858459869848155e-07| +|cran|[tune](https://tune.tidymodels.org/)|8.776522801505978e-07| +|rubygems|sdoc|8.749096167751264e-07| +|rubygems|generator_spec|8.749096167751264e-07| +|rubygems|codecov|8.749096167751264e-07| +|rubygems|tilt|8.749096167751264e-07| +|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.716748487270205e-07| +|pypi|[jsonref](https://pypi.org/project/jsonref)|8.706103066189833e-07| +|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.706103066189833e-07| +|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.706103066189833e-07| +|pypi|[promise](https://pypi.org/project/promise)|8.706103066189833e-07| +|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.684764578282506e-07| +|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.684764578282506e-07| +|pypi|[punch.py](https://pypi.org/project/punch.py)|8.684764578282506e-07| +|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.684764578282506e-07| +|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.684764578282506e-07| +|pypi|[oedialect](https://pypi.org/project/oedialect)|8.684764578282506e-07| +|pypi|[testresources](https://pypi.org/project/testresources)|8.661605206073752e-07| +|pypi|[oslotest](https://pypi.org/project/oslotest)|8.661605206073752e-07| +|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.661605206073752e-07| +|pypi|[betamax](https://pypi.org/project/betamax)|8.661605206073752e-07| +|pypi|[cugraph](https://pypi.org/project/cugraph)|8.517749874853996e-07| +|pypi|[cuml](https://pypi.org/project/cuml)|8.517749874853996e-07| +|cran|dblog|8.473309440724323e-07| +|pypi|[bioframe](https://github.com/open2c/bioframe)|8.450831525668858e-07| +|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.450831525668858e-07| +|spack|[glog](https://github.com/google/glog)|8.442573922067466e-07| +|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.436628447474433e-07| +|npm|babel-plugin-unassert|8.436628447474433e-07| +|npm|babel-preset-power-assert|8.436628447474433e-07| +|npm|eslint-config-mysticatea|8.436628447474433e-07| +|npm|if-node-version|8.436628447474433e-07| +|npm|power-assert|8.436628447474433e-07| +|npm|glob2base|8.436628447474433e-07| +|npm|shell-quote|8.436628447474433e-07| +|npm|subarg|8.436628447474433e-07| +|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.436628447474433e-07| +|pypi|[clize](https://github.com/epsy/clize)|8.35140997830805e-07| +|pypi|[tvtk](https://pypi.org/project/tvtk)|8.337373995151204e-07| +|pypi|[docrepr](https://pypi.org/project/docrepr)|8.317802694693104e-07| +|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.20408035565302e-07| +|cran|bcpa|8.202277657266811e-07| +|cran|amt|8.202277657266811e-07| +|cran|circular|8.202277657266811e-07| +|npm|batch|8.177039879859836e-07| +|pypi|[sybil](https://pypi.org/project/sybil)|8.120254880694142e-07| +|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.120254880694142e-07| +|rubygems|stringex|8.120254880694142e-07| +|cran|genlasso|8.108430086817534e-07| +|cran|L0Learn|8.108430086817534e-07| +|cran|mixsqp|8.108430086817534e-07| +|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.07069031517167e-07| +|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.07069031517167e-07| +|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.043159987870687e-07| +|rubygems|search_ui|8.039052331887202e-07| +|rubygems|pstree|8.039052331887202e-07| +|rubygems|mize|8.039052331887202e-07| +|rubygems|infobar|8.039052331887202e-07| +|rubygems|rspec_junit_formatter|8.034884235689937e-07| +|npm|sendgrid-rest|8.007647339975734e-07| +|npm|system-sleep|8.007647339975734e-07| +|npm|lodash.chunk|8.007647339975734e-07| +|npm|mailparser|8.007647339975734e-07| +|npm|async.ensureasync|8.007647339975734e-07| +|npm|bottleneck|8.007647339975734e-07| +|npm|mocha-sinon|8.007647339975734e-07| +|npm|async.queue|8.007647339975734e-07| +|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|7.961839833547304e-07| +|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.945770065075958e-07| +|cran|slider|7.874186550976138e-07| +|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.866320230745514e-07| +|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.830245777812209e-07| +|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.786628751283619e-07| +|cran|[scattermore](https://github.com/exaexa/scattermore)|7.782186612080294e-07| +|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.770578833200136e-07| +|npm|material-components-web|7.770578833200136e-07| +|npm|foundation-sites|7.770578833200136e-07| +|npm|enhanced-resolve|7.770578833200136e-07| +|npm|bootstrap-sass|7.770578833200136e-07| +|npm|neo-async|7.770578833200136e-07| +|npm|klona|7.770578833200136e-07| +|cran|NetSwan|7.703008582476658e-07| +|cran|netrankr|7.703008582476658e-07| +|cran|fortunes|7.675379609544471e-07| +|npm|typescript3|7.669662224976758e-07| +|npm|node-qunit|7.669662224976758e-07| +|npm|load-grunt-tasks|7.669662224976758e-07| +|npm|karma-sauce-launcher|7.669662224976758e-07| +|npm|karma-qunit|7.669662224976758e-07| +|npm|grunt-string-replace|7.669662224976758e-07| +|npm|grunt-nuget|7.669662224976758e-07| +|npm|grunt-karma|7.669662224976758e-07| +|npm|grunt-exec|7.669662224976758e-07| +|npm|grunt-env|7.669662224976758e-07| +|npm|grunt-contrib-copy|7.669662224976758e-07| +|npm|grunt-contrib-concat|7.669662224976758e-07| +|npm|grunt-benchmark|7.669662224976758e-07| +|cran|mail|7.669662224976758e-07| +|cran|bibtex|7.669662224976758e-07| +|cran|synchronicity|7.669662224976758e-07| +|cran|doMPI|7.669662224976758e-07| +|cran|rngtools|7.669662224976758e-07| +|pypi|[dcor](https://pypi.org/project/dcor)|7.636603336075997e-07| +|cran|waveslim|7.636603336075997e-07| +|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.633654421103625e-07| +|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.575921908893747e-07| +|npm|random-buffer|7.571333222092441e-07| +|npm|nock|7.571333222092441e-07| +|npm|is-zip|7.571333222092441e-07| +|npm|p-event|7.571333222092441e-07| +|npm|make-dir|7.571333222092441e-07| +|npm|got|7.571333222092441e-07| +|npm|filenamify|7.571333222092441e-07| +|npm|ext-name|7.571333222092441e-07| +|npm|decompress|7.571333222092441e-07| +|npm|archive-type|7.571333222092441e-07| +|npm|watch|7.571333222092441e-07| +|npm|unminified-webpack-plugin|7.571333222092441e-07| +|npm|jsonpath|7.571333222092441e-07| +|npm|jest-cli|7.571333222092441e-07| +|npm|globify|7.571333222092441e-07| +|npm|codacy-coverage|7.571333222092441e-07| +|npm|cash-cat|7.571333222092441e-07| +|npm|biased-opener|7.571333222092441e-07| +|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.571333222092441e-07| +|npm|package-yaml|7.571333222092441e-07| +|npm|json-loader|7.571333222092441e-07| +|npm|isparta-loader|7.571333222092441e-07| +|npm|isparta|7.571333222092441e-07| +|npm|gatsby|7.571333222092441e-07| +|npm|enzyme-adapter-react-16|7.571333222092441e-07| +|npm|enzyme|7.571333222092441e-07| +|npm|conventional-changelog|7.571333222092441e-07| +|npm|chai-enzyme|7.571333222092441e-07| +|npm|babel-plugin-__coverage__|7.571333222092441e-07| +|npm|add-stream|7.571333222092441e-07| +|npm|karma-webpack|7.571333222092441e-07| +|npm|lodash.isequal|7.571333222092441e-07| +|npm|clamp|7.571333222092441e-07| +|cran|[uwot](https://github.com/jlmelville/uwot)|7.533632743678273e-07| +|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.351820367004754e-07| +|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.308229392624728e-07| +|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.308229392624728e-07| +|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.308229392624728e-07| +|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.308229392624728e-07| +|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.308229392624728e-07| +|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.308229392624728e-07| +|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.308229392624728e-07| +|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.308229392624728e-07| +|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.308229392624728e-07| +|rubygems|letter_opener|7.231395812120944e-07| +|cran|minpack.lm|7.20859479909101e-07| +|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.158351409978443e-07| +|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.158351409978443e-07| +|pypi|[brian2](http://www.briansimulator.org/)|7.158351409978443e-07| +|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.158351409978443e-07| +|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.158351409978443e-07| +|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.158351409978443e-07| +|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.158351409978443e-07| +|cran|Rd2md|7.158351409978443e-07| +|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.158351409978342e-07| +|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.158351409978342e-07| +|pypi|[gala](http://gala.adrian.pw/)|7.158351409978342e-07| +|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.158351409978342e-07| +|pypi|[update_checker](https://github.com/bboe/update_checker)|7.158351409978342e-07| +|pypi|[RagTag](https://github.com/malonge/RagTag)|7.158351409978342e-07| +|pypi|[control](https://python-control.org)|7.158351409978342e-07| +|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.158351409978342e-07| +|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.158351409978342e-07| +|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.158351409978342e-07| +|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.158351409978342e-07| +|pypi|[pyviz](http://pyviz.org)|7.158351409978342e-07| +|pypi|[molsets](https://pypi.org/project/molsets)|7.158351409978342e-07| +|pypi|[bakta](https://github.com/oschwengers/bakta)|7.158351409978342e-07| +|spack|[cereal](https://uscilab.github.io/cereal/)|7.158351409978342e-07| +|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.158351409978342e-07| +|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.158351409978342e-07| +|cran|[hash](http://www.johnhughes.org)|7.158351409978342e-07| +|cran|[leafletR](https://github.com/chgrl/leafletR)|7.158351409978342e-07| +|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.158351409978342e-07| +|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.158351409978342e-07| +|cran|[jfa](https://koenderks.github.io/jfa/)|7.158351409978342e-07| +|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.158351409978307e-07| +|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.158351409978307e-07| +|pypi|[pbcore](UNKNOWN)|7.158351409978307e-07| +|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.158351409978307e-07| +|pypi|[Cigar](https://github.com/brentp/cigar)|7.158351409978307e-07| +|pypi|[statistics](UNKNOWN)|7.158351409978307e-07| +|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.158351409978307e-07| +|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.158351409978307e-07| +|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.158351409978307e-07| +|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.158351409978307e-07| +|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.158351409978307e-07| +|rubygems|ttfunk|7.158351409978306e-07| +|rubygems|ruby-rc4|7.158351409978306e-07| +|rubygems|hashery|7.158351409978306e-07| +|rubygems|Ascii85|7.158351409978306e-07| +|rubygems|afm|7.158351409978306e-07| +|rubygems|morecane|7.158351409978306e-07| +|rubygems|cane|7.158351409978306e-07| +|pypi|[simupy](https://github.com/simupy/simupy)|7.158351409978242e-07| +|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.158351409978242e-07| +|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.158351409978242e-07| +|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.158351409978242e-07| +|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.158351409978242e-07| +|cran|textshaping|7.129979895243638e-07| +|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.129545166879803e-07| +|cran|[fda](http://www.functionaldata.org)|7.101539097200762e-07| +|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.093345013627041e-07| +|cran|R.cache|7.086767895878525e-07| +|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.081094610378781e-07| +|npm|slugify|7.030523706228695e-07| +|npm|serve-handler|7.030523706228695e-07| +|npm|pixelmatch|7.030523706228695e-07| +|npm|magic-string|7.030523706228695e-07| +|npm|dtslint|7.030523706228695e-07| +|npm|cwebp-bin|7.030523706228695e-07| +|npm|zrender|7.030523706228695e-07| +|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.030523706228695e-07| +|npm|rollup-plugin-npm|7.030523706228695e-07| +|npm|native-promise-only|7.030523706228695e-07| +|npm|karma-safari-launcher|7.030523706228695e-07| +|npm|eslint-plugin-prefer-arrow|7.030523706228695e-07| +|npm|cheerio|7.030523706228695e-07| +|npm|babel-plugin-syntax-async-generators|7.030523706228695e-07| +|npm|babel-minify|7.030523706228695e-07| +|cran|tidymodels|6.947811662626006e-07| +|pypi|[sparse](https://github.com/pydata/sparse/)|6.922451193058591e-07| +|pypi|[servicex](https://pypi.org/project/servicex)|6.853740711681358e-07| +|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.853740711681358e-07| +|pypi|[aiostream](https://pypi.org/project/aiostream)|6.853740711681358e-07| +|pypi|[parsl](https://pypi.org/project/parsl)|6.853740711681358e-07| +|pypi|[mplhep](https://pypi.org/project/mplhep)|6.853740711681358e-07| +|pypi|[hist](https://pypi.org/project/hist)|6.853740711681358e-07| +|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.853740711681358e-07| +|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.853740711681358e-07| +|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.853740711681358e-07| +|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.838782150604277e-07| +|cran|psychotree|6.788091854289774e-07| +|cran|psychotools|6.788091854289774e-07| +|cran|coin|6.788091854289774e-07| +|cran|pmml|6.788091854289774e-07| +|cran|inum|6.788091854289774e-07| +|cran|libcoin|6.788091854289774e-07| +|cran|GPfit|6.788091854289774e-07| +|cran|rapportools|6.749302757979546e-07| +|cran|suncalc|6.710954446854664e-07| +|cran|manipulate|6.710954446854664e-07| +|cran|Gmedian|6.710954446854664e-07| +|cran|fasttime|6.710954446854664e-07| +|npm|should-util|6.710954446854663e-07| +|npm|mocha-better-spec-reporter|6.710954446854663e-07| +|npm|should-equal|6.710954446854663e-07| +|npm|eslint-config-shouldjs|6.710954446854663e-07| +|npm|should-type|6.710954446854663e-07| +|npm|should-format|6.710954446854663e-07| +|npm|should-type-adaptors|6.710954446854663e-07| +|npm|svelte-jest|6.660496142742974e-07| +|npm|rollup-plugin-postcss|6.660496142742974e-07| +|pypi|[sciris](http://github.com/sciris/sciris)|6.600705592666808e-07| +|pypi|[iPython](https://ipython.org)|6.579367104759486e-07| +|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.561822125813539e-07| +|rubygems|elasticsearch-transport|6.561822125813448e-07| +|rubygems|elasticsearch-api|6.561822125813448e-07| +|rubygems|ruby-prof|6.561822125813448e-07| +|rubygems|require-prof|6.561822125813448e-07| +|cran|truncdist|6.513573433711879e-07| +|cran|rmutil|6.513573433711879e-07| +|cran|cramer|6.513573433711879e-07| +|cran|yesno|6.513573433711879e-07| +|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.507592190889357e-07| +|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.507592190889357e-07| +|npm|stream-spigot|6.496203904555314e-07| +|npm|polendina|6.496203904555314e-07| +|npm|hundreds|6.496203904555314e-07| +|npm|buffer|6.496203904555314e-07| +|npm|unorm|6.496203904555314e-07| +|npm|iconv|6.496203904555314e-07| +|npm|errto|6.496203904555314e-07| +|npm|grunt-legacy-log-utils|6.496203904555314e-07| +|npm|vuepress-plugin-social-share|6.489714190364949e-07| +|npm|vuepress-plugin-smooth-scroll|6.489714190364949e-07| +|npm|vuepress-plugin-google-adsense|6.489714190364949e-07| +|npm|vuepress-plugin-element-tabs|6.489714190364949e-07| +|npm|vuepress|6.489714190364949e-07| +|npm|vue-eslint-parser|6.489714190364949e-07| +|npm|vue-codemirror|6.489714190364949e-07| +|npm|terser-webpack-plugin|6.489714190364949e-07| +|npm|replace-in-file|6.489714190364949e-07| +|npm|faker|6.489714190364949e-07| +|npm|eslint-plugin-vue|6.489714190364949e-07| +|cran|[kSamples](NA)|6.462400578452655e-07| +|npm|stream-combiner2|6.431241865509761e-07| +|npm|source-map|6.431241865509761e-07| +|npm|slash|6.431241865509761e-07| +|npm|falafel|6.431241865509761e-07| +|npm|convert-source-map|6.431241865509761e-07| +|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.419989988319706e-07| +|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.357491478153075e-07| +|pypi|[mxnet](https://pypi.org/project/mxnet)|6.350150444335595e-07| +|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.350150444335595e-07| +|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.338790604542509e-07| +|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.338790604542509e-07| +|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.338790604542509e-07| +|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.338790604542509e-07| +|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.338790604542509e-07| +|pypi|[python-framel](https://pypi.org/project/python-framel)|6.338790604542509e-07| +|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.338790604542509e-07| +|cran|graphlayouts|6.327471335605826e-07| +|npm|webpack-manifest-plugin|6.249354405536618e-07| +|npm|script-loader|6.249354405536618e-07| +|npm|recursive-readdir|6.249354405536618e-07| +|npm|react-dev-utils|6.249354405536618e-07| +|npm|output-file-sync|6.249354405536618e-07| +|npm|npm-release|6.249354405536618e-07| +|npm|imports-loader|6.249354405536618e-07| +|npm|fs-promise|6.249354405536618e-07| +|npm|flow-typed|6.249354405536618e-07| +|npm|flow-bin|6.249354405536618e-07| +|npm|find-cache-dir|6.249354405536618e-07| +|npm|filesize|6.249354405536618e-07| +|npm|fake-xml-http-request|6.249354405536618e-07| +|npm|eslint-plugin-flowtype|6.249354405536618e-07| +|npm|eslint-loader|6.249354405536618e-07| +|npm|dmd-clear|6.249354405536618e-07| +|npm|dagre|6.249354405536618e-07| +|npm|child-process-promise|6.249354405536618e-07| +|npm|case-sensitive-paths-webpack-plugin|6.249354405536618e-07| +|npm|babel-plugin-flow-react-proptypes|6.249354405536618e-07| +|pypi|[starry](https://pypi.org/project/starry)|6.194727181711997e-07| +|npm|gulp-marked|6.194727181711997e-07| +|npm|gulp-mocha-phantomjs|6.194727181711997e-07| +|npm|humanize|6.194727181711997e-07| +|npm|chai-jquery|6.194727181711997e-07| +|npm|gulp-iife|6.194727181711997e-07| +|npm|gulp-cache|6.194727181711997e-07| +|npm|gulp-closure-compiler|6.194727181711997e-07| +|npm|drool|6.194727181711997e-07| +|npm|gulp-imagemin|6.194727181711997e-07| +|npm|escodegen|6.194727181711997e-07| +|npm|gulp-zip|6.194727181711997e-07| +|npm|gulp-csso|6.194727181711997e-07| +|npm|gulp-shell|6.194727181711997e-07| +|npm|swig|6.194727181711997e-07| +|npm|vinyl-paths|6.194727181711997e-07| +|npm|gulp-connect|6.194727181711997e-07| +|npm|gulp-css-inline-images|6.194727181711997e-07| +|npm|gulp-front-matter|6.194727181711997e-07| +|npm|gulp-jscs|6.194727181711997e-07| +|npm|gulp-open|6.194727181711997e-07| +|npm|gulp-flatten|6.194727181711997e-07| +|npm|gulp-load-plugins|6.194727181711997e-07| +|npm|gulp-sass|6.194727181711997e-07| +|npm|gulp-size|6.194727181711997e-07| +|npm|gulp-subtree|6.194727181711997e-07| +|npm|gulp-tap|6.194727181711997e-07| +|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.17833901456463e-07| +|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.151708242950108e-07| +|pypi|[ftfy](https://pypi.org/project/ftfy)|6.151708242950108e-07| +|pypi|[fairscale](https://pypi.org/project/fairscale)|6.151708242950108e-07| +|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.151708242950108e-07| +|pypi|[unidic](https://pypi.org/project/unidic)|6.151708242950108e-07| +|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.151708242950108e-07| +|pypi|[ipadic](https://pypi.org/project/ipadic)|6.151708242950108e-07| +|pypi|[fugashi](https://pypi.org/project/fugashi)|6.151708242950108e-07| +|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.151708242950108e-07| +|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.151708242950108e-07| +|pypi|[sigopt](https://pypi.org/project/sigopt)|6.151708242950108e-07| +|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.151708242950108e-07| +|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.151708242950108e-07| +|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.151708242950108e-07| +|npm|node-libs-browser|6.151708242950108e-07| +|npm|module-alias|6.151708242950108e-07| +|npm|mocha-phantomjs-istanbul|6.151708242950108e-07| +|npm|mocha-phantomjs-core|6.151708242950108e-07| +|npm|get-port|6.151708242950108e-07| +|npm|asap|6.151708242950108e-07| +|npm|a-sync-waterfall|6.151708242950108e-07| +|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.141865509761387e-07| +|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.141865509761387e-07| +|npm|[testjs](https://github.com/dcodeIO/test.js)|6.141865509761387e-07| +|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.10510439262474e-07| +|rubygems|[puma](https://puma.io)|6.097924720234472e-07| +|pypi|[dash-testing-stub](https://plotly.com/dash)|6.077845536774035e-07| +|rubygems|actiontext|6.057066577673952e-07| +|rubygems|actionmailbox|6.057066577673952e-07| +|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.030845510238185e-07| +|pypi|[falcon](https://pypi.org/project/falcon)|6.026163176767453e-07| +|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.026163176767453e-07| +|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.010533415745633e-07| +|pypi|[gsd](https://gsd.readthedocs.io)|6.010533415745633e-07| +|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.007008176205583e-07| +|npm|websocket-stream|5.996495911897213e-07| +|npm|https-browserify|5.996495911897213e-07| +|npm|setimmediate|5.996495911897213e-07| +|npm|stream-browserify|5.996495911897213e-07| +|npm|timers-browserify|5.996495911897213e-07| +|npm|bunyan|5.996495911897213e-07| +|pypi|[guizero](https://github.com/lawsie/guizero)|5.965292841648636e-07| +|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.965292841648636e-07| +|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.965292841648636e-07| +|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.965292841648636e-07| +|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.965292841648636e-07| +|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.965292841648636e-07| +|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.965292841648636e-07| +|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.965292841648636e-07| +|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.965292841648636e-07| +|pypi|[bird_tool_utils](https://github.com/wwood/bird_tool_utils-python/)|5.965292841648636e-07| +|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.965292841648636e-07| +|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.965292841648636e-07| +|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.965292841648636e-07| +|pypi|[persim](https://persim.scikit-tda.org)|5.965292841648636e-07| +|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.965292841648636e-07| +|pypi|[Pandas](https://pandas.pydata.org)|5.965292841648636e-07| +|pypi|[Seaborn](https://seaborn.pydata.org)|5.965292841648636e-07| +|pypi|[Sympy](https://sympy.org)|5.965292841648636e-07| +|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.965292841648636e-07| +|pypi|[wntr](https://github.com/USEPA/WNTR)|5.965292841648636e-07| +|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.965292841648636e-07| +|pypi|[mbo](https://github.com/basf/mbo)|5.965292841648636e-07| +|pypi|[proper](https://pypi.org/project/proper)|5.965292841648636e-07| +|pypi|[qtl](https://pypi.org/project/qtl)|5.965292841648636e-07| +|pypi|[agutil](https://github.com/agraubert/agutil)|5.965292841648636e-07| +|pypi|[yupi](https://github.com/yupidevs/yupi)|5.965292841648636e-07| +|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.965292841648636e-07| +|spack|[tclap](http://tclap.sourceforge.net)|5.965292841648636e-07| +|spack|[itk](https://itk.org/)|5.965292841648636e-07| +|npm|[joi](https://github.com/hapijs/joi#readme)|5.965292841648636e-07| +|npm|[pm2](http://pm2.keymetrics.io/)|5.965292841648636e-07| +|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.965292841648636e-07| +|cran|[osqp](https://osqp.org)|5.965292841648636e-07| +|cran|[wdman](https://github.com/ropensci/wdman)|5.965292841648636e-07| +|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.965292841648636e-07| +|cran|[biblio](https://github.com/kamapu/biblio)|5.965292841648636e-07| +|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.965292841648636e-07| +|cran|[nplr](https://github.com/fredcommo/nplr)|5.965292841648636e-07| +|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.965292841648636e-07| +|cran|Ecume|5.965292841648636e-07| +|cran|[cpp11](https://cpp11.r-lib.org)|5.965292841648636e-07| +|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.96529284164859e-07| +|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.96529284164859e-07| +|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.96529284164859e-07| +|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.96529284164859e-07| +|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.96529284164859e-07| +|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.96529284164859e-07| +|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.96529284164859e-07| +|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.96529284164859e-07| +|npm|its-set|5.965292841648589e-07| +|npm|babel-plugin-transform-es2015-modules-umd|5.965292841648589e-07| +|npm|eslint-plugin-babel|5.965292841648589e-07| +|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.905639913232103e-07| +|spack|ant|5.886019847075186e-07| +|spack|ceres-solver|5.886019847075186e-07| +|spack|clp|5.886019847075186e-07| +|spack|gdal|5.886019847075186e-07| +|spack|ipp|5.886019847075186e-07| +|spack|jasper|5.886019847075186e-07| +|spack|onnx|5.886019847075186e-07| +|spack|openexr|5.886019847075186e-07| +|spack|openjpeg|5.886019847075186e-07| +|spack|libwebp|5.886019847075186e-07| +|spack|tesseract|5.886019847075186e-07| +|spack|leptonica|5.886019847075186e-07| +|spack|libdc1394|5.886019847075186e-07| +|npm|pretty-hrtime|5.846583514099782e-07| +|npm|utf8|5.846583514099782e-07| +|pypi|[distrax](https://github.com/deepmind/distrax)|5.82894329098239e-07| +|pypi|[json-logging](https://pypi.org/project/json-logging)|5.818364446534092e-07| +|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.810350170436958e-07| +|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.810350170436958e-07| +|rubygems|[redis](https://github.com/redis/redis-rb)|5.779578642736929e-07| +|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.766449746926968e-07| +|pypi|[fastai](https://pypi.org/project/fastai)|5.761599915348395e-07| +|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.761599915348395e-07| +|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.761599915348395e-07| +|pypi|[gradio](https://pypi.org/project/gradio)|5.761599915348395e-07| +|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.761599915348395e-07| +|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.761599915348395e-07| +|cran|locatexec|5.678499916569331e-07| +|cran|doconv|5.678499916569331e-07| +|cran|equatags|5.678499916569331e-07| +|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.624418964982957e-07| +|rubygems|warning|5.624418964982956e-07| +|rubygems|minitest-stub-const|5.624418964982956e-07| +|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.567606652205325e-07| +|cran|mixtools|5.545201796462069e-07| +|cran|enrichR|5.545201796462069e-07| +|cran|metap|5.545201796462069e-07| +|cran|monocle|5.545201796462069e-07| +|cran|Rfast2|5.545201796462069e-07| +|cran|rtracklayer|5.545201796462069e-07| +|cran|GenomeInfoDb|5.545201796462069e-07| +|cran|GenomicRanges|5.545201796462069e-07| +|cran|BiocGenerics|5.545201796462069e-07| +|cran|DESeq2|5.545201796462069e-07| +|cran|MAST|5.545201796462069e-07| +|cran|SingleCellExperiment|5.545201796462069e-07| +|cran|SummarizedExperiment|5.545201796462069e-07| +|cran|S4Vectors|5.545201796462069e-07| +|cran|rsvd|5.545201796462069e-07| +|cran|sctransform|5.545201796462069e-07| +|cran|leiden|5.545201796462069e-07| +|cran|ica|5.545201796462069e-07| +|npm|[string-random](https://github.com/maichong/string-random#readme)|5.539200495816597e-07| +|pypi|[APLpy](http://aplpy.github.io)|5.50642416152181e-07| +|spack|[casacore](https://github.com/casacore/casacore)|5.50642416152181e-07| +|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|babel-plugin-minify-replace|5.447127497608494e-07| +|npm|babel-plugin-minify-numeric-literals|5.447127497608494e-07| +|npm|babel-plugin-minify-mangle-names|5.447127497608494e-07| +|npm|babel-plugin-minify-infinity|5.447127497608494e-07| +|npm|babel-plugin-minify-guarded-expressions|5.447127497608494e-07| +|npm|babel-plugin-minify-flip-comparisons|5.447127497608494e-07| +|npm|babel-plugin-minify-dead-code-elimination|5.447127497608494e-07| +|npm|babel-plugin-minify-constant-folding|5.447127497608494e-07| +|npm|babel-plugin-minify-builtins|5.447127497608494e-07| +|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.413503253796095e-07| +|npm|babel-helper-evaluate-path|5.392656222632409e-07| +|npm|esutils|5.392656222632409e-07| +|npm|babel-helper-is-void-0|5.392656222632409e-07| +|cran|whitening|5.368763557483731e-07| +|cran|randtoolbox|5.368763557483731e-07| +|cran|mc2d|5.368763557483731e-07| +|cran|ggExtra|5.368763557483731e-07| +|cran|DiceDesign|5.368763557483731e-07| +|cran|condMVNorm|5.368763557483731e-07| +|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.366633095754565e-07| +|cran|showtextdb|5.347484921432728e-07| +|cran|sysfonts|5.347484921432728e-07| +|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.315075921908894e-07| +|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.315075921908894e-07| +|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.315075921908894e-07| +|npm|tiny-lr|5.315075921908894e-07| +|npm|grunt-jscs|5.315075921908894e-07| +|pypi|[scikit_image](https://scikit-image.org)|5.302482525909875e-07| +|npm|vhost|5.27289277967152e-07| +|npm|pbkdf2-password|5.27289277967152e-07| +|npm|hbs|5.27289277967152e-07| +|npm|cookie-session|5.27289277967152e-07| +|npm|connect-redis|5.27289277967152e-07| +|npm|type-is|5.27289277967152e-07| +|npm|send|5.27289277967152e-07| +|npm|range-parser|5.27289277967152e-07| +|npm|proxy-addr|5.27289277967152e-07| +|npm|path-to-regexp|5.27289277967152e-07| +|npm|merge-descriptors|5.27289277967152e-07| +|npm|encodeurl|5.27289277967152e-07| +|npm|cookie-signature|5.27289277967152e-07| +|npm|cookie|5.27289277967152e-07| +|npm|content-type|5.27289277967152e-07| +|npm|array-flatten|5.27289277967152e-07| +|cran|vars|5.27289277967152e-07| +|cran|systemfit|5.27289277967152e-07| +|cran|poLCA|5.27289277967152e-07| +|cran|orcutt|5.27289277967152e-07| +|cran|muhaz|5.27289277967152e-07| +|cran|modeltests|5.27289277967152e-07| +|cran|lsmeans|5.27289277967152e-07| +|cran|lmodel2|5.27289277967152e-07| +|cran|Kendall|5.27289277967152e-07| +|cran|joineRML|5.27289277967152e-07| +|cran|gmm|5.27289277967152e-07| +|cran|glmnetUtils|5.27289277967152e-07| +|cran|ergm|5.27289277967152e-07| +|cran|cmprsk|5.27289277967152e-07| +|cran|btergm|5.27289277967152e-07| +|cran|binGroup|5.27289277967152e-07| +|cran|AUC|5.27289277967152e-07| +|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.242227042660933e-07| +|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.242227042660882e-07| +|cran|diagram|5.220163851874807e-07| +|pypi|[polars](https://pypi.org/project/polars)|5.210858746969503e-07| +|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.189804772234295e-07| +|pypi|[kfac](http://github.com/tensorflow/kfac)|5.162272651426673e-07| +|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.137572782281082e-07| +|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.113108149984559e-07| +|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.113108149984559e-07| +|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.113108149984559e-07| +|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.113108149984559e-07| +|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.113108149984559e-07| +|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.113108149984559e-07| +|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.113108149984559e-07| +|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.113108149984559e-07| +|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.113108149984559e-07| +|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.113108149984559e-07| +|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.113108149984559e-07| +|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.113108149984559e-07| +|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.113108149984559e-07| +|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.113108149984559e-07| +|pypi|[neomodel](https://neomodel.readthedocs.io)|5.113108149984559e-07| +|pypi|[faker](https://github.com/joke2k/faker)|5.113108149984559e-07| +|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.113108149984559e-07| +|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.113108149984559e-07| +|pypi|[kllr](https://github.com/afarahi/kllr)|5.113108149984559e-07| +|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.113108149984559e-07| +|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.113108149984559e-07| +|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.113108149984559e-07| +|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.113108149984559e-07| +|spack|[armadillo](http://arma.sourceforge.net/)|5.113108149984559e-07| +|spack|[nlopt](https://nlopt.readthedocs.io)|5.113108149984559e-07| +|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.113108149984559e-07| +|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.113108149984559e-07| +|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.113108149984559e-07| +|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.113108149984559e-07| +|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.113108149984559e-07| +|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.113108149984559e-07| +|cran|[msm](https://github.com/chjackson/msm)|5.113108149984559e-07| +|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.113108149984559e-07| +|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.113108149984559e-07| +|cran|[httr2](https://httr2.r-lib.org)|5.113108149984559e-07| +|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.113108149984559e-07| +|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.113108149984559e-07| +|cran|RISmed|5.113108149984559e-07| +|cran|[itsadug](NA)|5.113108149984559e-07| +|cran|sde|5.113108149984559e-07| +|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.113108149984559e-07| +|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.113108149984506e-07| +|pypi|[random](https://www.pytosquatting.org)|5.113108149984506e-07| +|pypi|[sys](https://github.com/stestagg/sys)|5.113108149984506e-07| +|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.113108149984506e-07| +|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.113108149984506e-07| +|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.113108149984506e-07| +|rubygems|[mini_racer](https://github.com/discourse/mini_racer)|5.049134621310568e-07| +|pypi|[usort](https://pypi.org/project/usort)|5.033215835140997e-07| +|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|4.986234803267718e-07| +|go|[golang.org/x/crypto](https://golang.org/x/crypto)|4.986234803267718e-07| +|rubygems|[stackprof](http://github.com/tmm1/stackprof)|4.984206263850445e-07| +|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.983662374035531e-07| +|pypi|[lightning](https://pypi.org/project/lightning)|4.983662374035531e-07| +|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.983662374035531e-07| +|pypi|[fvcore](https://pypi.org/project/fvcore)|4.983662374035531e-07| +|pypi|[types-redis](https://pypi.org/project/types-redis)|4.983662374035531e-07| +|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.983662374035531e-07| +|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.983662374035531e-07| +|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.955781745369674e-07| +|pypi|[ipytree](https://pypi.org/project/ipytree)|4.867285642773712e-07| +|pypi|[py3Dmol](https://3dmol.org)|4.862707881417221e-07| +|npm|assume|4.818612786345974e-07| +|npm|spawn-sync|4.818612786345974e-07| +|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.809959445439955e-07| +|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.793538890610505e-07| +|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.772234273318872e-07| +|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.772234273318872e-07| +|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.772234273318872e-07| +|cran|[contentid](https://github.com/cboettig/contentid)|4.772234273318828e-07| +|rubygems|[tzinfo-data](https://tzinfo.github.io)|4.707305915858767e-07| +|pypi|[furl](https://pypi.org/project/furl)|4.6870158041524633e-07| +|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.6870158041524633e-07| +|pypi|[pg8000](https://pypi.org/project/pg8000)|4.6870158041524633e-07| +|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.6870158041524633e-07| +|pypi|[flexmock](https://pypi.org/project/flexmock)|4.6870158041524633e-07| +|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.661951548515314e-07| +|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.613781182212581e-07| +|pypi|[stregion](https://pypi.org/project/stregion)|4.613781182212581e-07| +|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.613781182212581e-07| +|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.613781182212581e-07| +|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.613781182212581e-07| +|rubygems|xpath|4.5721083199216283e-07| +|rubygems|mini_mime|4.5721083199216283e-07| +|rubygems|matrix|4.5721083199216283e-07| +|rubygems|webdrivers|4.5721083199216283e-07| +|rubygems|selenium_statistics|4.5721083199216283e-07| +|rubygems|sauce_whisk|4.5721083199216283e-07| +|rubygems|rspec-instafail|4.5721083199216283e-07| +|rubygems|launchy|4.5721083199216283e-07| +|rubygems|erubi|4.5721083199216283e-07| +|cran|thematic|4.567643370390455e-07| +|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.5603397013375316e-07| +|pypi|[yajl](https://pypi.org/project/yajl)|4.5603397013375316e-07| +|npm|[request-promise](https://github.com/request/request-promise#readme)|4.544985022208483e-07| +|npm|grunt-release|4.5196223825755895e-07| +|npm|grunt-jsdoc|4.5196223825755895e-07| +|npm|grunt-mocha-istanbul|4.5196223825755895e-07| +|npm|help-me-test|4.5196223825755895e-07| +|npm|require-dir|4.5196223825755895e-07| +|npm|normalize-path|4.4973719339229096e-07| +|npm|homedir-polyfill|4.4973719339229096e-07| +|npm|eslint-config-gulp|4.4973719339229096e-07| +|npm|resolve-dir|4.4973719339229096e-07| +|npm|micromatch|4.4973719339229096e-07| +|npm|is-glob|4.4973719339229096e-07| +|npm|detect-file|4.4973719339229096e-07| +|pypi|[tinygp](https://github.com/dfm/tinygp)|4.4915146101824485e-07| +|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4739696312364515e-07| +|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4739696312364515e-07| +|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4739696312364515e-07| +|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4739696312364515e-07| +|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4739696312364515e-07| +|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4739696312364515e-07| +|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4739696312364515e-07| +|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4739696312364515e-07| +|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4739696312364515e-07| +|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4739696312364515e-07| +|pypi|[tatter](https://github.com/afarahi/tatter)|4.4739696312364515e-07| +|pypi|[pepita](https://pypi.org/project/pepita)|4.4739696312364515e-07| +|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4739696312364515e-07| +|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4739696312364515e-07| +|pypi|[plotly_express](https://plotly.express/)|4.4739696312364515e-07| +|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4739696312364515e-07| +|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4739696312364515e-07| +|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4739696312364515e-07| +|pypi|[clint](https://github.com/kennethreitz/clint)|4.4739696312364515e-07| +|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4739696312364515e-07| +|pypi|[sgdml](http://www.sgdml.org)|4.4739696312364515e-07| +|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4739696312364515e-07| +|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4739696312364515e-07| +|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4739696312364515e-07| +|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4739696312364515e-07| +|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4739696312364515e-07| +|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4739696312364515e-07| +|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4739696312364515e-07| +|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4739696312364515e-07| +|npm|[vuetify](https://vuetifyjs.com)|4.4739696312364515e-07| +|cran|Rlabkey|4.4739696312364515e-07| +|cran|[fishtree](https://fishtreeoflife.org/)|4.4739696312364515e-07| +|cran|ggvenn|4.4739696312364515e-07| +|cran|COUNT|4.4739696312364515e-07| +|pypi|[findiff](https://github.com/maroba/findiff)|4.473969631236443e-07| +|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.473969631236443e-07| +|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.473969631236443e-07| +|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.473969631236443e-07| +|npm|[gpu.js](http://gpu.rocks/)|4.473969631236401e-07| +|go|[golang.org/x/net](https://golang.org/x/net)|4.467513686602624e-07| +|pypi|[blessed](https://github.com/jquast/blessed)|4.4590563991323525e-07| +|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.429229934924105e-07| +|cran|QSARdata|4.374548083875632e-07| +|cran|dimRed|4.374548083875632e-07| +|cran|ddalpha|4.374548083875632e-07| +|pypi|[time-machine](https://pypi.org/project/time-machine)|4.357701998086794e-07| +|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.346801907479016e-07| +|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.346141927486865e-07| +|npm|karma-tap-reporter|4.253762242424084e-07| +|npm|karma-spec-reporter|4.253762242424084e-07| +|npm|karma-html-reporter|4.253762242424084e-07| +|npm|karma-chai-sinon|4.253762242424084e-07| +|npm|eslint-plugin-mocha|4.253762242424084e-07| +|npm|eslint-config-nfl|4.253762242424084e-07| +|npm|babel-plugin-transform-class-properties|4.253762242424084e-07| +|npm|react-side-effect|4.253762242424084e-07| +|npm|react-fast-compare|4.253762242424084e-07| +|rubygems|webpacker|4.253762242424084e-07| +|rubygems|rubocop-discourse|4.253762242424084e-07| +|rubygems|dalli|4.253762242424084e-07| +|go|[github.com/fatih/color](https://github.com/fatih/color)|4.248852343237653e-07| +|pypi|[playwright](https://pypi.org/project/playwright)|4.233433629557064e-07| +|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1834521227146186e-07| +|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.1785188065321496e-07| +|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.1785188065321496e-07| +|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.120761502454632e-07| +|npm|tslint-config-semistandard|4.1011388286334057e-07| +|npm|eslint-plugin-dependencies|4.1011388286334057e-07| +|npm|eslint-config-semistandard|4.1011388286334057e-07| +|npm|doctoc|4.1011388286334057e-07| +|npm|snappy|4.1011388286334057e-07| +|npm|optional|4.1011388286334057e-07| +|npm|nested-error-stacks|4.1011388286334057e-07| +|npm|denque|4.1011388286334057e-07| +|npm|buffermaker|4.1011388286334057e-07| +|npm|buffer-crc32|4.1011388286334057e-07| +|npm|binary|4.1011388286334057e-07| +|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.093828420739238e-07| +|npm|safe-publish-latest|4.0618369676903753e-07| +|npm|object-keys|4.0618369676903753e-07| +|npm|npmignore|4.0618369676903753e-07| +|npm|mv|4.0618369676903753e-07| +|npm|eclint|4.0618369676903753e-07| +|npm|copy-dir|4.0618369676903753e-07| +|npm|aud|4.0618369676903753e-07| +|npm|array.prototype.map|4.0618369676903753e-07| +|npm|supports-preserve-symlinks-flag|4.0618369676903753e-07| +|npm|path-parse|4.0618369676903753e-07| +|npm|is-core-module|4.0618369676903753e-07| +|rubygems|hashdiff|4.060127440347071e-07| +|rubygems|crack|4.060127440347071e-07| +|rubygems|patron|4.060127440347071e-07| +|rubygems|httpclient|4.060127440347071e-07| +|rubygems|http|4.060127440347071e-07| +|rubygems|excon|4.060127440347071e-07| +|rubygems|em-http-request|4.060127440347071e-07| +|rubygems|curb|4.060127440347071e-07| +|rubygems|async-http|4.060127440347071e-07| +|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.013015184381753e-07| +|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.976861894432407e-07| +|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.976861894432407e-07| +|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.976861894432407e-07| +|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.976861894432407e-07| +|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.976861894432407e-07| +|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.976861894432407e-07| +|pypi|[fleck](https://github.com/bmorris3/fleck)|3.976861894432407e-07| +|pypi|[modAL](https://modAL-python.github.io/)|3.976861894432407e-07| +|pypi|[sk-video](http://scikit-video.org/)|3.976861894432407e-07| +|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.976861894432407e-07| +|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.976861894432407e-07| +|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.976861894432407e-07| +|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.976861894432407e-07| +|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.976861894432407e-07| +|pypi|[injector](https://github.com/alecthomas/injector)|3.976861894432407e-07| +|pypi|[yabox](https://github.com/pablormier/yabox)|3.976861894432407e-07| +|pypi|[htof](https://pypi.org/project/htof)|3.976861894432407e-07| +|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.976861894432407e-07| +|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.976861894432407e-07| +|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.976861894432407e-07| +|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.976861894432407e-07| +|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.976861894432407e-07| +|pypi|[acor](http://github.com/dfm/acor)|3.976861894432407e-07| +|pypi|[retriever](https://github.com/weecology/retriever)|3.976861894432407e-07| +|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.976861894432407e-07| +|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.976861894432407e-07| +|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.976861894432407e-07| +|pypi|[dca](https://github.com/theislab/dca)|3.976861894432407e-07| +|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.976861894432407e-07| +|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.976861894432407e-07| +|pypi|[publib](https://github.com/erwanp/publib)|3.976861894432407e-07| +|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.976861894432407e-07| +|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.976861894432407e-07| +|npm|[rjsf](https://www.rjsf.io/)|3.976861894432407e-07| +|npm|[config](http://github.com/node-config/node-config.git)|3.976861894432407e-07| +|npm|[line-height](https://github.com/twolfson/line-height)|3.976861894432407e-07| +|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.976861894432407e-07| +|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.976861894432407e-07| +|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.976861894432407e-07| +|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.976861894432407e-07| +|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.976861894432407e-07| +|cran|[babette](https://docs.ropensci.org/babette/)|3.976861894432407e-07| +|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.976861894432407e-07| +|cran|treeman|3.976861894432407e-07| +|cran|[treemapify](https://wilkox.org/treemapify/)|3.976861894432407e-07| +|cran|[restez](https://github.com/ropensci/restez#readme)|3.976861894432407e-07| +|cran|[spocc](https://github.com/ropensci/spocc)|3.976861894432407e-07| +|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.976861894432407e-07| +|cran|[memuse](https://github.com/shinra-dev/memuse)|3.976861894432407e-07| +|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.976861894432407e-07| +|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.976861894432407e-07| +|cran|[minerva](https://www.r-project.org)|3.976861894432407e-07| +|cran|mcclust|3.976861894432407e-07| +|cran|[rdist](https://github.com/blasern/rdist)|3.976861894432407e-07| +|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.976861894432407e-07| +|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.976861894432407e-07| +|cran|[corrr](https://github.com/tidymodels/corrr)|3.976861894432407e-07| +|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.976861894432407e-07| +|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.976861894432407e-07| +|rubygems|[wdm](https://github.com/Maher4Ever/wdm)|3.976861894432407e-07| +|rubygems|[just-the-docs](https://github.com/just-the-docs/just-the-docs)|3.976861894432407e-07| +|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.9768618944323937e-07| +|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.9768618944323937e-07| +|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.9768618944323937e-07| +|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.9768618944323937e-07| +|pypi|[vmad](https://pypi.org/project/vmad)|3.9768618944323937e-07| +|pypi|[abopt](https://pypi.org/project/abopt)|3.9768618944323937e-07| +|pypi|[fastpm](https://pypi.org/project/fastpm)|3.9768618944323937e-07| +|pypi|[python-sat](https://github.com/pysathq/pysat)|3.937093275488093e-07| +|pypi|[single-source](https://github.com/rabbit72/single-source)|3.937093275488093e-07| +|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8556887797668704e-07| +|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.812989248325946e-07| +|pypi|[panflute](https://pypi.org/project/panflute)|3.812989248325946e-07| +|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.812989248325946e-07| +|cran|shinycustomloader|3.793148165613502e-07| +|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7856666110462206e-07| +|pypi|[pypng](https://pypi.org/project/pypng)|3.7856666110462206e-07| +|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7856666110462206e-07| +|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7856666110462206e-07| +|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.767553373672812e-07| +|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.6849150095401154e-07| +|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.656453362255959e-07| +|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.6342399466043714e-07| +|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.6342399466043714e-07| +|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.6342399466043714e-07| +|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.6342399466043714e-07| +|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.6342399466043714e-07| +|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.6342399466043714e-07| +|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.6342399466043714e-07| +|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.6342399466043714e-07| +|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.6342399466043714e-07| +|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.6342399466043714e-07| +|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.6342399466043714e-07| +|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.6342399466043714e-07| +|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.6342399466043714e-07| +|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.6342399466043714e-07| +|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.6342399466043714e-07| +|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.6342399466043714e-07| +|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.6342399466043714e-07| +|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.6342399466043714e-07| +|rubygems|rspec-extra-formatters|3.615697906060472e-07| +|rubygems|paranoia|3.615697906060472e-07| +|rubygems|paper_trail|3.615697906060472e-07| +|rubygems|discard|3.615697906060472e-07| +|rubygems|database_cleaner|3.615697906060472e-07| +|rubygems|after_commit_action|3.615697906060472e-07| +|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.5791757049892214e-07| +|pypi|[pypka](https://pypka.org)|3.5791757049892214e-07| +|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.5791757049892214e-07| +|pypi|[clldutils](https://github.com/clld/clldutils)|3.5791757049892214e-07| +|cran|scatterpie|3.5791757049892214e-07| +|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.579175704989171e-07| +|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.579175704989171e-07| +|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.579175704989171e-07| +|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.579175704989171e-07| +|pypi|[cora](https://heycora.com)|3.579175704989171e-07| +|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.579175704989171e-07| +|pypi|[slab](http://github.com/DrMarc/slab.git)|3.579175704989171e-07| +|pypi|[libroadrunner](http://libroadrunner.org)|3.579175704989171e-07| +|pypi|[muse-origin](https://github.com/musevlt/origin)|3.579175704989171e-07| +|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.579175704989171e-07| +|pypi|[fsps](https://github.com/dfm/python-fsps)|3.579175704989171e-07| +|pypi|[st-pages](https://pypi.org/project/st-pages)|3.579175704989171e-07| +|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.579175704989171e-07| +|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.579175704989171e-07| +|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.579175704989171e-07| +|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.579175704989171e-07| +|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.579175704989171e-07| +|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.579175704989171e-07| +|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.579175704989171e-07| +|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.579175704989171e-07| +|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.579175704989171e-07| +|cran|pmsampsize|3.579175704989171e-07| +|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.579175704989171e-07| +|cran|[scrapeR](http://www.ryanacton.com)|3.579175704989171e-07| +|cran|ggm|3.579175704989171e-07| +|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.579175704989171e-07| +|cran|[jmvcore](https://www.jamovi.org)|3.579175704989171e-07| +|cran|[liger](https://github.com/JEFworks/liger)|3.579175704989171e-07| +|cran|[drat](https://github.com/eddelbuettel/drat)|3.579175704989171e-07| +|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.5791757049891537e-07| +|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.5791757049891537e-07| +|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.5791757049891537e-07| +|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.5791757049891537e-07| +|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.5791757049891537e-07| +|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.5791757049891537e-07| +|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.5791757049891537e-07| +|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.579175704989121e-07| +|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.579175704989121e-07| +|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.579175704989121e-07| +|cran|[cowsay](https://github.com/sckott/cowsay)|3.579175704989121e-07| +|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5013675374893897e-07| +|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.3593367555453755e-07| +|go|github.com/opencontainers/go-digest|3.339518506902025e-07| +|go|github.com/opencontainers/image-spec|3.339518506902025e-07| +|pypi|[grpcio-reflection](https://grpc.io)|3.310737527114992e-07| +|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.2537960954447286e-07| +|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.253796095444685e-07| +|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.253796095444685e-07| +|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.253796095444685e-07| +|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.253796095444685e-07| +|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.253796095444685e-07| +|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.253796095444685e-07| +|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2537960954446783e-07| +|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2537960954446783e-07| +|pypi|[bravado](https://github.com/Yelp/bravado)|3.2537960954446783e-07| +|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2537960954446783e-07| +|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2537960954446783e-07| +|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2537960954446783e-07| +|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2537960954446783e-07| +|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2537960954446783e-07| +|pypi|[energyflow](https://energyflow.network)|3.2537960954446783e-07| +|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2537960954446783e-07| +|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2537960954446783e-07| +|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2537960954446783e-07| +|pypi|[OpenNMT-py](https://opennmt.net/)|3.2537960954446783e-07| +|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2537960954446783e-07| +|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2537960954446783e-07| +|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2537960954446783e-07| +|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2537960954446783e-07| +|pypi|[amply](http://github.com/willu47/amply)|3.2537960954446783e-07| +|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2537960954446783e-07| +|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2537960954446783e-07| +|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2537960954446783e-07| +|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2537960954446783e-07| +|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2537960954446783e-07| +|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2537960954446783e-07| +|pypi|[fastcluster](http://danifold.net)|3.2537960954446783e-07| +|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2537960954446783e-07| +|pypi|[dask-image](https://github.com/dask/dask-image)|3.2537960954446783e-07| +|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2537960954446783e-07| +|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2537960954446783e-07| +|pypi|[biomaj](http://biomaj.genouest.org)|3.2537960954446783e-07| +|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2537960954446783e-07| +|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2537960954446783e-07| +|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2537960954446783e-07| +|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2537960954446783e-07| +|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2537960954446783e-07| +|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2537960954446783e-07| +|cran|pbs|3.2537960954446783e-07| +|cran|[sofa](https://github.com/ropensci/sofa)|3.2537960954446783e-07| +|cran|[elastic](https://docs.ropensci.org/elastic)|3.2537960954446783e-07| +|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2537960954446783e-07| +|cran|[genie](http://genieclust.gagolewski.com/)|3.2537960954446783e-07| +|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2537960954446783e-07| +|cran|lspline|3.2537960954446783e-07| +|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2537960954446783e-07| +|cran|[irr](https://www.r-project.org)|3.2537960954446783e-07| +|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2537960954446783e-07| +|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2537960954446783e-07| +|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.221258134490249e-07| +|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.221258134490249e-07| +|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.1314580271966115e-07| +|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.0323571945047096e-07| +|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.0035040881027866e-07| +|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.0035040881027866e-07| +|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.0035040881027866e-07| +|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.0035040881027866e-07| +|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.0035040881027866e-07| +|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.0035040881027866e-07| +|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.0035040881027866e-07| +|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.0035040881027866e-07| +|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.982646420824318e-07| +|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.982646420824318e-07| +|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.982646420824318e-07| +|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.982646420824318e-07| +|pypi|[daft](http://daft-pgm.org)|2.982646420824318e-07| +|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.982646420824318e-07| +|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.982646420824318e-07| +|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.982646420824318e-07| +|pypi|[k2sc](https://github.com/OxES/k2sc)|2.982646420824318e-07| +|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.982646420824318e-07| +|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.982646420824318e-07| +|pypi|[plonk](https://github.com/dmentipl/plonk)|2.982646420824318e-07| +|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.982646420824318e-07| +|pypi|[iScore](https://github.com/DeepRank/iScore)|2.982646420824318e-07| +|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.982646420824318e-07| +|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.982646420824318e-07| +|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.982646420824318e-07| +|npm|[echarts](https://echarts.apache.org)|2.982646420824318e-07| +|npm|[element-plus](https://element-plus.org/)|2.982646420824318e-07| +|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.982646420824318e-07| +|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.982646420824318e-07| +|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.982646420824318e-07| +|cran|[strex](https://rorynolan.github.io/strex/)|2.982646420824318e-07| +|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.982646420824318e-07| +|cran|[signs](https://benjaminwolfe.github.io/signs)|2.982646420824318e-07| +|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.982646420824318e-07| +|cran|rje|2.982646420824318e-07| +|cran|[usefun](https://github.com/bblodfon/usefun)|2.982646420824318e-07| +|cran|rCAT|2.982646420824318e-07| +|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.982646420824295e-07| +|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.982646420824295e-07| +|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.982646420824295e-07| +|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.982646420824295e-07| +|go|[golang.org/x/tools](https://golang.org/x/tools)|2.982646420824295e-07| +|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.9528199566160517e-07| +|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.867929250792611e-07| +|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.8633405639913266e-07| +|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.753212080760955e-07| +|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.753212080760955e-07| +|cran|[repr](https://github.com/IRkernel/repr/)|2.753212080760955e-07| +|cran|[odin](https://github.com/mrc-ide/odin)|2.753212080760955e-07| +|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.753212080760905e-07| +|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.753212080760905e-07| +|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.753212080760905e-07| +|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.753212080760905e-07| +|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.753212080760905e-07| +|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.753212080760905e-07| +|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.753212080760905e-07| +|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.753212080760905e-07| +|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.753212080760905e-07| +|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.753212080760905e-07| +|pypi|[einsteinpy](https://einsteinpy.org/)|2.753212080760905e-07| +|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.753212080760905e-07| +|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.753212080760905e-07| +|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.753212080760905e-07| +|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.753212080760905e-07| +|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.753212080760905e-07| +|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.753212080760905e-07| +|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.753212080760905e-07| +|spack|[lua](https://www.lua.org)|2.753212080760905e-07| +|cran|R2jags|2.753212080760905e-07| +|cran|[bib2df](https://github.com/ropensci/bib2df)|2.753212080760905e-07| +|cran|[plumber](https://www.rplumber.io)|2.753212080760905e-07| +|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.753212080760905e-07| +|cran|[likert](http://jason.bryer.org/likert)|2.753212080760905e-07| +|cran|[pwr](https://github.com/heliosdrm/pwr)|2.753212080760905e-07| +|cran|[waiter](https://waiter.john-coene.com/)|2.753212080760905e-07| +|npm|[aws-amplify](https://aws-amplify.github.io/)|2.753212080760888e-07| +|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.753212080760888e-07| +|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.7475118487096227e-07| +|pypi|[outcome](https://github.com/python-trio/outcome)|2.723582274558389e-07| +|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5565540749922795e-07| +|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5565540749922795e-07| +|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5565540749922795e-07| +|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5565540749922795e-07| +|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5565540749922795e-07| +|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5565540749922795e-07| +|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5565540749922795e-07| +|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5565540749922795e-07| +|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5565540749922795e-07| +|pypi|[cloup](https://github.com/janLuke/cloup)|2.5565540749922795e-07| +|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5565540749922795e-07| +|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5565540749922795e-07| +|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5565540749922795e-07| +|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5565540749922795e-07| +|pypi|[dace-query](https://dace.unige.ch/)|2.5565540749922795e-07| +|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5565540749922795e-07| +|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5565540749922795e-07| +|pypi|[dash_auth](https://plotly.com/dash)|2.5565540749922795e-07| +|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5565540749922795e-07| +|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5565540749922795e-07| +|spack|[opencv](https://opencv.org/)|2.5565540749922795e-07| +|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5565540749922795e-07| +|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5565540749922795e-07| +|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5565540749922795e-07| +|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5565540749922795e-07| +|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5565540749922795e-07| +|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5565540749922795e-07| +|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5565540749922795e-07| +|npm|[cpx](https://github.com/mysticatea/cpx)|2.5565540749922795e-07| +|npm|tls|2.5565540749922795e-07| +|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5565540749922795e-07| +|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5565540749922795e-07| +|cran|[anomalize](https://github.com/business-science/anomalize)|2.5565540749922795e-07| +|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5565540749922795e-07| +|cran|[depmixS4](https://depmix.github.io/)|2.5565540749922795e-07| +|cran|GeoLight|2.5565540749922795e-07| +|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5565540749922795e-07| +|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5565540749922795e-07| +|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5565540749922795e-07| +|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5565540749922795e-07| +|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5565540749922795e-07| +|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5565540749922795e-07| +|cran|sphereplot|2.5565540749922795e-07| +|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5139448404090633e-07| +|pypi|[retry](https://github.com/invl/retry)|2.5139448404090633e-07| +|go|github.com/docker/distribution|2.5071520638812917e-07| +|go|golang.org/x/sync|2.5071520638812917e-07| +|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.386117136659436e-07| +|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.386117136659436e-07| +|npm|[cesium](http://cesium.com/cesiumjs/)|2.386117136659436e-07| +|pypi|[ficus](https://github.com/camillescott/ficus)|2.386117136659414e-07| +|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.386117136659414e-07| +|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.386117136659414e-07| +|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.386117136659414e-07| +|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.386117136659414e-07| +|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.386117136659414e-07| +|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.386117136659414e-07| +|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.386117136659414e-07| +|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.386117136659414e-07| +|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.386117136659414e-07| +|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.386117136659414e-07| +|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.386117136659414e-07| +|cran|[COVID19](https://covid19datahub.io)|2.386117136659414e-07| +|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.386117136659414e-07| +|cran|[iotools](http://www.rforge.net/iotools)|2.386117136659414e-07| +|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.386117136659414e-07| +|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.386117136659414e-07| +|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.362255965292836e-07| +|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.236984815618251e-07| +|pypi|[frites](https://github.com/brainets/frites)|2.2369848156182257e-07| +|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2369848156182257e-07| +|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2369848156182257e-07| +|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2369848156182257e-07| +|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2369848156182257e-07| +|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2369848156182257e-07| +|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2369848156182257e-07| +|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2369848156182257e-07| +|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2369848156182257e-07| +|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2369848156182257e-07| +|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2369848156182257e-07| +|pypi|[pirecorder](https://github.com/jollejolles)|2.2369848156182257e-07| +|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2369848156182257e-07| +|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2369848156182257e-07| +|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2369848156182257e-07| +|npm|express-flash|2.2369848156182257e-07| +|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2369848156182257e-07| +|cran|[rplos](https://docs.ropensci.org/rplos)|2.2369848156182257e-07| +|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2369848156182257e-07| +|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2369848156182257e-07| +|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2369848156182257e-07| +|cran|ggnewscale|2.2369848156182257e-07| +|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2369848156182257e-07| +|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2369848156182257e-07| +|cran|[stabs](https://github.com/hofnerb/stabs)|2.2369848156182257e-07| +|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2369848156182257e-07| +|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2369848156182257e-07| +|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2369848156182257e-07| +|cran|[sortable](https://rstudio.github.io/sortable/)|2.2369848156182257e-07| +|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2369848156182257e-07| +|cran|[lunar](http://statistics.lazaridis.eu)|2.2369848156182257e-07| +|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2369848156182257e-07| +|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2369848156182257e-07| +|cran|randomcoloR|2.2369848156182257e-07| +|cran|[greta](https://greta-stats.org)|2.2369848156182257e-07| +|cran|shinyMatrix|2.2369848156182257e-07| +|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2369848156182257e-07| +|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2369848156182257e-07| +|cran|[UNF](https://github.com/leeper/UNF)|2.2369848156182257e-07| +|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2369848156182215e-07| +|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2146149674620524e-07| +|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.2146149674620273e-07| +|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.2071583514099844e-07| +|go|[github.com/docker/docker](https://github.com/docker/docker)|2.2032722513499125e-07| +|go|github.com/davecgh/go-spew|2.1456191643874374e-07| +|go|github.com/onsi/ginkgo|2.1456191643874374e-07| +|go|github.com/onsi/gomega|2.1456191643874374e-07| +|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1053974735230344e-07| +|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1053974735230344e-07| +|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1053974735230344e-07| +|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1053974735230344e-07| +|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1053974735230344e-07| +|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1053974735230344e-07| +|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1053974735230344e-07| +|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1053974735230344e-07| +|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1053974735230344e-07| +|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1053974735230344e-07| +|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1053974735230344e-07| +|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1053974735230344e-07| +|pypi|[pre_commit](https://github.com/pre-commit/pre-commit)|2.1053974735230344e-07| +|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1053974735230344e-07| +|npm|[root](https://github.com/mafintosh/root#readme)|2.1053974735230344e-07| +|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1053974735230344e-07| +|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1053974735230344e-07| +|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.1053974735230095e-07| +|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.1053974735230095e-07| +|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.1053974735230095e-07| +|cran|[wpp2015](http://esa.un.org/wpp)|2.084343498787798e-07| +|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9884309472162035e-07| +|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9884309472162035e-07| +|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9884309472162035e-07| +|pypi|[pymunk](http://www.pymunk.org)|1.9884309472162035e-07| +|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9884309472162035e-07| +|pypi|[kplr](https://github.com/dfm/kplr)|1.9884309472162035e-07| +|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9884309472162035e-07| +|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9884309472162035e-07| +|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9884309472162035e-07| +|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9884309472162035e-07| +|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9884309472162035e-07| +|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9884309472162035e-07| +|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9884309472162035e-07| +|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9884309472162035e-07| +|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9884309472162035e-07| +|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9884309472162035e-07| +|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9884309472162035e-07| +|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9884309472162035e-07| +|cran|[ascii](https://github.com/mclements/ascii)|1.9884309472162035e-07| +|cran|smoother|1.9884309472162035e-07| +|cran|[ptw](https://github.com/rwehrens/ptw)|1.9884309472162035e-07| +|cran|cvTools|1.9884309472162035e-07| +|cran|[FedData](https://github.com/ropensci/FedData)|1.9884309472162035e-07| +|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9884309472162035e-07| +|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9884309472162035e-07| +|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9884309472162035e-07| +|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9884309472162035e-07| +|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9884309472162035e-07| +|go|github.com/bradfitz/gomemcache|1.9884309472161969e-07| +|go|github.com/docker/libtrust|1.9884309472161969e-07| +|go|github.com/phayes/permbits|1.9884309472161969e-07| +|go|github.com/spf13/afero|1.9884309472161969e-07| +|go|github.com/spf13/viper|1.9884309472161969e-07| +|go|github.com/sylabs/sif|1.9884309472161969e-07| +|go|github.com/vmihailenco/msgpack|1.9884309472161969e-07| +|go|google.golang.org/appengine|1.9884309472161969e-07| +|cran|[longitudinalData](http:www.r-project.org)|1.9685466377440466e-07| +|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.883776686836406e-07| +|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.883776686836406e-07| +|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-r](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.883776686836406e-07| +|cran|[nabor](https://github.com/jefferis/nabor)|1.883776686836406e-07| +|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.883776686836406e-07| +|cran|[turner](http://www.gastonsanchez.com)|1.883776686836406e-07| +|cran|[blocksdesign]()|1.883776686836406e-07| +|cran|shinyhelper|1.883776686836406e-07| +|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.883776686836406e-07| +|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.883776686836397e-07| +|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.883776686836397e-07| +|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.883776686836397e-07| +|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.883776686836397e-07| +|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.883776686836397e-07| +|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.883776686836397e-07| +|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.883776686836397e-07| +|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.883776686836397e-07| +|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.883776686836397e-07| +|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.883776686836397e-07| +|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.883776686836397e-07| +|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.883776686836397e-07| +|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.883776686836397e-07| +|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.883776686836397e-07| +|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.883776686836397e-07| +|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.883776686836397e-07| +|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7895878524945856e-07| +|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7895878524945856e-07| +|cran|[sensitivity](NA)|1.7895878524945856e-07| +|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7895878524945856e-07| +|cran|[symengine](https://github.com/symengine/symengine.R)|1.7895878524945856e-07| +|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.7895878524945768e-07| +|go|[github.com/biogo/store](https://github.com/biogo/store)|1.7895878524945768e-07| +|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.7895878524945768e-07| +|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.7895878524945768e-07| +|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.7895878524945768e-07| +|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.7895878524945768e-07| +|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.7895878524945768e-07| +|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.7895878524945768e-07| +|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.7895878524945768e-07| +|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.7895878524945768e-07| +|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7380306786489024e-07| +|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.704369383328178e-07| +|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.704369383328178e-07| +|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.704369383328178e-07| +|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.704369383328178e-07| +|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.704369383328178e-07| +|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.704369383328178e-07| +|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.704369383328178e-07| +|cran|[desplot](https://kwstat.github.io/desplot/)|1.704369383328178e-07| +|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.704369383328178e-07| +|cran|PairedData|1.704369383328178e-07| +|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.704369383328178e-07| +|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.7043693833281684e-07| +|pypi|[torchdata](https://github.com/pytorch/data)|1.6873256894948865e-07| +|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6268980477223426e-07| +|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6268980477223426e-07| +|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6268980477223426e-07| +|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6268980477223426e-07| +|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6268980477223426e-07| +|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6268980477223426e-07| +|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6268980477223426e-07| +|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6268980477223426e-07| +|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6268980477223426e-07| +|go|github.com/antchfx/jsonquery|1.6268980477223426e-07| +|go|github.com/bhmj/jsonslice|1.6268980477223426e-07| +|go|github.com/codegangsta/negroni|1.6268980477223426e-07| +|go|github.com/evanphx/json-patch/v5|1.6268980477223426e-07| +|go|github.com/gorilla/context|1.6268980477223426e-07| +|go|github.com/grandcat/zeroconf|1.6268980477223426e-07| +|go|github.com/justinas/alice|1.6268980477223426e-07| +|go|github.com/kelseyhightower/envconfig|1.6268980477223426e-07| +|go|github.com/linksmart/go-sec|1.6268980477223426e-07| +|go|github.com/linksmart/service-catalog/v3|1.6268980477223426e-07| +|go|github.com/miekg/dns|1.6268980477223426e-07| +|go|github.com/rs/cors|1.6268980477223426e-07| +|go|github.com/satori/go.uuid|1.6268980477223426e-07| +|go|github.com/syndtr/goleveldb|1.6268980477223426e-07| +|go|github.com/xeipuuv/gojsonschema|1.6268980477223426e-07| +|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6268980477223392e-07| +|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6268980477223392e-07| +|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6268980477223392e-07| +|pypi|[astral](https://github.com/sffjunkie/astral)|1.6268980477223392e-07| +|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6268980477223392e-07| +|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6268980477223392e-07| +|cran|harmonicmeanp|1.6268980477223392e-07| +|cran|NBPSeq|1.6268980477223392e-07| +|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6268980477223392e-07| +|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6106290672451246e-07| +|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6106290672451246e-07| +|spack|[clapack](https://www.netlib.org/clapack/)|1.5561633499952765e-07| +|spack|[qwt](http://qwt.sourceforge.net/)|1.5561633499952765e-07| +|cran|[ggtern](http://www.ggtern.com)|1.5561633499952765e-07| +|cran|[dams](https://github.com/jsta/dams)|1.5561633499952765e-07| +|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5561633499952765e-07| +|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5561633499952765e-07| +|pypi|[your](https://github.com/thepetabyteproject/your)|1.5561633499952514e-07| +|cran|[coro](https://github.com/r-lib/coro)|1.5406017164953343e-07| +|rubygems|[groupdate](https://github.com/ankane/groupdate)|1.525816400312844e-07| +|rubygems|[jbuilder](https://github.com/rails/jbuilder)|1.525816400312844e-07| +|pypi|[Pyside6](https://www.pyside.org)|1.491323210412159e-07| +|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.491323210412159e-07| +|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.491323210412159e-07| +|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.491323210412159e-07| +|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.491323210412159e-07| +|pypi|[demandlib](https://github.com/oemof/demandlib)|1.491323210412159e-07| +|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.491323210412159e-07| +|pypi|[dhnx](https://pypi.org/project/dhnx)|1.491323210412159e-07| +|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.491323210412159e-07| +|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.491323210412159e-07| +|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.491323210412159e-07| +|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.491323210412159e-07| +|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.491323210412159e-07| +|pypi|[turbustat](https://turbustat.readthedocs.org)|1.491323210412159e-07| +|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.491323210412159e-07| +|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.491323210412159e-07| +|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.491323210412159e-07| +|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.491323210412159e-07| +|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.491323210412159e-07| +|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.491323210412159e-07| +|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.491323210412159e-07| +|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.491323210412159e-07| +|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.491323210412159e-07| +|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.491323210412159e-07| +|cran|[ucminf](NA)|1.4764099783080349e-07| +|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4316702819956885e-07| +|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|1.4316702819956885e-07| +|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4316702819956633e-07| +|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4316702819956633e-07| +|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4316702819956633e-07| +|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4316702819956633e-07| +|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4316702819956633e-07| +|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4316702819956633e-07| +|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4316702819956633e-07| +|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4316702819956633e-07| +|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4316702819956633e-07| +|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4316702819956633e-07| +|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|1.4316702819956633e-07| +|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4316702819956633e-07| +|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4316702819956633e-07| +|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|1.4316702819956633e-07| +|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|1.4316702819956633e-07| +|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3766060403804525e-07| +|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3766060403804525e-07| +|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3766060403804525e-07| +|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3766060403804525e-07| +|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3766060403804525e-07| +|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3766060403804525e-07| +|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3766060403804525e-07| +|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3766060403804525e-07| +|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3766060403804525e-07| +|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3766060403804525e-07| +|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3766060403804525e-07| +|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3766060403804525e-07| +|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3766060403804525e-07| +|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3766060403804525e-07| +|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3766060403804525e-07| +|pypi|[authlib](https://authlib.org/)|1.3766060403804525e-07| +|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3766060403804525e-07| +|npm|[download](https://github.com/kevva/download#readme)|1.3766060403804525e-07| +|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3766060403804525e-07| +|npm|pipeline|1.3766060403804525e-07| +|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.376606040380444e-07| +|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.376606040380444e-07| +|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.376606040380444e-07| +|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.376606040380444e-07| +|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.376606040380444e-07| +|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.376606040380444e-07| +|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.376606040380444e-07| +|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.376606040380444e-07| +|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.376606040380444e-07| +|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.376606040380444e-07| +|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.370905808329179e-07| +|go|[github.com/google/shlex](https://github.com/google/shlex)|1.370905808329179e-07| +|pypi|[fspath](https://github.com/return42/fspath)|1.3628399799766497e-07| +|go|github.com/containernetworking/cni|1.3510875596858282e-07| +|go|github.com/containernetworking/plugins|1.3510875596858282e-07| +|go|github.com/containers/common|1.3510875596858282e-07| +|go|github.com/containers/image/v5|1.3510875596858282e-07| +|go|github.com/cyphar/filepath-securejoin|1.3510875596858282e-07| +|go|github.com/moby/term|1.3510875596858282e-07| +|go|github.com/opencontainers/runc|1.3510875596858282e-07| +|go|github.com/opencontainers/runtime-spec|1.3510875596858282e-07| +|go|github.com/opencontainers/runtime-tools|1.3510875596858282e-07| +|go|github.com/opencontainers/selinux|1.3510875596858282e-07| +|go|gopkg.in/yaml.v2|1.3510875596858282e-07| +|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.342190889370958e-07| +|pypi|[geobo](https://github.com/sebhaan/geobo)|1.3256206314774688e-07| +|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.3256206314774688e-07| +|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.3256206314774688e-07| +|npm|[cover](http://www.cover.io)|1.3123644251626977e-07| +|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3123644251626977e-07| +|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3123644251626977e-07| +|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2782770374961397e-07| +|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2782770374961397e-07| +|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2782770374961397e-07| +|cran|[audio](http://www.rforge.net/audio/)|1.2654942671211586e-07| +|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2341985189617824e-07| +|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2341985189617824e-07| +|npm|[sendgrid](https://sendgrid.com)|1.2132798999963313e-07| +|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2132798999963313e-07| +|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2132798999963313e-07| +|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2132798999963313e-07| +|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2132798999963313e-07| +|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.193058568329707e-07| +|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.193058568329707e-07| +|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.181127982646418e-07| +|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.1430270799804077e-07| +|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.1430270799804077e-07| +|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1073074837310262e-07| +|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0845986984815678e-07| +|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0845986984815678e-07| +|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0845986984815678e-07| +|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0845986984815678e-07| +|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0526987367615172e-07| +|pypi|[drop](https://github.com/cod3monk/drop)|1.0226216299969042e-07| +|npm|[dedent](https://github.com/dmnd/dedent)|1.0123954136969369e-07| +|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.942154736081017e-08| +|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.842733188720233e-08| +|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.673447851322094e-08| +|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.41888343418203e-08| +|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.41888343418203e-08| +|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.41888343418203e-08| +|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.203594669972176e-08| +|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.177373602536266e-08| +|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.177373602536266e-08| +|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.177373602536266e-08| +|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.177373602536266e-08| +|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.085599866510956e-08| +|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.085599866510956e-08| +|npm|[opn](https://github.com/sindresorhus/open#readme)|9.085599866510956e-08| +|npm|[node-http2](https://github.com/kaazing/node-http2)|9.085599866510956e-08| +|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.085599866510956e-08| +|pypi|[technical](https://github.com/freqtrade/technical)|8.947939262473054e-08| +|pypi|[janus](https://github.com/aio-libs/janus)|8.947939262472928e-08| +|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.947939262472928e-08| +|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.858459869848135e-08| +|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.858459869848135e-08| +|pypi|[viscm](https://github.com/bids/viscm)|8.858459869848135e-08| +|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.729696841436868e-08| +|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.52184691664089e-08| +|pypi|[dash-auth](https://plotly.com/dash)|8.52184691664089e-08| +|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.52184691664089e-08| +|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.521846916640842e-08| +|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.521846916640842e-08| +|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.521846916640842e-08| +|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.521846916640842e-08| +|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.521846916640842e-08| +|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.521846916640842e-08| +|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.521846916640842e-08| +|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.521846916640842e-08| +|go|[github.com/creack/pty](https://github.com/creack/pty)|8.521846916640842e-08| +|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.521846916640842e-08| +|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.521846916640842e-08| +|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.521846916640842e-08| +|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.521846916640842e-08| +|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.521846916640842e-08| +|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.521846916640842e-08| +|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.521846916640842e-08| +|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.521846916640842e-08| +|go|[github.com/lib/pq](https://github.com/lib/pq)|8.521846916640842e-08| +|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.521846916640842e-08| +|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.521846916640842e-08| +|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.521846916640842e-08| +|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.521846916640842e-08| +|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.521846916640842e-08| +|go|[google.golang.org/api](https://google.golang.org/api)|8.521846916640842e-08| +|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.521846916640842e-08| +|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.521846916640842e-08| +|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.521846916640842e-08| +|go|[rsc.io/getopt](https://rsc.io/getopt)|8.521846916640842e-08| +|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.323664430207337e-08| +|go|github.com/Netflix/go-expect|8.323664430207335e-08| +|go|github.com/ProtonMail/go-crypto|8.323664430207335e-08| +|go|github.com/adigunhammedolalekan/registry-auth|8.323664430207335e-08| +|go|github.com/apex/log|8.323664430207335e-08| +|go|github.com/blang/semver/v4|8.323664430207335e-08| +|go|github.com/buger/jsonparser|8.323664430207335e-08| +|go|github.com/containerd/containerd|8.323664430207335e-08| +|go|github.com/go-log/log|8.323664430207335e-08| +|go|github.com/gosimple/slug|8.323664430207335e-08| +|go|github.com/opencontainers/umoci|8.323664430207335e-08| +|go|github.com/pelletier/go-toml|8.323664430207335e-08| +|go|github.com/seccomp/libseccomp-golang|8.323664430207335e-08| +|go|github.com/sylabs/json-resp|8.323664430207335e-08| +|go|github.com/sylabs/scs-build-client|8.323664430207335e-08| +|go|github.com/sylabs/scs-key-client|8.323664430207335e-08| +|go|github.com/sylabs/scs-library-client|8.323664430207335e-08| +|go|github.com/sylabs/sif/v2|8.323664430207335e-08| +|go|github.com/vbauerster/mpb/v4|8.323664430207335e-08| +|go|github.com/vbauerster/mpb/v6|8.323664430207335e-08| +|go|golang.org/x/term|8.323664430207335e-08| +|go|gotest.tools/v3|8.323664430207335e-08| +|go|mvdan.cc/sh/v3|8.323664430207335e-08| +|go|oras.land/oras-go|8.323664430207335e-08| +|rubygems|[pdf-reader](https://github.com/yob/pdf-reader)|7.953723788864964e-08| +|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.953723788864838e-08| +|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.953723788864838e-08| +|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.953723788864838e-08| +|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.953723788864838e-08| +|pypi|[django-rq](https://github.com/rq/django-rq)|7.953723788864838e-08| +|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.953723788864838e-08| +|pypi|[google](http://breakingcode.wordpress.com/)|7.953723788864838e-08| +|rubygems|[aasm](https://github.com/aasm/aasm)|7.953723788864838e-08| +|rubygems|[dotenv](https://github.com/bkeepers/dotenv)|7.953723788864838e-08| +|rubygems|[google_drive](https://github.com/gimite/google-drive-ruby)|7.953723788864838e-08| +|rubygems|[net-sftp](https://github.com/net-ssh/net-sftp)|7.953723788864838e-08| +|rubygems|[octicons_helper](https://github.com/primer/octicons)|7.953723788864838e-08| +|rubygems|[omniauth-orcid](https://github.com/datacite/omniauth-orcid)|7.953723788864838e-08| +|rubygems|[omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection)|7.953723788864838e-08| +|rubygems|[importmap-rails](https://github.com/rails/importmap-rails)|7.953723788864838e-08| +|rubygems|[turbo-rails](https://github.com/hotwired/turbo-rails)|7.953723788864838e-08| +|rubygems|[stimulus-rails](https://stimulus.hotwired.dev)|7.953723788864838e-08| +|rubygems|[newrelic_rpm](https://newrelic.com/ruby)|7.953723788864838e-08| +|rubygems|[sanitize](https://github.com/rgrove/sanitize/)|7.953723788864838e-08| +|rubygems|[searchkick](https://github.com/ankane/searchkick)|7.953723788864838e-08| +|rubygems|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html)|7.953723788864838e-08| +|rubygems|[issue](http://github.com/xuanxu/issue)|7.953723788864838e-08| +|rubygems|[active_link_to](http://github.com/comfy/active_link_to)|7.953723788864838e-08| +|rubygems|[pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)|7.953723788864838e-08| +|npm|[parents](https://github.com/substack/node-parents)|7.795444685466329e-08| +|npm|[coverify](https://github.com/substack/coverify)|7.795444685466329e-08| +|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.615267457423733e-08| +|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.382049891540174e-08| +|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.304440214263601e-08| +|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.304440214263601e-08| +|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|7.304440214263601e-08| +|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|7.304440214263601e-08| +|rubygems|[image_processing](https://github.com/janko/image_processing)|7.304440214263601e-08| +|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|7.304440214263601e-08| +|rubygems|[rotp](https://github.com/mdp/rotp)|7.304440214263601e-08| +|rubygems|[sass-rails](https://github.com/rails/sass-rails)|7.304440214263601e-08| +|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|7.304440214263601e-08| +|rubygems|[diffy](http://github.com/samg/diffy)|7.304440214263601e-08| +|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|7.304440214263601e-08| +|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|7.304440214263601e-08| +|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|7.304440214263601e-08| +|rubygems|[whenever](https://github.com/javan/whenever)|7.304440214263601e-08| +|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|7.304440214263601e-08| +|rubygems|[rack-mini-profiler](https://miniprofiler.com)|7.304440214263601e-08| +|rubygems|[thwait](https://github.com/ruby/thwait)|7.304440214263601e-08| +|rubygems|[rmagick](https://github.com/rmagick/rmagick)|7.304440214263601e-08| +|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|7.304440214263601e-08| +|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.304440214263477e-08| +|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|7.304440214263477e-08| +|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|7.304440214263477e-08| +|rubygems|[devise](https://github.com/heartcombo/devise)|7.304440214263477e-08| +|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|7.304440214263477e-08| +|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|7.304440214263477e-08| +|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|7.304440214263477e-08| +|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.158351409978442e-08| +|cran|[enviPick](NA)|7.158351409978317e-08| +|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.086767895878584e-08| +|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.883030201902262e-08| +|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.753161707526686e-08| +|pypi|[tagore](https://github.com/jordanlab/tagore)|6.753161707526686e-08| +|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.561822125813489e-08| +|npm|[vx](https://github.com/vxjs/vx)|6.391385187480699e-08| +|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.327471335605793e-08| +|npm|eslint-config-richienb|6.327471335605793e-08| +|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.327471335605793e-08| +|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.327471335605793e-08| +|pypi|[icecream](https://github.com/gruns/icecream)|6.279255622787978e-08| +|pypi|[comet](http://comet.transientskp.org/)|6.279255622787978e-08| +|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.279255622787978e-08| +|npm|[aproba](https://github.com/iarna/aproba)|6.066399499981657e-08| +|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.066399499981657e-08| +|npm|concat-map|6.066399499981657e-08| +|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.066399499981657e-08| +|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.066399499981657e-08| +|pypi|[trustme](https://github.com/python-trio/trustme)|5.90563991323209e-08| +|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.772864040305115e-08| +|pypi|[flowTorch](https://flowtorch.ai/users)|5.5924620390455644e-08| +|go|github.com/blang/semver|5.1872111666509476e-08| +|go|github.com/buger/goterm|5.1872111666509476e-08| +|go|github.com/checkpoint-restore/checkpointctl|5.1872111666509476e-08| +|go|github.com/checkpoint-restore/go-criu/v5|5.1872111666509476e-08| +|go|github.com/container-orchestrated-devices/container-device-interface|5.1872111666509476e-08| +|go|github.com/containers/buildah|5.1872111666509476e-08| +|go|github.com/containers/conmon|5.1872111666509476e-08| +|go|github.com/containers/ocicrypt|5.1872111666509476e-08| +|go|github.com/containers/psgo|5.1872111666509476e-08| +|go|github.com/containers/storage|5.1872111666509476e-08| +|go|github.com/coreos/go-systemd/v22|5.1872111666509476e-08| +|go|github.com/coreos/stream-metadata-go|5.1872111666509476e-08| +|go|github.com/digitalocean/go-qemu|5.1872111666509476e-08| +|go|github.com/docker/go-connections|5.1872111666509476e-08| +|go|github.com/docker/go-plugins-helpers|5.1872111666509476e-08| +|go|github.com/docker/go-units|5.1872111666509476e-08| +|go|github.com/dtylman/scp|5.1872111666509476e-08| +|go|github.com/godbus/dbus/v5|5.1872111666509476e-08| +|go|github.com/google/gofuzz|5.1872111666509476e-08| +|go|github.com/gorilla/handlers|5.1872111666509476e-08| +|go|github.com/gorilla/schema|5.1872111666509476e-08| +|go|github.com/hashicorp/go-multierror|5.1872111666509476e-08| +|go|github.com/json-iterator/go|5.1872111666509476e-08| +|go|github.com/mrunalp/fileutils|5.1872111666509476e-08| +|go|github.com/nxadm/tail|5.1872111666509476e-08| +|go|github.com/pmezard/go-difflib|5.1872111666509476e-08| +|go|github.com/rootless-containers/rootlesskit|5.1872111666509476e-08| +|go|github.com/stretchr/testify|5.1872111666509476e-08| +|go|github.com/syndtr/gocapability|5.1872111666509476e-08| +|go|github.com/uber/jaeger-client-go|5.1872111666509476e-08| +|go|github.com/vbauerster/mpb/v7|5.1872111666509476e-08| +|go|github.com/vishvananda/netlink|5.1872111666509476e-08| +|go|go.etcd.io/bbolt|5.1872111666509476e-08| +|go|golang.org/x/text|5.1872111666509476e-08| +|go|google.golang.org/protobuf|5.1872111666509476e-08| +|go|gopkg.in/inf.v0|5.1872111666509476e-08| +|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.113108149984521e-08| +|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.0410925422382276e-08| +|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.0410925422382276e-08| +|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.0410925422382276e-08| +|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.0410925422382276e-08| +|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.0410925422382276e-08| +|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.902980417793338e-08| +|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.31225988552911e-08| +|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.260923458320445e-08| +|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.1686869975756335e-08| +|pypi|[PySide6](https://pyside.org)|4.067245119305848e-08| +|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.0265726681128114e-08| +|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9370932754880806e-08| +|pypi|[jmp](https://github.com/deepmind/jmp)|3.61569790606048e-08| +|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|3.61569790606048e-08| +|npm|text-table|3.407099949941624e-08| +|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3836027089075366e-08| +|pypi|[pika](https://pika.readthedocs.io)|3.0812034329906934e-08| +|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.028533288836985e-08| +|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.028533288836985e-08| +|npm|[utfx](https://github.com/dcodeIO/utfx)|2.952819956616045e-08| +|cran|[OAIHarvester](NA)|2.952819956616045e-08| +|rubygems|[hoe-rubygems](http://github.com/jbarnette/hoe-rubygems)|2.4117156995661547e-08| +|rubygems|[hoe-git](http://github.com/jbarnette/hoe-git)|2.4117156995661547e-08| +|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.2497675859931757e-08| +|cran|[uroot](https://jalobe.com)|2.2008595949933437e-08| +|pypi|[geomet](https://github.com/geomet/geomet)|1.2303416485900291e-08| +|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.447127497608474e-09| +|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.447127497608474e-09| +|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.447127497608474e-09| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/docs/language-counts.json b/docs/language-counts.json index 2990e026..6f4d699a 100644 --- a/docs/language-counts.json +++ b/docs/language-counts.json @@ -1,16 +1,16 @@ { "unknown": 176, - "Python": 2197, - "Jupyter Notebook": 442, + "Python": 2207, + "Jupyter Notebook": 443, "Modelica": 1, "Shell": 31, "HTML": 92, "Perl": 48, - "R": 661, + "R": 662, "C++": 562, - "Java": 102, - "C": 329, - "Rust": 32, + "Java": 103, + "C": 330, + "Rust": 33, "JavaScript": 84, "AMPL": 1, "MATLAB": 41, @@ -19,7 +19,7 @@ "Clojure": 4, "Groovy": 6, "E": 1, - "Julia": 83, + "Julia": 84, "null": 16, "Matlab": 10, "Scala": 8, diff --git a/docs/meta.json b/docs/meta.json index e48dcf2e..8a799bbb 100644 --- a/docs/meta.json +++ b/docs/meta.json @@ -19707,7 +19707,67 @@ "tracking", "yolo" ], - "github/EddyRivasLab/infernal": [] + "github/EddyRivasLab/infernal": [], + "github/JuliaAI/Imbalance.jl": [ + "class-imbalance", + "classification", + "machine-learning" + ], + "github/Junwu302/HiFun": [], + "github/etiennepayet/nti": [], + "github/alejandroaviles/fkpt": [], + "github/suneeshjacob/ACRoD": [], + "github/uw-comphys/shapelets": [], + "github/firedrakeproject/checkpoint_schedules": [], + "github/wwood/kingfisher-download": [ + "sra", + "aspera-client", + "fastq-files" + ], + "github/frank1010111/pywaterflood": [ + "python", + "petroleum-engineering", + "reservoir", + "rust" + ], + "github/CompGenomeLab/boquila": [], + "github/UTEL-UIUC/gtfs_segments": [ + "bus", + "stop", + "distribution", + "gtfs-feed", + "python", + "transit", + "transit-data" + ], + "github/nabeelre/BTSbot": [ + "astronomy", + "astrophysics", + "computer-vision", + "time-domain-astronomy", + "transient-astronomy", + "ztf" + ], + "github/MedMaxLab/selfEEG": [ + "deep-learning", + "eeg", + "self-supervised-learning" + ], + "github/Open-Minds-Lab/MRdataset": [ + "neuroimaging", + "mri", + "neuroscience", + "quality-control", + "niqc" + ], + "github/ahudde/greeks": [ + "option", + "greeks", + "asian-option", + "r-package", + "implied-volatility" + ], + "github/Jashcraf/poke": [] }, "language": { "gitlab/chiemotono/mdcontactcom": "unknown", @@ -25099,7 +25159,23 @@ "github/songweizhi/Binning_refiner": "Python", "github/seamplex/feenox": "C", "github/FabianPlum/OmniTrax": "Python", - "github/EddyRivasLab/infernal": "C" + "github/EddyRivasLab/infernal": "C", + "github/JuliaAI/Imbalance.jl": "Julia", + "github/Junwu302/HiFun": "Python", + "github/etiennepayet/nti": "Java", + "github/alejandroaviles/fkpt": "C", + "github/suneeshjacob/ACRoD": "Python", + "github/uw-comphys/shapelets": "Python", + "github/firedrakeproject/checkpoint_schedules": "Python", + "github/wwood/kingfisher-download": "Python", + "github/frank1010111/pywaterflood": "Python", + "github/CompGenomeLab/boquila": "Rust", + "github/UTEL-UIUC/gtfs_segments": "Python", + "github/nabeelre/BTSbot": "Python", + "github/MedMaxLab/selfEEG": "Python", + "github/Open-Minds-Lab/MRdataset": "Python", + "github/ahudde/greeks": "R", + "github/Jashcraf/poke": "Jupyter Notebook" }, "url": { "gitlab/chiemotono/mdcontactcom": "https://gitlab.com/chiemotono/mdcontactcom", @@ -30491,7 +30567,23 @@ "github/songweizhi/Binning_refiner": "https://github.com/songweizhi/Binning_refiner", "github/seamplex/feenox": "https://github.com/seamplex/feenox", "github/FabianPlum/OmniTrax": "https://github.com/FabianPlum/OmniTrax", - "github/EddyRivasLab/infernal": "https://github.com/EddyRivasLab/infernal" + "github/EddyRivasLab/infernal": "https://github.com/EddyRivasLab/infernal", + "github/JuliaAI/Imbalance.jl": "https://github.com/JuliaAI/Imbalance.jl", + "github/Junwu302/HiFun": "https://github.com/Junwu302/HiFun", + "github/etiennepayet/nti": "https://github.com/etiennepayet/nti", + "github/alejandroaviles/fkpt": "https://github.com/alejandroaviles/fkpt", + "github/suneeshjacob/ACRoD": "https://github.com/suneeshjacob/ACRoD", + "github/uw-comphys/shapelets": "https://github.com/uw-comphys/shapelets", + "github/firedrakeproject/checkpoint_schedules": "https://github.com/firedrakeproject/checkpoint_schedules", + "github/wwood/kingfisher-download": "https://github.com/wwood/kingfisher-download", + "github/frank1010111/pywaterflood": "https://github.com/frank1010111/pywaterflood", + "github/CompGenomeLab/boquila": "https://github.com/CompGenomeLab/boquila", + "github/UTEL-UIUC/gtfs_segments": "https://github.com/UTEL-UIUC/gtfs_segments", + "github/nabeelre/BTSbot": "https://github.com/nabeelre/BTSbot", + "github/MedMaxLab/selfEEG": "https://github.com/MedMaxLab/selfEEG", + "github/Open-Minds-Lab/MRdataset": "https://github.com/Open-Minds-Lab/MRdataset", + "github/ahudde/greeks": "https://github.com/ahudde/greeks", + "github/Jashcraf/poke": "https://github.com/Jashcraf/poke" }, "description": { "gitlab/chiemotono/mdcontactcom": "", @@ -35883,6 +35975,22 @@ "github/songweizhi/Binning_refiner": "Improving genome bins through the combination of different binning programs ", "github/seamplex/feenox": "Cloud-first free no-fee no-X uniX-like finite-element(ish) computational engineering tool", "github/FabianPlum/OmniTrax": "Deep learning-driven multi animal tracking and pose estimation add-on for Blender", - "github/EddyRivasLab/infernal": "RNA secondary structure/sequence profiles for homology search and alignment" + "github/EddyRivasLab/infernal": "RNA secondary structure/sequence profiles for homology search and alignment", + "github/JuliaAI/Imbalance.jl": "A Julia toolbox with resampling methods to correct for class imbalance.", + "github/Junwu302/HiFun": "Homology Independent Protein Function prediction on Protein-Language Self-Attention Model", + "github/etiennepayet/nti": null, + "github/alejandroaviles/fkpt": "Perturbation theory with \"fk\"-Kernels", + "github/suneeshjacob/ACRoD": "Automatic Computation for Robot Design", + "github/uw-comphys/shapelets": "shapelets is a python package that implements several shapelet functions and some of their significant applications in science and astronomy.", + "github/firedrakeproject/checkpoint_schedules": "Schedules for incremental checkpointing of adjoint simulations.", + "github/wwood/kingfisher-download": "Easier download/extract of FASTA/Q read data and metadata from the ENA, NCBI, AWS or GCP.", + "github/frank1010111/pywaterflood": "Capacitance resistance models for waterflood connectivity", + "github/CompGenomeLab/boquila": "NGS read simulator to eliminate read nucleotide bias in sequence analysis.", + "github/UTEL-UIUC/gtfs_segments": "GTFS Segments: A fast and efficient library to generate bus stop spacings", + "github/nabeelre/BTSbot": "Automated identification of supernovae with multi-modal deep learning", + "github/MedMaxLab/selfEEG": "selfEEG: a Python library for Self-Supervised Learning on Electroencephalography (EEG) data", + "github/Open-Minds-Lab/MRdataset": "MRdataset : unified interface to various neuroimaging dataset formats", + "github/ahudde/greeks": "Sensitivities of Prices of Financial Options and Implied Volatilites", + "github/Jashcraf/poke": "Poke (pronounced poh-keh) is a Polarization Ray Tracing and Gaussian Beamlet module for Python" } } \ No newline at end of file diff --git a/pages/cpp.md b/pages/cpp.md index 5f0b39f2..59917496 100644 --- a/pages/cpp.md +++ b/pages/cpp.md @@ -9,447 +9,447 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|spack|[zlib](https://zlib.net)|0.0063348416188688675| -|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005280257787918372| -|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.003004187082688457| -|spack|[python](https://www.python.org/)|0.0026553059024096225| -|spack|[pkgconfig](http://pkgconf.org/)|0.0019062001635969286| -|spack|[cmake](https://www.cmake.org)|0.0017932083058384465| -|spack|openmp|0.0017069151739265557| -|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016187970879343368| -|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0013960341904163264| -|spack|[qt](https://qt.io)|0.0009625576334907706| -|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009602729575460143| -|spack|[openssl](https://www.openssl.org)|0.000943157932671822| -|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009385553410419232| -|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009124447917143094| -|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009066085296934605| -|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009044027490812156| -|spack|[automake](https://www.gnu.org/software/automake/)|0.0009014713219549337| -|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008764865984537311| -|spack|[libxml2](http://xmlsoft.org)|0.0008328365168886679| -|spack|[perl](https://www.perl.org)|0.0007986667551435963| -|spack|threads|0.0007884272725099411| -|spack|ca-certificates-mozilla|0.0006957609349652118| -|spack|nasm|0.0006957609349652118| -|spack|[xz](https://tukaani.org/xz/)|0.000653820224316182| -|spack|[expat](https://libexpat.github.io/)|0.0006485444732008636| -|spack|eigen3|0.0005396301667875273| -|spack|python3|0.0005324510514865845| -|spack|[mbedtls](https://tls.mbed.org)|0.00047420480902135836| -|spack|[gmake](https://www.gnu.org/software/make/)|0.00040630668192915317| -|spack|diffutils|0.00040235450900627436| -|spack|gtest|0.0003863047757173936| -|spack|icu4c|0.0003604055789999524| -|spack|[lz4](https://lz4.github.io/lz4/)|0.0003577465675229247| -|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035213584679039665| -|spack|py-numpy|0.00034367637450501446| -|spack|[bison](https://www.gnu.org/software/bison/)|0.00033321707597341323| -|spack|slicer|0.00032485496736765773| -|spack|pybind11|0.00032049621879208534| -|spack|[sqlite](https://www.sqlite.org)|0.0003148674981673223| -|spack|pythoninterp|0.0003147765939644112| -|spack|[ninja](https://ninja-build.org/)|0.0003114312343457103| -|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003092622372325973| -|spack|[zstd](https://facebook.github.io/zstd/)|0.0003030322314973138| -|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00028898166180003855| -|spack|[libffi](https://sourceware.org/libffi/)|0.000286141621544109| -|spack|[tk](https://www.tcl.tk)|0.00028554199080112343| -|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.0002848812666624731| -|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002751363727079666| -|spack|[tcl](https://www.tcl.tk/)|0.0002633499586192544| -|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.00025993243315856256| -|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025587681631664816| -|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025587681631664816| -|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025587681631664816| -|spack|[krb5](https://kerberos.org)|0.0002549779385792779| -|spack|[libssh2](https://www.libssh2.org/)|0.0002526143725505822| -|spack|[libssh](https://www.libssh.org)|0.0002526143725505822| -|spack|[gnutls](https://www.gnutls.org)|0.0002473371843707417| -|spack|[nghttp2](https://nghttp2.org/)|0.0002473371843707417| -|spack|[curl](https://curl.se/)|0.00024651054257338734| -|spack|numpy|0.000227765979488242| -|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.00022772516772984056| -|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022614201127588848| -|spack|png|0.0002190550566185084| -|spack|biosoup|0.00020939086294416244| -|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020700035251398452| -|spack|pythonlibs|0.00020452589469993387| -|spack|libiconv|0.00020283741870268606| -|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.00017978766505611756| -|spack|bpython|0.0001794778825235678| -|spack|omegalib|0.0001794778825235678| -|spack|vif|0.0001794778825235678| -|spack|patchelf|0.00017768310369833213| -|spack|[flex](https://github.com/westes/flex)|0.00017167018573356578| -|spack|hip|0.00016246852128758014| -|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016175698829970262| -|spack|bioparser|0.0001555474981870921| -|spack|libpciaccess|0.00014871390833345665| -|spack|pmix|0.0001441579313155507| -|spack|[opengl](https://www.opengl.org/)|0.0001386773204095145| -|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012639746771096587| -|spack|[libarchive](https://www.libarchive.org)|0.00012337538580665873| -|spack|[libuv](https://libuv.org)|0.00012337538580665873| -|spack|cython|0.0001230705480161608| -|spack|sqlite3|0.00011965192168237854| -|spack|triqs|0.00011965192168237854| -|spack|cminx|0.00011965192168237854| -|spack|py-setuptools|0.00011842956144826559| -|spack|[pcre](https://www.pcre.org)|0.00011149558899703551| -|spack|[graphviz](http://www.graphviz.org)|0.00010877795100787395| -|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010793308427431886| -|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010673561648260578| -|spack|py-six|0.00010194129022380242| -|spack|[boost](https://www.boost.org)|9.74432618169152e-05| -|spack|[re2c](https://re2c.org/index.html)|9.478688740472378e-05| -|spack|liblzma|8.97389412617839e-05| -|spack|lapacke|8.97389412617839e-05| -|spack|py-jinja2|8.88157108318769e-05| -|spack|py-pip|8.82254015172645e-05| -|spack|py-wheel|8.82254015172645e-05| -|spack|py-sphinxcontrib-websupport|8.82254015172645e-05| -|spack|py-sphinxcontrib-applehelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-devhelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-jsmath|8.82254015172645e-05| -|spack|py-sphinxcontrib-htmlhelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-serializinghtml|8.82254015172645e-05| -|spack|py-sphinxcontrib-qthelp|8.82254015172645e-05| -|spack|py-pygments|8.82254015172645e-05| -|spack|py-docutils|8.82254015172645e-05| -|spack|py-snowballstemmer|8.82254015172645e-05| -|spack|py-babel|8.82254015172645e-05| -|spack|py-alabaster|8.82254015172645e-05| -|spack|py-imagesize|8.82254015172645e-05| -|spack|py-requests|8.82254015172645e-05| -|spack|py-sphinx-rtd-theme|8.82254015172645e-05| -|spack|py-packaging|8.82254015172645e-05| -|spack|py-importlib-metadata|8.82254015172645e-05| -|spack|py-colorama|8.82254015172645e-05| -|spack|[guile](https://www.gnu.org/software/guile/)|7.564934230126031e-05| -|spack|qt4|7.5432733234543e-05| -|spack|libpng|7.359158532528547e-05| -|spack|sgx|7.179115300942713e-05| -|spack|sphinx|7.179115300942713e-05| -|spack|curses|7.179115300942713e-05| -|spack|torch|7.179115300942713e-05| -|spack|py-typing|7.027230071958501e-05| -|spack|[pcre2](https://www.pcre.org)|6.786050931256923e-05| -|spack|gl|6.761519806987571e-05| -|spack|[jpeg](http://www.ijg.org)|6.139378374272352e-05| -|spack|libx11|6.089321559177131e-05| -|spack|pythonextensions|5.982596084118927e-05| -|spack|qt5|5.982596084118927e-05| -|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.981997824510515e-05| -|spack|[hdf5](https://portal.hdfgroup.org)|5.9756108945950455e-05| -|spack|freetype|5.7706095977262e-05| -|spack|libtiff|5.738418515446973e-05| -|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.568886988359757e-05| -|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.31771645369825e-05| -|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.271215152502811e-05| -|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.220191205114487e-05| -|spack|[gmp](https://gmplib.org)|5.187192484516361e-05| -|spack|double-conversion|5.185823407045922e-05| -|spack|rigidbodykinematics|5.127939500673366e-05| -|spack|sbgatcore|5.127939500673366e-05| -|spack|effpotential|5.127939500673366e-05| -|spack|yaml|5.127939500673366e-05| -|spack|cpio|5.076660105666632e-05| -|spack|fontconfig|5.050042894695949e-05| -|spack|[llvm](https://llvm.org/)|4.5863275989329756e-05| -|spack|libpeyton|4.486947063089195e-05| -|spack|gtkplus|4.386354852781036e-05| -|spack|libsm|4.3686811954564776e-05| -|spack|libxext|4.3686811954564776e-05| -|spack|glib|4.327323921319797e-05| -|spack|harfbuzz|4.223478674390899e-05| -|spack|libmng|4.164447742929659e-05| -|spack|inputproto|4.164447742929659e-05| -|spack|dbus|4.164447742929659e-05| -|spack|assimp|4.164447742929659e-05| -|spack|gperf|4.164447742929659e-05| -|spack|libdrm|4.164447742929659e-05| -|spack|libxcomposite|4.164447742929659e-05| -|spack|libxcursor|4.164447742929659e-05| -|spack|libxi|4.164447742929659e-05| -|spack|libxtst|4.164447742929659e-05| -|spack|libxrandr|4.164447742929659e-05| -|spack|libxdamage|4.164447742929659e-05| -|spack|libxcb|4.164447742929659e-05| -|spack|libxkbcommon|4.164447742929659e-05| -|spack|xcb-util-image|4.164447742929659e-05| -|spack|xcb-util-keysyms|4.164447742929659e-05| -|spack|xcb-util-renderutil|4.164447742929659e-05| -|spack|xcb-util-wm|4.164447742929659e-05| -|spack|libxrender|4.164447742929659e-05| -|spack|libxcrypt|4.1096441951165986e-05| -|spack|llvm-openmp|4.0754299181601575e-05| -|spack|yacc|4.000628887617726e-05| -|spack|fftw3|3.988397389412618e-05| -|spack|edlib|3.5895576504713564e-05| -|spack|spoa|3.5895576504713564e-05| -|spack|thread_pool|3.5895576504713564e-05| -|spack|rampler|3.5895576504713564e-05| -|spack|cudapoa|3.5895576504713564e-05| -|spack|cudaaligner|3.5895576504713564e-05| -|spack|cppuddle|3.5895576504713564e-05| -|spack|hpxkokkos|3.5895576504713564e-05| -|spack|virtest|3.553662073966643e-05| -|spack|openni2|3.2632342277012324e-05| -|spack|efusion|3.2632342277012324e-05| -|spack|suitesparse|3.2632342277012324e-05| -|spack|realsense|3.2632342277012324e-05| -|spack|hwloc|2.8853566112525696e-05| -|spack|meson|2.7718564176939813e-05| -|spack|everybeam|2.761198192670274e-05| -|spack|idgapi|2.761198192670274e-05| -|spack|eigen|2.7277571601688213e-05| -|spack|[openssh](https://www.openssh.com/)|2.6216031883272634e-05| -|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6216031883272634e-05| -|spack|sophus|2.563969750336683e-05| -|spack|visioncore|2.563969750336683e-05| -|spack|brisk|2.563969750336683e-05| -|spack|opengv|2.563969750336683e-05| -|spack|gtsam|2.563969750336683e-05| -|spack|tensorflow|2.563969750336683e-05| -|spack|cudalibs|2.563969750336683e-05| -|spack|pnetcdf|2.563969750336683e-05| -|spack|qt5widgets|2.563969750336683e-05| -|spack|qt5opengl|2.563969750336683e-05| -|spack|glut|2.563969750336683e-05| -|spack|[swig](http://www.swig.org)|2.544525803175012e-05| -|spack|py-nose|2.538330052833316e-05| -|spack|findutils|2.5285985755333825e-05| -|spack|glew|2.3793955042945888e-05| -|spack|py-mpi4py|2.1827031392687603e-05| -|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1766738880906588e-05| -|spack|py-flit-core|2.0208309421542923e-05| -|spack|dl|1.994198694706309e-05| -|spack|sofa|1.994198694706309e-05| -|spack|pthreads|1.994198694706309e-05| -|spack|llvm-amdgpu|1.831058997202942e-05| -|spack|hsa-rocr-dev|1.831058997202942e-05| -|spack|libunistring|1.7877974523311865e-05| -|spack|libfabric|1.6169251769430927e-05| -|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.605234735507798e-05| -|spack|libsbml|1.5606772393353723e-05| -|spack|libsedml|1.5606772393353723e-05| -|spack|libcombine|1.5606772393353723e-05| -|spack|crossguid|1.5606772393353723e-05| -|spack|nativejit|1.5606772393353723e-05| -|spack|cpufeatures|1.5606772393353723e-05| -|spack|raptor|1.5606772393353723e-05| -|spack|qcp|1.5606772393353723e-05| -|spack|qwtplot3d|1.5606772393353723e-05| -|spack|mml|1.5606772393353723e-05| -|spack|sbw|1.5606772393353723e-05| -|spack|atlas|1.5450704669420186e-05| -|spack|libedit|1.5111970235596243e-05| -|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4912407923361712e-05| -|spack|gl2ps|1.3842547449451635e-05| -|spack|perl-data-dumper|1.3715888706537919e-05| -|spack|libelf|1.3715888706537919e-05| -|spack|binutils|1.3715888706537919e-05| -|spack|isl|1.3715888706537919e-05| -|spack|glu|1.3580198401783259e-05| -|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3461954464933181e-05| -|spack|[hpx](https://hpx.stellar-group.org/)|1.338708233854278e-05| -|spack|memkind|1.3360846369004455e-05| -|spack|gflags|1.3281959578778979e-05| -|spack|[git](http://git-scm.com)|1.3255855094868908e-05| -|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3202704377617624e-05| -|spack|numactl|1.243781725888325e-05| -|spack|kokkos-nvcc-wrapper|1.243781725888325e-05| -|spack|[pugixml](https://pugixml.org/)|1.2008535466398309e-05| -|spack|libzmq|1.1613274751524975e-05| -|spack|dataspaces|1.1613274751524975e-05| -|spack|c-blosc|1.1613274751524975e-05| -|spack|zfp|1.1613274751524975e-05| -|spack|sz|1.1613274751524975e-05| -|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.132945915578263e-05| -|spack|netcdf-c|1.1136785751283833e-05| -|spack|cgns|1.1136785751283833e-05| -|spack|ffmpeg|1.0804065955775027e-05| -|spack|fftw-api|1.0576375220138817e-05| -|spack|[fftw](https://www.fftw.org)|1.0438760207997371e-05| -|spack|libgd|1.0424075416968816e-05| -|spack|[gsl](https://www.gnu.org/software/gsl)|1.0365046077675214e-05| -|spack|glx|1.0213756641162628e-05| -|spack|libxt|1.0213756641162628e-05| -|spack|osmesa|1.0213756641162628e-05| -|spack|netcdf-cxx|1.0213756641162628e-05| -|spack|libogg|1.0213756641162628e-05| -|spack|libtheora|1.0213756641162628e-05| -|spack|utf8cpp|1.0213756641162628e-05| -|spack|proj|1.0213756641162628e-05| -|spack|seacas|1.0213756641162628e-05| -|spack|arpack-ng|1.0047556459131876e-05| -|spack|[root](https://root.cern.ch)|8.599981870920966e-06| -|spack|superlu|8.461100176111053e-06| -|spack|[octave](https://www.gnu.org/software/octave/)|7.701066285832681e-06| -|spack|rsync|7.403462654097172e-06| -|spack|hepmc|7.403462654097172e-06| -|spack|hepmc3|7.403462654097172e-06| -|spack|evtgen|7.403462654097172e-06| -|spack|fastjet|7.403462654097172e-06| -|spack|lhapdf|7.403462654097172e-06| -|spack|rivet|7.403462654097172e-06| -|spack|madgraph5amc|7.403462654097172e-06| -|spack|openmpi|7.403462654097172e-06| -|spack|mpich|7.403462654097172e-06| -|spack|highfive|7.403462654097172e-06| -|spack|msmpi|7.403462654097172e-06| -|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.996322974722884e-06| -|spack|libmd|6.965888397389413e-06| -|spack|rtmpdump|6.853491142649952e-06| -|spack|cudnn|6.231042765353101e-06| -|spack|libxft|6.06633422667159e-06| -|spack|glfw|5.640733450740702e-06| -|spack|unzip|5.467172421487142e-06| -|spack|wget|5.467172421487142e-06| -|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.411181458135777e-06| -|spack|bdw-gc|4.935641769398115e-06| -|spack|googletest|4.935641769398115e-06| -|spack|psm|4.555977017905952e-06| -|spack|opa-psm2|4.555977017905952e-06| -|spack|rdma-core|4.555977017905952e-06| -|spack|slurm|4.555977017905952e-06| -|spack|[jemalloc](http://jemalloc.net/)|4.537077092345781e-06| -|spack|[vtk](http://www.vtk.org)|4.201233379669927e-06| -|spack|berkeley-db|4.055616841914431e-06| -|spack|valgrind|4.039454069679414e-06| -|spack|libxscrnsaver|4.023999701403404e-06| -|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.815822502370727e-06| -|spack|nspr|3.6940317258883253e-06| -|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.5895576504713635e-06| -|spack|sofa-c|3.416982763429464e-06| -|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2388537420919795e-06| -|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2306018854242297e-06| -|spack|lm-sensors|3.172912566041645e-06| -|spack|rocprofiler-dev|3.172912566041645e-06| -|spack|rocm-smi-lib|3.172912566041645e-06| -|spack|[vc](https://github.com/VcDevel/Vc)|2.76024605536246e-06| -|spack|autoconf-archive|2.7335862107435714e-06| -|spack|libxmu|2.7335862107435714e-06| -|spack|tar|2.5149998133771276e-06| -|spack|suite-sparse|2.5094853931420285e-06| -|spack|[seqan](https://www.seqan.de)|2.307572775303018e-06| -|spack|[kokkos](https://github.com/kokkos/kokkos)|2.179374287786179e-06| -|spack|libice|2.042334525268185e-06| -|spack|nlohmann-json|2.042334525268185e-06| -|spack|xxhash|2.042334525268185e-06| -|spack|libxpm|2.042334525268185e-06| -|spack|ftgl|2.042334525268185e-06| -|spack|arrow|2.042334525268185e-06| -|spack|davix|2.042334525268185e-06| -|spack|dcap|2.042334525268185e-06| -|spack|fcgi|2.042334525268185e-06| -|spack|mysql-client|2.042334525268185e-06| -|spack|oracle-instant-client|2.042334525268185e-06| -|spack|postgresql|2.042334525268185e-06| -|spack|pythia6|2.042334525268185e-06| -|spack|r|2.042334525268185e-06| -|spack|r-rcpp|2.042334525268185e-06| -|spack|r-rinside|2.042334525268185e-06| -|spack|shadow|2.042334525268185e-06| -|spack|unuran|2.042334525268185e-06| -|spack|vdt|2.042334525268185e-06| -|spack|veccore|2.042334525268185e-06| -|spack|xrootd|2.042334525268185e-06| -|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.033228012016992e-06| -|spack|asio|1.7768310369833214e-06| -|spack|gperftools|1.7768310369833214e-06| -|spack|mimalloc|1.7768310369833214e-06| -|spack|otf2|1.7768310369833214e-06| -|spack|groff|1.6287617839013777e-06| -|spack|ghostscript|1.6287617839013777e-06| -|spack|gts|1.6287617839013777e-06| -|spack|cairo|1.6287617839013777e-06| -|spack|pango|1.6287617839013777e-06| -|spack|poppler|1.6287617839013777e-06| -|spack|sed|1.6287617839013777e-06| -|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.615897214747083e-06| -|spack|fltk|1.5864562830208225e-06| -|spack|glpk|1.5864562830208225e-06| -|spack|gnuplot|1.5864562830208225e-06| -|spack|imagemagick|1.5864562830208225e-06| -|spack|qhull|1.5864562830208225e-06| -|spack|qrupdate|1.5864562830208225e-06| -|spack|qscintilla|1.5864562830208225e-06| -|spack|py-twisted|1.3960815290583238e-06| -|spack|perl-module-build|1.3960815290583238e-06| -|spack|apr|1.3960815290583238e-06| -|spack|apr-util|1.3960815290583238e-06| -|spack|catkin|1.1965192168237856e-06| -|spack|roslaunch|1.1965192168237856e-06| -|spack|bpp-phyl-omics3|1.1965192168237856e-06| -|spack|bpp-popgen3|1.1965192168237856e-06| -|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1845540246555547e-06| -|spack|rpcsvc-proto|1.1497142004009725e-06| -|spack|libtirpc|1.1497142004009725e-06| -|spack|seqan.|1.0255879001346733e-06| -|spack|sowing|9.230291101212059e-07| -|spack|hipblas|9.230291101212059e-07| -|spack|hipsparse|9.230291101212059e-07| -|spack|rocsparse|9.230291101212059e-07| -|spack|rocsolver|9.230291101212059e-07| -|spack|rocblas|9.230291101212059e-07| -|spack|rocrand|9.230291101212059e-07| -|spack|rocthrust|9.230291101212059e-07| -|spack|rocprim|9.230291101212059e-07| -|spack|metis|9.230291101212059e-07| -|spack|scotch|9.230291101212059e-07| -|spack|parmetis|9.230291101212059e-07| -|spack|mmg|9.230291101212059e-07| -|spack|parmmg|9.230291101212059e-07| -|spack|tetgen|9.230291101212059e-07| -|spack|hypre|9.230291101212059e-07| -|spack|superlu-dist|9.230291101212059e-07| -|spack|strumpack|9.230291101212059e-07| -|spack|scalapack|9.230291101212059e-07| -|spack|mumps|9.230291101212059e-07| -|spack|trilinos|9.230291101212059e-07| -|spack|mpfr|9.230291101212059e-07| -|spack|giflib|9.230291101212059e-07| -|spack|exodusii|9.230291101212059e-07| -|spack|parallel-netcdf|9.230291101212059e-07| -|spack|random123|9.230291101212059e-07| -|spack|moab|9.230291101212059e-07| -|spack|p4est|9.230291101212059e-07| -|spack|saws|9.230291101212059e-07| -|spack|libyaml|9.230291101212059e-07| -|spack|kokkos-kernels|9.230291101212059e-07| -|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.973894126178409e-07| -|spack|[glog](https://github.com/google/glog)|8.4670628964607e-07| -|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.179115300942848e-07| -|spack|[cereal](https://uscilab.github.io/cereal/)|7.179115300942747e-07| -|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.982596084118973e-07| -|spack|[tclap](http://tclap.sourceforge.net)|5.982596084118973e-07| -|spack|[itk](https://itk.org/)|5.982596084118973e-07| -|spack|ant|5.90309314612399e-07| -|spack|ceres-solver|5.90309314612399e-07| -|spack|clp|5.90309314612399e-07| -|spack|gdal|5.90309314612399e-07| -|spack|ipp|5.90309314612399e-07| -|spack|jasper|5.90309314612399e-07| -|spack|onnx|5.90309314612399e-07| -|spack|openexr|5.90309314612399e-07| -|spack|openjpeg|5.90309314612399e-07| -|spack|libwebp|5.90309314612399e-07| -|spack|tesseract|5.90309314612399e-07| -|spack|leptonica|5.90309314612399e-07| -|spack|libdc1394|5.90309314612399e-07| -|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.827203978037935e-07| -|spack|[casacore](https://github.com/casacore/casacore)|5.522396385340582e-07| -|spack|[armadillo](http://arma.sourceforge.net/)|5.127939500673419e-07| -|spack|[nlopt](https://nlopt.readthedocs.io)|5.127939500673419e-07| -|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.127939500673419e-07| -|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.127939500673419e-07| -|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.5895576504713735e-07| -|spack|[lua](https://www.lua.org)|2.761198192670291e-07| -|spack|[opencv](https://opencv.org/)|2.5639697503367097e-07| -|spack|[clapack](https://www.netlib.org/clapack/)|1.5606772393353644e-07| -|spack|[qwt](http://qwt.sourceforge.net/)|1.5606772393353644e-07| +|spack|[zlib](https://zlib.net)|0.006316519589602442| +|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005314264239414953| +|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0029960887469467684| +|spack|[python](https://www.python.org/)|0.0026914813408697577| +|spack|[pkgconfig](http://pkgconf.org/)|0.0019587289254886| +|spack|[cmake](https://www.cmake.org)|0.0018185665609191757| +|spack|openmp|0.0017019783259903983| +|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016177828139044615| +|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0014036896591352924| +|spack|[qt](https://qt.io)|0.000959773663473443| +|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009580861594041597| +|spack|[openssl](https://www.openssl.org)|0.0009518594830761323| +|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009430940722711102| +|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009137306850667268| +|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009115312841525651| +|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009098057612248972| +|spack|[automake](https://www.gnu.org/software/automake/)|0.0009086083354850721| +|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008836958743801133| +|spack|[libxml2](http://xmlsoft.org)|0.0008346038655641274| +|spack|[perl](https://www.perl.org)|0.000796356800681863| +|spack|threads|0.0007861469333269765| +|spack|ca-certificates-mozilla|0.0006937486112198298| +|spack|nasm|0.0006937486112198298| +|spack|[xz](https://tukaani.org/xz/)|0.0006591824844440709| +|spack|[expat](https://libexpat.github.io/)|0.0006545125561808569| +|spack|[gmake](https://www.gnu.org/software/make/)|0.0005825680635772195| +|spack|eigen3|0.0005380694143167028| +|spack|python3|0.0005309110629067245| +|spack|[mbedtls](https://tls.mbed.org)|0.0004811855460678829| +|spack|diffutils|0.0004011907938681506| +|spack|gtest|0.00038518748063216606| +|spack|[lz4](https://lz4.github.io/lz4/)|0.00036088800137369957| +|spack|icu4c|0.0003593631912081947| +|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035419452645869695| +|spack|py-numpy|0.0003426823719757156| +|spack|[ninja](https://ninja-build.org/)|0.00033450739129626503| +|spack|[bison](https://www.gnu.org/software/bison/)|0.0003322533244883125| +|spack|slicer|0.0003239154013015184| +|spack|pybind11|0.0003195692593740316| +|spack|[sqlite](https://www.sqlite.org)|0.0003170339677087191| +|spack|pythoninterp|0.0003138661772067412| +|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003083677694459519| +|spack|[zstd](https://facebook.github.io/zstd/)|0.00030633191360846624| +|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.0002923219818568093| +|spack|[libffi](https://sourceware.org/libffi/)|0.000288391173881235| +|spack|[tk](https://www.tcl.tk)|0.0002877932774281787| +|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.00028713446427763726| +|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002785167369848153| +|spack|[tcl](https://www.tcl.tk/)|0.0002656654304442323| +|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.0002622577893666516| +|spack|[krb5](https://kerberos.org)|0.0002584166063532451| +|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025821390243606585| +|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025821390243606585| +|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025821390243606585| +|spack|[libssh2](https://www.libssh2.org/)|0.0002560598763795854| +|spack|[libssh](https://www.libssh.org)|0.0002560598763795854| +|spack|[gnutls](https://www.gnutls.org)|0.00025079795121689554| +|spack|[nghttp2](https://nghttp2.org/)|0.00025079795121689554| +|spack|[curl](https://curl.se/)|0.0002463881331950118| +|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.0002312426576899237| +|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022966408014111675| +|spack|numpy|0.0002271072203284785| +|spack|png|0.00021842149174036376| +|spack|biosoup|0.00020878524945770066| +|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020640165301285938| +|spack|pythonlibs|0.00020393435198207434| +|spack|libiconv|0.00020225075950181057| +|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.0001834438028908896| +|spack|bpython|0.0001789587852494577| +|spack|omegalib|0.0001789587852494577| +|spack|vif|0.0001789587852494577| +|spack|patchelf|0.0001771691973969631| +|spack|[flex](https://github.com/westes/flex)|0.00017117367037352627| +|spack|hip|0.0001619986195629595| +|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016128914451575552| +|spack|bioparser|0.00015509761388286333| +|spack|libpciaccess|0.0001482837885696578| +|spack|pmix|0.00014374098863640232| +|spack|[opengl](https://www.opengl.org/)|0.000138276229099581| +|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012603189296704406| +|spack|[re2c](https://re2c.org/index.html)|0.00012374565634932334| +|spack|[libarchive](https://www.libarchive.org)|0.00012360911571032717| +|spack|[libuv](https://libuv.org)|0.00012360911571032717| +|spack|cython|0.00012271459559962813| +|spack|py-setuptools|0.00012042566539201589| +|spack|sqlite3|0.0001193058568329718| +|spack|triqs|0.0001193058568329718| +|spack|cminx|0.0001193058568329718| +|spack|[pcre](https://www.pcre.org)|0.00011117311440846863| +|spack|[graphviz](http://www.graphviz.org)|0.00010846333654364294| +|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010762091338704677| +|spack|[guile](https://www.gnu.org/software/guile/)|0.00010673064694856582| +|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.000106426908987356| +|spack|py-six|0.00010398508258758007| +|spack|[boost](https://www.boost.org)|9.716143025706872e-05| +|spack|py-jinja2|9.089746582585542e-05| +|spack|py-pip|9.030886384114788e-05| +|spack|py-wheel|9.030886384114788e-05| +|spack|py-sphinxcontrib-websupport|9.030886384114788e-05| +|spack|py-sphinxcontrib-applehelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-devhelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-jsmath|9.030886384114788e-05| +|spack|py-sphinxcontrib-htmlhelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-serializinghtml|9.030886384114788e-05| +|spack|py-sphinxcontrib-qthelp|9.030886384114788e-05| +|spack|py-pygments|9.030886384114788e-05| +|spack|py-docutils|9.030886384114788e-05| +|spack|py-snowballstemmer|9.030886384114788e-05| +|spack|py-babel|9.030886384114788e-05| +|spack|py-alabaster|9.030886384114788e-05| +|spack|py-imagesize|9.030886384114788e-05| +|spack|py-requests|9.030886384114788e-05| +|spack|py-sphinx-rtd-theme|9.030886384114788e-05| +|spack|py-packaging|9.030886384114788e-05| +|spack|py-importlib-metadata|9.030886384114788e-05| +|spack|py-colorama|9.030886384114788e-05| +|spack|liblzma|8.947939262472885e-05| +|spack|lapacke|8.947939262472885e-05| +|spack|qt4|7.521456191643874e-05| +|spack|libpng|7.33787390915174e-05| +|spack|sgx|7.158351409978308e-05| +|spack|sphinx|7.158351409978308e-05| +|spack|curses|7.158351409978308e-05| +|spack|torch|7.158351409978308e-05| +|spack|py-typing|7.006905473051889e-05| +|spack|[pcre2](https://www.pcre.org)|6.7664238859026e-05| +|spack|gl|6.741963712101121e-05| +|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|6.407090575443124e-05| +|spack|[jpeg](http://www.ijg.org)|6.121621676154418e-05| +|spack|libx11|6.071709638543202e-05| +|spack|pythonextensions|5.96529284164859e-05| +|spack|qt5|5.96529284164859e-05| +|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.964696312364425e-05| +|spack|[hdf5](https://portal.hdfgroup.org)|5.958327855131285e-05| +|spack|freetype|5.753919475968486e-05| +|spack|libtiff|5.721821498771775e-05| +|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.552780301480914e-05| +|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.302336218112716e-05| +|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.255969410919289e-05| +|spack|[gmp](https://gmplib.org)|5.172189758603081e-05| +|spack|double-conversion|5.1708246408650144e-05| +|spack|rigidbodykinematics|5.1131081499845056e-05| +|spack|sbgatcore|5.1131081499845056e-05| +|spack|effpotential|5.1131081499845056e-05| +|spack|yaml|5.1131081499845056e-05| +|spack|cpio|5.06197706848466e-05| +|spack|fontconfig|5.0354368414936415e-05| +|spack|[llvm](https://llvm.org/)|4.5730627324140027e-05| +|spack|libpeyton|4.473969631236442e-05| +|spack|libxcrypt|4.405472944257335e-05| +|spack|gtkplus|4.3736683600759525e-05| +|spack|libsm|4.3560458196200114e-05| +|spack|libxext|4.3560458196200114e-05| +|spack|glib|4.314808161605201e-05| +|spack|harfbuzz|4.211263262462071e-05| +|spack|libmng|4.152403063991319e-05| +|spack|inputproto|4.152403063991319e-05| +|spack|dbus|4.152403063991319e-05| +|spack|assimp|4.152403063991319e-05| +|spack|gperf|4.152403063991319e-05| +|spack|libdrm|4.152403063991319e-05| +|spack|libxcomposite|4.152403063991319e-05| +|spack|libxcursor|4.152403063991319e-05| +|spack|libxi|4.152403063991319e-05| +|spack|libxtst|4.152403063991319e-05| +|spack|libxrandr|4.152403063991319e-05| +|spack|libxdamage|4.152403063991319e-05| +|spack|libxcb|4.152403063991319e-05| +|spack|libxkbcommon|4.152403063991319e-05| +|spack|xcb-util-image|4.152403063991319e-05| +|spack|xcb-util-keysyms|4.152403063991319e-05| +|spack|xcb-util-renderutil|4.152403063991319e-05| +|spack|xcb-util-wm|4.152403063991319e-05| +|spack|libxrender|4.152403063991319e-05| +|spack|llvm-openmp|4.0636427022001854e-05| +|spack|yacc|3.989058015925412e-05| +|spack|fftw3|3.976861894432393e-05| +|spack|meson|3.933156182212581e-05| +|spack|edlib|3.579175704989154e-05| +|spack|spoa|3.579175704989154e-05| +|spack|thread_pool|3.579175704989154e-05| +|spack|rampler|3.579175704989154e-05| +|spack|cudapoa|3.579175704989154e-05| +|spack|cudaaligner|3.579175704989154e-05| +|spack|cppuddle|3.579175704989154e-05| +|spack|hpxkokkos|3.579175704989154e-05| +|spack|virtest|3.543383947939262e-05| +|spack|openni2|3.253796095444685e-05| +|spack|efusion|3.253796095444685e-05| +|spack|suitesparse|3.253796095444685e-05| +|spack|realsense|3.253796095444685e-05| +|spack|hwloc|2.87701140051865e-05| +|spack|everybeam|2.7532120807608878e-05| +|spack|idgapi|2.7532120807608878e-05| +|spack|eigen|2.7198677685269737e-05| +|spack|[openssh](https://www.openssh.com/)|2.6140208219112773e-05| +|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6140208219112773e-05| +|spack|sophus|2.5565540749922528e-05| +|spack|visioncore|2.5565540749922528e-05| +|spack|brisk|2.5565540749922528e-05| +|spack|opengv|2.5565540749922528e-05| +|spack|gtsam|2.5565540749922528e-05| +|spack|tensorflow|2.5565540749922528e-05| +|spack|cudalibs|2.5565540749922528e-05| +|spack|pnetcdf|2.5565540749922528e-05| +|spack|qt5widgets|2.5565540749922528e-05| +|spack|qt5opengl|2.5565540749922528e-05| +|spack|glut|2.5565540749922528e-05| +|spack|[swig](http://www.swig.org)|2.537166364843341e-05| +|spack|py-nose|2.53098853424233e-05| +|spack|findutils|2.5212852029360336e-05| +|spack|glew|2.3725136662489065e-05| +|spack|py-flit-core|2.2488495077590528e-05| +|spack|py-mpi4py|2.1763901873113667e-05| +|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1703783743145468e-05| +|spack|dl|1.9884309472161965e-05| +|spack|sofa|1.9884309472161965e-05| +|spack|pthreads|1.9884309472161965e-05| +|spack|llvm-amdgpu|1.8257630926557172e-05| +|spack|hsa-rocr-dev|1.8257630926557172e-05| +|spack|libunistring|1.782626671557994e-05| +|spack|libfabric|1.6122486037632138e-05| +|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.6005919741614273e-05| +|spack|libsbml|1.5561633499952842e-05| +|spack|libsedml|1.5561633499952842e-05| +|spack|libcombine|1.5561633499952842e-05| +|spack|crossguid|1.5561633499952842e-05| +|spack|nativejit|1.5561633499952842e-05| +|spack|cpufeatures|1.5561633499952842e-05| +|spack|raptor|1.5561633499952842e-05| +|spack|qcp|1.5561633499952842e-05| +|spack|qwtplot3d|1.5561633499952842e-05| +|spack|mml|1.5561633499952842e-05| +|spack|sbw|1.5561633499952842e-05| +|spack|atlas|1.5406017164953315e-05| +|spack|libedit|1.506826244026552e-05| +|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4869277314761967e-05| +|spack|gl2ps|1.3802511158925386e-05| +|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3755082672982432e-05| +|spack|perl-data-dumper|1.3676218746432239e-05| +|spack|libelf|1.3676218746432239e-05| +|spack|binutils|1.3676218746432239e-05| +|spack|isl|1.3676218746432239e-05| +|spack|glu|1.3540920893752072e-05| +|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3423018949488688e-05| +|spack|[hpx](https://hpx.stellar-group.org/)|1.3348363372993848e-05| +|spack|memkind|1.332220328478463e-05| +|spack|gflags|1.324354465591917e-05| +|spack|[git](http://git-scm.com)|1.321751567304716e-05| +|spack|numactl|1.2401843817787418e-05| +|spack|kokkos-nvcc-wrapper|1.2401843817787418e-05| +|spack|[pugixml](https://pugixml.org/)|1.1973803621231574e-05| +|spack|libzmq|1.1579686104376674e-05| +|spack|dataspaces|1.1579686104376674e-05| +|spack|c-blosc|1.1579686104376674e-05| +|spack|zfp|1.1579686104376674e-05| +|spack|sz|1.1579686104376674e-05| +|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.129669137803633e-05| +|spack|netcdf-c|1.1104575235734206e-05| +|spack|cgns|1.1104575235734206e-05| +|spack|rtmpdump|1.1009800123954135e-05| +|spack|ffmpeg|1.0772817753444514e-05| +|spack|fftw-api|1.0545785559343042e-05| +|spack|[fftw](https://www.fftw.org)|1.0408568566036424e-05| +|spack|libgd|1.0393926247288503e-05| +|spack|[gsl](https://www.gnu.org/software/gsl)|1.0335067636380417e-05| +|spack|glx|1.0184215768736995e-05| +|spack|libxt|1.0184215768736995e-05| +|spack|osmesa|1.0184215768736995e-05| +|spack|netcdf-cxx|1.0184215768736995e-05| +|spack|libogg|1.0184215768736995e-05| +|spack|libtheora|1.0184215768736995e-05| +|spack|utf8cpp|1.0184215768736995e-05| +|spack|proj|1.0184215768736995e-05| +|spack|seacas|1.0184215768736995e-05| +|spack|arpack-ng|1.001849628137589e-05| +|spack|[root](https://root.cern.ch)|8.575108459869858e-06| +|spack|superlu|8.436628447474433e-06| +|spack|[octave](https://www.gnu.org/software/octave/)|7.678792775244589e-06| +|spack|rsync|7.38204989154013e-06| +|spack|hepmc|7.38204989154013e-06| +|spack|hepmc3|7.38204989154013e-06| +|spack|evtgen|7.38204989154013e-06| +|spack|fastjet|7.38204989154013e-06| +|spack|lhapdf|7.38204989154013e-06| +|spack|rivet|7.38204989154013e-06| +|spack|madgraph5amc|7.38204989154013e-06| +|spack|openmpi|7.38204989154013e-06| +|spack|mpich|7.38204989154013e-06| +|spack|highfive|7.38204989154013e-06| +|spack|msmpi|7.38204989154013e-06| +|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.9760877672761075e-06| +|spack|libmd|6.945741214750542e-06| +|spack|cudnn|6.213020949690474e-06| +|spack|libxft|6.048788791453451e-06| +|spack|glfw|5.624418964982956e-06| +|spack|unzip|5.451359919906557e-06| +|spack|wget|5.451359919906557e-06| +|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.395530897157799e-06| +|spack|bdw-gc|4.921366594360086e-06| +|spack|googletest|4.921366594360086e-06| +|spack|psm|4.542799933255465e-06| +|spack|opa-psm2|4.542799933255465e-06| +|spack|rdma-core|4.542799933255465e-06| +|spack|slurm|4.542799933255465e-06| +|spack|[jemalloc](http://jemalloc.net/)|4.5239546712543985e-06| +|spack|[vtk](http://www.vtk.org)|4.189082306988307e-06| +|spack|berkeley-db|4.043886930585683e-06| +|spack|valgrind|4.027770905341947e-06| +|spack|libxscrnsaver|4.012361235166518e-06| +|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.804786139384839e-06| +|spack|nspr|3.683347613882863e-06| +|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.579175704989161e-06| +|spack|sofa-c|3.4070999499415983e-06| +|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2294861246166593e-06| +|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2212581344902474e-06| +|spack|lm-sensors|3.1637356678029125e-06| +|spack|rocprofiler-dev|3.1637356678029125e-06| +|spack|rocm-smi-lib|3.1637356678029125e-06| +|spack|[vc](https://github.com/VcDevel/Vc)|2.752262697284767e-06| +|spack|autoconf-archive|2.7256799599532787e-06| +|spack|libxmu|2.7256799599532787e-06| +|spack|tar|2.5077257719790737e-06| +|spack|suite-sparse|2.502227300898667e-06| +|spack|[seqan](https://www.seqan.de)|2.3008986674930314e-06| +|spack|[kokkos](https://github.com/kokkos/kokkos)|2.1730709637434135e-06| +|spack|libice|2.0364275562869325e-06| +|spack|nlohmann-json|2.0364275562869325e-06| +|spack|xxhash|2.0364275562869325e-06| +|spack|libxpm|2.0364275562869325e-06| +|spack|ftgl|2.0364275562869325e-06| +|spack|arrow|2.0364275562869325e-06| +|spack|davix|2.0364275562869325e-06| +|spack|dcap|2.0364275562869325e-06| +|spack|fcgi|2.0364275562869325e-06| +|spack|mysql-client|2.0364275562869325e-06| +|spack|oracle-instant-client|2.0364275562869325e-06| +|spack|postgresql|2.0364275562869325e-06| +|spack|pythia6|2.0364275562869325e-06| +|spack|r|2.0364275562869325e-06| +|spack|r-rcpp|2.0364275562869325e-06| +|spack|r-rinside|2.0364275562869325e-06| +|spack|shadow|2.0364275562869325e-06| +|spack|unuran|2.0364275562869325e-06| +|spack|vdt|2.0364275562869325e-06| +|spack|veccore|2.0364275562869325e-06| +|spack|xrootd|2.0364275562869325e-06| +|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.0273473814688593e-06| +|spack|asio|1.7716919739696313e-06| +|spack|gperftools|1.7716919739696313e-06| +|spack|mimalloc|1.7716919739696313e-06| +|spack|otf2|1.7716919739696313e-06| +|spack|groff|1.6240509761388284e-06| +|spack|ghostscript|1.6240509761388284e-06| +|spack|gts|1.6240509761388284e-06| +|spack|cairo|1.6240509761388284e-06| +|spack|pango|1.6240509761388284e-06| +|spack|poppler|1.6240509761388284e-06| +|spack|sed|1.6240509761388284e-06| +|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.6112236147044305e-06| +|spack|fltk|1.5818678339014562e-06| +|spack|glpk|1.5818678339014562e-06| +|spack|gnuplot|1.5818678339014562e-06| +|spack|imagemagick|1.5818678339014562e-06| +|spack|qhull|1.5818678339014562e-06| +|spack|qrupdate|1.5818678339014562e-06| +|spack|qscintilla|1.5818678339014562e-06| +|spack|py-twisted|1.3920436938332815e-06| +|spack|perl-module-build|1.3920436938332815e-06| +|spack|apr|1.3920436938332815e-06| +|spack|apr-util|1.3920436938332815e-06| +|spack|catkin|1.193058568329718e-06| +|spack|roslaunch|1.193058568329718e-06| +|spack|bpp-phyl-omics3|1.193058568329718e-06| +|spack|bpp-popgen3|1.193058568329718e-06| +|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1811279826464279e-06| +|spack|rpcsvc-proto|1.1463889243332907e-06| +|spack|libtirpc|1.1463889243332907e-06| +|spack|seqan.|1.0226216299969012e-06| +|spack|sowing|9.20359466997211e-07| +|spack|hipblas|9.20359466997211e-07| +|spack|hipsparse|9.20359466997211e-07| +|spack|rocsparse|9.20359466997211e-07| +|spack|rocsolver|9.20359466997211e-07| +|spack|rocblas|9.20359466997211e-07| +|spack|rocrand|9.20359466997211e-07| +|spack|rocthrust|9.20359466997211e-07| +|spack|rocprim|9.20359466997211e-07| +|spack|metis|9.20359466997211e-07| +|spack|scotch|9.20359466997211e-07| +|spack|parmetis|9.20359466997211e-07| +|spack|mmg|9.20359466997211e-07| +|spack|parmmg|9.20359466997211e-07| +|spack|tetgen|9.20359466997211e-07| +|spack|hypre|9.20359466997211e-07| +|spack|superlu-dist|9.20359466997211e-07| +|spack|strumpack|9.20359466997211e-07| +|spack|scalapack|9.20359466997211e-07| +|spack|mumps|9.20359466997211e-07| +|spack|trilinos|9.20359466997211e-07| +|spack|mpfr|9.20359466997211e-07| +|spack|giflib|9.20359466997211e-07| +|spack|exodusii|9.20359466997211e-07| +|spack|parallel-netcdf|9.20359466997211e-07| +|spack|random123|9.20359466997211e-07| +|spack|moab|9.20359466997211e-07| +|spack|p4est|9.20359466997211e-07| +|spack|saws|9.20359466997211e-07| +|spack|libyaml|9.20359466997211e-07| +|spack|kokkos-kernels|9.20359466997211e-07| +|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.947939262472903e-07| +|spack|[glog](https://github.com/google/glog)|8.442573922067466e-07| +|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.158351409978443e-07| +|spack|[cereal](https://uscilab.github.io/cereal/)|7.158351409978342e-07| +|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.965292841648636e-07| +|spack|[tclap](http://tclap.sourceforge.net)|5.965292841648636e-07| +|spack|[itk](https://itk.org/)|5.965292841648636e-07| +|spack|ant|5.886019847075186e-07| +|spack|ceres-solver|5.886019847075186e-07| +|spack|clp|5.886019847075186e-07| +|spack|gdal|5.886019847075186e-07| +|spack|ipp|5.886019847075186e-07| +|spack|jasper|5.886019847075186e-07| +|spack|onnx|5.886019847075186e-07| +|spack|openexr|5.886019847075186e-07| +|spack|openjpeg|5.886019847075186e-07| +|spack|libwebp|5.886019847075186e-07| +|spack|tesseract|5.886019847075186e-07| +|spack|leptonica|5.886019847075186e-07| +|spack|libdc1394|5.886019847075186e-07| +|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.810350170436958e-07| +|spack|[casacore](https://github.com/casacore/casacore)|5.50642416152181e-07| +|spack|[armadillo](http://arma.sourceforge.net/)|5.113108149984559e-07| +|spack|[nlopt](https://nlopt.readthedocs.io)|5.113108149984559e-07| +|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.113108149984559e-07| +|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.113108149984559e-07| +|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.579175704989171e-07| +|spack|[lua](https://www.lua.org)|2.753212080760905e-07| +|spack|[opencv](https://opencv.org/)|2.5565540749922795e-07| +|spack|[clapack](https://www.netlib.org/clapack/)|1.5561633499952765e-07| +|spack|[qwt](http://qwt.sourceforge.net/)|1.5561633499952765e-07| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/dependencies.md b/pages/dependencies.md index 27c7e986..f38bbd3b 100644 --- a/pages/dependencies.md +++ b/pages/dependencies.md @@ -9,11200 +9,11219 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|pypi|[numpy](https://pypi.org/project/numpy)|0.08771648399162085| -|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030882937612729585| -|cran|R|0.01436417885942687| -|pypi|[scipy](https://pypi.org/project/scipy)|0.012005976178855524| -|pypi|[pytest](https://pypi.org/project/pytest)|0.010824917610944292| -|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009858475666692842| -|cran|[testthat](https://testthat.r-lib.org)|0.009758615499539111| -|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009596979104241503| -|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007812619188160334| -|cran|[httr](https://httr.r-lib.org/)|0.007158187956129645| -|cran|[knitr](https://yihui.org/knitr/)|0.006906707784209304| -|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006487118333743963| -|spack|[zlib](https://zlib.net)|0.0063348416188688675| -|cran|utils|0.006133659960132963| -|cran|methods|0.005815946315510491| -|pypi|[six](https://pypi.org/project/six)|0.005751884333841296| -|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005280257787918372| -|cran|[covr](https://covr.r-lib.org)|0.005172656495021046| -|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004969948627652628| -|pypi|[h5py](http://www.h5py.org)|0.0046962334469644275| -|pypi|[colorama](https://github.com/tartley/colorama)|0.0045377710488165215| -|pypi|[biopython](https://biopython.org/)|0.0044350138852079345| -|pypi|[pytz](https://pypi.org/project/pytz)|0.004426201526399585| -|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.004180844978730624| -|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004156955511380346| -|pypi|[pyyaml](https://pyyaml.org/)|0.003670691205416431| -|cran|[tidyr](https://tidyr.tidyverse.org)|0.003491567287028842| -|pypi|[numba](https://numba.pydata.org)|0.003293228213347207| -|pypi|[cython](https://pypi.org/project/cython)|0.0032485282471534827| -|pypi|[pandas](https://pypi.org/project/pandas)|0.0032150182470747054| -|pypi|[packaging](https://pypi.org/project/packaging)|0.0031744592912705295| -|pypi|[docutils](http://docutils.sourceforge.net/)|0.0031195580702194953| -|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.003004187082688457| -|pypi|[requests](https://pypi.org/project/requests)|0.0026844973892707915| -|spack|[python](https://www.python.org/)|0.0026553059024096225| -|cran|[magrittr](https://magrittr.tidyverse.org)|0.002619209113098419| -|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0026048094027280567| -|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025854828905733135| -|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.002554700182213093| -|pypi|[tomli](https://pypi.org/project/tomli)|0.0025363023704613906| -|cran|[rlang](https://rlang.r-lib.org)|0.0025310055259066748| -|cran|stats|0.0025018959616965935| -|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002484835258247388| -|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.002429621668839121| -|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023813550921384548| -|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023504943433548635| -|pypi|[future](https://pypi.org/project/future)|0.002297533458609078| -|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.002147791257410709| -|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021196403981098887| -|cran|[withr](https://withr.r-lib.org)|0.002044488457442059| -|pypi|[flake8](https://pypi.org/project/flake8)|0.0020228113510012452| -|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.0020075875181844783| -|cran|[tibble](https://tibble.tidyverse.org/)|0.001973036441891167| -|pypi|[astropy](http://astropy.org)|0.0019335256010421004| -|spack|[pkgconfig](http://pkgconf.org/)|0.0019062001635969286| -|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018563982105409915| -|pypi|[lxml](https://pypi.org/project/lxml)|0.0018383763618450204| -|pypi|[mock](https://pypi.org/project/mock)|0.0018238695818146888| -|pypi|[nose](https://pypi.org/project/nose)|0.0017998773845961187| -|spack|[cmake](https://www.cmake.org)|0.0017932083058384465| -|pypi|[joblib](https://joblib.readthedocs.io)|0.0017736774831959314| -|cran|[Rcpp](http://www.rcpp.org)|0.0017446471010076259| -|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017209081456718658| -|spack|openmp|0.0017069151739265557| -|pypi|[seaborn](https://seaborn.pydata.org)|0.0016905469962345562| -|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016745454658807092| -|cran|tools|0.0016624059056157912| -|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016501476554676726| -|pypi|[wheel](https://pypi.org/project/wheel)|0.0016376715737261897| -|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016187970879343368| -|pypi|[idna](https://github.com/kjd/idna)|0.001581192861471885| -|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015623242013751122| -|pypi|[ipython](https://pypi.org/project/ipython)|0.0015441585859982912| -|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015201675471689597| -|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015137986017825567| -|cran|grDevices|0.0015126325004158753| -|cran|[curl](https://github.com/jeroen/curl)|0.0015074586256810035| -|cran|graphics|0.0014641804871212984| -|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014524485249165521| -|cran|[vctrs](https://vctrs.r-lib.org/)|0.00141286183152067| -|pypi|[chardet](https://github.com/chardet/chardet)|0.0014109578400111201| -|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0013960341904163264| -|cran|[R6](https://r6.r-lib.org)|0.0013959216070064788| -|pypi|[astroquery](http://astropy.org/astroquery)|0.0013813542758503332| -|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013183389437350897| -|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012924602659056999| -|cran|[dplyr](https://dplyr.tidyverse.org)|0.001274053270304853| -|cran|[pryr](https://github.com/hadley/pryr)|0.001264985741473728| -|pypi|[dask](https://pypi.org/project/dask)|0.0012289658053017617| -|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011943719344316974| -|cran|[glue](https://github.com/tidyverse/glue)|0.0011861245559301832| -|pypi|[twine](https://pypi.org/project/twine)|0.0011758228850020074| -|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011378232804949847| -|pypi|[ipywidgets](http://ipython.org)|0.0011334082143711149| -|pypi|[mypy](https://pypi.org/project/mypy)|0.0011270690191592118| -|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011251428111272441| -|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011057843078775388| -|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011051562978609203| -|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010973692070765826| -|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010718722653060937| -|pypi|[pillow](https://python-pillow.org)|0.0010455696552072772| -|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.001036438918339819| -|pypi|[Babel](http://babel.pocoo.org/)|0.0010331913919272824| -|pypi|[click](https://pypi.org/project/click)|0.001023595955267131| -|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009970909459368596| -|pypi|[pygments](https://pypi.org/project/pygments)|0.000990430001957255| -|pypi|[jinja2](https://pypi.org/project/jinja2)|0.000987895926191763| -|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009743237716104989| -|spack|[qt](https://qt.io)|0.0009625576334907706| -|pypi|[Cython](http://cython.org/)|0.0009605354448413453| -|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009602729575460143| -|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009593909055917052| -|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009444023696220486| -|spack|[openssl](https://www.openssl.org)|0.000943157932671822| -|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009385553410419232| -|pypi|[healpy](http://github.com/healpy)|0.0009379302914994366| -|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009333644814011799| -|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009276423655022306| -|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009264144996065733| -|pypi|[psutil](https://pypi.org/project/psutil)|0.000924072208006368| -|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009229398126498448| -|pypi|[keras](https://keras.io/)|0.0009193883772406203| -|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009124447917143094| -|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009066085296934605| -|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009044027490812156| -|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009042407402906975| -|spack|[automake](https://www.gnu.org/software/automake/)|0.0009014713219549337| -|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.00089084131112102| -|pypi|[toml](https://pypi.org/project/toml)|0.0008846416891044824| -|pypi|[attrs](https://pypi.org/project/attrs)|0.0008841296048669273| -|pypi|[tornado](https://pypi.org/project/tornado)|0.0008783942562536788| -|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008764865984537311| -|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008713672972830832| -|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008500852839083639| -|pypi|[networkx](https://pypi.org/project/networkx)|0.0008448819773287535| -|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008437761314319346| -|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.000838129431159255| -|spack|[libxml2](http://xmlsoft.org)|0.0008328365168886679| -|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000832118101497109| -|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008247719219094674| -|pypi|[black](https://pypi.org/project/black)|0.0008109366677055486| -|spack|[perl](https://www.perl.org)|0.0007986667551435963| -|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007968065209349388| -|pypi|[docopt](https://pypi.org/project/docopt)|0.0007962119132245496| -|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0007957908115064036| -|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007927479261249509| -|spack|threads|0.0007884272725099411| -|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00078647666733899| -|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007861720347184911| -|pypi|[py-make](https://github.com/tqdm/pymake)|0.0007752507857372128| -|pypi|[jupyter](http://jupyter.org)|0.0007696420294448171| -|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007654238071945584| -|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007617729013053163| -|pypi|[photutils](https://github.com/astropy/photutils)|0.0007605133557053435| -|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007568710057714739| -|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007548119154078939| -|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007478207891985955| -|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007474221666520346| -|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007464808790007337| -|cran|[stringi](https://stringi.gagolewski.com/)|0.0007451630972268458| -|cran|[xml2](https://xml2.r-lib.org/)|0.0007354575747059586| -|cran|[mockery](https://github.com/r-lib/mockery)|0.0007350311682886354| -|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007317988401724908| -|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007274337257071204| -|cran|[bit64](https://github.com/truecluster/bit64)|0.0007218747874136666| -|cran|[purrr](http://purrr.tidyverse.org)|0.0007213862123019715| -|cran|[cli](https://cli.r-lib.org)|0.0007211363148128253| -|cran|[pillar](https://pillar.r-lib.org/)|0.0007188058586437945| -|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007157266774480835| -|pypi|[asdf](https://pypi.org/project/asdf)|0.000711900076828519| -|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007103770948929225| -|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007003662742328662| -|spack|ca-certificates-mozilla|0.0006957609349652118| -|spack|nasm|0.0006957609349652118| -|cran|[shiny](https://shiny.rstudio.com/)|0.0006913376840970784| -|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006881977572519275| -|pypi|[tqdm](https://tqdm.github.io)|0.0006880627760882019| -|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006877610382257564| -|pypi|[sympy](https://sympy.org)|0.0006862335825733799| -|rubygems|[rake](https://github.com/ruby/rake)|0.0006809794287152395| -|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006775077166646124| -|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006755409990944418| -|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006561467530297627| -|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006540485623905924| -|spack|[xz](https://tukaani.org/xz/)|0.000653820224316182| -|cran|grid|0.0006497290995548233| -|spack|[expat](https://libexpat.github.io/)|0.0006485444732008636| -|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006484339481322863| -|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006471256871337055| -|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006469943203866247| -|cran|[callr](https://callr.r-lib.org)|0.000646180512362584| -|pypi|[py](https://pypi.org/project/py)|0.000645948296304466| -|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006283601380836999| -|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006140393690122048| -|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006018666625664563| -|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005925346906714441| -|pypi|[cffi](https://pypi.org/project/cffi)|0.0005922354678373478| -|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005900821172531947| -|pypi|[filelock](https://pypi.org/project/filelock)|0.0005891727829928085| -|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.00058740404972975| -|cran|[DBI](https://dbi.r-dbi.org)|0.0005873762680815182| -|pypi|[scikit-learn](http://scikit-learn.org)|0.000587011365360674| -|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005815828213829348| -|cran|[sp](https://github.com/edzer/sp/)|0.0005815242130963775| -|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005763664773235479| -|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005694139302137202| -|cran|parallel|0.0005674837007948519| -|pypi|[zipp](https://pypi.org/project/zipp)|0.0005661869004166529| -|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005657461659112681| -|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.0005647007099796741| -|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.000561190206371441| -|pypi|[isal](https://pypi.org/project/isal)|0.0005586130937273386| -|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005570110326824266| -|cran|[pracma](NA)|0.0005562045408540816| -|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005539482701735146| -|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.000551798149263997| -|cran|[stringr](http://stringr.tidyverse.org)|0.0005491341143435399| -|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005452510637539397| -|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005451696271531573| -|pypi|[jax](https://github.com/google/jax)|0.0005434015494432847| -|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005433625558799766| -|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005424125930122213| -|spack|eigen3|0.0005396301667875273| -|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005388127570696437| -|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005383995650120091| -|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005359743887643234| -|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005348008024496714| -|cran|[hms](https://hms.tidyverse.org/)|0.0005331141497549834| -|spack|python3|0.0005324510514865845| -|pypi|[absl-py](https://pypi.org/project/absl-py)|0.000532332322035957| -|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005180915259504818| -|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000514307169368715| -|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005136171289302211| -|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005120999294817113| -|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005120999294817113| -|cran|[processx](https://processx.r-lib.org)|0.0005116879334136748| -|cran|[scales](https://scales.r-lib.org)|0.0005109826590097362| -|cran|[markdown](https://github.com/rstudio/markdown)|0.0005105673865824083| -|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005091104785848667| -|pypi|[dill](https://pypi.org/project/dill)|0.000506764667678935| -|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005059796001628697| -|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005024220219878366| -|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004926525137819292| -|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004921217604624762| -|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004911560745378848| -|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004879192051685214| -|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004865863146999751| -|pypi|[enum34](https://pypi.org/project/enum34)|0.0004789696574610692| -|pypi|[webencodings](https://pypi.org/project/webencodings)|0.000477354762686141| -|pypi|[pathlib](https://pypi.org/project/pathlib)|0.00047501075709471607| -|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.0004744027895802123| -|spack|[mbedtls](https://tls.mbed.org)|0.00047420480902135836| -|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047335873843727986| -|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0004698192505347809| -|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046484063052724283| -|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.0004589577970421894| -|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004555398208895929| -|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045462929086349086| -|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004486947063089195| -|pypi|[isort](https://pypi.org/project/isort)|0.00044794488479527056| -|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.0004473005283297754| -|pypi|[decorator](https://github.com/micheles/decorator)|0.0004466176740995369| -|pypi|[brotli](https://pypi.org/project/brotli)|0.00044433845969788735| -|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0004436695378586855| -|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00044017656891125737| -|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.0004401612200444818| -|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00043872972517293527| -|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004376471428103394| -|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004356429739900986| -|pypi|[olefile](https://pypi.org/project/olefile)|0.0004324826757475092| -|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042941467775565334| -|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004287318714180466| -|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004282990608216755| -|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004238257740980443| -|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004231592113410441| -|cran|RColorBrewer|0.0004200713623983629| -|rubygems|[webrick](https://github.com/ruby/webrick)|0.0004197409479242205| -|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004194634672732773| -|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041826455480971326| -|pypi|[torch](https://pytorch.org/)|0.00041753587239378554| -|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041708004172078835| -|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004161963871272132| -|pypi|[codecov](https://pypi.org/project/codecov)|0.00041432295061461253| -|cran|[broom](https://broom.tidymodels.org/)|0.00041264213023587277| -|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040734654258580924| -|pypi|[imageio](https://github.com/imageio/imageio)|0.0004069788560374054| -|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040639642889541035| -|spack|[gmake](https://www.gnu.org/software/make/)|0.00040630668192915317| -|spack|diffutils|0.00040235450900627436| -|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004020293081217296| -|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003964322516316504| -|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003937532373355434| -|pypi|[plotly](https://pypi.org/project/plotly)|0.0003936913082470455| -|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039097538298170825| -|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0003891829291577355| -|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038706199169057293| -|spack|gtest|0.0003863047757173936| -|cran|[sf](https://r-spatial.github.io/sf/)|0.00038456602662573295| -|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.0003841490818762043| -|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038237568260676604| -|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.00037993083205861683| -|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003790275377923997| -|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037709099821704137| -|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003746857603669052| -|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.0003739848334910936| -|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037381265789872476| -|cran|[ellipsis](https://ellipsis.r-lib.org)|0.00037108472698749477| -|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003707585833199579| -|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036638619530695167| -|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.0003651887906002893| -|cran|[plyr](http://had.co.nz/plyr)|0.0003629110564854836| -|cran|bench|0.0003628248055269417| -|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00036193277513818766| -|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003609749059537848| -|spack|icu4c|0.0003604055789999524| -|cran|[bit](https://github.com/truecluster/bit)|0.0003596827458767292| -|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003596222906716307| -|pypi|[fields](https://pypi.org/project/fields)|0.0003596222906716307| -|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003589008174086621| -|spack|[lz4](https://lz4.github.io/lz4/)|0.0003577465675229247| -|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003576749245852344| -|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.0003548728306444138| -|pypi|[execnet](https://pypi.org/project/execnet)|0.00035275234722448713| -|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035213584679039665| -|rubygems|[bundler](https://bundler.io/)|0.00035169194013037216| -|cran|[fs](https://fs.r-lib.org)|0.00035162834588329037| -|cran|[mime](https://github.com/yihui/mime)|0.0003509311187027858| -|pypi|[hunter](https://pypi.org/project/hunter)|0.00034873809005070975| -|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034871779582635367| -|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003482032900304685| -|pypi|[gym](https://pypi.org/project/gym)|0.00034725949393103257| -|pypi|[xarray](https://pypi.org/project/xarray)|0.0003463271806593614| -|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034578628389665136| -|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003455959841588328| -|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003455393931239686| -|cran|[generics](https://generics.r-lib.org)|0.0003447204628593704| -|spack|py-numpy|0.00034367637450501446| -|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034326829969793285| -|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003408199036118412| -|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00034023279904020243| -|pypi|[pydot](https://pypi.org/project/pydot)|0.0003377075576404673| -|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0003361257631924637| -|pypi|[munkres](https://pypi.org/project/munkres)|0.00033576680690437593| -|spack|[bison](https://www.gnu.org/software/bison/)|0.00033321707597341323| -|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032862682344775084| -|cran|evaluate|0.00032815588258878055| -|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032780719332853667| -|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00032613309451513936| -|spack|slicer|0.00032485496736765773| -|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00032388775996733084| -|npm|[express](http://expressjs.com/)|0.00032358994472543275| -|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00032277904757014014| -|spack|pybind11|0.00032049621879208534| -|pypi|[rich](https://pypi.org/project/rich)|0.0003202140026465713| -|cran|tcltk|0.0003165413794211909| -|spack|[sqlite](https://www.sqlite.org)|0.0003148674981673223| -|spack|pythoninterp|0.0003147765939644112| -|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031434894212339773| -|cran|[unix](https://github.com/jeroen/unix)|0.00031288021687101233| -|pypi|[pip](https://pypi.org/project/pip)|0.000311777380857346| -|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031171836246552797| -|spack|[ninja](https://ninja-build.org/)|0.0003114312343457103| -|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003106684666792537| -|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00030952987415967966| -|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003092622372325973| -|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030615296212869303| -|cran|[maps](NA)|0.00030488385947691725| -|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003046741114484958| -|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003040423897494189| -|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003040371285853831| -|spack|[zstd](https://facebook.github.io/zstd/)|0.0003030322314973138| -|cran|[usethis](https://usethis.r-lib.org)|0.0003015344372645383| -|pypi|[python](http://www.python.org/2.5)|0.00029941973704749377| -|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002987353175985698| -|pypi|[ujson](https://pypi.org/project/ujson)|0.0002964501270809481| -|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0002962906871554157| -|npm|[lodash](https://lodash.com/)|0.00029391008675800056| -|pypi|[babel](https://pypi.org/project/babel)|0.0002936035537592038| -|pypi|[emcee](https://emcee.readthedocs.io)|0.00029321125228248796| -|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.00029253460014423574| -|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.0002912401144195173| -|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029085336432375003| -|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.00028898166180003855| -|pypi|[pooch](https://pypi.org/project/pooch)|0.00028631362763634644| -|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028624401600561584| -|spack|[libffi](https://sourceware.org/libffi/)|0.000286141621544109| -|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002859710708934033| -|spack|[tk](https://www.tcl.tk)|0.00028554199080112343| -|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.0002848812666624731| -|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002847723357584157| -|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002845993473531545| -|cran|[data.table](https://r-datatable.com)|0.00028381508862135394| -|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.0002815185369833212| -|cran|[igraph](https://igraph.org)|0.0002813332472426582| -|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0002787802011872758| -|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0002787550572835382| -|pypi|[Flask](https://pypi.org/project/Flask)|0.0002783144420386275| -|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0002778595264759169| -|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002773028718987276| -|cran|[blob](https://blob.tidyverse.org)|0.0002764195506106487| -|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002751363727079666| -|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.000274253005210707| -|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027283804425954906| -|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027178265975537537| -|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.0002717061656081394| -|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027070393628560586| -|cran|pkgconfig|0.0002704283054128882| -|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002676559357130859| -|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026447699378569694| -|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026430183348779673| -|spack|[tcl](https://www.tcl.tk/)|0.0002633499586192544| -|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002617657722987672| -|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.00026174887286214293| -|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026122900128577284| -|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.00025993243315856256| -|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.00025962329327530747| -|pypi|[tox](https://pypi.org/project/tox)|0.00025869609216791186| -|pypi|[keyring](https://pypi.org/project/keyring)|0.000258677624476568| -|pypi|[pox](https://pypi.org/project/pox)|0.0002584174555213555| -|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025835545549708194| -|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.00025621465220228924| -|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025587681631664816| -|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025587681631664816| -|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025587681631664816| -|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025513746078621496| -|spack|[krb5](https://kerberos.org)|0.0002549779385792779| -|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002545933350582367| -|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025406283229444153| -|cran|[gtable](https://gtable.r-lib.org)|0.00025389718972127466| -|pypi|[tifffile](https://pypi.org/project/tifffile)|0.00025349738091692646| -|npm|[mocha](https://mochajs.org/)|0.00025267143685000067| -|spack|[libssh2](https://www.libssh2.org/)|0.0002526143725505822| -|spack|[libssh](https://www.libssh.org)|0.0002526143725505822| -|pypi|[pep517](https://pypi.org/project/pep517)|0.00025219636967236986| -|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002516341338909972| -|pypi|[reno](https://pypi.org/project/reno)|0.00025132177606204524| -|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025038925911489426| -|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00025025812617056776| -|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.000249346845793705| -|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0002484331295970165| -|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002482333611854099| -|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024811726946982396| -|pypi|[furo](https://pypi.org/project/furo)|0.00024797926723127113| -|spack|[gnutls](https://www.gnutls.org)|0.0002473371843707417| -|spack|[nghttp2](https://nghttp2.org/)|0.0002473371843707417| -|spack|[curl](https://curl.se/)|0.00024651054257338734| -|cran|RPostgreSQL|0.00024449580309261586| -|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024379407728746086| -|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.00024370929588944995| -|cran|[png](http://www.rforge.net/png/)|0.0002436278697300066| -|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024333542340259644| -|cran|[survival](https://github.com/therneau/survival)|0.00024223841587756964| -|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00024145989426249952| -|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002414428673060607| -|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002414428673060607| -|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0002406173848112435| -|pypi|[wmi](https://pypi.org/project/wmi)|0.000239937993564485| -|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00023930384336475708| -|cran|[brio](https://brio.r-lib.org)|0.00023543624486675372| -|pypi|[mappy](https://github.com/lh3/minimap2)|0.00023466678354278067| -|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023438352533831913| -|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.00023393475193608137| -|cran|[waldo](https://github.com/r-lib/waldo)|0.00023373202376869595| -|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023293047128263958| -|cran|[ragg](https://ragg.r-lib.org)|0.00023256096231488347| -|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023182559825960842| -|pypi|[lz4](https://pypi.org/project/lz4)|0.0002307507382678422| -|npm|[axios](https://axios-http.com)|0.00023000028448837286| -|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002294127004282375| -|pypi|[fs](https://pypi.org/project/fs)|0.00022859070182743686| -|pypi|[semver](https://github.com/python-semver/python-semver)|0.00022777874091038617| -|spack|numpy|0.000227765979488242| -|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.00022772516772984056| -|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022696183538215462| -|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002266486871754813| -|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022614201127588848| -|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022486608504208332| -|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002246952071337582| -|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022389865844815084| -|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022234262729265661| -|pypi|[ci-info](https://pypi.org/project/ci-info)|0.0002213119728254647| -|spack|png|0.0002190550566185084| -|pypi|[arviz](https://pypi.org/project/arviz)|0.00021747741989111162| -|cran|[xfun](https://github.com/yihui/xfun)|0.00021700707224130443| -|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021697445264438913| -|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.00021695199990540235| -|cran|[mgcv](NA)|0.00021648846080307116| -|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021595201821288952| -|pypi|[pint](https://pypi.org/project/pint)|0.00021555138887803917| -|pypi|[gast](https://pypi.org/project/gast)|0.0002151253109938721| -|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021425960239121426| -|pypi|[multidict](https://pypi.org/project/multidict)|0.0002141962459094136| -|pypi|[notebook](http://jupyter.org)|0.0002134415839204981| -|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021334475740625522| -|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021105004306366177| -|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107016511886876| -|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021059003662969047| -|pypi|[ultranest](https://pypi.org/project/ultranest)|0.00021013639348750043| -|spack|biosoup|0.00020939086294416244| -|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020901678990484874| -|pypi|[pulp](https://pypi.org/project/pulp)|0.00020888980005620312| -|rubygems|[hoe](http://www.zenspider.com/projects/hoe.html)|0.00020709575883803055| -|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020703520267357744| -|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020700035251398452| -|cran|Lahman|0.00020696740057927094| -|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.0002065809108636413| -|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020640378017427197| -|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020639434740042214| -|pypi|[psycopg2-binary](https://psycopg.org/)|0.00020516397961690798| -|spack|pythonlibs|0.00020452589469993387| -|pypi|[sh](https://github.com/amoffat/sh)|0.00020445233382144188| -|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020407989998272438| -|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020402339975432337| -|pypi|[xattr](https://pypi.org/project/xattr)|0.00020284676916795984| -|spack|libiconv|0.00020283741870268606| -|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020095985940847986| -|pypi|[doit](http://pydoit.org)|0.00020083228243383927| -|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00020051726578372748| -|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020013386382471772| -|cran|lobstr|0.0001996777215106186| -|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001991222736654209| -|cran|munsell|0.0001981896260378519| -|pypi|[redis](https://pypi.org/project/redis)|0.00019789795897534327| -|cran|RMySQL|0.00019641863107241288| -|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019615471072512332| -|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019504765449219528| -|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019462134131278442| -|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019341095182765264| -|cran|[winch](https://r-prof.github.io/winch/)|0.0001920457531997582| -|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0001905643583715401| -|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019017863639698404| -|cran|[abind](NA)|0.0001886685891031519| -|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018795729709280854| -|pypi|[asv](https://pypi.org/project/asv)|0.00018766892344054256| -|rubygems|[rspec-expectations](https://github.com/rspec/rspec-expectations)|0.00018738034769469336| -|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001861395208151328| -|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018526105873821613| -|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001836452570749529| -|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018298837364379253| -|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018265749491034553| -|cran|datasets|0.00018254286585986615| -|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001822864809491878| -|pypi|[futures](https://pypi.org/project/futures)|0.00018175729655920002| -|cran|iterators|0.00018117514227774232| -|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018077444026552678| -|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.00017978766505611756| -|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001794778825235678| -|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001794778825235678| -|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001794778825235678| -|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001794778825235678| -|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001794778825235678| -|pypi|[http](https://github.com/franckcuny/http)|0.0001794778825235678| -|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001794778825235678| -|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001794778825235678| -|spack|bpython|0.0001794778825235678| -|spack|omegalib|0.0001794778825235678| -|spack|vif|0.0001794778825235678| -|pypi|[conan](https://conan.io)|0.00017944912004239417| -|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017887962291515593| -|cran|mapproj|0.00017824944802256822| -|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0001781568964783648| -|pypi|[libclang](https://pypi.org/project/libclang)|0.00017805557450134332| -|spack|patchelf|0.00017768310369833213| -|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017759371228718773| -|pypi|[flask](https://palletsprojects.com/p/flask)|0.00017723810984616138| -|cran|formattable|0.00017595324774535533| -|npm|eslint|0.00017548176643799048| -|cran|[devtools](https://devtools.r-lib.org/)|0.0001754724570100912| -|npm|[react](https://reactjs.org/)|0.00017492947398925254| -|npm|[react-dom](https://reactjs.org/)|0.00017492947398925254| -|pypi|[nestle](https://pypi.org/project/nestle)|0.0001749035271196499| -|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017489646501022332| -|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017404569666871542| -|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017393659833899624| -|cran|[bslib](https://rstudio.github.io/bslib/)|0.0001734402291600785| -|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017300921076318163| -|cran|[webutils](https://github.com/jeroen/webutils)|0.00017247286701050886| -|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017224711697928278| -|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017215822167772725| -|npm|[angular](http://angularjs.org)|0.0001720593554680756| -|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001720118300160792| -|spack|[flex](https://github.com/westes/flex)|0.00017167018573356578| -|cran|graph|0.00017150716320739182| -|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017047854280554468| -|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016942517164674522| -|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016939688554771777| -|pypi|[gdal](https://pypi.org/project/gdal)|0.00016879180305867436| -|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016835688019237974| -|pypi|[jaxlib](https://github.com/google/jax)|0.0001681943744338147| -|pypi|[scikit-bio](http://scikit-bio.org)|0.00016813425877965402| -|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016764700116669783| -|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.0001675365933953101| -|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016667940018647053| -|cran|[crul](https://docs.ropensci.org/crul/)|0.0001665943426222567| -|pypi|[monotonic](https://pypi.org/project/monotonic)|0.0001660235182874601| -|cran|fansi|0.0001658198983958756| -|cran|[rstan](https://mc-stan.org/rstan)|0.00016539198593363413| -|cran|[ape](http://ape-package.ird.fr/)|0.0001653611402567459| -|npm|[fs](https://github.com/npm/security-holder#readme)|0.0001653054075700412| -|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016368448978364313| -|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016336684588618908| -|pypi|[markdown](https://pypi.org/project/markdown)|0.0001624960858373449| -|spack|hip|0.00016246852128758014| -|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016221908992023205| -|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016175698829970262| -|cran|chron|0.00016173616348791103| -|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016153009427121102| -|cran|[readr](https://readr.tidyverse.org)|0.00016109595171642156| -|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016046628982337096| -|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015991918102189383| -|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.00015920445615398945| -|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015913705583756347| -|pypi|[gunicorn](https://gunicorn.org)|0.00015879943339321465| -|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001577956209940671| -|pypi|[jedi](https://pypi.org/project/jedi)|0.00015759563773647245| -|pypi|[camb](https://pypi.org/project/camb)|0.0001567319516639143| -|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015615462195292176| -|spack|bioparser|0.0001555474981870921| -|pypi|[python-libsbml](http://sbml.org)|0.00015552173581161025| -|cran|[raster](https://rspatial.org/raster)|0.00015506188327721912| -|pypi|[ete3](http://etetoolkit.org)|0.00015295503988397392| -|pypi|[rsa](https://pypi.org/project/rsa)|0.00015250631932222036| -|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015215635609411226| -|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015152681262618783| -|pypi|[streamlit](https://streamlit.io)|0.00015141520511758008| -|pypi|[texext](https://pypi.org/project/texext)|0.00015126274975965062| -|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015042361559004084| -|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.0001495904618265429| -|pypi|[bmipy](http://csdms.colorado.edu)|0.00014956490210297317| -|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00014955528719716785| -|pypi|[shapely](https://github.com/shapely/shapely)|0.00014892874280142505| -|spack|libpciaccess|0.00014871390833345665| -|cran|[vroom](https://vroom.r-lib.org)|0.0001481306797871674| -|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014798585637984204| -|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001475258717474704| -|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001473570118983655| -|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014725933508589323| -|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001468190100704097| -|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014620232116898397| -|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014589332179163841| -|npm|[papaparse](http://papaparse.com)|0.00014575480136340782| -|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.00014566001344120107| -|spack|pmix|0.0001441579313155507| -|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.0001433430021754895| -|cran|itertools|0.00014298748733216528| -|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014268414761453194| -|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014262081736247798| -|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014211385061638869| -|cran|[forcats](https://forcats.tidyverse.org)|0.00014199253812606272| -|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.0001419295180117301| -|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00014170679218919666| -|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014168867561813723| -|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014141717600745882| -|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014123064530444516| -|pypi|[ginga](https://pypi.org/project/ginga)|0.00014106331819396207| -|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014101833626851756| -|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014059524272847396| -|cran|timeDate|0.00014044121402963277| -|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00014019378280911442| -|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001401778347641084| -|pypi|[blinker](https://pypi.org/project/blinker)|0.00013969513675667685| -|pypi|[httpx](https://pypi.org/project/httpx)|0.00013925457256585858| -|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.0001390533281153556| -|spack|[opengl](https://www.opengl.org/)|0.0001386773204095145| -|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013865484729737039| -|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013854515734446846| -|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013832222346181738| -|pypi|[dash](https://plotly.com/dash)|0.00013809382455473926| -|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0001378596941145397| -|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013770855446677187| -|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013759970993473532| -|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013736464084304972| -|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.0001372291339777081| -|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013659436390105068| -|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013633196933595775| -|npm|[d3](https://d3js.org)|0.00013628974523094227| -|cran|tis|0.00013625971379767064| -|pypi|[fire](https://pypi.org/project/fire)|0.00013616346554318722| -|rubygems|[rspec](http://github.com/rspec)|0.00013518281653899407| -|pypi|[simframe](https://github.com/stammler/simframe)|0.0001351212058427432| -|cran|[rJava](http://www.rforge.net/rJava/)|0.00013469041521184372| -|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.0001345566529799436| -|cran|[sys](https://github.com/jeroen/sys)|0.0001345358725123201| -|npm|nestjs|0.00013384791239045738| -|pypi|[pyregion](https://github.com/astropy/pyregion)|0.0001335236554598411| -|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013320609442063556| -|pypi|[argh](https://pypi.org/project/argh)|0.00013311923754273284| -|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.0001327115105547422| -|rubygems|[json](http://flori.github.io/json/)|0.00013255598179666043| -|pypi|[boto3](https://pypi.org/project/boto3)|0.00013242037704323678| -|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.0001316171138506164| -|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.0001316171138506164| -|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001315010571140627| -|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00013131243751244226| -|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013108700164495034| -|cran|svglite|0.0001306029084237593| -|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013033512897544806| -|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013024254117890811| -|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.000130088308184277| -|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013007242047488604| -|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012977396002711647| -|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012977396002711647| -|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012930955917534435| -|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012930386184558122| -|pypi|[plac](https://pypi.org/project/plac)|0.00012891472151851049| -|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012891399688719254| -|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012885905987949057| -|cran|ggplot2movies|0.00012858064579035277| -|npm|[rollup](https://rollupjs.org/)|0.000127792563067577| -|cran|[sass](https://github.com/rstudio/sass)|0.00012771464696777142| -|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012718497712133796| -|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012707402765583996| -|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012690231000542817| -|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012654410972947879| -|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126456275011012| -|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012639746771096587| -|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.0001261791180900318| -|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012612167201906145| -|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012610255260303273| -|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012608709497318143| -|cran|quantreg|0.00012597309654593277| -|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.00012567001392514712| -|cran|[terra](https://rspatial.org/terra/)|0.00012534787888814186| -|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012467102512637545| -|cran|interp|0.0001245397989403728| -|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012436548223350254| -|cran|assertthat|0.0001235379556555381| -|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.00012352456035559804| -|pypi|[django](https://pypi.org/project/django)|0.00012349745518066185| -|spack|[libarchive](https://www.libarchive.org)|0.00012337538580665873| -|spack|[libuv](https://libuv.org)|0.00012337538580665873| -|cran|multcomp|0.0001233205347167447| -|pypi|[panel](https://pypi.org/project/panel)|0.0001231009206088018| -|spack|cython|0.0001230705480161608| -|cran|RUnit|0.00012299708491958405| -|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012281917843279445| -|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012281917843279445| -|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001227592153847036| -|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.000122643219724438| -|cran|profvis|0.0001226429191768648| -|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.0001224143843266235| -|pypi|[livereload](https://pypi.org/project/livereload)|0.00012240411097405438| -|pypi|[tables](https://pypi.org/project/tables)|0.00012239719111999624| -|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.0001222356142769486| -|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012209711755855696| -|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012192846811850695| -|pypi|[pyia](http://github.com/adrn/pyia)|0.00012180565627266135| -|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012163399541252944| -|cran|[lme4](https://github.com/lme4/lme4/)|0.00012139492139879091| -|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.0001213083447553172| -|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012114518633540374| -|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012111552764322368| -|pypi|[munch](https://pypi.org/project/munch)|0.00012085708627742616| -|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012064909111890762| -|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012060209870750331| -|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.0001205773545141407| -|cran|isoband|0.00012047883009335948| -|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012004309142634016| -|pypi|[distributed](https://distributed.dask.org)|0.00011988019374457814| -|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011979368274875924| -|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00011965192168237854| -|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00011965192168237854| -|pypi|[udatetime](https://github.com/freach/udatetime)|0.00011965192168237854| -|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00011965192168237854| -|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00011965192168237854| -|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00011965192168237854| -|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00011965192168237854| -|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00011965192168237854| -|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00011965192168237854| -|pypi|[cogent3](https://cogent3.org)|0.00011965192168237854| -|spack|sqlite3|0.00011965192168237854| -|spack|triqs|0.00011965192168237854| -|spack|cminx|0.00011965192168237854| -|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00011965192168237854| -|cran|[isotree](https://github.com/david-cortes/isotree)|0.00011965192168237854| -|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011952934361335272| -|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011922399987913948| -|pypi|[Django](https://pypi.org/project/Django)|0.00011906457019410889| -|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011884683685503746| -|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.0001186970073074134| -|spack|py-setuptools|0.00011842956144826559| -|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011810749680582894| -|pypi|[ads](http://www.github.com/andycasey/ads/)|0.00011687177409034681| -|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011643344147018701| -|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.0001160733384303921| -|pypi|[parso](https://pypi.org/project/parso)|0.00011606190618561866| -|npm|[ajv](https://ajv.js.org)|0.00011601811170583034| -|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011579557991410285| -|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011532127796318158| -|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011480601885424222| -|cran|stats4|0.00011474904521471192| -|cran|[DT](https://github.com/rstudio/DT)|0.0001146433770354102| -|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011434081703460334| -|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011423792277456893| -|cran|[magick](https://docs.ropensci.org/magick/)|0.00011397689902303815| -|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011390477699771743| -|pypi|[mistune](https://pypi.org/project/mistune)|0.00011369729910885152| -|pypi|[pycurl](http://pycurl.io/)|0.00011357548095380285| -|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011330187624317243| -|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011267802703901471| -|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00011253754796646104| -|pypi|[holoviews](https://www.holoviews.org)|0.00011229348324232156| -|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.0001122445548428808| -|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011221893447082818| -|pypi|[typer](https://pypi.org/project/typer)|0.00011215002330330671| -|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011187468014499278| -|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.0001118503722010922| -|pypi|[shiboken2](https://www.pyside.org)|0.00011158498912255258| -|spack|[pcre](https://www.pcre.org)|0.00011149558899703551| -|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011110535584792293| -|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011050128134724348| -|cran|[future](https://future.futureverse.org)|0.0001103641973738279| -|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011006715287419525| -|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010988811857667977| -|rubygems|[faraday](https://lostisland.github.io/faraday)|0.0001092466914430747| -|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010919827817274477| -|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010903864083704548| -|spack|[graphviz](http://www.graphviz.org)|0.00010877795100787395| -|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010847493458127303| -|npm|[nyc](https://istanbul.js.org/)|0.00010828216028743119| -|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010825884294191976| -|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010809501683470472| -|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010793308427431886| -|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010768672951414069| -|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010768672951414068| -|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010760320836377409| -|pypi|[testpath](https://pypi.org/project/testpath)|0.00010752315415864828| -|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010731899927483685| -|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010730801755705593| -|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010707070488200303| -|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010706757824024968| -|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.00010673561648260578| -|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010622571100491158| -|pypi|[pbr](https://pypi.org/project/pbr)|0.00010620391079962445| -|pypi|[json5](https://pypi.org/project/json5)|0.00010617210244892609| -|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010573412620638872| -|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010506454402551134| -|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010490902650907107| -|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010488919533549461| -|pypi|[astroML_addons](http://astroML.github.com)|0.00010469543147208122| -|pypi|[os](https://pypi.org/project/os)|0.00010469543147208122| -|pypi|[time](UNKNOWN)|0.00010469543147208122| -|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010425252917298797| -|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010421139926010349| -|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001040249804553407| -|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001040017134588859| -|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010399565543613588| -|cran|cachem|0.00010379919627480995| -|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010292362990065368| -|pypi|[stopit](https://pypi.org/project/stopit)|0.00010266499366243961| -|pypi|[skimage](https://pypi.org/project/skimage)|0.00010232958665699782| -|spack|py-six|0.00010194129022380242| -|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010170935720719737| -|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010143800078663183| -|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010125762353900686| -|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010121758363336645| -|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010119430270264487| -|cran|[reshape2](https://github.com/hadley/reshape)|0.00010093652166206212| -|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010060504051879352| -|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010039488403975893| -|pypi|[zope.interface](https://pypi.org/project/zope.interface)|0.00010028343178109082| -|cran|[promises](https://rstudio.github.io/promises)|0.0001001578133549352| -|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.970993473531545e-05| -|pypi|[reproject](https://pypi.org/project/reproject)|9.954841393107792e-05| -|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.948108170152206e-05| -|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.935668104767468e-05| -|pypi|[docker](https://github.com/docker/docker-py)|9.932428060337056e-05| -|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.928563843956728e-05| -|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.86230964467005e-05| -|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.855659878335226e-05| -|pypi|[Keras](https://keras.io/)|9.82066608369236e-05| -|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.812725546199415e-05| -|spack|[boost](https://www.boost.org)|9.74432618169152e-05| -|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.678964404392112e-05| -|pypi|[sunpy](https://pypi.org/project/sunpy)|9.678040496753174e-05| -|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.673288096964674e-05| -|pypi|[nbclient](https://pypi.org/project/nbclient)|9.64156657791366e-05| -|pypi|[gwpy](https://gwpy.github.io)|9.636842534353785e-05| -|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.634179107978523e-05| -|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.614886563762561e-05| -|pypi|[async_generator](https://pypi.org/project/async_generator)|9.607866170398544e-05| -|pypi|[geopandas](http://geopandas.org)|9.57673551934044e-05| -|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.57404616222419e-05| -|cran|[base64enc](http://www.rforge.net/base64enc)|9.539932086906516e-05| -|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.499680734743734e-05| -|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.494493889762995e-05| -|pypi|[pycosat](https://pypi.org/project/pycosat)|9.4811787197574e-05| -|spack|[re2c](https://re2c.org/index.html)|9.478688740472378e-05| -|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.474327454591298e-05| -|npm|[tape](https://github.com/substack/tape)|9.425370990709042e-05| -|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.376004425948846e-05| -|npm|[three](https://threejs.org/)|9.375924583031183e-05| -|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.372733865119653e-05| -|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.364522838450344e-05| -|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.362351979057927e-05| -|pypi|[cigar](https://github.com/brentp/cigar)|9.332849891225526e-05| -|pypi|[IPython](https://ipython.org)|9.309981834590822e-05| -|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.309501883499009e-05| -|cran|sfsmisc|9.247481693890041e-05| -|pypi|[urllib](https://urllib3.readthedocs.io/)|9.245830311820159e-05| -|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.219683203509555e-05| -|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.209828650319949e-05| -|rubygems|[rdoc](https://ruby.github.io/rdoc)|9.20160422823098e-05| -|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.190741109242182e-05| -|pypi|[websockets](https://pypi.org/project/websockets)|9.177022234524887e-05| -|npm|[yargs](https://yargs.js.org/)|9.16445944546017e-05| -|cran|tinytex|9.158408745777756e-05| -|cran|[Cairo](http://www.rforge.net/Cairo/)|9.12826780937844e-05| -|pypi|[jeepney](https://pypi.org/project/jeepney)|9.125210102143434e-05| -|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.116336890085985e-05| -|pypi|[pytorch](http://pytorch.org)|9.116336890085985e-05| -|npm|[tap](http://www.node-tap.org/)|9.104837790195487e-05| -|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.088505161613917e-05| -|pypi|[cftime](https://pypi.org/project/cftime)|9.05364614309748e-05| -|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.049827076476823e-05| -|pypi|[partd](https://pypi.org/project/partd)|9.040833492704002e-05| -|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.039395225485671e-05| -|pypi|[regions](https://github.com/astropy/regions)|9.000437396559195e-05| -|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.99599524554679e-05| -|cran|[insight](https://easystats.github.io/insight/)|8.9940945338238e-05| -|pypi|[green](https://github.com/CleanCut/green)|8.97389412617839e-05| -|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.97389412617839e-05| -|pypi|[GetDist](https://getdist.readthedocs.io)|8.97389412617839e-05| -|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.97389412617839e-05| -|pypi|[cherrypy](https://www.cherrypy.org)|8.97389412617839e-05| -|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.97389412617839e-05| -|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.97389412617839e-05| -|pypi|[South](http://south.aeracode.org/)|8.97389412617839e-05| -|pypi|[radio-pyse](http://docs.transientskp.org/)|8.97389412617839e-05| -|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.97389412617839e-05| -|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.97389412617839e-05| -|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.97389412617839e-05| -|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.97389412617839e-05| -|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.97389412617839e-05| -|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.97389412617839e-05| -|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.97389412617839e-05| -|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.97389412617839e-05| -|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.97389412617839e-05| -|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.97389412617839e-05| -|pypi|[openmdao](http://openmdao.org)|8.97389412617839e-05| -|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.97389412617839e-05| -|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.97389412617839e-05| -|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.97389412617839e-05| -|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.97389412617839e-05| -|spack|liblzma|8.97389412617839e-05| -|spack|lapacke|8.97389412617839e-05| -|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.97389412617839e-05| -|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.97389412617839e-05| -|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.97389412617839e-05| -|npm|[quasar](https://quasar.dev)|8.97389412617839e-05| -|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.97389412617839e-05| -|pypi|[ppft](https://pypi.org/project/ppft)|8.969992377906077e-05| -|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.96567584068923e-05| -|npm|[vows](https://github.com/cloudhead/vows)|8.900647852284672e-05| -|pypi|[zarr](https://pypi.org/project/zarr)|8.891848790197474e-05| -|spack|py-jinja2|8.88157108318769e-05| -|cran|[parameters](https://easystats.github.io/parameters/)|8.875801045655932e-05| -|cran|dichromat|8.869383522811821e-05| -|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.859048928061727e-05| -|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.858844201483795e-05| -|npm|[webpack](https://github.com/webpack/webpack)|8.840288103090284e-05| -|spack|py-pip|8.82254015172645e-05| -|spack|py-wheel|8.82254015172645e-05| -|spack|py-sphinxcontrib-websupport|8.82254015172645e-05| -|spack|py-sphinxcontrib-applehelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-devhelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-jsmath|8.82254015172645e-05| -|spack|py-sphinxcontrib-htmlhelp|8.82254015172645e-05| -|spack|py-sphinxcontrib-serializinghtml|8.82254015172645e-05| -|spack|py-sphinxcontrib-qthelp|8.82254015172645e-05| -|spack|py-pygments|8.82254015172645e-05| -|spack|py-docutils|8.82254015172645e-05| -|spack|py-snowballstemmer|8.82254015172645e-05| -|spack|py-babel|8.82254015172645e-05| -|spack|py-alabaster|8.82254015172645e-05| -|spack|py-imagesize|8.82254015172645e-05| -|spack|py-requests|8.82254015172645e-05| -|spack|py-sphinx-rtd-theme|8.82254015172645e-05| -|spack|py-packaging|8.82254015172645e-05| -|spack|py-importlib-metadata|8.82254015172645e-05| -|spack|py-colorama|8.82254015172645e-05| -|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.812378343440476e-05| -|pypi|[autograd](https://pypi.org/project/autograd)|8.810114191639816e-05| -|pypi|[wxPython](https://pypi.org/project/wxPython)|8.800826168030664e-05| -|cran|jquerylib|8.750406990523069e-05| -|pypi|[contourpy](https://pypi.org/project/contourpy)|8.749558531825396e-05| -|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.743794276789202e-05| -|cran|[downlit](https://downlit.r-lib.org/)|8.742807953599371e-05| -|pypi|[terminado](https://pypi.org/project/terminado)|8.731797051695309e-05| -|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.724501983534532e-05| -|rubygems|[tzinfo](https://tzinfo.github.io)|8.662147962883485e-05| -|pypi|[iminuit](https://pypi.org/project/iminuit)|8.660706192375428e-05| -|pypi|[deprecated](https://pypi.org/project/deprecated)|8.593500676970198e-05| -|pypi|[pyvo](https://github.com/astropy/pyvo)|8.590807621715778e-05| -|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.555755690191584e-05| -|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.54556931179961e-05| -|pypi|[debugpy](https://pypi.org/project/debugpy)|8.540063250175253e-05| -|pypi|[Six](https://pypi.org/project/Six)|8.52631946981304e-05| -|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.507713836959421e-05| -|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.480810601996418e-05| -|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.47813218205445e-05| -|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.45690233994613e-05| -|cran|[lintr](https://github.com/jimhester/lintr)|8.429605591049376e-05| -|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.42138956526145e-05| -|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.413950784007409e-05| -|pypi|[biom-format](http://www.biom-format.org)|8.411156182015954e-05| -|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.355904241599994e-05| -|pypi|[gitpython](https://pypi.org/project/gitpython)|8.347808319433196e-05| -|pypi|[yt](https://github.com/yt-project/yt)|8.294935213445004e-05| -|npm|[jshint](http://jshint.com/)|8.285745025460401e-05| -|pypi|[iso8601](https://pypi.org/project/iso8601)|8.278503562104209e-05| -|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.26233284064263e-05| -|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.257251070354474e-05| -|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.241275427921215e-05| -|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.187156730427813e-05| -|pypi|[orjson](https://pypi.org/project/orjson)|8.17517025951341e-05| -|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.168894483171628e-05| -|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.163828669116432e-05| -|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.127692346390701e-05| -|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.118067460368248e-05| -|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.080107462082307e-05| -|cran|[openssl](https://github.com/jeroen/openssl)|8.072250837697474e-05| -|cran|labeling|7.998878445344564e-05| -|pypi|[alembic](https://alembic.sqlalchemy.org)|7.994627725199778e-05| -|cran|[testit](https://github.com/yihui/testit)|7.981924317275067e-05| -|pypi|[flaky](https://pypi.org/project/flaky)|7.974448574357067e-05| -|cran|igraphdata|7.966421283622681e-05| -|cran|[backports](https://github.com/r-lib/backports)|7.965794740186915e-05| -|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.965262443248753e-05| -|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.962570405954885e-05| -|pypi|[kaleido](https://pypi.org/project/kaleido)|7.921110950862729e-05| -|pypi|[deap](https://pypi.org/project/deap)|7.917689410789698e-05| -|cran|[uuid](http://www.rforge.net/uuid)|7.907367753366931e-05| -|pypi|[freezegun](https://pypi.org/project/freezegun)|7.893741260947898e-05| -|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.890381294722702e-05| -|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.887165408920305e-05| -|pypi|[getdist](https://getdist.readthedocs.io)|7.886685486377292e-05| -|pypi|[appnope](https://pypi.org/project/appnope)|7.885616533226759e-05| -|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.876296633452289e-05| -|pypi|[asttokens](https://pypi.org/project/asttokens)|7.874252037900482e-05| -|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.859309112387941e-05| -|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.82061209589388e-05| -|rubygems|[numerizer](http://github.com/jduff/numerizer)|7.818056562726614e-05| -|pypi|[corner](https://corner.readthedocs.io)|7.809856751436097e-05| -|pypi|[executing](https://pypi.org/project/executing)|7.785187825520365e-05| -|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.750181290790427e-05| -|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.72131155064246e-05| -|pypi|[distro](https://pypi.org/project/distro)|7.719930545168837e-05| -|pypi|[fastapi](https://pypi.org/project/fastapi)|7.6713798977849e-05| -|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.666269553506682e-05| -|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.660925524364168e-05| -|cran|[spatstat.linnet](http://spatstat.org/)|7.660906982453603e-05| -|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.64433207394603e-05| -|pypi|[pylint](http://pylint.pycqa.org)|7.615102518877875e-05| -|cran|KernSmooth|7.613415444570708e-05| -|cran|[units](https://github.com/r-quantities/units/)|7.609494806457043e-05| -|cran|[spdep](https://github.com/r-spatial/spdep/)|7.606031527529079e-05| -|pypi|[elementpath](https://pypi.org/project/elementpath)|7.587715342704341e-05| -|cran|MatrixModels|7.58268364386175e-05| -|cran|[readxl](https://readxl.tidyverse.org)|7.565831160571458e-05| -|spack|[guile](https://www.gnu.org/software/guile/)|7.564934230126031e-05| -|cran|splines|7.552903820297221e-05| -|pypi|[botocore](https://github.com/boto/botocore)|7.552083795622413e-05| -|spack|qt4|7.5432733234543e-05| -|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.531650220451781e-05| -|cran|[spatstat](http://spatstat.org/)|7.52187881932342e-05| -|pypi|[rasterio](https://pypi.org/project/rasterio)|7.520029149233722e-05| -|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.497164855790032e-05| -|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.489498398216833e-05| -|cran|triebeard|7.470542512690355e-05| -|pypi|[atari-py](https://pypi.org/project/atari-py)|7.449190248478176e-05| -|cran|[memoise](https://github.com/r-lib/memoise)|7.440424150839782e-05| -|cran|[DBItest](https://dbitest.r-dbi.org)|7.425205704109055e-05| -|rubygems|[ruby2_keywords](https://github.com/ruby/ruby2_keywords)|7.403462654097172e-05| -|pypi|[invoke](https://pypi.org/project/invoke)|7.392285984676722e-05| -|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.371413032217964e-05| -|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.368182263001755e-05| -|cran|[spatstat.geom](http://spatstat.org/)|7.365713648243193e-05| -|pypi|[ipdb](https://pypi.org/project/ipdb)|7.363563872768653e-05| -|spack|libpng|7.359158532528547e-05| -|pypi|[specutils](https://pypi.org/project/specutils)|7.358833267486908e-05| -|pypi|[lockfile](https://pypi.org/project/lockfile)|7.357213531369508e-05| -|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.349279618133861e-05| -|pypi|[retrying](https://github.com/rholder/retrying)|7.346110392422663e-05| -|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.32192512889576e-05| -|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.304480298457048e-05| -|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.304480298457048e-05| -|cran|rasterVis|7.269810926955541e-05| -|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.251631617113851e-05| -|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.251631617113851e-05| -|cran|[rjson](https://github.com/alexcb/rjson)|7.246698831670505e-05| -|pypi|[igraph](https://pypi.org/project/igraph)|7.24341296944713e-05| -|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.214411644595289e-05| -|pypi|[pymysql](https://pypi.org/project/pymysql)|7.213871623267008e-05| -|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.194435964355775e-05| -|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.179115300942713e-05| -|pypi|[hope](http://hope.phys.ethz.ch)|7.179115300942713e-05| -|pypi|[amuse-framework](http://www.amusecode.org/)|7.179115300942713e-05| -|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.179115300942713e-05| -|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.179115300942713e-05| -|pypi|[superfreq](http://adrian.pw/superfreq)|7.179115300942713e-05| -|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.179115300942713e-05| -|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.179115300942713e-05| -|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.179115300942713e-05| -|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.179115300942713e-05| -|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.179115300942713e-05| -|pypi|[patool](http://wummel.github.io/patool/)|7.179115300942713e-05| -|pypi|[chemparse](https://pypi.org/project/chemparse)|7.179115300942713e-05| -|pypi|[importlib](https://github.com/brettcannon/importlib)|7.179115300942713e-05| -|pypi|[gwtools](https://pypi.org/project/gwtools)|7.179115300942713e-05| -|spack|sgx|7.179115300942713e-05| -|spack|sphinx|7.179115300942713e-05| -|spack|curses|7.179115300942713e-05| -|spack|torch|7.179115300942713e-05| -|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.179115300942713e-05| -|cran|tuneR|7.179115300942713e-05| -|cran|[mapiso](https://github.com/riatelab/mapiso)|7.179115300942713e-05| -|cran|[spatstat.utils](http://spatstat.org/)|7.17227844728319e-05| -|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.151950829720244e-05| -|pypi|[music21](https://github.com/cuthbertLab/music21)|7.1464829586657e-05| -|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.1464829586657e-05| -|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.142705995423243e-05| -|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.135033276907717e-05| -|npm|[bootstrap](https://getbootstrap.com/)|7.123275431146934e-05| -|pypi|[patsy](https://github.com/pydata/patsy)|7.115863661071647e-05| -|cran|[cellranger](https://github.com/rsheets/cellranger)|7.040178526209052e-05| -|cran|[praise](https://github.com/gaborcsardi/praise)|7.034702302547475e-05| -|spack|py-typing|7.027230071958501e-05| -|pypi|[trio](https://pypi.org/project/trio)|7.012859741281379e-05| -|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.005800119648535e-05| -|pypi|[python-snappy](https://pypi.org/project/python-snappy)|6.99660114207669e-05| -|pypi|[param](https://pypi.org/project/param)|6.990997540859112e-05| -|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.989090085413116e-05| -|cran|diffviewer|6.972554301771177e-05| -|pypi|[capturer](https://capturer.readthedocs.io)|6.963314548592291e-05| -|cran|rprintf|6.961131849667686e-05| -|pypi|[Biopython](https://pypi.org/project/Biopython)|6.959254894851342e-05| -|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.956707540994769e-05| -|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.900406889676158e-05| -|cran|[mapview](https://github.com/r-spatial/mapview)|6.899128902305814e-05| -|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.886145457422827e-05| -|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.852791878172589e-05| -|cran|[future.apply](https://future.apply.futureverse.org)|6.85233369797145e-05| -|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.851809574499502e-05| -|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.828806856473049e-05| -|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.813404359420964e-05| -|rubygems|[simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter)|6.795357038614938e-05| -|rubygems|[simplecov-html](https://github.com/simplecov-ruby/simplecov-html)|6.795357038614938e-05| -|rubygems|[docile](https://ms-ati.github.io/docile/)|6.795357038614938e-05| -|spack|[pcre2](https://www.pcre.org)|6.786050931256923e-05| -|pypi|[dominate](https://github.com/Knio/dominate/)|6.779398991146635e-05| -|spack|gl|6.761519806987571e-05| -|pypi|[pathspec](https://pypi.org/project/pathspec)|6.729291810238399e-05| -|pypi|[traits](https://pypi.org/project/traits)|6.699190393496431e-05| -|pypi|[twisted](https://pypi.org/project/twisted)|6.694577649990675e-05| -|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.693154548428288e-05| -|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.656016061398773e-05| -|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.653237312610048e-05| -|pypi|[dgl](https://github.com/dmlc/dgl)|6.646120377084845e-05| -|npm|[debug](https://github.com/debug-js/debug#readme)|6.631880864578954e-05| -|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.631546273551949e-05| -|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.623588521703098e-05| -|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.618701129782998e-05| -|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.612459593221962e-05| -|pypi|[dnspython](https://pypi.org/project/dnspython)|6.569677529480842e-05| -|pypi|[grapheme](https://pypi.org/project/grapheme)|6.566683173362128e-05| -|pypi|[about-time](https://pypi.org/project/about-time)|6.566683173362128e-05| -|pypi|[types-backports](https://pypi.org/project/types-backports)|6.564738293017431e-05| -|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.554938336011307e-05| -|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.549404330260023e-05| -|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.545227236693827e-05| -|npm|[react-select](https://github.com/JedWatson/react-select)|6.537652822674199e-05| -|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.536905975967121e-05| -|pypi|[tblib](https://pypi.org/project/tblib)|6.521505570632302e-05| -|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.508538597008504e-05| -|rubygems|[liquid](http://www.liquidmarkup.org)|6.488614209960636e-05| -|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.483582365395103e-05| -|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.481145757795505e-05| -|pypi|[tess-point](https://pypi.org/project/tess-point)|6.478270442561208e-05| -|npm|[chai](http://chaijs.com)|6.478133548046984e-05| -|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.476555805403868e-05| -|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.47650509721036e-05| -|pypi|[paramiko](https://pypi.org/project/paramiko)|6.469572822746392e-05| -|cran|boot|6.463557741815342e-05| -|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.441973997720917e-05| -|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.433790765307899e-05| -|pypi|[pynvml](http://www.nvidia.com/)|6.425036258158085e-05| -|cran|asciicast|6.422006377404372e-05| -|pypi|[pygame](https://www.pygame.org)|6.407022530928063e-05| -|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.40377552691291e-05| -|rubygems|[github-pages](https://github.com/github/pages-gem)|6.401377810007253e-05| -|cran|[performance](https://easystats.github.io/performance/)|6.390199527037924e-05| -|pypi|[pip-run](https://pypi.org/project/pip-run)|6.389363660393865e-05| -|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.381221275274353e-05| -|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.370867677116398e-05| -|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.370172124811297e-05| -|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.345497515119706e-05| -|cran|[qs](https://github.com/traversc/qs)|6.34335500797476e-05| -|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.340949692705363e-05| -|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.330190750123545e-05| -|cran|[gh](https://gh.r-lib.org/)|6.323758394686924e-05| -|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.318086664851851e-05| -|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.313902738932804e-05| -|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.309266456916523e-05| -|npm|[cytoscape](http://js.cytoscape.org)|6.305423184502228e-05| -|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.285721512225956e-05| -|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.285721512225956e-05| -|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.271445306553097e-05| -|cran|later|6.267407456035589e-05| -|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.259278739887531e-05| -|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.24804969854481e-05| -|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.244607591452603e-05| -|cran|[jpeg](http://www.rforge.net/jpeg/)|6.230570739646226e-05| -|pypi|[glob2](https://pypi.org/project/glob2)|6.23027556200145e-05| -|cran|[spatstat.random](http://spatstat.org/)|6.229155911065924e-05| -|npm|[pg](https://github.com/brianc/node-postgres)|6.215684243240444e-05| -|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.207278624149857e-05| -|cran|[showtext](https://github.com/yixuan/showtext)|6.168446254583994e-05| -|pypi|[cvxopt](http://cvxopt.org)|6.166347249559722e-05| -|pypi|[celery](https://pypi.org/project/celery)|6.157256797339569e-05| -|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.141159467326525e-05| -|spack|[jpeg](http://www.ijg.org)|6.139378374272352e-05| -|pypi|[rich-click](https://github.com/ewels/rich-click)|6.11698651455862e-05| -|cran|[webp](https://github.com/jeroen/webp#readme)|6.113727605017821e-05| -|cran|[V8](https://github.com/jeroen/v8)|6.105069048144529e-05| -|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.1024327237777536e-05| -|cran|[cowplot](https://wilkelab.org/cowplot/)|6.099853181471677e-05| -|spack|libx11|6.089321559177131e-05| -|pypi|[pyface](http://docs.enthought.com/pyface)|6.0694434372733866e-05| -|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.060063033413288e-05| -|cran|[rvest](http://rvest.tidyverse.org/)|6.0354882202070685e-05| -|pypi|[Shapely](https://pypi.org/project/Shapely)|6.0294913890843985e-05| -|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.025328913291206e-05| -|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0244324203715064e-05| -|pypi|[mne](https://mne.tools/dev/)|6.000889924497719e-05| -|pypi|[gnuplot](https://github.com/gnuplot)|5.982596084118927e-05| -|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.982596084118927e-05| -|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.982596084118927e-05| -|pypi|[jsonify](https://pypi.org/project/jsonify)|5.982596084118927e-05| -|pypi|[gpytorch](https://gpytorch.ai)|5.982596084118927e-05| -|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.982596084118927e-05| -|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.982596084118927e-05| -|pypi|[nnde](https://github.com/elwinter/nnde)|5.982596084118927e-05| -|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.982596084118927e-05| -|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.982596084118927e-05| -|pypi|[ripser](https://ripser.scikit-tda.org)|5.982596084118927e-05| -|pypi|[python-copasi](http://copasi.org)|5.982596084118927e-05| -|pypi|[Numpy](https://www.numpy.org)|5.982596084118927e-05| -|pypi|[Matplotlib](https://matplotlib.org)|5.982596084118927e-05| -|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.982596084118927e-05| -|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.982596084118927e-05| -|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.982596084118927e-05| -|pypi|[coplot](https://pypi.org/project/coplot)|5.982596084118927e-05| -|pypi|[pyYAML](https://pyyaml.org/)|5.982596084118927e-05| -|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.982596084118927e-05| -|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.982596084118927e-05| -|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.982596084118927e-05| -|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.982596084118927e-05| -|pypi|[tartiflette](https://tartiflette.io)|5.982596084118927e-05| -|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.982596084118927e-05| -|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.982596084118927e-05| -|pypi|[PuLP](https://github.com/coin-or/pulp)|5.982596084118927e-05| -|pypi|[clawpack](http://www.clawpack.org)|5.982596084118927e-05| -|pypi|[PyEscape](https://github.com/qaviton/escape)|5.982596084118927e-05| -|pypi|[mc3](https://github.com/pcubillos/mc3)|5.982596084118927e-05| -|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.982596084118927e-05| -|spack|pythonextensions|5.982596084118927e-05| -|spack|qt5|5.982596084118927e-05| -|cran|[taxa](https://docs.ropensci.org/taxa/)|5.982596084118927e-05| -|cran|[vegdata](http://germansl.infinitenature.org)|5.982596084118927e-05| -|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.981997824510515e-05| -|spack|[hdf5](https://portal.hdfgroup.org)|5.9756108945950455e-05| -|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9478913170195265e-05| -|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.944350761513615e-05| -|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.9306313624720125e-05| -|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.9306313624720125e-05| -|pypi|[odfpy](https://pypi.org/project/odfpy)|5.9306313624720125e-05| -|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.922770123277738e-05| -|npm|loose-envify|5.922770123277738e-05| -|cran|js|5.922770123277738e-05| -|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.920605164179588e-05| -|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.903557174399888e-05| -|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.897933786996945e-05| -|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.8876588198731275e-05| -|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.881655806088235e-05| -|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.872636342005076e-05| -|pypi|[mercurial](https://mercurial-scm.org/)|5.872636342005076e-05| -|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.8716003022269424e-05| -|pypi|[radvel](https://pypi.org/project/radvel)|5.865793017714701e-05| -|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.858997697793804e-05| -|cran|rsconnect|5.858260114531301e-05| -|pypi|[Mako](https://www.makotemplates.org/)|5.84586133138073e-05| -|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.8416736227876546e-05| -|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.827203978037916e-05| -|pypi|[cupy](https://pypi.org/project/cupy)|5.822305378085355e-05| -|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.818781991633339e-05| -|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.8084009319573564e-05| -|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7876046282116777e-05| -|spack|freetype|5.7706095977262e-05| -|pypi|[libcst](https://pypi.org/project/libcst)|5.768096692239953e-05| -|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.768096692239953e-05| -|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.752496234729738e-05| -|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.752496234729738e-05| -|pypi|[blosc](http://github.com/blosc/python-blosc)|5.752202490241156e-05| -|spack|libtiff|5.738418515446973e-05| -|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.7344252017619215e-05| -|npm|[requirejs](http://github.com/jrburke/r.js)|5.73088164102033e-05| -|pypi|[towncrier](https://pypi.org/project/towncrier)|5.727403840680009e-05| -|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.710416582708309e-05| -|pypi|[xxhash](https://pypi.org/project/xxhash)|5.658644071553227e-05| -|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6523495300095704e-05| -|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6523495300095704e-05| -|cran|[getPass](https://github.com/wrathematics/getPass)|5.642126765881347e-05| -|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.634418680437916e-05| -|pypi|[texttable](https://github.com/foutaise/texttable/)|5.616270210118345e-05| -|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.6129214553744065e-05| -|cran|[whisker](http://github.com/edwindj/whisker)|5.6049293527187e-05| -|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.596356214837383e-05| -|pypi|[asteval](https://github.com/newville/asteval)|5.584217447703741e-05| -|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.583756345177665e-05| -|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5807435025171704e-05| -|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.576765241213109e-05| -|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.568886988359757e-05| -|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.5523537588160765e-05| -|npm|[pako](https://github.com/nodeca/pako#readme)|5.538174660727236e-05| -|pypi|[bidict](https://bidict.readthedocs.io)|5.522396385340548e-05| -|pypi|[fbs](https://build-system.fman.io)|5.522396385340548e-05| -|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.5077275199419874e-05| -|cran|[gifski](https://gif.ski/)|5.506921630160262e-05| -|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.5047824387888036e-05| -|pypi|[prospector](https://pypi.org/project/prospector)|5.498355447767509e-05| -|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.498112633378225e-05| -|cran|[nleqslv](NA)|5.49555971522164e-05| -|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.4942403029400486e-05| -|pypi|[py4j](https://pypi.org/project/py4j)|5.491146413456365e-05| -|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.488430111060704e-05| -|npm|[moment](https://momentjs.com)|5.4843272925140384e-05| -|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.48404641044235e-05| -|cran|[katex](https://docs.ropensci.org/katex/)|5.4802433231389946e-05| -|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4752162532058504e-05| -|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.471676624984012e-05| -|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.467873101479643e-05| -|pypi|[mkdocs](https://www.mkdocs.org)|5.4639564327771094e-05| -|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.445599469741628e-05| -|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.44421854059859e-05| -|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.42065938050347e-05| -|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.4123798948513416e-05| -|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.384336475707034e-05| -|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.382511242489968e-05| -|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.3791226959659915e-05| -|npm|[react-images](https://jossmac.github.io/react-images/)|5.369685219990825e-05| -|pypi|[pynacl](https://pypi.org/project/pynacl)|5.361706858570298e-05| -|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3600257252522936e-05| -|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3600257252522936e-05| -|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3600257252522936e-05| -|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.330541749942518e-05| -|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|5.330493110949964e-05| -|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.31771645369825e-05| -|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.284626540971719e-05| -|cran|egg|5.2825106466113266e-05| -|cran|[s2](https://r-spatial.github.io/s2/)|5.2767117386252375e-05| -|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.276268329205241e-05| -|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.273013796766903e-05| -|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.273013796766903e-05| -|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.271215152502811e-05| -|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.27038226458096e-05| -|cran|[lavaan](https://lavaan.ugent.be)|5.267023325699191e-05| -|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.264618811210545e-05| -|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.254743473531545e-05| -|cran|tufte|5.253265114066798e-05| -|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.247591422355745e-05| -|cran|fastmap|5.238408523114689e-05| -|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.229464431916536e-05| -|cran|selectr|5.2254960359778434e-05| -|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.222634477985141e-05| -|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|5.220191205114487e-05| -|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2176784419351505e-05| -|pypi|[curio](https://pypi.org/project/curio)|5.2062988645739125e-05| -|spack|[gmp](https://gmplib.org)|5.187192484516361e-05| -|spack|double-conversion|5.185823407045922e-05| -|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1848676452346905e-05| -|cran|[progress](https://github.com/r-lib/progress#readme)|5.1797523386499646e-05| -|pypi|[whoosh](https://pypi.org/project/whoosh)|5.178023330705931e-05| -|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.1707193858518354e-05| -|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.17034854710162e-05| -|pypi|[feets](https://github.com/carpyncho/feets)|5.1524750963703674e-05| -|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.15084233376564e-05| -|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.1326320813773804e-05| -|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.127939500673366e-05| -|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.127939500673366e-05| -|pypi|[pony](https://ponyorm.com)|5.127939500673366e-05| -|pypi|[msgpack-python](http://msgpack.org/)|5.127939500673366e-05| -|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.127939500673366e-05| -|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.127939500673366e-05| -|pypi|[STAR](https://github.com/dbrgn/star)|5.127939500673366e-05| -|pypi|[fastqc](https://github.com/fastqc)|5.127939500673366e-05| -|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.127939500673366e-05| -|pypi|[cppyy](http://cppyy.readthedocs.org)|5.127939500673366e-05| -|pypi|[cykhash](https://github.com/realead/cykhash)|5.127939500673366e-05| -|pypi|[dustpy](https://github.com/stammler/dustpy)|5.127939500673366e-05| -|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.127939500673366e-05| -|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.127939500673366e-05| -|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.127939500673366e-05| -|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.127939500673366e-05| -|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.127939500673366e-05| -|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.127939500673366e-05| -|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.127939500673366e-05| -|pypi|[libstempo](https://github.com/vallis/libstempo)|5.127939500673366e-05| -|pypi|[noise](https://github.com/caseman/noise)|5.127939500673366e-05| -|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.127939500673366e-05| -|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.127939500673366e-05| -|pypi|[ncls](https://github.com/endrebak/ncls)|5.127939500673366e-05| -|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.127939500673366e-05| -|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.127939500673366e-05| -|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.127939500673366e-05| -|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.127939500673366e-05| -|pypi|[easydev](http://github.com/cokelaer/easydev)|5.127939500673366e-05| -|pypi|[mdtraj](http://mdtraj.org)|5.127939500673366e-05| -|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.127939500673366e-05| -|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.127939500673366e-05| -|spack|rigidbodykinematics|5.127939500673366e-05| -|spack|sbgatcore|5.127939500673366e-05| -|spack|effpotential|5.127939500673366e-05| -|spack|yaml|5.127939500673366e-05| -|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.127939500673366e-05| -|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.127939500673366e-05| -|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.127939500673366e-05| -|npm|[filepond](https://pqina.nl/filepond/)|5.127939500673366e-05| -|cran|pbkrtest|5.123785173998279e-05| -|cran|[formatR](https://github.com/yihui/formatR)|5.123003361124683e-05| -|npm|[tslib](https://www.typescriptlang.org/)|5.118815694659865e-05| -|pypi|[pympler](https://pypi.org/project/pympler)|5.103813044052529e-05| -|npm|[d3-array](https://d3js.org/d3-array/)|5.094204885123543e-05| -|npm|[d3-scale](https://d3js.org/d3-scale/)|5.094204885123543e-05| -|cran|[car](https://r-forge.r-project.org/projects/car/)|5.092980377334366e-05| -|pypi|[geojson](https://github.com/jazzband/geojson)|5.080399228219207e-05| -|spack|cpio|5.076660105666632e-05| -|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.075861683764563e-05| -|npm|[typescript](https://www.typescriptlang.org/)|5.073721433897974e-05| -|spack|fontconfig|5.050042894695949e-05| -|cran|styler|5.049565841077153e-05| -|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.0460349114265e-05| -|cran|coda|5.04327042750196e-05| -|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.042815704962188e-05| -|cran|combinat|5.0412661754174195e-05| -|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0382148477879e-05| -|npm|[d3-brush](https://d3js.org/d3-brush/)|5.034378924282354e-05| -|npm|[d3-format](https://d3js.org/d3-format/)|5.034378924282354e-05| -|pypi|[freesasa](http://freesasa.github.io/)|5.015147322621274e-05| -|npm|eslint-plugin-import|5.012744245662894e-05| -|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.01170620532477e-05| -|pypi|[contextvars](https://pypi.org/project/contextvars)|4.990135954403223e-05| -|cran|webshot|4.9831326466935e-05| -|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.982387565438226e-05| -|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.978810696483926e-05| -|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.974758743794277e-05| -|cran|e1071|4.974260641644859e-05| -|pypi|[h11](https://pypi.org/project/h11)|4.973160047076166e-05| -|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.952962041233924e-05| -|pypi|[colour](http://github.com/vaab/colour)|4.950035985540356e-05| -|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.933182939134278e-05| -|npm|[rc-slider](http://github.com/react-component/slider/)|4.933017823747186e-05| -|pypi|[khmer](https://khmer.readthedocs.io/)|4.9313684864808874e-05| -|pypi|[coveralls](https://pypi.org/project/coveralls)|4.926901810254418e-05| -|cran|WRS2|4.926664873682732e-05| -|rubygems|[rouge](http://rouge.jneen.net/)|4.909582756008494e-05| -|pypi|[zict](https://pypi.org/project/zict)|4.9030443893495464e-05| -|cran|flashClust|4.8986126483721996e-05| -|cran|[odbc](https://github.com/r-dbi/odbc)|4.887485149808557e-05| -|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.880538910728599e-05| -|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.880538910728599e-05| -|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.8800493321632236e-05| -|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.858204907496704e-05| -|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.852351679178422e-05| -|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.840593589007416e-05| -|cran|[stars](https://r-spatial.github.io/stars/)|4.83796566571345e-05| -|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.836972313489955e-05| -|pypi|[pip-api](https://pypi.org/project/pip-api)|4.828607827650049e-05| -|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.828607827650049e-05| -|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.828607827650049e-05| -|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.826874977693842e-05| -|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.821899594648601e-05| -|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.801499786559536e-05| -|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.786525758920448e-05| -|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.777369240995966e-05| -|pypi|[path](https://pypi.org/project/path)|4.7769982398894814e-05| -|npm|[ws](https://github.com/websockets/ws)|4.770767879366729e-05| -|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7693984671251775e-05| -|pypi|[configparser](https://pypi.org/project/configparser)|4.7626095414593436e-05| -|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.760034301370915e-05| -|pypi|[pockets](https://pypi.org/project/pockets)|4.728573627945737e-05| -|cran|[party](http://party.R-forge.R-project.org)|4.711532082167388e-05| -|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.7083565342380606e-05| -|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.699129804205947e-05| -|pypi|[gevent](https://pypi.org/project/gevent)|4.6892101356017e-05| -|cran|[caret](https://github.com/topepo/caret/)|4.6781307275936546e-05| -|pypi|[chevron](https://pypi.org/project/chevron)|4.6752651626835826e-05| -|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.668260265840034e-05| -|pypi|[pycairo](https://pypi.org/project/pycairo)|4.658827998204358e-05| -|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.652627116212625e-05| -|cran|[lazyeval](NA)|4.642012500763535e-05| -|pypi|[wandb](https://github.com/wandb/client)|4.63838476230477e-05| -|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6365119651921686e-05| -|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.6181443456356635e-05| -|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6164771173924795e-05| -|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.599157465363141e-05| -|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.596627991298042e-05| -|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.589203509128333e-05| -|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.588970968369375e-05| -|pypi|[types-protobuf](https://github.com/python/typeshed)|4.5886699989640525e-05| -|pypi|[clang-format](http://clang.llvm.org/)|4.5886699989640525e-05| -|spack|[llvm](https://llvm.org/)|4.5863275989329756e-05| -|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.58586613543736e-05| -|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.576686004350979e-05| -|npm|[semver](https://github.com/npm/node-semver#readme)|4.5755658921210744e-05| -|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.572371632174932e-05| -|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.555977017905952e-05| -|pypi|[tk](https://github.com/atranitell/TensorKit)|4.5519752813948355e-05| -|pypi|[pycbc](http://www.pycbc.org/)|4.550518835432069e-05| -|pypi|[zstandard](https://pypi.org/project/zstandard)|4.548721976549888e-05| -|pypi|[wasabi](https://pypi.org/project/wasabi)|4.545848729552083e-05| -|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.54359964687707e-05| -|pypi|[math](https://pypi.org/project/math)|4.538226458095929e-05| -|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.517464767828257e-05| -|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.51588069185543e-05| -|cran|gee|4.507866721145501e-05| -|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.486947063089195e-05| -|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.486947063089195e-05| -|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.486947063089195e-05| -|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.486947063089195e-05| -|pypi|[pygedm](https://github.com/frbs/pygedm)|4.486947063089195e-05| -|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.486947063089195e-05| -|pypi|[structlog](https://www.structlog.org/)|4.486947063089195e-05| -|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.486947063089195e-05| -|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.486947063089195e-05| -|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.486947063089195e-05| -|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.486947063089195e-05| -|pypi|[Psycopg2](https://psycopg.org/)|4.486947063089195e-05| -|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.486947063089195e-05| -|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.486947063089195e-05| -|pypi|[sbpy](https://sbpy.org)|4.486947063089195e-05| -|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.486947063089195e-05| -|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.486947063089195e-05| -|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.486947063089195e-05| -|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.486947063089195e-05| -|pypi|[gemmi](https://project-gemmi.github.io/)|4.486947063089195e-05| -|pypi|[gputil](https://github.com/anderskm/gputil)|4.486947063089195e-05| -|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.486947063089195e-05| -|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.486947063089195e-05| -|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.486947063089195e-05| -|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.486947063089195e-05| -|pypi|[types](https://www.pytosquatting.org)|4.486947063089195e-05| -|pypi|[imexam](http://imexam.readthedocs.io/)|4.486947063089195e-05| -|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.486947063089195e-05| -|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.486947063089195e-05| -|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.486947063089195e-05| -|pypi|[trippy](https://github.com/fraserw/trippy)|4.486947063089195e-05| -|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.486947063089195e-05| -|spack|libpeyton|4.486947063089195e-05| -|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.486947063089195e-05| -|npm|[web-worker](https://github.com/developit/web-worker)|4.486947063089195e-05| -|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.486947063089195e-05| -|npm|[fflate](https://101arrowz.github.io/fflate)|4.486947063089195e-05| -|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.486947063089195e-05| -|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.481433257772041e-05| -|pypi|[bz2file](https://pypi.org/project/bz2file)|4.48004406760752e-05| -|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.471990572878898e-05| -|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.4532106190058184e-05| -|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.4532106190058184e-05| -|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4486188937965595e-05| -|pypi|[boto](https://github.com/boto/boto/)|4.4420775924583033e-05| -|pypi|[args](https://github.com/kennethreitz/args)|4.4420775924583033e-05| -|pypi|[anyio](https://pypi.org/project/anyio)|4.436743134936497e-05| -|npm|react-router-dom|4.4296801580064874e-05| -|cran|[gplots](https://github.com/talgalili/gplots)|4.4255927493567364e-05| -|rubygems|[jekyll](https://jekyllrb.com)|4.411064597793432e-05| -|pypi|[yapf](https://pypi.org/project/yapf)|4.398085856094346e-05| -|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.397208121827411e-05| -|spack|gtkplus|4.386354852781036e-05| -|pypi|[sos](https://github.com/vatlab/SoS)|4.384498683256364e-05| -|pypi|[pyglet](https://pypi.org/project/pyglet)|4.383854112711074e-05| -|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.3706440034245605e-05| -|spack|libsm|4.3686811954564776e-05| -|spack|libxext|4.3686811954564776e-05| -|npm|cross-env|4.359130485252041e-05| -|pypi|[backoff](https://pypi.org/project/backoff)|4.357975378444525e-05| -|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3477845916773577e-05| -|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.347353154459754e-05| -|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.347353154459754e-05| -|npm|[ava](https://avajs.dev)|4.332866944513065e-05| -|spack|glib|4.327323921319797e-05| -|pypi|[xlwt](https://pypi.org/project/xlwt)|4.326128756021444e-05| -|pypi|[spectres](https://spectres.readthedocs.io)|4.31779790260501e-05| -|cran|statnet.common|4.315038996019002e-05| -|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.29346950991983e-05| -|pypi|[vine](https://pypi.org/project/vine)|4.2912860888040995e-05| -|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.288822127835905e-05| -|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.280513778548835e-05| -|pypi|[zope.event](https://pypi.org/project/zope.event)|4.259467562893959e-05| -|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.24999471034829e-05| -|spack|harfbuzz|4.223478674390899e-05| -|pypi|[sniffio](https://pypi.org/project/sniffio)|4.219974581831044e-05| -|cran|[taxize](https://docs.ropensci.org/taxize/)|4.219581995234643e-05| -|cran|[targets](https://docs.ropensci.org/targets/)|4.2177855764232446e-05| -|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.2117131176386366e-05| -|cran|shape|4.209287386856192e-05| -|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.196003969314148e-05| -|npm|[mongoose](https://mongoosejs.com)|4.1928355209046905e-05| -|pypi|[colorlog](https://pypi.org/project/colorlog)|4.189712788187561e-05| -|cran|[classInt](https://r-spatial.github.io/classInt/)|4.18870396119717e-05| -|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.18183466279913e-05| -|pypi|[segments](https://github.com/cldf/segments)|4.18183466279913e-05| -|pypi|[requests-file](https://pypi.org/project/requests-file)|4.1728607686729514e-05| -|npm|[prop-types](https://facebook.github.io/react/)|4.1683907870798654e-05| -|spack|libmng|4.164447742929659e-05| -|spack|inputproto|4.164447742929659e-05| -|spack|dbus|4.164447742929659e-05| -|spack|assimp|4.164447742929659e-05| -|spack|gperf|4.164447742929659e-05| -|spack|libdrm|4.164447742929659e-05| -|spack|libxcomposite|4.164447742929659e-05| -|spack|libxcursor|4.164447742929659e-05| -|spack|libxi|4.164447742929659e-05| -|spack|libxtst|4.164447742929659e-05| -|spack|libxrandr|4.164447742929659e-05| -|spack|libxdamage|4.164447742929659e-05| -|spack|libxcb|4.164447742929659e-05| -|spack|libxkbcommon|4.164447742929659e-05| -|spack|xcb-util-image|4.164447742929659e-05| -|spack|xcb-util-keysyms|4.164447742929659e-05| -|spack|xcb-util-renderutil|4.164447742929659e-05| -|spack|xcb-util-wm|4.164447742929659e-05| -|spack|libxrender|4.164447742929659e-05| -|pypi|[distlib](https://pypi.org/project/distlib)|4.152154629287078e-05| -|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.138736093669856e-05| -|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.117031530708137e-05| -|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1147328420386194e-05| -|spack|libxcrypt|4.1096441951165986e-05| -|npm|[esm](https://github.com/standard-things/esm#readme)|4.1049135391032545e-05| -|cran|[qpdf](https://github.com/ropensci/qpdf)|4.0979061973266466e-05| -|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.087920567878875e-05| -|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.079042784626541e-05| -|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.0781363306744025e-05| -|spack|llvm-openmp|4.0754299181601575e-05| -|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.0733537310985246e-05| -|pypi|[tablib](https://tablib.readthedocs.io)|4.071904459753445e-05| -|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.0644491706191855e-05| -|cran|[plotly](https://plotly-r.com)|4.0599671765508944e-05| -|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.059618771366415e-05| -|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.05402496288828e-05| -|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.0482749198934e-05| -|rubygems|[rubocop](https://rubocop.org/)|4.042531598488772e-05| -|pypi|[overrides](https://github.com/mkorpela/overrides)|4.0210297316896305e-05| -|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.017897903655913e-05| -|pypi|[asciitree](https://pypi.org/project/asciitree)|4.008601665960255e-05| -|rubygems|[pry](http://pry.github.io)|4.006261212742893e-05| -|spack|yacc|4.000628887617726e-05| -|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.998522120208397e-05| -|pypi|[fiona](https://pypi.org/project/fiona)|3.9964561052495965e-05| -|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.996204239016966e-05| -|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.988397389412618e-05| -|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.988397389412618e-05| -|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.988397389412618e-05| -|pypi|[lda](https://pypi.org/project/lda)|3.988397389412618e-05| -|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.988397389412618e-05| -|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.988397389412618e-05| -|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.988397389412618e-05| -|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.988397389412618e-05| -|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.988397389412618e-05| -|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.988397389412618e-05| -|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.988397389412618e-05| -|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.988397389412618e-05| -|pypi|[precession](https://github.com/dgerosa/precession/)|3.988397389412618e-05| -|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.988397389412618e-05| -|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.988397389412618e-05| -|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.988397389412618e-05| -|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.988397389412618e-05| -|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.988397389412618e-05| -|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.988397389412618e-05| -|pypi|[tensorly-viz](https://tensorly.org/viz)|3.988397389412618e-05| -|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.988397389412618e-05| -|pypi|[pygobject](https://pygobject.readthedocs.io)|3.988397389412618e-05| -|pypi|[genicam](https://www.emva.org)|3.988397389412618e-05| -|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.988397389412618e-05| -|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.988397389412618e-05| -|pypi|[fseval](https://github.com/dunnkers/fseval)|3.988397389412618e-05| -|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.988397389412618e-05| -|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.988397389412618e-05| -|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.988397389412618e-05| -|pypi|[sick](http://www.github.com/andycasey/sick/)|3.988397389412618e-05| -|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.988397389412618e-05| -|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.988397389412618e-05| -|pypi|[treegp](https://github.com/PFLeget/treegp)|3.988397389412618e-05| -|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.988397389412618e-05| -|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.988397389412618e-05| -|pypi|[protfasta](https://pypi.org/project/protfasta)|3.988397389412618e-05| -|pypi|[hjson](http://github.com/hjson/hjson-py)|3.988397389412618e-05| -|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.988397389412618e-05| -|spack|fftw3|3.988397389412618e-05| -|npm|[apexcharts](https://apexcharts.com)|3.988397389412618e-05| -|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.988397389412618e-05| -|npm|[lodash.debounce](https://lodash.com/)|3.988397389412618e-05| -|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.988397389412618e-05| -|npm|vue-apexcharts|3.988397389412618e-05| -|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.988397389412618e-05| -|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.988397389412618e-05| -|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.988397389412618e-05| -|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.988397389412618e-05| -|cran|txtplot|3.988397389412618e-05| -|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.988397389412618e-05| -|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.968272065958617e-05| -|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.965240587182079e-05| -|rubygems|[rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll)|3.961275574950792e-05| -|npm|rollup-plugin-json|3.95995970904678e-05| -|pypi|[casadi](http://casadi.org)|3.9545596786153625e-05| -|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.948513415518492e-05| -|cran|codemetar|3.948513415518492e-05| -|pypi|[unidecode](https://pypi.org/project/unidecode)|3.9445688466718205e-05| -|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.9386421319796954e-05| -|cran|[tmap](https://github.com/mtennekes/tmap)|3.9381938978692564e-05| -|cran|see|3.928331299596096e-05| -|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.920978650469642e-05| -|cran|[effectsize](https://easystats.github.io/effectsize/)|3.920644192213638e-05| -|pypi|[ply](https://pypi.org/project/ply)|3.907532972391316e-05| -|cran|[psych](https://personality-project.org/r/psych/)|3.902169789707609e-05| -|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.893435546807556e-05| -|cran|[checkmate](https://github.com/mllg/checkmate)|3.88816490993947e-05| -|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.884180599217306e-05| -|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.883439563375444e-05| -|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8813265604953425e-05| -|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.874870541014978e-05| -|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.874212829411343e-05| -|pypi|[wslink](https://pypi.org/project/wslink)|3.8734905856457505e-05| -|pypi|[bwapy](https://pypi.org/project/bwapy)|3.8574350870736965e-05| -|pypi|[pytabix](https://pypi.org/project/pytabix)|3.8574350870736965e-05| -|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8555112400290064e-05| -|pypi|[Brotli](https://pypi.org/project/Brotli)|3.851994204994224e-05| -|cran|highr|3.8374890857683685e-05| -|npm|[xo](https://github.com/xojs/xo#readme)|3.834642095123875e-05| -|npm|[nodemon](https://nodemon.io)|3.83414773950888e-05| -|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.826856753645464e-05| -|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.824906781521687e-05| -|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8207956723298466e-05| -|npm|[testcafe](https://testcafe.io/)|3.820763622707966e-05| -|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.8100562326838974e-05| -|cran|pool|3.805722127435194e-05| -|pypi|[yarl](https://pypi.org/project/yarl)|3.8038857612431365e-05| -|npm|[jquery](https://jquery.com)|3.8009177352854016e-05| -|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.7882672764909036e-05| -|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.782738854818398e-05| -|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7775076853802595e-05| -|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7775076853802595e-05| -|pypi|[pydap](https://pypi.org/project/pydap)|3.7775076853802595e-05| -|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7775076853802595e-05| -|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.776028177768569e-05| -|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.7739396166258834e-05| -|cran|tikzDevice|3.770203672005738e-05| -|npm|gh-pages|3.765383206292521e-05| -|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.763208329016886e-05| -|cran|[slam](NA)|3.757129780065091e-05| -|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.7350865695470157e-05| -|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7335920040800395e-05| -|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.712948694706309e-05| -|rubygems|[coderay](http://coderay.rubychan.de)|3.7012786838288614e-05| -|cran|JuliaCall|3.693616127308181e-05| -|pypi|[chex](https://github.com/deepmind/chex)|3.6761084353348934e-05| -|cran|gamm4|3.673778876418752e-05| -|cran|[zip](https://github.com/r-lib/zip#readme)|3.657408082168371e-05| -|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.652440617946167e-05| -|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.645379123402982e-05| -|pypi|[torchvision](https://pypi.org/project/torchvision)|3.638429049851211e-05| -|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.636373734159054e-05| -|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.629441624365483e-05| -|pypi|[spglib](http://spglib.github.io/spglib/)|3.620983875095939e-05| -|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.618019149623478e-05| -|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.6080945029560405e-05| -|npm|[colors](https://github.com/Marak/colors.js)|3.6027165130011396e-05| -|pypi|[jaxopt](https://github.com/google/jaxopt)|3.601426888300563e-05| -|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.599937241346883e-05| -|cran|[gert](https://docs.ropensci.org/gert/)|3.5967690535119e-05| -|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.5895576504713564e-05| -|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.5895576504713564e-05| -|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.5895576504713564e-05| -|pypi|[pykeops](http://www.kernel-operations.io/)|3.5895576504713564e-05| -|pypi|[keopscore](http://www.kernel-operations.io/)|3.5895576504713564e-05| -|pypi|[simpleitk](http://simpleitk.org/)|3.5895576504713564e-05| -|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.5895576504713564e-05| -|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.5895576504713564e-05| -|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.5895576504713564e-05| -|pypi|[caput](https://github.com/eykd/caput)|3.5895576504713564e-05| -|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.5895576504713564e-05| -|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.5895576504713564e-05| -|pypi|[urepr](https://github.com/j-faria/urepr)|3.5895576504713564e-05| -|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.5895576504713564e-05| -|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.5895576504713564e-05| -|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.5895576504713564e-05| -|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.5895576504713564e-05| -|pypi|[disksurf](https://github.com/richteague/disksurf)|3.5895576504713564e-05| -|pypi|[gofish](https://github.com/richteague/gofish)|3.5895576504713564e-05| -|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.5895576504713564e-05| -|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.5895576504713564e-05| -|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.5895576504713564e-05| -|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.5895576504713564e-05| -|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.5895576504713564e-05| -|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.5895576504713564e-05| -|pypi|[pywfa](https://pypi.org/project/pywfa)|3.5895576504713564e-05| -|pypi|[astLib](https://astlib.readthedocs.io)|3.5895576504713564e-05| -|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.5895576504713564e-05| -|pypi|[Cerberus](http://docs.python-cerberus.org)|3.5895576504713564e-05| -|pypi|[2to3](https://pypi.org/project/2to3)|3.5895576504713564e-05| -|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.5895576504713564e-05| -|spack|edlib|3.5895576504713564e-05| -|spack|spoa|3.5895576504713564e-05| -|spack|thread_pool|3.5895576504713564e-05| -|spack|rampler|3.5895576504713564e-05| -|spack|cudapoa|3.5895576504713564e-05| -|spack|cudaaligner|3.5895576504713564e-05| -|spack|cppuddle|3.5895576504713564e-05| -|spack|hpxkokkos|3.5895576504713564e-05| -|npm|[auspice](https://www.npmjs.com/package/auspice)|3.5895576504713564e-05| -|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.5895576504713564e-05| -|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.5895576504713564e-05| -|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5872933368902754e-05| -|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.586981412923171e-05| -|pypi|[optlang](https://github.com/opencobra/optlang)|3.586981412923171e-05| -|pypi|[kombu](https://kombu.readthedocs.io)|3.5721346162612395e-05| -|pypi|[ray](https://github.com/ray-project/ray)|3.559578203296911e-05| -|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.558877670552798e-05| -|pypi|[cymem](https://pypi.org/project/cymem)|3.5587203756724604e-05| -|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.5587203756724604e-05| -|cran|class|3.554219389337148e-05| -|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.553662073966643e-05| -|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.553662073966643e-05| -|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.553662073966643e-05| -|spack|virtest|3.553662073966643e-05| -|npm|[rxjs](https://rxjs.dev)|3.537250554006974e-05| -|npm|prettier|3.535500658990605e-05| -|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.520857982519751e-05| -|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5195852421332194e-05| -|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.514734098175851e-05| -|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.496143898485739e-05| -|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.493356394769137e-05| -|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.490608404224323e-05| -|pypi|[jdcal](https://pypi.org/project/jdcal)|3.487581580855692e-05| -|npm|husky|3.484877279859449e-05| -|cran|[git2r](https://docs.ropensci.org/git2r/)|3.483862161145509e-05| -|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.4669565617052574e-05| -|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.461626612138781e-05| -|npm|[passport](https://www.passportjs.org/)|3.4602727350942095e-05| -|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4588851570550744e-05| -|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.4560273461344506e-05| -|cran|modelbased|3.4538644821458456e-05| -|pypi|[crds](https://hst-crds.stsci.edu)|3.445050630682769e-05| -|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.4360100134121545e-05| -|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.434949745326931e-05| -|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.4290489750437753e-05| -|pypi|[hiredis](https://pypi.org/project/hiredis)|3.416367019632989e-05| -|pypi|[isodate](https://pypi.org/project/isodate)|3.413801145086576e-05| -|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.410079767947789e-05| -|cran|mapdata|3.400824593599775e-05| -|cran|[GGally](https://ggobi.github.io/ggally/)|3.3945740183699625e-05| -|npm|[xlsx](https://sheetjs.com/)|3.3765700620251884e-05| -|pypi|[types-toml](https://pypi.org/project/types-toml)|3.3749203916000965e-05| -|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.3737619141241333e-05| -|pypi|[nibabel](https://nipy.org/nibabel)|3.3731471480756203e-05| -|npm|[browserify](https://github.com/browserify/browserify#readme)|3.360460738275716e-05| -|rubygems|[activesupport](https://rubyonrails.org)|3.3494954167866736e-05| -|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3492830004398054e-05| -|rubygems|[railties](https://rubyonrails.org)|3.335371199296922e-05| -|npm|jest|3.3323448326091874e-05| -|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.328537865836957e-05| -|rubygems|rake-compiler|3.32798237224549e-05| -|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.324105389564665e-05| -|cran|tseries|3.3195632394311434e-05| -|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3107398850206e-05| -|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.2911846579142547e-05| -|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.291178136131454e-05| -|pypi|[rpy2](https://rpy2.github.io)|3.2845800229502205e-05| -|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.27819071791153e-05| -|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.2717603472059405e-05| -|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.270829686679503e-05| -|pypi|[marxs](http://marxs.readthedocs.io)|3.2632342277012324e-05| -|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.2632342277012324e-05| -|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.2632342277012324e-05| -|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.2632342277012324e-05| -|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.2632342277012324e-05| -|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.2632342277012324e-05| -|pypi|[PIL](http://www.pythonware.com/products/pil)|3.2632342277012324e-05| -|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.2632342277012324e-05| -|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.2632342277012324e-05| -|pypi|[wurst](https://github.com/polca/wurst)|3.2632342277012324e-05| -|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.2632342277012324e-05| -|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.2632342277012324e-05| -|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.2632342277012324e-05| -|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| -|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.2632342277012324e-05| -|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.2632342277012324e-05| -|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| -|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.2632342277012324e-05| -|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.2632342277012324e-05| -|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.2632342277012324e-05| -|pypi|[configuration](http://k0s.org/hg/configuration)|3.2632342277012324e-05| -|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.2632342277012324e-05| -|pypi|[flatdict](https://github.com/gmr/flatdict)|3.2632342277012324e-05| -|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.2632342277012324e-05| -|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.2632342277012324e-05| -|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.2632342277012324e-05| -|pypi|[filetype](https://github.com/h2non/filetype.py)|3.2632342277012324e-05| -|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.2632342277012324e-05| -|pypi|[colored](https://gitlab.com/dslackw/colored)|3.2632342277012324e-05| -|pypi|[cdips](https://github.com/lgbouma/cdips)|3.2632342277012324e-05| -|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.2632342277012324e-05| -|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.2632342277012324e-05| -|spack|openni2|3.2632342277012324e-05| -|spack|efusion|3.2632342277012324e-05| -|spack|suitesparse|3.2632342277012324e-05| -|spack|realsense|3.2632342277012324e-05| -|npm|[angular-animate](http://angularjs.org)|3.2632342277012324e-05| -|npm|[angular-sanitize](http://angularjs.org)|3.2632342277012324e-05| -|npm|[angular-touch](http://angularjs.org)|3.2632342277012324e-05| -|npm|[colorbrewer](http://colorbrewer2.org/)|3.2632342277012324e-05| -|npm|[dc](http://dc-js.github.io/dc.js/)|3.2632342277012324e-05| -|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.26128570034027e-05| -|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.260514865844815e-05| -|npm|[babel-cli](https://babeljs.io/)|3.2589300947188545e-05| -|npm|eslint-config-standard|3.251565672555239e-05| -|pypi|[billiard](https://pypi.org/project/billiard)|3.251317901250362e-05| -|cran|[network](http://statnet.org/)|3.2511526585018064e-05| -|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.250088397373418e-05| -|pypi|[altair](https://pypi.org/project/altair)|3.2418328368952574e-05| -|pypi|[scikit_learn](http://scikit-learn.org)|3.226659953321432e-05| -|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2254464161201384e-05| -|npm|[sinon](https://sinonjs.org/)|3.2245360771842095e-05| -|cran|[vcr](https://github.com/ropensci/vcr/)|3.214583570500772e-05| -|cran|[sna](http://statnet.org)|3.19869943779933e-05| -|npm|npm-run-all|3.181908269171025e-05| -|npm|fortawesome|3.177033231711829e-05| -|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1708967585596784e-05| -|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.170167107521268e-05| -|pypi|[pypairix](https://pypi.org/project/pypairix)|3.168967997194973e-05| -|npm|eslint-plugin-node|3.167800780811739e-05| -|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.158810732414794e-05| -|cran|lars|3.149990306670306e-05| -|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.138854392525532e-05| -|cran|[shinytest](https://github.com/rstudio/shinytest)|3.1288311731305146e-05| -|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.1263887075422993e-05| -|pypi|[optax](https://github.com/deepmind/optax)|3.1251045303156906e-05| -|pypi|[matchms](https://github.com/matchms/matchms)|3.122915155910081e-05| -|npm|eslint-plugin-standard|3.1226966083344706e-05| -|npm|eslint-plugin-promise|3.1226966083344706e-05| -|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1214222817480866e-05| -|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.120053914304632e-05| -|cran|fontawesome|3.115397321096514e-05| -|pypi|[addict](https://pypi.org/project/addict)|3.114689086294417e-05| -|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.111354193206985e-05| -|cran|[here](https://here.r-lib.org/)|3.110266034799049e-05| -|cran|poorman|3.108813766889924e-05| -|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.107461942215386e-05| -|rubygems|[simplecov](https://github.com/simplecov-ruby/simplecov)|3.096522316129913e-05| -|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0910298910661495e-05| -|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.080182326737803e-05| -|cran|spatstat.data|3.077246069966583e-05| -|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.073794893324683e-05| -|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.072910036666783e-05| -|cran|mlbench|3.0719244629792784e-05| -|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0703488453171194e-05| -|cran|polyclip|3.067046428909412e-05| -|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0663272094084075e-05| -|npm|[babel](https://babeljs.io/)|3.064256530890182e-05| -|npm|[commander](https://github.com/tj/commander.js#readme)|3.064091381657812e-05| -|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.0636048835777974e-05| -|pypi|[sep](https://github.com/kbarbary/sep)|3.059827379107034e-05| -|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.059670568735109e-05| -|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.059011656078838e-05| -|npm|react-router-bootstrap|3.056124934611836e-05| -|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.055068201160716e-05| -|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.054889273163385e-05| -|npm|[events](https://github.com/Gozala/events#readme)|3.0514369386958222e-05| -|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0379480472392004e-05| -|pypi|[itk](https://itk.org/)|3.0232008823721475e-05| -|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0230805837563453e-05| -|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.0197600828395333e-05| -|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0165464742403574e-05| -|pypi|[cligj](https://pypi.org/project/cligj)|3.0135968687412766e-05| -|npm|immutable|3.011989727763935e-05| -|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0087981530538248e-05| -|rubygems|[faraday-net_http](https://github.com/lostisland/faraday-net_http)|3.0058058375634522e-05| -|npm|[async](https://caolan.github.io/async/)|2.998568786407574e-05| -|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.992505080126545e-05| -|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9923658452631576e-05| -|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.9912980420594635e-05| -|pypi|[random2](http://pypi.python.org/pypi/random2)|2.9912980420594635e-05| -|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.9912980420594635e-05| -|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.9912980420594635e-05| -|pypi|[blackjax](https://pypi.org/project/blackjax)|2.9912980420594635e-05| -|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.9912980420594635e-05| -|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.9912980420594635e-05| -|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.9912980420594635e-05| -|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.9912980420594635e-05| -|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.9912980420594635e-05| -|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.9912980420594635e-05| -|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.9912980420594635e-05| -|pypi|[toil](https://github.com/DataBiosphere/toil)|2.9912980420594635e-05| -|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.9912980420594635e-05| -|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.9912980420594635e-05| -|npm|[downloadjs](http://danml.com/download.html)|2.9912980420594635e-05| -|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.9912980420594635e-05| -|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.9912980420594635e-05| -|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.9912980420594635e-05| -|pypi|[vtk](https://vtk.org)|2.989396853650253e-05| -|cran|[Seurat](https://satijalab.org/seurat)|2.9811603095646356e-05| -|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.978371361234849e-05| -|pypi|[Pint](https://github.com/hgrecco/pint)|2.9783551745571326e-05| -|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9764140908266858e-05| -|pypi|[arrow](https://pypi.org/project/arrow)|2.963758333154888e-05| -|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.955917773200651e-05| -|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9554003362328355e-05| -|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.953823086258077e-05| -|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.946886354624487e-05| -|npm|babel-preset-env|2.9444908157941594e-05| -|pypi|[autocommand](https://pypi.org/project/autocommand)|2.943070620659873e-05| -|cran|[spatstat.core](http://spatstat.org/)|2.9427295263926696e-05| -|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.940072063089195e-05| -|cran|tripack|2.924772044057226e-05| -|pypi|[ndcube](https://pypi.org/project/ndcube)|2.914264522590851e-05| -|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9118685868958438e-05| -|pypi|[shap](https://pypi.org/project/shap)|2.9118446634464484e-05| -|cran|RhpcBLASctl|2.908513027620033e-05| -|cran|reactlog|2.9038698166937378e-05| -|cran|sourcetools|2.9038698166937378e-05| -|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8987884944723056e-05| -|npm|[grunt](https://gruntjs.com/)|2.894124461961949e-05| -|pypi|[smart-open](https://pypi.org/project/smart-open)|2.8940258767968842e-05| -|npm|eslint-plugin-markdown|2.892794964117232e-05| -|spack|hwloc|2.8853566112525696e-05| -|cran|brew|2.8810062178063768e-05| -|pypi|[astor](https://pypi.org/project/astor)|2.8802533201549295e-05| -|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.876248117364869e-05| -|npm|[winston](https://github.com/winstonjs/winston#readme)|2.876248117364869e-05| -|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.8653841173329933e-05| -|cran|animation|2.8650968498191596e-05| -|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.857287889775199e-05| -|cran|[recipes](https://github.com/tidymodels/recipes)|2.855382309416746e-05| -|cran|[wk](https://paleolimbot.github.io/wk/)|2.8531542915591446e-05| -|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8460064228737182e-05| -|pypi|[gensim](http://radimrehurek.com/gensim)|2.8425679512162487e-05| -|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8246991692982185e-05| -|pypi|[dipy](https://dipy.org)|2.8210241535114635e-05| -|pypi|[lml](https://pypi.org/project/lml)|2.819134096912877e-05| -|cran|[plotrix](NA)|2.8155143979498206e-05| -|npm|[underscore](https://underscorejs.org)|2.8141704651403708e-05| -|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8124775876770082e-05| -|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8124775876770076e-05| -|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8100876430228476e-05| -|pypi|[gmsh](https://gmsh.info)|2.8083009853687668e-05| -|pypi|[PIMS](https://pypi.org/project/PIMS)|2.800942712110225e-05| -|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7929519718859823e-05| -|cran|timeSeries|2.789326947717372e-05| -|cran|fts|2.789326947717372e-05| -|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7885067253908366e-05| -|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7855623714332315e-05| -|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.781070440849191e-05| -|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.7800906013569654e-05| -|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7754972547394593e-05| -|cran|[matlab](http://cran.r-project.org/package=matlab)|2.772067945198384e-05| -|cran|[rex](https://github.com/kevinushey/rex)|2.7720309872905925e-05| -|spack|meson|2.7718564176939813e-05| -|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7717862458902878e-05| -|cran|shinydisconnect|2.7626605377657342e-05| -|npm|chalk|2.7621252717672996e-05| -|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.761198192670274e-05| -|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.761198192670274e-05| -|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.761198192670274e-05| -|pypi|[filemagic](http://filemagic.readthedocs.org)|2.761198192670274e-05| -|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.761198192670274e-05| -|pypi|[ulid](https://github.com/mdipierro/ulid)|2.761198192670274e-05| -|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.761198192670274e-05| -|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.761198192670274e-05| -|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.761198192670274e-05| -|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.761198192670274e-05| -|pypi|[pmesh](https://pypi.org/project/pmesh)|2.761198192670274e-05| -|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.761198192670274e-05| -|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.761198192670274e-05| -|pypi|[coramin](https://github.com/Coramin/Coramin)|2.761198192670274e-05| -|pypi|[json2table](https://github.com/latture/json2table)|2.761198192670274e-05| -|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.761198192670274e-05| -|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.761198192670274e-05| -|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.761198192670274e-05| -|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.761198192670274e-05| -|spack|everybeam|2.761198192670274e-05| -|spack|idgapi|2.761198192670274e-05| -|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.761145858026861e-05| -|pypi|[pretend](https://pypi.org/project/pretend)|2.7596579423429994e-05| -|pypi|[reportlab](https://pypi.org/project/reportlab)|2.757166667244656e-05| -|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.754307849731066e-05| -|cran|strucchange|2.750658157953961e-05| -|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7393405090058496e-05| -|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.733586210743571e-05| -|npm|ndoc|2.733586210743571e-05| -|cran|[irlba](NA)|2.7278702278993218e-05| -|spack|eigen|2.7277571601688213e-05| -|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7273554355361834e-05| -|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7226153786387653e-05| -|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7185990620680678e-05| -|cran|fANCOVA|2.706116233295349e-05| -|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7051348645836616e-05| -|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.702162056605986e-05| -|cran|broom.mixed|2.690886252978349e-05| -|pypi|[funcy](https://pypi.org/project/funcy)|2.687161620531923e-05| -|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.684025901484205e-05| -|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6839324537579195e-05| -|cran|[glmnet](https://glmnet.stanford.edu)|2.6734238045633927e-05| -|pypi|[flax](https://pypi.org/project/flax)|2.6696130938496292e-05| -|pypi|[toposort](https://pypi.org/project/toposort)|2.6693061742463484e-05| -|pypi|[datrie](https://pypi.org/project/datrie)|2.6693061742463484e-05| -|pypi|[intake](https://pypi.org/project/intake)|2.6677355435663563e-05| -|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6660536914373583e-05| -|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.6641846967832574e-05| -|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.660432604039553e-05| -|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6598724268602427e-05| -|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6594064021547707e-05| -|cran|conflicted|2.6565584194810895e-05| -|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6463044715007915e-05| -|cran|[argon2](https://github.com/wrathematics/argon2)|2.6462090800787325e-05| -|pypi|[datashader](https://datashader.org)|2.6447323321294975e-05| -|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6447136702149986e-05| -|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6278120599755654e-05| -|cran|[golem](https://github.com/ThinkR-open/golem)|2.622595391349166e-05| -|spack|[openssh](https://www.openssh.com/)|2.6216031883272634e-05| -|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6216031883272634e-05| -|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6211233879071265e-05| -|pypi|[astroid](https://pypi.org/project/astroid)|2.6194369133159027e-05| -|cran|margins|2.616851626437377e-05| -|cran|gam|2.6144107005920454e-05| -|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.606576166979601e-05| -|npm|object-assign|2.6047775809940504e-05| -|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5999643782965854e-05| -|cran|ade4|2.599626337420186e-05| -|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.5973982998847492e-05| -|npm|[zone.js](https://github.com/angular/angular#readme)|2.5926301196724065e-05| -|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5742420650415578e-05| -|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5726322941055747e-05| -|pypi|[srsly](https://pypi.org/project/srsly)|2.571592021792838e-05| -|pypi|[area](https://github.com/scisco/area)|2.563969750336683e-05| -|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.563969750336683e-05| -|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.563969750336683e-05| -|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.563969750336683e-05| -|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.563969750336683e-05| -|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.563969750336683e-05| -|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.563969750336683e-05| -|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.563969750336683e-05| -|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.563969750336683e-05| -|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.563969750336683e-05| -|pypi|[wres](https://github.com/jks-liu/wres)|2.563969750336683e-05| -|pypi|[thermo](https://github.com/CalebBell/thermo)|2.563969750336683e-05| -|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.563969750336683e-05| -|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.563969750336683e-05| -|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.563969750336683e-05| -|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.563969750336683e-05| -|pypi|[dash_table](https://pypi.org/project/dash_table)|2.563969750336683e-05| -|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.563969750336683e-05| -|pypi|[python-time](https://github.com/hengdai/pytime)|2.563969750336683e-05| -|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.563969750336683e-05| -|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.563969750336683e-05| -|spack|sophus|2.563969750336683e-05| -|spack|visioncore|2.563969750336683e-05| -|spack|brisk|2.563969750336683e-05| -|spack|opengv|2.563969750336683e-05| -|spack|gtsam|2.563969750336683e-05| -|spack|tensorflow|2.563969750336683e-05| -|spack|cudalibs|2.563969750336683e-05| -|spack|pnetcdf|2.563969750336683e-05| -|spack|qt5widgets|2.563969750336683e-05| -|spack|qt5opengl|2.563969750336683e-05| -|spack|glut|2.563969750336683e-05| -|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.563969750336683e-05| -|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.563969750336683e-05| -|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.563969750336683e-05| -|npm|[md5-node](https://github.com/shanelau/node-md5)|2.563969750336683e-05| -|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.563969750336683e-05| -|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.563969750336683e-05| -|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.563969750336683e-05| -|npm|net|2.563969750336683e-05| -|cran|poibin|2.563969750336683e-05| -|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.563201912451822e-05| -|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5588073300880393e-05| -|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5539496386687004e-05| -|spack|[swig](http://www.swig.org)|2.544525803175012e-05| -|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5396120377084845e-05| -|pypi|[srastream](https://github.com/jdidion/srastream)|2.538330052833316e-05| -|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.538330052833316e-05| -|spack|py-nose|2.538330052833316e-05| -|npm|process|2.538330052833316e-05| -|npm|util|2.538330052833316e-05| -|npm|spc|2.538330052833316e-05| -|pypi|[progress](https://pypi.org/project/progress)|2.536153097384917e-05| -|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.533546875141381e-05| -|rubygems|ruby-maven-libs|2.528617488252356e-05| -|spack|findutils|2.5285985755333825e-05| -|pypi|[humanize](https://pypi.org/project/humanize)|2.5276883727410098e-05| -|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5213804787512386e-05| -|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5174609804732517e-05| -|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5126903553299495e-05| -|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5105192519123254e-05| -|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5056887456271063e-05| -|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.504903250484106e-05| -|cran|[mmand](https://github.com/jonclayden/mmand)|2.502279465085527e-05| -|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.502279465085527e-05| -|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5003965663843117e-05| -|cran|latticeExtra|2.4963655740173012e-05| -|cran|[circlize](https://github.com/jokergoo/circlize)|2.4958284768931313e-05| -|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4902556200145033e-05| -|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4902556200145033e-05| -|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4902556200145033e-05| -|pypi|[pythutils](https://github.com/JolleJolles)|2.4902556200145033e-05| -|npm|[mathjs](https://mathjs.org)|2.4877628716461206e-05| -|pypi|[typeguard](https://pypi.org/project/typeguard)|2.484000771335478e-05| -|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4818125024637838e-05| -|pypi|[ortools](https://pypi.org/project/ortools)|2.4761904761904776e-05| -|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4704177258564512e-05| -|pypi|[boltons](https://pypi.org/project/boltons)|2.470268825595649e-05| -|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4588570613026382e-05| -|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4588469905728792e-05| -|rubygems|[test-unit](http://test-unit.github.io/)|2.458592027314787e-05| -|npm|after|2.4558293562725477e-05| -|npm|expect.js|2.4554817802755622e-05| -|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4550485168686764e-05| -|cran|gbRd|2.4549302309365758e-05| -|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4525124770720472e-05| -|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4505338117285184e-05| -|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.4428934010152285e-05| -|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.440795166129868e-05| -|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4404008182797547e-05| -|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.4348809955454267e-05| -|pypi|[cmake](https://pypi.org/project/cmake)|2.434436119223943e-05| -|cran|SGP|2.425515383818502e-05| -|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4233787845568162e-05| -|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4202606466515194e-05| -|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.4142911155371354e-05| -|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.4126955350668186e-05| -|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.410131565316482e-05| -|pypi|[astlib](https://astlib.readthedocs.io)|2.410131565316482e-05| -|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.410131565316482e-05| -|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4079744434701794e-05| -|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4005402462242665e-05| -|pypi|[identify](https://pypi.org/project/identify)|2.4005402462242665e-05| -|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4005402462242665e-05| -|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3987478360530565e-05| -|pypi|[george](https://github.com/dfm/george)|2.3976478198946657e-05| -|pypi|[scandir](https://pypi.org/project/scandir)|2.396633743794277e-05| -|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.393038433647571e-05| -|pypi|[vedo](https://github.com/marcomusy/vedo)|2.393038433647571e-05| -|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.393038433647571e-05| -|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.393038433647571e-05| -|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.393038433647571e-05| -|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.393038433647571e-05| -|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.393038433647571e-05| -|pypi|[scikit-video](http://scikit-video.org/)|2.393038433647571e-05| -|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.393038433647571e-05| -|pypi|[haversine](https://github.com/mapado/haversine)|2.393038433647571e-05| -|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.393038433647571e-05| -|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.393038433647571e-05| -|spack|glew|2.3793955042945888e-05| -|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.378081943437274e-05| -|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3725331991596365e-05| -|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3725331991596365e-05| -|cran|pbdMPI|2.369108049311095e-05| -|rubygems|[yard](http://yardoc.org)|2.3622092257422566e-05| -|rubygems|[cucumber](https://cucumber.io/)|2.359826241992295e-05| -|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.3595774930106656e-05| -|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.3585314194532955e-05| -|pypi|[starlette](https://pypi.org/project/starlette)|2.3553037992470853e-05| -|pypi|[Theano](http://deeplearning.net/software/theano/)|2.3531544597534446e-05| -|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3531524196524785e-05| -|pypi|[scanpy](https://scanpy.readthedocs.io)|2.352350621609646e-05| -|rubygems|[nokogiri](https://nokogiri.org)|2.351070099327572e-05| -|cran|rsvg|2.349063514569068e-05| -|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.344321893621717e-05| -|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.339982670189862e-05| -|cran|av|2.330676893032519e-05| -|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3283861768057478e-05| -|cran|[janitor](https://github.com/sfirke/janitor)|2.322935464187883e-05| -|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3227186305994483e-05| -|cran|parallelly|2.3196158888152722e-05| -|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3143597540539057e-05| -|pypi|[loguru](https://pypi.org/project/loguru)|2.3124589486691198e-05| -|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3118546047860775e-05| -|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3118546047860775e-05| -|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3118546047860775e-05| -|cran|lpSolve|2.310001799277018e-05| -|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.300998493891895e-05| -|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.300998493891895e-05| -|npm|[express-session](https://github.com/expressjs/session#readme)|2.2963554076452915e-05| -|pypi|[httptools](https://pypi.org/project/httptools)|2.2945886185047373e-05| -|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2945886185047373e-05| -|pypi|[service-identity](https://pypi.org/project/service-identity)|2.2891449558418376e-05| -|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2851213303683864e-05| -|cran|cba|2.2846825979924432e-05| -|rubygems|[gem_hadar](http://github.com/flori/gem_hadar)|2.281556890784323e-05| -|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2760362765099134e-05| -|pypi|[av](https://pypi.org/project/av)|2.270802405214787e-05| -|rubygems|[pg](https://github.com/ged/ruby-pg)|2.2697643959686847e-05| -|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2676888014088892e-05| -|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.2633196435544153e-05| -|pypi|[formulaic](https://pypi.org/project/formulaic)|2.261364070073661e-05| -|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.261364070073661e-05| -|pypi|[nltk](https://pypi.org/project/nltk)|2.2552501382254552e-05| -|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.25227146696242e-05| -|rubygems|[kramdown](http://kramdown.gettalong.org)|2.2485077277566635e-05| -|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.247306906978777e-05| -|pypi|[julia](http://julialang.org)|2.2434735315445976e-05| -|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.2434735315445976e-05| -|pypi|[ref_index](http://github.com/phn/ref_index)|2.2434735315445976e-05| -|pypi|[cerberus](http://docs.python-cerberus.org)|2.2434735315445976e-05| -|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.2434735315445976e-05| -|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.2434735315445976e-05| -|pypi|[bfit](https://github.com/dfujim/bfit)|2.2434735315445976e-05| -|pypi|[bdata](https://github.com/dfujim/bdata)|2.2434735315445976e-05| -|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.2434735315445976e-05| -|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.2434735315445976e-05| -|npm|[emotion](https://emotion.sh)|2.2434735315445976e-05| -|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.2434735315445976e-05| -|npm|[helmet](https://helmetjs.github.io/)|2.2434735315445976e-05| -|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.2434735315445976e-05| -|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.2434735315445976e-05| -|cran|colorRamps|2.2434735315445976e-05| -|cran|geoaxe|2.2434735315445976e-05| -|cran|spbabel|2.2434735315445976e-05| -|cran|paletteer|2.2434735315445976e-05| -|cran|statsExpressions|2.2434735315445976e-05| -|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2401965523209227e-05| -|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2369395441163205e-05| -|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2369395441163205e-05| -|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.235619651032279e-05| -|npm|clipboard|2.2344996374184193e-05| -|pypi|[anndata](http://anndata.readthedocs.io)|2.2343062199872995e-05| -|pypi|[nbval](https://pypi.org/project/nbval)|2.229452299285179e-05| -|cran|doMC|2.2245001553921062e-05| -|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2229462660607176e-05| -|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2210387962291517e-05| -|pypi|[pyramid](https://pypi.org/project/pyramid)|2.21946331664813e-05| -|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.2180009625435283e-05| -|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2163025743292244e-05| -|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.2129139862652317e-05| -|pypi|[datatable](https://pypi.org/project/datatable)|2.212812397899418e-05| -|cran|[futile.logger](NA)|2.2081318382487713e-05| -|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2080163554326175e-05| -|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2065222027897454e-05| -|rubygems|[mysql2](https://github.com/brianmario/mysql2)|2.204647703896642e-05| -|pypi|[aiodns](https://pypi.org/project/aiodns)|2.20317062427108e-05| -|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.1962856661881573e-05| -|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.189408390782581e-05| -|spack|py-mpi4py|2.1827031392687603e-05| -|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.182404045374495e-05| -|cran|miniUI|2.181978598345442e-05| -|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1790455737156244e-05| -|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1766738880906588e-05| -|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1465554749818706e-05| -|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.1416269553506685e-05| -|cran|spatial|2.139474133780941e-05| -|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.138391801811854e-05| -|rubygems|actionpack|2.136737724877422e-05| -|pypi|[pyavm](https://pypi.org/project/pyavm)|2.134997888261122e-05| -|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1229384866402636e-05| -|pypi|[waitress](https://pypi.org/project/waitress)|2.1201145714116096e-05| -|pypi|[xgboost](https://pypi.org/project/xgboost)|2.118565293198474e-05| -|cran|fstcore|2.1170566742901767e-05| -|pypi|[databases](https://pypi.org/project/databases)|2.1161652113607267e-05| -|npm|sax|2.11454692843292e-05| -|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1115045002772684e-05| -|pypi|[pykalman](http://pykalman.github.com)|2.1115045002772684e-05| -|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1115045002772684e-05| -|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1115045002772684e-05| -|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1115045002772684e-05| -|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1115045002772684e-05| -|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1115045002772684e-05| -|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1115045002772684e-05| -|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1115045002772684e-05| -|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1115045002772684e-05| -|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1115045002772684e-05| -|npm|[diff2html](https://diff2html.xyz/)|2.1115045002772684e-05| -|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1115045002772684e-05| -|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1115045002772684e-05| -|npm|react-schemaorg|2.1115045002772684e-05| -|cran|nortest|2.1115045002772684e-05| -|cran|openair|2.1115045002772684e-05| -|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1110267939512936e-05| -|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.110472866030314e-05| -|npm|safe-buffer|2.106015086249541e-05| -|pypi|[h2](https://pypi.org/project/h2)|2.1056005126387677e-05| -|npm|lint-staged|2.094769315994145e-05| -|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0910241257567887e-05| -|pypi|[apptools](https://docs.enthought.com/apptools)|2.0810460478607687e-05| -|cran|webfakes|2.0772017010758264e-05| -|pypi|[passlib](https://pypi.org/project/passlib)|2.077114282889532e-05| -|npm|vary|2.0717664105163455e-05| -|pypi|[prov](https://pypi.org/project/prov)|2.0672957652820062e-05| -|cran|mclust|2.0669992372705845e-05| -|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0660585635928964e-05| -|cran|brms|2.065506820066866e-05| -|rubygems|[builder](http://onestepback.org)|2.0637600843002175e-05| -|npm|[standard](https://standardjs.com)|2.0523881743686498e-05| -|rubygems|[aruba](https://github.com/cucumber/aruba)|2.040751647933285e-05| -|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0404703362944165e-05| -|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0404703362944165e-05| -|pypi|[h3](https://github.com/uber/h3-py)|2.039780379156739e-05| -|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0354579780450604e-05| -|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0325059127890578e-05| -|rubygems|[tins](https://github.com/flori/tins)|2.0301799464637206e-05| -|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| -|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| -|npm|redux|2.02336380490305e-05| -|pypi|[incremental](https://pypi.org/project/incremental)|2.0228650115905598e-05| -|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.021591533919308e-05| -|spack|py-flit-core|2.0208309421542923e-05| -|npm|eslint-config-prettier|2.017555647696917e-05| -|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.016871754020113e-05| -|cran|RJSONIO|2.0067524569374808e-05| -|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|2.0023910513794174e-05| -|rubygems|[webmock](https://github.com/bblimke/webmock)|1.9993936960208303e-05| -|cran|[graphql](http://graphql.org)|1.9986933117643783e-05| -|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9966914430746918e-05| -|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9965718029228234e-05| -|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.994198694706309e-05| -|pypi|[tkp](http://docs.transientskp.org/)|1.994198694706309e-05| -|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.994198694706309e-05| -|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.994198694706309e-05| -|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.994198694706309e-05| -|spack|dl|1.994198694706309e-05| -|spack|sofa|1.994198694706309e-05| -|spack|pthreads|1.994198694706309e-05| -|npm|[bower](http://bower.io)|1.994198694706309e-05| -|npm|[http-auth](https://github.com/gevorg/http-auth)|1.994198694706309e-05| -|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.994198694706309e-05| -|npm|[multer](https://github.com/expressjs/multer#readme)|1.994198694706309e-05| -|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.994198694706309e-05| -|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.994198694706309e-05| -|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.994198694706309e-05| -|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.994198694706309e-05| -|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.994198694706309e-05| -|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.994198694706309e-05| -|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.994198694706309e-05| -|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.994198694706309e-05| -|pypi|[pydub](http://pydub.com)|1.9913498394281568e-05| -|npm|coffee-script|1.987290431972979e-05| -|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.985405730616327e-05| -|pypi|[pyscf](http://www.pyscf.org)|1.982758291668257e-05| -|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9794808539977525e-05| -|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.974256707759246e-05| -|pypi|[clikit](https://pypi.org/project/clikit)|1.974256707759246e-05| -|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.974256707759246e-05| -|pypi|[httpstan](https://pypi.org/project/httpstan)|1.974256707759246e-05| -|pypi|[language-data](https://pypi.org/project/language-data)|1.974256707759246e-05| -|npm|scheduler|1.974256707759246e-05| -|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.973412105959135e-05| -|pypi|[anytree](https://pypi.org/project/anytree)|1.9655170719134698e-05| -|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9639031425464732e-05| -|cran|stopwords|1.962832905193679e-05| -|cran|spam|1.957723443912988e-05| -|npm|[babel-loader](https://github.com/babel/babel-loader)|1.956518654851028e-05| -|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.954514140681653e-05| -|pypi|[validators](https://pypi.org/project/validators)|1.9511332112774825e-05| -|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.949712476757336e-05| -|npm|json5|1.947530582395567e-05| -|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9470239918230643e-05| -|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9428480783176215e-05| -|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9403014326872195e-05| -|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9403014326872195e-05| -|rubygems|[diff-lcs](https://github.com/halostatue/diff-lcs)|1.9375266488397386e-05| -|npm|[jasmine](http://jasmine.github.io/)|1.9342005503043522e-05| -|rubygems|[psych](https://github.com/ruby/psych)|1.9341583201142134e-05| -|pypi|[selenium](https://pypi.org/project/selenium)|1.9334728625600157e-05| -|cran|[remotes](https://remotes.r-lib.org)|1.930819990771061e-05| -|pypi|[pyside6](https://www.pyside.org)|1.924002900652647e-05| -|cran|modelr|1.9226281276138796e-05| -|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.9217684667580425e-05| -|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.9143420116037973e-05| -|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.911364169121646e-05| -|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.911364169121646e-05| -|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9111301700248626e-05| -|cran|[config](https://github.com/rstudio/config)|1.898430239619989e-05| -|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.889240868669135e-05| -|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.889240868669135e-05| -|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.889240868669135e-05| -|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.889240868669135e-05| -|pypi|[kneed](https://github.com/arvkevi/kneed)|1.889240868669135e-05| -|pypi|[BioPython](https://biopython.org/)|1.889240868669135e-05| -|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.889240868669135e-05| -|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.889240868669135e-05| -|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.889240868669135e-05| -|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.889240868669135e-05| -|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.889240868669135e-05| -|pypi|[sos-python](https://github.com/vatlab/SOS)|1.889240868669135e-05| -|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.889240868669135e-05| -|cran|dunn.test|1.889240868669135e-05| -|cran|minqa|1.8868616922326202e-05| -|cran|kernlab|1.878917433634202e-05| -|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.867958795193204e-05| -|cran|[tm](http://tm.r-forge.r-project.org/)|1.8655664117161645e-05| -|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8621579779901026e-05| -|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8598285294914246e-05| -|npm|validator|1.857791641133783e-05| -|npm|[ts-node](https://typestrong.org/ts-node)|1.854650452351497e-05| -|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.8450735162546793e-05| -|cran|Formula|1.843437527249899e-05| -|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8430824928668525e-05| -|cran|[hoardr](https://github.com/ropensci/hoardr)|1.840122089444918e-05| -|rubygems|concurrent-ruby|1.8349619289340102e-05| -|cran|[RANN](https://github.com/jefferis/RANN)|1.832113544938176e-05| -|spack|llvm-amdgpu|1.831058997202942e-05| -|spack|hsa-rocr-dev|1.831058997202942e-05| -|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8221830105621215e-05| -|pypi|[constantly](https://pypi.org/project/constantly)|1.8189488891704455e-05| -|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8189488891704455e-05| -|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8167150108774478e-05| -|cran|[reactable](https://glin.github.io/reactable/)|1.815378240323854e-05| -|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.814008598363203e-05| -|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8139895437246226e-05| -|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.810533667076446e-05| -|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.810533667076446e-05| -|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8085848161990298e-05| -|npm|[minimist](https://github.com/substack/minimist)|1.803245689948966e-05| -|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.7975036918731818e-05| -|cran|sandwich|1.7951507202842797e-05| -|pypi|[envisage](http://docs.enthought.com/envisage)|1.7947788252356782e-05| -|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.7947788252356782e-05| -|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.7947788252356782e-05| -|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.7947788252356782e-05| -|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.7947788252356782e-05| -|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.7947788252356782e-05| -|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.7947788252356782e-05| -|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.7947788252356782e-05| -|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.7947788252356782e-05| -|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.7947788252356782e-05| -|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.7947788252356782e-05| -|npm|tinymce|1.7947788252356782e-05| -|cran|[genalg](https://github.com/egonw/genalg)|1.7947788252356782e-05| -|cran|lpSolveAPI|1.7947788252356782e-05| -|cran|segmented|1.7941946860403838e-05| -|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.7919454528666464e-05| -|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7901699252524126e-05| -|cran|quadprog|1.7897068442281256e-05| -|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7878557358259064e-05| -|npm|depd|1.7878218560775957e-05| -|spack|libunistring|1.7877974523311865e-05| -|rubygems|[rspec-mocks](https://github.com/rspec/rspec-mocks)|1.784087805313116e-05| -|cran|lmtest|1.7832103651740167e-05| -|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7823792927297615e-05| -|cran|gmp|1.7795282721507075e-05| -|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.7768310369833214e-05| -|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7728849392339955e-05| -|cran|[semver](https://github.com/johndharrison/semver)|1.771703097482649e-05| -|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7709082668600436e-05| -|pypi|[awscrt](https://pypi.org/project/awscrt)|1.768753181445909e-05| -|rubygems|[coveralls](https://coveralls.io)|1.7672403604380785e-05| -|npm|[font-awesome](http://fontawesome.io/)|1.766922161406832e-05| -|pypi|[e13tools](https://e13tools.readthedocs.io)|1.76686004350979e-05| -|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.764925915421588e-05| -|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.763048031961037e-05| -|cran|lsa|1.7625898571743863e-05| -|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.758452582531884e-05| -|rubygems|[mocha](https://mocha.jamesmead.org)|1.7572708568764705e-05| -|npm|gulp|1.7560251432165976e-05| -|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7549945612762874e-05| -|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7490298186377977e-05| -|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7430721019372216e-05| -|npm|react-transition-group|1.7428091306807767e-05| -|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7424311094996377e-05| -|pypi|[triton](https://pypi.org/project/triton)|1.7399071572061443e-05| -|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7390216840142414e-05| -|pypi|[stevedore](https://pypi.org/project/stevedore)|1.737039699562568e-05| -|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7266348163630935e-05| -|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7266348163630935e-05| -|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.7257488704189212e-05| -|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.7242696571014193e-05| -|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7226495034797823e-05| -|pypi|[celerite](https://pypi.org/project/celerite)|1.719875050845533e-05| -|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|1.7180988330792798e-05| -|pypi|[folium](https://pypi.org/project/folium)|1.7173604985641153e-05| -|cran|[statmod](NA)|1.7162145986911578e-05| -|npm|[sass](https://github.com/sass/dart-sass)|1.716098173471369e-05| -|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.712561769387568e-05| -|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7093131668911218e-05| -|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7093131668911218e-05| -|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7093131668911218e-05| -|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7093131668911218e-05| -|pypi|[owslib](https://owslib.readthedocs.io)|1.7093131668911218e-05| -|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7093131668911218e-05| -|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7093131668911218e-05| -|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7078462583784013e-05| -|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.7077489818684408e-05| -|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7034497796792858e-05| -|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7016017756639476e-05| -|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.7007995766153373e-05| -|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.700766601056666e-05| -|rubygems|[html-pipeline](https://github.com/jch/html-pipeline)|1.7001968300010362e-05| -|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6999821770404906e-05| -|rubygems|activerecord|1.6973648800179412e-05| -|pypi|[configobj](https://github.com/DiffSK/configobj)|1.6936167240072633e-05| -|rubygems|gemoji|1.692220035222211e-05| -|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6922200352222106e-05| -|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6922200352222106e-05| -|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6922200352222106e-05| -|npm|on-headers|1.6845602999789314e-05| -|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6806549990061172e-05| -|pypi|[bottle](https://pypi.org/project/bottle)|1.6717928036948032e-05| -|rubygems|[rspec-core](https://github.com/rspec/rspec-core)|1.6712731362983018e-05| -|npm|rollup-plugin-commonjs|1.6697995882830824e-05| -|pypi|[moto](https://pypi.org/project/moto)|1.668434618770288e-05| -|pypi|[meshio](https://github.com/nschloe/meshio)|1.6682408826506774e-05| -|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.6675466269146244e-05| -|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6651067918853173e-05| -|pypi|[plumbum](https://pypi.org/project/plumbum)|1.6598666374684134e-05| -|pypi|[onnx](https://pypi.org/project/onnx)|1.657866505993262e-05| -|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.653449711993267e-05| -|rubygems|[utils](http://github.com/flori/utils)|1.6516866060097897e-05| -|cran|carrier|1.6512403477595647e-05| -|pypi|[neo](https://pypi.org/project/neo)|1.6504161805971565e-05| -|rubygems|actionview|1.6465311273725754e-05| -|pypi|[nbsite](https://pypi.org/project/nbsite)|1.6408958792292633e-05| -|pypi|[inflect](https://github.com/jaraco/inflect)|1.6358127007148035e-05| -|npm|autoprefixer|1.633883457873658e-05| -|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6316171138506162e-05| -|pypi|[SQLObject](http://sqlobject.org/)|1.6316171138506162e-05| -|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6316171138506162e-05| -|pypi|[pweave](http://mpastell.com/pweave)|1.6316171138506162e-05| -|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6316171138506162e-05| -|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6316171138506162e-05| -|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6316171138506162e-05| -|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6316171138506162e-05| -|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6316171138506162e-05| -|cran|plotROC|1.6316171138506162e-05| -|npm|js-cookie|1.6299521984283198e-05| -|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.62549490115598e-05| -|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6239474396243037e-05| -|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6231069972976243e-05| -|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6229652399811938e-05| -|rubygems|[rspec-support](https://github.com/rspec/rspec-support)|1.6193153998912254e-05| -|npm|styled-components|1.6190084251037122e-05| -|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6184534362953703e-05| -|cran|caTools|1.618362414062276e-05| -|spack|libfabric|1.6169251769430927e-05| -|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6166206330247837e-05| -|npm|[babel-preset-es2015](https://babeljs.io/)|1.616380399128006e-05| -|cran|SeuratObject|1.616290104342675e-05| -|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.615988597434423e-05| -|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.6153009427121104e-05| -|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.6153009427121104e-05| -|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6092375655896995e-05| -|cran|mondate|1.6057130453036142e-05| -|cran|DAAG|1.6057130453036142e-05| -|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.605234735507798e-05| -|cran|SuppDists|1.6040835750543873e-05| -|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.6014761578790726e-05| -|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.5967342652096724e-05| -|rubygems|[thread_order](https://github.com/JoshCheek/thread_order)|1.5965446586475703e-05| -|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5945919562670832e-05| -|cran|qlcMatrix|1.5933095816123846e-05| -|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5877579907402244e-05| -|npm|react-highcharts|1.5856128719187383e-05| -|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5855179190170843e-05| -|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5846076236718477e-05| -|cran|RcppRoll|1.5831119746508182e-05| -|cran|blavaan|1.5801402012102847e-05| -|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.5775943450398508e-05| -|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.576230927468885e-05| -|cran|mediation|1.5682566325348362e-05| -|cran|Rgraphviz|1.5679354942412647e-05| -|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5661581891639905e-05| -|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.5636447232415314e-05| -|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5618746928954233e-05| -|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5607888449557947e-05| -|pypi|[beast](http://beast.readthedocs.io/)|1.5606772393353723e-05| -|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5606772393353723e-05| -|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5606772393353723e-05| -|pypi|[itables](https://pypi.org/project/itables)|1.5606772393353723e-05| -|pypi|[gekko](https://pypi.org/project/gekko)|1.5606772393353723e-05| -|pypi|[readlif](https://pypi.org/project/readlif)|1.5606772393353723e-05| -|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5606772393353723e-05| -|spack|libsbml|1.5606772393353723e-05| -|spack|libsedml|1.5606772393353723e-05| -|spack|libcombine|1.5606772393353723e-05| -|spack|crossguid|1.5606772393353723e-05| -|spack|nativejit|1.5606772393353723e-05| -|spack|cpufeatures|1.5606772393353723e-05| -|spack|raptor|1.5606772393353723e-05| -|spack|qcp|1.5606772393353723e-05| -|spack|qwtplot3d|1.5606772393353723e-05| -|spack|mml|1.5606772393353723e-05| -|spack|sbw|1.5606772393353723e-05| -|cran|spex|1.5606772393353723e-05| -|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5606772393353723e-05| -|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5560918193362607e-05| -|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5556563413581243e-05| -|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5506889050036258e-05| -|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5488279700165076e-05| -|spack|atlas|1.5450704669420186e-05| -|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5419206626178393e-05| -|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.540518491660624e-05| -|pypi|[mopti](https://github.com/basf/mopti)|1.540518491660624e-05| -|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5405184916606237e-05| -|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.53838185020201e-05| -|pypi|[pytoml](https://pypi.org/project/pytoml)|1.53838185020201e-05| -|npm|nprogress|1.53838185020201e-05| -|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.531134542844862e-05| -|rubygems|[chartkick](https://chartkick.com)|1.5302422636930044e-05| -|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5274446365816925e-05| -|cran|VennDiagram|1.5240230817043724e-05| -|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5229980316999899e-05| -|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5229980316999899e-05| -|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5209035211997146e-05| -|rubygems|nio4r|1.5149398410560743e-05| -|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5123270344858012e-05| -|spack|libedit|1.5111970235596243e-05| -|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5074580740144555e-05| -|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5033961150037892e-05| -|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5006552474826587e-05| -|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4986453364833978e-05| -|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4956490210297318e-05| -|pypi|[hyperion](http://www.hyperion-rt.org)|1.4956490210297318e-05| -|pypi|[cmyt](https://github.com/yt-project/yt)|1.4956490210297318e-05| -|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4956490210297318e-05| -|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4956490210297318e-05| -|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4956490210297318e-05| -|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4956490210297318e-05| -|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4956490210297318e-05| -|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4956490210297318e-05| -|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4956490210297318e-05| -|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4956490210297318e-05| -|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4956490210297318e-05| -|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4956490210297318e-05| -|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4956490210297318e-05| -|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4956490210297318e-05| -|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4956490210297318e-05| -|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4956490210297318e-05| -|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4956490210297318e-05| -|cran|PhysicalActivity|1.4956490210297318e-05| -|cran|shinyFeedback|1.4956490210297318e-05| -|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4956490210297316e-05| -|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4912407923361712e-05| -|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.490827134782236e-05| -|npm|docco|1.4903532729960395e-05| -|cran|extrafont|1.4897690081602011e-05| -|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4896504805831167e-05| -|cran|futile.options|1.4891536309955456e-05| -|cran|lambda.r|1.4891536309955456e-05| -|npm|postcss|1.4855143229326898e-05| -|cran|[vegan](https://github.com/vegandevs/vegan)|1.4831457314142356e-05| -|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4825922562840522e-05| -|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4806925308194344e-05| -|rubygems|rack|1.4805923290536593e-05| -|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4804201894819045e-05| -|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4804201894819045e-05| -|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4804201894819045e-05| -|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4804201894819045e-05| -|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4804201894819045e-05| -|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4804201894819045e-05| -|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4804201894819045e-05| -|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4798952348413007e-05| -|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4777946250027469e-05| -|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4777946250027469e-05| -|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4777946250027469e-05| -|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4777946250027469e-05| -|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4777946250027469e-05| -|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4777946250027469e-05| -|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4777946250027469e-05| -|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4777946250027469e-05| -|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4777946250027469e-05| -|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4777946250027469e-05| -|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4734207678720512e-05| -|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.4697028384295673e-05| -|npm|babel-core|1.4688927959258504e-05| -|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.465651811953742e-05| -|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4653813020839527e-05| -|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4585302821677388e-05| -|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|1.4577999437628567e-05| -|cran|PASWR|1.4556583246340316e-05| -|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4551035755665737e-05| -|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4551035755665737e-05| -|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4551035755665737e-05| -|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4551035755665737e-05| -|npm|[should](https://github.com/shouldjs/should.js)|1.4549636839147725e-05| -|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4548978147487032e-05| -|npm|[qunit](https://qunitjs.com)|1.4546069255334002e-05| -|cran|arrow|1.4541201945648199e-05| -|cran|leaflet.providers|1.4533623191564794e-05| -|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4488470107141889e-05| -|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4488470107141889e-05| -|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4488470107141889e-05| -|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4477882523567804e-05| -|pypi|[pyct](https://pypi.org/project/pyct)|1.4463274900976898e-05| -|cran|logspline|1.4456951079249925e-05| -|npm|whatwg-fetch|1.4450461834382204e-05| -|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.442726055670218e-05| -|rubygems|[capybara](https://github.com/teamcapybara/capybara)|1.4399747325960842e-05| -|cran|timetk|1.4398279726810168e-05| -|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4358230601885423e-05| -|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4358230601885423e-05| -|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4358230601885423e-05| -|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4358230601885423e-05| -|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4358230601885423e-05| -|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4358230601885423e-05| -|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4358230601885423e-05| -|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|1.4358230601885423e-05| -|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|1.4358230601885423e-05| -|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|1.4358230601885423e-05| -|cran|DiceKriging|1.4344424610922073e-05| -|npm|zap|1.430214376359681e-05| -|npm|diff|1.430214376359681e-05| -|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4294387039822413e-05| -|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.428432794437572e-05| -|rubygems|jdbc-mysql|1.421464829586657e-05| -|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4185655714843533e-05| -|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4185655714843533e-05| -|cran|polynom|1.4173884112320565e-05| -|cran|biglm|1.4126680150845978e-05| -|npm|[terser](https://terser.org)|1.411118076051623e-05| -|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4101833626851757e-05| -|cran|nloptr|1.4091129079766303e-05| -|npm|del-cli|1.4089897845942464e-05| -|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4062387938385041e-05| -|cran|compiler|1.4032606443592664e-05| -|npm|puppeteer|1.3982203309228615e-05| -|pypi|[manhole](https://pypi.org/project/manhole)|1.3978646871327298e-05| -|pypi|[pydeck](https://pypi.org/project/pydeck)|1.3972368538278257e-05| -|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3955555865454344e-05| -|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3928215797740418e-05| -|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3890473702171224e-05| -|cran|gdata|1.3883896198073144e-05| -|pypi|[pvlib](https://pypi.org/project/pvlib)|1.386896991183376e-05| -|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3850879716092545e-05| -|spack|gl2ps|1.3842547449451635e-05| -|pypi|[fabio](https://pypi.org/project/fabio)|1.3808045426292348e-05| -|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.380599096335137e-05| -|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.380599096335137e-05| -|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.380599096335137e-05| -|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.380599096335137e-05| -|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.380599096335137e-05| -|pypi|[pypylon](https://pypi.org/project/pypylon)|1.380599096335137e-05| -|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.380599096335137e-05| -|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.380599096335137e-05| -|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.380599096335137e-05| -|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.380599096335137e-05| -|pypi|[ipython_genutils](http://ipython.org)|1.380599096335137e-05| -|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.380599096335137e-05| -|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.380599096335137e-05| -|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.380599096335137e-05| -|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.380599096335137e-05| -|pypi|[interlap](http://brentp.github.io/interlap)|1.380599096335137e-05| -|pypi|[eemont](https://github.com/davemlz/eemont)|1.380599096335137e-05| -|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.380599096335137e-05| -|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.380599096335137e-05| -|pypi|[bottle-cork](http://cork.firelet.net/)|1.380599096335137e-05| -|pypi|[beaker](https://beaker.readthedocs.io/)|1.380599096335137e-05| -|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.380599096335137e-05| -|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.380599096335137e-05| -|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.380599096335137e-05| -|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.380599096335137e-05| -|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.380599096335137e-05| -|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.380599096335137e-05| -|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.380599096335137e-05| -|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.380599096335137e-05| -|cran|mlrMBO|1.380599096335137e-05| -|cran|emoa|1.380599096335137e-05| -|cran|vcd|1.3791928363953919e-05| -|cran|fftwtools|1.3779751179309464e-05| -|npm|reflect-metadata|1.3754448318516944e-05| -|npm|recharts|1.3735552233946515e-05| -|pypi|[mlflow](https://pypi.org/project/mlflow)|1.373442416531286e-05| -|spack|perl-data-dumper|1.3715888706537919e-05| -|spack|libelf|1.3715888706537919e-05| -|spack|binutils|1.3715888706537919e-05| -|spack|isl|1.3715888706537919e-05| -|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3689492822994533e-05| -|npm|[request](https://github.com/request/request#readme)|1.3677022327911526e-05| -|pypi|[scitokens](https://scitokens.org)|1.3674505335128978e-05| -|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3651745365858358e-05| -|npm|babel-runtime|1.3601218533098517e-05| -|spack|glu|1.3580198401783259e-05| -|cran|websocket|1.3560887288925722e-05| -|pypi|[gssapi](https://pypi.org/project/gssapi)|1.35576390131344e-05| -|pypi|[raven](https://pypi.org/project/raven)|1.3538115848546964e-05| -|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.3519963315275348e-05| -|cran|[smoothr](https://strimas.com/smoothr/)|1.3519005317863187e-05| -|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3477276892795384e-05| -|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3461954464933181e-05| -|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3443748057598675e-05| -|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3443748057598675e-05| -|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3443748057598675e-05| -|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3443748057598675e-05| -|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.342191231026834e-05| -|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.3421443605298998e-05| -|pypi|[nose2](https://pypi.org/project/nose2)|1.3413146921417327e-05| -|rubygems|[ruby-maven](https://github.com/takari/ruby-maven)|1.340933516497462e-05| -|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3397013134617377e-05| -|spack|[hpx](https://hpx.stellar-group.org/)|1.338708233854278e-05| -|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.336906518051747e-05| -|spack|memkind|1.3360846369004455e-05| -|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3360712105510854e-05| -|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3335471727913776e-05| -|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3294657964708726e-05| -|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3294657964708726e-05| -|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3294657964708726e-05| -|pypi|[scico](https://github.com/lanl/scico)|1.3294657964708726e-05| -|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3294657964708726e-05| -|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3294657964708726e-05| -|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3294657964708726e-05| -|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3294657964708726e-05| -|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3294657964708726e-05| -|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3294657964708726e-05| -|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3294657964708726e-05| -|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3294657964708726e-05| -|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3294657964708726e-05| -|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3294657964708726e-05| -|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3294657964708726e-05| -|npm|ngx-smart-modal|1.3294657964708726e-05| -|npm|plotly|1.3294657964708726e-05| -|cran|numform|1.3294657964708726e-05| -|cran|qmap|1.3294657964708726e-05| -|spack|gflags|1.3281959578778979e-05| -|spack|[git](http://git-scm.com)|1.3255855094868908e-05| -|cran|[seriation](https://github.com/mhahsler/seriation)|1.324338822420773e-05| -|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3232398529202565e-05| -|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3232398529202565e-05| -|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3226858006480048e-05| -|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3202704377617624e-05| -|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3161711385061638e-05| -|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3154120335904327e-05| -|npm|stylelint-config-twbs-bootstrap|1.3154120335904327e-05| -|npm|stylelint|1.3154120335904327e-05| -|npm|postcss-cli|1.3154120335904327e-05| -|npm|lockfile-lint|1.3154120335904327e-05| -|npm|hugo-bin|1.3154120335904327e-05| -|npm|find-unused-sass-variables|1.3154120335904327e-05| -|npm|clean-css-cli|1.3154120335904327e-05| -|npm|[stylus](https://github.com/stylus/stylus)|1.3152434356334698e-05| -|npm|eslint-plugin-react|1.314280434101459e-05| -|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3140927690873303e-05| -|npm|inherits|1.312306255081524e-05| -|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.309463142896852e-05| -|cran|gridBase|1.3079583859079016e-05| -|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3064849774349414e-05| -|pypi|[Automat](https://pypi.org/project/Automat)|1.306154939103109e-05| -|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3042059463379268e-05| -|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3030094271211021e-05| -|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3030094271211021e-05| -|npm|grunt-shell|1.3018248730964466e-05| -|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.3009493320463683e-05| -|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.2994740646021338e-05| -|npm|[difflet](https://github.com/substack/difflet#readme)|1.2948086684888714e-05| -|cran|proj4|1.2919971190350406e-05| -|npm|camelcase|1.288583326731708e-05| -|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2880290449040042e-05| -|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2839501092315106e-05| -|cran|RandomFieldsUtils|1.28362627709247e-05| -|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2819848751683416e-05| -|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2819848751683416e-05| -|cran|[jqr](https://docs.ropensci.org/jqr/)|1.279628464873985e-05| -|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2787287362615048e-05| -|cran|[base64url](https://github.com/mllg/base64url)|1.2761379610622816e-05| -|cran|[attempt](https://github.com/ColinFay/attempt)|1.2760223130510174e-05| -|npm|karma|1.2723363906964428e-05| -|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.269165026416658e-05| -|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.269165026416658e-05| -|cran|stargazer|1.269165026416658e-05| -|npm|on-finished|1.263463879177108e-05| -|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2600909891666592e-05| -|cran|plm|1.259909440943924e-05| -|npm|retry|1.2579295516279298e-05| -|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2563451776649754e-05| -|npm|npm-run-all2|1.2510340974678485e-05| -|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2486362063043133e-05| -|spack|numactl|1.243781725888325e-05| -|spack|kokkos-nvcc-wrapper|1.243781725888325e-05| -|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2402094257265578e-05| -|npm|readable-stream|1.23994168811609e-05| -|npm|dayjs|1.238338350635472e-05| -|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2377785001625367e-05| -|pypi|[datasize](https://pypi.org/project/datasize)|1.2377785001625367e-05| -|pypi|[halo](https://pypi.org/project/halo)|1.2377785001625367e-05| -|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2377785001625367e-05| -|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2377785001625367e-05| -|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2377785001625367e-05| -|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2377785001625367e-05| -|pypi|[spock](https://pypi.org/project/spock)|1.2377785001625367e-05| -|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2377785001625367e-05| -|pypi|[Celery](http://celeryproject.org)|1.2377785001625367e-05| -|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2377785001625367e-05| -|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2377785001625367e-05| -|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2377785001625367e-05| -|pypi|[mpld3](http://mpld3.github.com)|1.2364031907179117e-05| -|cran|[reshape](http://had.co.nz/reshape)|1.2355929803979837e-05| -|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2318502150023905e-05| -|cran|bezier|1.2310392933978011e-05| -|cran|ComplexHeatmap|1.2310392933978011e-05| -|cran|GlobalOptions|1.2310392933978011e-05| -|npm|marked|1.2298335394741892e-05| -|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2295153963329262e-05| -|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.2269254200864826e-05| -|pypi|[visitor](http://github.com/mbr/visitor)|1.224131198750488e-05| -|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2221589143271527e-05| -|pypi|[silx](https://pypi.org/project/silx)|1.2221589143271527e-05| -|rubygems|[addressable](https://github.com/sporkmonger/addressable)|1.2203895511966862e-05| -|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2170309748264785e-05| -|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2167992035496123e-05| -|npm|[auth0](https://github.com/auth0/node-auth0)|1.2167992035496123e-05| -|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2167992035496123e-05| -|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2167992035496123e-05| -|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2167992035496123e-05| -|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2167992035496123e-05| -|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2167992035496123e-05| -|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2167992035496123e-05| -|npm|hammerjs|1.2167992035496123e-05| -|npm|http-status-codes|1.2167992035496123e-05| -|npm|is-url|1.2167992035496123e-05| -|npm|jwks-rsa|1.2167992035496123e-05| -|npm|nats|1.2167992035496123e-05| -|npm|nestjs-s3|1.2167992035496123e-05| -|npm|ngx-material-file-input|1.2167992035496123e-05| -|npm|passport-jwt|1.2167992035496123e-05| -|npm|sharp|1.2167992035496123e-05| -|npm|ssh2|1.2167992035496123e-05| -|npm|stackdriver-errors-js|1.2167992035496123e-05| -|npm|tiny-version-compare|1.2167992035496123e-05| -|npm|unzipper|1.2167992035496123e-05| -|npm|yaml|1.2167992035496123e-05| -|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2155667470033693e-05| -|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2150543525513904e-05| -|rubygems|[jekyll-commonmark](https://github.com/pathawks/jekyll-commonmark)|1.2141678752719362e-05| -|cran|rms|1.2129237596890713e-05| -|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.2084060488701536e-05| -|npm|[pug](https://pugjs.org)|1.2078008937145993e-05| -|npm|svgo|1.2057067750958252e-05| -|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2054027734755736e-05| -|cran|dfoptim|1.2052398560947223e-05| -|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.20429659173314e-05| -|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2039699260829867e-05| -|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2039699260829867e-05| -|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.20305482599131e-05| -|spack|[pugixml](https://pugixml.org/)|1.2008535466398309e-05| -|cran|jsonify|1.199238578680203e-05| -|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.1975711018495647e-05| -|cran|RSpectra|1.19669727027867e-05| -|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.1965192168237855e-05| -|pypi|[pyfai](https://pypi.org/project/pyfai)|1.1965192168237855e-05| -|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.1965192168237855e-05| -|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.1965192168237855e-05| -|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.1965192168237855e-05| -|pypi|[PyCBC](http://www.pycbc.org/)|1.1965192168237855e-05| -|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.1965192168237855e-05| -|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.1965192168237855e-05| -|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1938451562145374e-05| -|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.193527918781726e-05| -|cran|[proxy](NA)|1.1932313422732883e-05| -|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1886193411374703e-05| -|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.187938464725992e-05| -|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1877230227058031e-05| -|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1845540246555475e-05| -|npm|p-each-series|1.1845540246555475e-05| -|cran|robotstxt|1.1845540246555475e-05| -|cran|[geosphere](NA)|1.1807179102536235e-05| -|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1802345471908852e-05| -|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1736571532166167e-05| -|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1735357843313741e-05| -|pypi|[untokenize](https://pypi.org/project/untokenize)|1.173206910914866e-05| -|npm|[split](http://github.com/dominictarr/split)|1.17258533990031e-05| -|npm|react-test-renderer|1.172419285229865e-05| -|npm|react-collapsible|1.1703137187947925e-05| -|npm|react-icons|1.1703137187947925e-05| -|cran|ggdist|1.1693674345958608e-05| -|cran|bridgesampling|1.1693674345958608e-05| -|cran|bayesQR|1.1693674345958608e-05| -|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1691948597088192e-05| -|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1650148069029818e-05| -|cran|mice|1.162941721316263e-05| -|spack|libzmq|1.1613274751524975e-05| -|spack|dataspaces|1.1613274751524975e-05| -|spack|c-blosc|1.1613274751524975e-05| -|spack|zfp|1.1613274751524975e-05| -|spack|sz|1.1613274751524975e-05| -|npm|basic-auth|1.1587793489369584e-05| -|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1579218227326955e-05| -|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1553888687454678e-05| -|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1531033753849684e-05| -|npm|[jade](http://jade-lang.com)|1.1483176029657698e-05| -|pypi|[psims](https://pypi.org/project/psims)|1.1458480071891775e-05| -|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.142248523774992e-05| -|npm|[keycode](https://github.com/timoxley/keycode)|1.142248523774992e-05| -|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.142248523774992e-05| -|npm|simple-assign|1.142248523774992e-05| -|npm|warning|1.142248523774992e-05| -|npm|lodash.merge|1.142248523774992e-05| -|npm|lodash.throttle|1.142248523774992e-05| -|npm|recompose|1.142248523774992e-05| -|pypi|[bandit](https://pypi.org/project/bandit)|1.1402982148382459e-05| -|cran|AER|1.1399578348520907e-05| -|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.137190339333703e-05| -|cran|sm|1.1368111396492782e-05| -|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1362698966842957e-05| -|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.132945915578263e-05| -|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1286743868056834e-05| -|pypi|[m2r](https://pypi.org/project/m2r)|1.1285417633716899e-05| -|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1255827203978038e-05| -|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1217367657722988e-05| -|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1217367657722988e-05| -|cran|EnvStats|1.1217367657722988e-05| -|pypi|[schema](https://github.com/keleshev/schema)|1.1214862074947446e-05| -|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1210169346926587e-05| -|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.120298036187697e-05| -|cran|gganimate|1.1192105014594672e-05| -|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1188195556074421e-05| -|pypi|[memoization](https://pypi.org/project/memoization)|1.1188195556074421e-05| -|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1188195556074421e-05| -|rubygems|[kramdown-parser-gfm](https://github.com/kramdown/parser-gfm)|1.1179228607686732e-05| -|rubygems|[jekyll-theme-primer](https://github.com/pages-themes/jekyll-theme-primer)|1.1179228607686732e-05| -|rubygems|[jekyll_test_plugin_malicious](https://github.com/jekyll/jekyll-test-plugin-malicious)|1.1179228607686732e-05| -|pypi|[treq](https://pypi.org/project/treq)|1.1178587615249145e-05| -|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1169443453001351e-05| -|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1157492800663803e-05| -|pypi|[plaster](https://pypi.org/project/plaster)|1.115244662878818e-05| -|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1147281689104692e-05| -|spack|netcdf-c|1.1136785751283833e-05| -|spack|cgns|1.1136785751283833e-05| -|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1132632475090778e-05| -|pypi|[stfio](https://pypi.org/project/stfio)|1.1105193981145758e-05| -|pypi|[klusta](https://klusta.cortexlab.net)|1.1105193981145758e-05| -|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1105193981145758e-05| -|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1105193981145758e-05| -|npm|ms|1.1003760771754876e-05| -|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.099943022894437e-05| -|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.099943022894437e-05| -|npm|eslint-plugin-prettier|1.0993823104763348e-05| -|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.0978451135464171e-05| -|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0951620427088391e-05| -|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0945431472081221e-05| -|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0934344842974286e-05| -|npm|react-json-view|1.0896871438930903e-05| -|pypi|[emperor](http://github.com/biocore/emperor)|1.0877447425670775e-05| -|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0877447425670775e-05| -|npm|[canvg](https://github.com/canvg/canvg)|1.0877447425670775e-05| -|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0877447425670775e-05| -|npm|[http](https://github.com/npm/security-holder#readme)|1.0877447425670775e-05| -|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0877447425670775e-05| -|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0877447425670775e-05| -|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0877447425670775e-05| -|npm|[sequelize](https://sequelize.org/)|1.0877447425670775e-05| -|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.08757524594477e-05| -|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0843891940857396e-05| -|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0830856690176545e-05| -|spack|ffmpeg|1.0804065955775027e-05| -|npm|create-react-class|1.0787433705684825e-05| -|npm|react-ga|1.0787433705684825e-05| -|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0781869854540803e-05| -|npm|acorn|1.0767566757107068e-05| -|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0756197049824017e-05| -|pypi|[equinox](https://pypi.org/project/equinox)|1.0748085782536366e-05| -|cran|pscl|1.0737319961193253e-05| -|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0729275367445482e-05| -|pypi|[looseversion](https://pypi.org/project/looseversion)|1.0684706690584328e-05| -|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0604151559100795e-05| -|spack|fftw-api|1.0576375220138817e-05| -|cran|udpipe|1.0568953202440474e-05| -|cran|Rcsdp|1.0568525009111724e-05| -|npm|vue-loader|1.0560350409199213e-05| -|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0557522501386342e-05| -|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0557522501386342e-05| -|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0557522501386342e-05| -|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0557522501386342e-05| -|pypi|[sty](https://pypi.org/project/sty)|1.0557522501386342e-05| -|pypi|[awscli](https://pypi.org/project/awscli)|1.0557522501386342e-05| -|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0557522501386342e-05| -|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0557522501386342e-05| -|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0557522501386342e-05| -|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0557522501386342e-05| -|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0557522501386342e-05| -|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0557522501386342e-05| -|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0557522501386342e-05| -|cran|tableHTML|1.0557522501386342e-05| -|cran|shiny.i18n|1.0557522501386342e-05| -|cran|popbio|1.0557522501386342e-05| -|pypi|[pims](https://github.com/soft-matter/pims)|1.0537915673883767e-05| -|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0533426131709596e-05| -|npm|karma-chrome-launcher|1.0519952402768842e-05| -|npm|[through2](https://github.com/rvagg/through2#readme)|1.051021911382671e-05| -|cran|[ini](https://github.com/dvdscripter/ini)|1.0483571164341939e-05| -|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0467371605979767e-05| -|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0457182411497133e-05| -|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0457182411497133e-05| -|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0457182411497133e-05| -|rubygems|[jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)|1.0451221446700509e-05| -|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0440780666034473e-05| -|spack|[fftw](https://www.fftw.org)|1.0438760207997371e-05| -|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0425298633368979e-05| -|spack|libgd|1.0424075416968816e-05| -|npm|babel-eslint|1.0397057853447863e-05| -|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0394210628785557e-05| -|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0381378573336895e-05| -|pypi|[yattag](https://pypi.org/project/yattag)|1.0381378573336895e-05| -|spack|[gsl](https://www.gnu.org/software/gsl)|1.0365046077675214e-05| -|pypi|[od](https://pypi.org/project/od)|1.0364847715736042e-05| -|pypi|[beartype](https://pypi.org/project/beartype)|1.0361454226360593e-05| -|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0346301667875281e-05| -|cran|optimx|1.0307041181623832e-05| -|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0255879001346732e-05| -|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0255879001346732e-05| -|pypi|[webtest](https://pypi.org/project/webtest)|1.0254559040808754e-05| -|npm|lodash.get|1.0243059152595049e-05| -|cran|[storr](https://github.com/richfitz/storr)|1.0240067854552987e-05| -|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.023732154857885e-05| -|cran|pls|1.0223027496027377e-05| -|spack|glx|1.0213756641162628e-05| -|spack|libxt|1.0213756641162628e-05| -|spack|osmesa|1.0213756641162628e-05| -|spack|netcdf-cxx|1.0213756641162628e-05| -|spack|libogg|1.0213756641162628e-05| -|spack|libtheora|1.0213756641162628e-05| -|spack|utf8cpp|1.0213756641162628e-05| -|spack|proj|1.0213756641162628e-05| -|spack|seacas|1.0213756641162628e-05| -|npm|react-router|1.020553384633e-05| -|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0188718745241138e-05| -|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0170413343002176e-05| -|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.016237422951414e-05| -|rubygems|[flexmock](https://github.com/doudou/flexmock)|1.0154549891225526e-05| -|pypi|[slycot](https://github.com/python-control/Slycot)|1.0153320211333265e-05| -|pypi|[PySide](http://www.pyside.org)|1.0153320211333265e-05| -|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0153320211333265e-05| -|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0153320211333265e-05| -|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0153320211333265e-05| -|npm|[remark](https://remark.js.org)|1.0153320211333265e-05| -|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0153320211333265e-05| -|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0153320211333265e-05| -|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0127726942370936e-05| -|cran|janeaustenr|1.0117151777434645e-05| -|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0048508413575792e-05| -|spack|arpack-ng|1.0047556459131876e-05| -|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0032353433368662e-05| -|cran|mlmRev|1.003113574109847e-05| -|npm|babel-jest|1.0016469790118611e-05| -|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.000582366195209e-05| -|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.000582366195209e-05| -|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0003518495423788e-05| -|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.995191767551818e-06| -|cran|gsl|9.989977655686817e-06| -|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.986213931101531e-06| -|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.975191786573032e-06| -|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.970993473531546e-06| -|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.970993473531546e-06| -|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.970993473531546e-06| -|pypi|[xlwings](https://pypi.org/project/xlwings)|9.970993473531546e-06| -|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.939080815848402e-06| -|cran|spacyr|9.91615300942712e-06| -|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.894070114860665e-06| -|cran|[NISTunits](NA)|9.880257432922405e-06| -|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.87672572431858e-06| -|npm|source-map-js|9.87128353879623e-06| -|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.840829146965309e-06| -|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.840093583924688e-06| -|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.837152061136832e-06| -|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|9.829865565906178e-06| -|pypi|[siphon](https://pypi.org/project/siphon)|9.824972843030517e-06| -|rubygems|rubocop-performance|9.82099620512665e-06| -|cran|measurements|9.816799181601573e-06| -|npm|[del](https://github.com/sindresorhus/del#readme)|9.798785650535104e-06| -|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.779504104941471e-06| -|cran|NLP|9.771355532345436e-06| -|cran|celestial|9.76139912092466e-06| -|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.727221324464422e-06| -|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.705586713264504e-06| -|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.701507163436097e-06| -|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.691805656272665e-06| -|pypi|[Click](https://palletsprojects.com/p/click/)|9.69045874732009e-06| -|cran|modeldata|9.683238796868393e-06| -|cran|spData|9.67642183777064e-06| -|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.673857868020304e-06| -|pypi|[affine](https://pypi.org/project/affine)|9.660525120964884e-06| -|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.627283780137824e-06| -|pypi|[linetools](https://pypi.org/project/linetools)|9.625682225869244e-06| -|npm|codemirror|9.624747985879242e-06| -|cran|tkrplot|9.599386980740039e-06| -|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.59666437072087e-06| -|pypi|[spacy](https://pypi.org/project/spacy)|9.584929125713494e-06| -|pypi|[ninja](https://pypi.org/project/ninja)|9.568134237786953e-06| -|cran|HSAUR3|9.527846161657381e-06| -|pypi|[clang](http://clang.llvm.org/)|9.512870627779485e-06| -|cran|[pander](https://rapporter.github.io/pander/)|9.459721569221212e-06| -|pypi|[alerce](https://pypi.org/project/alerce)|9.446204343345675e-06| -|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.446204343345675e-06| -|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.446204343345675e-06| -|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.446204343345675e-06| -|pypi|[mp-api](https://github.com/materialsproject/api)|9.446204343345675e-06| -|pypi|[trainstation](https://pypi.org/project/trainstation)|9.446204343345675e-06| -|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.446204343345675e-06| -|pypi|[pygithub](https://pypi.org/project/pygithub)|9.446204343345675e-06| -|npm|highcharts-exporting|9.446204343345675e-06| -|npm|highcharts-no-data-to-display|9.446204343345675e-06| -|npm|[history](https://github.com/remix-run/history#readme)|9.446204343345675e-06| -|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.446204343345675e-06| -|npm|[ramda](https://ramdajs.com/)|9.446204343345675e-06| -|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.446204343345675e-06| -|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.446204343345675e-06| -|npm|react-fontawesome|9.446204343345675e-06| -|npm|react-js-pagination|9.446204343345675e-06| -|npm|react-router-redux|9.446204343345675e-06| -|npm|react-s-alert|9.446204343345675e-06| -|npm|react-table|9.446204343345675e-06| -|npm|redux-form|9.446204343345675e-06| -|npm|redux-observable|9.446204343345675e-06| -|npm|redux-persist|9.446204343345675e-06| -|npm|reselect|9.446204343345675e-06| -|npm|rx-dom|9.446204343345675e-06| -|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.414716995534522e-06| -|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.392388227254978e-06| -|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.391058655940707e-06| -|cran|[ggsci](https://nanx.me/ggsci/)|9.391058655940707e-06| -|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.313712126581862e-06| -|cran|rcmdcheck|9.289876070416627e-06| -|npm|codecov|9.283049750970842e-06| -|pypi|[itk-io](https://pypi.org/project/itk-io)|9.2618279291412e-06| -|pypi|[minio](https://pypi.org/project/minio)|9.248770162475749e-06| -|pypi|[recipy](http://www.recipy.org)|9.203993975567579e-06| -|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.203993975567579e-06| -|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.203993975567579e-06| -|pypi|[svn](https://github.com/dsoprea/PySvn)|9.203993975567579e-06| -|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.203993975567579e-06| -|pypi|[tableone](https://pypi.org/project/tableone)|9.203993975567579e-06| -|cran|Biostrings|9.199189033371018e-06| -|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.19824147933285e-06| -|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.194601985678176e-06| -|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.188532880424414e-06| -|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.18249985112295e-06| -|cran|rstatix|9.166711302786247e-06| -|cran|[rstantools](https://mc-stan.org/rstantools/)|9.16259662930801e-06| -|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.146684678709506e-06| -|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.146684678709506e-06| -|npm|[fuse.js](http://fusejs.io)|9.140552159950279e-06| -|rubygems|jekyll-include-cache|9.130937273386513e-06| -|pypi|[profimp](https://pypi.org/project/profimp)|9.123320898432566e-06| -|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.123320898432566e-06| -|pypi|[scrublet](https://pypi.org/project/scrublet)|9.123320898432566e-06| -|pypi|[scanorama](https://pypi.org/project/scanorama)|9.123320898432566e-06| -|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.123320898432566e-06| -|pypi|[bbknn](https://pypi.org/project/bbknn)|9.123320898432566e-06| -|pypi|[session-info](https://pypi.org/project/session-info)|9.123320898432566e-06| -|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.120406683340491e-06| -|pypi|[visdom](https://pypi.org/project/visdom)|9.11670606030855e-06| -|pypi|[nameparser](https://pypi.org/project/nameparser)|9.111954035811904e-06| -|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.088311276287166e-06| -|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.07157816870403e-06| -|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.065720019562555e-06| -|cran|gt|9.052140022577033e-06| -|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.02671314843654e-06| -|rubygems|[power_assert](https://github.com/ruby/power_assert)|9.019374247869832e-06| -|rubygems|packnga|9.019374247869832e-06| -|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|9.017375047117191e-06| -|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.986713974930073e-06| -|cran|[beautier](https://docs.ropensci.org/beautier/)|8.985344070836992e-06| -|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.973894126178394e-06| -|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.973894126178391e-06| -|pypi|[ccxt](https://ccxt.com)|8.973894126178391e-06| -|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.973894126178391e-06| -|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.973894126178391e-06| -|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.973894126178391e-06| -|pypi|[schedule](https://github.com/dbader/schedule)|8.973894126178391e-06| -|pypi|[tangle](https://github.com/fifman/tangle)|8.973894126178391e-06| -|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.973894126178391e-06| -|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.973894126178391e-06| -|npm|form-create|8.973894126178391e-06| -|npm|ant-design-vue|8.973894126178391e-06| -|npm|butterfly-dag|8.973894126178391e-06| -|npm|china-area-data|8.973894126178391e-06| -|npm|cron-parser|8.973894126178391e-06| -|npm|dom-align|8.973894126178391e-06| -|npm|element-resize-detector|8.973894126178391e-06| -|npm|enquire.js|8.973894126178391e-06| -|npm|lodash.pick|8.973894126178391e-06| -|npm|md5|8.973894126178391e-06| -|npm|react-visual-modeling|8.973894126178391e-06| -|npm|viser-vue|8.973894126178391e-06| -|npm|vue-area-linkage|8.973894126178391e-06| -|npm|vue-cropper|8.973894126178391e-06| -|npm|vue-i18n|8.973894126178391e-06| -|npm|vue-ls|8.973894126178391e-06| -|npm|vue-photo-preview|8.973894126178391e-06| -|npm|vue-splitpane|8.973894126178391e-06| -|npm|vuedraggable|8.973894126178391e-06| -|npm|vuera|8.973894126178391e-06| -|npm|vxe-table|8.973894126178391e-06| -|npm|vxe-table-plugin-antd|8.973894126178391e-06| -|npm|xe-utils|8.973894126178391e-06| -|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.973419316965365e-06| -|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.952854852868211e-06| -|pypi|[mygene](https://github.com/biothings/mygene.py)|8.935274547684774e-06| -|cran|purrrlyr|8.921265273408322e-06| -|cran|LaplacesDemon|8.920417042814226e-06| -|pypi|[eventlet](https://pypi.org/project/eventlet)|8.897083382067418e-06| -|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.884155184916607e-06| -|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.884155184916607e-06| -|npm|svg-sprite|8.884155184916607e-06| -|npm|picocolors|8.884155184916607e-06| -|cran|filelock|8.884155184916607e-06| -|cran|manipulateWidget|8.884155184916607e-06| -|cran|BeyondBenford|8.884155184916607e-06| -|cran|BenfordTests|8.884155184916607e-06| -|cran|benford.analysis|8.884155184916607e-06| -|cran|MUS|8.884155184916607e-06| -|cran|AsioHeaders|8.884155184916605e-06| -|npm|dompurify|8.864456392932312e-06| -|npm|query-string|8.864456392932312e-06| -|npm|react-virtualized|8.864456392932312e-06| -|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.85300422520177e-06| -|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.839304996395999e-06| -|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.824329224075418e-06| -|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.796940410636399e-06| -|npm|[benchmark](https://benchmarkjs.com/)|8.785000969472952e-06| -|cran|semEff|8.761970714681813e-06| -|cran|rr2|8.761970714681813e-06| -|cran|MEMSS|8.761970714681813e-06| -|cran|PKPDmodels|8.761970714681813e-06| -|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.755018659686235e-06| -|pypi|[lit](https://pypi.org/project/lit)|8.755018659686235e-06| -|rubygems|rspec-rails|8.702031936777611e-06| -|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.690438657573186e-06| -|pypi|[nglview](https://pypi.org/project/nglview)|8.681900790425761e-06| -|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.678849077702147e-06| -|pypi|[pyrr](https://pypi.org/project/pyrr)|8.635433983473691e-06| -|rubygems|[jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter)|8.623565051020409e-06| -|pypi|[pathtools](https://pypi.org/project/pathtools)|8.621190218719371e-06| -|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.60728125689948e-06| -|cran|antiword|8.601033755946737e-06| -|spack|[root](https://root.cern.ch)|8.599981870920966e-06| -|pypi|[pyklip](https://pypi.org/project/pyklip)|8.58247959514295e-06| -|cran|[Ckmeans.1d.dp](NA)|8.580342256081423e-06| -|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.571947891200976e-06| -|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.57024157251024e-06| -|npm|publish-please|8.556080173186025e-06| -|cran|[quanteda](https://quanteda.io)|8.553533651543134e-06| -|pypi|[configargparse](https://pypi.org/project/configargparse)|8.54989054398143e-06| -|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.546565834455609e-06| -|pypi|[uuid](http://zesty.ca/python/)|8.546565834455609e-06| -|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.546565834455609e-06| -|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.546565834455609e-06| -|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.546565834455609e-06| -|npm|eslint-config-react-app|8.523774992230395e-06| -|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.522175857593259e-06| -|npm|babel-preset-react|8.509125578049594e-06| -|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.502035791151944e-06| -|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.496306200145034e-06| -|cran|rsm|8.475283838559724e-06| -|cran|tables|8.471056050160345e-06| -|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.461100176111053e-06| -|spack|superlu|8.461100176111053e-06| -|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.459706714290219e-06| -|cran|mda|8.44511170261122e-06| -|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.441377331877701e-06| -|rubygems|selenium-webdriver|8.435331820627383e-06| -|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.426486584481514e-06| -|npm|globby|8.392039595759773e-06| -|cran|psychTools|8.347486212882572e-06| -|pypi|[path.py](https://pypi.org/project/path.py)|8.341103736797034e-06| -|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.3266232498466e-06| -|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.324326538927542e-06| -|cran|seqLogo|8.310773514879358e-06| -|npm|strip-json-comments|8.305034813977213e-06| -|npm|cpy-cli|8.289475426088517e-06| -|pypi|[zappy](https://pypi.org/project/zappy)|8.2690752075752e-06| -|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.2690752075752e-06| -|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.2690752075752e-06| -|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.2690752075752e-06| -|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.2690752075752e-06| -|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.2690752075752e-06| -|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.2690752075752e-06| -|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.2690752075752e-06| -|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.2690752075752e-06| -|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.2690752075752e-06| -|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.2690752075752e-06| -|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.2690752075752e-06| -|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.2690752075752e-06| -|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.2690752075752e-06| -|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.2690752075752e-06| -|pypi|[flit_core](https://pypi.org/project/flit_core)|8.2690752075752e-06| -|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.2690752075752e-06| -|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.2690752075752e-06| -|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.2690752075752e-06| -|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.2690752075752e-06| -|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.2690752075752e-06| -|pypi|[streamz](https://pypi.org/project/streamz)|8.241770517035964e-06| -|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.239666424945612e-06| -|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.23150833937636e-06| -|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.222385751079708e-06| -|rubygems|ffi|8.209617476432197e-06| -|rubygems|rake-compiler-dock|8.205151895783695e-06| -|npm|clean-css|8.195851400748841e-06| -|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.182079938574415e-06| -|pypi|[plams](https://www.scm.com/doc/plams/)|8.178672821396384e-06| -|cran|rootSolve|8.175308123966868e-06| -|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.166259038640836e-06| -|pypi|[priority](https://pypi.org/project/priority)|8.165257512610667e-06| -|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.158085569253081e-06| -|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.158085569253081e-06| -|pypi|[transitions](https://pypi.org/project/transitions)|8.158085569253081e-06| -|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.158085569253081e-06| -|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.158085569253081e-06| -|pypi|[scalpl](https://pypi.org/project/scalpl)|8.158085569253081e-06| -|pypi|[shellingham](https://pypi.org/project/shellingham)|8.158085569253081e-06| -|rubygems|activemodel|8.157988235736085e-06| -|rubygems|rack-test|8.151645729711682e-06| -|cran|Cubist|8.147406326044353e-06| -|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.13633067440174e-06| -|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.092248387466131e-06| -|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.07650471356055e-06| -|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.07650471356055e-06| -|cran|adehabitatMA|8.054316513798021e-06| -|rubygems|[web-console](https://github.com/rails/web-console)|8.050051057406284e-06| -|rubygems|[spring](https://github.com/rails/spring)|8.050051057406284e-06| -|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.032507892283283e-06| -|cran|[origami](https://tlverse.org/origami/)|8.028626794588275e-06| -|cran|bbmle|8.021255869972449e-06| -|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|8.009447043167132e-06| -|npm|[actions](https://github.com/fundon/actions)|7.99958562105045e-06| -|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.995739666424945e-06| -|pypi|[coreapi](https://github.com/core-api/python-client)|7.976794778825236e-06| -|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.976794778825236e-06| -|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.976794778825236e-06| -|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.976794778825236e-06| -|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.976794778825236e-06| -|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.976794778825236e-06| -|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.976794778825236e-06| -|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.976794778825236e-06| -|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.976794778825236e-06| -|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.976794778825236e-06| -|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.976794778825236e-06| -|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.976794778825236e-06| -|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.976794778825236e-06| -|pypi|[sregistry](https://pypi.org/project/sregistry)|7.976794778825236e-06| -|rubygems|[bootsnap](https://github.com/Shopify/bootsnap)|7.976794778825236e-06| -|rubygems|[honeybadger](https://www.honeybadger.io/for/ruby/)|7.976794778825236e-06| -|rubygems|[pagy](https://github.com/ddnexus/pagy)|7.976794778825236e-06| -|rubygems|factory_bot_rails|7.976794778825236e-06| -|rubygems|vcr|7.976794778825236e-06| -|rubygems|spring-commands-rspec|7.976794778825236e-06| -|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.975896407474393e-06| -|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.96070344241897e-06| -|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.93597944839787e-06| -|npm|needle|7.934861681272354e-06| -|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.93100258173905e-06| -|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.897026831036984e-06| -|npm|webworker-threads|7.897026831036984e-06| -|npm|simplebar-core|7.897026831036984e-06| -|cran|cleanNLP|7.897026831036984e-06| -|rubygems|guard-rspec|7.897026831036984e-06| -|rubygems|guard-shell|7.897026831036984e-06| -|rubygems|redis-client|7.897026831036983e-06| -|pypi|[jupyter_client](https://jupyter.org)|7.849193700161483e-06| -|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.833341130786685e-06| -|rubygems|shoulda-matchers|7.832561305885661e-06| -|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.805652053871137e-06| -|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.803386196676862e-06| -|pypi|[sgt](https://github.com/cran2367/sgt)|7.803386196676862e-06| -|npm|c8|7.784832949263352e-06| -|cran|bigmemory|7.780045711177871e-06| -|cran|gpclib|7.779387850518245e-06| -|cran|PBSmapping|7.779387850518245e-06| -|rubygems|public_suffix|7.736618473531544e-06| -|pypi|[torchaudio](https://github.com/pytorch/audio)|7.732511407106716e-06| -|pypi|[mujoco](https://pypi.org/project/mujoco)|7.725352334710093e-06| -|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.725352334710093e-06| -|pypi|[swig](https://pypi.org/project/swig)|7.725352334710093e-06| -|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.725352334710093e-06| -|pypi|[shimmy](https://pypi.org/project/shimmy)|7.725352334710093e-06| -|pypi|[autorom](https://pypi.org/project/autorom)|7.725352334710093e-06| -|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.725352334710093e-06| -|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.724467597046072e-06| -|cran|rnaturalearthhires|7.72445194399509e-06| -|spack|[octave](https://www.gnu.org/software/octave/)|7.701066285832681e-06| -|pypi|[soundfile](https://pypi.org/project/soundfile)|7.7000604222964e-06| -|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.698673188689082e-06| -|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.693191235885223e-06| -|cran|[imager](http://dahtah.github.io/imager/)|7.691909251010048e-06| -|cran|lgr|7.686902567134486e-06| -|pypi|[lingua](https://pypi.org/project/lingua)|7.665756759556616e-06| -|npm|parseurl|7.647428073875e-06| -|cran|triangle|7.645757795503989e-06| -|cran|evd|7.645757795503989e-06| -|cran|SASmixed|7.643546371594323e-06| -|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.642992568165147e-06| -|cran|beepr|7.633882567186642e-06| -|pypi|[optuna](https://pypi.org/project/optuna)|7.616761228101983e-06| -|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.610878131541862e-06| -|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.59719319199761e-06| -|pypi|[stimela](https://pypi.org/project/stimela)|7.59719319199761e-06| -|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.590588469259607e-06| -|cran|MCMCpack|7.590148693130994e-06| -|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.547799068866125e-06| -|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.547735259664194e-06| -|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.535079767947789e-06| -|cran|[xgboost](https://github.com/dmlc/xgboost)|7.530770874339593e-06| -|npm|coffeescript|7.503704009913219e-06| -|pypi|[nox](https://pypi.org/project/nox)|7.495046323252337e-06| -|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.4922858918766935e-06| -|cran|[natserv](https://docs.ropensci.org/natserv)|7.4922858918766935e-06| -|cran|[worrms](https://docs.ropensci.org/worrms)|7.4922858918766935e-06| -|cran|[rotl](https://docs.ropensci.org/rotl/)|7.4922858918766935e-06| -|cran|[rredlist](https://github.com/ropensci/rredlist)|7.4922858918766935e-06| -|cran|[bold](https://docs.ropensci.org/bold/)|7.4922858918766935e-06| -|cran|[ritis](https://github.com/ropensci/ritis)|7.492285891876692e-06| -|npm|rtlcss|7.4428777170293665e-06| -|cran|[fst](http://www.fstpackage.org)|7.421395627962998e-06| -|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.415789431743026e-06| -|pypi|[pyside2](https://pypi.org/project/pyside2)|7.414039029317311e-06| -|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.403462654097172e-06| -|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.403462654097172e-06| -|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.403462654097172e-06| -|pypi|[bagit](https://pypi.org/project/bagit)|7.403462654097172e-06| -|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.403462654097172e-06| -|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.403462654097172e-06| -|pypi|[adal](https://pypi.org/project/adal)|7.403462654097172e-06| -|spack|rsync|7.403462654097172e-06| -|spack|hepmc|7.403462654097172e-06| -|spack|hepmc3|7.403462654097172e-06| -|spack|evtgen|7.403462654097172e-06| -|spack|fastjet|7.403462654097172e-06| -|spack|lhapdf|7.403462654097172e-06| -|spack|rivet|7.403462654097172e-06| -|spack|madgraph5amc|7.403462654097172e-06| -|spack|openmpi|7.403462654097172e-06| -|spack|mpich|7.403462654097172e-06| -|spack|highfive|7.403462654097172e-06| -|spack|msmpi|7.403462654097172e-06| -|npm|quick-lru|7.403462654097172e-06| -|npm|map-obj|7.403462654097172e-06| -|npm|lodash.kebabcase|7.403462654097172e-06| -|cran|yamlme|7.403462654097172e-06| -|pypi|[annoy](https://pypi.org/project/annoy)|7.402219971991309e-06| -|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.402219971991309e-06| -|pypi|[nmslib](https://pypi.org/project/nmslib)|7.402219971991309e-06| -|pypi|[pyemd](https://pypi.org/project/pyemd)|7.402219971991309e-06| -|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.402219971991309e-06| -|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.402219971991309e-06| -|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.399514140681653e-06| -|cran|adehabitatLT|7.392779446804103e-06| -|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.385641655557744e-06| -|cran|doFuture|7.377485592152971e-06| -|cran|pbmcapply|7.377485592152971e-06| -|pypi|[intervals](https://pypi.org/project/intervals)|7.373056602570743e-06| -|npm|memfs|7.3441267151062935e-06| -|pypi|[scooby](https://github.com/banesullivan/scooby)|7.333638456630885e-06| -|rubygems|[sassc-rails](https://github.com/sass/sassc-rails)|7.332139527312013e-06| -|cran|tm.lexicon.GeneralInquirer|7.331868729530079e-06| -|cran|Rpoppler|7.331868729530079e-06| -|cran|Rcampdf|7.331868729530079e-06| -|cran|filehash|7.331868729530079e-06| -|npm|ghsign|7.3294280275562e-06| -|npm|git-config-path|7.3294280275562e-06| -|npm|github-username|7.3294280275562e-06| -|npm|parse-git-config|7.3294280275562e-06| -|cran|paradox|7.326099082996016e-06| -|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.325627858104808e-06| -|npm|[child_process](https://github.com/npm/security-holder#readme)|7.325627858104808e-06| -|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.325627858104808e-06| -|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.325627858104808e-06| -|npm|mkdir-recursive|7.325627858104808e-06| -|npm|ncp|7.325627858104808e-06| -|npm|node-pre-gyp|7.325627858104808e-06| -|npm|react-bootstrap-drawer|7.325627858104808e-06| -|npm|react-combo-select|7.325627858104808e-06| -|npm|react-jsx-parser|7.325627858104808e-06| -|npm|react-pro-sidebar|7.325627858104808e-06| -|npm|react-spinners|7.325627858104808e-06| -|npm|reactour|7.325627858104808e-06| -|npm|util-promisifyall|7.325627858104808e-06| -|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|7.325627858104808e-06| -|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|7.325627858104808e-06| -|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|7.325627858104808e-06| -|rubygems|[rr](https://rr.github.io/rr)|7.311620232052211e-06| -|pypi|[pycares](http://github.com/saghul/pycares)|7.302365524069839e-06| -|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.295316111303614e-06| -|npm|package-json-versionify|7.293578236225599e-06| -|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.274647827698046e-06| -|cran|permute|7.270414919443832e-06| -|pypi|[neobolt](https://pypi.org/project/neobolt)|7.25237157952376e-06| -|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.25237157952376e-06| -|cran|plotfunctions|7.25237157952376e-06| -|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|7.250906453952139e-06| -|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.2480247501879e-06| -|pypi|[pymoo](https://pypi.org/project/pymoo)|7.22144499021714e-06| -|cran|sparkline|7.215223074791369e-06| -|npm|[nopt](https://github.com/npm/nopt#readme)|7.186542456081302e-06| -|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.186542456081302e-06| -|rubygems|[spec](https://github.com/bootstraponline/spec)|7.179115300942727e-06| -|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.179115300942725e-06| -|pypi|[gatspy](http://github.com/astroml/gatspy)|7.1791153009427125e-06| -|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.179115300942712e-06| -|cran|rcdk|7.179115300942712e-06| -|cran|fingerprint|7.179115300942712e-06| -|cran|enviPat|7.179115300942712e-06| -|cran|flexdashboard|7.179115300942712e-06| -|cran|keys|7.179115300942712e-06| -|cran|[phytools](https://github.com/liamrevell/phytools)|7.172615727274902e-06| -|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.163366505468699e-06| -|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.162603335750545e-06| -|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.162603335750545e-06| -|cran|RcppDE|7.156680565627266e-06| -|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.14029132892805e-06| -|pypi|[hvplot](https://pypi.org/project/hvplot)|7.133717954186754e-06| -|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.11821820182304e-06| -|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.114145931703409e-06| -|pypi|[rq](https://github.com/nvie/rq/)|7.113306744017406e-06| -|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.110085346125957e-06| -|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.107324147933286e-06| -|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.107324147933286e-06| -|cran|actuar|7.107324147933286e-06| -|cran|skellam|7.107324147933286e-06| -|cran|hoa|7.107324147933286e-06| -|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.107324147933285e-06| -|rubygems|jdbc-postgres|7.107324147933285e-06| -|rubygems|jdbc-sqlite3|7.107324147933285e-06| -|rubygems|shoulda-context|7.107324147933285e-06| -|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.077162817062474e-06| -|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.073926798364797e-06| -|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.058032815625273e-06| -|cran|[docopt](https://github.com/docopt/docopt.R)|7.050916813425885e-06| -|cran|[philentropy](https://github.com/HajkD/philentropy)|7.035532994923859e-06| -|pypi|[webargs](https://pypi.org/project/webargs)|7.031193969192521e-06| -|cran|fpc|7.026199451733231e-06| -|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.01485002640667e-06| -|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.011648630557259e-06| -|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.011648630557259e-06| -|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.996322974722884e-06| -|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.99592341239943e-06| -|cran|MCMCglmm|6.993826821346842e-06| -|pypi|[einops](https://pypi.org/project/einops)|6.991583050446312e-06| -|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.983829413745194e-06| -|pypi|[prefect](https://pypi.org/project/prefect)|6.9679648509149855e-06| -|npm|[grunt-legacy-util](http://gruntjs.com/)|6.9660888603782e-06| -|npm|[grunt-known-options](http://gruntjs.com/)|6.9660888603782e-06| -|spack|libmd|6.965888397389413e-06| -|rubygems|[thor](http://whatisthor.com/)|6.944750151692301e-06| -|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.939651796457969e-06| -|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.939651796457969e-06| -|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.9359436226041e-06| -|pypi|[doc8](https://pypi.org/project/doc8)|6.927015185559609e-06| -|npm|accepts|6.917037051056268e-06| -|pypi|[banzai](http://github.com/twneale/banzai/)|6.902995481675685e-06| -|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.902995481675685e-06| -|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.902995481675685e-06| -|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.902995481675685e-06| -|pypi|[logutils](https://pypi.org/project/logutils)|6.902995481675685e-06| -|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.902995481675685e-06| -|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.902995481675685e-06| -|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.902995481675685e-06| -|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.902995481675685e-06| -|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.902995481675685e-06| -|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.902995481675685e-06| -|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.902995481675685e-06| -|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.902995481675685e-06| -|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.902995481675685e-06| -|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.902995481675685e-06| -|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.902995481675685e-06| -|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.902995481675685e-06| -|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.902995481675685e-06| -|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.902995481675685e-06| -|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.902995481675685e-06| -|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.902995481675685e-06| -|pypi|[infinity](https://pypi.org/project/infinity)|6.902995481675685e-06| -|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.895729170642347e-06| -|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.895729170642342e-06| -|pypi|[paramz](https://pypi.org/project/paramz)|6.895729170642342e-06| -|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.8792376722262505e-06| -|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.873253155413914e-06| -|cran|betareg|6.86953006980105e-06| -|spack|rtmpdump|6.853491142649952e-06| -|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.833965526858928e-06| -|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.833965526858928e-06| -|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.833965526858928e-06| -|npm|xregexp|6.833965526858928e-06| -|npm|bufferedstream|6.833965526858928e-06| -|npm|tslint|6.825806374036199e-06| -|npm|concat-stream|6.820018658436767e-06| -|npm|gulp-eslint|6.806384482727101e-06| -|cran|scatterplot3d|6.803290685224496e-06| -|cran|CompQuadForm|6.787076055246071e-06| -|cran|[torch](https://torch.mlverse.org/docs)|6.7787835265038575e-06| -|rubygems|introspection|6.77861040609137e-06| -|pypi|[cytocad](https://github.com/cytham/cytocad)|6.77275028390822e-06| -|pypi|[nanovar](https://github.com/cytham/nanovar)|6.77275028390822e-06| -|pypi|[iwopy](https://pypi.org/project/iwopy)|6.77275028390822e-06| -|pypi|[hatch](https://pypi.org/project/hatch)|6.747142136483815e-06| -|rubygems|sinatra|6.737907282918899e-06| -|cran|gamlss|6.736066032616185e-06| -|npm|safer-buffer|6.7355007313086126e-06| -|pypi|[parameterized](https://pypi.org/project/parameterized)|6.730563899467561e-06| -|cran|tree|6.730420594633792e-06| -|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.729395006733658e-06| -|pypi|[polib](https://pypi.org/project/polib)|6.701191339479954e-06| -|cran|[binman](https://docs.ropensci.org/binman/)|6.700507614213207e-06| -|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.69284015771009e-06| -|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.680689490539099e-06| -|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.669796204615963e-06| -|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.653059438373633e-06| -|pypi|[echo](https://pypi.org/project/echo)|6.647328982354363e-06| -|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.647328982354363e-06| -|pypi|[WebTest](https://pypi.org/project/WebTest)|6.644133151112847e-06| -|pypi|[autobahn](https://pypi.org/project/autobahn)|6.611227785992108e-06| -|pypi|[txaio](https://pypi.org/project/txaio)|6.611227785992108e-06| -|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.601773860657109e-06| -|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.596599366436398e-06| -|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.59646961088223e-06| -|cran|[beastier](https://docs.ropensci.org/beastier/)|6.580855692530821e-06| -|pypi|[minikanren](https://pypi.org/project/minikanren)|6.580855692530819e-06| -|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.580855692530819e-06| -|pypi|[etuples](https://pypi.org/project/etuples)|6.580855692530819e-06| -|pypi|[cons](https://pypi.org/project/cons)|6.580855692530819e-06| -|pypi|[mkl](https://pypi.org/project/mkl)|6.580855692530819e-06| -|cran|VGAMdata|6.580855692530819e-06| -|cran|VGAMextra|6.580855692530819e-06| -|cran|shapefiles|6.580855692530819e-06| -|rubygems|yajl-ruby|6.580855692530819e-06| -|rubygems|benchmark_suite|6.580855692530819e-06| -|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.578875647665541e-06| -|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.572624552918475e-06| -|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.57209399574859e-06| -|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5696596912876816e-06| -|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5696596912876816e-06| -|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5696596912876816e-06| -|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5696596912876816e-06| -|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5696596912876816e-06| -|pypi|[amqp](http://github.com/celery/py-amqp)|6.5275449852320944e-06| -|npm|electron|6.515047135605511e-06| -|npm|v8-argv|6.515047135605511e-06| -|cran|tensorA|6.506566312585166e-06| -|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.502189156021643e-06| -|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.4821518967797975e-06| -|cran|partitions|6.477626583628376e-06| -|cran|signal|6.474981424391938e-06| -|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.461203770848441e-06| -|pypi|[safetensors](https://pypi.org/project/safetensors)|6.461203770848441e-06| -|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.438612149272048e-06| -|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.438612149272048e-06| -|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.432217395142043e-06| -|npm|[shelljs](http://github.com/shelljs/shelljs)|6.422475090244884e-06| -|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.409924375841708e-06| -|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.409924375841708e-06| -|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.409924375841708e-06| -|npm|[mdi](http://materialdesignicons.com)|6.409924375841708e-06| -|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.409924375841708e-06| -|npm|color|6.409924375841708e-06| -|npm|dotenv-load|6.409924375841708e-06| -|npm|iframe-resizer|6.409924375841708e-06| -|npm|isomorphic-unfetch|6.409924375841708e-06| -|npm|js-file-download|6.409924375841708e-06| -|npm|material-table|6.409924375841708e-06| -|npm|material-ui-chip-input|6.409924375841708e-06| -|npm|materialize-css|6.409924375841708e-06| -|npm|mui-datatables|6.409924375841708e-06| -|npm|next|6.409924375841708e-06| -|npm|next-env|6.409924375841708e-06| -|npm|next-redux-wrapper|6.409924375841708e-06| -|npm|ra-data-simple-rest|6.409924375841708e-06| -|npm|react-admin|6.409924375841708e-06| -|npm|react-loading|6.409924375841708e-06| -|npm|react-scroll|6.409924375841708e-06| -|npm|react-scroll-to-component|6.409924375841708e-06| -|npm|react-swipeable-views|6.409924375841708e-06| -|npm|react-wordcloud|6.409924375841708e-06| -|npm|redux-saga|6.409924375841708e-06| -|npm|serialize-error|6.409924375841708e-06| -|npm|swagger-client|6.409924375841708e-06| -|npm|swagger-ui-react|6.409924375841708e-06| -|npm|tween|6.409924375841708e-06| -|npm|uuid5|6.409924375841708e-06| -|pypi|[datasets](https://pypi.org/project/datasets)|6.406564334838242e-06| -|npm|cross-spawn|6.384328196668948e-06| -|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|6.369459324497573e-06| -|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.363227921934613e-06| -|rubygems|[octokit](https://github.com/octokit/octokit.rb)|6.359138188905004e-06| -|pypi|[keepalive](https://github.com/wikier/keepalive)|6.34582513208329e-06| -|pypi|[spectra](http://github.com/jsvine/spectra)|6.34582513208329e-06| -|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.34582513208329e-06| -|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.34582513208329e-06| -|pypi|[pyTest](https://pypi.org/project/pyTest)|6.34582513208329e-06| -|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.34582513208329e-06| -|pypi|[Flake8](https://pypi.org/project/Flake8)|6.34582513208329e-06| -|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.34582513208329e-06| -|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.34582513208329e-06| -|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.34582513208329e-06| -|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.34582513208329e-06| -|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.34582513208329e-06| -|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.34582513208329e-06| -|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.34582513208329e-06| -|cran|oskeyring|6.34582513208329e-06| -|cran|ExplainPrediction|6.34582513208329e-06| -|cran|rpart.plot|6.34582513208329e-06| -|cran|BiocManager|6.339983611337987e-06| -|npm|sprintf-js|6.3378127266134885e-06| -|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.324458717497183e-06| -|pypi|[numkit](https://pypi.org/project/numkit)|6.307004463328193e-06| -|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.2974695622304495e-06| -|pypi|[nilearn](https://pypi.org/project/nilearn)|6.2974695622304495e-06| -|pypi|[nipype](https://pypi.org/project/nipype)|6.2974695622304495e-06| -|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.2974695622304495e-06| -|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.2974695622304495e-06| -|pypi|[pybids](https://pypi.org/project/pybids)|6.2974695622304495e-06| -|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.2974695622304495e-06| -|pypi|[templateflow](https://pypi.org/project/templateflow)|6.2974695622304495e-06| -|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.2974695622304495e-06| -|pypi|[num2words](https://pypi.org/project/num2words)|6.2974695622304495e-06| -|pypi|[surfplot](https://pypi.org/project/surfplot)|6.2974695622304495e-06| -|pypi|[brainspace](https://pypi.org/project/brainspace)|6.2974695622304495e-06| -|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.2974695622304495e-06| -|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.2974695622304495e-06| -|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.2974695622304495e-06| -|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.2974695622304495e-06| -|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.2974695622304495e-06| -|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.2974695622304495e-06| -|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.293930384336476e-06| -|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.293930384336476e-06| -|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.293930384336476e-06| -|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.285181117597995e-06| -|rubygems|[multi_test](http://cukes.info)|6.279370241116751e-06| -|rubygems|[mime-types](https://github.com/mime-types/ruby-mime-types/)|6.279370241116751e-06| -|rubygems|cucumber-messages|6.279370241116751e-06| -|rubygems|cucumber-html-formatter|6.279370241116751e-06| -|rubygems|cucumber-gherkin|6.279370241116751e-06| -|rubygems|cucumber-cucumber-expressions|6.279370241116751e-06| -|rubygems|cucumber-core|6.279370241116751e-06| -|rubygems|cucumber-ci-environment|6.279370241116751e-06| -|rubygems|syntax|6.279370241116751e-06| -|rubygems|cucumber-compatibility-kit|6.279370241116751e-06| -|cran|afex|6.271632346910038e-06| -|npm|rollup-plugin-replace|6.270605619256214e-06| -|cran|geepack|6.2534805559371244e-06| -|pypi|[lisa2](https://pypi.org/project/lisa2)|6.234494866608145e-06| -|cran|tester|6.234494866608145e-06| -|spack|cudnn|6.231042765353101e-06| -|cran|[reprex](https://reprex.tidyverse.org)|6.228585683076075e-06| -|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.225681083779976e-06| -|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.219394899566687e-06| -|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.219394899566687e-06| -|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.219394899566687e-06| -|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.219394899566687e-06| -|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.219394899566687e-06| -|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.219394899566687e-06| -|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.219394899566687e-06| -|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.219394899566687e-06| -|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.219394899566687e-06| -|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.219394899566687e-06| -|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.219394899566687e-06| -|cran|rticles|6.218531397837726e-06| -|cran|fastICA|6.218240744734216e-06| -|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.191340170444361e-06| -|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.189028520428088e-06| -|pypi|[cityhash](https://pypi.org/project/cityhash)|6.188892500812684e-06| -|pypi|[transformers](https://github.com/huggingface/transformers)|6.1884488526047405e-06| -|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.1792120802368624e-06| -|npm|karma-firefox-launcher|6.170857850344476e-06| -|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.151831965336897e-06| -|npm|bundlewatch|6.150209634567955e-06| -|cran|[rentrez](http://github.com/ropensci/rentrez)|6.14854190407129e-06| -|cran|ks|6.143912514244277e-06| -|pypi|[ddt](https://pypi.org/project/ddt)|6.1359898477157355e-06| -|pypi|[unyt](https://github.com/yt-project/unyt)|6.132160986221903e-06| -|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.131674156522475e-06| -|pypi|[etils](https://pypi.org/project/etils)|6.118860059921432e-06| -|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.1116942101446515e-06| -|cran|fixest|6.10365462282548e-06| -|cran|[ff](https://github.com/truecluster/ff)|6.100341053299488e-06| -|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.083996017748061e-06| -|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.083996017748061e-06| -|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.083996017748061e-06| -|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.083996017748061e-06| -|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.083996017748061e-06| -|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.083996017748061e-06| -|npm|[esdoc](https://esdoc.org/)|6.083996017748061e-06| -|npm|esdoc-standard-plugin|6.083996017748061e-06| -|npm|fast-random|6.083996017748061e-06| -|npm|flatted|6.083996017748061e-06| -|npm|fs.realpath|6.083996017748061e-06| -|npm|has-unicode|6.083996017748061e-06| -|npm|ignore-walk|6.083996017748061e-06| -|npm|ini|6.083996017748061e-06| -|npm|is-fullwidth-code-point|6.083996017748061e-06| -|npm|jsdocs|6.083996017748061e-06| -|npm|mimic-response|6.083996017748061e-06| -|npm|node|6.083996017748061e-06| -|npm|npm|6.083996017748061e-06| -|npm|npm-bundled|6.083996017748061e-06| -|npm|npm-normalize-package-bin|6.083996017748061e-06| -|npm|npm-packlist|6.083996017748061e-06| -|npm|number-is-nan|6.083996017748061e-06| -|npm|odex|6.083996017748061e-06| -|npm|os-homedir|6.083996017748061e-06| -|npm|os-tmpdir|6.083996017748061e-06| -|npm|osenv|6.083996017748061e-06| -|npm|path-is-absolute|6.083996017748061e-06| -|npm|rc|6.083996017748061e-06| -|npm|set-blocking|6.083996017748061e-06| -|npm|signal-exit|6.083996017748061e-06| -|npm|simple-concat|6.083996017748061e-06| -|npm|string-width|6.083996017748061e-06| -|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.083443809620045e-06| -|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|6.077114188055589e-06| -|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.0691862905995954e-06| -|spack|libxft|6.06633422667159e-06| -|pypi|[codespell](https://pypi.org/project/codespell)|6.037421353139452e-06| -|pypi|[kazoo](https://kazoo.readthedocs.io)|6.028533875479126e-06| -|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.0242141438345435e-06| -|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.02353056812746e-06| -|cran|[downloader](https://github.com/wch/downloader)|6.01988869542351e-06| -|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.000167471891703e-06| -|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.981997824510515e-06| -|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.9817742989425365e-06| -|pypi|[pyshp](https://pypi.org/project/pyshp)|5.98152776338962e-06| -|pypi|[blis](https://pypi.org/project/blis)|5.973353140335922e-06| -|pypi|[catalogue](https://pypi.org/project/catalogue)|5.973353140335922e-06| -|pypi|[preshed](https://pypi.org/project/preshed)|5.973353140335922e-06| -|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.941804811750346e-06| -|cran|bs4Dash|5.927842841247223e-06| -|cran|speedglm|5.924372604371699e-06| -|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.922770123277738e-06| -|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9227701232777374e-06| -|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9227701232777374e-06| -|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9227701232777374e-06| -|cran|RcppZiggurat|5.9227701232777374e-06| -|cran|acepack|5.904755418232446e-06| -|cran|htmlTable|5.904755418232446e-06| -|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.897130425774371e-06| -|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.892109318346628e-06| -|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.885697642625329e-06| -|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.884520738477633e-06| -|pypi|[pefile](https://pypi.org/project/pefile)|5.884520738477633e-06| -|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.884520738477633e-06| -|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.884520738477633e-06| -|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.884520738477633e-06| -|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.884520738477633e-06| -|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.884520738477633e-06| -|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.8800935215122656e-06| -|npm|prismjs|5.8675461594243326e-06| -|pypi|[ansicon](https://pypi.org/project/ansicon)|5.86354242204496e-06| -|pypi|[socksio](https://pypi.org/project/socksio)|5.84393725430327e-06| -|cran|reactR|5.828757899098726e-06| -|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.812117807796986e-06| -|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.810407919512983e-06| -|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.810407919512983e-06| -|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.7896091136634775e-06| -|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.7896091136634775e-06| -|pypi|[imblearn](https://pypi.org/project/imblearn)|5.7896091136634775e-06| -|pypi|[imutils](https://pypi.org/project/imutils)|5.7896091136634775e-06| -|pypi|[kornia](https://pypi.org/project/kornia)|5.7896091136634775e-06| -|pypi|[local-attention](https://pypi.org/project/local-attention)|5.7896091136634775e-06| -|pypi|[thop](https://pypi.org/project/thop)|5.7896091136634775e-06| -|pypi|[timmy](https://pypi.org/project/timmy)|5.7896091136634775e-06| -|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.7896091136634775e-06| -|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.772276246627541e-06| -|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.772276246627541e-06| -|cran|protolite|5.7689319382575365e-06| -|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.762522013881695e-06| -|pypi|[chempy](https://github.com/bjodah/chempy)|5.762522013881695e-06| -|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.72652612546738e-06| -|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.725144759703689e-06| -|npm|run-sequence|5.6931895868739645e-06| -|pypi|[fett](https://pypi.org/project/fett)|5.688113065192616e-06| -|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.688113065192616e-06| -|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.688113065192616e-06| -|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.688113065192616e-06| -|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.678264022448529e-06| -|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.678264022448529e-06| -|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.666373148244069e-06| -|pypi|[blosc2](https://pypi.org/project/blosc2)|5.640733450740702e-06| -|pypi|[multiset](https://pypi.org/project/multiset)|5.640733450740702e-06| -|spack|glfw|5.640733450740702e-06| -|npm|tsconfig-paths|5.640733450740702e-06| -|npm|replace|5.640733450740702e-06| -|npm|node-qunit-phantomjs|5.640733450740702e-06| -|cran|TSA|5.640733450740702e-06| -|cran|[haven](https://haven.tidyverse.org)|5.640429422707071e-06| -|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|5.6292252125650885e-06| -|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.627971610354417e-06| -|rubygems|[safe_yaml](https://github.com/dtao/safe_yaml)|5.5881453628405675e-06| -|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.586853457844341e-06| -|cran|ipred|5.5846829498918604e-06| -|rubygems|ethon|5.584326116233295e-06| -|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.5784457073493856e-06| -|cran|cplm|5.5748358618185395e-06| -|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.573067767091859e-06| -|pypi|[re-assert](https://pypi.org/project/re-assert)|5.567205234176533e-06| -|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.567205234176533e-06| -|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.567205234176533e-06| -|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.567205234176533e-06| -|npm|karma-coverage-istanbul-reporter|5.557523873439403e-06| -|npm|karma-browserstack-launcher|5.557523873439403e-06| -|npm|ip|5.557523873439403e-06| -|pypi|[librosa](https://librosa.org)|5.555598550357796e-06| -|npm|chai-passport-strategy|5.552596990572879e-06| -|npm|passport-strategy|5.552596990572879e-06| -|cran|clusterGeneration|5.543191123282242e-06| -|cran|pROC|5.538567105076776e-06| -|cran|[rversions](https://github.com/r-hub/rversions)|5.537997928984102e-06| -|npm|uglify-es|5.534969698539315e-06| -|pypi|[blurb](https://pypi.org/project/blurb)|5.5263169507256775e-06| -|pypi|[bitstring](https://pypi.org/project/bitstring)|5.522790842225215e-06| -|cran|flexsurv|5.5153838185020205e-06| -|pypi|[tempora](https://pypi.org/project/tempora)|5.505772673932639e-06| -|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.50264020672257e-06| -|cran|klaR|5.488203413552306e-06| -|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4785623640319075e-06| -|npm|d3-axis|5.474318611931587e-06| -|npm|d3-color|5.474318611931587e-06| -|npm|d3-ease|5.474318611931587e-06| -|npm|d3-interpolate|5.474318611931587e-06| -|npm|d3-selection|5.474318611931587e-06| -|npm|d3-shape|5.474318611931587e-06| -|npm|d3-timer|5.474318611931587e-06| -|npm|d3-transition|5.474318611931587e-06| -|npm|d3-zoom|5.474318611931587e-06| -|pypi|[soxr](https://pypi.org/project/soxr)|5.474075416968818e-06| -|pypi|[samplerate](https://pypi.org/project/samplerate)|5.474075416968818e-06| -|pypi|[presets](https://pypi.org/project/presets)|5.474075416968818e-06| -|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.474075416968818e-06| -|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.474075416968818e-06| -|pypi|[audioread](https://pypi.org/project/audioread)|5.474075416968818e-06| -|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.467936018320477e-06| -|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.467172421487142e-06| -|spack|unzip|5.467172421487142e-06| -|spack|wget|5.467172421487142e-06| -|npm|d3-request|5.457409613591629e-06| -|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4546265011275925e-06| -|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.449018439863255e-06| -|pypi|[flit](https://pypi.org/project/flit)|5.449018439863255e-06| -|cran|cubature|5.448552817097454e-06| -|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.447977585216046e-06| -|pypi|[halomod](https://github.com/steven-murray/halomod)|5.4356158707137695e-06| -|rubygems|appraisal|5.434958599103166e-06| -|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.428384161161542e-06| -|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.420964614997572e-06| -|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.411181458135777e-06| -|rubygems|hashie|5.398987731423244e-06| -|pypi|[pybamm](https://pypi.org/project/pybamm)|5.395148396340983e-06| -|cran|debugme|5.386590325921882e-06| -|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.384336475707034e-06| -|cran|subprocess|5.384336475707034e-06| -|cran|qvalue|5.384336475707034e-06| -|pypi|[resample](https://pypi.org/project/resample)|5.383304993623565e-06| -|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.383304993623565e-06| -|cran|[EML](https://docs.ropensci.org/EML/)|5.3586967782036725e-06| -|npm|tough-cookie|5.353344134676782e-06| -|pypi|[imgaug](https://github.com/aleju/imgaug)|5.351179344299843e-06| -|npm|moment-timezone|5.347397928456421e-06| -|npm|gulp-uglify|5.346299561828413e-06| -|pypi|[cogapp](https://pypi.org/project/cogapp)|5.337308967361581e-06| -|pypi|[thinc](https://pypi.org/project/thinc)|5.3364961378329395e-06| -|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3102717040208654e-06| -|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.305096733318389e-06| -|npm|karma-jasmine|5.30300645155942e-06| -|npm|rollup-plugin-svelte|5.301441213102163e-06| -|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.280791543481899e-06| -|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.279201900414425e-06| -|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.2787612506931745e-06| -|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.275860832423561e-06| -|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.273852185871517e-06| -|cran|FNN|5.269420775924584e-06| -|npm|classnames|5.246276566073521e-06| -|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.239551219180565e-06| -|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.239551219180565e-06| -|npm|[compression](https://github.com/expressjs/compression#readme)|5.239288051484066e-06| -|pypi|[kgt](https://pypi.org/project/kgt)|5.225973638186239e-06| -|pypi|[x21](https://pypi.org/project/x21)|5.225973638186239e-06| -|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.225973638186239e-06| -|npm|murl|5.225973638186239e-06| -|npm|protein|5.225973638186239e-06| -|npm|network-address|5.225973638186239e-06| -|npm|updater-license|5.225973638186239e-06| -|npm|update|5.225973638186239e-06| -|npm|cose-base|5.225973638186239e-06| -|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.2103528140770455e-06| -|pypi|[comm](https://pypi.org/project/comm)|5.1814007703598316e-06| -|cran|rhub|5.17904216393697e-06| -|cran|gmailr|5.17904216393697e-06| -|cran|foghorn|5.17904216393697e-06| -|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.1688062141145284e-06| -|cran|coxme|5.168749002837072e-06| -|cran|[float](https://github.com/wrathematics/float)|5.168736784053723e-06| -|npm|karma-mocha|5.152846707451004e-06| -|npm|grunt-contrib-clean|5.150981887427811e-06| -|pypi|[cooler](https://github.com/mirnylab/cooler)|5.1496346293300616e-06| -|cran|spls|5.145959237056472e-06| -|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.139650210117158e-06| -|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.1360668865911665e-06| -|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.132018702827526e-06| -|cran|[dynlm](NA)|5.127939500673371e-06| -|pypi|[crossbar](http://crossbar.io/)|5.127939500673366e-06| -|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.127939500673366e-06| -|pypi|[asq](https://pypi.org/project/asq)|5.127939500673366e-06| -|pypi|[automat](https://pypi.org/project/automat)|5.127939500673366e-06| -|pypi|[cbor](https://pypi.org/project/cbor)|5.127939500673366e-06| -|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.127939500673366e-06| -|pypi|[hpack](https://pypi.org/project/hpack)|5.127939500673366e-06| -|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.127939500673366e-06| -|pypi|[netaddr](https://pypi.org/project/netaddr)|5.127939500673366e-06| -|pypi|[node-semver](https://pypi.org/project/node-semver)|5.127939500673366e-06| -|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.127939500673366e-06| -|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.127939500673366e-06| -|pypi|[pytrie](https://pypi.org/project/pytrie)|5.127939500673366e-06| -|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.127939500673366e-06| -|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.127939500673366e-06| -|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.127939500673366e-06| -|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.127939500673366e-06| -|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.127939500673366e-06| -|pypi|[sym](https://github.com/bjodah/sym)|5.127939500673366e-06| -|pypi|[translationstring](https://pypi.org/project/translationstring)|5.115777080062796e-06| -|cran|numbers|5.114594862791497e-06| -|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1016134410317505e-06| -|pypi|[ablog](https://pypi.org/project/ablog)|5.1016134410317505e-06| -|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.097184994367254e-06| -|cran|loder|5.080807703792177e-06| -|cran|ore|5.080807703792177e-06| -|cran|mstate|5.076660105666632e-06| -|cran|linprog|5.076660105666632e-06| -|cran|magic|5.076660105666632e-06| -|cran|changepoint|5.076660105666632e-06| -|cran|nor1mix|5.076660105666632e-06| -|cran|diptest|5.076660105666632e-06| -|npm|mime-types|5.067231371310217e-06| -|npm|[which](https://github.com/isaacs/node-which#readme)|5.063055945142603e-06| -|npm|cli-table|5.06255827203978e-06| -|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.0557150006638815e-06| -|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.0557150006638815e-06| -|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.0557150006638815e-06| -|pypi|[zstd](https://pypi.org/project/zstd)|5.0557150006638815e-06| -|cran|metafor|5.042623611436153e-06| -|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.034354604786078e-06| -|rubygems|activejob|5.028724202348982e-06| -|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.994727892091772e-06| -|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.991194447322075e-06| -|cran|scico|4.986005460922585e-06| -|cran|rcartocolor|4.986005460922585e-06| -|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.977117750653561e-06| -|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.977117750653561e-06| -|pypi|[peewee](https://pypi.org/project/peewee)|4.977117750653561e-06| -|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.977117750653561e-06| -|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.977117750653561e-06| -|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.9587747024258956e-06| -|cran|lfe|4.957312018320112e-06| -|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.941468973376151e-06| -|cran|[aod](https://cran.r-project.org/package=aod)|4.941287207380513e-06| -|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.935641769398115e-06| -|spack|bdw-gc|4.935641769398115e-06| -|spack|googletest|4.935641769398115e-06| -|npm|const-version|4.935641769398115e-06| -|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.935641769398115e-06| -|npm|microbundle|4.935641769398115e-06| -|cran|gdalUtils|4.935641769398115e-06| -|cran|TeachingDemos|4.935641769398115e-06| -|cran|plotmo|4.935641769398115e-06| -|npm|fresh|4.930556973619202e-06| -|npm|etag|4.930556973619202e-06| -|pypi|[h5io](https://pypi.org/project/h5io)|4.929471296220221e-06| -|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.917202260919666e-06| -|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.917202260919666e-06| -|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.917202260919666e-06| -|pypi|[voila](https://pypi.org/project/voila)|4.917202260919666e-06| -|pypi|[SALib](http://salib.github.io/SALib/)|4.91476095514348e-06| -|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.913668773764876e-06| -|npm|esbuild|4.911045547955931e-06| -|rubygems|[sync](https://github.com/ruby/sync)|4.907052064448875e-06| -|cran|[emld](https://docs.ropensci.org/emld/)|4.89718222314307e-06| -|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.88938775510204e-06| -|pypi|[fixtures](https://pypi.org/project/fixtures)|4.88938775510204e-06| -|npm|eslint-config-airbnb-base|4.888943004964579e-06| -|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.886794858513495e-06| -|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.861940782672216e-06| -|npm|execa|4.8613275447843384e-06| -|npm|gulp-rename|4.860180452331349e-06| -|npm|gulp-concat|4.860180452331349e-06| -|cran|BiocVersion|4.847912713462646e-06| -|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.842313270485862e-06| -|pypi|[webob](https://pypi.org/project/webob)|4.833329514937564e-06| -|cran|modeltools|4.831733521621312e-06| -|npm|eslint-plugin-html|4.8267473012370975e-06| -|cran|gld|4.805293369357706e-06| -|cran|[loo](https://mc-stan.org/loo/)|4.80442934589718e-06| -|cran|Biobase|4.797445370785737e-06| -|cran|[rsample](https://rsample.tidymodels.org)|4.79150069052804e-06| -|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.789912598755781e-06| -|pypi|[sspa](https://github.com/cwieder/sspa)|4.7860768672951425e-06| -|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.7860768672951425e-06| -|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.770052056355548e-06| -|cran|scagnostics|4.755177744662878e-06| -|cran|labelled|4.755177744662878e-06| -|cran|intergraph|4.755177744662878e-06| -|cran|broom.helpers|4.755177744662878e-06| -|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7468160752237e-06| -|npm|compressible|4.739782969025173e-06| -|pypi|[grayskull](https://pypi.org/project/grayskull)|4.73821609862219e-06| -|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.73545490042952e-06| -|npm|jshint-stylish|4.73387707289085e-06| -|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.726197490417487e-06| -|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.700611208950586e-06| -|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.700164663528584e-06| -|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.698566575975834e-06| -|npm|karma-rollup-preprocessor|4.696575243900884e-06| -|pypi|[slicer](https://pypi.org/project/slicer)|4.688250473239597e-06| -|cran|PolynomF|4.675871149956109e-06| -|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.658032850676129e-06| -|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.656592435206608e-06| -|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.64978933761241e-06| -|npm|browser-sync|4.647900365714406e-06| -|npm|serialize-javascript|4.643197747266143e-06| -|npm|jest-worker|4.643197747266143e-06| -|cran|mlogit|4.636546427151178e-06| -|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.623898057785896e-06| -|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.6188833070195636e-06| -|cran|RcppCCTZ|4.617808134577532e-06| -|npm|jsmd|4.615145550606029e-06| -|npm|is-mergeable-object|4.615145550606029e-06| -|cran|genieclust|4.615145550606029e-06| -|cran|getopt|4.615145550606029e-06| -|cran|leaps|4.612926730629776e-06| -|cran|[logger](https://daroczig.github.io/logger/)|4.608436795256962e-06| -|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.597939964123507e-06| -|pypi|[dnest4](https://pypi.org/project/dnest4)|4.59542270637267e-06| -|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.588659779870847e-06| -|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.584263959390864e-06| -|npm|gzip-size|4.575261576711904e-06| -|rubygems|actionmailer|4.572093399193783e-06| -|npm|read-file-relative|4.568994095099969e-06| -|npm|normalize-newline|4.568994095099969e-06| -|npm|callsite-record|4.568994095099969e-06| -|spack|psm|4.555977017905952e-06| -|spack|opa-psm2|4.555977017905952e-06| -|spack|rdma-core|4.555977017905952e-06| -|spack|slurm|4.555977017905952e-06| -|cran|bignum|4.555977017905952e-06| -|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.546773023930383e-06| -|spack|[jemalloc](http://jemalloc.net/)|4.537077092345781e-06| -|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.535802070974822e-06| -|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.529679892261475e-06| -|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.529679892261475e-06| -|cran|future.callr|4.505397014538698e-06| -|pypi|[jupyter-book](https://executablebooks.org/)|4.486947063089207e-06| -|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.4869470630891954e-06| -|npm|baseui|4.4869470630891954e-06| -|npm|color2k|4.4869470630891954e-06| -|npm|copy-to-clipboard|4.4869470630891954e-06| -|npm|cypress-circleci-reporter|4.4869470630891954e-06| -|npm|d3-graphviz|4.4869470630891954e-06| -|npm|decamelize|4.4869470630891954e-06| -|npm|deck.gl|4.4869470630891954e-06| -|npm|fzy.js|4.4869470630891954e-06| -|npm|hoist-non-react-statics|4.4869470630891954e-06| -|npm|humanize-string|4.4869470630891954e-06| -|npm|immer|4.4869470630891954e-06| -|npm|jest-fetch-mock|4.4869470630891954e-06| -|npm|katex|4.4869470630891954e-06| -|npm|mapbox-gl|4.4869470630891954e-06| -|npm|moment-duration-format|4.4869470630891954e-06| -|npm|node-emoji|4.4869470630891954e-06| -|npm|numbro|4.4869470630891954e-06| -|npm|protobufjs|4.4869470630891954e-06| -|npm|react-color|4.4869470630891954e-06| -|npm|react-debounce-render|4.4869470630891954e-06| -|npm|react-device-detect|4.4869470630891954e-06| -|npm|react-dropzone|4.4869470630891954e-06| -|npm|react-feather|4.4869470630891954e-06| -|npm|react-google-login|4.4869470630891954e-06| -|npm|react-hotkeys|4.4869470630891954e-06| -|npm|react-html-parser|4.4869470630891954e-06| -|npm|react-map-gl|4.4869470630891954e-06| -|npm|react-markdown|4.4869470630891954e-06| -|npm|react-webcam|4.4869470630891954e-06| -|npm|react-window|4.4869470630891954e-06| -|npm|rehype-katex|4.4869470630891954e-06| -|npm|rehype-raw|4.4869470630891954e-06| -|npm|remark-emoji|4.4869470630891954e-06| -|npm|remark-gfm|4.4869470630891954e-06| -|npm|remark-math|4.4869470630891954e-06| -|npm|re-resizable|4.4869470630891954e-06| -|npm|styletron-engine-atomic|4.4869470630891954e-06| -|npm|styletron-react|4.4869470630891954e-06| -|npm|typed-signals|4.4869470630891954e-06| -|npm|vega|4.4869470630891954e-06| -|npm|vega-embed|4.4869470630891954e-06| -|npm|vega-lite|4.4869470630891954e-06| -|npm|xxhashjs|4.4869470630891954e-06| -|cran|[solrium](https://github.com/ropensci/solrium)|4.480038589039681e-06| -|cran|quantmod|4.4420775924583035e-06| -|cran|FastRWeb|4.4420775924583035e-06| -|npm|draco3d|4.442077592458303e-06| -|npm|webgl-obj-loader|4.442077592458303e-06| -|cran|truncreg|4.4284932573131706e-06| -|cran|panelr|4.4284932573131706e-06| -|cran|metaBMA|4.4284932573131706e-06| -|cran|ivreg|4.4284932573131706e-06| -|cran|GLMMadaptive|4.4284932573131706e-06| -|cran|clubSandwich|4.4284932573131706e-06| -|cran|cgam|4.4284932573131706e-06| -|cran|blme|4.4284932573131706e-06| -|cran|geojsonlint|4.422847819330778e-06| -|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.4216071888064215e-06| -|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.4216071888064215e-06| -|cran|topicmodels|4.418729007311375e-06| -|cran|akima|4.4175062156842475e-06| -|cran|logging|4.40894321414626e-06| -|cran|rsyslog|4.40894321414626e-06| -|npm|temp-path|4.401738212612261e-06| -|rubygems|sassc|4.398704907996556e-06| -|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.39765681653372e-06| -|rubygems|rb_sys|4.39765681653372e-06| -|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.396733312614388e-06| -|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.3919293605767185e-06| -|cran|[data.tree](http://github.com/gluc/data.tree)|4.389286502506542e-06| -|pypi|[kopt](https://pypi.org/project/kopt)|4.3872371283538795e-06| -|cran|ggfittext|4.3872371283538795e-06| -|cran|RcppBigIntAlgos|4.3872371283538795e-06| -|cran|robust|4.387080441313581e-06| -|cran|taxadb|4.384388273075727e-06| -|npm|hot-loader|4.377509329843117e-06| -|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.377509329843117e-06| -|npm|babel-plugin-strip-function-call|4.377509329843117e-06| -|npm|babel-plugin-styled-components|4.377509329843117e-06| -|npm|binomial|4.377509329843117e-06| -|npm|compression-webpack-plugin|4.377509329843117e-06| -|npm|css.escape|4.377509329843117e-06| -|npm|dom-to-image|4.377509329843117e-06| -|npm|express-naked-redirect|4.377509329843117e-06| -|npm|express-static-gzip|4.377509329843117e-06| -|npm|html-webpack-plugin|4.377509329843117e-06| -|npm|i18next|4.377509329843117e-06| -|npm|leaflet|4.377509329843117e-06| -|npm|leaflet-gesture-handling|4.377509329843117e-06| -|npm|linspace|4.377509329843117e-06| -|npm|lodash-webpack-plugin|4.377509329843117e-06| -|npm|mousetrap|4.377509329843117e-06| -|npm|null-loader|4.377509329843117e-06| -|npm|outer-product|4.377509329843117e-06| -|npm|react-addons-css-transition-group|4.377509329843117e-06| -|npm|react-hot-loader|4.377509329843117e-06| -|npm|react-i18next|4.377509329843117e-06| -|npm|react-tooltip|4.377509329843117e-06| -|npm|redux-thunk|4.377509329843117e-06| -|npm|typeface-lato|4.377509329843117e-06| -|npm|webpack-bundle-analyzer|4.377509329843117e-06| -|npm|webpack-dev-middleware|4.377509329843117e-06| -|npm|webpack-hot-middleware|4.377509329843117e-06| -|npm|yaml-front-matter|4.377509329843117e-06| -|cran|assertive.code|4.372243153205712e-06| -|cran|assertive.reflection|4.372243153205712e-06| -|cran|assertive.data.us|4.372243153205712e-06| -|cran|assertive.data.uk|4.372243153205712e-06| -|cran|assertive.data|4.372243153205712e-06| -|cran|assertive.models|4.372243153205712e-06| -|cran|assertive.matrices|4.372243153205712e-06| -|cran|assertive.sets|4.372243153205712e-06| -|cran|assertive.files|4.372243153205712e-06| -|cran|assertive.datetimes|4.372243153205712e-06| -|cran|assertive.strings|4.372243153205712e-06| -|cran|assertive.numbers|4.372243153205712e-06| -|npm|merge-stream|4.365700571909275e-06| -|npm|vinyl-source-stream|4.34879527685211e-06| -|npm|vinyl-buffer|4.34879527685211e-06| -|pypi|[oemof.solph](https://oemof.org)|4.344860406091371e-06| -|pypi|[horovod](https://pypi.org/project/horovod)|4.335001410298061e-06| -|pypi|[lcapy](https://pypi.org/project/lcapy)|4.324768253579947e-06| -|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.324768253579947e-06| -|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.324768253579947e-06| -|pypi|[property-cached](https://pypi.org/project/property-cached)|4.324768253579947e-06| -|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.3216027989414505e-06| -|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.320859209103971e-06| -|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.3094414649889654e-06| -|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.307469180565629e-06| -|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.307469180565629e-06| -|pypi|[mdurl](https://pypi.org/project/mdurl)|4.28409803890658e-06| -|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.275459004374886e-06| -|pypi|[apipkg](https://pypi.org/project/apipkg)|4.273282917227804e-06| -|pypi|[atpublic](https://pypi.org/project/atpublic)|4.273282917227804e-06| -|pypi|[dvc](https://pypi.org/project/dvc)|4.273282917227804e-06| -|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.273282917227804e-06| -|pypi|[nanotime](https://pypi.org/project/nanotime)|4.273282917227804e-06| -|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.273282917227804e-06| -|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.273282917227804e-06| -|pypi|[treelib](https://pypi.org/project/treelib)|4.273282917227804e-06| -|npm|rollup-plugin-istanbul|4.2699651509877215e-06| -|npm|karma-jasmine-html-reporter|4.2699651509877215e-06| -|npm|karma-detect-browsers|4.2699651509877215e-06| -|npm|hammer-simulator|4.2699651509877215e-06| -|npm|eslint-plugin-unicorn|4.2699651509877215e-06| -|npm|eslint-config-xo|4.2699651509877215e-06| -|pypi|[nbdime](https://pypi.org/project/nbdime)|4.269601319637577e-06| -|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.251663814686358e-06| -|npm|less|4.247337985230351e-06| -|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.230550088055527e-06| -|pypi|[retrolab](https://pypi.org/project/retrolab)|4.230550088055527e-06| -|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.230550088055527e-06| -|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.230550088055527e-06| -|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.230550088055527e-06| -|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.230550088055527e-06| -|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.230550088055527e-06| -|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.230550088055527e-06| -|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.230550088055527e-06| -|npm|gulp-clean|4.230550088055527e-06| -|npm|mocha-lcov-reporter|4.230550088055527e-06| -|npm|any-promise|4.230550088055526e-06| -|npm|thenify-all|4.230550088055526e-06| -|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2290567139404114e-06| -|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.226268154768021e-06| -|cran|gdtools|4.2099968082755e-06| -|npm|schema-utils|4.201356818442044e-06| -|npm|loader-utils|4.201356818442044e-06| -|spack|[vtk](http://www.vtk.org)|4.201233379669927e-06| -|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.191014178067316e-06| -|cran|[redux](https://github.com/richfitz/redux)|4.187817258883261e-06| -|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.185424220449601e-06| -|pypi|[npx](https://pypi.org/project/npx)|4.1807789105489915e-06| -|pypi|[meshplex](https://pypi.org/project/meshplex)|4.1807789105489915e-06| -|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.1807789105489915e-06| -|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.1807789105489915e-06| -|pypi|[update-checker](https://pypi.org/project/update-checker)|4.1807789105489915e-06| -|npm|karma-browserify|4.177668211954833e-06| -|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.174095736241433e-06| -|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.174095736241433e-06| -|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.168234292977786e-06| -|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.168234292977786e-06| -|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.168234292977786e-06| -|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.168234292977786e-06| -|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.168234292977786e-06| -|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.168234292977786e-06| -|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.168234292977786e-06| -|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.157904278462654e-06| -|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.149223785124023e-06| -|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1398972969622585e-06| -|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.136712406418206e-06| -|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.131392774076505e-06| -|pypi|[Bio](https://github.com/ialbert/bio)|4.127031523269213e-06| -|cran|locfit|4.124896851791654e-06| -|cran|bookdown|4.109515633664633e-06| -|cran|nonnest2|4.107727666144238e-06| -|cran|officer|4.107572964038366e-06| -|npm|[shx](https://github.com/shelljs/shx#readme)|4.107057642675766e-06| -|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.093776450872015e-06| -|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.090617185205345e-06| -|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.088463431057707e-06| -|rubygems|irb|4.086603915442466e-06| -|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0790427846265405e-06| -|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0790427846265405e-06| -|pypi|[databroker](https://pypi.org/project/databroker)|4.0790427846265405e-06| -|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0790427846265405e-06| -|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0790427846265405e-06| -|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0790427846265405e-06| -|pypi|[doct](https://pypi.org/project/doct)|4.0790427846265405e-06| -|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0790427846265405e-06| -|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0790427846265405e-06| -|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0790427846265405e-06| -|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0790427846265405e-06| -|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.067364600578762e-06| -|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.066456024033984e-06| -|cran|stm|4.059773242264232e-06| -|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.056733479997935e-06| -|spack|berkeley-db|4.055616841914431e-06| -|spack|valgrind|4.039454069679414e-06| -|pypi|[qudida](https://pypi.org/project/qudida)|4.038252356780275e-06| -|cran|sparsesvd|4.038252356780275e-06| -|cran|FMStable|4.038252356780275e-06| -|cran|MuMIn|4.032441759707973e-06| -|pypi|[nitime](https://pypi.org/project/nitime)|4.032081883602381e-06| -|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.032081883602381e-06| -|spack|libxscrnsaver|4.023999701403404e-06| -|npm|babel-plugin-external-helpers|4.016167743384518e-06| -|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.000861131254535e-06| -|rubygems|timecop|3.9888043687380685e-06| -|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.98839738941262e-06| -|pypi|[mako](https://www.makotemplates.org/)|3.979528608222569e-06| -|cran|distributional|3.968236259751851e-06| -|cran|Bessel|3.963469905728789e-06| -|cran|[archive](https://archive.r-lib.org/)|3.959846204410493e-06| -|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.948513415518492e-06| -|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.948513415518492e-06| -|pypi|[piqp](https://pypi.org/project/piqp)|3.948513415518492e-06| -|pypi|[Mosek](https://pypi.org/project/Mosek)|3.948513415518492e-06| -|pypi|[diffcp](https://pypi.org/project/diffcp)|3.948513415518492e-06| -|pypi|[cylp](https://pypi.org/project/cylp)|3.948513415518492e-06| -|pypi|[scs](https://pypi.org/project/scs)|3.948513415518492e-06| -|pypi|[clarabel](https://pypi.org/project/clarabel)|3.948513415518492e-06| -|pypi|[ecos](https://pypi.org/project/ecos)|3.948513415518492e-06| -|pypi|[osqp](https://pypi.org/project/osqp)|3.948513415518492e-06| -|npm|csso|3.948513415518492e-06| -|npm|google-closure-compiler|3.948513415518492e-06| -|npm|ora|3.948513415518492e-06| -|npm|update-notifier|3.948513415518492e-06| -|npm|crass|3.948513415518492e-06| -|npm|sqwish|3.948513415518492e-06| -|npm|html-minifier|3.948513415518492e-06| -|npm|node-version|3.948513415518492e-06| -|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.948513415518492e-06| -|cran|transport|3.948513415518492e-06| -|pypi|[user-agents](https://pypi.org/project/user-agents)|3.948513415518491e-06| -|rubygems|zeitwerk|3.948513415518491e-06| -|rubygems|selma|3.948513415518491e-06| -|rubygems|sawyer|3.948513415518491e-06| -|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.934707424555142e-06| -|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.932677131766413e-06| -|rubygems|execjs|3.927360665078214e-06| -|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.919480228639679e-06| -|pypi|[pylama](https://pypi.org/project/pylama)|3.919480228639679e-06| -|pypi|[tabulator](https://pypi.org/project/tabulator)|3.919480228639679e-06| -|pypi|[tableschema](https://pypi.org/project/tableschema)|3.919480228639679e-06| -|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.918771366414586e-06| -|cran|TH.data|3.9178344982531786e-06| -|npm|ascli|3.909028281363307e-06| -|pypi|[coconut](https://pypi.org/project/coconut)|3.905123158205101e-06| -|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.905123158205101e-06| -|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.901693098338431e-06| -|pypi|[Epip](https://pypi.org/project/Epip)|3.901693098338431e-06| -|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.901693098338431e-06| -|cran|[posterior](https://mc-stan.org/posterior/)|3.901119152756767e-06| -|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.897234020511763e-06| -|npm|prettier-plugin-svelte|3.891257850416988e-06| -|npm|eslint-plugin-svelte3|3.891257850416988e-06| -|npm|svelte|3.891257850416988e-06| -|cran|tracerer|3.8729437807717264e-06| -|npm|path-platform|3.8699379985496735e-06| -|rubygems|rails-dom-testing|3.867931509079339e-06| -|pypi|[ducc0](https://pypi.org/project/ducc0)|3.867220492257819e-06| -|cran|stabledist|3.858912534166341e-06| -|cran|skewt|3.85826168030664e-06| -|cran|catdata|3.85826168030664e-06| -|cran|MPV|3.85826168030664e-06| -|cran|fit.models|3.85826168030664e-06| -|cran|DEoptimR|3.85826168030664e-06| -|pypi|[langcodes](https://pypi.org/project/langcodes)|3.853207852514197e-06| -|pypi|[pathy](https://pypi.org/project/pathy)|3.853207852514197e-06| -|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.853207852514197e-06| -|cran|pso|3.852643242245033e-06| -|cran|feather|3.852478885209755e-06| -|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.848220202224072e-06| -|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.84014941097596e-06| -|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.835158963398347e-06| -|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.815822502370727e-06| -|cran|spacetime|3.8083450909606835e-06| -|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.8080524639783117e-06| -|npm|underscore.string|3.790572878897752e-06| -|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.7875106664624547e-06| -|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7690355329949346e-06| -|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.769035532994932e-06| -|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.766704651403713e-06| -|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.760488967160468e-06| -|pypi|[noodles](https://pypi.org/project/noodles)|3.7599630246475754e-06| -|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.753366828965109e-06| -|npm|gulp-babel|3.750080470912078e-06| -|pypi|[hupper](https://pypi.org/project/hupper)|3.74898397469101e-06| -|pypi|[venusian](https://pypi.org/project/venusian)|3.74898397469101e-06| -|npm|gulp-uglify-es|3.7444309785584632e-06| -|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7406969199648865e-06| -|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7406969199648865e-06| -|pypi|[saspy](https://pypi.org/project/saspy)|3.7406969199648865e-06| -|npm|escape-html|3.73587779868313e-06| -|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.727617560104871e-06| -|npm|eslint-plugin-jsx-a11y|3.7271185040089553e-06| -|pypi|[Twisted](https://pypi.org/project/Twisted)|3.72676181686334e-06| -|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.724062901336679e-06| -|cran|[move](https://bartk.gitlab.io/move/)|3.717756137988191e-06| -|pypi|[portray](https://pypi.org/project/portray)|3.701731327048586e-06| -|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.701731327048586e-06| -|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.701731327048586e-06| -|npm|superagent|3.701731327048586e-06| -|npm|connect-flash|3.701731327048586e-06| -|npm|isexe|3.701731327048586e-06| -|spack|nspr|3.6940317258883253e-06| -|cran|goftest|3.6762021454827335e-06| -|cran|tensor|3.6762021454827335e-06| -|cran|spatstat.sparse|3.6762021454827335e-06| -|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.674846863585781e-06| -|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.674846863585781e-06| -|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.674846863585781e-06| -|pypi|[configupdater](https://pypi.org/project/configupdater)|3.674846863585781e-06| -|cran|ellipse|3.6690058287896163e-06| -|npm|seedrandom|3.6664767429814563e-06| -|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.664929853237668e-06| -|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.653787983043566e-06| -|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6531902693275097e-06| -|cran|[servr](https://github.com/yihui/servr)|3.644042007666004e-06| -|cran|doRNG|3.642503625815809e-06| -|cran|keras|3.637920582341454e-06| -|npm|[typedoc](https://typedoc.org)|3.631398431834663e-06| -|rubygems|reline|3.628066873640319e-06| -|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6269488759971004e-06| -|npm|sass-true|3.62618578976188e-06| -|cran|[rdflib](https://github.com/ropensci/rdflib)|3.62618578976188e-06| -|requirements.txt|gitlab/aegge/comet-emu|3.6258158085569257e-06| -|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6258158085569257e-06| -|requirements.txt|gitlab/rki_bioinformatics/purple|3.6258158085569257e-06| -|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6258158085569257e-06| -|requirements.txt|gitlab/dsbowen/conditional-inference|3.6258158085569257e-06| -|requirements.txt|gitlab/sybreton/apollinaire|3.6258158085569257e-06| -|requirements.txt|gitlab/esa/pyxel|3.6258158085569257e-06| -|requirements.txt|gitlab/gpagano/lensinggw|3.6258158085569257e-06| -|requirements.txt|gitlab/binary_c/binary_c-python|3.6258158085569257e-06| -|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6258158085569257e-06| -|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6258158085569257e-06| -|requirements.txt|gitlab/ENKI-portal/vaporock|3.6258158085569257e-06| -|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6258158085569257e-06| -|requirements.txt|gitlab/AstroVian/bmarxiv|3.6258158085569257e-06| -|requirements.txt|gitlab/jesseds/apav|3.6258158085569257e-06| -|requirements.txt|gitlab/LouisLab/PiVR|3.6258158085569257e-06| -|requirements.txt|gitlab/dglaeser/fieldcompare|3.6258158085569257e-06| -|requirements.txt|gitlab/casi-project/casi-2d|3.6258158085569257e-06| -|requirements.txt|gitlab/cracklet/cracklet|3.6258158085569257e-06| -|requirements.txt|gitlab/etienne.behar/menura|3.6258158085569257e-06| -|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6258158085569257e-06| -|requirements.txt|github/pylops/pyproximal|3.6258158085569257e-06| -|requirements.txt|github/tikk3r/legacystamps|3.6258158085569257e-06| -|requirements.txt|github/katholt/Kleborate|3.6258158085569257e-06| -|requirements.txt|github/fgbuster/fgbuster|3.6258158085569257e-06| -|requirements.txt|github/hyosubkim/bayes-toolbox|3.6258158085569257e-06| -|requirements.txt|github/grahambell/pymoc|3.6258158085569257e-06| -|requirements.txt|github/rodluger/everest|3.6258158085569257e-06| -|requirements.txt|github/xraypy/xraylarch|3.6258158085569257e-06| -|requirements.txt|github/Leo-Simpson/c-lasso|3.6258158085569257e-06| -|requirements.txt|github/variomes/sibtm-variomes|3.6258158085569257e-06| -|requirements.txt|github/robashaw/libecpint|3.6258158085569257e-06| -|requirements.txt|github/barentsen/dave|3.6258158085569257e-06| -|requirements.txt|github/barentsen/k2flix|3.6258158085569257e-06| -|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6258158085569257e-06| -|requirements.txt|github/pyamg/pyamg|3.6258158085569257e-06| -|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6258158085569257e-06| -|requirements.txt|github/UoMMIB/TFBMiner|3.6258158085569257e-06| -|requirements.txt|github/klb2/qmkpy|3.6258158085569257e-06| -|requirements.txt|github/WangLabTHU/DeSP|3.6258158085569257e-06| -|requirements.txt|github/SuperKogito/spafe|3.6258158085569257e-06| -|requirements.txt|github/bonsai-team/matam|3.6258158085569257e-06| -|requirements.txt|github/harrispopgen/mutyper|3.6258158085569257e-06| -|requirements.txt|github/zhoux85/scAdapt|3.6258158085569257e-06| -|requirements.txt|github/danhey/echelle|3.6258158085569257e-06| -|requirements.txt|github/astromer-science/main-code|3.6258158085569257e-06| -|requirements.txt|github/aimalz/qp|3.6258158085569257e-06| -|requirements.txt|github/lmcinnes/umap|3.6258158085569257e-06| -|requirements.txt|github/onnela-lab/beiwe-backend|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/hide|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/seek|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6258158085569257e-06| -|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6258158085569257e-06| -|requirements.txt|github/LCOGT/neoexchange|3.6258158085569257e-06| -|requirements.txt|github/mlares/hearsay|3.6258158085569257e-06| -|requirements.txt|github/tessgi/tvguide|3.6258158085569257e-06| -|requirements.txt|github/ot483/NetCom|3.6258158085569257e-06| -|requirements.txt|github/pnsaevik/effluent|3.6258158085569257e-06| -|requirements.txt|github/LuisScoccola/persistable|3.6258158085569257e-06| -|requirements.txt|github/duetosymmetry/qnm|3.6258158085569257e-06| -|requirements.txt|github/ToyotaCRDL/mahos|3.6258158085569257e-06| -|requirements.txt|github/firefly-cpp/NiaARM|3.6258158085569257e-06| -|requirements.txt|github/soraxas/sbp-env|3.6258158085569257e-06| -|requirements.txt|github/mwvgroup/pwv_kpno|3.6258158085569257e-06| -|requirements.txt|github/linsalrob/PhiSpy|3.6258158085569257e-06| -|requirements.txt|github/emerge-erc/ALminer|3.6258158085569257e-06| -|requirements.txt|github/PolymerGuy/recolo|3.6258158085569257e-06| -|requirements.txt|github/amrex-astro/Castro|3.6258158085569257e-06| -|requirements.txt|github/amrex-astro/Nyx|3.6258158085569257e-06| -|requirements.txt|github/JulianZDing/UniMAP|3.6258158085569257e-06| -|requirements.txt|github/STOmics/EAGS|3.6258158085569257e-06| -|requirements.txt|github/sybila/biodivine-aeon-py|3.6258158085569257e-06| -|requirements.txt|github/mwalmsley/zoobot|3.6258158085569257e-06| -|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6258158085569257e-06| -|requirements.txt|github/intake/intake|3.6258158085569257e-06| -|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6258158085569257e-06| -|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6258158085569257e-06| -|requirements.txt|github/nialov/fractopo|3.6258158085569257e-06| -|requirements.txt|github/secimTools/SECIMTools|3.6258158085569257e-06| -|requirements.txt|github/mraveri/tensiometer|3.6258158085569257e-06| -|requirements.txt|github/frescigno/magpy_rv|3.6258158085569257e-06| -|requirements.txt|github/abinit/abinit|3.6258158085569257e-06| -|requirements.txt|github/EGaraldi/corecon|3.6258158085569257e-06| -|requirements.txt|github/fenderglass/Ragout|3.6258158085569257e-06| -|requirements.txt|github/fenderglass/Flye|3.6258158085569257e-06| -|requirements.txt|github/ebachelet/pyLIMA|3.6258158085569257e-06| -|requirements.txt|github/KVSlab/VaMPy|3.6258158085569257e-06| -|requirements.txt|github/StingraySoftware/HENDRICS|3.6258158085569257e-06| -|requirements.txt|github/21cmfast/21cmEMU|3.6258158085569257e-06| -|requirements.txt|github/a-griffiths/AutoSpec|3.6258158085569257e-06| -|requirements.txt|github/MIAnalyzer/MIA|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/Castro|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/Nyx|3.6258158085569257e-06| -|requirements.txt|github/matiscke/lcps|3.6258158085569257e-06| -|requirements.txt|github/johnh2o2/cuvarbase|3.6258158085569257e-06| -|requirements.txt|github/johnpaulett/python-hl7|3.6258158085569257e-06| -|requirements.txt|github/mswzeus/TargetNet|3.6258158085569257e-06| -|requirements.txt|github/lpantano/seqcluster|3.6258158085569257e-06| -|requirements.txt|github/dirmeier/surjectors|3.6258158085569257e-06| -|requirements.txt|github/swagnercarena/paltas|3.6258158085569257e-06| -|requirements.txt|github/damonge/schNell|3.6258158085569257e-06| -|requirements.txt|github/roualdes/bridgestan|3.6258158085569257e-06| -|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6258158085569257e-06| -|requirements.txt|github/kiyo-masui/bitshuffle|3.6258158085569257e-06| -|requirements.txt|github/lgrcia/prose|3.6258158085569257e-06| -|requirements.txt|github/achael/eht-imaging|3.6258158085569257e-06| -|requirements.txt|github/iancze/PSOAP|3.6258158085569257e-06| -|requirements.txt|github/Kamuish/archi|3.6258158085569257e-06| -|requirements.txt|github/mpound/pdrtpy|3.6258158085569257e-06| -|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6258158085569257e-06| -|requirements.txt|github/labsyspharm/minerva-story|3.6258158085569257e-06| -|requirements.txt|github/aewallin/allantools|3.6258158085569257e-06| -|requirements.txt|github/mrempel/geohexviz|3.6258158085569257e-06| -|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6258158085569257e-06| -|requirements.txt|github/pysam-developers/pysam|3.6258158085569257e-06| -|requirements.txt|github/wmglab-duke/ascent|3.6258158085569257e-06| -|requirements.txt|github/pynucastro/pynucastro|3.6258158085569257e-06| -|requirements.txt|github/li-yangyang/lotus|3.6258158085569257e-06| -|requirements.txt|github/austinpeel/herculens|3.6258158085569257e-06| -|requirements.txt|github/JakobBD/pounce|3.6258158085569257e-06| -|requirements.txt|github/annayqho/TheCannon|3.6258158085569257e-06| -|requirements.txt|github/Basvanstein/GSAreport|3.6258158085569257e-06| -|requirements.txt|github/kkjawz/coref-ee|3.6258158085569257e-06| -|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6258158085569257e-06| -|requirements.txt|github/jesford/cluster-lensing|3.6258158085569257e-06| -|requirements.txt|github/broadinstitute/cromwell|3.6258158085569257e-06| -|requirements.txt|github/dartoon/galight|3.6258158085569257e-06| -|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6258158085569257e-06| -|requirements.txt|github/snowformatics/macrobot|3.6258158085569257e-06| -|requirements.txt|github/Jacks0nJ/PyFPT|3.6258158085569257e-06| -|requirements.txt|github/epi2me-labs/mapula|3.6258158085569257e-06| -|requirements.txt|github/skyfielders/python-skyfield|3.6258158085569257e-06| -|requirements.txt|github/luizfelippesr/galmag|3.6258158085569257e-06| -|requirements.txt|github/erling6232/imagedata|3.6258158085569257e-06| -|requirements.txt|github/jts/nanopolish|3.6258158085569257e-06| -|requirements.txt|github/MrOlm/drep|3.6258158085569257e-06| -|requirements.txt|github/theislab/scCODA|3.6258158085569257e-06| -|requirements.txt|github/uab-cgds-worthey/quac|3.6258158085569257e-06| -|requirements.txt|github/python-hydro/pyro2|3.6258158085569257e-06| -|requirements.txt|github/desihub/fastspecfit|3.6258158085569257e-06| -|requirements.txt|github/fhcrc/seqmagick|3.6258158085569257e-06| -|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6258158085569257e-06| -|requirements.txt|github/kinnala/scikit-fem|3.6258158085569257e-06| -|requirements.txt|github/sorenwacker/ProteomicsQC|3.6258158085569257e-06| -|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6258158085569257e-06| -|requirements.txt|github/Higgins00/TESS-Localize|3.6258158085569257e-06| -|requirements.txt|github/palaeoware/revosim|3.6258158085569257e-06| -|requirements.txt|github/tholoien/empiriciSN|3.6258158085569257e-06| -|requirements.txt|github/tholoien/XDGMM|3.6258158085569257e-06| -|requirements.txt|github/mentatpsi/OSGenome|3.6258158085569257e-06| -|requirements.txt|github/hpparvi/opents|3.6258158085569257e-06| -|requirements.txt|github/hpparvi/PyTransit|3.6258158085569257e-06| -|requirements.txt|github/ronshnapp/MyPTV|3.6258158085569257e-06| -|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6258158085569257e-06| -|requirements.txt|github/trygvrad/DF-XRM_viz|3.6258158085569257e-06| -|requirements.txt|github/HLasse/TextDescriptives|3.6258158085569257e-06| -|requirements.txt|github/ZJUFanLab/bulk2space|3.6258158085569257e-06| -|requirements.txt|github/ppsp-team/PyNM|3.6258158085569257e-06| -|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6258158085569257e-06| -|requirements.txt|github/ABM4ALL/Melodie|3.6258158085569257e-06| -|requirements.txt|github/esa/NIDN|3.6258158085569257e-06| -|requirements.txt|github/smaret/astrochem|3.6258158085569257e-06| -|requirements.txt|github/FlorianThibord/OptimiR|3.6258158085569257e-06| -|requirements.txt|github/muctadir/lama|3.6258158085569257e-06| -|requirements.txt|github/COMBINE-lab/alevin-fry|3.6258158085569257e-06| -|requirements.txt|github/rhdtownsend/gyre|3.6258158085569257e-06| -|requirements.txt|github/chanzuckerberg/cellxgene|3.6258158085569257e-06| -|requirements.txt|github/dib-lab/dammit|3.6258158085569257e-06| -|requirements.txt|github/dib-lab/sourmash|3.6258158085569257e-06| -|requirements.txt|github/cwieder/py-ssPA|3.6258158085569257e-06| -|requirements.txt|github/igmhub/LyaCoLoRe|3.6258158085569257e-06| -|requirements.txt|github/igmhub/picca|3.6258158085569257e-06| -|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/pycrires|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/ARTES|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/species|3.6258158085569257e-06| -|requirements.txt|github/Lyalpha/spalipy|3.6258158085569257e-06| -|requirements.txt|github/rcsb/mmtf-python|3.6258158085569257e-06| -|requirements.txt|github/stinefm/relsad|3.6258158085569257e-06| -|requirements.txt|github/danielenricocahall/elephas|3.6258158085569257e-06| -|requirements.txt|github/idruglab/hignn|3.6258158085569257e-06| -|requirements.txt|github/Climdyn/qgs|3.6258158085569257e-06| -|requirements.txt|github/PaulRitsche/DLTrack|3.6258158085569257e-06| -|requirements.txt|github/ablab/TandemTools|3.6258158085569257e-06| -|requirements.txt|github/pavolgaj/ObsPlanner|3.6258158085569257e-06| -|requirements.txt|github/Smith42/pix2prof|3.6258158085569257e-06| -|requirements.txt|github/legolason/PyQSOFit|3.6258158085569257e-06| -|requirements.txt|github/kingyin3613/RingsPy|3.6258158085569257e-06| -|requirements.txt|github/OpenBioLink/Explorer|3.6258158085569257e-06| -|requirements.txt|github/abatten/fruitbat|3.6258158085569257e-06| -|requirements.txt|github/tamarervin/SolAster|3.6258158085569257e-06| -|requirements.txt|github/dfm/ketu|3.6258158085569257e-06| -|requirements.txt|github/ketch/RK-Opt|3.6258158085569257e-06| -|requirements.txt|github/minkailin/stratsi|3.6258158085569257e-06| -|requirements.txt|github/londumas/redvsblue|3.6258158085569257e-06| -|requirements.txt|github/deeptools/deepTools|3.6258158085569257e-06| -|requirements.txt|github/deeptools/HiCExplorer|3.6258158085569257e-06| -|requirements.txt|github/arnikz/PIQMIe|3.6258158085569257e-06| -|requirements.txt|github/huiwenke/MineProt|3.6258158085569257e-06| -|requirements.txt|github/Zafiirah13/meercrab|3.6258158085569257e-06| -|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6258158085569257e-06| -|requirements.txt|github/miracum/ahd2fhir|3.6258158085569257e-06| -|requirements.txt|github/rae-holcomb/SpinSpotter|3.6258158085569257e-06| -|requirements.txt|github/JLiangLab/TransVW|3.6258158085569257e-06| -|requirements.txt|github/kylemede/ExoSOFT|3.6258158085569257e-06| -|requirements.txt|github/myinxd/mcrgnet|3.6258158085569257e-06| -|requirements.txt|github/semaphoreP/whereistheplanet|3.6258158085569257e-06| -|requirements.txt|github/epfl-radio-astro/PINION|3.6258158085569257e-06| -|requirements.txt|github/epfl-radio-astro/LiSA|3.6258158085569257e-06| -|requirements.txt|github/sczesla/PyAstronomy|3.6258158085569257e-06| -|requirements.txt|github/igvteam/igv-reports|3.6258158085569257e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6258158085569257e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6258158085569257e-06| -|requirements.txt|github/freqtrade/freqtrade|3.6258158085569257e-06| -|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6258158085569257e-06| -|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6258158085569257e-06| -|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6258158085569257e-06| -|requirements.txt|github/kboone/avocado|3.6258158085569257e-06| -|requirements.txt|github/lucianolorenti/ceruleo|3.6258158085569257e-06| -|requirements.txt|github/icecube/TauRunner|3.6258158085569257e-06| -|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6258158085569257e-06| -|requirements.txt|github/ashleychontos/pySYD|3.6258158085569257e-06| -|requirements.txt|github/nextstrain/nextclade|3.6258158085569257e-06| -|requirements.txt|github/CederGroupHub/sparse-lm|3.6258158085569257e-06| -|requirements.txt|github/CederGroupHub/smol|3.6258158085569257e-06| -|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6258158085569257e-06| -|requirements.txt|github/pysal/spopt|3.6258158085569257e-06| -|requirements.txt|github/atomec-project/atoMEC|3.6258158085569257e-06| -|requirements.txt|github/Narayana-Rao/SAR-tools|3.6258158085569257e-06| -|requirements.txt|github/htjb/globalemu|3.6258158085569257e-06| -|requirements.txt|github/htjb/margarine|3.6258158085569257e-06| -|requirements.txt|github/benjaminbolling/RSW|3.6258158085569257e-06| -|requirements.txt|github/wouterpeere/GHEtool|3.6258158085569257e-06| -|requirements.txt|github/RuiningZHAO/wcpy|3.6258158085569257e-06| -|requirements.txt|github/YangLab/CIRCexplorer2|3.6258158085569257e-06| -|requirements.txt|github/vortex-exoplanet/VIP|3.6258158085569257e-06| -|requirements.txt|github/SESMG/SESMG|3.6258158085569257e-06| -|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6258158085569257e-06| -|requirements.txt|github/johnveitch/cpnest|3.6258158085569257e-06| -|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6258158085569257e-06| -|requirements.txt|github/PacificBiosciences/pbbam|3.6258158085569257e-06| -|requirements.txt|github/ncbi/datasets|3.6258158085569257e-06| -|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6258158085569257e-06| -|requirements.txt|github/ImperialCollegeLondon/champ|3.6258158085569257e-06| -|requirements.txt|github/xuanxu/starmatrix|3.6258158085569257e-06| -|requirements.txt|github/moead-framework/framework|3.6258158085569257e-06| -|requirements.txt|github/ianfhunter/GNOLL|3.6258158085569257e-06| -|requirements.txt|github/cylammarco/WDPhotTools|3.6258158085569257e-06| -|requirements.txt|github/cylammarco/ASPIRED|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/VarSum|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/MutViz|3.6258158085569257e-06| -|requirements.txt|github/kblin/ncbi-acc-download|3.6258158085569257e-06| -|requirements.txt|github/joshspeagle/dynesty|3.6258158085569257e-06| -|requirements.txt|github/villano-lab/nrCascadeSim|3.6258158085569257e-06| -|requirements.txt|github/segasai/rvspecfit|3.6258158085569257e-06| -|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6258158085569257e-06| -|requirements.txt|github/j-erler/pymf|3.6258158085569257e-06| -|requirements.txt|github/JD2112/methylr|3.6258158085569257e-06| -|requirements.txt|github/tud-hri/joan|3.6258158085569257e-06| -|requirements.txt|github/tud-hri/travia|3.6258158085569257e-06| -|requirements.txt|github/jgieseler/solarmach|3.6258158085569257e-06| -|requirements.txt|github/williamjameshandley/anesthetic|3.6258158085569257e-06| -|requirements.txt|github/williamjameshandley/fgivenx|3.6258158085569257e-06| -|requirements.txt|github/ryneches/SuchTree|3.6258158085569257e-06| -|requirements.txt|github/wbalmer/backtracks|3.6258158085569257e-06| -|requirements.txt|github/wbalmer/backtrack|3.6258158085569257e-06| -|requirements.txt|github/silx-kit/pyFAI|3.6258158085569257e-06| -|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6258158085569257e-06| -|requirements.txt|github/wcoulton/CompressedFisher|3.6258158085569257e-06| -|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6258158085569257e-06| -|requirements.txt|github/phirling/pyc2ray|3.6258158085569257e-06| -|requirements.txt|github/JorenSix/Olaf|3.6258158085569257e-06| -|requirements.txt|github/cdanielmachado/reframed|3.6258158085569257e-06| -|requirements.txt|github/singularityhub/sregistry|3.6258158085569257e-06| -|requirements.txt|github/open2c/pairtools|3.6258158085569257e-06| -|requirements.txt|github/logan-pearce/lofti_gaia|3.6258158085569257e-06| -|requirements.txt|github/benstahl92/deepSIP|3.6258158085569257e-06| -|requirements.txt|github/khyox/recentrifuge|3.6258158085569257e-06| -|requirements.txt|github/pyomeca/biosiglive|3.6258158085569257e-06| -|requirements.txt|github/TianlaiProject/tlpipe|3.6258158085569257e-06| -|requirements.txt|github/SPARTA-dev/SPARTA|3.6258158085569257e-06| -|requirements.txt|github/taoliu/MACS|3.6258158085569257e-06| -|requirements.txt|github/radiocosmology/draco|3.6258158085569257e-06| -|requirements.txt|github/radiocosmology/driftscan|3.6258158085569257e-06| -|requirements.txt|github/SCIInstitute/UncertainSCI|3.6258158085569257e-06| -|requirements.txt|github/YesselmanLab/rna_map|3.6258158085569257e-06| -|requirements.txt|github/sebastian-zieba/PACMAN|3.6258158085569257e-06| -|requirements.txt|github/PNNL-m-q/mza|3.6258158085569257e-06| -|requirements.txt|github/micahvista/MAMnet|3.6258158085569257e-06| -|requirements.txt|github/jpierel14/snsed|3.6258158085569257e-06| -|requirements.txt|github/biocircuits/bioscrape|3.6258158085569257e-06| -|requirements.txt|github/me-manu/gammaALPs|3.6258158085569257e-06| -|requirements.txt|github/maxmahlke/ssos|3.6258158085569257e-06| -|requirements.txt|github/EnricoCorsaro/FAMED|3.6258158085569257e-06| -|requirements.txt|github/winger/hawking_net|3.6258158085569257e-06| -|requirements.txt|github/kazewong/flowMC|3.6258158085569257e-06| -|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6258158085569257e-06| -|requirements.txt|github/BorgwardtLab/simbsig|3.6258158085569257e-06| -|requirements.txt|github/SterlingYM/astroPIPS|3.6258158085569257e-06| -|requirements.txt|github/statgen/Minimac4|3.6258158085569257e-06| -|requirements.txt|github/ajshajib/dolphin|3.6258158085569257e-06| -|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6258158085569257e-06| -|requirements.txt|github/NBISweden/AGAT|3.6258158085569257e-06| -|requirements.txt|github/saberyoung/haffet|3.6258158085569257e-06| -|requirements.txt|github/1313e/CMasher|3.6258158085569257e-06| -|requirements.txt|github/rzellem/EXOTIC|3.6258158085569257e-06| -|requirements.txt|github/scikit-tda/DREiMac|3.6258158085569257e-06| -|requirements.txt|github/MD-Studio/MDStudio|3.6258158085569257e-06| -|requirements.txt|github/Julian/jsonschema|3.6258158085569257e-06| -|requirements.txt|github/pudu-py/pudu|3.6258158085569257e-06| -|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6258158085569257e-06| -|requirements.txt|github/asntech/intervene|3.6258158085569257e-06| -|requirements.txt|github/astroweaver/the_farmer|3.6258158085569257e-06| -|requirements.txt|github/ifilot/edp|3.6258158085569257e-06| -|requirements.txt|github/BioGearsEngine/core|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/Stimela-classic|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/PyMORESANE|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/QuartiCal|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/Stimela|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/rodrigues|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/breizorro|3.6258158085569257e-06| -|requirements.txt|github/mrtommyb/ktransit|3.6258158085569257e-06| -|requirements.txt|github/ArgonneCPAC/diffmah|3.6258158085569257e-06| -|requirements.txt|github/ArgonneCPAC/diffstar|3.6258158085569257e-06| -|requirements.txt|github/ywx649999311/EzTao|3.6258158085569257e-06| -|requirements.txt|github/icrar/daliuge|3.6258158085569257e-06| -|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6258158085569257e-06| -|requirements.txt|github/MRChemSoft/mrchem|3.6258158085569257e-06| -|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6258158085569257e-06| -|requirements.txt|github/SimonPfeifer/cows|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/K2fov|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/kadenza|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/PyKE|3.6258158085569257e-06| -|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6258158085569257e-06| -|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6258158085569257e-06| -|requirements.txt|github/grant-m-s/astronomicAL|3.6258158085569257e-06| -|requirements.txt|github/mirapy-org/mirapy|3.6258158085569257e-06| -|requirements.txt|github/ihmwg/python-modelcif|3.6258158085569257e-06| -|requirements.txt|github/Samreay/ChainConsumer|3.6258158085569257e-06| -|requirements.txt|github/Samreay/Barry|3.6258158085569257e-06| -|requirements.txt|github/N-Wouda/ALNS|3.6258158085569257e-06| -|requirements.txt|github/teuben/QAC|3.6258158085569257e-06| -|requirements.txt|github/marius311/cosmoslik|3.6258158085569257e-06| -|requirements.txt|github/jkrogager/VoigtFit|3.6258158085569257e-06| -|requirements.txt|github/tuoyl/tat-pulsar|3.6258158085569257e-06| -|requirements.txt|github/mirnylab/cooler|3.6258158085569257e-06| -|requirements.txt|github/mirnylab/pairtools|3.6258158085569257e-06| -|requirements.txt|github/LoganAMorrison/Hazma|3.6258158085569257e-06| -|requirements.txt|github/openmsi/openmsistream|3.6258158085569257e-06| -|requirements.txt|github/IMMM-SFA/tell|3.6258158085569257e-06| -|requirements.txt|github/winni2k/abeona|3.6258158085569257e-06| -|requirements.txt|github/pni-lab/mlconfound|3.6258158085569257e-06| -|requirements.txt|github/vrodgom/statmorph|3.6258158085569257e-06| -|requirements.txt|github/kartheikiyer/dense_basis|3.6258158085569257e-06| -|requirements.txt|github/jellis18/PTMCMCSampler|3.6258158085569257e-06| -|requirements.txt|github/msyazwanfaid/hilalpy|3.6258158085569257e-06| -|requirements.txt|github/OxES/k2sc|3.6258158085569257e-06| -|requirements.txt|github/zachetienne/nrpytutorial|3.6258158085569257e-06| -|requirements.txt|github/iontorrent/TS|3.6258158085569257e-06| -|requirements.txt|github/bjmorgan/py-sc-fermi|3.6258158085569257e-06| -|requirements.txt|github/markur4/plotastic|3.6258158085569257e-06| -|requirements.txt|github/mwanakijiji/rrlfe|3.6258158085569257e-06| -|requirements.txt|github/connor-lab/vapor|3.6258158085569257e-06| -|requirements.txt|github/mgieles/limepy|3.6258158085569257e-06| -|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6258158085569257e-06| -|requirements.txt|github/galaxyproject/galaxy-lib|3.6258158085569257e-06| -|requirements.txt|github/deepmind/alphafold|3.6258158085569257e-06| -|requirements.txt|github/r3w0p/bobocep|3.6258158085569257e-06| -|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6258158085569257e-06| -|requirements.txt|github/tvwenger/millennium-tap-query|3.6258158085569257e-06| -|requirements.txt|github/pcingola/SnpEff|3.6258158085569257e-06| -|requirements.txt|github/rpoleski/MulensModel|3.6258158085569257e-06| -|requirements.txt|github/jtschindler/sculptor|3.6258158085569257e-06| -|requirements.txt|github/pmlmodelling/nctoolkit|3.6258158085569257e-06| -|requirements.txt|github/cmoestl/3DCORE|3.6258158085569257e-06| -|requirements.txt|github/stammler/dustpylib|3.6258158085569257e-06| -|requirements.txt|github/pyvisa/pyvisa|3.6258158085569257e-06| -|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6258158085569257e-06| -|requirements.txt|github/siavashk/pycpd|3.6258158085569257e-06| -|requirements.txt|github/alawryaguila/multi-view-AE|3.6258158085569257e-06| -|requirements.txt|github/rsnemmen/BCES|3.6258158085569257e-06| -|requirements.txt|github/zhangyk8/sconce-scms|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/spinning-up-basic|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/Rainbow|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/PlaNet|3.6258158085569257e-06| -|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6258158085569257e-06| -|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6258158085569257e-06| -|requirements.txt|github/benlansdell/ethome|3.6258158085569257e-06| -|requirements.txt|github/VIB-PSB/MINI-EX|3.6258158085569257e-06| -|requirements.txt|github/BASTAcode/BASTA|3.6258158085569257e-06| -|requirements.txt|github/transientskp/lpf|3.6258158085569257e-06| -|requirements.txt|github/astroboylrx/Rubble|3.6258158085569257e-06| -|requirements.txt|github/aboucaud/pypher|3.6258158085569257e-06| -|requirements.txt|github/gmbrandt/HTOF|3.6258158085569257e-06| -|requirements.txt|github/exoclime/HELA|3.6258158085569257e-06| -|requirements.txt|github/exoclime/HELIOS-K|3.6258158085569257e-06| -|requirements.txt|github/valentineap/pyprop8|3.6258158085569257e-06| -|requirements.txt|github/mms-fcul/PypKa|3.6258158085569257e-06| -|requirements.txt|github/Chenmi0619/GALMoss|3.6258158085569257e-06| -|requirements.txt|github/gbrammer/grizli|3.6258158085569257e-06| -|requirements.txt|github/RBrearton/islatu|3.6258158085569257e-06| -|requirements.txt|github/travisseymour/EPICpy|3.6258158085569257e-06| -|requirements.txt|github/chemfiles/chemfiles|3.6258158085569257e-06| -|requirements.txt|github/mindearth/mobilkit|3.6258158085569257e-06| -|requirements.txt|github/ITA-Solar/rh|3.6258158085569257e-06| -|requirements.txt|github/mjshao06/pdifFinder|3.6258158085569257e-06| -|requirements.txt|github/parsotat/batanalysis|3.6258158085569257e-06| -|requirements.txt|github/LSARP/ProteomicsQC|3.6258158085569257e-06| -|requirements.txt|github/hongwanliu/DarkHistory|3.6258158085569257e-06| -|requirements.txt|github/AOtools/aotools|3.6258158085569257e-06| -|requirements.txt|github/hposborn/MonoTools|3.6258158085569257e-06| -|requirements.txt|github/enveda/RPath|3.6258158085569257e-06| -|requirements.txt|github/ethicsai/ethical-smart-grid|3.6258158085569257e-06| -|requirements.txt|github/paulbrodersen/netgraph|3.6258158085569257e-06| -|requirements.txt|github/nickk124/RCR|3.6258158085569257e-06| -|requirements.txt|github/smithlabcode/dnmtools|3.6258158085569257e-06| -|requirements.txt|github/ORNL/curifactory|3.6258158085569257e-06| -|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6258158085569257e-06| -|requirements.txt|github/MikeSWang/HorizonGRound|3.6258158085569257e-06| -|requirements.txt|github/MikeSWang/Harmonia|3.6258158085569257e-06| -|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6258158085569257e-06| -|requirements.txt|github/mtlam/PyPulse|3.6258158085569257e-06| -|requirements.txt|github/uedaLabR/nanoDoc|3.6258158085569257e-06| -|requirements.txt|github/telatin/qax|3.6258158085569257e-06| -|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6258158085569257e-06| -|requirements.txt|github/ucberkeleyseti/blimpy|3.6258158085569257e-06| -|requirements.txt|github/bedops/bedops|3.6258158085569257e-06| -|requirements.txt|github/SDXorg/pysd|3.6258158085569257e-06| -|requirements.txt|github/ryanhausen/fitsmap|3.6258158085569257e-06| -|requirements.txt|github/koszullab/pareidolia|3.6258158085569257e-06| -|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6258158085569257e-06| -|requirements.txt|github/sjteresi/TE_Density|3.6258158085569257e-06| -|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6258158085569257e-06| -|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6258158085569257e-06| -|requirements.txt|github/tylertrimble/viswaternet|3.6258158085569257e-06| -|requirements.txt|github/jonas-fuchs/varVAMP|3.6258158085569257e-06| -|requirements.txt|github/learningsimulator/learningsimulator|3.6258158085569257e-06| -|requirements.txt|github/erikbern/ann-benchmarks|3.6258158085569257e-06| -|requirements.txt|github/minaskar/hankl|3.6258158085569257e-06| -|requirements.txt|github/minaskar/zeus|3.6258158085569257e-06| -|requirements.txt|github/minaskar/pocomc|3.6258158085569257e-06| -|requirements.txt|github/drphilmarshall/HumVI|3.6258158085569257e-06| -|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6258158085569257e-06| -|requirements.txt|github/johannesulf/dsigma|3.6258158085569257e-06| -|requirements.txt|github/SebastianBocquet/pygtc|3.6258158085569257e-06| -|requirements.txt|github/cytham/nanovar|3.6258158085569257e-06| -|requirements.txt|github/imcgreer/simqso|3.6258158085569257e-06| -|requirements.txt|github/MichelleLochner/astronomaly|3.6258158085569257e-06| -|requirements.txt|github/podondra/bayesian-sznet|3.6258158085569257e-06| -|requirements.txt|github/exosports/homer|3.6258158085569257e-06| -|requirements.txt|github/exosports/MARGE|3.6258158085569257e-06| -|requirements.txt|github/pyxnat/pyxnat|3.6258158085569257e-06| -|requirements.txt|github/AWehrhahn/SME|3.6258158085569257e-06| -|requirements.txt|github/widdowquinn/pyani|3.6258158085569257e-06| -|requirements.txt|github/kno10/python-kmedoids|3.6258158085569257e-06| -|requirements.txt|github/ska-sa/katdal|3.6258158085569257e-06| -|requirements.txt|github/RosettaCommons/RFDesign|3.6258158085569257e-06| -|requirements.txt|github/SHTOOLS/SHTOOLS|3.6258158085569257e-06| -|requirements.txt|github/JLBLine/WODEN|3.6258158085569257e-06| -|requirements.txt|github/JLBLine/PUMA|3.6258158085569257e-06| -|requirements.txt|github/villrv/SuperRAENN|3.6258158085569257e-06| -|requirements.txt|github/silburt/DeepMoon|3.6258158085569257e-06| -|requirements.txt|github/GalletFlorian/TATOO|3.6258158085569257e-06| -|requirements.txt|github/jeschaef/Graph4Med|3.6258158085569257e-06| -|requirements.txt|github/bthorne93/PySM_public|3.6258158085569257e-06| -|requirements.txt|github/pysat/pysat|3.6258158085569257e-06| -|requirements.txt|github/nanograv/enterprise|3.6258158085569257e-06| -|requirements.txt|github/miguelcarcamov/csromer|3.6258158085569257e-06| -|requirements.txt|github/miguelcarcamov/gpuvmem|3.6258158085569257e-06| -|requirements.txt|github/ExObsSim/ExoRad2-public|3.6258158085569257e-06| -|requirements.txt|github/timstaley/amisurvey|3.6258158085569257e-06| -|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6258158085569257e-06| -|requirements.txt|github/nickelnine37/pykronecker|3.6258158085569257e-06| -|requirements.txt|github/PynPoint/PynPoint|3.6258158085569257e-06| -|requirements.txt|github/ggonnella/fastsubtrees|3.6258158085569257e-06| -|requirements.txt|github/ECP-WarpX/WarpX|3.6258158085569257e-06| -|requirements.txt|github/floodlight-sports/floodlight|3.6258158085569257e-06| -|requirements.txt|github/olivecha/guitarsounds|3.6258158085569257e-06| -|requirements.txt|github/pennsignals/chime|3.6258158085569257e-06| -|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6258158085569257e-06| -|requirements.txt|github/reneshbedre/bioinfokit|3.6258158085569257e-06| -|requirements.txt|github/JacobBumgarner/VesselVio|3.6258158085569257e-06| -|requirements.txt|github/candYgene/siga|3.6258158085569257e-06| -|requirements.txt|github/ngbusca/QuasarNET|3.6258158085569257e-06| -|requirements.txt|github/arq5x/poretools|3.6258158085569257e-06| -|requirements.txt|github/qmarcou/IGoR|3.6258158085569257e-06| -|requirements.txt|github/CGATOxford/UMI-tools|3.6258158085569257e-06| -|requirements.txt|github/OSeMOSYS/otoole|3.6258158085569257e-06| -|requirements.txt|github/DSIMB/medusa|3.6258158085569257e-06| -|requirements.txt|github/aertslab/pySCENIC|3.6258158085569257e-06| -|requirements.txt|github/TearsWaiting/MIMML|3.6258158085569257e-06| -|requirements.txt|github/JulianBMunoz/Zeus21|3.6258158085569257e-06| -|requirements.txt|github/JulianBMunoz/RelicFast|3.6258158085569257e-06| -|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6258158085569257e-06| -|requirements.txt|github/flu-crew/smot|3.6258158085569257e-06| -|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6258158085569257e-06| -|requirements.txt|github/MLMI2-CSSI/foundry|3.6258158085569257e-06| -|requirements.txt|github/opengeos/segment-geospatial|3.6258158085569257e-06| -|requirements.txt|github/NREL/G2Aero|3.6258158085569257e-06| -|requirements.txt|github/rrwick/Deepbinner|3.6258158085569257e-06| -|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6258158085569257e-06| -|requirements.txt|github/rkiman/wdwarfdate|3.6258158085569257e-06| -|requirements.txt|github/jsobeck/MOOG_SCAT|3.6258158085569257e-06| -|requirements.txt|github/temuller/hostphot|3.6258158085569257e-06| -|requirements.txt|github/temuller/piscola|3.6258158085569257e-06| -|requirements.txt|github/iAART/aart|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/nnkcde|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/cdetools|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/RFCDE|3.6258158085569257e-06| -|requirements.txt|github/lutteropp/NetRAX|3.6258158085569257e-06| -|requirements.txt|github/sosl/H-FISTA|3.6258158085569257e-06| -|requirements.txt|github/lucydot/effmass|3.6258158085569257e-06| -|requirements.txt|github/basehc/IPEV|3.6258158085569257e-06| -|requirements.txt|github/pipliggins/EVolve|3.6258158085569257e-06| -|requirements.txt|github/FraunhoferIWES/foxes|3.6258158085569257e-06| -|requirements.txt|github/sandialabs/pvOps|3.6258158085569257e-06| -|requirements.txt|github/JulioHC00/PEPITA|3.6258158085569257e-06| -|requirements.txt|github/he2016012996/CABnet|3.6258158085569257e-06| -|requirements.txt|github/ArtRand/signalAlign|3.6258158085569257e-06| -|requirements.txt|github/snad-space/ztf-viewer|3.6258158085569257e-06| -|requirements.txt|github/inpefess/gym-saturation|3.6258158085569257e-06| -|requirements.txt|github/GBLille/MassiveFold|3.6258158085569257e-06| -|requirements.txt|github/scottgigante/picopore|3.6258158085569257e-06| -|requirements.txt|github/PolyChord/PolyChordLite|3.6258158085569257e-06| -|requirements.txt|github/jeffdaily/parasail-python|3.6258158085569257e-06| -|requirements.txt|github/fcastagna/preprofit|3.6258158085569257e-06| -|requirements.txt|github/fcastagna/JoXSZ|3.6258158085569257e-06| -|requirements.txt|github/moldyn/msmhelper|3.6258158085569257e-06| -|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6258158085569257e-06| -|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6258158085569257e-06| -|requirements.txt|github/samsledje/ConPLex_dev|3.6258158085569257e-06| -|requirements.txt|github/tmcclintock/AReconstructionTool|3.6258158085569257e-06| -|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6258158085569257e-06| -|requirements.txt|github/KolmogorovLab/Severus|3.6258158085569257e-06| -|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6258158085569257e-06| -|requirements.txt|github/yuhuan-wu/mobilesal|3.6258158085569257e-06| -|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6258158085569257e-06| -|requirements.txt|github/RECETOX/RIAssigner|3.6258158085569257e-06| -|requirements.txt|github/ACTCollaboration/zCluster|3.6258158085569257e-06| -|requirements.txt|github/sblunt/orbitize|3.6258158085569257e-06| -|requirements.txt|github/jdber1/opendrop|3.6258158085569257e-06| -|requirements.txt|github/YuRui8879/MRASleepNet|3.6258158085569257e-06| -|requirements.txt|github/sciris/sciris|3.6258158085569257e-06| -|requirements.txt|github/bradkav/verne|3.6258158085569257e-06| -|requirements.txt|github/bradkav/CEvNS|3.6258158085569257e-06| -|requirements.txt|github/bradkav/WIMpy_NREFT|3.6258158085569257e-06| -|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6258158085569257e-06| -|requirements.txt|github/TeamCOMPAS/COMPAS|3.6258158085569257e-06| -|requirements.txt|github/kyleaoman/martini|3.6258158085569257e-06| -|requirements.txt|github/ixkael/Delight|3.6258158085569257e-06| -|requirements.txt|github/C0PEP0D/otto|3.6258158085569257e-06| -|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6258158085569257e-06| -|requirements.txt|github/ptriska/WavesDash|3.6258158085569257e-06| -|requirements.txt|github/prashjet/popkinmocks|3.6258158085569257e-06| -|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6258158085569257e-06| -|requirements.txt|github/chianti-atomic/ChiantiPy|3.6258158085569257e-06| -|requirements.txt|github/CosmoStat/mccd|3.6258158085569257e-06| -|requirements.txt|github/hallamlab/TreeSAPP|3.6258158085569257e-06| -|requirements.txt|github/tomasplsek/CADET|3.6258158085569257e-06| -|requirements.txt|github/pierfied/karmma|3.6258158085569257e-06| -|requirements.txt|github/florpi/sunbird|3.6258158085569257e-06| -|requirements.txt|github/tnakazato/priism|3.6258158085569257e-06| -|requirements.txt|github/mscaudill/openseize|3.6258158085569257e-06| -|requirements.txt|github/phineasng/DECODE|3.6258158085569257e-06| -|requirements.txt|github/geoelements/gns|3.6258158085569257e-06| -|requirements.txt|github/TinkerTools/tinker9|3.6258158085569257e-06| -|requirements.txt|github/migueldvb/cine|3.6258158085569257e-06| -|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6258158085569257e-06| -|requirements.txt|github/macrocosme/amber_meta|3.6258158085569257e-06| -|requirements.txt|github/SJLeo/FFSD|3.6258158085569257e-06| -|requirements.txt|github/csb-toolbox/CSB|3.6258158085569257e-06| -|requirements.txt|github/dkoslicki/TAMPA|3.6258158085569257e-06| -|requirements.txt|github/nanoporetech/pychopper|3.6258158085569257e-06| -|requirements.txt|github/nanoporetech/medaka|3.6258158085569257e-06| -|requirements.txt|github/fabiorigamonti/bang|3.6258158085569257e-06| -|requirements.txt|github/JuliaHCI/ADI.jl|3.6258158085569257e-06| -|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6258158085569257e-06| -|requirements.txt|github/songningqiang/CosmoLED|3.6258158085569257e-06| -|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6258158085569257e-06| -|requirements.txt|github/ExeClim/Isca|3.6258158085569257e-06| -|requirements.txt|github/cogent3/cogent3|3.6258158085569257e-06| -|requirements.txt|github/neuroanatomy/reorient|3.6258158085569257e-06| -|requirements.txt|github/maserlib/ExPRES|3.6258158085569257e-06| -|requirements.txt|github/bfarr/kombine|3.6258158085569257e-06| -|requirements.txt|github/spacetelescope/mirage|3.6258158085569257e-06| -|requirements.txt|github/mattyowl/astLib|3.6258158085569257e-06| -|requirements.txt|github/brentp/peddy|3.6258158085569257e-06| -|requirements.txt|github/brentp/cyvcf2|3.6258158085569257e-06| -|requirements.txt|github/bcbio/bcbio-nextgen|3.6258158085569257e-06| -|requirements.txt|github/CarlosCoba/XookSuut-code|3.6258158085569257e-06| -|requirements.txt|github/institut-de-genomique/HAPO-G|3.6258158085569257e-06| -|requirements.txt|github/quantling/pyndl|3.6258158085569257e-06| -|requirements.txt|github/cwentland0/perform|3.6258158085569257e-06| -|requirements.txt|github/arnauqb/qwind|3.6258158085569257e-06| -|requirements.txt|github/tiberioap/grav_waldo|3.6258158085569257e-06| -|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6258158085569257e-06| -|requirements.txt|github/alexander-mead/pyhalomodel|3.6258158085569257e-06| -|requirements.txt|github/nickhand/pyRSD|3.6258158085569257e-06| -|requirements.txt|github/HHTpy/HHTpywrapper|3.6258158085569257e-06| -|requirements.txt|github/justyncw/STAR_MELT|3.6258158085569257e-06| -|requirements.txt|github/dirac-institute/asterogap|3.6258158085569257e-06| -|requirements.txt|github/chenwuperth/rgz_rcnn|3.6258158085569257e-06| -|requirements.txt|github/dsavransky/EXOSIMS|3.6258158085569257e-06| -|requirements.txt|github/kuanrongchan/COVID19-severity|3.6258158085569257e-06| -|requirements.txt|github/bow/fsnviz|3.6258158085569257e-06| -|requirements.txt|github/spack/spack|3.6258158085569257e-06| -|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6258158085569257e-06| -|requirements.txt|github/andr1976/HydDown|3.6258158085569257e-06| -|requirements.txt|github/kuenzelab/ENDURE|3.6258158085569257e-06| -|requirements.txt|github/vterron/lemon|3.6258158085569257e-06| -|requirements.txt|github/Gabaldonlab/jloh|3.6258158085569257e-06| -|requirements.txt|github/sbird/fake_spectra|3.6258158085569257e-06| -|requirements.txt|github/danielreardon/scintools|3.6258158085569257e-06| -|requirements.txt|github/lucabaldini/ixpeobssim|3.6258158085569257e-06| -|requirements.txt|github/healpy/healpy|3.6258158085569257e-06| -|requirements.txt|github/surf-eds/one-button-compute|3.6258158085569257e-06| -|requirements.txt|github/lkreidberg/batman|3.6258158085569257e-06| -|requirements.txt|github/james-m-osborn/astrosat|3.6258158085569257e-06| -|requirements.txt|github/lys-devel/lys|3.6258158085569257e-06| -|requirements.txt|github/ryanvarley/exodata|3.6258158085569257e-06| -|requirements.txt|github/ggciag/mandyoc|3.6258158085569257e-06| -|requirements.txt|github/AllenInstitute/bmtk|3.6258158085569257e-06| -|requirements.txt|github/sidmohite/nimbus-astro|3.6258158085569257e-06| -|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6258158085569257e-06| -|requirements.txt|github/eggnogdb/eggnog-mapper|3.6258158085569257e-06| -|requirements.txt|github/jdswinbank/Comet|3.6258158085569257e-06| -|requirements.txt|github/florian-lienhard/MM-LSD|3.6258158085569257e-06| -|requirements.txt|github/dstndstn/tractor|3.6258158085569257e-06| -|requirements.txt|github/christinahedges/contaminante|3.6258158085569257e-06| -|requirements.txt|github/bcgsc/NanoSim|3.6258158085569257e-06| -|requirements.txt|github/bcgsc/TMBur|3.6258158085569257e-06| -|requirements.txt|github/roban/CosmoloPy|3.6258158085569257e-06| -|requirements.txt|github/miguelzuma/hi_class_public|3.6258158085569257e-06| -|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/sacc|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/Spectractor|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/snmachine|3.6258158085569257e-06| -|requirements.txt|github/michaelhb/superplot|3.6258158085569257e-06| -|requirements.txt|github/shandley/hecatomb|3.6258158085569257e-06| -|requirements.txt|github/monarch-initiative/loinc2hpo|3.6258158085569257e-06| -|requirements.txt|github/vallis/libstempo|3.6258158085569257e-06| -|requirements.txt|github/forrest-lab/scMatch|3.6258158085569257e-06| -|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6258158085569257e-06| -|requirements.txt|github/fccoelho/epimodels|3.6258158085569257e-06| -|requirements.txt|github/fccoelho/epigrass|3.6258158085569257e-06| -|requirements.txt|github/citation-file-format/citation-file-format|3.6258158085569257e-06| -|requirements.txt|github/astro-informatics/sleplet|3.6258158085569257e-06| -|requirements.txt|github/genouest/biomaj-daemon|3.6258158085569257e-06| -|requirements.txt|github/yupidevs/pactus|3.6258158085569257e-06| -|requirements.txt|github/SegataLab/lefse|3.6258158085569257e-06| -|requirements.txt|github/vgteam/vg#vg|3.6258158085569257e-06| -|requirements.txt|github/vgteam/vg|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/repack|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/mc3|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/pyratbay|3.6258158085569257e-06| -|requirements.txt|github/lgbouma/gyro-interp|3.6258158085569257e-06| -|requirements.txt|github/valboz/VBBinaryLensing|3.6258158085569257e-06| -|requirements.txt|github/mr-superonion/FPFS|3.6258158085569257e-06| -|requirements.txt|github/discsim/frank|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/deepscm|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/masf|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/istn|3.6258158085569257e-06| -|requirements.txt|github/exciting/excitingtools|3.6258158085569257e-06| -|requirements.txt|github/sibirrer/psfr|3.6258158085569257e-06| -|requirements.txt|github/timothydmorton/isochrones|3.6258158085569257e-06| -|requirements.txt|github/qMRLab/qMRLab|3.6258158085569257e-06| -|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6258158085569257e-06| -|requirements.txt|github/jakeret/abcpmc|3.6258158085569257e-06| -|requirements.txt|github/jakeret/tf_unet|3.6258158085569257e-06| -|requirements.txt|github/milnus/Magphi|3.6258158085569257e-06| -|requirements.txt|github/gperezs/StarcNet|3.6258158085569257e-06| -|requirements.txt|github/oliverphilcox/RascalC|3.6258158085569257e-06| -|requirements.txt|github/gbouras13/plassembler|3.6258158085569257e-06| -|requirements.txt|github/etal/cnvkit|3.6258158085569257e-06| -|requirements.txt|github/Qiskit/qiskit-experiments|3.6258158085569257e-06| -|requirements.txt|github/manodeep/TesseRACt|3.6258158085569257e-06| -|requirements.txt|github/DataBiosphere/wdl-parsers|3.6258158085569257e-06| -|requirements.txt|github/Vini2/GraphBin|3.6258158085569257e-06| -|requirements.txt|github/GalSim-developers/GalSim|3.6258158085569257e-06| -|requirements.txt|github/sklasfeld/DANPOS3|3.6258158085569257e-06| -|requirements.txt|github/GilbertLabUCSF/CanDI|3.6258158085569257e-06| -|requirements.txt|github/aksholokhov/pysr3|3.6258158085569257e-06| -|requirements.txt|github/jrkerns/pylinac|3.6258158085569257e-06| -|requirements.txt|github/cobilab/altair|3.6258158085569257e-06| -|requirements.txt|github/BenNordick/HiLoop|3.6258158085569257e-06| -|requirements.txt|github/SharmaLlama/ticktack|3.6258158085569257e-06| -|requirements.txt|github/artic-network/fieldbioinformatics|3.6258158085569257e-06| -|requirements.txt|github/NLeSC/litstudy|3.6258158085569257e-06| -|requirements.txt|github/NLeSC/ShiCo|3.6258158085569257e-06| -|requirements.txt|github/NLESC-JCER/QMCblip|3.6258158085569257e-06| -|requirements.txt|github/RuthAngus/stardate|3.6258158085569257e-06| -|requirements.txt|github/Ambuj-UF/APOP|3.6258158085569257e-06| -|requirements.txt|github/jeremysanders/mbproj2|3.6258158085569257e-06| -|requirements.txt|github/hannorein/rebound|3.6258158085569257e-06| -|requirements.txt|github/spiketools/spiketools|3.6258158085569257e-06| -|requirements.txt|github/python-streamz/streamz|3.6258158085569257e-06| -|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6258158085569257e-06| -|requirements.txt|github/CobayaSampler/cobaya|3.6258158085569257e-06| -|requirements.txt|github/JustinYKC/FEPOPS|3.6258158085569257e-06| -|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6258158085569257e-06| -|requirements.txt|github/rmjarvis/TreeCorr|3.6258158085569257e-06| -|requirements.txt|github/rmjarvis/Piff|3.6258158085569257e-06| -|requirements.txt|github/TommasoRonconi/scampy|3.6258158085569257e-06| -|requirements.txt|github/carronj/lenspyx|3.6258158085569257e-06| -|requirements.txt|github/carronj/plancklens|3.6258158085569257e-06| -|requirements.txt|github/VChristiaens/vcal_sphere|3.6258158085569257e-06| -|requirements.txt|github/VChristiaens/special|3.6258158085569257e-06| -|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6258158085569257e-06| -|requirements.txt|github/AemulusProject/bias_emulator|3.6258158085569257e-06| -|requirements.txt|github/seeh/surprise|3.6258158085569257e-06| -|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6258158085569257e-06| -|requirements.txt|github/bd-j/sedpy|3.6258158085569257e-06| -|requirements.txt|github/bd-j/prospector|3.6258158085569257e-06| -|requirements.txt|github/Ajstros/pyripherals|3.6258158085569257e-06| -|requirements.txt|github/CAMI-challenge/CAMITAX|3.6258158085569257e-06| -|requirements.txt|github/mwaskom/seaborn|3.6258158085569257e-06| -|requirements.txt|github/AdmiralenOla/Scoary|3.6258158085569257e-06| -|requirements.txt|github/pyFFTW/pyFFTW|3.6258158085569257e-06| -|requirements.txt|github/keatonb/Pyriod|3.6258158085569257e-06| -|requirements.txt|github/keatonb/TESS_PRF|3.6258158085569257e-06| -|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6258158085569257e-06| -|requirements.txt|github/daler/gffutils|3.6258158085569257e-06| -|requirements.txt|github/daler/pybedtools|3.6258158085569257e-06| -|requirements.txt|github/miRTop/mirtop|3.6258158085569257e-06| -|requirements.txt|github/3d-pli/fastpli|3.6258158085569257e-06| -|requirements.txt|github/STEllAR-GROUP/hpx|3.6258158085569257e-06| -|requirements.txt|github/pymedphys/pymedphys|3.6258158085569257e-06| -|requirements.txt|github/ladsantos/p-winds|3.6258158085569257e-06| -|requirements.txt|github/ladsantos/flatstar|3.6258158085569257e-06| -|requirements.txt|github/ylxu05/HN-PPISP|3.6258158085569257e-06| -|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6258158085569257e-06| -|requirements.txt|github/PaulHancock/Robbie|3.6258158085569257e-06| -|requirements.txt|github/sourmash-bio/sourmash|3.6258158085569257e-06| -|requirements.txt|github/PetroFit/petrofit|3.6258158085569257e-06| -|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6258158085569257e-06| -|requirements.txt|github/E3SM-Project/gdess|3.6258158085569257e-06| -|requirements.txt|github/afeinstein20/eleanor|3.6258158085569257e-06| -|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6258158085569257e-06| -|requirements.txt|github/jan-rybizki/Chempy|3.6258158085569257e-06| -|requirements.txt|github/COINtoolbox/ActSNClass|3.6258158085569257e-06| -|requirements.txt|github/AusSRC/SoFiAX|3.6258158085569257e-06| -|requirements.txt|github/radis/radis|3.6258158085569257e-06| -|requirements.txt|github/mtceballos/SIRENAdoc|3.6258158085569257e-06| -|requirements.txt|github/alejandrobll/py-sphviewer|3.6258158085569257e-06| -|requirements.txt|github/antoinemarchal/ROHSA|3.6258158085569257e-06| -|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6258158085569257e-06| -|requirements.txt|github/bregaldo/pywst|3.6258158085569257e-06| -|requirements.txt|github/cistrome/MIRA|3.6258158085569257e-06| -|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/rki_bioinformatics/HiLive2|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/remikz/nccmp|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/aroffringa/wsclean|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/aroffringa/aoflagger|3.6258158085569257e-06| -|CMakeLists.txt|gitlab/astron-idg/idg|3.6258158085569257e-06| -|CMakeLists.txt|github/yogi-tud/space_gpu|3.6258158085569257e-06| -|CMakeLists.txt|github/facebookresearch/faiss|3.6258158085569257e-06| -|CMakeLists.txt|github/rega-cev/virulign|3.6258158085569257e-06| -|CMakeLists.txt|github/AlexMaraio/WeakLensingQML|3.6258158085569257e-06| -|CMakeLists.txt|github/Yida-Lin/libxdf|3.6258158085569257e-06| -|CMakeLists.txt|github/kdmurray91/axe|3.6258158085569257e-06| -|CMakeLists.txt|github/kdmurray91/libqcpp|3.6258158085569257e-06| -|CMakeLists.txt|github/JPenuchot/ctbench|3.6258158085569257e-06| -|CMakeLists.txt|github/FEniCS/basix|3.6258158085569257e-06| -|CMakeLists.txt|github/casacore/casacore|3.6258158085569257e-06| -|CMakeLists.txt|github/ugovaretto/molekel|3.6258158085569257e-06| -|CMakeLists.txt|github/hnikaein/stark|3.6258158085569257e-06| -|CMakeLists.txt|github/vdemichev/DiaNN|3.6258158085569257e-06| -|CMakeLists.txt|github/lsds/LightSaber|3.6258158085569257e-06| -|CMakeLists.txt|github/lsds/TaLoS|3.6258158085569257e-06| -|CMakeLists.txt|github/lsds/faasm|3.6258158085569257e-06| -|CMakeLists.txt|github/Crompulence/cpl-library|3.6258158085569257e-06| -|CMakeLists.txt|github/kd0kfo/cosmology|3.6258158085569257e-06| -|CMakeLists.txt|github/yatisht/usher|3.6258158085569257e-06| -|CMakeLists.txt|github/svi-opensource/libics|3.6258158085569257e-06| -|CMakeLists.txt|github/dpryan79/libBigWig|3.6258158085569257e-06| -|CMakeLists.txt|github/TRASAL/AMBER|3.6258158085569257e-06| -|CMakeLists.txt|github/Illumina/ExpansionHunterDenovo|3.6258158085569257e-06| -|CMakeLists.txt|github/Illumina/MarViN|3.6258158085569257e-06| -|CMakeLists.txt|github/Illumina/akt|3.6258158085569257e-06| -|CMakeLists.txt|github/mrirecon/bart|3.6258158085569257e-06| -|CMakeLists.txt|github/seqan/lambda|3.6258158085569257e-06| -|CMakeLists.txt|github/seqan/flexbar|3.6258158085569257e-06| -|CMakeLists.txt|github/seqan/lara|3.6258158085569257e-06| -|CMakeLists.txt|github/simd-everywhere/simde|3.6258158085569257e-06| -|CMakeLists.txt|github/mpokorny/vysmaw|3.6258158085569257e-06| -|CMakeLists.txt|github/idefix-code/idefix|3.6258158085569257e-06| -|CMakeLists.txt|github/marbl/MashMap|3.6258158085569257e-06| -|CMakeLists.txt|github/datngu/Circall|3.6258158085569257e-06| -|CMakeLists.txt|github/domschrei/mallob|3.6258158085569257e-06| -|CMakeLists.txt|github/hombit/freddi|3.6258158085569257e-06| -|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|3.6258158085569257e-06| -|CMakeLists.txt|github/elkebir-group/derna|3.6258158085569257e-06| -|CMakeLists.txt|github/Stuermer/EchelleSimulator|3.6258158085569257e-06| -|CMakeLists.txt|github/COMBINE-lab/RapMap|3.6258158085569257e-06| -|CMakeLists.txt|github/COMBINE-lab/libgff|3.6258158085569257e-06| -|CMakeLists.txt|github/chanzuckerberg/shasta|3.6258158085569257e-06| -|CMakeLists.txt|github/AstroUGent/shadowfax|3.6258158085569257e-06| -|CMakeLists.txt|github/n-claes/legolas|3.6258158085569257e-06| -|CMakeLists.txt|github/qtltools/qtltools|3.6258158085569257e-06| -|CMakeLists.txt|github/SeaIce-Math/SubZero|3.6258158085569257e-06| -|CMakeLists.txt|github/stevengj/nlopt|3.6258158085569257e-06| -|CMakeLists.txt|github/veg/tn93|3.6258158085569257e-06| -|CMakeLists.txt|github/steineggerlab/foldseek|3.6258158085569257e-06| -|CMakeLists.txt|github/AstroAccelerateOrg/astro-accelerate|3.6258158085569257e-06| -|CMakeLists.txt|github/liuhao-cn/fastSHT|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/MMseqs2|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/mmseqs2|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/plass|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/metaeuk|3.6258158085569257e-06| -|CMakeLists.txt|github/soedinglab/spacepharer|3.6258158085569257e-06| -|CMakeLists.txt|github/krab1k/ChargeFW2|3.6258158085569257e-06| -|CMakeLists.txt|github/HingeAssembler/HINGE|3.6258158085569257e-06| -|CMakeLists.txt|github/bbercovici/SBGAT|3.6258158085569257e-06| -|CMakeLists.txt|github/mtazzari/galario|3.6258158085569257e-06| -|CMakeLists.txt|github/ncbi/ncbi-vdb|3.6258158085569257e-06| -|CMakeLists.txt|github/ncbi/sra-tools|3.6258158085569257e-06| -|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|3.6258158085569257e-06| -|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|3.6258158085569257e-06| -|CMakeLists.txt|github/mp3guy/ElasticFusion|3.6258158085569257e-06| -|CMakeLists.txt|github/HITS-AIN/PINK|3.6258158085569257e-06| -|CMakeLists.txt|github/mjuric/galfast|3.6258158085569257e-06| -|CMakeLists.txt|github/HWang-Summit/HCGrid|3.6258158085569257e-06| -|CMakeLists.txt|github/Washington-University/CiftiLib|3.6258158085569257e-06| -|CMakeLists.txt|github/blebon/directChillFoam|3.6258158085569257e-06| -|CMakeLists.txt|github/EdoardoCarlesi/cmbeasy|3.6258158085569257e-06| -|CMakeLists.txt|github/sb-ncbr/golem|3.6258158085569257e-06| -|CMakeLists.txt|github/egpbos/barcode|3.6258158085569257e-06| -|CMakeLists.txt|github/cameron314/concurrentqueue|3.6258158085569257e-06| -|CMakeLists.txt|github/seshnadathur/Revolver|3.6258158085569257e-06| -|CMakeLists.txt|github/su2code/SU2|3.6258158085569257e-06| -|CMakeLists.txt|github/rvaser/thread_pool|3.6258158085569257e-06| -|CMakeLists.txt|github/rvaser/rampler|3.6258158085569257e-06| -|CMakeLists.txt|github/rvaser/bioparser|3.6258158085569257e-06| -|CMakeLists.txt|github/rvaser/sword|3.6258158085569257e-06| -|CMakeLists.txt|github/EnricoCorsaro/DIAMONDS|3.6258158085569257e-06| -|CMakeLists.txt|github/jczarnowski/DeepFactors|3.6258158085569257e-06| -|CMakeLists.txt|github/lorenzo-rovigatti/oxDNA|3.6258158085569257e-06| -|CMakeLists.txt|github/statgen/popscle|3.6258158085569257e-06| -|CMakeLists.txt|github/pytorch/vision|3.6258158085569257e-06| -|CMakeLists.txt|github/copasi/COPASI|3.6258158085569257e-06| -|CMakeLists.txt|github/hasindu2008/slow5tools|3.6258158085569257e-06| -|CMakeLists.txt|github/eggplantbren/DNest3|3.6258158085569257e-06| -|CMakeLists.txt|github/SciLifeLab/TIDDIT|3.6258158085569257e-06| -|CMakeLists.txt|github/basp-group/Puri-Psi|3.6258158085569257e-06| -|CMakeLists.txt|github/DGtal-team/DGtal|3.6258158085569257e-06| -|CMakeLists.txt|github/TrackerControl/tracker-control-android|3.6258158085569257e-06| -|CMakeLists.txt|github/mofanv/darknetz|3.6258158085569257e-06| -|CMakeLists.txt|github/PMBio/peer|3.6258158085569257e-06| -|CMakeLists.txt|github/mslonina/Mechanic|3.6258158085569257e-06| -|CMakeLists.txt|github/astroboylrx/PLAN|3.6258158085569257e-06| -|CMakeLists.txt|github/exoclime/FastChem|3.6258158085569257e-06| -|CMakeLists.txt|github/exoclime/Helios-r2|3.6258158085569257e-06| -|CMakeLists.txt|github/exoclime/THOR|3.6258158085569257e-06| -|CMakeLists.txt|github/sib-swiss/pftools3|3.6258158085569257e-06| -|CMakeLists.txt|github/dfki-ric-underactuated-lab/torque_limited_simple_pendulum|3.6258158085569257e-06| -|CMakeLists.txt|github/lanl/GLUE|3.6258158085569257e-06| -|CMakeLists.txt|github/amkozlov/raxml-ng|3.6258158085569257e-06| -|CMakeLists.txt|github/BenWibking/quokka|3.6258158085569257e-06| -|CMakeLists.txt|github/griffithlab/regtools|3.6258158085569257e-06| -|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|3.6258158085569257e-06| -|CMakeLists.txt|github/jdonnert/WVTICs|3.6258158085569257e-06| -|CMakeLists.txt|github/ahcm/ffindex|3.6258158085569257e-06| -|CMakeLists.txt|github/mc-imperial/jfs|3.6258158085569257e-06| -|CMakeLists.txt|github/ZacharyJia/opsdn|3.6258158085569257e-06| -|CMakeLists.txt|github/snugel/cas-offinder|3.6258158085569257e-06| -|CMakeLists.txt|github/PyPO-dev/PyPO|3.6258158085569257e-06| -|CMakeLists.txt|github/benedictpaten/marginPhase|3.6258158085569257e-06| -|CMakeLists.txt|github/catboost/catboost|3.6258158085569257e-06| -|CMakeLists.txt|github/ECP-copa/Cabana|3.6258158085569257e-06| -|CMakeLists.txt|github/farhanferoz/MultiNest|3.6258158085569257e-06| -|CMakeLists.txt|github/ester-project/ester|3.6258158085569257e-06| -|CMakeLists.txt|github/mivp/encube|3.6258158085569257e-06| -|CMakeLists.txt|github/Pizzuti92/MG-MAMPOSSt|3.6258158085569257e-06| -|CMakeLists.txt|github/philres/ngmlr|3.6258158085569257e-06| -|CMakeLists.txt|github/NeoGeographyToolkit/StereoPipeline|3.6258158085569257e-06| -|CMakeLists.txt|github/reedacartwright/ngila|3.6258158085569257e-06| -|CMakeLists.txt|github/klee/klee|3.6258158085569257e-06| -|CMakeLists.txt|github/cwru-pat/cosmograph|3.6258158085569257e-06| -|CMakeLists.txt|github/introlab/opentera|3.6258158085569257e-06| -|CMakeLists.txt|github/ziotom78/libpolycomp|3.6258158085569257e-06| -|CMakeLists.txt|github/pezmaster31/bamtools|3.6258158085569257e-06| -|CMakeLists.txt|github/jeffdaily/parasail|3.6258158085569257e-06| -|CMakeLists.txt|github/jmhuie/Slicer-SegmentGeometry|3.6258158085569257e-06| -|CMakeLists.txt|github/delphes/delphes|3.6258158085569257e-06| -|CMakeLists.txt|github/medvedevgroup/TwoPaCo|3.6258158085569257e-06| -|CMakeLists.txt|github/scikit-hep/iminuit|3.6258158085569257e-06| -|CMakeLists.txt|github/fastpm/fastpm|3.6258158085569257e-06| -|CMakeLists.txt|github/pkestene/ramsesGPU|3.6258158085569257e-06| -|CMakeLists.txt|github/sarrvesh/cuFFS|3.6258158085569257e-06| -|CMakeLists.txt|github/ixkael/3DEX|3.6258158085569257e-06| -|CMakeLists.txt|github/pynbody/genetIC|3.6258158085569257e-06| -|CMakeLists.txt|github/gerddie/maxflow|3.6258158085569257e-06| -|CMakeLists.txt|github/Punzo/SlicerAstro|3.6258158085569257e-06| -|CMakeLists.txt|github/2decomp-fft/2decomp-fft|3.6258158085569257e-06| -|CMakeLists.txt|github/nanoporetech/scrappie|3.6258158085569257e-06| -|CMakeLists.txt|github/nanoporetech/flappie|3.6258158085569257e-06| -|CMakeLists.txt|github/cieslar/Indri|3.6258158085569257e-06| -|CMakeLists.txt|github/BIC-MNI/libminc|3.6258158085569257e-06| -|CMakeLists.txt|github/s4hts/HTStream|3.6258158085569257e-06| -|CMakeLists.txt|github/cschreib/egg|3.6258158085569257e-06| -|CMakeLists.txt|github/santeripuranen/SpydrPick|3.6258158085569257e-06| -|CMakeLists.txt|github/JensUweUlrich/ReadBouncer|3.6258158085569257e-06| -|CMakeLists.txt|github/rordenlab/dcm2niix|3.6258158085569257e-06| -|CMakeLists.txt|github/YihanWangAstro/SpaceHub|3.6258158085569257e-06| -|CMakeLists.txt|github/bwvdnbro/HydroCode1D|3.6258158085569257e-06| -|CMakeLists.txt|github/bwvdnbro/CMacIonize|3.6258158085569257e-06| -|CMakeLists.txt|github/TRIQS/solid_dmft|3.6258158085569257e-06| -|CMakeLists.txt|github/Trovemaster/exocross|3.6258158085569257e-06| -|CMakeLists.txt|github/m2aia/m2aia|3.6258158085569257e-06| -|CMakeLists.txt|github/ChristopherWilks/megadepth|3.6258158085569257e-06| -|CMakeLists.txt|github/lczech/gappa|3.6258158085569257e-06| -|CMakeLists.txt|github/CMakePP/CMinx|3.6258158085569257e-06| -|CMakeLists.txt|github/fripon/freeture|3.6258158085569257e-06| -|CMakeLists.txt|github/AMReX-Combustion/PeleLMeX|3.6258158085569257e-06| -|CMakeLists.txt|github/y-256/libdivsufsort|3.6258158085569257e-06| -|CMakeLists.txt|github/osallou/cassiopee-c|3.6258158085569257e-06| -|CMakeLists.txt|github/bcgsc/abyss|3.6258158085569257e-06| -|CMakeLists.txt|github/raphael-group/hatchet|3.6258158085569257e-06| -|CMakeLists.txt|github/artis-mcrt/artis|3.6258158085569257e-06| -|CMakeLists.txt|github/Dylan-Aliberti/Kepler-Collisions|3.6258158085569257e-06| -|CMakeLists.txt|github/dglaeser/gridformat|3.6258158085569257e-06| -|CMakeLists.txt|github/ajohnson-uoregon/llvm-project|3.6258158085569257e-06| -|CMakeLists.txt|github/voutcn/megahit|3.6258158085569257e-06| -|CMakeLists.txt|github/tanner-trickle/EXCEED-DM|3.6258158085569257e-06| -|CMakeLists.txt|github/sanger-pathogens/assembly-stats|3.6258158085569257e-06| -|CMakeLists.txt|github/kbarbary/sep|3.6258158085569257e-06| -|CMakeLists.txt|github/yangao07/abPOA|3.6258158085569257e-06| -|CMakeLists.txt|github/biomedia-mira/drop2|3.6258158085569257e-06| -|CMakeLists.txt|github/bbuchfink/diamond|3.6258158085569257e-06| -|CMakeLists.txt|github/xxsds/DYNAMIC|3.6258158085569257e-06| -|CMakeLists.txt|github/PhaseTracer/PhaseTracer|3.6258158085569257e-06| -|CMakeLists.txt|github/Taywee/args|3.6258158085569257e-06| -|CMakeLists.txt|github/daehwankimlab/hisat2|3.6258158085569257e-06| -|CMakeLists.txt|github/biolab-unige/nifti2dicom|3.6258158085569257e-06| -|CMakeLists.txt|github/jydu/physamp|3.6258158085569257e-06| -|CMakeLists.txt|github/jydu/maffilter|3.6258158085569257e-06| -|CMakeLists.txt|github/lamyj/odil|3.6258158085569257e-06| -|CMakeLists.txt|github/jfarek/xatlas|3.6258158085569257e-06| -|CMakeLists.txt|github/hveerten/katu|3.6258158085569257e-06| -|CMakeLists.txt|github/RomainFeron/mwga-utils|3.6258158085569257e-06| -|CMakeLists.txt|github/lbcb-sci/raven|3.6258158085569257e-06| -|CMakeLists.txt|github/lbcb-sci/racon|3.6258158085569257e-06| -|CMakeLists.txt|github/xcompact3d/Incompact3d|3.6258158085569257e-06| -|CMakeLists.txt|github/afd-illinois/grim|3.6258158085569257e-06| -|CMakeLists.txt|github/STEllAR-GROUP/octotiger|3.6258158085569257e-06| -|CMakeLists.txt|github/mrc-ide/covid-sim|3.6258158085569257e-06| -|CMakeLists.txt|github/sfarrens/sfof|3.6258158085569257e-06| -|CMakeLists.txt|github/nmslib/hnswlib|3.6258158085569257e-06| -|CMakeLists.txt|github/ycwu1030/EvoEMD|3.6258158085569257e-06| -|CMakeLists.txt|github/mbillingr/libgdf|3.6258158085569257e-06| -|CMakeLists.txt|github/wullm/zwindstroom|3.6258158085569257e-06| -|CMakeLists.txt|github/mtholder/ncl|3.6258158085569257e-06| -|package.json|gitlab/magnumpi/magnumpi|3.6258158085569257e-06| -|package.json|gitlab/geekysquirrel/bigx|3.6258158085569257e-06| -|package.json|gitlab/metafundev/metafun|3.6258158085569257e-06| -|package.json|github/emrecdem/emo-spectre|3.6258158085569257e-06| -|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6258158085569257e-06| -|package.json|github/eWaterCycle/Cesium-NcWMS|3.6258158085569257e-06| -|package.json|github/eWaterCycle/setup-grpc|3.6258158085569257e-06| -|package.json|github/eWaterCycle/eWaterleaf|3.6258158085569257e-06| -|package.json|github/eWaterCycle/setup-singularity|3.6258158085569257e-06| -|package.json|github/EMResearch/EvoMaster|3.6258158085569257e-06| -|package.json|github/ReGIS-org/regis-v2|3.6258158085569257e-06| -|package.json|github/tyo-nu/MINE-app|3.6258158085569257e-06| -|package.json|github/streamlit/streamlit|3.6258158085569257e-06| -|package.json|github/ZjuLiangsl/mmkp|3.6258158085569257e-06| -|package.json|github/AA-ALERT/frbcat-web|3.6258158085569257e-06| -|package.json|github/eucp-project/storyboards|3.6258158085569257e-06| -|package.json|github/eucp-project/atlas|3.6258158085569257e-06| -|package.json|github/MaayanLab/signature-commons-ui|3.6258158085569257e-06| -|package.json|github/luntergroup/octopus|3.6258158085569257e-06| -|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6258158085569257e-06| -|package.json|github/MolMeDB/MolMeDB|3.6258158085569257e-06| -|package.json|github/interactivereport/OmicsView0|3.6258158085569257e-06| -|package.json|github/klevis-a/kinematics-vis|3.6258158085569257e-06| -|package.json|github/ablab/spades|3.6258158085569257e-06| -|package.json|github/DorianDepriester/mtex2Gmsh|3.6258158085569257e-06| -|package.json|github/fairdataihub/SPARClink|3.6258158085569257e-06| -|package.json|github/Via-Appia/via-appia-online-viewer|3.6258158085569257e-06| -|package.json|github/ADAH-EviDENce/evidence|3.6258158085569257e-06| -|package.json|github/bio-tools/biotoolsSum|3.6258158085569257e-06| -|package.json|github/nextstrain/auspice|3.6258158085569257e-06| -|package.json|github/souzamonteiro/cnatool|3.6258158085569257e-06| -|package.json|github/phelelani/nf-rnaSeqMetagen|3.6258158085569257e-06| -|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6258158085569257e-06| -|package.json|github/davidhoksza/MolArt|3.6258158085569257e-06| -|package.json|github/lumen-org/lumen|3.6258158085569257e-06| -|package.json|github/meta-logic/sequoia|3.6258158085569257e-06| -|package.json|github/tobiasrausch/alfred|3.6258158085569257e-06| -|package.json|github/CrowdTruth/CrowdTruth|3.6258158085569257e-06| -|package.json|github/eweitz/ideogram|3.6258158085569257e-06| -|package.json|github/Yomguithereal/talisman|3.6258158085569257e-06| -|package.json|github/MichaelSel/edoJS|3.6258158085569257e-06| -|package.json|github/sonjageorgievska/CClusTera|3.6258158085569257e-06| -|package.json|github/biosimulations/Biosimulations|3.6258158085569257e-06| -|package.json|github/SchmidtDSE/afscgap|3.6258158085569257e-06| -|package.json|github/Samreay/Marz|3.6258158085569257e-06| -|package.json|github/TNOCS/csWeb|3.6258158085569257e-06| -|package.json|github/Shamir-Lab/domino_web|3.6258158085569257e-06| -|package.json|github/PathwayCommons/grounding-search|3.6258158085569257e-06| -|package.json|github/ci-for-research/self-hosted-runners|3.6258158085569257e-06| -|package.json|github/ci-for-science/self-hosted-runners|3.6258158085569257e-06| -|package.json|github/Kaixhin/FGLab|3.6258158085569257e-06| -|package.json|github/Kaixhin/FGMachine|3.6258158085569257e-06| -|package.json|github/sib-swiss/glittr|3.6258158085569257e-06| -|package.json|github/bramvandijk88/cacatoo|3.6258158085569257e-06| -|package.json|github/wangjun1996/VisFeature|3.6258158085569257e-06| -|package.json|github/ratschlab/metagraph|3.6258158085569257e-06| -|package.json|github/research-software-directory/research-software-directory|3.6258158085569257e-06| -|package.json|github/pmkruyen/dearscholar|3.6258158085569257e-06| -|package.json|github/bids-standard/bids-validator|3.6258158085569257e-06| -|package.json|github/IPK-BIT/divbrowse|3.6258158085569257e-06| -|package.json|github/hetalang/heta-compiler|3.6258158085569257e-06| -|package.json|github/dondi/GRNsight|3.6258158085569257e-06| -|package.json|github/nlesc-sherlock/Rig|3.6258158085569257e-06| -|package.json|github/yyZhang14/dbEssLnc|3.6258158085569257e-06| -|package.json|github/i-VRESSE/workflow-builder|3.6258158085569257e-06| -|package.json|github/vibbits/phyd3|3.6258158085569257e-06| -|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6258158085569257e-06| -|package.json|github/CDSP-SCPO/dataverse-feed|3.6258158085569257e-06| -|package.json|github/quinlanW/dbMisLoc|3.6258158085569257e-06| -|package.json|github/PDB-REDO/tortoize|3.6258158085569257e-06| -|package.json|github/FINNGEN/lavaa-react|3.6258158085569257e-06| -|package.json|github/tortellini-tools/action|3.6258158085569257e-06| -|package.json|github/amkram/shusher|3.6258158085569257e-06| -|package.json|github/neuroneural/brainchop|3.6258158085569257e-06| -|package.json|github/PopMedNet-Team/popmednet|3.6258158085569257e-06| -|package.json|github/gear-genomics/tracy|3.6258158085569257e-06| -|package.json|github/cinemascience/cinema_snap|3.6258158085569257e-06| -|package.json|github/citation-file-format/cff-initializer-javascript|3.6258158085569257e-06| -|package.json|github/LTLA/gesel.js|3.6258158085569257e-06| -|package.json|github/NLeSC/spot|3.6258158085569257e-06| -|package.json|github/NLeSC/xenon-flow|3.6258158085569257e-06| -|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6258158085569257e-06| -|package.json|github/NLeSC/UncertaintyVisualization|3.6258158085569257e-06| -|package.json|github/NLeSC/DiVE|3.6258158085569257e-06| -|package.json|github/NLeSC/ExtJS-DateTime|3.6258158085569257e-06| -|package.json|github/NLeSC/docker-couch-admin|3.6258158085569257e-06| -|package.json|github/NLeSC/case-law-app|3.6258158085569257e-06| -|package.json|github/NLeSC/pattyvis|3.6258158085569257e-06| -|package.json|github/jspsych/jspsych|3.6258158085569257e-06| -|package.json|github/mathjax/MathJax|3.6258158085569257e-06| -|package.json|github/leraman/Hopla|3.6258158085569257e-06| -|package.json|github/iomega/paired-data-form|3.6258158085569257e-06| -|package.json|github/iomega/zenodo-upload|3.6258158085569257e-06| -|package.json|github/korcsmarosgroup/TFlink|3.6258158085569257e-06| -|setup.py|gitlab/Molcas/OpenMolcas|3.6258158085569257e-06| -|setup.py|gitlab/materials-modeling/calorine|3.6258158085569257e-06| -|setup.py|gitlab/petsc/petsc|3.6258158085569257e-06| -|setup.py|gitlab/joseaher/astroplotlib|3.6258158085569257e-06| -|setup.py|gitlab/octopus-code/octopus|3.6258158085569257e-06| -|setup.py|gitlab/pythia-uq/pythia|3.6258158085569257e-06| -|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6258158085569257e-06| -|setup.py|gitlab/picos-api/picos|3.6258158085569257e-06| -|setup.py|gitlab/fduchate/predihood|3.6258158085569257e-06| -|setup.py|gitlab/chjordan/sslf|3.6258158085569257e-06| -|setup.py|gitlab/gims-developers/gims|3.6258158085569257e-06| -|setup.py|gitlab/jason-rumengan/pyarma|3.6258158085569257e-06| -|setup.py|gitlab/permafrostnet/teaspoon|3.6258158085569257e-06| -|setup.py|github/AstroChem/VISIBLE|3.6258158085569257e-06| -|setup.py|github/YeoLab/clipper|3.6258158085569257e-06| -|setup.py|github/hiddenSymmetries/simsopt|3.6258158085569257e-06| -|setup.py|github/nbarbey/TomograPy|3.6258158085569257e-06| -|setup.py|github/tikk3r/lofar-h5plot|3.6258158085569257e-06| -|setup.py|github/vinisalazar/metaphor|3.6258158085569257e-06| -|setup.py|github/samaygarg/fuelcell|3.6258158085569257e-06| -|setup.py|github/katholt/Kaptive|3.6258158085569257e-06| -|setup.py|github/phac-nml/biohansel|3.6258158085569257e-06| -|setup.py|github/phac-nml/staramr|3.6258158085569257e-06| -|setup.py|github/phac-nml/mob-suite|3.6258158085569257e-06| -|setup.py|github/ACCarnall/SpectRes|3.6258158085569257e-06| -|setup.py|github/ACCarnall/bagpipes|3.6258158085569257e-06| -|setup.py|github/aprsa/dips|3.6258158085569257e-06| -|setup.py|github/rodluger/starry_process|3.6258158085569257e-06| -|setup.py|github/rodluger/planetplanet|3.6258158085569257e-06| -|setup.py|github/josegit88/SCORPIO|3.6258158085569257e-06| -|setup.py|github/BEAST-Fitting/beast|3.6258158085569257e-06| -|setup.py|github/cheerfuluser/tessreduce|3.6258158085569257e-06| -|setup.py|github/grazianoucci/game|3.6258158085569257e-06| -|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6258158085569257e-06| -|setup.py|github/toros-astro/corral|3.6258158085569257e-06| -|setup.py|github/toros-astro/astroalign-legacy|3.6258158085569257e-06| -|setup.py|github/BonsonW/slow5curl|3.6258158085569257e-06| -|setup.py|github/lofar-astron/RMextract|3.6258158085569257e-06| -|setup.py|github/panoptes/POCS|3.6258158085569257e-06| -|setup.py|github/astroML/gatspy|3.6258158085569257e-06| -|setup.py|github/devanshkv/fetch|3.6258158085569257e-06| -|setup.py|github/poldracklab/mriqc|3.6258158085569257e-06| -|setup.py|github/revoltek/losoto|3.6258158085569257e-06| -|setup.py|github/rfeldmann/leopy|3.6258158085569257e-06| -|setup.py|github/fair-data/fairdatapoint-client|3.6258158085569257e-06| -|setup.py|github/jonathansick/skyoffset|3.6258158085569257e-06| -|setup.py|github/jonathansick/MoAstro|3.6258158085569257e-06| -|setup.py|github/cagrikymk/JAX-ReaxFF|3.6258158085569257e-06| -|setup.py|github/gwpy/gwpy|3.6258158085569257e-06| -|setup.py|github/davidemms/OrthoFinder|3.6258158085569257e-06| -|setup.py|github/danielemichilli/SpS|3.6258158085569257e-06| -|setup.py|github/arabic-digital-humanities/adhtools|3.6258158085569257e-06| -|setup.py|github/mgalardini/pyseer|3.6258158085569257e-06| -|setup.py|github/planck-npipe/hillipop|3.6258158085569257e-06| -|setup.py|github/planck-npipe/lollipop|3.6258158085569257e-06| -|setup.py|github/brainets/frites|3.6258158085569257e-06| -|setup.py|github/flemingtonlab/SpliceV|3.6258158085569257e-06| -|setup.py|github/LCOGT/banzai|3.6258158085569257e-06| -|setup.py|github/lehtiolab/msstitch|3.6258158085569257e-06| -|setup.py|github/mirochaj/ares|3.6258158085569257e-06| -|setup.py|github/HIPS/autograd|3.6258158085569257e-06| -|setup.py|github/light-curve/light-curve-python|3.6258158085569257e-06| -|setup.py|github/cgobat/asymmetric_uncertainty|3.6258158085569257e-06| -|setup.py|github/mchalela/GriSPy|3.6258158085569257e-06| -|setup.py|github/ireis/PRF|3.6258158085569257e-06| -|setup.py|github/conchoecia/pauvre|3.6258158085569257e-06| -|setup.py|github/dbosul/CWITools|3.6258158085569257e-06| -|setup.py|github/olivares-j/Kalkayotl|3.6258158085569257e-06| -|setup.py|github/MillionConcepts/lhorizon|3.6258158085569257e-06| -|setup.py|github/bio-ontology-research-group/deepgoplus|3.6258158085569257e-06| -|setup.py|github/HERA-Team/hera_opm|3.6258158085569257e-06| -|setup.py|github/HERA-Team/aipy|3.6258158085569257e-06| -|setup.py|github/bxlab/bx-python|3.6258158085569257e-06| -|setup.py|github/danielkoll/PyRADS|3.6258158085569257e-06| -|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6258158085569257e-06| -|setup.py|github/chandra-marx/marxs|3.6258158085569257e-06| -|setup.py|github/tdaylan/pcat|3.6258158085569257e-06| -|setup.py|github/jbuisine/macop|3.6258158085569257e-06| -|setup.py|github/palaimon/ipyannotator|3.6258158085569257e-06| -|setup.py|github/mroosmalen/nanosv|3.6258158085569257e-06| -|setup.py|github/CosmoStatGW/WF4Py|3.6258158085569257e-06| -|setup.py|github/CosmoStatGW/gwfast|3.6258158085569257e-06| -|setup.py|github/vedantchandra/wdtools|3.6258158085569257e-06| -|setup.py|github/vsoch/gridtest|3.6258158085569257e-06| -|setup.py|github/vsoch/citelang|3.6258158085569257e-06| -|setup.py|github/athulpg007/AMAT|3.6258158085569257e-06| -|setup.py|github/pyspeckit/pyspeckit|3.6258158085569257e-06| -|setup.py|github/skovaka/UNCALLED|3.6258158085569257e-06| -|setup.py|github/rabix/cwl-format|3.6258158085569257e-06| -|setup.py|github/dpryan79/pyBigWig|3.6258158085569257e-06| -|setup.py|github/Kuifje02/vrpy|3.6258158085569257e-06| -|setup.py|github/bwkeller/PASTA|3.6258158085569257e-06| -|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6258158085569257e-06| -|setup.py|github/webbjj/clustertools|3.6258158085569257e-06| -|setup.py|github/webbjj/m2mcluster|3.6258158085569257e-06| -|setup.py|github/Illumina/SpliceAI|3.6258158085569257e-06| -|setup.py|github/StingraySoftware/stingray|3.6258158085569257e-06| -|setup.py|github/sambit-giri/BCemu|3.6258158085569257e-06| -|setup.py|github/sambit-giri/tools21cm|3.6258158085569257e-06| -|setup.py|github/sambit-giri/BCMemu|3.6258158085569257e-06| -|setup.py|github/quatrope/feets|3.6258158085569257e-06| -|setup.py|github/quatrope/ProperImage|3.6258158085569257e-06| -|setup.py|github/wen-jams/bsavi|3.6258158085569257e-06| -|setup.py|github/RudolfCardinal/camcops|3.6258158085569257e-06| -|setup.py|github/v-morello/clfd|3.6258158085569257e-06| -|setup.py|github/ModellingWebLab/chaste-codegen|3.6258158085569257e-06| -|setup.py|github/seung-lab/FlyWirePaper|3.6258158085569257e-06| -|setup.py|github/yqiuu/starduster|3.6258158085569257e-06| -|setup.py|github/HadrienG/InSilicoSeq|3.6258158085569257e-06| -|setup.py|github/vals/umis|3.6258158085569257e-06| -|setup.py|github/spyder-ide/spyder|3.6258158085569257e-06| -|setup.py|github/rajeshrinet/pystokes|3.6258158085569257e-06| -|setup.py|github/aiidateam/kiwipy|3.6258158085569257e-06| -|setup.py|github/ELELAB/cancermuts|3.6258158085569257e-06| -|setup.py|github/ELELAB/RosettaDDGPrediction|3.6258158085569257e-06| -|setup.py|github/ELELAB/LipidDyn|3.6258158085569257e-06| -|setup.py|github/swagnercarena/ovejero|3.6258158085569257e-06| -|setup.py|github/milicolazo/Pyedra|3.6258158085569257e-06| -|setup.py|github/Jammy2211/PyAutoGalaxy|3.6258158085569257e-06| -|setup.py|github/Jammy2211/PyAutoLens|3.6258158085569257e-06| -|setup.py|github/sebhaan/geobo|3.6258158085569257e-06| -|setup.py|github/enthought/vpsearch|3.6258158085569257e-06| -|setup.py|github/enthought/mayavi|3.6258158085569257e-06| -|setup.py|github/dokester/BayesicFitting|3.6258158085569257e-06| -|setup.py|github/vaexio/vaex|3.6258158085569257e-06| -|setup.py|github/BoPeng/simuPOP|3.6258158085569257e-06| -|setup.py|github/Materials-Consortia/optimade-python-tools|3.6258158085569257e-06| -|setup.py|github/ni1o1/transbigdata|3.6258158085569257e-06| -|setup.py|github/BradhamLab/icat|3.6258158085569257e-06| -|setup.py|github/DLTK/DLTK|3.6258158085569257e-06| -|setup.py|github/tariqdaouda/CAMAP|3.6258158085569257e-06| -|setup.py|github/MIT-STARLab/deconfuser|3.6258158085569257e-06| -|setup.py|github/linuxscout/pyarabic|3.6258158085569257e-06| -|setup.py|github/CEED/libCEED|3.6258158085569257e-06| -|setup.py|github/Johannes-Sahlmann/pygacs|3.6258158085569257e-06| -|setup.py|github/rgerum/pylustrator|3.6258158085569257e-06| -|setup.py|github/mkelley/calviacat|3.6258158085569257e-06| -|setup.py|github/psheehan/pdspy|3.6258158085569257e-06| -|setup.py|github/davidgardenier/frbpoppy|3.6258158085569257e-06| -|setup.py|github/davidgardenier/frbcat|3.6258158085569257e-06| -|setup.py|github/riogroup/SORA|3.6258158085569257e-06| -|setup.py|github/fforster/delight|3.6258158085569257e-06| -|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6258158085569257e-06| -|setup.py|github/eWaterCycle/grpc4bmi|3.6258158085569257e-06| -|setup.py|github/icredd-cheminfo/CGRdb2|3.6258158085569257e-06| -|setup.py|github/hippke/tls|3.6258158085569257e-06| -|setup.py|github/hippke/pandora|3.6258158085569257e-06| -|setup.py|github/hippke/wotan|3.6258158085569257e-06| -|setup.py|github/nboley/idr|3.6258158085569257e-06| -|setup.py|github/google/jax|3.6258158085569257e-06| -|setup.py|github/lilyminium/psiresp|3.6258158085569257e-06| -|setup.py|github/SandoghdarLab/PiSCAT|3.6258158085569257e-06| -|setup.py|github/potassco/clingo|3.6258158085569257e-06| -|setup.py|github/pyranges/pyrle|3.6258158085569257e-06| -|setup.py|github/sparks-baird/xtal2png|3.6258158085569257e-06| -|setup.py|github/hoechenberger/questplus|3.6258158085569257e-06| -|setup.py|github/FlowModelingControl/flowtorch|3.6258158085569257e-06| -|setup.py|github/AprilYuge/ResPAN|3.6258158085569257e-06| -|setup.py|github/a-renzini/pygwb|3.6258158085569257e-06| -|setup.py|github/hera-team/librarian|3.6258158085569257e-06| -|setup.py|github/broadinstitute/wot|3.6258158085569257e-06| -|setup.py|github/broadinstitute/CellBender|3.6258158085569257e-06| -|setup.py|github/LMBooth/pybci|3.6258158085569257e-06| -|setup.py|github/bwinkel/cygrid|3.6258158085569257e-06| -|setup.py|github/zdelrosario/py_grama|3.6258158085569257e-06| -|setup.py|github/mattpitkin/psrqpy|3.6258158085569257e-06| -|setup.py|github/CIRADA-Tools/RM-Tools|3.6258158085569257e-06| -|setup.py|github/nasa/simupy-flight|3.6258158085569257e-06| -|setup.py|github/starkit/wsynphot|3.6258158085569257e-06| -|setup.py|github/synchrofit/synchrofit|3.6258158085569257e-06| -|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6258158085569257e-06| -|setup.py|github/szymon-datalions/pyinterpolate|3.6258158085569257e-06| -|setup.py|github/Nico-Curti/rFBP|3.6258158085569257e-06| -|setup.py|github/HinLeung622/pipes_vis|3.6258158085569257e-06| -|setup.py|github/AA-ALERT/frbcatdb|3.6258158085569257e-06| -|setup.py|github/sncosmo/sncosmo|3.6258158085569257e-06| -|setup.py|github/pkgw/pwkit|3.6258158085569257e-06| -|setup.py|github/EdanRein/pyPplusS|3.6258158085569257e-06| -|setup.py|github/gogrean/PyXel|3.6258158085569257e-06| -|setup.py|github/INCF/one_click|3.6258158085569257e-06| -|setup.py|github/adrn/pyia|3.6258158085569257e-06| -|setup.py|github/adrn/schwimmbad|3.6258158085569257e-06| -|setup.py|github/adrn/SuperFreq|3.6258158085569257e-06| -|setup.py|github/JulianKarlBauer/mechkit|3.6258158085569257e-06| -|setup.py|github/shirtsgroup/physical_validation|3.6258158085569257e-06| -|setup.py|github/jiwoncpark/baobab|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/spectral-cube|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/uvcombine|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/pvextractor|3.6258158085569257e-06| -|setup.py|github/HCGB-IGTP/spaTyper|3.6258158085569257e-06| -|setup.py|github/benallard/galileo|3.6258158085569257e-06| -|setup.py|github/SCECcode/pycsep|3.6258158085569257e-06| -|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6258158085569257e-06| -|setup.py|github/hpparvi/ldtk|3.6258158085569257e-06| -|setup.py|github/DynaSlum/satsense|3.6258158085569257e-06| -|setup.py|github/mdshw5/pyfaidx|3.6258158085569257e-06| -|setup.py|github/jhparkastro/gpcal|3.6258158085569257e-06| -|setup.py|github/meinardmueller/synctoolbox|3.6258158085569257e-06| -|setup.py|github/meinardmueller/libfmp|3.6258158085569257e-06| -|setup.py|github/elkebir-group/Jumper|3.6258158085569257e-06| -|setup.py|github/glotzerlab/freud|3.6258158085569257e-06| -|setup.py|github/glotzerlab/coxeter|3.6258158085569257e-06| -|setup.py|github/cupy/cupy|3.6258158085569257e-06| -|setup.py|github/blackjax-devs/blackjax|3.6258158085569257e-06| -|setup.py|github/UM-Bridge/umbridge|3.6258158085569257e-06| -|setup.py|github/astrom-tom/dfitspy|3.6258158085569257e-06| -|setup.py|github/astrom-tom/specstack|3.6258158085569257e-06| -|setup.py|github/chanzuckerberg/idseq-dag|3.6258158085569257e-06| -|setup.py|github/RamanLab/iCOMIC|3.6258158085569257e-06| -|setup.py|github/aineniamh/snipit|3.6258158085569257e-06| -|setup.py|github/wfondrie/mokapot|3.6258158085569257e-06| -|setup.py|github/theia-dev/Qiber3D|3.6258158085569257e-06| -|setup.py|github/EliseJ/astroABC|3.6258158085569257e-06| -|setup.py|github/clwainwright/CosmoTransitions|3.6258158085569257e-06| -|setup.py|github/opimwue/ddop|3.6258158085569257e-06| -|setup.py|github/jonescompneurolab/hnn-core|3.6258158085569257e-06| -|setup.py|github/libgamera/GAMERA|3.6258158085569257e-06| -|setup.py|github/volkamerlab/opencadd|3.6258158085569257e-06| -|setup.py|github/KIT-MBS/pyREX|3.6258158085569257e-06| -|setup.py|github/acerbilab/pybads|3.6258158085569257e-06| -|setup.py|github/juliotux/astropop|3.6258158085569257e-06| -|setup.py|github/pavolgaj/OCFit|3.6258158085569257e-06| -|setup.py|github/dgbowl/yadg|3.6258158085569257e-06| -|setup.py|github/dcorre/otrain|3.6258158085569257e-06| -|setup.py|github/eldariont/svim|3.6258158085569257e-06| -|setup.py|github/sinc-lab/miRe2e|3.6258158085569257e-06| -|setup.py|github/zarr-developers/zarr-python|3.6258158085569257e-06| -|setup.py|github/B-UMMI/chewBBACA|3.6258158085569257e-06| -|setup.py|github/dfm/corner.py|3.6258158085569257e-06| -|setup.py|github/dfm/celerite|3.6258158085569257e-06| -|setup.py|github/ketch/nodepy|3.6258158085569257e-06| -|setup.py|github/jet-net/JetNet|3.6258158085569257e-06| -|setup.py|github/EpistasisLab/regens|3.6258158085569257e-06| -|setup.py|github/EpistasisLab/tpot|3.6258158085569257e-06| -|setup.py|github/OP2/PyOP2|3.6258158085569257e-06| -|setup.py|github/deeptools/py2bit|3.6258158085569257e-06| -|setup.py|github/deeptools/deeptools_intervals|3.6258158085569257e-06| -|setup.py|github/antoinediez/Sisyphe|3.6258158085569257e-06| -|setup.py|github/slzarate/parliament2|3.6258158085569257e-06| -|setup.py|github/gilestrolab/ethoscope|3.6258158085569257e-06| -|setup.py|github/pjcigan/multicolorfits|3.6258158085569257e-06| -|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6258158085569257e-06| -|setup.py|github/ECSHackWeek/impedance.py|3.6258158085569257e-06| -|setup.py|github/cdominik/optool|3.6258158085569257e-06| -|setup.py|github/eblur/dust|3.6258158085569257e-06| -|setup.py|github/fAndreuzzi/BisPy|3.6258158085569257e-06| -|setup.py|github/Electrostatics/apbs|3.6258158085569257e-06| -|setup.py|github/brinckmann/montepython_public|3.6258158085569257e-06| -|setup.py|github/nebblu/ReACT|3.6258158085569257e-06| -|setup.py|github/nlesc/scriptcwl|3.6258158085569257e-06| -|setup.py|github/dolfin-adjoint/pyadjoint|3.6258158085569257e-06| -|setup.py|github/jveitchmichaelis/pygadgetreader|3.6258158085569257e-06| -|setup.py|github/21cmFAST/21cmFAST|3.6258158085569257e-06| -|setup.py|github/kboone/parsnip|3.6258158085569257e-06| -|setup.py|github/loosolab/TOBIAS|3.6258158085569257e-06| -|setup.py|github/mgckind/easyaccess|3.6258158085569257e-06| -|setup.py|github/icecube/FIRESONG|3.6258158085569257e-06| -|setup.py|github/indralab/pybiopax|3.6258158085569257e-06| -|setup.py|github/jobovy/apogee|3.6258158085569257e-06| -|setup.py|github/jobovy/galpy|3.6258158085569257e-06| -|setup.py|github/jobovy/gaia_tools|3.6258158085569257e-06| -|setup.py|github/jobovy/segueSelect|3.6258158085569257e-06| -|setup.py|github/SMTG-UCL/ShakeNBreak|3.6258158085569257e-06| -|setup.py|github/SMTG-UCL/surfaxe|3.6258158085569257e-06| -|setup.py|github/nextstrain/augur|3.6258158085569257e-06| -|setup.py|github/seawander/DebrisDiskFM|3.6258158085569257e-06| -|setup.py|github/seawander/centerRadon|3.6258158085569257e-06| -|setup.py|github/davidebolo1993/TRiCoLOR|3.6258158085569257e-06| -|setup.py|github/davidebolo1993/VISOR|3.6258158085569257e-06| -|setup.py|github/dh4gan/taktent|3.6258158085569257e-06| -|setup.py|github/chakrah/sage|3.6258158085569257e-06| -|setup.py|github/benhid/Sequoya|3.6258158085569257e-06| -|setup.py|github/nlesc-ave/ave-rest-service|3.6258158085569257e-06| -|setup.py|github/spicy-oil/hfs_fit|3.6258158085569257e-06| -|setup.py|github/TeraTrees/TIPP|3.6258158085569257e-06| -|setup.py|github/cedrus-opensource/pyxid|3.6258158085569257e-06| -|setup.py|github/tibordome/cosmic_profiles|3.6258158085569257e-06| -|setup.py|github/elwinter/nnde|3.6258158085569257e-06| -|setup.py|github/DavidT3/XGA|3.6258158085569257e-06| -|setup.py|github/Nicholaswogan/PhotochemPy|3.6258158085569257e-06| -|setup.py|github/htjb/maxsmooth|3.6258158085569257e-06| -|setup.py|github/Theano/Theano|3.6258158085569257e-06| -|setup.py|github/jnktsj/DNApi|3.6258158085569257e-06| -|setup.py|github/mtazzari/uvplot|3.6258158085569257e-06| -|setup.py|github/wokast/PyCactus|3.6258158085569257e-06| -|setup.py|github/pysersic/pysersic|3.6258158085569257e-06| -|setup.py|github/natelust/least_asymmetry|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/FALCON|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/kineticsTools|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/pbcore|3.6258158085569257e-06| -|setup.py|github/ElectionDataAnalysis/electiondata|3.6258158085569257e-06| -|setup.py|github/ncbi/ngs|3.6258158085569257e-06| -|setup.py|github/ImperialCollegeLondon/hcga|3.6258158085569257e-06| -|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6258158085569257e-06| -|setup.py|github/DESI-UR/VAST|3.6258158085569257e-06| -|setup.py|github/tkerscher/blast|3.6258158085569257e-06| -|setup.py|github/snakemake/snakemake|3.6258158085569257e-06| -|setup.py|github/mne-tools/mne-icalabel|3.6258158085569257e-06| -|setup.py|github/fkeruzore/panco2|3.6258158085569257e-06| -|setup.py|github/iraf-community/pyraf|3.6258158085569257e-06| -|setup.py|github/ExoCTK/exoctk|3.6258158085569257e-06| -|setup.py|github/domenico-simone/rmlst_api|3.6258158085569257e-06| -|setup.py|github/ckm3/Py-PDM|3.6258158085569257e-06| -|setup.py|github/FCS-analysis/multipletau|3.6258158085569257e-06| -|setup.py|github/fermisurfaces/IFermi|3.6258158085569257e-06| -|setup.py|github/xenon-middleware/pyxenon|3.6258158085569257e-06| -|setup.py|github/marcelm/cutadapt|3.6258158085569257e-06| -|setup.py|github/marcelm/tinyalign|3.6258158085569257e-06| -|setup.py|github/marcelm/alignlib|3.6258158085569257e-06| -|setup.py|github/marcelm/dnaio|3.6258158085569257e-06| -|setup.py|github/abmantz/lmc|3.6258158085569257e-06| -|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6258158085569257e-06| -|setup.py|github/polca/unfold|3.6258158085569257e-06| -|setup.py|github/AlexMikes/AutoFunc|3.6258158085569257e-06| -|setup.py|github/mtakahiro/gsf|3.6258158085569257e-06| -|setup.py|github/jlenain/flaapluc|3.6258158085569257e-06| -|setup.py|github/SouthGreenPlatform/PyRice|3.6258158085569257e-06| -|setup.py|github/Autostronomy/AstroPhot|3.6258158085569257e-06| -|setup.py|github/fabiopardo/tonic|3.6258158085569257e-06| -|setup.py|github/ProjectPyRhO/PyRhO|3.6258158085569257e-06| -|setup.py|github/rmaphoh/AutoMorph|3.6258158085569257e-06| -|setup.py|github/gausspy/gausspy|3.6258158085569257e-06| -|setup.py|github/dokkum/maskfill|3.6258158085569257e-06| -|setup.py|github/Oftatkofta/cellocity|3.6258158085569257e-06| -|setup.py|github/saltastro/pyhrs|3.6258158085569257e-06| -|setup.py|github/cdanielmachado/carveme|3.6258158085569257e-06| -|setup.py|github/multiscale/muscle3|3.6258158085569257e-06| -|setup.py|github/VarStarDetect/varstardetect|3.6258158085569257e-06| -|setup.py|github/singularityhub/singularity-compose|3.6258158085569257e-06| -|setup.py|github/singularityhub/singularity-hpc|3.6258158085569257e-06| -|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6258158085569257e-06| -|setup.py|github/PfizerRD/sit2standpy|3.6258158085569257e-06| -|setup.py|github/sensein/etelemetry-client|3.6258158085569257e-06| -|setup.py|github/DRMacIver/shrinkray|3.6258158085569257e-06| -|setup.py|github/veragluscevic/dmdd|3.6258158085569257e-06| -|setup.py|github/agreenbaum/ImPlaneIA|3.6258158085569257e-06| -|setup.py|github/LiberTEM/LiberTEM|3.6258158085569257e-06| -|setup.py|github/OttoStruve/muler|3.6258158085569257e-06| -|setup.py|github/tum-pbs/PhiML|3.6258158085569257e-06| -|setup.py|github/nlppln/nlppln|3.6258158085569257e-06| -|setup.py|github/3D-e-Chem/kripodb|3.6258158085569257e-06| -|setup.py|github/3D-e-Chem/sygma|3.6258158085569257e-06| -|setup.py|github/medema-group/bigslice|3.6258158085569257e-06| -|setup.py|github/bmorris3/aesop|3.6258158085569257e-06| -|setup.py|github/bmorris3/fleck|3.6258158085569257e-06| -|setup.py|github/willvousden/ptemcee|3.6258158085569257e-06| -|setup.py|github/oliveirara/polyMV|3.6258158085569257e-06| -|setup.py|github/steven-murray/mrpy|3.6258158085569257e-06| -|setup.py|github/steven-murray/pydftools|3.6258158085569257e-06| -|setup.py|github/steven-murray/powerbox|3.6258158085569257e-06| -|setup.py|github/radiocosmology/caput|3.6258158085569257e-06| -|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6258158085569257e-06| -|setup.py|github/dicompyler/dicompyler-core|3.6258158085569257e-06| -|setup.py|github/aalhossary/pyemgpipeline|3.6258158085569257e-06| -|setup.py|github/ejhigson/perfectns|3.6258158085569257e-06| -|setup.py|github/ejhigson/nestcheck|3.6258158085569257e-06| -|setup.py|github/ejhigson/dyPolyChord|3.6258158085569257e-06| -|setup.py|github/thejasvibr/bat_beamshapes|3.6258158085569257e-06| -|setup.py|github/jonaselgammal/GPry|3.6258158085569257e-06| -|setup.py|github/ginolhac/mapDamage|3.6258158085569257e-06| -|setup.py|github/thomasorb/orcs|3.6258158085569257e-06| -|setup.py|github/mlujnie/simple|3.6258158085569257e-06| -|setup.py|github/mlower/rmnest|3.6258158085569257e-06| -|setup.py|github/jpierel14/sntd|3.6258158085569257e-06| -|setup.py|github/felixchenier/kineticstoolkit|3.6258158085569257e-06| -|setup.py|github/dgerosa/gwdet|3.6258158085569257e-06| -|setup.py|github/dgerosa/spops|3.6258158085569257e-06| -|setup.py|github/dgerosa/surrkick|3.6258158085569257e-06| -|setup.py|github/halomod/hmf|3.6258158085569257e-06| -|setup.py|github/halomod/halomod|3.6258158085569257e-06| -|setup.py|github/parallelwindfarms/byteparsing|3.6258158085569257e-06| -|setup.py|github/wilkelab/Opfi|3.6258158085569257e-06| -|setup.py|github/heliopython/heliopy|3.6258158085569257e-06| -|setup.py|github/tofflemire/saphires|3.6258158085569257e-06| -|setup.py|github/omuse-geoscience/omuse|3.6258158085569257e-06| -|setup.py|github/astropy/astroscrappy|3.6258158085569257e-06| -|setup.py|github/astropy/astroplan|3.6258158085569257e-06| -|setup.py|github/astropy/halotools|3.6258158085569257e-06| -|setup.py|github/astropy/specutils|3.6258158085569257e-06| -|setup.py|github/astropy/SPISEA|3.6258158085569257e-06| -|setup.py|github/astropy/astroquery|3.6258158085569257e-06| -|setup.py|github/astropy/ccdproc|3.6258158085569257e-06| -|setup.py|github/NathanSandford/Chem-I-Calc|3.6258158085569257e-06| -|setup.py|github/brandon-rhodes/python-jplephem|3.6258158085569257e-06| -|setup.py|github/icesat2py/icepyx|3.6258158085569257e-06| -|setup.py|github/Hoohm/CITE-seq-Count|3.6258158085569257e-06| -|setup.py|github/1313e/PRISM|3.6258158085569257e-06| -|setup.py|github/smeingast/PNICER|3.6258158085569257e-06| -|setup.py|github/matthiasdemuzere/w2w|3.6258158085569257e-06| -|setup.py|github/dask/dask|3.6258158085569257e-06| -|setup.py|github/GijsMulders/epos|3.6258158085569257e-06| -|setup.py|github/MD-Studio/cerulean|3.6258158085569257e-06| -|setup.py|github/COSMIC-PopSynth/COSMIC|3.6258158085569257e-06| -|setup.py|github/malonge/RagTag|3.6258158085569257e-06| -|setup.py|github/glue-viz/glue|3.6258158085569257e-06| -|setup.py|github/eScatter/pyelsepa|3.6258158085569257e-06| -|setup.py|github/joshjchayes/TransitFit|3.6258158085569257e-06| -|setup.py|github/cbalbin-FIU/Epitopedia|3.6258158085569257e-06| -|setup.py|github/ratt-ru/CubiCal|3.6258158085569257e-06| -|setup.py|github/ratt-ru/montblanc|3.6258158085569257e-06| -|setup.py|github/JoschaJ/mockFRBhosts|3.6258158085569257e-06| -|setup.py|github/GalacticDynamics-Oxford/Agama|3.6258158085569257e-06| -|setup.py|github/ArgonneCPAC/dsps|3.6258158085569257e-06| -|setup.py|github/TriPed-Robot/TriP|3.6258158085569257e-06| -|setup.py|github/copasi/basico|3.6258158085569257e-06| -|setup.py|github/cmateu/PyMGC3|3.6258158085569257e-06| -|setup.py|github/cmateu/galstreams|3.6258158085569257e-06| -|setup.py|github/bartongroup/yanosim|3.6258158085569257e-06| -|setup.py|github/NKI-AI/direct|3.6258158085569257e-06| -|setup.py|github/neuralhydrology/neuralhydrology|3.6258158085569257e-06| -|setup.py|github/eggplantbren/DNest4|3.6258158085569257e-06| -|setup.py|github/gmzsebastian/FLEET|3.6258158085569257e-06| -|setup.py|github/reggiebernardo/PTAfast|3.6258158085569257e-06| -|setup.py|github/KeplerGO/k2mosaic|3.6258158085569257e-06| -|setup.py|github/ucl-exoplanets/TauREx3_public|3.6258158085569257e-06| -|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6258158085569257e-06| -|setup.py|github/ghislainv/forestatrisk|3.6258158085569257e-06| -|setup.py|github/0xCoto/Virgo|3.6258158085569257e-06| -|setup.py|github/sdss/marvin|3.6258158085569257e-06| -|setup.py|github/jdidion/atropos|3.6258158085569257e-06| -|setup.py|github/rgmyr/corebreakout|3.6258158085569257e-06| -|setup.py|github/deepmodeling/DMFF|3.6258158085569257e-06| -|setup.py|github/oscaribv/citlalicue|3.6258158085569257e-06| -|setup.py|github/teuben/nemo|3.6258158085569257e-06| -|setup.py|github/astroml/gatspy|3.6258158085569257e-06| -|setup.py|github/NKI-CCB/PRECISE|3.6258158085569257e-06| -|setup.py|github/marius311/pypico|3.6258158085569257e-06| -|setup.py|github/ERA-URBAN/fm128_radar|3.6258158085569257e-06| -|setup.py|github/finagle29/DBSP_DRP|3.6258158085569257e-06| -|setup.py|github/IMMM-SFA/mosartwmpy|3.6258158085569257e-06| -|setup.py|github/exafmm/exafmm-t|3.6258158085569257e-06| -|setup.py|github/franpoz/SHERLOCK|3.6258158085569257e-06| -|setup.py|github/H-E-L-P/XID_plus|3.6258158085569257e-06| -|setup.py|github/siavash-saki/tesspy|3.6258158085569257e-06| -|setup.py|github/agshumate/LiftoffTools|3.6258158085569257e-06| -|setup.py|github/Extraweich/homopy|3.6258158085569257e-06| -|setup.py|github/cthoyt/bel-resources|3.6258158085569257e-06| -|setup.py|github/caseyjlaw/rtpipe|3.6258158085569257e-06| -|setup.py|github/hknd23/idcempy|3.6258158085569257e-06| -|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6258158085569257e-06| -|setup.py|github/mgm8/pyngham|3.6258158085569257e-06| -|setup.py|github/WMD-group/MacroDensity|3.6258158085569257e-06| -|setup.py|github/WMD-group/SMACT|3.6258158085569257e-06| -|setup.py|github/nickrodd/HDMSpectra|3.6258158085569257e-06| -|setup.py|github/MASILab/pyPheWAS|3.6258158085569257e-06| -|setup.py|github/IKNL/vantage6|3.6258158085569257e-06| -|setup.py|github/saphir746/BiobankRead-Bash|3.6258158085569257e-06| -|setup.py|github/NoahSailer/FishLSS|3.6258158085569257e-06| -|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6258158085569257e-06| -|setup.py|github/era-urban/wrfpy|3.6258158085569257e-06| -|setup.py|github/illumina/pyflow|3.6258158085569257e-06| -|setup.py|github/ebellm/pyraf-dbsp|3.6258158085569257e-06| -|setup.py|github/biocore/emperor|3.6258158085569257e-06| -|setup.py|github/biocore/scikit-bio|3.6258158085569257e-06| -|setup.py|github/biocore/deblur|3.6258158085569257e-06| -|setup.py|github/KathrynJones1/catwoman|3.6258158085569257e-06| -|setup.py|github/mikecokina/elisa|3.6258158085569257e-06| -|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6258158085569257e-06| -|setup.py|github/telegraphic/fits2hdf|3.6258158085569257e-06| -|setup.py|github/telegraphic/pygsm|3.6258158085569257e-06| -|setup.py|github/bio-phys/BioEn|3.6258158085569257e-06| -|setup.py|github/Midnighter/dependency-info|3.6258158085569257e-06| -|setup.py|github/tvwenger/hii-region-kinematics|3.6258158085569257e-06| -|setup.py|github/tvwenger/wisp|3.6258158085569257e-06| -|setup.py|github/tvwenger/kd|3.6258158085569257e-06| -|setup.py|github/tvwenger/kinematic_scaleheight|3.6258158085569257e-06| -|setup.py|github/Starlink/starlink|3.6258158085569257e-06| -|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6258158085569257e-06| -|setup.py|github/girder/viime|3.6258158085569257e-06| -|setup.py|github/kathlandgren/SWAMPE|3.6258158085569257e-06| -|setup.py|github/zonca/python-qucs|3.6258158085569257e-06| -|setup.py|github/BaroudLab/Griottes|3.6258158085569257e-06| -|setup.py|github/computational-chemical-biology/ChemWalker|3.6258158085569257e-06| -|setup.py|github/nextgenusfs/amptk|3.6258158085569257e-06| -|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6258158085569257e-06| -|setup.py|github/pierrexyz/pybird|3.6258158085569257e-06| -|setup.py|github/Substra/substra|3.6258158085569257e-06| -|setup.py|github/stammler/dustpy|3.6258158085569257e-06| -|setup.py|github/stammler/simframe|3.6258158085569257e-06| -|setup.py|github/nithyanandan/PRISim|3.6258158085569257e-06| -|setup.py|github/thomas0809/MolScribe|3.6258158085569257e-06| -|setup.py|github/mriener/gausspyplus|3.6258158085569257e-06| -|setup.py|github/fjprichard/PyAFBF|3.6258158085569257e-06| -|setup.py|github/sylvainprigent/napari-tracks-reader|3.6258158085569257e-06| -|setup.py|github/GoekeLab/xpore|3.6258158085569257e-06| -|setup.py|github/remi-adam/minot|3.6258158085569257e-06| -|setup.py|github/pmvreeswijk/BlackBOX|3.6258158085569257e-06| -|setup.py|github/pmvreeswijk/ZOGY|3.6258158085569257e-06| -|setup.py|github/elizabethnewman/hessQuik|3.6258158085569257e-06| -|setup.py|github/EnsembleGovServices/kamodo-core|3.6258158085569257e-06| -|setup.py|github/daniel-muthukrishna/astrodash|3.6258158085569257e-06| -|setup.py|github/e-koch/FilFinder|3.6258158085569257e-06| -|setup.py|github/DrafProject/elmada|3.6258158085569257e-06| -|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6258158085569257e-06| -|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6258158085569257e-06| -|setup.py|github/Sarc-Graph/sarcgraph|3.6258158085569257e-06| -|setup.py|github/transientskp/pyse|3.6258158085569257e-06| -|setup.py|github/transientskp/tkp|3.6258158085569257e-06| -|setup.py|github/Heldenkombinat/Logodetect|3.6258158085569257e-06| -|setup.py|github/cdslaborg/paramonte|3.6258158085569257e-06| -|setup.py|github/subisarkar/JexoSim|3.6258158085569257e-06| -|setup.py|github/gmbrandt/xwavecal|3.6258158085569257e-06| -|setup.py|github/MNiwano/Eclaire|3.6258158085569257e-06| -|setup.py|github/a-slide/pycoQC|3.6258158085569257e-06| -|setup.py|github/kgullikson88/Telluric-Fitter|3.6258158085569257e-06| -|setup.py|github/vatlab/sos-notebook|3.6258158085569257e-06| -|setup.py|github/bethgelab/foolbox|3.6258158085569257e-06| -|setup.py|github/RTIInternational/gobbli|3.6258158085569257e-06| -|setup.py|github/ConorMacBride/mcalf|3.6258158085569257e-06| -|setup.py|github/astrosupriyo/pyTANSPEC|3.6258158085569257e-06| -|setup.py|github/tcassanelli/pywpf|3.6258158085569257e-06| -|setup.py|github/DrMarc/slab|3.6258158085569257e-06| -|setup.py|github/j-faria/kima|3.6258158085569257e-06| -|setup.py|github/kevin218/Eureka|3.6258158085569257e-06| -|setup.py|github/MonashSmartStructures/ospgrillage|3.6258158085569257e-06| -|setup.py|github/clauswilke/PeptideBuilder|3.6258158085569257e-06| -|setup.py|github/BPSB/combine-p-values-discrete|3.6258158085569257e-06| -|setup.py|github/lanl/swiftbat_python|3.6258158085569257e-06| -|setup.py|github/lanl/PyBNF|3.6258158085569257e-06| -|setup.py|github/lanl/scico|3.6258158085569257e-06| -|setup.py|github/ejeschke/ginga|3.6258158085569257e-06| -|setup.py|github/anuradhawick/LRBinner|3.6258158085569257e-06| -|setup.py|github/nye17/javelin|3.6258158085569257e-06| -|setup.py|github/Yu-Group/veridical-flow|3.6258158085569257e-06| -|setup.py|github/AstarVienna/Pyckles|3.6258158085569257e-06| -|setup.py|github/AstarVienna/skycalc_ipy|3.6258158085569257e-06| -|setup.py|github/AstarVienna/ScopeSim_Templates|3.6258158085569257e-06| -|setup.py|github/AstarVienna/AnisoCADO|3.6258158085569257e-06| -|setup.py|github/wiederm/transformato|3.6258158085569257e-06| -|setup.py|github/RichardObi/medigan|3.6258158085569257e-06| -|setup.py|github/mjacob1002/Eir|3.6258158085569257e-06| -|setup.py|github/ORNL/tx2|3.6258158085569257e-06| -|setup.py|github/pmaxted/pycheops|3.6258158085569257e-06| -|setup.py|github/peterk87/sistr_cmd|3.6258158085569257e-06| -|setup.py|github/jiffyclub/palettable|3.6258158085569257e-06| -|setup.py|github/ofionnad/radiowinds|3.6258158085569257e-06| -|setup.py|github/mikekatz04/BOWIE|3.6258158085569257e-06| -|setup.py|github/richteague/bettermoments|3.6258158085569257e-06| -|setup.py|github/richteague/eddy|3.6258158085569257e-06| -|setup.py|github/richteague/gofish|3.6258158085569257e-06| -|setup.py|github/richteague/disksurf|3.6258158085569257e-06| -|setup.py|github/SWIFTSIM/emulator|3.6258158085569257e-06| -|setup.py|github/liamedeiros/ehtplot|3.6258158085569257e-06| -|setup.py|github/FreBio/komics|3.6258158085569257e-06| -|setup.py|github/tardis-sn/carsus|3.6258158085569257e-06| -|setup.py|github/tardis-sn/tardis|3.6258158085569257e-06| -|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6258158085569257e-06| -|setup.py|github/iric-soft/km|3.6258158085569257e-06| -|setup.py|github/MNGuenther/allesfitter|3.6258158085569257e-06| -|setup.py|github/cbg-ethz/shorah|3.6258158085569257e-06| -|setup.py|github/minzastro/unidam|3.6258158085569257e-06| -|setup.py|github/Singh-Lab/DeMaSk|3.6258158085569257e-06| -|setup.py|github/musevlt/origin|3.6258158085569257e-06| -|setup.py|github/musevlt/muse-psfr|3.6258158085569257e-06| -|setup.py|github/cadop/seg1d|3.6258158085569257e-06| -|setup.py|github/miniufo/xinvert|3.6258158085569257e-06| -|setup.py|github/Martindelosrios/cosmic-kite|3.6258158085569257e-06| -|setup.py|github/LindleyLentati/Cobra|3.6258158085569257e-06| -|setup.py|github/jacobblum/simDRIFT|3.6258158085569257e-06| -|setup.py|github/JixingGE/GGCHEMPY|3.6258158085569257e-06| -|setup.py|github/maxpumperla/hyperas|3.6258158085569257e-06| -|setup.py|github/GenomicParisCentre/toulligQC|3.6258158085569257e-06| -|setup.py|github/prajwel/curvit|3.6258158085569257e-06| -|setup.py|github/PabloMSanAla/fabada|3.6258158085569257e-06| -|setup.py|github/djsutherland/py-sdm|3.6258158085569257e-06| -|setup.py|github/samuelefiorini/tangle|3.6258158085569257e-06| -|setup.py|github/songweizhi/Binning_refiner|3.6258158085569257e-06| -|setup.py|github/Guo-Jian-Wang/colfi|3.6258158085569257e-06| -|setup.py|github/thieu1995/permetrics|3.6258158085569257e-06| -|setup.py|github/privong/pymccorrelation|3.6258158085569257e-06| -|setup.py|github/federicomarulli/CosmoBolognaLib|3.6258158085569257e-06| -|setup.py|github/napakalas/casbert|3.6258158085569257e-06| -|setup.py|github/hover2pi/SEDkit|3.6258158085569257e-06| -|setup.py|github/jollejolles/pirecorder|3.6258158085569257e-06| -|setup.py|github/nespinoza/mc-spam|3.6258158085569257e-06| -|setup.py|github/nespinoza/juliet|3.6258158085569257e-06| -|setup.py|github/sonwell/biotools|3.6258158085569257e-06| -|setup.py|github/orcasgit/python-fitbit|3.6258158085569257e-06| -|setup.py|github/podondra/eidein|3.6258158085569257e-06| -|setup.py|github/vanheeringen-lab/gimmemotifs|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanopack|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanomath|3.6258158085569257e-06| -|setup.py|github/wdecoster/NanoPlot|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanoget|3.6258158085569257e-06| -|setup.py|github/wdecoster/NanoComp|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanocomp|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanostat|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanolyse|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanoQC|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanofilt|3.6258158085569257e-06| -|setup.py|github/KBNLresearch/ochre|3.6258158085569257e-06| -|setup.py|github/engyasin/Offline_MOT|3.6258158085569257e-06| -|setup.py|github/Bahler-Lab/pyphe|3.6258158085569257e-06| -|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6258158085569257e-06| -|setup.py|github/guangtunbenzhu/SetCoverPy|3.6258158085569257e-06| -|setup.py|github/bxia888/CEFCIG|3.6258158085569257e-06| -|setup.py|github/OBrink/RanDepict|3.6258158085569257e-06| -|setup.py|github/Cascella-Group-UiO/HyMD|3.6258158085569257e-06| -|setup.py|github/MDAnalysis/mdanalysis|3.6258158085569257e-06| -|setup.py|github/LucaMalavolta/PyORBIT|3.6258158085569257e-06| -|setup.py|github/cog-imperial/GPdoemd|3.6258158085569257e-06| -|setup.py|github/cog-imperial/galini|3.6258158085569257e-06| -|setup.py|github/cog-imperial/entmoot|3.6258158085569257e-06| -|setup.py|github/cog-imperial/suspect|3.6258158085569257e-06| -|setup.py|github/rohinkumar/correlcalc|3.6258158085569257e-06| -|setup.py|github/fakedrtom/oncogemini|3.6258158085569257e-06| -|setup.py|github/vijayvarma392/binaryBHexp|3.6258158085569257e-06| -|setup.py|github/Xia-Yijie/Xponge|3.6258158085569257e-06| -|setup.py|github/WorkflowConversion/CTDConverter|3.6258158085569257e-06| -|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6258158085569257e-06| -|setup.py|github/maxibor/sam2lca|3.6258158085569257e-06| -|setup.py|github/nanograv/PINT|3.6258158085569257e-06| -|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6258158085569257e-06| -|setup.py|github/recipy/recipy|3.6258158085569257e-06| -|setup.py|github/abrupt-climate/hyper-canny|3.6258158085569257e-06| -|setup.py|github/YosefLab/scvi-tools|3.6258158085569257e-06| -|setup.py|github/caracal-pipeline/caracal|3.6258158085569257e-06| -|setup.py|github/supernnova/SuperNNova|3.6258158085569257e-06| -|setup.py|github/timstaley/voevent-parse|3.6258158085569257e-06| -|setup.py|github/fitbenchmarking/fitbenchmarking|3.6258158085569257e-06| -|setup.py|github/TPI-Immunogenetics/igmat|3.6258158085569257e-06| -|setup.py|github/seclark/RHT|3.6258158085569257e-06| -|setup.py|github/fair-software/howfairis|3.6258158085569257e-06| -|setup.py|github/fair-software/fairtally|3.6258158085569257e-06| -|setup.py|github/cosimoNigro/agnpy|3.6258158085569257e-06| -|setup.py|github/ggonnella/gfapy|3.6258158085569257e-06| -|setup.py|github/mbaes/SpheCow|3.6258158085569257e-06| -|setup.py|github/tensorly/viz|3.6258158085569257e-06| -|setup.py|github/Astroua/TurbuStat|3.6258158085569257e-06| -|setup.py|github/Astroua/SCIMES|3.6258158085569257e-06| -|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6258158085569257e-06| -|setup.py|github/TimothyADavis/KinMSpy|3.6258158085569257e-06| -|setup.py|github/ml-evs/matador|3.6258158085569257e-06| -|setup.py|github/ekaterinailin/AltaiPony|3.6258158085569257e-06| -|setup.py|github/pytoolz/toolz|3.6258158085569257e-06| -|setup.py|github/rjtanner/StarburstPy|3.6258158085569257e-06| -|setup.py|github/tylunel/pvpumpingsystem|3.6258158085569257e-06| -|setup.py|github/ledatelescope/bifrost|3.6258158085569257e-06| -|setup.py|github/afarahi/tatter|3.6258158085569257e-06| -|setup.py|github/afarahi/PoPE|3.6258158085569257e-06| -|setup.py|github/afarahi/kllr|3.6258158085569257e-06| -|setup.py|github/migp11/pyfastcore|3.6258158085569257e-06| -|setup.py|github/aspuru-guzik-group/funsies|3.6258158085569257e-06| -|setup.py|github/zclaytor/kiauhoku|3.6258158085569257e-06| -|setup.py|github/zclaytor/butterpy|3.6258158085569257e-06| -|setup.py|github/cmillion/gPhoton|3.6258158085569257e-06| -|setup.py|github/mdruett/COCOPLOT|3.6258158085569257e-06| -|setup.py|github/XSLiuLab/Seq2Neo|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/BXA|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/PyMultiNest|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/UltraNest|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/nway|3.6258158085569257e-06| -|setup.py|github/sfschen/velocileptors|3.6258158085569257e-06| -|setup.py|github/wtsi-hpag/HiLine|3.6258158085569257e-06| -|setup.py|github/Magritte-code/Magritte|3.6258158085569257e-06| -|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6258158085569257e-06| -|setup.py|github/4pisky/fourpisky-core|3.6258158085569257e-06| -|setup.py|github/jianhuupenn/SpaGCN|3.6258158085569257e-06| -|setup.py|github/philres/catfishq|3.6258158085569257e-06| -|setup.py|github/virgesmith/neworder|3.6258158085569257e-06| -|setup.py|github/andresmegias/richvalues|3.6258158085569257e-06| -|setup.py|github/scipion-em/scipion-em-continuousflex|3.6258158085569257e-06| -|setup.py|github/markusbonse/applefy|3.6258158085569257e-06| -|setup.py|github/soichiro-hattori/unpopular|3.6258158085569257e-06| -|setup.py|github/JoeMcEwen/FAST-PT|3.6258158085569257e-06| -|setup.py|github/NREL/graph-env|3.6258158085569257e-06| -|setup.py|github/AnantharamanLab/vRhyme|3.6258158085569257e-06| -|setup.py|github/fpavogt/fcmaker|3.6258158085569257e-06| -|setup.py|github/cy-xu/cosmic-conn|3.6258158085569257e-06| -|setup.py|github/mishioo/tesliper|3.6258158085569257e-06| -|setup.py|github/PhilippJunk/homelette|3.6258158085569257e-06| -|setup.py|github/cumbof/honto|3.6258158085569257e-06| -|setup.py|github/ideasrule/platon|3.6258158085569257e-06| -|setup.py|github/benvanwerkhoven/kernel_tuner|3.6258158085569257e-06| -|setup.py|github/Starfish-develop/Starfish|3.6258158085569257e-06| -|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6258158085569257e-06| -|setup.py|github/dmey/synthia|3.6258158085569257e-06| -|setup.py|github/astronomyk/SimCADO|3.6258158085569257e-06| -|setup.py|github/PlanetHunters/tkmatrix|3.6258158085569257e-06| -|setup.py|github/dmnfarrell/epitopepredict|3.6258158085569257e-06| -|setup.py|github/dmnfarrell/snpgenie|3.6258158085569257e-06| -|setup.py|github/gem-pasteur/macsyfinder|3.6258158085569257e-06| -|setup.py|github/dfujim/bfit|3.6258158085569257e-06| -|setup.py|github/smog-server/OpenSMOG|3.6258158085569257e-06| -|setup.py|github/ziotom78/dacapo_calibration|3.6258158085569257e-06| -|setup.py|github/ChrisBeaumont/brut|3.6258158085569257e-06| -|setup.py|github/icb-dcm/pyabc|3.6258158085569257e-06| -|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6258158085569257e-06| -|setup.py|github/DeltaRCM/pyDeltaRCM|3.6258158085569257e-06| -|setup.py|github/vferat/pycrostates|3.6258158085569257e-06| -|setup.py|github/snad-space/zwad|3.6258158085569257e-06| -|setup.py|github/matplotlib/matplotlib|3.6258158085569257e-06| -|setup.py|github/joe-antognini/kozai|3.6258158085569257e-06| -|setup.py|github/NickSwainston/pulsar_spectra|3.6258158085569257e-06| -|setup.py|github/YSOVAR/YSOVAR|3.6258158085569257e-06| -|setup.py|github/symmy596/Polypy|3.6258158085569257e-06| -|setup.py|github/symmy596/SurfinPy|3.6258158085569257e-06| -|setup.py|github/adbar/htmldate|3.6258158085569257e-06| -|setup.py|github/numba/numba|3.6258158085569257e-06| -|setup.py|github/dparks1134/RefineM|3.6258158085569257e-06| -|setup.py|github/galkintool/galkin|3.6258158085569257e-06| -|setup.py|github/ICAMS/strucscan|3.6258158085569257e-06| -|setup.py|github/tmcclintock/cluster_toolkit|3.6258158085569257e-06| -|setup.py|github/ajeldorado/falco-python|3.6258158085569257e-06| -|setup.py|github/odb9402/CNNPeaks|3.6258158085569257e-06| -|setup.py|github/fcs-analysis/PyScanFCS|3.6258158085569257e-06| -|setup.py|github/fcs-analysis/PyCorrFit|3.6258158085569257e-06| -|setup.py|github/hyperopt/hyperopt|3.6258158085569257e-06| -|setup.py|github/lmfit/lmfit-py|3.6258158085569257e-06| -|setup.py|github/dmentipl/plonk|3.6258158085569257e-06| -|setup.py|github/NiallJeffrey/DeepMass|3.6258158085569257e-06| -|setup.py|github/javicarron/pynkowski|3.6258158085569257e-06| -|setup.py|github/javicarron/mtneedlet|3.6258158085569257e-06| -|setup.py|github/ryansmcgee/seirsplus|3.6258158085569257e-06| -|setup.py|github/coljac/sensie|3.6258158085569257e-06| -|setup.py|github/deepmedic/deepmedic|3.6258158085569257e-06| -|setup.py|github/realfastvla/realfast|3.6258158085569257e-06| -|setup.py|github/realfastvla/rfpipe|3.6258158085569257e-06| -|setup.py|github/brian-team/brian2|3.6258158085569257e-06| -|setup.py|github/lberaldoesilva/naif|3.6258158085569257e-06| -|setup.py|github/DirectDM/directdm-py|3.6258158085569257e-06| -|setup.py|github/matchms/matchms|3.6258158085569257e-06| -|setup.py|github/matchms/ms2deepscore|3.6258158085569257e-06| -|setup.py|github/tschad/pycelp|3.6258158085569257e-06| -|setup.py|github/herjy/SLIT|3.6258158085569257e-06| -|setup.py|github/carpyncho/carpyncho-py|3.6258158085569257e-06| -|setup.py|github/getzlab/rnaseqc|3.6258158085569257e-06| -|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6258158085569257e-06| -|setup.py|github/einsteinpy/einsteinpy|3.6258158085569257e-06| -|setup.py|github/morriscb/The-wiZZ|3.6258158085569257e-06| -|setup.py|github/edwardoughton/itmlogic|3.6258158085569257e-06| -|setup.py|github/CLARIAH/grlc|3.6258158085569257e-06| -|setup.py|github/davemlz/eemont|3.6258158085569257e-06| -|setup.py|github/qpv-research-group/solcore5|3.6258158085569257e-06| -|setup.py|github/HajimeKawahara/sot|3.6258158085569257e-06| -|setup.py|github/HajimeKawahara/exojax|3.6258158085569257e-06| -|setup.py|github/codemeleon/seqPanther|3.6258158085569257e-06| -|setup.py|github/popgenmethods/smcpp|3.6258158085569257e-06| -|setup.py|github/actris-cloudnet/cloudnetpy|3.6258158085569257e-06| -|setup.py|github/spokenlanguage/platalea|3.6258158085569257e-06| -|setup.py|github/linnarsson-lab/loompy|3.6258158085569257e-06| -|setup.py|github/compomics/DeepLC|3.6258158085569257e-06| -|setup.py|github/aabdurrouf/piXedfit|3.6258158085569257e-06| -|setup.py|github/lantunes/cellpylib|3.6258158085569257e-06| -|setup.py|github/SISPO-developers/sispo|3.6258158085569257e-06| -|setup.py|github/precice/micro-manager|3.6258158085569257e-06| -|setup.py|github/LBNL-ETA/MSWH|3.6258158085569257e-06| -|setup.py|github/chasmani/piecewise-regression|3.6258158085569257e-06| -|setup.py|github/shbhuk/barycorrpy|3.6258158085569257e-06| -|setup.py|github/shbhuk/mrexo|3.6258158085569257e-06| -|setup.py|github/warrickball/tomso|3.6258158085569257e-06| -|setup.py|github/apertif/apercal|3.6258158085569257e-06| -|setup.py|github/pynbody/pynbody|3.6258158085569257e-06| -|setup.py|github/pynbody/tangos|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/flamingo|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/insilico-server|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/swan|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/CAT|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/Moka|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/ceiba-cli|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/ceiba|3.6258158085569257e-06| -|setup.py|github/yymao/abundancematching|3.6258158085569257e-06| -|setup.py|github/cmbant/getdist|3.6258158085569257e-06| -|setup.py|github/CosmoStat/shapepipe|3.6258158085569257e-06| -|setup.py|github/linqs/psl|3.6258158085569257e-06| -|setup.py|github/toshiyan/cmblensplus|3.6258158085569257e-06| -|setup.py|github/opencobra/cobrapy|3.6258158085569257e-06| -|setup.py|github/RaRe-Technologies/gensim|3.6258158085569257e-06| -|setup.py|github/pybamm-team/PyBaMM|3.6258158085569257e-06| -|setup.py|github/pybamm-team/liionpack|3.6258158085569257e-06| -|setup.py|github/dnarayanan/powderday|3.6258158085569257e-06| -|setup.py|github/RECeSS-EU-Project/stanscofi|3.6258158085569257e-06| -|setup.py|github/ACEnglish/truvari|3.6258158085569257e-06| -|setup.py|github/CQCL/qujax|3.6258158085569257e-06| -|setup.py|github/stevengiacalone/triceratops|3.6258158085569257e-06| -|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6258158085569257e-06| -|setup.py|github/jakevdp/wpca|3.6258158085569257e-06| -|setup.py|github/smoh/kinesis|3.6258158085569257e-06| -|setup.py|github/tjiangHIT/cuteSV|3.6258158085569257e-06| -|setup.py|github/galizia-lab/pyview|3.6258158085569257e-06| -|setup.py|github/4dn-dcic/pairix|3.6258158085569257e-06| -|setup.py|github/phenomecentre/nPYc-Toolbox|3.6258158085569257e-06| -|setup.py|github/LucIJspeert/eclipsr|3.6258158085569257e-06| -|setup.py|github/LucIJspeert/star_shadow|3.6258158085569257e-06| -|setup.py|github/egjergo/galcem|3.6258158085569257e-06| -|setup.py|github/nanoporetech/qcat|3.6258158085569257e-06| -|setup.py|github/nanoporetech/megalodon|3.6258158085569257e-06| -|setup.py|github/nanoporetech/tombo|3.6258158085569257e-06| -|setup.py|github/nanoporetech/ont_fast5_api|3.6258158085569257e-06| -|setup.py|github/simonsobs/pixell|3.6258158085569257e-06| -|setup.py|github/simonsobs/nemo|3.6258158085569257e-06| -|setup.py|github/t-brandt/orvara|3.6258158085569257e-06| -|setup.py|github/connectomicslab/connectomemapper3|3.6258158085569257e-06| -|setup.py|github/CyclotronResearchCentre/bidsme|3.6258158085569257e-06| -|setup.py|github/bwengals/CCSNMultivar|3.6258158085569257e-06| -|setup.py|github/colour-science/colour|3.6258158085569257e-06| -|setup.py|github/circuitgraph/circuitgraph|3.6258158085569257e-06| -|setup.py|github/andizq/sf3dmodels|3.6258158085569257e-06| -|setup.py|github/pnnl/interflow|3.6258158085569257e-06| -|setup.py|github/gbernstein/pixmappy|3.6258158085569257e-06| -|setup.py|github/dtamayo/reboundx|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/pyranges|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/epic2|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/ncls|3.6258158085569257e-06| -|setup.py|github/tomlouden/spiderman|3.6258158085569257e-06| -|setup.py|github/sbebo/joypy|3.6258158085569257e-06| -|setup.py|github/EISy-as-Py/hardy|3.6258158085569257e-06| -|setup.py|github/bfarr/exocartographer|3.6258158085569257e-06| -|setup.py|github/kennethcarrell/ATARRI|3.6258158085569257e-06| -|setup.py|github/lynx-x-ray-observatory/soxs|3.6258158085569257e-06| -|setup.py|github/keflavich/HiGal_SEDfitter|3.6258158085569257e-06| -|setup.py|github/spacetelescope/specview|3.6258158085569257e-06| -|setup.py|github/spacetelescope/stginga|3.6258158085569257e-06| -|setup.py|github/spacetelescope/synphot_refactor|3.6258158085569257e-06| -|setup.py|github/spacetelescope/specviz|3.6258158085569257e-06| -|setup.py|github/spacetelescope/stsynphot_refactor|3.6258158085569257e-06| -|setup.py|github/spacetelescope/imexam|3.6258158085569257e-06| -|setup.py|github/rvalieris/parallel-fastq-dump|3.6258158085569257e-06| -|setup.py|github/comprna/reorientexpress|3.6258158085569257e-06| -|setup.py|github/brentp/geneimpacts|3.6258158085569257e-06| -|setup.py|github/brentp/cigar|3.6258158085569257e-06| -|setup.py|github/dbuscher/pois|3.6258158085569257e-06| -|setup.py|github/vincentlab/PyFR|3.6258158085569257e-06| -|setup.py|github/alphaparrot/ExoPlaSim|3.6258158085569257e-06| -|setup.py|github/ulelab/ultraplex|3.6258158085569257e-06| -|setup.py|github/cov-lineages/pangolin|3.6258158085569257e-06| -|setup.py|github/chapmanb/bcbb|3.6258158085569257e-06| -|setup.py|github/AlexanderLabWHOI/EUKulele|3.6258158085569257e-06| -|setup.py|github/bioinform/somaticseq|3.6258158085569257e-06| -|setup.py|github/rasg-affiliates/healvis|3.6258158085569257e-06| -|setup.py|github/jbussemaker/SBArchOpt|3.6258158085569257e-06| -|setup.py|github/ngltr/sinaps|3.6258158085569257e-06| -|setup.py|github/biobakery/MetaPhlAn|3.6258158085569257e-06| -|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6258158085569257e-06| -|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6258158085569257e-06| -|setup.py|github/seqcode/allo|3.6258158085569257e-06| -|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6258158085569257e-06| -|setup.py|github/dwkim78/upsilon|3.6258158085569257e-06| -|setup.py|github/dwkim78/pdtrend|3.6258158085569257e-06| -|setup.py|github/dwkim78/ASTRiDE|3.6258158085569257e-06| -|setup.py|github/spacepy/spacepy|3.6258158085569257e-06| -|setup.py|github/MartianColonist/POSEIDON|3.6258158085569257e-06| -|setup.py|github/FrancesBW/bellamy|3.6258158085569257e-06| -|setup.py|github/DeepRank/DeepRank-GNN|3.6258158085569257e-06| -|setup.py|github/DeepRank/pdb2sql|3.6258158085569257e-06| -|setup.py|github/DeepRank/iScore|3.6258158085569257e-06| -|setup.py|github/DeepRank/deeprank|3.6258158085569257e-06| -|setup.py|github/DeepRank/pssmgen|3.6258158085569257e-06| -|setup.py|github/SCM-NV/qmflows|3.6258158085569257e-06| -|setup.py|github/SCM-NV/pyZacros|3.6258158085569257e-06| -|setup.py|github/SCM-NV/qmflows-namd|3.6258158085569257e-06| -|setup.py|github/fred3m/toyz|3.6258158085569257e-06| -|setup.py|github/avigan/SPHERE|3.6258158085569257e-06| -|setup.py|github/avigan/pyZELDA|3.6258158085569257e-06| -|setup.py|github/MannLabs/alphapept|3.6258158085569257e-06| -|setup.py|github/jorisparet/partycls|3.6258158085569257e-06| -|setup.py|github/conda/pycosat|3.6258158085569257e-06| -|setup.py|github/conda/conda|3.6258158085569257e-06| -|setup.py|github/kerkelae/disimpy|3.6258158085569257e-06| -|setup.py|github/bootphon/phonemizer|3.6258158085569257e-06| -|setup.py|github/Adamtaranto/Yanagiba|3.6258158085569257e-06| -|setup.py|github/beastraban/INSANE|3.6258158085569257e-06| -|setup.py|github/tool-bin/ukbcc|3.6258158085569257e-06| -|setup.py|github/schlafly/crowdsource|3.6258158085569257e-06| -|setup.py|github/catherinezucker/radfil|3.6258158085569257e-06| -|setup.py|github/mzy2240/ESA|3.6258158085569257e-06| -|setup.py|github/cire-thk/BifacialSimu|3.6258158085569257e-06| -|setup.py|github/twesterhout/lattice-symmetries|3.6258158085569257e-06| -|setup.py|github/clawpack/clawpack|3.6258158085569257e-06| -|setup.py|github/dunnkers/fseval|3.6258158085569257e-06| -|setup.py|github/agree019/DarkCapPy|3.6258158085569257e-06| -|setup.py|github/agurvich/FIRE_studio|3.6258158085569257e-06| -|setup.py|github/panoptes-organization/panoptes|3.6258158085569257e-06| -|setup.py|github/johnlees/pp-sketchlib|3.6258158085569257e-06| -|setup.py|github/BackmanLab/PWSpy|3.6258158085569257e-06| -|setup.py|github/pyro-ppl/pyro|3.6258158085569257e-06| -|setup.py|github/3fon3fonov/exostriker|3.6258158085569257e-06| -|setup.py|github/VeinsOfTheEarth/rabpro|3.6258158085569257e-06| -|setup.py|github/martinjzhang/scDRS|3.6258158085569257e-06| -|setup.py|github/sherpa-deproject/deproject|3.6258158085569257e-06| -|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6258158085569257e-06| -|setup.py|github/UNSW-CEEM/nempy|3.6258158085569257e-06| -|setup.py|github/smirarab/sepp|3.6258158085569257e-06| -|setup.py|github/jiahecui/SenAOReFoc|3.6258158085569257e-06| -|setup.py|github/gdrouart/MrMoose|3.6258158085569257e-06| -|setup.py|github/benmontet/f3|3.6258158085569257e-06| -|setup.py|github/cabb99/open3spn2|3.6258158085569257e-06| -|setup.py|github/equib/pyEQUIB|3.6258158085569257e-06| -|setup.py|github/julianreul/mode_behave|3.6258158085569257e-06| -|setup.py|github/cas-bioinf/rboAnalyzer|3.6258158085569257e-06| -|setup.py|github/matthewholman/assist|3.6258158085569257e-06| -|setup.py|github/PyPSA/atlite|3.6258158085569257e-06| -|setup.py|github/PyPSA/linopy|3.6258158085569257e-06| -|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6258158085569257e-06| -|setup.py|github/shadden/celmech|3.6258158085569257e-06| -|setup.py|github/parmoo/parmoo|3.6258158085569257e-06| -|setup.py|github/cameronliang/BayesVP|3.6258158085569257e-06| -|setup.py|github/undark-lab/sstrax|3.6258158085569257e-06| -|setup.py|github/dstndstn/astrometry.net|3.6258158085569257e-06| -|setup.py|github/OpenMDAO/dymos|3.6258158085569257e-06| -|setup.py|github/thomaspinder/GPJax|3.6258158085569257e-06| -|setup.py|github/natashabatalha/PandExo|3.6258158085569257e-06| -|setup.py|github/natashabatalha/picaso|3.6258158085569257e-06| -|setup.py|github/bcgsc/tigmint|3.6258158085569257e-06| -|setup.py|github/atomneb/AtomNeb-py|3.6258158085569257e-06| -|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6258158085569257e-06| -|setup.py|github/epic-astronomy/EPIC|3.6258158085569257e-06| -|setup.py|github/matteobreschi/bajes|3.6258158085569257e-06| -|setup.py|github/Filter-Bubble/e2e-Dutch|3.6258158085569257e-06| -|setup.py|github/exobssim/rapoc-public|3.6258158085569257e-06| -|setup.py|github/LSSTDESC/CCL|3.6258158085569257e-06| -|setup.py|github/LSSTDESC/descqa|3.6258158085569257e-06| -|setup.py|github/ynop/audiomate|3.6258158085569257e-06| -|setup.py|github/maayane/catsHTM|3.6258158085569257e-06| -|setup.py|github/MIC-DKFZ/HD-BET|3.6258158085569257e-06| -|setup.py|github/MIC-DKFZ/TractSeg|3.6258158085569257e-06| -|setup.py|github/SIOSlab/exodetbox|3.6258158085569257e-06| -|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6258158085569257e-06| -|setup.py|github/Alymantara/pydoppler|3.6258158085569257e-06| -|setup.py|github/gpantel/MolPainter|3.6258158085569257e-06| -|setup.py|github/jfowkes/pycutest|3.6258158085569257e-06| -|setup.py|github/fruzsinaagocs/oscode|3.6258158085569257e-06| -|setup.py|github/OpenWaterAnalytics/EPyT|3.6258158085569257e-06| -|setup.py|github/fraserw/TRIPPy|3.6258158085569257e-06| -|setup.py|github/abhisrkckl/GWecc|3.6258158085569257e-06| -|setup.py|github/VMBoehm/MADLens|3.6258158085569257e-06| -|setup.py|github/astro-informatics/ssht|3.6258158085569257e-06| -|setup.py|github/astro-informatics/s2let|3.6258158085569257e-06| -|setup.py|github/BD2KGenomics/toil|3.6258158085569257e-06| -|setup.py|github/genouest/biomaj-cli|3.6258158085569257e-06| -|setup.py|github/SynthSys/pyOmeroUpload|3.6258158085569257e-06| -|setup.py|github/astrosmili/smili|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/ariba|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/pymummer|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/iva|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/gubbins|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/circlator|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/Fastaq|3.6258158085569257e-06| -|setup.py|github/citiususc/BigSeqKit|3.6258158085569257e-06| -|setup.py|github/gwastro/pycbc|3.6258158085569257e-06| -|setup.py|github/PyFstat/PyFstat|3.6258158085569257e-06| -|setup.py|github/tlambert03/pycudadecon|3.6258158085569257e-06| -|setup.py|github/mscroggs/symfem|3.6258158085569257e-06| -|setup.py|github/changhoonhahn/pySpectrum|3.6258158085569257e-06| -|setup.py|github/vhaasteren/piccard|3.6258158085569257e-06| -|setup.py|github/kbarbary/nestle|3.6258158085569257e-06| -|setup.py|github/kbarbary/extinction|3.6258158085569257e-06| -|setup.py|github/GabrieleParimbelli/COLIBRI|3.6258158085569257e-06| -|setup.py|github/DMGW-Goethe/imripy|3.6258158085569257e-06| -|setup.py|github/Libensemble/libensemble|3.6258158085569257e-06| -|setup.py|github/biomedia-mira/blast-ct|3.6258158085569257e-06| -|setup.py|github/timothydmorton/vespa|3.6258158085569257e-06| -|setup.py|github/morpheus-project/morpheus|3.6258158085569257e-06| -|setup.py|github/insilicomedicine/GENTRL|3.6258158085569257e-06| -|setup.py|github/HillLab/SomaticSiMu|3.6258158085569257e-06| -|setup.py|github/swiftsim/swiftsimio|3.6258158085569257e-06| -|setup.py|github/milnus/Corekaburra|3.6258158085569257e-06| -|setup.py|github/djones1040/PythonPhot|3.6258158085569257e-06| -|setup.py|github/rhayes777/PyAutoFit|3.6258158085569257e-06| -|setup.py|github/Qiskit/rustworkx|3.6258158085569257e-06| -|setup.py|github/manodeep/Corrfunc|3.6258158085569257e-06| -|setup.py|github/mmp2/megaman|3.6258158085569257e-06| -|setup.py|github/yatiml/yatiml|3.6258158085569257e-06| -|setup.py|github/andycasey/sick|3.6258158085569257e-06| -|setup.py|github/eelregit/mcfit|3.6258158085569257e-06| -|setup.py|github/raspishake/rsudp|3.6258158085569257e-06| -|setup.py|github/fjankowsk/scatfit|3.6258158085569257e-06| -|setup.py|github/Ayuei/DeBEIR|3.6258158085569257e-06| -|setup.py|github/BartoszBartmanski/StoSpa2|3.6258158085569257e-06| -|setup.py|github/babinyurii/recan|3.6258158085569257e-06| -|setup.py|github/xpsi-group/xpsi|3.6258158085569257e-06| -|setup.py|github/zblz/naima|3.6258158085569257e-06| -|setup.py|github/nicolet5/DiffCapAnalyzer|3.6258158085569257e-06| -|setup.py|github/ChenfuShi/HiChIP_peaks|3.6258158085569257e-06| -|setup.py|github/Caltech-IPAC/Montage|3.6258158085569257e-06| -|setup.py|github/radifar/PyPLIF-HIPPOS|3.6258158085569257e-06| -|setup.py|github/perfanalytics/pose2sim|3.6258158085569257e-06| -|setup.py|github/noraeisner/LATTE|3.6258158085569257e-06| -|setup.py|github/lh3/minimap2|3.6258158085569257e-06| -|setup.py|github/NLeSC/mcfly|3.6258158085569257e-06| -|setup.py|github/NLeSC/Massive-PotreeConverter|3.6258158085569257e-06| -|setup.py|github/NLeSC/cptm|3.6258158085569257e-06| -|setup.py|github/NLeSC/noodles|3.6258158085569257e-06| -|setup.py|github/NLeSC/boatswain|3.6258158085569257e-06| -|setup.py|github/NLESC-JCER/QMCTorch|3.6258158085569257e-06| -|setup.py|github/DLR-RM/BlenderProc|3.6258158085569257e-06| -|setup.py|github/NeuralEnsemble/PyNN|3.6258158085569257e-06| -|setup.py|github/SYalouz/QuantNBody|3.6258158085569257e-06| -|setup.py|github/pec27/hfof|3.6258158085569257e-06| -|setup.py|github/pec27/smerfs|3.6258158085569257e-06| -|setup.py|github/ageller/firefly|3.6258158085569257e-06| -|setup.py|github/Fermipy/fermipy|3.6258158085569257e-06| -|setup.py|github/szwiep/py_SBeLT|3.6258158085569257e-06| -|setup.py|github/ylab-hi/ScanExitronLR|3.6258158085569257e-06| -|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6258158085569257e-06| -|setup.py|github/shilpagarg/WHdenovo|3.6258158085569257e-06| -|setup.py|github/pmelchior/skymapper|3.6258158085569257e-06| -|setup.py|github/pmelchior/pyGMMis|3.6258158085569257e-06| -|setup.py|github/pmelchior/scarlet|3.6258158085569257e-06| -|setup.py|github/bulik/ldsc|3.6258158085569257e-06| -|setup.py|github/weecology/retriever|3.6258158085569257e-06| -|setup.py|github/sanjibs/bmcmc|3.6258158085569257e-06| -|setup.py|github/sxs-collaboration/gwsurrogate|3.6258158085569257e-06| -|setup.py|github/MrMinimal64/multivar_horner|3.6258158085569257e-06| -|setup.py|github/jmschrei/pomegranate|3.6258158085569257e-06| -|setup.py|github/christopherburke/tess-point|3.6258158085569257e-06| -|setup.py|github/oschwengers/referenceseeker|3.6258158085569257e-06| -|setup.py|github/oschwengers/platon|3.6258158085569257e-06| -|setup.py|github/oschwengers/bakta|3.6258158085569257e-06| -|setup.py|github/spglib/spgrep|3.6258158085569257e-06| -|setup.py|github/easybuilders/easybuild|3.6258158085569257e-06| -|setup.py|github/infer-actively/pymdp|3.6258158085569257e-06| -|setup.py|github/Gaiana/nirdust|3.6258158085569257e-06| -|setup.py|github/gagneurlab/drop|3.6258158085569257e-06| -|setup.py|github/rbturnbull/ausdex|3.6258158085569257e-06| -|setup.py|github/SJ001/AI-Feynman|3.6258158085569257e-06| -|setup.py|github/lkmklsmn/DrivAER|3.6258158085569257e-06| -|setup.py|github/pierrehoudayer/RUBIS|3.6258158085569257e-06| -|setup.py|github/NuGrid/NuPyCEE|3.6258158085569257e-06| -|setup.py|github/wasserman-group/pyCADMium|3.6258158085569257e-06| -|setup.py|github/iomega/spec2vec|3.6258158085569257e-06| -|setup.py|github/amusecode/amuse|3.6258158085569257e-06| -|setup.py|github/COVID-IWG/epimargin|3.6258158085569257e-06| -|setup.py|github/birnstiel/two-pop-py|3.6258158085569257e-06| -|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6258158085569257e-06| -|setup.py|github/auctus-team/pycapacity|3.6258158085569257e-06| -|setup.py|github.com/idptools/metapredict|3.6258158085569257e-06| -|setup.py|github/sfarrens/sf_deconvolve|3.6258158085569257e-06| -|setup.py|github/dynamicslab/pysindy|3.6258158085569257e-06| -|setup.py|github/ismaelpessa/PyMUSE|3.6258158085569257e-06| -|setup.py|github/WBK-Robotics/pybullet_industrial|3.6258158085569257e-06| -|setup.py|github/carlosborca/CrystaLattE|3.6258158085569257e-06| -|setup.py|github/PaulHancock/Aegean|3.6258158085569257e-06| -|setup.py|github/drcandacemakedamoore/cleanX|3.6258158085569257e-06| -|setup.py|github/ReSurfEMG/ReSurfEMG|3.6258158085569257e-06| -|setup.py|github/jeaadams/ExoPix|3.6258158085569257e-06| -|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6258158085569257e-06| -|DESCRIPTION|gitlab/ampere2/metalwalls|3.6258158085569257e-06| -|DESCRIPTION|gitlab/libreumg/dataquier|3.6258158085569257e-06| -|DESCRIPTION|github/hope-data-science/tidyfst|3.6258158085569257e-06| -|DESCRIPTION|github/bommert/stabm|3.6258158085569257e-06| -|DESCRIPTION|github/binzhulab/SUITOR|3.6258158085569257e-06| -|DESCRIPTION|github/ants-project/ANTs|3.6258158085569257e-06| -|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6258158085569257e-06| -|DESCRIPTION|github/sjbeckett/localcovid19now|3.6258158085569257e-06| -|DESCRIPTION|github/prioritizr/wdpar|3.6258158085569257e-06| -|DESCRIPTION|github/lasseignelab/CINmetrics|3.6258158085569257e-06| -|DESCRIPTION|github/annajenul/UBayFS|3.6258158085569257e-06| -|DESCRIPTION|github/Merck/pkglite|3.6258158085569257e-06| -|DESCRIPTION|github/msalibian/RBF|3.6258158085569257e-06| -|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6258158085569257e-06| -|DESCRIPTION|github/ejikeugba/serp|3.6258158085569257e-06| -|DESCRIPTION|github/ejikeugba/gofcat|3.6258158085569257e-06| -|DESCRIPTION|github/oneilsh/tidytensor|3.6258158085569257e-06| -|DESCRIPTION|github/jessecambon/tidygeocoder|3.6258158085569257e-06| -|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6258158085569257e-06| -|DESCRIPTION|github/david-barnett/microViz|3.6258158085569257e-06| -|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6258158085569257e-06| -|DESCRIPTION|github/lsds/Neptune|3.6258158085569257e-06| -|DESCRIPTION|github/raredd/kmdata|3.6258158085569257e-06| -|DESCRIPTION|github/takfung/ResDisMapper|3.6258158085569257e-06| -|DESCRIPTION|github/msaland/THInCR-Suite|3.6258158085569257e-06| -|DESCRIPTION|github/rajewsky-lab/dropbead|3.6258158085569257e-06| -|DESCRIPTION|github/cjbarrie/academictwitteR|3.6258158085569257e-06| -|DESCRIPTION|github/julia-wrobel/registr|3.6258158085569257e-06| -|DESCRIPTION|github/Natsiopoulos/ARDL|3.6258158085569257e-06| -|DESCRIPTION|github/SchlossLab/mikropml|3.6258158085569257e-06| -|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6258158085569257e-06| -|DESCRIPTION|github/konfound-project/konfound|3.6258158085569257e-06| -|DESCRIPTION|github/lrnv/cort|3.6258158085569257e-06| -|DESCRIPTION|github/asancpt/caffsim|3.6258158085569257e-06| -|DESCRIPTION|github/insightsengineering/rbmi|3.6258158085569257e-06| -|DESCRIPTION|github/saezlab/PHONEMeS|3.6258158085569257e-06| -|DESCRIPTION|github/NathanSkene/EWCE|3.6258158085569257e-06| -|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6258158085569257e-06| -|DESCRIPTION|github/GaryBAYLOR/mixR|3.6258158085569257e-06| -|DESCRIPTION|github/xiaotiand/FunFor|3.6258158085569257e-06| -|DESCRIPTION|github/deweylab/RSEM|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/drake|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/antiword|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tesseract|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RSelenium|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/microdemic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/awardFindR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidyhydat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cffr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfema|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/essurvey|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/finch|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rsnps|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rplos|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ckanr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bomrang|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/virtuoso|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/targets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfishbase|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rredlist|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/allodb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rmangal|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nodbi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rperseus|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stplanr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdataretriever|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spatsoc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/Rpolyhedra|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencage|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/aRxiv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/webchem|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mapscanner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treestartr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/addressable|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jagstargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxlist|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/NLMR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdefra|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rbace|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrricanes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spiro|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rromeo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ijtiff|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/plater|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/writexl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dbparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/epubr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geojsonio|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/piggyback|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tinkr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RNeXML|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rusda|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nbaR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/refsplitr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tarchetypes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pdftools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/c14bazAAR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/paleobioDB|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fauxpas|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gtfsr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/brranching|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/SymbiotaR2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/predictNMB|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/suppdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dataaimsr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gutenbergr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/refimpact|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdatacite|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/roadoi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mctq|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/EML|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/assertr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxize|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/namext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rsat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tiler|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rbhl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ruODK|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ghql|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rppo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcitoid|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/magick|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ritis|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/getCRUCLdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/citecorp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bittrex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fulltext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/webmockr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrlite|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/xslt|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rvertnet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rtweet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mcbette|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/zbank|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rglobi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DoOR.data|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hddtools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/comtradr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pixelclasser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wateRinfo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ecoengine|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cld2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/scrubr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/worrms|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rotl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/unrtf|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phonfieldwork|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treebase|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/randgeo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/parzer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ots|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/biomartr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ssh|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/charlatan|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/GSODR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/prism|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/beautier|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chlorpromazineR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nasapower|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RefManageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bib2df|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bibtex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/medrxivr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/arkdb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hunspell|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jsonvalidate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/trufflesniffer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/lingtypology|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/riem|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rtika|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrricanesdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ezknitr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wikitaxa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcoreoa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tacmagic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/oai|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tracerer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcites|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jsonld|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hydroscoper|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/daiquiri|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnassqs|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nlrx|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/popler|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/codemetar|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdryad|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rb3|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/PostcodesioR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdflib|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geonames|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/googleLanguageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geojsonlint|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/qualtRics|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/colocr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/git2rdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MODIStsp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/grainchanger|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/USAboundariesData|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdhs|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jenkins|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/neotoma|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmextract|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MODISTools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidyqpcr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pendulum|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/git2r|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgpdd|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnoaa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxview|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/plotly|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rzmq|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/seasl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcol|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/graphql|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfisheries|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spelling|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/av|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rinat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxadb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jqr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rAltmetric|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider.base|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/binman|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/censo2017|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pangaear|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/beastier|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/terrainr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/photosearcher|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spocc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidypmc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/landscapetools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgbif|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/natserv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/excluder|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxizedb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/lightr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/baRcodeR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dbhydroR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stats19|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/unifir|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/antanym|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outcomerate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/readODS|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tokenizers|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cleanEHR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/traits|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DataSpaceR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chromer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcrossref|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pubchunks|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gittargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/workloopR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cchecks|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/isdparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jstor|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MtreeRing|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/babette|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dittodb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ramlegacy|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/restez|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wellknown|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/slopes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/USAboundaries|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/BaseSet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/iheatmapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/crul|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rWBclimate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cld3|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/elastic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylogram|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/emld|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/onekp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tradestatistics|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/qpdf|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/staypuft|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opentripplanner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnpn|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/getlandsat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DataPackageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rAvis|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/patentsview|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/internetarchive|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rebird|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/skynet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rerddap|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gistr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mregions|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/coder|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stantargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/datapack|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bold|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/sofa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nomisr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/timefuzz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bowerbird|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/helminthR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mauricer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylocomr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/katex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/FedData|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/europepmc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/textreuse|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmplotr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/historydata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearth|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/circle|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/conditionz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cde|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rorcid|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/citesdb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bikedata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fingertipsR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DoOR.functions|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cyphr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/camsRad|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dataspice|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rentrez|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidync|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/robotstxt|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylotaR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/eia|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gitignore|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/vcr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/infx|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pathviewr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencontext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treedata.table|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/Rclean|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chirps|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wdman|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/AntWeb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tif|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfigshare|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgnparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/exoplanets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osfr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hoardr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/EndoMineR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/weathercan|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/visdat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/smapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/clifro|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider.devtools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tabulizer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cRegulome|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/solrium|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/handlr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/skimr|3.6258158085569257e-06| -|DESCRIPTION|github/jorittmo/singcar|3.6258158085569257e-06| -|DESCRIPTION|github/KiranLDA/PAMLr|3.6258158085569257e-06| -|DESCRIPTION|github/Pinlyu3/LRLoop|3.6258158085569257e-06| -|DESCRIPTION|github/obreschkow/dftools|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/ambrosia|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/osiris|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/rmap|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/rfasst|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/plutus|3.6258158085569257e-06| -|DESCRIPTION|github/haoharryfeng/NeuCA|3.6258158085569257e-06| -|DESCRIPTION|github/riatelab/osrm|3.6258158085569257e-06| -|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6258158085569257e-06| -|DESCRIPTION|github/wesleyburr/subMaldi|3.6258158085569257e-06| -|DESCRIPTION|github/ConnorDonegan/geostan|3.6258158085569257e-06| -|DESCRIPTION|github/VincentAlcazer/StatAid|3.6258158085569257e-06| -|DESCRIPTION|github/q1cui/discourseGT|3.6258158085569257e-06| -|DESCRIPTION|github/koenderks/jaspAudit|3.6258158085569257e-06| -|DESCRIPTION|github/ec363/fpcountr|3.6258158085569257e-06| -|DESCRIPTION|github/mgcooper/baseflow|3.6258158085569257e-06| -|DESCRIPTION|github/anwarbio/bioassays|3.6258158085569257e-06| -|DESCRIPTION|github/mcsiple/mmrefpoints|3.6258158085569257e-06| -|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6258158085569257e-06| -|DESCRIPTION|github/zhouzilu/DENDRO|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/rodev|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/reviewer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/arresteddev|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6258158085569257e-06| -|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6258158085569257e-06| -|DESCRIPTION|github/nand1155/CausNet|3.6258158085569257e-06| -|DESCRIPTION|github/GreiffLab/immuneREF|3.6258158085569257e-06| -|DESCRIPTION|github/esplint/IRACpm|3.6258158085569257e-06| -|DESCRIPTION|github/humanfactors/FIPS|3.6258158085569257e-06| -|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6258158085569257e-06| -|DESCRIPTION|github/justinmathias/isocalcR|3.6258158085569257e-06| -|DESCRIPTION|github/liuhong-jia/scAnno|3.6258158085569257e-06| -|DESCRIPTION|github/TeamPerie/CellDestiny|3.6258158085569257e-06| -|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6258158085569257e-06| -|DESCRIPTION|github/txopen/histoc|3.6258158085569257e-06| -|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6258158085569257e-06| -|DESCRIPTION|github/tinglabs/scAIDE|3.6258158085569257e-06| -|DESCRIPTION|github/inrae/RCaNmodel|3.6258158085569257e-06| -|DESCRIPTION|github/bluefoxr/COINr|3.6258158085569257e-06| -|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6258158085569257e-06| -|DESCRIPTION|github/Dulab2020/ARMT|3.6258158085569257e-06| -|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6258158085569257e-06| -|DESCRIPTION|github/martin3141/spant|3.6258158085569257e-06| -|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6258158085569257e-06| -|DESCRIPTION|github/blind-contours/SuperNOVA|3.6258158085569257e-06| -|DESCRIPTION|github/rcarragh/c212|3.6258158085569257e-06| -|DESCRIPTION|github/SofieVG/FlowSOM|3.6258158085569257e-06| -|DESCRIPTION|github/johnschwenck/bp|3.6258158085569257e-06| -|DESCRIPTION|github/genostats/LowKi|3.6258158085569257e-06| -|DESCRIPTION|github/adriancorrendo/metrica|3.6258158085569257e-06| -|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6258158085569257e-06| -|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6258158085569257e-06| -|DESCRIPTION|github/NSAPH-Software/CRE|3.6258158085569257e-06| -|DESCRIPTION|github/pydemull/activAnalyzer|3.6258158085569257e-06| -|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6258158085569257e-06| -|DESCRIPTION|github/AngusWright/LAMBDAR|3.6258158085569257e-06| -|DESCRIPTION|github/yuliadm/mixComp|3.6258158085569257e-06| -|DESCRIPTION|github/GOVS-pack/GOVS|3.6258158085569257e-06| -|DESCRIPTION|github/adithirgis/pollucheck|3.6258158085569257e-06| -|DESCRIPTION|github/AgrDataSci/climatrends|3.6258158085569257e-06| -|DESCRIPTION|github/gtonkinhill/fastbaps|3.6258158085569257e-06| -|DESCRIPTION|github/INCEPTdk/adaptr|3.6258158085569257e-06| -|DESCRIPTION|github/vbaliga/gaussplotR|3.6258158085569257e-06| -|DESCRIPTION|github/mingzehuang/latentcor|3.6258158085569257e-06| -|DESCRIPTION|github/NeotomaDB/neotoma2|3.6258158085569257e-06| -|DESCRIPTION|github/xoopR/set6|3.6258158085569257e-06| -|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6258158085569257e-06| -|DESCRIPTION|github/tidyverse/glue|3.6258158085569257e-06| -|DESCRIPTION|github/fchuffar/protopackage|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6258158085569257e-06| -|DESCRIPTION|github/abmantz/rgw|3.6258158085569257e-06| -|DESCRIPTION|github/dankelley/oce|3.6258158085569257e-06| -|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6258158085569257e-06| -|DESCRIPTION|github/s-abbas/robnptests|3.6258158085569257e-06| -|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6258158085569257e-06| -|DESCRIPTION|github/abschneider/StrainHub|3.6258158085569257e-06| -|DESCRIPTION|github/prdm0/ropenblas|3.6258158085569257e-06| -|DESCRIPTION|github/dgrun/FateID|3.6258158085569257e-06| -|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6258158085569257e-06| -|DESCRIPTION|github/databio/GenomicDistributions|3.6258158085569257e-06| -|DESCRIPTION|github/rickhelmus/patRoon|3.6258158085569257e-06| -|DESCRIPTION|github/akcochrane/TEfits|3.6258158085569257e-06| -|DESCRIPTION|github/gabraham/flashpca|3.6258158085569257e-06| -|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6258158085569257e-06| -|DESCRIPTION|github/TheMillerLab/genetex|3.6258158085569257e-06| -|DESCRIPTION|github/andyphilips/dynamac|3.6258158085569257e-06| -|DESCRIPTION|github/r-spatialecology/shar|3.6258158085569257e-06| -|DESCRIPTION|github/ecological-cities/home2park|3.6258158085569257e-06| -|DESCRIPTION|github/jgrembi/riskCommunicator|3.6258158085569257e-06| -|DESCRIPTION|github/bartongroup/RoSA|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/orderly|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/vaultr|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/dettl|3.6258158085569257e-06| -|DESCRIPTION|github/lydialucchesi/Vizumap|3.6258158085569257e-06| -|DESCRIPTION|github/USEPA/nsink|3.6258158085569257e-06| -|DESCRIPTION|github/IMMM-SFA/gamut|3.6258158085569257e-06| -|DESCRIPTION|github/zizroc/villager|3.6258158085569257e-06| -|DESCRIPTION|github/shangguandong1996/FindIT2|3.6258158085569257e-06| -|DESCRIPTION|github/astrostat/Automark|3.6258158085569257e-06| -|DESCRIPTION|github/astrostat/LIRA|3.6258158085569257e-06| -|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6258158085569257e-06| -|DESCRIPTION|github/r-spatial/rgee|3.6258158085569257e-06| -|DESCRIPTION|github/LindaNab/mecor|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/medoutcon|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/txshift|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/haldensify|3.6258158085569257e-06| -|DESCRIPTION|github/HajkD/LTRpred|3.6258158085569257e-06| -|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6258158085569257e-06| -|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6258158085569257e-06| -|DESCRIPTION|github/orbisgis/lczexplore|3.6258158085569257e-06| -|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/srr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/autotest|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6258158085569257e-06| -|DESCRIPTION|github/highamm/sptotal|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/performance|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/effectsize|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/parameters|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/correlation|3.6258158085569257e-06| -|DESCRIPTION|github/YuLab-SMU/treeio|3.6258158085569257e-06| -|DESCRIPTION|github/maximewack/viroCapt|3.6258158085569257e-06| -|DESCRIPTION|github/gasparl/possa|3.6258158085569257e-06| -|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6258158085569257e-06| -|DESCRIPTION|github/isakro/shoredate|3.6258158085569257e-06| -|DESCRIPTION|github/johannes-titz/cofad|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/hyper.fit|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/celestial|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/NFWdist|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProSpect|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProFuse|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/Rwcs|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProFound|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/Rfits|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProPane|3.6258158085569257e-06| -|DESCRIPTION|github/BMILAB/scLINE|3.6258158085569257e-06| -|DESCRIPTION|github/snystrom/memes|3.6258158085569257e-06| -|DESCRIPTION|github/mlr-org/mcboost|3.6258158085569257e-06| -|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6258158085569257e-06| -|DESCRIPTION|github/OwenWard/ppdiag|3.6258158085569257e-06| -|DESCRIPTION|github/mmollina/viewpoly|3.6258158085569257e-06| -|DESCRIPTION|github/Martindelosrios/MeSsI|3.6258158085569257e-06| -|DESCRIPTION|github/Martindelosrios/ROGER|3.6258158085569257e-06| -|DESCRIPTION|github/tbep-tech/tbeptools|3.6258158085569257e-06| -|DESCRIPTION|github/kendomaniac/rCASC|3.6258158085569257e-06| -|DESCRIPTION|github/kendomaniac/docker4seq|3.6258158085569257e-06| -|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6258158085569257e-06| -|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6258158085569257e-06| -|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6258158085569257e-06| -|DESCRIPTION|github/rx-li/EasyCellType|3.6258158085569257e-06| -|DESCRIPTION|github/dpseidel/stmove|3.6258158085569257e-06| -|DESCRIPTION|github/fumi-github/omicwas|3.6258158085569257e-06| -|DESCRIPTION|github/ezer/PAFway|3.6258158085569257e-06| -|DESCRIPTION|github/jackmwolf/tehtuner|3.6258158085569257e-06| -|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6258158085569257e-06| -|DESCRIPTION|github/chrisaberson/BetterReg|3.6258158085569257e-06| -|DESCRIPTION|github/samhforbes/PupillometryR|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/netrankr|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/graphlayouts|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/signnet|3.6258158085569257e-06| -|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6258158085569257e-06| -|DESCRIPTION|github/CTU-Bern/presize|3.6258158085569257e-06| -|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6258158085569257e-06| -|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6258158085569257e-06| -|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6258158085569257e-06| -|DESCRIPTION|github/OrlandoLam/SAMT|3.6258158085569257e-06| -|DESCRIPTION|github/flyaflya/causact|3.6258158085569257e-06| -|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6258158085569257e-06| -|DESCRIPTION|github/RitchieLab/hudson|3.6258158085569257e-06| -|DESCRIPTION|github/nevrome/bleiglas|3.6258158085569257e-06| -|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6258158085569257e-06| -|DESCRIPTION|github/chainsawriot/sweater|3.6258158085569257e-06| -|DESCRIPTION|github/chainsawriot/oolong|3.6258158085569257e-06| -|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6258158085569257e-06| -|DESCRIPTION|github/r-lib/gert|3.6258158085569257e-06| -|DESCRIPTION|github/r-lib/credentials|3.6258158085569257e-06| -|DESCRIPTION|github/kadyb/rgugik|3.6258158085569257e-06| -|DESCRIPTION|github/signaturescience/skater|3.6258158085569257e-06| -|DESCRIPTION|github/MAnalytics/opitools|3.6258158085569257e-06| -|DESCRIPTION|github/MAnalytics/akmedoids|3.6258158085569257e-06| -|DESCRIPTION|github/metaOmics/MetaPath|3.6258158085569257e-06| -|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6258158085569257e-06| -|DESCRIPTION|github/MRCIEU/metaboprep|3.6258158085569257e-06| -|DESCRIPTION|github/VBlesius/RHRT|3.6258158085569257e-06| -|DESCRIPTION|github/aranyics/ReDCM|3.6258158085569257e-06| -|DESCRIPTION|github/donaldRwilliams/BGGM|3.6258158085569257e-06| -|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6258158085569257e-06| -|DESCRIPTION|github/ArgoCanada/argodata|3.6258158085569257e-06| -|DESCRIPTION|github/EpiVec/TDLM|3.6258158085569257e-06| -|DESCRIPTION|github/mdsteiner/EFAtools|3.6258158085569257e-06| -|DESCRIPTION|github/YonghuiDong/RawHummus|3.6258158085569257e-06| -|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6258158085569257e-06| -|DESCRIPTION|github/llrs/experDesign|3.6258158085569257e-06| -|DESCRIPTION|github/rqtl/qtl2|3.6258158085569257e-06| -|DESCRIPTION|github/bblodfon/emba|3.6258158085569257e-06| -|DESCRIPTION|github/pmoulos/metaseqR2|3.6258158085569257e-06| -|DESCRIPTION|github/niceume/datasailr|3.6258158085569257e-06| -|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6258158085569257e-06| -|DESCRIPTION|github/tgrimes/SeqNet|3.6258158085569257e-06| -|DESCRIPTION|github/LucyMcGowan/tipr|3.6258158085569257e-06| -|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6258158085569257e-06| -|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6258158085569257e-06| -|DESCRIPTION|github/wjakethompson/measr|3.6258158085569257e-06| -|DESCRIPTION|github/rudeboybert/forestecology|3.6258158085569257e-06| -|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6258158085569257e-06| -|DESCRIPTION|github/n8thangreen/BCEA|3.6258158085569257e-06| -|DESCRIPTION|github/BrianAronson/birankr|3.6258158085569257e-06| -|DESCRIPTION|github/ICRAR/ProFit|3.6258158085569257e-06| -|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/allcontributors|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/qcoder|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/gendercoder|3.6258158085569257e-06| -|DESCRIPTION|github/kateharborne/SimSpin|3.6258158085569257e-06| -|DESCRIPTION|github/insilico/cncv|3.6258158085569257e-06| -|DESCRIPTION|github/saeyslab/PeacoQC|3.6258158085569257e-06| -|DESCRIPTION|github/saeyslab/nichenetr|3.6258158085569257e-06| -|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6258158085569257e-06| -|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6258158085569257e-06| -|DESCRIPTION|github/rhenkin/visxhclust|3.6258158085569257e-06| -|DESCRIPTION|github/constantAmateur/SoupX|3.6258158085569257e-06| -|DESCRIPTION|github/mmahmoudian/sivs|3.6258158085569257e-06| -|DESCRIPTION|github/sachsmc/cosinor|3.6258158085569257e-06| -|DESCRIPTION|github/alstat/ALUES|3.6258158085569257e-06| -|DESCRIPTION|github/tlverse/hal9001|3.6258158085569257e-06| -|DESCRIPTION|github/CajoterBraak/demc2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/roblog|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/rotemplate|3.6258158085569257e-06| -|DESCRIPTION|github/Hegghammer/daiR|3.6258158085569257e-06| -|DESCRIPTION|github/taranu/AllStarFit|3.6258158085569257e-06| -|DESCRIPTION|github/isoverse/isoreader|3.6258158085569257e-06| -|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6258158085569257e-06| -|DESCRIPTION|github/r-cas/caracas|3.6258158085569257e-06| -|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6258158085569257e-06| -|DESCRIPTION|github/ShixiangWang/sigminer|3.6258158085569257e-06| -|DESCRIPTION|github/cran/irtplay|3.6258158085569257e-06| -|DESCRIPTION|github/cosimameyer/overviewR|3.6258158085569257e-06| -|DESCRIPTION|github/dieghernan/tidyterra|3.6258158085569257e-06| -|DESCRIPTION|github/SietzeN/glottospace|3.6258158085569257e-06| -|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6258158085569257e-06| -|DESCRIPTION|github/LTLA/basilisk|3.6258158085569257e-06| -|DESCRIPTION|github/bcjaeger/aorsf|3.6258158085569257e-06| -|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6258158085569257e-06| -|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6258158085569257e-06| -|DESCRIPTION|github/tidymodels/stacks|3.6258158085569257e-06| -|DESCRIPTION|github/tidymodels/infer|3.6258158085569257e-06| -|DESCRIPTION|github/maize-genetics/rTASSEL|3.6258158085569257e-06| -|DESCRIPTION|github/bcgov/bcdata|3.6258158085569257e-06| -|DESCRIPTION|github/bcgov/shinyssdtools|3.6258158085569257e-06| -|DESCRIPTION|github/stefanoMP/massiveGST|3.6258158085569257e-06| -|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6258158085569257e-06| -|DESCRIPTION|github/wadpac/GGIR|3.6258158085569257e-06| -|DESCRIPTION|github/rauschenberger/joinet|3.6258158085569257e-06| -|DESCRIPTION|github/rauschenberger/transreg|3.6258158085569257e-06| -|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6258158085569257e-06| -|DESCRIPTION|github/azizka/IUCNN|3.6258158085569257e-06| -|DESCRIPTION|github/timoast/signac|3.6258158085569257e-06| -|DESCRIPTION|github/dsoave/JLS|3.6258158085569257e-06| -|DESCRIPTION|github/yiling0210/APIR|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/dust|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/provisionr|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/sircovid|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/odin|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/individual|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/cinterpolate|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/drjacoby|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/ring|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/EpiEstim|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/rrq|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/squire|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/dde|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6258158085569257e-06| -|DESCRIPTION|github/nanakiksc/zerone|3.6258158085569257e-06| -|DESCRIPTION|github/flosalbizziae/kataegis|3.6258158085569257e-06| -|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6258158085569257e-06| -|DESCRIPTION|github/zoometh/iconr|3.6258158085569257e-06| -|Gemfile|github/tudelft3d/3dfier|3.6258158085569257e-06| -|Gemfile|github/odelaneau/GLIMPSE|3.6258158085569257e-06| -|Gemfile|github/odelaneau/shapeit5|3.6258158085569257e-06| -|Gemfile|github/vcflib/bio-vcf|3.6258158085569257e-06| -|Gemfile|github/openjournals/joss|3.6258158085569257e-06| -|Gemfile|github/ncbi/igblast|3.6258158085569257e-06| -|Gemfile|github/ejmackrell/tidyproteomics-interactive|3.6258158085569257e-06| -|Gemfile|github/cboursnell/crb-blast|3.6258158085569257e-06| -|Gemfile|github/gramos/imagetooth|3.6258158085569257e-06| -|Gemfile|github/telatin/bamtocov|3.6258158085569257e-06| -|Gemfile|github/telatin/seqfu2|3.6258158085569257e-06| -|Gemfile|github/codidact/qpixel|3.6258158085569257e-06| -|Gemfile|github/quadram-institute-bioscience/dadaist2|3.6258158085569257e-06| -|Gemfile|github/scrook/neuroml-db|3.6258158085569257e-06| -|Gemfile|github/aymgal/COOLEST|3.6258158085569257e-06| -|Gemfile|github/sibirrer/hierArc|3.6258158085569257e-06| -|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6258158085569257e-06| -|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6258158085569257e-06| -|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6258158085569257e-06| -|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6258158085569257e-06| -|go.mod|github/linksmart/thing-directory|3.6258158085569257e-06| -|go.mod|github/sylabs/singularity|3.6258158085569257e-06| -|go.mod|github/containers/podman|3.6258158085569257e-06| -|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6258158085569257e-06| -|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6258158085569257e-06| -|go.mod|github/jasonyangshadow/lpmx|3.6258158085569257e-06| -|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6258158085569257e-06| -|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6258158085569257e-06| -|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6258158085569257e-06| -|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6258158085569257e-06| -|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6258158085569257e-06| -|go.mod|github/mlpack/mlpack|3.6258158085569257e-06| -|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6258158085569257e-06| -|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.620920910212316e-06| -|cran|[txtq](https://github.com/wlandau/txtq)|3.6150987337535572e-06| -|cran|[arm](https://CRAN.R-project.org/package=arm)|3.6007750181290803e-06| -|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.599419072588036e-06| -|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5971356055112413e-06| -|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.595967574847198e-06| -|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.595967574847198e-06| -|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.595967574847198e-06| -|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.595967574847198e-06| -|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.595967574847198e-06| -|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.595967574847198e-06| -|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.595967574847198e-06| -|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.595967574847198e-06| -|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.595967574847198e-06| -|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.595967574847198e-06| -|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.595967574847198e-06| -|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.595967574847198e-06| -|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.595967574847198e-06| -|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.595967574847198e-06| -|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.595967574847198e-06| -|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.594258075155518e-06| -|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.5895576504713635e-06| -|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.5895576504713635e-06| -|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.5895576504713635e-06| -|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.5895576504713635e-06| -|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.5895576504713635e-06| -|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| -|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| -|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.5895576504713635e-06| -|cran|socialmixr|3.5895576504713635e-06| -|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5895576504713563e-06| -|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5895576504713563e-06| -|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5895576504713563e-06| -|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5895576504713563e-06| -|pypi|[ares](https://github.com/barnumbirr/ares)|3.5895576504713563e-06| -|pypi|[requirement](http://github.com/storborg/funniest)|3.5895576504713563e-06| -|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5895576504713563e-06| -|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5895576504713563e-06| -|pypi|[macop](https://github.com/prise-3d/macop)|3.5895576504713563e-06| -|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5895576504713563e-06| -|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5895576504713563e-06| -|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5895576504713563e-06| -|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5895576504713563e-06| -|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5895576504713563e-06| -|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5895576504713563e-06| -|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5895576504713563e-06| -|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5895576504713563e-06| -|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5895576504713563e-06| -|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5895576504713563e-06| -|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5895576504713563e-06| -|pypi|[ngs](https://broadtech.com.cn)|3.5895576504713563e-06| -|pypi|[gsf](UNKNOWN)|3.5895576504713563e-06| -|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5895576504713563e-06| -|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5895576504713563e-06| -|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5895576504713563e-06| -|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5895576504713563e-06| -|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5895576504713563e-06| -|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5895576504713563e-06| -|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5895576504713563e-06| -|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5895576504713563e-06| -|pypi|[crc](https://github.com/Nicoretti/crc)|3.5895576504713563e-06| -|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5895576504713563e-06| -|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5895576504713563e-06| -|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5895576504713563e-06| -|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5895576504713563e-06| -|pypi|[UNKNOWN](UNKNOWN)|3.5895576504713563e-06| -|pypi|[biotools](https://github.com/sonwell/biotools)|3.5895576504713563e-06| -|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5895576504713563e-06| -|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5895576504713563e-06| -|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5895576504713563e-06| -|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5895576504713563e-06| -|pypi|[neworder](https://neworder.readthedocs.io)|3.5895576504713563e-06| -|pypi|[requirements](http://github.com/mattack108/requirements)|3.5895576504713563e-06| -|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5895576504713563e-06| -|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5895576504713563e-06| -|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5895576504713563e-06| -|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5895576504713563e-06| -|pypi|[galkin](UNKNOWN)|3.5895576504713563e-06| -|pypi|[SLIT](https://github.com/bweir/slit)|3.5895576504713563e-06| -|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5895576504713563e-06| -|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5895576504713563e-06| -|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5895576504713563e-06| -|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5895576504713563e-06| -|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5895576504713563e-06| -|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5895576504713563e-06| -|pypi|[Libra](https://github.com/Palashio/libra)|3.5895576504713563e-06| -|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5895576504713563e-06| -|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5895576504713563e-06| -|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5895576504713563e-06| -|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5895576504713563e-06| -|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5895576504713563e-06| -|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5895576504713563e-06| -|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5895576504713563e-06| -|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5895576504713563e-06| -|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5895576504713563e-06| -|pypi|[megaman](https://github.com/mmp2/megaman)|3.5895576504713563e-06| -|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5895576504713563e-06| -|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5895576504713563e-06| -|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5895576504713563e-06| -|npm|leaflet-geotiff-2|3.5895576504713563e-06| -|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5895576504713563e-06| -|cran|LSD|3.5895576504713563e-06| -|npm|retape|3.589557650471356e-06| -|npm|test|3.589557650471356e-06| -|npm|babel-plugin-remove-comments|3.589557650471356e-06| -|cran|outbreaks|3.589557650471356e-06| -|cran|aweek|3.589557650471356e-06| -|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.576841606163006e-06| -|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.576841606163006e-06| -|rubygems|[mercenary](https://github.com/jekyll/mercenary)|3.564532237387341e-06| -|cran|[rmsfact](NA)|3.553662073966643e-06| -|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.553662073966643e-06| -|cran|geomorph|3.5536620739666424e-06| -|pypi|[watermark](https://pypi.org/project/watermark)|3.531133160209732e-06| -|rubygems|rubocop-rspec|3.5252829461102084e-06| -|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4993438999965468e-06| -|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.498170400360541e-06| -|npm|svelte-preprocess|3.4883483182212237e-06| -|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4839824254574928e-06| -|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4839824254574928e-06| -|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4839824254574928e-06| -|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4839824254574928e-06| -|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4839824254574928e-06| -|pypi|[truecase](https://pypi.org/project/truecase)|3.4839824254574928e-06| -|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4839824254574928e-06| -|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4839824254574928e-06| -|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4839824254574928e-06| -|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4839824254574928e-06| -|pypi|[fireo](https://pypi.org/project/fireo)|3.4839824254574928e-06| -|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.4773839738941264e-06| -|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4757294948885647e-06| -|npm|karma-phantomjs-launcher|3.4725765306122454e-06| -|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4672325099504854e-06| -|cran|clv|3.4549492385786813e-06| -|cran|plainview|3.4549492385786805e-06| -|cran|mapdeck|3.4549492385786805e-06| -|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4514977408378424e-06| -|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4514977408378424e-06| -|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4514977408378424e-06| -|pypi|[parsley](https://pypi.org/project/parsley)|3.4514977408378424e-06| -|npm|json-stringify-safe|3.4508814019555498e-06| -|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4441654834522637e-06| -|cran|[geojson](https://docs.ropensci.org/geojson)|3.4399927483683844e-06| -|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4310142713339627e-06| -|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4297019854248513e-06| -|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4260872547674587e-06| -|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.416982763429464e-06| -|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.416982763429464e-06| -|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.416982763429464e-06| -|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.416982763429464e-06| -|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.416982763429464e-06| -|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.416982763429464e-06| -|spack|sofa-c|3.416982763429464e-06| -|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.416982763429464e-06| -|npm|loud-rejection|3.416982763429464e-06| -|npm|csv-spectrum|3.416982763429464e-06| -|npm|bops|3.416982763429464e-06| -|cran|ncbit|3.416982763429464e-06| -|cran|subplex|3.416982763429464e-06| -|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.413573229186995e-06| -|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.410754714483934e-06| -|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.410754714483934e-06| -|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|3.4071495168045466e-06| -|npm|babel-plugin-transform-runtime|3.4037410649539006e-06| -|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.397259919196105e-06| -|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.393417365060985e-06| -|pypi|[fury](https://pypi.org/project/fury)|3.3933672525711016e-06| -|pypi|[obspy](https://www.obspy.org)|3.390137781000727e-06| -|cran|thor|3.3844400704444217e-06| -|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3844400704444213e-06| -|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3844400704444213e-06| -|pypi|[colorful](https://pypi.org/project/colorful)|3.3844400704444213e-06| -|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3844400704444213e-06| -|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3844400704444213e-06| -|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3844400704444213e-06| -|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3844400704444213e-06| -|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3844400704444213e-06| -|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3844400704444213e-06| -|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3844400704444213e-06| -|pypi|[pygam](https://github.com/dswah/pyGAM)|3.376961825339274e-06| -|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.37503884802652e-06| -|pypi|[pythran](https://pypi.org/project/pythran)|3.369499598062275e-06| -|pypi|[meson-python](https://pypi.org/project/meson-python)|3.369499598062275e-06| -|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.369499598062275e-06| -|cran|gcookbook|3.358463008500221e-06| -|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.354245500692201e-06| -|npm|babel-plugin-add-module-exports|3.3538860975862426e-06| -|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3493005921108274e-06| -|pypi|[biomaj-core](http://biomaj.genouest.org)|3.340337734078415e-06| -|pypi|[funsor](https://pypi.org/project/funsor)|3.3399079642543632e-06| -|cran|polycor|3.3347749394808687e-06| -|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.329565738829698e-06| -|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|3.327819071791164e-06| -|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|3.327819071791164e-06| -|pypi|[csvw](https://github.com/cldf/csvw)|3.320340826686006e-06| -|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3201819967014728e-06| -|pypi|[httpcore](https://pypi.org/project/httpcore)|3.314930727834815e-06| -|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.3091234590282815e-06| -|npm|karma-cli|3.290690626409023e-06| -|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2904278462654096e-06| -|cran|imbalance|3.2904278462654096e-06| -|cran|prodlim|3.2904278462654096e-06| -|cran|pec|3.2904278462654096e-06| -|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.263234227701232e-06| -|cran|limma|3.2623789987091624e-06| -|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2622985161000246e-06| -|cran|misc3d|3.2575235678027553e-06| -|rubygems|forwardable-extended|3.2575235678027553e-06| -|npm|through|3.2519448204338915e-06| -|cran|aws.signature|3.244175842926003e-06| -|pypi|[questionary](https://pypi.org/project/questionary)|3.2417426602549882e-06| -|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2388537420919795e-06| -|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2356356186158995e-06| -|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2306018854242297e-06| -|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2306018854242204e-06| -|pypi|[pot](https://pypi.org/project/pot)|3.2306018854242204e-06| -|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2306018854242204e-06| -|cran|maxLik|3.2306018854242204e-06| -|cran|princurve|3.2306018854242204e-06| -|cran|brglm|3.2306018854242204e-06| -|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.230601885424211e-06| -|rubygems|test-unit-rr|3.224948332124728e-06| -|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2243810041205736e-06| -|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.2232928313848143e-06| -|pypi|[wxpython](http://wxPython.org/)|3.221627991298049e-06| -|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.2175628939588344e-06| -|cran|[gistr](https://github.com/ropensci/gistr)|3.213379260333576e-06| -|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.212084326116237e-06| -|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.208167150108775e-06| -|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.208167150108775e-06| -|pypi|[pyro4](https://pypi.org/project/pyro4)|3.208167150108775e-06| -|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.208167150108775e-06| -|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.208167150108775e-06| -|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.208167150108775e-06| -|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.208167150108775e-06| -|pypi|[couchbase](https://pypi.org/project/couchbase)|3.208167150108775e-06| -|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.208167150108775e-06| -|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.208167150108775e-06| -|pypi|[pyArango](https://pypi.org/project/pyArango)|3.208167150108775e-06| -|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.204962187920854e-06| -|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.204962187920854e-06| -|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2021270290623085e-06| -|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.198295866569978e-06| -|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1961931079463294e-06| -|cran|PCICt|3.190009270689584e-06| -|cran|paws|3.1892258760325347e-06| -|cran|clustermq|3.1892258760325347e-06| -|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.176599690682616e-06| -|pypi|[platon](https://pypi.org/project/platon)|3.176599690682616e-06| -|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.176599690682616e-06| -|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.176599690682616e-06| -|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.176599690682616e-06| -|pypi|[scp](https://pypi.org/project/scp)|3.176599690682616e-06| -|pypi|[wtforms](https://pypi.org/project/wtforms)|3.176599690682616e-06| -|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.176599690682616e-06| -|pypi|[bytecode](https://pypi.org/project/bytecode)|3.176599690682616e-06| -|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.176599690682616e-06| -|pypi|[docrep](https://pypi.org/project/docrep)|3.176599690682616e-06| -|pypi|[mudata](https://pypi.org/project/mudata)|3.176599690682616e-06| -|rubygems|html-proofer|3.176085478607687e-06| -|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.172912566041645e-06| -|spack|lm-sensors|3.172912566041645e-06| -|spack|rocprofiler-dev|3.172912566041645e-06| -|spack|rocm-smi-lib|3.172912566041645e-06| -|npm|watch-run|3.172912566041645e-06| -|npm|rollup-plugin-modify|3.172912566041645e-06| -|npm|rollup-plugin-html|3.172912566041645e-06| -|npm|rollup-plugin-esbuild|3.172912566041645e-06| -|npm|p-limit|3.172912566041645e-06| -|npm|number-precision|3.172912566041645e-06| -|npm|archiver|3.172912566041645e-06| -|cran|arules|3.172912566041645e-06| -|cran|grpreg|3.172912566041645e-06| -|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1672567504158925e-06| -|cran|syslognet|3.1664040274446366e-06| -|cran|botor|3.1664040274446366e-06| -|cran|telegram|3.1664040274446366e-06| -|cran|RPushbullet|3.1664040274446366e-06| -|cran|slackr|3.1664040274446366e-06| -|pypi|[flox](https://pypi.org/project/flox)|3.158810732414793e-06| -|npm|path-scurry|3.1427698966642494e-06| -|npm|minipass|3.1427698966642494e-06| -|npm|jackspeak|3.1427698966642494e-06| -|npm|foreground-child|3.1427698966642494e-06| -|pypi|[vispy](https://pypi.org/project/vispy)|3.1411834403812285e-06| -|pypi|[pyside](https://pypi.org/project/pyside)|3.1411834403812285e-06| -|npm|eslint-config-xo-nextjs|3.1411834403812285e-06| -|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.1297738598714523e-06| -|rubygems|[rails](https://rubyonrails.org)|3.1272435007360455e-06| -|npm|babelify|3.122548874517175e-06| -|npm|babel-plugin-transform-es2015-modules-commonjs|3.122548874517175e-06| -|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1172474333040725e-06| -|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1172474333040725e-06| -|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.094446250406342e-06| -|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.094446250406342e-06| -|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.094446250406342e-06| -|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.094446250406342e-06| -|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.094446250406342e-06| -|pypi|[katversion](https://pypi.org/project/katversion)|3.094446250406342e-06| -|pypi|[lupa](https://pypi.org/project/lupa)|3.094446250406342e-06| -|pypi|[omnijson](https://pypi.org/project/omnijson)|3.094446250406342e-06| -|pypi|[pygelf](https://pypi.org/project/pygelf)|3.094446250406342e-06| -|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.094446250406342e-06| -|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.094446250406342e-06| -|pypi|[spead2](https://pypi.org/project/spead2)|3.094446250406342e-06| -|pypi|[katpoint](https://pypi.org/project/katpoint)|3.094446250406342e-06| -|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.094446250406342e-06| -|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.090140933884037e-06| -|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.090140933884037e-06| -|cran|registry|3.079071273179322e-06| -|pypi|[logomaker](http://logomaker.readthedocs.io)|3.078609332841153e-06| -|rubygems|rexml|3.0783799170502137e-06| -|cran|pvclust|3.0776860362147393e-06| -|npm|babel-register|3.076100700837982e-06| -|cran|[themis](https://github.com/tidymodels/themis)|3.070746220377719e-06| -|cran|superpc|3.070746220377719e-06| -|cran|subselect|3.070746220377719e-06| -|cran|pamr|3.070746220377719e-06| -|cran|BradleyTerry2|3.070746220377719e-06| -|cran|ModelMetrics|3.070746220377719e-06| -|pypi|[cbor2](https://pypi.org/project/cbor2)|3.06799799185586e-06| -|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.06799799185586e-06| -|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.06799799185586e-06| -|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.0664437666413866e-06| -|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.065820406583495e-06| -|npm|livereload|3.063501787902278e-06| -|npm|jsonlint|3.063501787902278e-06| -|npm|http-server|3.063501787902278e-06| -|npm|highlight.js|3.063501787902278e-06| -|npm|handlebars|3.063501787902278e-06| -|npm|download-cli|3.063501787902278e-06| -|npm|heap|3.063501787902278e-06| -|npm|git-state|3.0545755006414902e-06| -|npm|xpath|3.0545755006414902e-06| -|npm|coffee-coverage|3.0545755006414902e-06| -|npm|conventional-changelog-cli|3.0461076765056827e-06| -|pypi|[stone](https://pypi.org/project/stone)|3.045996063399979e-06| -|pypi|[msrest](https://pypi.org/project/msrest)|3.045996063399979e-06| -|pypi|[azure-core](https://pypi.org/project/azure-core)|3.045996063399979e-06| -|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0459118926758547e-06| -|rubygems|method_source|3.041463331162777e-06| -|npm|gulp-if|3.0387267865253982e-06| -|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.037318011937301e-06| -|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.037318011937301e-06| -|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.037318011937301e-06| -|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.037318011937301e-06| -|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.037318011937301e-06| -|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.037318011937301e-06| -|npm|babel-plugin-istanbul|3.0362157178821967e-06| -|cran|yulab.utils|3.0330293618916975e-06| -|rubygems|sourcemap|3.0298796821121486e-06| -|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.01849166062364e-06| -|pypi|[modin](https://github.com/modin-project/modin)|3.01849166062364e-06| -|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.007468324624283e-06| -|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0069448318179285e-06| -|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0069448318179285e-06| -|npm|read-package-json|3.006944831817928e-06| -|npm|is-wsl|3.006944831817928e-06| -|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.996077687635968e-06| -|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.9912980420594638e-06| -|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.9909989122552573e-06| -|cran|farver|2.986270650392136e-06| -|npm|[covert](https://github.com/substack/covert)|2.9748100072516343e-06| -|cran|ranger|2.9626314358230602e-06| -|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9613850616388687e-06| -|pypi|[types-decorator](https://github.com/python/typeshed)|2.9613850616388687e-06| -|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9613850616388687e-06| -|pypi|[metpy](https://pypi.org/project/metpy)|2.9613850616388687e-06| -|npm|utest|2.9613850616388687e-06| -|npm|urun|2.9613850616388687e-06| -|npm|timezone-mock|2.9613850616388687e-06| -|npm|sqlstring|2.9613850616388687e-06| -|npm|bignumber.js|2.9613850616388687e-06| -|cran|doBy|2.9613850616388687e-06| -|cran|captioner|2.9613850616388687e-06| -|cran|robustlmm|2.9613850616388687e-06| -|cran|multgee|2.9613850616388687e-06| -|cran|merTools|2.9613850616388687e-06| -|cran|marginaleffects|2.9613850616388687e-06| -|cran|logistf|2.9613850616388687e-06| -|cran|JM|2.9613850616388687e-06| -|cran|gmnl|2.9613850616388687e-06| -|cran|fungible|2.9613850616388687e-06| -|cran|feisr|2.9613850616388687e-06| -|cran|estimatr|2.9613850616388687e-06| -|cran|crch|2.9613850616388687e-06| -|cran|censReg|2.9613850616388687e-06| -|cran|bife|2.9613850616388687e-06| -|cran|bdsmatrix|2.9613850616388687e-06| -|cran|corpus.JSS.papers|2.9613850616388687e-06| -|cran|lasso2|2.9613850616388687e-06| -|cran|ggfun|2.9613850616388687e-06| -|cran|[leafem](https://github.com/r-spatial/leafem)|2.9466422355744348e-06| -|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9459240282016747e-06| -|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9422603692388166e-06| -|pypi|[vaex](https://pypi.org/project/vaex)|2.9422603692388166e-06| -|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9422603692388166e-06| -|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9422603692388166e-06| -|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9422603692388166e-06| -|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9422603692388166e-06| -|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9422603692388166e-06| -|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9422603692388166e-06| -|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9422603692388166e-06| -|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9422603692388166e-06| -|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9422603692388166e-06| -|pypi|[aplus](https://pypi.org/project/aplus)|2.9422603692388166e-06| -|pypi|[blake3](https://pypi.org/project/blake3)|2.9422603692388166e-06| -|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9422603692388166e-06| -|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9422603692388166e-06| -|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9422603692388166e-06| -|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9369108049311094e-06| -|npm|eslint-plugin-pabigot|2.93177121102248e-06| -|npm|gulp-jshint|2.9288423686538258e-06| -|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9233253027669275e-06| -|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9233253027669275e-06| -|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9233253027669275e-06| -|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9233253027669275e-06| -|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9233253027669275e-06| -|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9233253027669275e-06| -|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9233253027669275e-06| -|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9233253027669275e-06| -|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9165155910079776e-06| -|cran|sparklyr|2.9165155910079768e-06| -|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.8962348926037853e-06| -|pypi|[findspark](https://pypi.org/project/findspark)|2.8948045568317387e-06| -|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8948045568317387e-06| -|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8948045568317387e-06| -|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8948045568317387e-06| -|pypi|[gmql](https://pypi.org/project/gmql)|2.8948045568317387e-06| -|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8948045568317387e-06| -|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8948045568317387e-06| -|pypi|[strconv](https://pypi.org/project/strconv)|2.8948045568317387e-06| -|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8948045568317387e-06| -|cran|sjmisc|2.89087589350461e-06| -|npm|enquirer|2.8839069640959916e-06| -|cran|[progressr](https://progressr.futureverse.org)|2.881092324720439e-06| -|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8678755766265897e-06| -|pypi|[pyqt](https://pypi.org/project/pyqt)|2.862672226250907e-06| -|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.862672226250907e-06| -|cran|distr6|2.8612416054481828e-06| -|cran|hardhat|2.849333534255734e-06| -|pypi|[channels](https://pypi.org/project/channels)|2.8473201924978574e-06| -|cran|ppcor|2.844604251916503e-06| -|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.841733139956495e-06| -|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.835750543872375e-06| -|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8355626667785964e-06| -|npm|zuul|2.826776649746193e-06| -|rubygems|em-synchrony|2.8246476391499313e-06| -|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.824137269120847e-06| -|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.8241372691208443e-06| -|pypi|[aafigure](https://pypi.org/project/aafigure)|2.820366725370351e-06| -|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.820366725370351e-06| -|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.820366725370351e-06| -|npm|travis-cov|2.820366725370351e-06| -|npm|[x2js](https://github.com/x2js/x2js#readme)|2.820366725370351e-06| -|npm|toml|2.820366725370351e-06| -|npm|properties|2.820366725370351e-06| -|npm|hjson|2.820366725370351e-06| -|npm|cson|2.820366725370351e-06| -|cran|decor|2.820366725370351e-06| -|pypi|[spin](https://pypi.org/project/spin)|2.818544237757369e-06| -|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8158624541873298e-06| -|cran|[mlr3](https://mlr3.mlr-org.com)|2.8152216355703462e-06| -|pypi|[mizani](https://github.com/has2k1/mizani)|2.794727027866987e-06| -|cran|rainbow|2.792163058116647e-06| -|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.791878172588852e-06| -|npm|ts-loader|2.7870177944960396e-06| -|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7807106598984776e-06| -|npm|in-publish|2.7801486831022762e-06| -|cran|procmaps|2.777467463073928e-06| -|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7659241207084616e-06| -|spack|[vc](https://github.com/VcDevel/Vc)|2.76024605536246e-06| -|npm|assert|2.7551235566463992e-06| -|pypi|[hashin](https://pypi.org/project/hashin)|2.749517662351082e-06| -|pypi|[nengo](https://pypi.org/project/nengo)|2.748535510333575e-06| -|pypi|[hankel](https://github.com/steven-murray/hankel)|2.748475024527587e-06| -|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|2.746133696408223e-06| -|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7405670595577573e-06| -|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.740120343871264e-06| -|pypi|[bio](https://pypi.org/project/bio)|2.740120343871264e-06| -|pypi|[kahypar](https://pypi.org/project/kahypar)|2.740120343871264e-06| -|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.740120343871264e-06| -|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.740120343871264e-06| -|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.740120343871264e-06| -|pypi|[selfies](https://pypi.org/project/selfies)|2.740120343871264e-06| -|pypi|[upfp](https://pypi.org/project/upfp)|2.740120343871264e-06| -|cran|tablerDash|2.7386169652146885e-06| -|cran|argonDash|2.7386169652146885e-06| -|cran|argonR|2.7386169652146885e-06| -|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.73820938303311e-06| -|cran|TMB|2.7362732220909603e-06| -|spack|autoconf-archive|2.7335862107435714e-06| -|spack|libxmu|2.7335862107435714e-06| -|cran|RProtoBuf|2.7335862107435714e-06| -|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.7316740977094214e-06| -|npm|eslint-plugin-jest|2.728993969693315e-06| -|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7220812182741236e-06| -|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7178079353568848e-06| -|pypi|[pendulum](https://pypi.org/project/pendulum)|2.713534652439656e-06| -|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.713534652439656e-06| -|cran|affy|2.7062503486361354e-06| -|cran|marray|2.7062503486361354e-06| -|rubygems|[jar-dependencies](https://github.com/mkristian/jar-dependencies)|2.705086660986218e-06| -|npm|server-destroy|2.698881334328216e-06| -|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.697809510708833e-06| -|rubygems|[debug](https://github.com/ruby/debug)|2.6935648001269035e-06| -|rubygems|[all_images](http://github.com/flori/all_images)|2.6935648001269035e-06| -|cran|lm.beta|2.6927234417727417e-06| -|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.692168237853517e-06| -|pypi|[xnat](https://pypi.org/project/xnat)|2.692168237853517e-06| -|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.692168237853517e-06| -|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.692168237853517e-06| -|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.692168237853517e-06| -|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.692168237853517e-06| -|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.692168237853517e-06| -|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.692168237853517e-06| -|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.692168237853517e-06| -|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.692168237853517e-06| -|npm|karma-coverage|2.684259418750487e-06| -|pypi|[cudf](https://pypi.org/project/cudf)|2.6840445907317893e-06| -|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6787743660234e-06| -|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6787743660234e-06| -|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6787743660234e-06| -|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6787743660234e-06| -|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6787743660234e-06| -|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6787743660234e-06| -|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6787743660234e-06| -|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6787743660234e-06| -|npm|eslint-config-airbnb|2.6737602499023817e-06| -|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6719263714034903e-06| -|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6719263714034903e-06| -|pypi|[motor](https://pypi.org/project/motor)|2.6719263714034903e-06| -|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6719263714034903e-06| -|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6719263714034903e-06| -|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6719263714034903e-06| -|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6719263714034903e-06| -|cran|mlapi|2.6719263714034903e-06| -|cran|rsparse|2.6719263714034903e-06| -|cran|[magicaxis](NA)|2.667749478326508e-06| -|npm|gulp-mocha|2.6544628003485654e-06| -|npm|gulp-istanbul|2.6544628003485654e-06| -|npm|gulp-coveralls|2.6544628003485654e-06| -|npm|stealthy-require|2.6544628003485654e-06| -|npm|request-promise-core|2.6544628003485654e-06| -|cran|GenSA|2.635743753046777e-06| -|npm|updox|2.632342277012328e-06| -|npm|safename|2.632342277012328e-06| -|cran|MonetDBLite|2.632342277012328e-06| -|rubygems|standard|2.6323422770123274e-06| -|rubygems|net-ssh|2.6323422770123274e-06| -|rubygems|octicons|2.6323422770123274e-06| -|cran|RgoogleMaps|2.6248640319071788e-06| -|pypi|[flametree](https://pypi.org/project/flametree)|2.6201150733367562e-06| -|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6201150733367562e-06| -|pypi|[platemap](https://pypi.org/project/platemap)|2.6201150733367562e-06| -|pypi|[proglog](https://pypi.org/project/proglog)|2.6201150733367562e-06| -|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6201150733367562e-06| -|cran|systemfonts|2.6188136886548606e-06| -|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6182655803438162e-06| -|pypi|[pixell](https://pypi.org/project/pixell)|2.6173857868020297e-06| -|npm|[q](https://github.com/kriskowal/q)|2.6067025795089703e-06| -|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.606702579508963e-06| -|npm|browserify-istanbul|2.601941584954441e-06| -|npm|combined-stream|2.601941584954441e-06| -|npm|split2|2.5975512455274965e-06| -|npm|csstype|2.5916650172237346e-06| -|cran|leafsync|2.5876864705272976e-06| -|pypi|[qmflows](https://pypi.org/project/qmflows)|2.5836925945700434e-06| -|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.579994561276289e-06| -|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5751174449033643e-06| -|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5751174449033643e-06| -|pypi|[properconf](https://pypi.org/project/properconf)|2.5751174449033643e-06| -|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5751174449033643e-06| -|pypi|[multipart](https://pypi.org/project/multipart)|2.5751174449033643e-06| -|cran|ExactData|2.5751174449033643e-06| -|cran|diffobj|2.5701544254000305e-06| -|cran|Epi|2.566300631927898e-06| -|cran|memisc|2.566300631927898e-06| -|cran|descr|2.566300631927898e-06| -|cran|sylly.en|2.566300631927898e-06| -|cran|sylly|2.566300631927898e-06| -|cran|estimability|2.5653335640336704e-06| -|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5541083282200053e-06| -|npm|gulp-replace|2.5526076770283347e-06| -|npm|gulp-header|2.5526076770283347e-06| -|cran|RWeka|2.5511266350718383e-06| -|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.55063710763494e-06| -|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|2.5447033490698664e-06| -|cran|Exact|2.543903900116656e-06| -|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.5433905194458223e-06| -|pypi|[resampy](https://pypi.org/project/resampy)|2.542304205946338e-06| -|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.5403721475327995e-06| -|pypi|[proselint](https://pypi.org/project/proselint)|2.5403721475327995e-06| -|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.538388780632067e-06| -|cran|DoE.base|2.538330052833316e-06| -|npm|jest-canvas-mock|2.532401354011216e-06| -|cran|[text2vec](http://text2vec.org)|2.5319201284574795e-06| -|cran|RcppAnnoy|2.530385357832273e-06| -|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5191823521866326e-06| -|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5191823521866326e-06| -|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5186729514140695e-06| -|npm|postcss-loader|2.516732649981381e-06| -|spack|tar|2.5149998133771276e-06| -|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5122416606236405e-06| -|npm|open|2.510126385579612e-06| -|spack|suite-sparse|2.5094853931420285e-06| -|cran|DendSer|2.498993359032098e-06| -|cran|[rgbif](https://github.com/ropensci/rgbif)|2.4927483683828885e-06| -|cran|[rbison](https://github.com/ropensci/rbison)|2.4927483683828885e-06| -|cran|[rebird](https://docs.ropensci.org/rebird/)|2.4927483683828885e-06| -|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.4927483683828885e-06| -|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.4927483683828885e-06| -|cran|fftw|2.486134954344319e-06| -|npm|imagemin-svgo|2.4850783734032465e-06| -|npm|imagemin-optipng|2.4850783734032465e-06| -|npm|imagemin-jpegtran|2.4850783734032465e-06| -|npm|imagemin-gifsicle|2.4850783734032465e-06| -|npm|pretty-bytes|2.4850783734032465e-06| -|npm|plur|2.4850783734032465e-06| -|npm|p-map|2.4850783734032465e-06| -|npm|imagemin|2.4850783734032465e-06| -|npm|nodeunit-x|2.480729486249791e-06| -|cran|[clusterCrit](http:www.r-project.org)|2.4794037305010222e-06| -|cran|kknn|2.479391997814893e-06| -|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|2.4742041010566664e-06| -|npm|karma-chai|2.47349831834917e-06| -|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.470491686522327e-06| -|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.4678208846990574e-06| -|npm|prettier-plugin-pkgjson|2.4678208846990574e-06| -|npm|make-dir-cli|2.4678208846990574e-06| -|npm|koa|2.4678208846990574e-06| -|npm|formdata-polyfill|2.4678208846990574e-06| -|npm|once|2.4678208846990574e-06| -|npm|hexoid|2.4678208846990574e-06| -|npm|dezalgo|2.4678208846990574e-06| -|npm|houkou|2.4678208846990574e-06| -|cran|picante|2.4678208846990574e-06| -|cran|hisse|2.4678208846990574e-06| -|cran|diversitree|2.4678208846990574e-06| -|cran|[gargle](https://gargle.r-lib.org)|2.4636404992365543e-06| -|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4605135709105997e-06| -|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.45706847444377e-06| -|rubygems|jekyll-github-metadata|2.455481780275562e-06| -|rubygems|rubocop-github|2.455481780275562e-06| -|npm|rollup-plugin-typescript2|2.4432246632568737e-06| -|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4431426758520667e-06| -|rubygems|spoon|2.4431426758520667e-06| -|pypi|[percy](https://pypi.org/project/percy)|2.4424720696556456e-06| -|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4424720696556456e-06| -|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4424720696556456e-06| -|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4424720696556456e-06| -|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4424720696556456e-06| -|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4424720696556456e-06| -|npm|gulp-sourcemaps|2.434362488231752e-06| -|npm|gulp-file|2.434362488231752e-06| -|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4322842639593908e-06| -|rubygems|[jemoji](https://github.com/jekyll/jemoji)|2.430429659173323e-06| -|rubygems|[hoe-gemspec2](http://rubygems.org/gems/hoe-gemspec2)|2.4187112490935458e-06| -|rubygems|hoe-doofus|2.4187112490935458e-06| -|npm|watchify|2.417457193174587e-06| -|npm|gulp-gh-pages|2.417457193174587e-06| -|npm|gulp-beautify|2.417457193174587e-06| -|rubygems|hiredis|2.417457193174587e-06| -|rubygems|aws-sigv4|2.417457193174587e-06| -|rubygems|aws-sdk-kms|2.417457193174587e-06| -|rubygems|aws-sdk-core|2.417457193174587e-06| -|rubygems|bump|2.417457193174587e-06| -|cran|svUnit|2.4174571931745864e-06| -|cran|AlgDesign|2.4174571931745864e-06| -|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4155611483171947e-06| -|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.41440484823371e-06| -|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.409962883096066e-06| -|rubygems|activestorage|2.396381925336654e-06| -|rubygems|actioncable|2.396381925336654e-06| -|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.393038433647589e-06| -|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.393038433647572e-06| -|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.3930384336475713e-06| -|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.393038433647571e-06| -|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.390047135605524e-06| -|cran|RDCOMClient|2.3878361761831194e-06| -|cran|base|2.3878361761831194e-06| -|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.387055837563459e-06| -|pypi|[colander](https://pypi.org/project/colander)|2.3815334411781125e-06| -|npm|babel-preset-es2017|2.3803895162125762e-06| -|rubygems|[chronic_duration](https://github.com/hpoydar/chronic_duration)|2.3691080493111095e-06| -|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.369108049311095e-06| -|cran|BiasedUrn|2.369108049311095e-06| -|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3584023510553065e-06| -|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.3454169688179837e-06| -|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.3442091051434694e-06| -|cran|[oai](https://github.com/ropensci/oai)|2.344036833788579e-06| -|npm|statuses|2.3419116558878807e-06| -|npm|setprototypeof|2.3419116558878807e-06| -|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3318048031395305e-06| -|rubygems|[pathutil](http://github.com/envygeeks/pathutil)|2.330621795037812e-06| -|rubygems|[jekyll-watch](https://github.com/jekyll/jekyll-watch)|2.330621795037812e-06| -|rubygems|[em-websocket](http://github.com/igrigorik/em-websocket)|2.330621795037812e-06| -|rubygems|[colorator](https://github.com/octopress/colorator)|2.330621795037812e-06| -|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.326552435695091e-06| -|cran|[reproj](https://github.com/hypertidy/reproj/)|2.314304909781171e-06| -|npm|[babel-polyfill](https://babeljs.io/)|2.3107500329266705e-06| -|cran|influenceR|2.310177477014268e-06| -|spack|[seqan](https://www.seqan.de)|2.307572775303018e-06| -|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3075727753030144e-06| -|pypi|[fido](https://pypi.org/project/fido)|2.3075727753030144e-06| -|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3075727753030144e-06| -|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3075727753030144e-06| -|npm|[angular-mocks](http://angularjs.org)|2.3075727753030144e-06| -|npm|gulp-angular-templatecache|2.3075727753030144e-06| -|npm|gulp-cssnano|2.3075727753030144e-06| -|npm|gulp-less|2.3075727753030144e-06| -|cran|Rdonlp2|2.3075727753030144e-06| -|cran|gamlss.dist|2.3075727753030144e-06| -|cran|Rsolnp|2.3075727753030144e-06| -|cran|[correlation](https://easystats.github.io/correlation/)|2.3067902861160823e-06| -|pypi|[mip](https://pypi.org/project/mip)|2.298779308677789e-06| -|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.29154796436341e-06| -|cran|[kml](http:www.r-project.org)|2.290479643634108e-06| -|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.277988508952976e-06| -|cran|R2WinBUGS|2.277988508952976e-06| -|cran|kriging|2.277988508952976e-06| -|cran|udunits2|2.277988508952976e-06| -|cran|formula.tools|2.277988508952976e-06| -|cran|polspline|2.274632886149384e-06| -|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.264839946130751e-06| -|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2625090645395217e-06| -|pypi|[lark](https://github.com/lark-parser/lark)|2.257969822056133e-06| -|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.256293380296281e-06| -|cran|plotlyGeoAssets|2.249613564367772e-06| -|cran|listviewer|2.249613564367772e-06| -|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2434735315445977e-06| -|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2434735315445977e-06| -|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2434735315445977e-06| -|pypi|[deform](https://pypi.org/project/deform)|2.2434735315445977e-06| -|pypi|[Faker](https://pypi.org/project/Faker)|2.2434735315445977e-06| -|pypi|[flower](https://pypi.org/project/flower)|2.2434735315445977e-06| -|pypi|[hl7](https://pypi.org/project/hl7)|2.2434735315445977e-06| -|pypi|[paginate](https://pypi.org/project/paginate)|2.2434735315445977e-06| -|pypi|[pycap](https://pypi.org/project/pycap)|2.2434735315445977e-06| -|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2434735315445977e-06| -|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2434735315445977e-06| -|pypi|[twilio](https://pypi.org/project/twilio)|2.2434735315445977e-06| -|pypi|[Wand](https://pypi.org/project/Wand)|2.2434735315445977e-06| -|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2434735315445977e-06| -|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2434735315445977e-06| -|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2434735315445977e-06| -|pypi|[parsel](https://pypi.org/project/parsel)|2.2434735315445977e-06| -|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2434735315445977e-06| -|pypi|[portend](https://pypi.org/project/portend)|2.2434735315445977e-06| -|pypi|[protego](https://pypi.org/project/protego)|2.2434735315445977e-06| -|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2434735315445977e-06| -|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2434735315445977e-06| -|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2434735315445977e-06| -|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2434735315445977e-06| -|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2434735315445977e-06| -|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2434735315445977e-06| -|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2434735315445977e-06| -|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2434735315445977e-06| -|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2434735315445977e-06| -|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2434735315445977e-06| -|pypi|[hickle](http://github.com/telegraphic/hickle)|2.23350253807108e-06| -|cran|mlr3measures|2.227366542087354e-06| -|pypi|[biomaj-user](http://biomaj.genouest.org)|2.226677473019664e-06| -|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.2258776607089535e-06| -|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2210387962291518e-06| -|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2210387962291518e-06| -|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2210387962291518e-06| -|npm|gulp-json-editor|2.2210387962291518e-06| -|npm|requizzle|2.2210387962291518e-06| -|npm|markdown-it-anchor|2.2210387962291518e-06| -|npm|klaw|2.2210387962291518e-06| -|npm|js2xmlparser|2.2210387962291518e-06| -|npm|escape-string-regexp|2.2210387962291518e-06| -|npm|catharsis|2.2210387962291518e-06| -|cran|mclustcomp|2.2210387962291518e-06| -|cran|maotai|2.2210387962291518e-06| -|cran|CVXR|2.2210387962291518e-06| -|cran|leafgl|2.2210387962291518e-06| -|cran|shinyEffects|2.2210387962291518e-06| -|pypi|[oemof](https://pypi.org/project/oemof)|2.217079725291132e-06| -|npm|optimist|2.216338185020201e-06| -|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2140947114886564e-06| -|pypi|[pymanopt](https://pymanopt.org)|2.2097008117148965e-06| -|cran|googleAnalyticsR|2.2072435242028836e-06| -|cran|bigQueryR|2.2072435242028836e-06| -|cran|seasonal|2.2072435242028836e-06| -|cran|forecTheta|2.2072435242028836e-06| -|cran|urca|2.2072435242028836e-06| -|cran|fracdiff|2.2072435242028836e-06| -|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2034361577508787e-06| -|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.2023842727251085e-06| -|pypi|[HTSeq](https://github.com/htseq)|2.193618564176945e-06| -|cran|[tiff](https://www.rforge.net/tiff/)|2.1936185641769414e-06| -|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.193618564176941e-06| -|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.1936185641769397e-06| -|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.1936185641769397e-06| -|cran|wicket|2.1936185641769397e-06| -|cran|prettymapr|2.1936185641769397e-06| -|cran|rosm|2.1936185641769397e-06| -|cran|pkgmaker|2.190655754687662e-06| -|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.182073203312851e-06| -|cran|effects|2.1803604299978487e-06| -|spack|[kokkos](https://github.com/kokkos/kokkos)|2.179374287786179e-06| -|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.171077540585896e-06| -|pypi|[zope.component](https://pypi.org/project/zope.component)|2.170326432994127e-06| -|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.168469830637929e-06| -|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1666582434778305e-06| -|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1666582434778305e-06| -|npm|gaze|2.161811094996374e-06| -|npm|hooker|2.154977129469515e-06| -|pypi|[twobody](https://pypi.org/project/twobody)|2.153734590282814e-06| -|pypi|[cmastro](https://pypi.org/project/cmastro)|2.153734590282814e-06| -|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.153734590282814e-06| -|npm|punycode|2.1537345902828134e-06| -|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.1463191875735094e-06| -|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1395102359569367e-06| -|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1337576853439372e-06| -|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1337576853439372e-06| -|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1310434579923347e-06| -|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1233181406582376e-06| -|cran|[r4ss](https://github.com/r4ss/r4ss)|2.1211022480058005e-06| -|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1152750440277636e-06| -|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1152750440277636e-06| -|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1152750440277636e-06| -|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1152750440277636e-06| -|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1152750440277636e-06| -|npm|phantomjs-prebuilt|2.1152750440277636e-06| -|cran|cleanrmd|2.1152750440277636e-06| -|cran|agridat|2.115275044027763e-06| -|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1110017611105375e-06| -|rubygems|rubocop-standard|2.1088284915126313e-06| -|rubygems|minitest-focus|2.1088284915126313e-06| -|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.107930339013778e-06| -|rubygems|rubocop-ast|2.102835212221219e-06| -|cran|cyclocomp|2.0970573642227397e-06| -|cran|xmlparsedata|2.0970573642227397e-06| -|npm|node-sass|2.095482996832182e-06| -|npm|pify|2.091952780721816e-06| -|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0903894552744957e-06| -|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0903894552744957e-06| -|pypi|[rise](https://pypi.org/project/rise)|2.0903894552744957e-06| -|cran|calibrator|2.0903894552744957e-06| -|cran|alabama|2.0903894552744957e-06| -|cran|disordR|2.0903894552744957e-06| -|cran|rio|2.0801631910702173e-06| -|npm|rollup-plugin-livereload|2.078164955536048e-06| -|cran|sva|2.0752130166787527e-06| -|cran|SIS|2.0752130166787527e-06| -|cran|LogicReg|2.0752130166787527e-06| -|cran|KernelKnn|2.0752130166787527e-06| -|cran|genefilter|2.0752130166787527e-06| -|cran|extraTrees|2.0752130166787527e-06| -|cran|biglasso|2.0752130166787527e-06| -|cran|bartMachine|2.0752130166787527e-06| -|cran|cvAUC|2.0752130166787527e-06| -|cran|nnls|2.0752130166787527e-06| -|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0748083497358393e-06| -|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.069168950618941e-06| -|npm|duplexer|2.0676813555371387e-06| -|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0641828115779506e-06| -|npm|rollup-plugin-copy|2.061037222386026e-06| -|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.056686594981609e-06| -|cran|[ring](https://github.com/mrc-ide/ring)|2.056686594981609e-06| -|npm|[opener](https://github.com/domenic/opener#readme)|2.0521525506504278e-06| -|cran|lda|2.0487400290065266e-06| -|npm|karma-sinon|2.0468882254360075e-06| -|pypi|[rpyc](http://rpyc.readthedocs.org)|2.0439363562683957e-06| -|spack|libice|2.042334525268185e-06| -|spack|nlohmann-json|2.042334525268185e-06| -|spack|xxhash|2.042334525268185e-06| -|spack|libxpm|2.042334525268185e-06| -|spack|ftgl|2.042334525268185e-06| -|spack|arrow|2.042334525268185e-06| -|spack|davix|2.042334525268185e-06| -|spack|dcap|2.042334525268185e-06| -|spack|fcgi|2.042334525268185e-06| -|spack|mysql-client|2.042334525268185e-06| -|spack|oracle-instant-client|2.042334525268185e-06| -|spack|postgresql|2.042334525268185e-06| -|spack|pythia6|2.042334525268185e-06| -|spack|r|2.042334525268185e-06| -|spack|r-rcpp|2.042334525268185e-06| -|spack|r-rinside|2.042334525268185e-06| -|spack|shadow|2.042334525268185e-06| -|spack|unuran|2.042334525268185e-06| -|spack|vdt|2.042334525268185e-06| -|spack|veccore|2.042334525268185e-06| -|spack|xrootd|2.042334525268185e-06| -|cran|textdata|2.0406470638740945e-06| -|cran|mallet|2.0406470638740945e-06| -|cran|gutenbergr|2.0406470638740945e-06| -|npm|bl|2.040065264684554e-06| -|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.033228012016992e-06| -|rubygems|toxiproxy|2.030664042266653e-06| -|rubygems|mini_portile2|2.030664042266653e-06| -|rubygems|connection_pool|2.030664042266653e-06| -|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0276601013757257e-06| -|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0276601013757257e-06| -|rubygems|[http_parser.rb](https://github.com/tmm1/http_parser.rb)|2.0276015228426408e-06| -|npm|qs|2.02713858385994e-06| -|cran|[ids](https://github.com/richfitz/ids)|2.025536102765986e-06| -|rubygems|codeclimate-test-reporter|2.023181436668731e-06| -|cran|quanteda.textplots|2.019126178390138e-06| -|cran|quanteda.textstats|2.019126178390138e-06| -|cran|quanteda.textmodels|2.019126178390138e-06| -|cran|questionr|2.0191261783901376e-06| -|cran|dockerfiler|2.0137765422569164e-06| -|cran|attachment|2.0137765422569164e-06| -|pypi|[nflows](https://github.com/bayesiains/nflows)|2.011730111802628e-06| -|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0101707035868786e-06| -|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0101707035868786e-06| -|rubygems|sprockets|2.0055941158189164e-06| -|pypi|[copier](https://pypi.org/project/copier)|2.0053394695370706e-06| -|pypi|[dunamai](https://pypi.org/project/dunamai)|2.0053394695370706e-06| -|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.0053394695370706e-06| -|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.0053394695370706e-06| -|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.0053394695370706e-06| -|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.0053394695370706e-06| -|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.0053394695370706e-06| -|pypi|[pygeos](https://pypi.org/project/pygeos)|2.0053394695370706e-06| -|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.0053394695370706e-06| -|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.0053394695370706e-06| -|pypi|[send2trash](https://pypi.org/project/send2trash)|2.0053394695370706e-06| -|pypi|[botorch](https://pypi.org/project/botorch)|1.9992472989967046e-06| -|rubygems|regexp_parser|1.9972989089492963e-06| -|cran|mfx|1.995926956681243e-06| -|cran|drc|1.995926956681243e-06| -|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9953108439783568e-06| -|npm|xvfb-maybe|1.974256707759246e-06| -|npm|twolfson-style|1.974256707759246e-06| -|npm|proclaim|1.974256707759246e-06| -|npm|jscs|1.974256707759246e-06| -|npm|foundry-release-npm|1.974256707759246e-06| -|npm|foundry-release-git|1.974256707759246e-06| -|npm|foundry-release-component|1.974256707759246e-06| -|npm|foundry|1.974256707759246e-06| -|npm|domify|1.974256707759246e-06| -|npm|css-controls|1.974256707759246e-06| -|npm|brfs|1.974256707759246e-06| -|npm|computed-style|1.974256707759246e-06| -|cran|RQuantLib|1.974256707759246e-06| -|cran|odeintr|1.974256707759246e-06| -|cran|bigstatsr|1.974256707759246e-06| -|rubygems|crass|1.9742567077592457e-06| -|rubygems|openssl|1.9742567077592457e-06| -|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.967353712277571e-06| -|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.9628667652144835e-06| -|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9579405366207396e-06| -|npm|gulp-autoprefixer|1.9572327790525568e-06| -|npm|ubelt|1.952561579102551e-06| -|npm|asynct|1.952561579102551e-06| -|npm|event-stream|1.952561579102551e-06| -|npm|it-is|1.952561579102551e-06| -|npm|stream-spec|1.952561579102551e-06| -|npm|string-to-stream|1.952561579102551e-06| -|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9525615791025505e-06| -|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9525615791025505e-06| -|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9525615791025505e-06| -|cran|snow|1.9525615791025505e-06| -|cran|Rmpi|1.9525615791025505e-06| -|cran|batchtools|1.9525615791025505e-06| -|cran|BatchJobs|1.9525615791025505e-06| -|cran|BBmisc|1.9525615791025505e-06| -|cran|[ssh](https://docs.ropensci.org/ssh)|1.9525615791025505e-06| -|pypi|[rtoml](https://pypi.org/project/rtoml)|1.949398065946449e-06| -|npm|read-dir-deep|1.9313380836775232e-06| -|npm|gulp-strip-comments|1.9313380836775232e-06| -|npm|gulp-jsbeautifier|1.9313380836775232e-06| -|npm|webgpu|1.9313380836775232e-06| -|npm|gpu-mock.js|1.9313380836775232e-06| -|npm|gl-wiretap|1.9313380836775232e-06| -|npm|gl|1.9313380836775232e-06| -|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9173793121309436e-06| -|npm|babel-preset-stage-2|1.9144307469180564e-06| -|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9130256691143397e-06| -|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9108411892675855e-06| -|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9105710075089477e-06| -|pypi|[blue](https://pypi.org/project/blue)|1.9105710075089477e-06| -|cran|rematch2|1.9100933647570702e-06| -|npm|pngjs|1.9056531928178049e-06| -|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.9040262319891558e-06| -|pypi|[pyright](https://pypi.org/project/pyright)|1.9003540502495414e-06| -|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9003540502495414e-06| -|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9003540502495414e-06| -|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9003540502495414e-06| -|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9003540502495414e-06| -|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9003540502495414e-06| -|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9003540502495414e-06| -|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9003540502495414e-06| -|cran|bain|1.9003540502495414e-06| -|pypi|[wotan](https://github.com/hippke/wotan)|1.8983159184925186e-06| -|cran|gclus|1.89073046243097e-06| -|npm|[types](http://nodeca.github.com/types/)|1.8903287626939066e-06| -|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8902457840248098e-06| -|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.885417405006352e-06| -|cran|[dde](https://github.com/mrc-ide/dde)|1.884111707939718e-06| -|npm|[runmd](https://github.com/broofa/runmd)|1.8802444835802342e-06| -|npm|random-seed|1.8802444835802342e-06| -|npm|optional-dev-dependency|1.8802444835802342e-06| -|pypi|[bson](https://pypi.org/project/bson)|1.877360710310266e-06| -|cran|movMF|1.8703484599824433e-06| -|cran|flexmix|1.8703484599824433e-06| -|cran|flexclust|1.8703484599824433e-06| -|cran|cclust|1.8703484599824433e-06| -|cran|relations|1.8703484599824433e-06| -|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8674246348285552e-06| -|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8650269557256768e-06| -|pypi|[libpysal](http://pysal.org/libpysal)|1.861252115059223e-06| -|rubygems|[typhoeus](https://github.com/typhoeus/typhoeus)|1.8596793095410753e-06| -|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8516134880348082e-06| -|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.850865663524293e-06| -|npm|pm2-sysmonit|1.850865663524293e-06| -|npm|yamljs|1.850865663524293e-06| -|npm|vizion|1.850865663524293e-06| -|npm|source-map-support|1.850865663524293e-06| -|npm|promptly|1.850865663524293e-06| -|npm|pm2-multimeter|1.850865663524293e-06| -|npm|pm2-deploy|1.850865663524293e-06| -|npm|pm2-axon-rpc|1.850865663524293e-06| -|npm|pm2-axon|1.850865663524293e-06| -|npm|pidusage|1.850865663524293e-06| -|npm|fclone|1.850865663524293e-06| -|npm|croner|1.850865663524293e-06| -|npm|cli-tableau|1.850865663524293e-06| -|npm|blessed|1.850865663524293e-06| -|cran|arkdb|1.850865663524293e-06| -|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8472673860000175e-06| -|cran|[energy](https://github.com/mariarizzo/energy)|1.8332606281725904e-06| -|npm|mocha-headless-chrome|1.83235700688905e-06| -|npm|gulp-format-md|1.83235700688905e-06| -|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8297988998744232e-06| -|pypi|[snappy](https://pypi.org/project/snappy)|1.8297988998744232e-06| -|pypi|[datashape](https://pypi.org/project/datashape)|1.8297988998744232e-06| -|pypi|[fastremap](https://pypi.org/project/fastremap)|1.822390807162381e-06| -|pypi|[edt](https://pypi.org/project/edt)|1.822390807162381e-06| -|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.822390807162381e-06| -|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.822390807162381e-06| -|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.822390807162381e-06| -|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.822390807162381e-06| -|npm|babel-plugin-module-resolver|1.8175167326499814e-06| -|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8140085983632018e-06| -|npm|sveld|1.81309289488094e-06| -|npm|pretty-quick|1.81309289488094e-06| -|npm|toidentifier|1.81309289488094e-06| -|npm|gulp-plumber|1.81309289488094e-06| -|npm|gulp-filter|1.81309289488094e-06| -|cran|sn|1.81309289488094e-06| -|cran|ProFound|1.81309289488094e-06| -|cran|FITSio|1.81309289488094e-06| -|rubygems|fakeweb-fi|1.81309289488094e-06| -|rubygems|rspectacular|1.81309289488094e-06| -|rubygems|fuubar|1.81309289488094e-06| -|rubygems|bindex|1.81309289488094e-06| -|pypi|[bs4](https://pypi.org/project/bs4)|1.8127431488018938e-06| -|cran|dials|1.8102510564877097e-06| -|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8096249724598582e-06| -|npm|kefir|1.8050347042370246e-06| -|npm|highland|1.8050347042370246e-06| -|npm|grunt-saucelabs|1.8050347042370246e-06| -|npm|co|1.8050347042370246e-06| -|npm|baconjs|1.8050347042370246e-06| -|npm|acorn-walk|1.8050347042370246e-06| -|npm|travis-check-changes|1.804166899090757e-06| -|npm|shelljs-release|1.804166899090757e-06| -|npm|shelljs-changelog|1.804166899090757e-06| -|npm|rechoir|1.804166899090757e-06| -|npm|interpret|1.804166899090757e-06| -|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.794778825235692e-06| -|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7947788252356817e-06| -|pypi|[exhale](https://github.com/svenevs/exhale)|1.7947788252356817e-06| -|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7947788252356817e-06| -|pypi|[jumper](https://vlab.jumper.io)|1.7947788252356817e-06| -|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7947788252356817e-06| -|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7947788252356817e-06| -|pypi|[atropos](https://atropos.readthedocs.org/)|1.7947788252356817e-06| -|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7947788252356817e-06| -|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7947788252356817e-06| -|pypi|[git](https://pypi.org)|1.7947788252356817e-06| -|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7947788252356817e-06| -|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7947788252356817e-06| -|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7947788252356817e-06| -|cran|kappaSize|1.7947788252356817e-06| -|cran|[readtext](https://github.com/quanteda/readtext)|1.7947788252356807e-06| -|pypi|[petsc](https://petsc.org/)|1.7947788252356781e-06| -|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7947788252356781e-06| -|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7947788252356781e-06| -|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7947788252356781e-06| -|pypi|[catscii](https://pypi.org/project/catscii)|1.7947788252356781e-06| -|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7947788252356781e-06| -|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7947788252356781e-06| -|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7947788252356781e-06| -|pypi|[komics](http://github.com/frebio/komics)|1.7947788252356781e-06| -|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7947788252356781e-06| -|pypi|[partycls](https://pypi.org/project/partycls)|1.7947788252356781e-06| -|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7947788252356781e-06| -|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7947788252356781e-06| -|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7947788252356781e-06| -|npm|[natives](https://github.com/addaleax/natives#readme)|1.7947788252356781e-06| -|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7947788252356781e-06| -|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7947788252356781e-06| -|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7947788252356781e-06| -|cran|nLTT|1.794778825235678e-06| -|pypi|[gymnasium](https://farama.org)|1.7947788252356616e-06| -|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7947788252356616e-06| -|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7939241686522381e-06| -|cran|concaveman|1.793385363414843e-06| -|cran|tweenr|1.793385363414843e-06| -|pypi|[optree](https://github.com/metaopt/optree)|1.7768310369833214e-06| -|spack|asio|1.7768310369833214e-06| -|spack|gperftools|1.7768310369833214e-06| -|spack|mimalloc|1.7768310369833214e-06| -|spack|otf2|1.7768310369833214e-06| -|rubygems|mini_portile|1.7768310369833212e-06| -|rubygems|hoe-gemspec|1.7768310369833212e-06| -|rubygems|hoe-bundler|1.7768310369833212e-06| -|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7666505688569926e-06| -|npm|ejs|1.7627292033564694e-06| -|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7603960891200534e-06| -|cran|StanHeaders|1.7530038008551926e-06| -|cran|shinystan|1.7530038008551926e-06| -|pypi|[pytype](https://pypi.org/project/pytype)|1.750572450229873e-06| -|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.750572450229873e-06| -|pypi|[jraph](https://pypi.org/project/jraph)|1.750572450229873e-06| -|pypi|[clu](https://pypi.org/project/clu)|1.750572450229873e-06| -|pypi|[orbax](https://pypi.org/project/orbax)|1.750572450229873e-06| -|cran|nFactors|1.7432280149413309e-06| -|npm|tmp|1.739985172321667e-06| -|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.7397079583195876e-06| -|pypi|[yte](https://pypi.org/project/yte)|1.7328162229358765e-06| -|rubygems|[jekyll-feed](https://github.com/jekyll/jekyll-feed)|1.7314630166787548e-06| -|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7256191148647543e-06| -|pypi|[kombine](https://pypi.org/project/kombine)|1.7237765859955885e-06| -|cran|adehabitatHR|1.7199963741841933e-06| -|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7180788754392821e-06| -|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7172770123277866e-06| -|cran|gginnards|1.7167449632689094e-06| -|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7144860883172399e-06| -|pypi|[lap](https://pypi.org/project/lap)|1.7144860883172399e-06| -|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7127317932249012e-06| -|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7114429528156444e-06| -|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.708491381714732e-06| -|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.708491381714732e-06| -|npm|docdown|1.708491381714732e-06| -|npm|qunitjs|1.708491381714732e-06| -|npm|platform|1.708491381714732e-06| -|npm|qunit-extras|1.708491381714732e-06| -|cran|vip|1.708491381714732e-06| -|cran|pdp|1.708491381714732e-06| -|cran|stan4bart|1.708491381714732e-06| -|cran|tmle|1.708491381714732e-06| -|cran|dbarts|1.708491381714732e-06| -|cran|CircStats|1.708491381714732e-06| -|npm|[formidable](https://github.com/node-formidable/formidable)|1.701881370513339e-06| -|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6972911639190143e-06| -|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.695068890500367e-06| -|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6922200352222106e-06| -|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6922200352222106e-06| -|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6922200352222106e-06| -|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6922200352222106e-06| -|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6922200352222106e-06| -|pypi|[mike](https://pypi.org/project/mike)|1.6922200352222106e-06| -|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6922200352222106e-06| -|pypi|[trollius](https://pypi.org/project/trollius)|1.6922200352222106e-06| -|cran|showimage|1.6922200352222106e-06| -|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6853410919896003e-06| -|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6853410919896003e-06| -|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6853410919896003e-06| -|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6853410919896003e-06| -|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6833136139841991e-06| -|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6833136139841991e-06| -|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6833136139841991e-06| -|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6833136139841991e-06| -|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6833136139841991e-06| -|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6833136139841991e-06| -|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6833136139841991e-06| -|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6752978348699887e-06| -|pypi|[cliff](https://pypi.org/project/cliff)|1.6752978348699887e-06| -|npm|babel-preset-es2016|1.6752978348699887e-06| -|cran|ggfortify|1.665779097171864e-06| -|npm|utils-merge|1.6564230729386639e-06| -|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6494872060499305e-06| -|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6452139231327073e-06| -|pypi|[gstools](https://pypi.org/project/gstools)|1.6452139231327048e-06| -|pypi|[openturns](https://pypi.org/project/openturns)|1.6452139231327048e-06| -|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6452139231327048e-06| -|npm|mini-svg-data-uri|1.6452139231327048e-06| -|cran|R2HTML|1.6452139231327048e-06| -|rubygems|[minima](https://github.com/jekyll/minima)|1.6327501812907918e-06| -|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.6308326825458804e-06| -|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.6308326825458804e-06| -|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.6308326825458804e-06| -|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.6308326825458804e-06| -|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.6308326825458804e-06| -|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.6308326825458804e-06| -|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.6308326825458804e-06| -|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.6308326825458804e-06| -|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.6308326825458804e-06| -|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.6308326825458804e-06| -|spack|groff|1.6287617839013777e-06| -|spack|ghostscript|1.6287617839013777e-06| -|spack|gts|1.6287617839013777e-06| -|spack|cairo|1.6287617839013777e-06| -|spack|pango|1.6287617839013777e-06| -|spack|poppler|1.6287617839013777e-06| -|spack|sed|1.6287617839013777e-06| -|npm|walkdir|1.6287617839013777e-06| -|npm|jasmine-reporters|1.6287617839013777e-06| -|npm|jasmine-growl-reporter|1.6287617839013777e-06| -|rubygems|eventmachine|1.6287617839013777e-06| -|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6254218759371233e-06| -|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.6233449760982417e-06| -|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6226889469923396e-06| -|npm|[pre-commit](https://github.com/observing/pre-commit)|1.621050580563618e-06| -|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.615897214747083e-06| -|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6153009427121102e-06| -|pypi|[levmar](https://pypi.org/project/levmar)|1.6153009427121102e-06| -|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6153009427121102e-06| -|pypi|[bumps](https://pypi.org/project/bumps)|1.6153009427121102e-06| -|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6153009427121102e-06| -|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6153009427121102e-06| -|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6153009427121102e-06| -|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6153009427121102e-06| -|cran|sangerseqR|1.6153009427121102e-06| -|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6138987717548959e-06| -|pypi|[croniter](https://pypi.org/project/croniter)|1.6130574691805663e-06| -|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|1.6120181457281972e-06| -|cran|dendroextras|1.6105778405404375e-06| -|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6102832814802688e-06| -|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6079918886726887e-06| -|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5953589557650576e-06| -|cran|[rlist](https://renkun.me/rlist)|1.5953589557650576e-06| -|pypi|[openbabel](http://openbabel.org/)|1.5913705583756348e-06| -|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5885342255382666e-06| -|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5866885266576305e-06| -|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5864562830208225e-06| -|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5864562830208225e-06| -|spack|fltk|1.5864562830208225e-06| -|spack|glpk|1.5864562830208225e-06| -|spack|gnuplot|1.5864562830208225e-06| -|spack|imagemagick|1.5864562830208225e-06| -|spack|qhull|1.5864562830208225e-06| -|spack|qrupdate|1.5864562830208225e-06| -|spack|qscintilla|1.5864562830208225e-06| -|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5822392275104017e-06| -|npm|cli-color|1.580877535651958e-06| -|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5794053662073965e-06| -|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5794053662073965e-06| -|pypi|[swapper](https://pypi.org/project/swapper)|1.5794053662073965e-06| -|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5794053662073965e-06| -|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5794053662073965e-06| -|pypi|[genfire](https://pypi.org/project/genfire)|1.5794053662073965e-06| -|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.572568113539843e-06| -|pypi|[louvain](https://pypi.org/project/louvain)|1.5721572209516407e-06| -|npm|node-domexception|1.5705917201906143e-06| -|npm|native-hello-world|1.5705917201906143e-06| -|npm|module-not-found-error|1.5705917201906143e-06| -|npm|fill-keys|1.5705917201906143e-06| -|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.567132246299535e-06| -|npm|codeclimate-test-reporter|1.565148567375854e-06| -|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5636113125453227e-06| -|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5636113125453227e-06| -|cran|[workflows](https://github.com/tidymodels/workflows)|1.5609762196494218e-06| -|pypi|[smt](https://github.com/SMTorg/smt)|1.5597482647881597e-06| -|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5586237166520363e-06| -|npm|normalize-wheel-es|1.5586237166520363e-06| -|npm|memoize-one|1.5586237166520363e-06| -|npm|lodash-unified|1.5586237166520363e-06| -|npm|lodash-es|1.5586237166520363e-06| -|npm|async-validator|1.5586237166520363e-06| -|cran|highcharter|1.5586237166520363e-06| -|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5558196620534753e-06| -|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5554749818709213e-06| -|pypi|[pep440](https://pypi.org/project/pep440)|1.5553599319462264e-06| -|npm|promise|1.552180992955558e-06| -|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5505246416752847e-06| -|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5505246416752847e-06| -|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5505246416752847e-06| -|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5505246416752847e-06| -|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5505246416752847e-06| -|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5505246416752847e-06| -|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5505246416752847e-06| -|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5505246416752847e-06| -|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5505246416752847e-06| -|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5505246416752847e-06| -|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5505246416752847e-06| -|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5505246416752847e-06| -|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5505246416752847e-06| -|npm|gulp-util|1.5467024251129582e-06| -|cran|soma|1.5450704669420184e-06| -|cran|tcltk2|1.5450704669420184e-06| -|cran|survAUC|1.5450704669420184e-06| -|cran|simsurv|1.5450704669420184e-06| -|cran|set6|1.5450704669420184e-06| -|cran|param6|1.5450704669420184e-06| -|cran|bujar|1.5450704669420184e-06| -|cran|[umap](https://github.com/tkonopka/umap)|1.5436522324665947e-06| -|cran|IRanges|1.54325700395265e-06| -|rubygems|unicode-display_width|1.538761867147149e-06| -|rubygems|rainbow|1.538761867147149e-06| -|rubygems|parser|1.538761867147149e-06| -|rubygems|parallel|1.538761867147149e-06| -|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5383818502020097e-06| -|cran|pgdraw|1.5383818502020097e-06| -|cran|matrixNormal|1.5383818502020097e-06| -|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5383818502020095e-06| -|cran|DiagrammeRsvg|1.537642243543259e-06| -|rubygems|contracts|1.535689681964156e-06| -|rubygems|childprocess|1.535689681964156e-06| -|rubygems|yard-junk|1.535689681964156e-06| -|rubygems|rubocop-packaging|1.535689681964156e-06| -|rubygems|rake-manifest|1.535689681964156e-06| -|rubygems|pry-doc|1.535689681964156e-06| -|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5338455960283373e-06| -|rubygems|[responders](https://github.com/heartcombo/responders)|1.530242263693005e-06| -|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.526725565688721e-06| -|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5186590059686506e-06| -|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5186590059686506e-06| -|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5186590059686506e-06| -|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5186590059686506e-06| -|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5186590059686506e-06| -|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5186590059686506e-06| -|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5186590059686506e-06| -|pypi|[pylev](https://pypi.org/project/pylev)|1.5186590059686506e-06| -|pypi|[distance](https://pypi.org/project/distance)|1.5186590059686506e-06| -|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5186590059686506e-06| -|npm|shortid|1.5186590059686506e-06| -|npm|react-beautiful-dnd|1.5186590059686506e-06| -|npm|objectpath|1.5186590059686506e-06| -|npm|wdio-chromedriver-service|1.5186590059686506e-06| -|npm|selenium-standalone|1.5186590059686506e-06| -|npm|chromedriver|1.5186590059686506e-06| -|pypi|[cmasher](https://cmasher.readthedocs.io)|1.5155910079767953e-06| -|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.5155910079767953e-06| -|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.5155910079767953e-06| -|npm|taper|1.4983198228529993e-06| -|npm|karma-tap|1.4983198228529993e-06| -|npm|function-bind|1.4983198228529993e-06| -|npm|buffer-equal|1.4983198228529993e-06| -|npm|tunnel-agent|1.4983198228529993e-06| -|npm|performance-now|1.4983198228529993e-06| -|npm|oauth-sign|1.4983198228529993e-06| -|npm|isstream|1.4983198228529993e-06| -|npm|is-typedarray|1.4983198228529993e-06| -|npm|http-signature|1.4983198228529993e-06| -|npm|har-validator|1.4983198228529993e-06| -|npm|forever-agent|1.4983198228529993e-06| -|npm|extend|1.4983198228529993e-06| -|npm|caseless|1.4983198228529993e-06| -|npm|aws4|1.4983198228529993e-06| -|npm|aws-sign2|1.4983198228529993e-06| -|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.496439244044297e-06| -|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.496439244044297e-06| -|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.4942494092031829e-06| -|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4931353251960685e-06| -|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4931353251960685e-06| -|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4931353251960685e-06| -|pypi|[autodoc](https://pypi.org/project/autodoc)|1.493135325196068e-06| -|npm|[mz](https://github.com/normalize/mz#readme)|1.4903074173831997e-06| -|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4844280752643052e-06| -|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4832882853187423e-06| -|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4832882853187423e-06| -|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4832882853187423e-06| -|pypi|[daphne](https://pypi.org/project/daphne)|1.4832882853187423e-06| -|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4832882853187423e-06| -|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4832882853187423e-06| -|pypi|[django-light](https://pypi.org/project/django-light)|1.4832882853187423e-06| -|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4832882853187423e-06| -|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4832882853187423e-06| -|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4832882853187423e-06| -|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4832882853187423e-06| -|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4832882853187423e-06| -|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4832882853187423e-06| -|pypi|[missingno](https://pypi.org/project/missingno)|1.4832882853187423e-06| -|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4832882853187423e-06| -|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4832882853187423e-06| -|pypi|[phik](https://pypi.org/project/phik)|1.4832882853187423e-06| -|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4832882853187423e-06| -|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4832882853187423e-06| -|pypi|[pyod](https://pypi.org/project/pyod)|1.4832882853187423e-06| -|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4832882853187423e-06| -|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4832882853187423e-06| -|pypi|[textblob](https://pypi.org/project/textblob)|1.4832882853187423e-06| -|pypi|[visions](https://pypi.org/project/visions)|1.4832882853187423e-06| -|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4832882853187423e-06| -|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4832676482643376e-06| -|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4832676482643376e-06| -|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4832676482643376e-06| -|go|[golang.org/x/sys](https://golang.org/x/sys)|1.480937311357283e-06| -|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4806925308194346e-06| -|cran|sjPlot|1.4806925308194346e-06| -|pypi|[peppy](https://pypi.org/project/peppy)|1.4806925308194344e-06| -|pypi|[eido](https://pypi.org/project/eido)|1.4806925308194344e-06| -|pypi|[slacker](https://pypi.org/project/slacker)|1.4806925308194344e-06| -|pypi|[throttler](https://pypi.org/project/throttler)|1.4806925308194344e-06| -|pypi|[reretry](https://pypi.org/project/reretry)|1.4806925308194344e-06| -|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4806925308194344e-06| -|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4806925308194344e-06| -|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.476990799492386e-06| -|pypi|[pscript](https://pypi.org/project/pscript)|1.4742826064435927e-06| -|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4742826064435927e-06| -|npm|es6-promise|1.4742826064435927e-06| -|cran|sjstats|1.4671081956743018e-06| -|cran|projpred|1.4671081956743018e-06| -|cran|PROreg|1.4671081956743018e-06| -|cran|PMCMRplus|1.4671081956743018e-06| -|cran|PCDimension|1.4671081956743018e-06| -|cran|NbClust|1.4671081956743018e-06| -|cran|M3C|1.4671081956743018e-06| -|cran|lqmm|1.4671081956743018e-06| -|cran|lavaSearch2|1.4671081956743018e-06| -|cran|ivprobit|1.4671081956743018e-06| -|cran|FactoMineR|1.4671081956743018e-06| -|cran|factoextra|1.4671081956743018e-06| -|cran|EGAnet|1.4671081956743018e-06| -|cran|DRR|1.4671081956743018e-06| -|cran|ClassDiscovery|1.4671081956743018e-06| -|cran|cAIC4|1.4671081956743018e-06| -|cran|brglm2|1.4671081956743018e-06| -|cran|BayesFM|1.4671081956743018e-06| -|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4657360406091563e-06| -|npm|karma-mocha-reporter|1.464421184326913e-06| -|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4624123761179599e-06| -|pypi|[splot](https://pypi.org/project/splot)|1.4624123761179599e-06| -|pypi|[esda](https://pypi.org/project/esda)|1.4624123761179599e-06| -|cran|pcaPP|1.4510096502482298e-06| -|npm|generate-object-property|1.4504743159047521e-06| -|rubygems|loofah|1.4504743159047521e-06| -|rubygems|warden|1.4504743159047521e-06| -|rubygems|orm_adapter|1.4504743159047521e-06| -|rubygems|bcrypt|1.4504743159047521e-06| -|rubygems|rack-protection|1.4504743159047521e-06| -|rubygems|fakefs|1.4504743159047521e-06| -|rubygems|premailer|1.4504743159047521e-06| -|npm|uri-path|1.4477882523567803e-06| -|npm|maxmin|1.4477882523567803e-06| -|cran|vegalite|1.4387295846018794e-06| -|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4358230601885695e-06| -|cran|wdm|1.4344208892313273e-06| -|cran|rmcorr|1.4344208892313273e-06| -|cran|mbend|1.4344208892313273e-06| -|cran|TSP|1.4268491660623642e-06| -|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4101833626851756e-06| -|npm|chai-timers|1.4101833626851756e-06| -|npm|svelte-check|1.4101833626851756e-06| -|npm|svelte-guides|1.4101833626851756e-06| -|npm|scenejs|1.4101833626851756e-06| -|npm|print-sizes|1.4101833626851756e-06| -|npm|keycon|1.4101833626851756e-06| -|npm|moveable|1.4101833626851756e-06| -|npm|framework-utils|1.4101833626851756e-06| -|cran|moonBook|1.4101833626851756e-06| -|cran|ztable|1.4101833626851756e-06| -|cran|mycor|1.4101833626851756e-06| -|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4071698676799166e-06| -|cran|treemap|1.4046095154018351e-06| -|cran|networkD3|1.4046095154018351e-06| -|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4034036349799583e-06| -|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4027395795390395e-06| -|spack|py-twisted|1.3960815290583238e-06| -|spack|perl-module-build|1.3960815290583238e-06| -|spack|apr|1.3960815290583238e-06| -|spack|apr-util|1.3960815290583238e-06| -|cran|GDINA|1.3935929701829974e-06| -|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.393592970182997e-06| -|rubygems|[sys-uname](https://github.com/djberg96/sys-uname)|1.3930848894126179e-06| -|rubygems|[omniauth](https://github.com/omniauth/omniauth)|1.3894274170872107e-06| -|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3881492476432198e-06| -|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3881492476432198e-06| -|cran|hdi|1.3881492476432198e-06| -|cran|gamboostLSS|1.3881492476432198e-06| -|cran|mboost|1.3881492476432198e-06| -|npm|path-exists|1.3860776641777368e-06| -|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.385438346401381e-06| -|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3834753444525029e-06| -|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3802169662281164e-06| -|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3781830479165504e-06| -|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3781830479165504e-06| -|pypi|[get_version](https://pypi.org/project/get_version)|1.3781830479165504e-06| -|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3781830479165504e-06| -|cran|[duckdb](https://duckdb.org/)|1.3759970993473506e-06| -|cran|spatialreg|1.3749287786180462e-06| -|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3648208209484564e-06| -|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3640319071791153e-06| -|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3559455410434381e-06| -|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3538081279555531e-06| -|cran|cartogram|1.3537760281777689e-06| -|cran|rmapshaper|1.3537760281777689e-06| -|cran|widgetframe|1.3537760281777689e-06| -|cran|tmaptools|1.3537760281777689e-06| -|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3536292535230121e-06| -|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3460841189267585e-06| -|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3460841189267585e-06| -|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3460841189267585e-06| -|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3460841189267585e-06| -|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3460841189267585e-06| -|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3460841189267585e-06| -|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3460841189267585e-06| -|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3460841189267585e-06| -|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3460841189267585e-06| -|cran|randgeo|1.3460841189267585e-06| -|npm|conventional-github-releaser|1.3359631857017452e-06| -|npm|corp-semantic-release|1.3359631857017452e-06| -|npm|gulp-clean-css|1.3359631857017452e-06| -|cran|googleComputeEngineR|1.3359631857017452e-06| -|npm|babel-preset-stage-3|1.3326232777374908e-06| -|npm|babel-preset-es2015-loose|1.3326232777374908e-06| -|npm|saucelabs-connector|1.3326232777374908e-06| -|npm|pinkie|1.3326232777374908e-06| -|npm|desired-capabilities|1.3326232777374908e-06| -|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3298417766169334e-06| -|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.3282485043509802e-06| -|pypi|[uproot](https://pypi.org/project/uproot)|1.3230798267104865e-06| -|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3161711385061821e-06| -|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.316171138506172e-06| -|npm|extract-text-webpack-plugin|1.316171138506164e-06| -|npm|copyfiles|1.316171138506164e-06| -|npm|perfect-scrollbar|1.316171138506164e-06| -|cran|mlr3data|1.316171138506164e-06| -|rubygems|libv8-node|1.3161711385061637e-06| -|rubygems|m|1.3161711385061637e-06| -|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.307571156635244e-06| -|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.3029247370131973e-06| -|npm|methods|1.2980096861079458e-06| -|cran|sommer|1.2961685376170123e-06| -|cran|CARBayes|1.2961685376170123e-06| -|cran|multcompView|1.2961685376170123e-06| -|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.292240754169688e-06| -|npm|is-number-like|1.2886906422076836e-06| -|pypi|[WebOb](http://webob.org/)|1.2885591565794623e-06| -|npm|content-disposition|1.288148263991266e-06| -|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2875587224516822e-06| -|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2709765267837456e-06| -|cran|clue|1.2709765267837456e-06| -|npm|[material-ui](http://material-ui.com/)|1.2691650264166653e-06| -|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.269165026416658e-06| -|npm|rollup-plugin-node-polyfills|1.269165026416658e-06| -|npm|docpress|1.269165026416658e-06| -|cran|mvabund|1.269165026416658e-06| -|cran|huxtable|1.269165026416658e-06| -|cran|texreg|1.269165026416658e-06| -|cran|dotwhisker|1.269165026416658e-06| -|cran|DHARMa|1.269165026416658e-06| -|cran|RNeXML|1.269165026416658e-06| -|cran|phylobase|1.269165026416658e-06| -|cran|striprtf|1.269165026416658e-06| -|cran|streamR|1.269165026416658e-06| -|cran|readODS|1.269165026416658e-06| -|cran|[writexl](https://docs.ropensci.org/writexl)|1.2663161711385047e-06| -|cran|[FME](http://fme.r-forge.r-project.org/)|1.2600995619422528e-06| -|npm|into-stream|1.2564733761524913e-06| -|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2524006088183045e-06| -|cran|[GA](https://luca-scr.github.io/GA/)|1.2473712835387981e-06| -|pypi|[astroML](http://astroML.github.com)|1.2463741841914493e-06| -|cran|[C50](https://topepo.github.io/C5.0/)|1.246374184191445e-06| -|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2433992320403243e-06| -|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2433061861995925e-06| -|cran|rlog|1.2425391867016232e-06| -|cran|loggit|1.2425391867016232e-06| -|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2385847564328367e-06| -|cran|[butcher](https://butcher.tidymodels.org/)|1.2385023472386558e-06| -|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2339104423495291e-06| -|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2339104423495291e-06| -|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2339104423495287e-06| -|npm|overland|1.2339104423495287e-06| -|cran|leaflet.extras2|1.2339104423495287e-06| -|cran|satellite|1.2339104423495287e-06| -|cran|leafpop|1.2339104423495287e-06| -|cran|base64|1.2339104423495287e-06| -|cran|learnr|1.2339104423495287e-06| -|rubygems|[terminal-table](https://github.com/tj/terminal-table)|1.2339104423495287e-06| -|rubygems|jekyll-titles-from-headings|1.2339104423495287e-06| -|rubygems|jekyll-theme-time-machine|1.2339104423495287e-06| -|rubygems|jekyll-theme-tactile|1.2339104423495287e-06| -|rubygems|jekyll-theme-slate|1.2339104423495287e-06| -|rubygems|jekyll-theme-modernist|1.2339104423495287e-06| -|rubygems|jekyll-theme-minimal|1.2339104423495287e-06| -|rubygems|jekyll-theme-midnight|1.2339104423495287e-06| -|rubygems|jekyll-theme-merlot|1.2339104423495287e-06| -|rubygems|jekyll-theme-leap-day|1.2339104423495287e-06| -|rubygems|jekyll-theme-hacker|1.2339104423495287e-06| -|rubygems|jekyll-theme-dinky|1.2339104423495287e-06| -|rubygems|jekyll-theme-cayman|1.2339104423495287e-06| -|rubygems|jekyll-theme-architect|1.2339104423495287e-06| -|rubygems|jekyll-swiss|1.2339104423495287e-06| -|rubygems|jekyll-sitemap|1.2339104423495287e-06| -|rubygems|jekyll-relative-links|1.2339104423495287e-06| -|rubygems|jekyll-redirect-from|1.2339104423495287e-06| -|rubygems|jekyll-readme-index|1.2339104423495287e-06| -|rubygems|jekyll-paginate|1.2339104423495287e-06| -|rubygems|jekyll-optional-front-matter|1.2339104423495287e-06| -|rubygems|jekyll-mentions|1.2339104423495287e-06| -|rubygems|jekyll-gist|1.2339104423495287e-06| -|rubygems|jekyll-default-layout|1.2339104423495287e-06| -|rubygems|jekyll-coffeescript|1.2339104423495287e-06| -|rubygems|jekyll-avatar|1.2339104423495287e-06| -|rubygems|github-pages-health-check|1.2339104423495287e-06| -|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2323177126618173e-06| -|npm|sinon-chai|1.2296975672559065e-06| -|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2294794655200784e-06| -|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2254007151609112e-06| -|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2254007151609112e-06| -|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2254007151609112e-06| -|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2254007151609112e-06| -|npm|repeat-string|1.2215713379260334e-06| -|npm|tap-out|1.2215713379260334e-06| -|npm|figures|1.2215713379260334e-06| -|npm|pretty-ms|1.2215713379260334e-06| -|npm|tapes|1.2215713379260334e-06| -|rubygems|w3c_validators|1.2215713379260334e-06| -|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2169425620764673e-06| -|cran|pheatmap|1.2109509179039007e-06| -|npm|expect|1.2103712277570145e-06| -|rubygems|rqrcode_core|1.2087285965872934e-06| -|rubygems|chunky_png|1.2087285965872934e-06| -|rubygems|standardrb|1.2087285965872934e-06| -|rubygems|chronic|1.2087285965872934e-06| -|rubygems|fast_stack|1.2087285965872934e-06| -|rubygems|guard|1.2087285965872934e-06| -|rubygems|guard-minitest|1.2087285965872934e-06| -|pypi|[radon](https://pypi.org/project/radon)|1.2087285965872932e-06| -|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2019739367828348e-06| -|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2019739367828348e-06| -|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2019739367828348e-06| -|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2019739367828348e-06| -|npm|webidl2js|1.200561511475217e-06| -|npm|mocha-sugar-free|1.200561511475217e-06| -|npm|eslint-plugin-jsdom-internal|1.200561511475217e-06| -|npm|xml-name-validator|1.200561511475217e-06| -|npm|whatwg-url|1.200561511475217e-06| -|npm|whatwg-mimetype|1.200561511475217e-06| -|npm|whatwg-encoding|1.200561511475217e-06| -|npm|webidl-conversions|1.200561511475217e-06| -|npm|w3c-xmlserializer|1.200561511475217e-06| -|npm|symbol-tree|1.200561511475217e-06| -|npm|rrweb-cssom|1.200561511475217e-06| -|npm|parse5|1.200561511475217e-06| -|npm|nwsapi|1.200561511475217e-06| -|npm|is-potential-custom-element-name|1.200561511475217e-06| -|npm|https-proxy-agent|1.200561511475217e-06| -|npm|http-proxy-agent|1.200561511475217e-06| -|npm|html-encoding-sniffer|1.200561511475217e-06| -|npm|domexception|1.200561511475217e-06| -|npm|decimal.js|1.200561511475217e-06| -|npm|data-urls|1.200561511475217e-06| -|npm|cssstyle|1.200561511475217e-06| -|npm|abab|1.200561511475217e-06| -|npm|vuetify-loader|1.200561511475217e-06| -|npm|vue-meta|1.200561511475217e-06| -|npm|stylus-loader|1.200561511475217e-06| -|npm|pug-loader|1.200561511475217e-06| -|npm|optimize-css-assets-webpack-plugin|1.200561511475217e-06| -|npm|identity-obj-proxy|1.200561511475217e-06| -|npm|happypack|1.200561511475217e-06| -|npm|friendly-errors-webpack-plugin|1.200561511475217e-06| -|npm|fork-ts-checker-webpack-plugin|1.200561511475217e-06| -|npm|cssnano|1.200561511475217e-06| -|npm|babel-plugin-transform-define|1.200561511475217e-06| -|npm|babel-plugin-detective|1.200561511475217e-06| -|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1965192168237945e-06| -|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1965192168237945e-06| -|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1965192168237945e-06| -|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1965192168237945e-06| -|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1965192168237945e-06| -|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1965192168237945e-06| -|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1965192168237945e-06| -|pypi|[pyone](http://opennebula.io)|1.1965192168237945e-06| -|pypi|[contextily](https://github.com/darribas/contextily)|1.1965192168237945e-06| -|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1965192168237945e-06| -|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1965192168237945e-06| -|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1965192168237945e-06| -|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1965192168237945e-06| -|pypi|[synthia](https://github.com/dmey/synthia)|1.1965192168237945e-06| -|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1965192168237945e-06| -|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1965192168237945e-06| -|pypi|[pystan](https://mc-stan.org)|1.1965192168237945e-06| -|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1965192168237945e-06| -|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1965192168237945e-06| -|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1965192168237945e-06| -|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1965192168237945e-06| -|pypi|[parmap](https://github.com/zeehio/parmap)|1.1965192168237945e-06| -|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1965192168237945e-06| -|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1965192168237945e-06| -|npm|[node-minify](https://github.com/srod/node-minify)|1.1965192168237945e-06| -|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1965192168237945e-06| -|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1965192168237945e-06| -|pypi|[libceed](https://libceed.readthedocs.io)|1.1965192168237856e-06| -|pypi|[clingo](https://github.com/potassco/clingo)|1.1965192168237856e-06| -|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.1965192168237856e-06| -|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.1965192168237856e-06| -|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.1965192168237856e-06| -|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.1965192168237856e-06| -|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.1965192168237856e-06| -|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.1965192168237856e-06| -|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.1965192168237856e-06| -|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.1965192168237856e-06| -|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.1965192168237856e-06| -|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.1965192168237856e-06| -|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.1965192168237856e-06| -|spack|catkin|1.1965192168237856e-06| -|spack|roslaunch|1.1965192168237856e-06| -|spack|bpp-phyl-omics3|1.1965192168237856e-06| -|spack|bpp-popgen3|1.1965192168237856e-06| -|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.1965192168237856e-06| -|npm|[graphql](https://github.com/graphql/graphql-js)|1.1965192168237856e-06| -|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.1965192168237856e-06| -|npm|Gmsh|1.1965192168237856e-06| -|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.1965192168237856e-06| -|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.1965192168237856e-06| -|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1896486297716018e-06| -|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.189439221457965e-06| -|npm|[cors](https://github.com/expressjs/cors#readme)|1.1862522383862993e-06| -|cran|[susieR](https://github.com/stephenslab/susieR)|1.186114701894882e-06| -|npm|babel-plugin-transform-object-rest-spread|1.1859395958974876e-06| -|npm|karma-sourcemap-loader|1.1859395958974876e-06| -|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1845540246555547e-06| -|cran|repurrrsive|1.1845540246555477e-06| -|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1845540246555475e-06| -|npm|ent|1.1727084844089918e-06| -|npm|traverse|1.1727084844089918e-06| -|npm|charm|1.1727084844089918e-06| -|npm|deep-is|1.1727084844089918e-06| -|cran|rvg|1.1689677874890272e-06| -|cran|phosphoricons|1.1689677874890272e-06| -|cran|datamods|1.1689677874890272e-06| -|cran|[NMF](http://renozao.github.io/NMF)|1.1675923786148614e-06| -|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1557287889775237e-06| -|cran|aws.ec2metadata|1.1537863876515072e-06| -|pypi|[pyink](https://pypi.org/project/pyink)|1.1497142004009727e-06| -|spack|rpcsvc-proto|1.1497142004009725e-06| -|spack|libtirpc|1.1497142004009725e-06| -|cran|ISLR|1.1463426045053686e-06| -|cran|ICSOutlier|1.1463426045053686e-06| -|cran|ICS|1.1463426045053686e-06| -|cran|bigutilsr|1.1463426045053686e-06| -|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.138994254476488e-06| -|pypi|[pyquery](https://pypi.org/project/pyquery)|1.138994254476488e-06| -|rubygems|googleauth|1.1281466901481404e-06| -|rubygems|google-apis-sheets_v4|1.1281466901481404e-06| -|rubygems|google-apis-drive_v3|1.1281466901481404e-06| -|rubygems|sass|1.1281466901481404e-06| -|pypi|[PySide2](https://www.pyside.org)|1.127121102248017e-06| -|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.124098316858136e-06| -|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1140006501462829e-06| -|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1140006501462829e-06| -|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1140006501462829e-06| -|pypi|[networkit](https://pypi.org/project/networkit)|1.1140006501462829e-06| -|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1140006501462829e-06| -|pypi|[infomap](https://pypi.org/project/infomap)|1.1140006501462829e-06| -|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1140006501462829e-06| -|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1140006501462829e-06| -|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1140006501462829e-06| -|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1140006501462829e-06| -|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1140006501462829e-06| -|pypi|[nf1](https://pypi.org/project/nf1)|1.1140006501462829e-06| -|pypi|[demon](https://pypi.org/project/demon)|1.1140006501462829e-06| -|pypi|[python-forge](http://github.com/dfee/forge)|1.113338736509832e-06| -|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.112324786807011e-06| -|cran|[proto](https://github.com/hadley/proto)|1.1082848500247602e-06| -|npm|pkgfiles|1.1036217621014418e-06| -|npm|obake|1.1036217621014418e-06| -|npm|is-node-modern|1.1036217621014418e-06| -|npm|far|1.1036217621014418e-06| -|npm|fake|1.1036217621014418e-06| -|npm|asynckit|1.1036217621014418e-06| -|cran|tidyquant|1.1036217621014418e-06| -|cran|tibbletime|1.1036217621014418e-06| -|cran|sweep|1.1036217621014418e-06| -|npm|[temporary](https://github.com/vesln/temporary)|1.1025464383332403e-06| -|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1025464383332403e-06| -|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1025464383332403e-06| -|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1025464383332403e-06| -|npm|exit|1.1025464383332403e-06| -|cran|tensorflow|1.1019414110821994e-06| -|npm|d3-time-format|1.0968092820884699e-06| -|npm|d3-time|1.0968092820884699e-06| -|npm|d3-scale-chromatic|1.0968092820884699e-06| -|npm|d3-random|1.0968092820884699e-06| -|npm|d3-quadtree|1.0968092820884699e-06| -|npm|d3-polygon|1.0968092820884699e-06| -|npm|d3-path|1.0968092820884699e-06| -|npm|d3-hierarchy|1.0968092820884699e-06| -|npm|d3-geo|1.0968092820884699e-06| -|npm|d3-force|1.0968092820884699e-06| -|npm|d3-drag|1.0968092820884699e-06| -|npm|d3-delaunay|1.0968092820884699e-06| -|npm|d3-contour|1.0968092820884699e-06| -|npm|d3-chord|1.0968092820884699e-06| -|npm|cz-conventional-changelog|1.094591685764035e-06| -|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0934344842974286e-06| -|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0934344842974286e-06| -|cran|[EMbC]()|1.0790039366000234e-06| -|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0776430562884676e-06| -|cran|[geodist](https://github.com/hypertidy/geodist)|1.0768672951414273e-06| -|cran|googlePolylines|1.076867295141412e-06| -|cran|languageR|1.076867295141407e-06| -|cran|hypergeo|1.076867295141407e-06| -|npm|browserify-middleware|1.0744254191887052e-06| -|npm|code-mirror|1.0744254191887052e-06| -|npm|github-basic|1.0744254191887052e-06| -|npm|handle|1.0744254191887052e-06| -|npm|highlight-codemirror|1.0744254191887052e-06| -|npm|inconsolata|1.0744254191887052e-06| -|npm|jade-code-mirror|1.0744254191887052e-06| -|npm|jade-highlighter|1.0744254191887052e-06| -|npm|jstransformer-cdata|1.0744254191887052e-06| -|npm|jstransformer-coffee-script|1.0744254191887052e-06| -|npm|jstransformer-less|1.0744254191887052e-06| -|npm|jstransformer-marked|1.0744254191887052e-06| -|npm|jstransformer-stylus|1.0744254191887052e-06| -|npm|jstransformer-verbatim|1.0744254191887052e-06| -|npm|less-file|1.0744254191887052e-06| -|npm|linify|1.0744254191887052e-06| -|npm|lsr|1.0744254191887052e-06| -|npm|pull-request|1.0744254191887052e-06| -|npm|stop|1.0744254191887052e-06| -|npm|twbs|1.0744254191887052e-06| -|npm|character-parser|1.0744254191887052e-06| -|npm|constantinople|1.0744254191887052e-06| -|npm|jstransformer|1.0744254191887052e-06| -|npm|transformers|1.0744254191887052e-06| -|npm|void-elements|1.0744254191887052e-06| -|npm|with|1.0744254191887052e-06| -|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0663937847554168e-06| -|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0663937847554168e-06| -|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0605511240029007e-06| -|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0534571365513747e-06| -|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0515887201380873e-06| -|npm|testing-library|1.0481282935442274e-06| -|pypi|[stingray](https://docs.stingray.science)|1.0469543147208178e-06| -|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0469543147208127e-06| -|cran|automap|1.039082477768024e-06| -|rubygems|ruby-vips|1.0360530827891086e-06| -|rubygems|mini_magick|1.0360530827891086e-06| -|rubygems|minitest-hooks|1.0360530827891086e-06| -|rubygems|minispec-metadata|1.0360530827891086e-06| -|rubygems|dhash-vips|1.0360530827891086e-06| -|rubygems|ZenTest|1.0360530827891086e-06| -|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0330413005716983e-06| -|npm|vitest|1.0330413005716983e-06| -|npm|todomvc-app-css|1.0330413005716983e-06| -|npm|karma-esbuild|1.0330413005716983e-06| -|npm|jasmine-core|1.0330413005716983e-06| -|npm|he|1.0330413005716983e-06| -|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0328900721570343e-06| -|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.031415104112714e-06| -|cran|snpStats|1.0300469779613457e-06| -|spack|seqan.|1.0255879001346733e-06| -|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0255277638707128e-06| -|rubygems|rubocop-rake|1.0226103868762176e-06| -|rubygems|rubocop-minitest|1.0226103868762176e-06| -|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0211672626340926e-06| -|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0188481065374175e-06| -|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0170413343002234e-06| -|npm|dts-gen|1.0153320211333264e-06| -|npm|documentation|1.0153320211333264e-06| -|npm|check-node-version|1.0153320211333264e-06| -|npm|check-es3-syntax-cli|1.0153320211333264e-06| -|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0136855260518716e-06| -|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0095630891950688e-06| -|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0095630891950688e-06| -|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.007849744629199e-06| -|pypi|[nessai](https://pypi.org/project/nessai)|1.005865055901314e-06| -|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.005865055901314e-06| -|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.005865055901314e-06| -|cran|som|1.0023149439393094e-06| -|pypi|[cmaes](https://pypi.org/project/cmaes)|9.996236494983523e-07| -|pypi|[catboost](https://pypi.org/project/catboost)|9.996236494983523e-07| -|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.970993473531604e-07| -|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.88682274940439e-07| -|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.87128353879623e-07| -|pypi|[big-O](https://pypi.org/project/big-O)|9.87128353879623e-07| -|cran|qdapDictionaries|9.87128353879623e-07| -|cran|QuickJSR|9.87128353879623e-07| -|rubygems|omniauth-oauth2|9.871283538796228e-07| -|rubygems|ruby_dig|9.871283538796228e-07| -|npm|nodeunit|9.772570703408266e-07| -|npm|tar|9.772570703408266e-07| -|npm|closurecompiler-externs|9.772570703408266e-07| -|cran|swagger|9.762807895512755e-07| -|cran|nlshrink|9.762807895512753e-07| -|cran|NetworkComparisonTest|9.762807895512753e-07| -|cran|NetworkToolbox|9.762807895512753e-07| -|cran|glassoFast|9.762807895512753e-07| -|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.759109862219066e-07| -|rubygems|listen|9.695306875469548e-07| -|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.644670050761405e-07| -|cran|[ghql](https://github.com/ropensci/ghql)|9.641183689407044e-07| -|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.608411892675902e-07| -|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.572153734590371e-07| -|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.552855037544739e-07| -|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.542970339057987e-07| -|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.501770251247707e-07| -|pypi|[py-spec](https://pypi.org/project/py-spec)|9.501770251247707e-07| -|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.501770251247707e-07| -|pypi|[ale-py](https://pypi.org/project/ale-py)|9.501770251247707e-07| -|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.501770251247707e-07| -|pypi|[rlds](https://pypi.org/project/rlds)|9.501770251247707e-07| -|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.47643219724438e-07| -|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.401222417901169e-07| -|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.401222417901169e-07| -|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.401222417901169e-07| -|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.367344138917768e-07| -|cran|[isdparser](https://github.com/ropensci/isdparser)|9.29439034497048e-07| -|cran|geonames|9.29439034497048e-07| -|pypi|[connexion](https://github.com/zalando/connexion)|9.273023930384302e-07| -|npm|gpx-parse|9.266393934723969e-07| -|npm|node-geo-distance|9.266393934723969e-07| -|npm|redis|9.266393934723969e-07| -|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.258779653993617e-07| -|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.258224876913094e-07| -|npm|seed-random|9.254328317621465e-07| -|npm|freeport|9.254328317621465e-07| -|npm|node-uuid|9.254328317621465e-07| -|npm|event-emitter|9.254328317621465e-07| -|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.245830311820198e-07| -|cran|[xslt](https://github.com/ropensci/xslt)|9.245830311820198e-07| -|spack|sowing|9.230291101212059e-07| -|spack|hipblas|9.230291101212059e-07| -|spack|hipsparse|9.230291101212059e-07| -|spack|rocsparse|9.230291101212059e-07| -|spack|rocsolver|9.230291101212059e-07| -|spack|rocblas|9.230291101212059e-07| -|spack|rocrand|9.230291101212059e-07| -|spack|rocthrust|9.230291101212059e-07| -|spack|rocprim|9.230291101212059e-07| -|spack|metis|9.230291101212059e-07| -|spack|scotch|9.230291101212059e-07| -|spack|parmetis|9.230291101212059e-07| -|spack|mmg|9.230291101212059e-07| -|spack|parmmg|9.230291101212059e-07| -|spack|tetgen|9.230291101212059e-07| -|spack|hypre|9.230291101212059e-07| -|spack|superlu-dist|9.230291101212059e-07| -|spack|strumpack|9.230291101212059e-07| -|spack|scalapack|9.230291101212059e-07| -|spack|mumps|9.230291101212059e-07| -|spack|trilinos|9.230291101212059e-07| -|spack|mpfr|9.230291101212059e-07| -|spack|giflib|9.230291101212059e-07| -|spack|exodusii|9.230291101212059e-07| -|spack|parallel-netcdf|9.230291101212059e-07| -|spack|random123|9.230291101212059e-07| -|spack|moab|9.230291101212059e-07| -|spack|p4est|9.230291101212059e-07| -|spack|saws|9.230291101212059e-07| -|spack|libyaml|9.230291101212059e-07| -|spack|kokkos-kernels|9.230291101212059e-07| -|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.153299672872847e-07| -|pypi|[spacy-transformers](https://spacy.io)|9.13667639172302e-07| -|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.13667639172302e-07| -|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.13667639172302e-07| -|pypi|[natto-py](https://pypi.org/project/natto-py)|9.13667639172302e-07| -|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.13667639172302e-07| -|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.13667639172302e-07| -|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.13667639172302e-07| -|cran|starsdata|9.120207617366082e-07| -|cran|ncdfgeom|9.120207617366082e-07| -|cran|cubelyr|9.120207617366082e-07| -|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.111954035811905e-07| -|cran|vtreat|9.111954035811904e-07| -|cran|smotefamily|9.111954035811904e-07| -|cran|bestNormalize|9.111954035811904e-07| -|cran|mlr3learners|9.111954035811904e-07| -|cran|mlr3filters|9.111954035811904e-07| -|cran|bbotk|9.111954035811904e-07| -|cran|alr4|9.111954035811904e-07| -|cran|carData|9.111954035811904e-07| -|cran|compositions|9.088649805541285e-07| -|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.079940143722974e-07| -|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.008080389516221e-07| -|rubygems|coffee-script-source|8.974809829660652e-07| -|cran|[Momocs](https://github.com/MomX/Momocs/)|8.973894126178509e-07| -|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.97389412617846e-07| -|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.973894126178409e-07| -|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.973894126178409e-07| -|pypi|[cspy](https://github.com/torressa/cspy)|8.973894126178409e-07| -|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.973894126178409e-07| -|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.973894126178409e-07| -|pypi|[genshi](https://github.com/edgewall/genshi)|8.973894126178409e-07| -|pypi|[multiqc](http://multiqc.info)|8.973894126178409e-07| -|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.973894126178409e-07| -|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.973894126178409e-07| -|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.973894126178409e-07| -|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.973894126178409e-07| -|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.973894126178409e-07| -|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.973894126178409e-07| -|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.973894126178409e-07| -|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.973894126178409e-07| -|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.973894126178409e-07| -|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.973894126178409e-07| -|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.973894126178409e-07| -|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.973894126178409e-07| -|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.973894126178409e-07| -|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.973894126178409e-07| -|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.973894126178409e-07| -|npm|[uikit](https://getuikit.com)|8.973894126178409e-07| -|cran|leaflet.minicharts|8.973894126178409e-07| -|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.973894126178409e-07| -|cran|[metR](https://github.com/eliocamp/metR)|8.973894126178409e-07| -|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.973894126178409e-07| -|cran|[LiblineaR]()|8.973894126178399e-07| -|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.973894126178391e-07| -|pypi|[COFFEE](UNKNOWN)|8.973894126178391e-07| -|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.973894126178391e-07| -|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.973894126178391e-07| -|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.973894126178391e-07| -|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.973894126178391e-07| -|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.973894126178391e-07| -|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.973894126178391e-07| -|pypi|[easybuild](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-easyblocks](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-framework](https://easybuild.io)|8.973894126178391e-07| -|npm|[tailwindcss](https://tailwindcss.com)|8.973894126178391e-07| -|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.973894126178391e-07| -|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.973894126178391e-07| -|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.973894126178391e-07| -|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.973894126178391e-07| -|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.973894126178391e-07| -|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.973894126178391e-07| -|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.973894126178391e-07| -|pypi|[pesummary](https://pypi.org/project/pesummary)|8.906421238011635e-07| -|pypi|[littleutils](https://pypi.org/project/littleutils)|8.906421238011635e-07| -|cran|qap|8.884155184916607e-07| -|cran|biomaRt|8.884155184916606e-07| -|cran|[tune](https://tune.tidymodels.org/)|8.801980445600267e-07| -|rubygems|sdoc|8.774474256707759e-07| -|rubygems|generator_spec|8.774474256707759e-07| -|rubygems|codecov|8.774474256707759e-07| -|rubygems|tilt|8.774474256707759e-07| -|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.742032746841693e-07| -|pypi|[jsonref](https://pypi.org/project/jsonref)|8.731356447092487e-07| -|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.731356447092487e-07| -|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.731356447092487e-07| -|pypi|[promise](https://pypi.org/project/promise)|8.731356447092487e-07| -|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.709956063643732e-07| -|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.709956063643732e-07| -|pypi|[punch.py](https://pypi.org/project/punch.py)|8.709956063643732e-07| -|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.709956063643732e-07| -|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.709956063643732e-07| -|pypi|[oedialect](https://pypi.org/project/oedialect)|8.709956063643732e-07| -|pypi|[testresources](https://pypi.org/project/testresources)|8.686729514140682e-07| -|pypi|[oslotest](https://pypi.org/project/oslotest)|8.686729514140682e-07| -|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.686729514140682e-07| -|pypi|[betamax](https://pypi.org/project/betamax)|8.686729514140682e-07| -|pypi|[cugraph](https://pypi.org/project/cugraph)|8.54245690857366e-07| -|pypi|[cuml](https://pypi.org/project/cuml)|8.54245690857366e-07| -|cran|dblog|8.497887568181101e-07| -|pypi|[bioframe](https://github.com/open2c/bioframe)|8.475344452501835e-07| -|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.475344452501835e-07| -|spack|[glog](https://github.com/google/glog)|8.4670628964607e-07| -|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.461100176111053e-07| -|npm|babel-plugin-unassert|8.461100176111053e-07| -|npm|babel-preset-power-assert|8.461100176111053e-07| -|npm|eslint-config-mysticatea|8.461100176111053e-07| -|npm|if-node-version|8.461100176111053e-07| -|npm|power-assert|8.461100176111053e-07| -|npm|glob2base|8.461100176111053e-07| -|npm|shell-quote|8.461100176111053e-07| -|npm|subarg|8.461100176111053e-07| -|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.461100176111053e-07| -|pypi|[clize](https://github.com/epsy/clize)|8.375634517766521e-07| -|pypi|[tvtk](https://pypi.org/project/tvtk)|8.361557821097981e-07| -|pypi|[docrepr](https://pypi.org/project/docrepr)|8.341929751095404e-07| -|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.227877543051578e-07| -|cran|bcpa|8.226069615663524e-07| -|cran|amt|8.226069615663524e-07| -|cran|circular|8.226069615663524e-07| -|npm|batch|8.200758632230714e-07| -|pypi|[sybil](https://pypi.org/project/sybil)|8.143808919506888e-07| -|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.143808919506888e-07| -|rubygems|stringex|8.143808919506888e-07| -|cran|genlasso|8.131949826010623e-07| -|cran|L0Learn|8.131949826010623e-07| -|cran|mixsqp|8.131949826010623e-07| -|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.094100584396244e-07| -|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.094100584396244e-07| -|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.066490401178507e-07| -|rubygems|search_ui|8.06237083031182e-07| -|rubygems|pstree|8.06237083031182e-07| -|rubygems|mize|8.06237083031182e-07| -|rubygems|infobar|8.06237083031182e-07| -|rubygems|rspec_junit_formatter|8.058190643915289e-07| -|npm|sendgrid-rest|8.03087474342744e-07| -|npm|system-sleep|8.03087474342744e-07| -|npm|lodash.chunk|8.03087474342744e-07| -|npm|mailparser|8.03087474342744e-07| -|npm|async.ensureasync|8.03087474342744e-07| -|npm|bottleneck|8.03087474342744e-07| -|npm|mocha-sinon|8.03087474342744e-07| -|npm|async.queue|8.03087474342744e-07| -|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|7.984934365334244e-07| -|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.968817984046448e-07| -|cran|slider|7.897026831036982e-07| -|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.88913769334376e-07| -|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.852958600953071e-07| -|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.809215056581034e-07| -|cran|[scattermore](https://github.com/exaexa/scattermore)|7.804760032274872e-07| -|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.793118583260181e-07| -|npm|material-components-web|7.793118583260181e-07| -|npm|foundation-sites|7.793118583260181e-07| -|npm|enhanced-resolve|7.793118583260181e-07| -|npm|bootstrap-sass|7.793118583260181e-07| -|npm|neo-async|7.793118583260181e-07| -|npm|klona|7.793118583260181e-07| -|cran|NetSwan|7.725352334710092e-07| -|cran|netrankr|7.725352334710092e-07| -|cran|fortunes|7.697643219724441e-07| -|npm|typescript3|7.691909251010049e-07| -|npm|node-qunit|7.691909251010049e-07| -|npm|load-grunt-tasks|7.691909251010049e-07| -|npm|karma-sauce-launcher|7.691909251010049e-07| -|npm|karma-qunit|7.691909251010049e-07| -|npm|grunt-string-replace|7.691909251010049e-07| -|npm|grunt-nuget|7.691909251010049e-07| -|npm|grunt-karma|7.691909251010049e-07| -|npm|grunt-exec|7.691909251010049e-07| -|npm|grunt-env|7.691909251010049e-07| -|npm|grunt-contrib-copy|7.691909251010049e-07| -|npm|grunt-contrib-concat|7.691909251010049e-07| -|npm|grunt-benchmark|7.691909251010049e-07| -|cran|mail|7.691909251010049e-07| -|cran|bibtex|7.691909251010049e-07| -|cran|synchronicity|7.691909251010049e-07| -|cran|doMPI|7.691909251010049e-07| -|cran|rngtools|7.691909251010049e-07| -|pypi|[dcor](https://pypi.org/project/dcor)|7.658754469755695e-07| -|cran|waveslim|7.658754469755695e-07| -|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.655797001005305e-07| -|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.597897026831075e-07| -|npm|random-buffer|7.593295029843253e-07| -|npm|nock|7.593295029843253e-07| -|npm|is-zip|7.593295029843253e-07| -|npm|p-event|7.593295029843253e-07| -|npm|make-dir|7.593295029843253e-07| -|npm|got|7.593295029843253e-07| -|npm|filenamify|7.593295029843253e-07| -|npm|ext-name|7.593295029843253e-07| -|npm|decompress|7.593295029843253e-07| -|npm|archive-type|7.593295029843253e-07| -|npm|watch|7.593295029843253e-07| -|npm|unminified-webpack-plugin|7.593295029843253e-07| -|npm|jsonpath|7.593295029843253e-07| -|npm|jest-cli|7.593295029843253e-07| -|npm|globify|7.593295029843253e-07| -|npm|codacy-coverage|7.593295029843253e-07| -|npm|cash-cat|7.593295029843253e-07| -|npm|biased-opener|7.593295029843253e-07| -|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.593295029843253e-07| -|npm|package-yaml|7.593295029843253e-07| -|npm|json-loader|7.593295029843253e-07| -|npm|isparta-loader|7.593295029843253e-07| -|npm|isparta|7.593295029843253e-07| -|npm|gatsby|7.593295029843253e-07| -|npm|enzyme-adapter-react-16|7.593295029843253e-07| -|npm|enzyme|7.593295029843253e-07| -|npm|conventional-changelog|7.593295029843253e-07| -|npm|chai-enzyme|7.593295029843253e-07| -|npm|babel-plugin-__coverage__|7.593295029843253e-07| -|npm|add-stream|7.593295029843253e-07| -|npm|karma-webpack|7.593295029843253e-07| -|npm|lodash.isequal|7.593295029843253e-07| -|npm|clamp|7.593295029843253e-07| -|cran|[uwot](https://github.com/jlmelville/uwot)|7.555485195436585e-07| -|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.37314544421144e-07| -|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.3294280275562e-07| -|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.3294280275562e-07| -|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.3294280275562e-07| -|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.3294280275562e-07| -|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.3294280275562e-07| -|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.3294280275562e-07| -|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.3294280275562e-07| -|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.3294280275562e-07| -|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.3294280275562e-07| -|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.263868745467761e-07| -|rubygems|letter_opener|7.252371579523761e-07| -|cran|minpack.lm|7.22950442867503e-07| -|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.179115300942848e-07| -|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.179115300942848e-07| -|pypi|[brian2](http://www.briansimulator.org/)|7.179115300942848e-07| -|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.179115300942848e-07| -|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.179115300942848e-07| -|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.179115300942848e-07| -|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.179115300942848e-07| -|cran|Rd2md|7.179115300942848e-07| -|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.179115300942747e-07| -|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.179115300942747e-07| -|pypi|[gala](http://gala.adrian.pw/)|7.179115300942747e-07| -|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.179115300942747e-07| -|pypi|[update_checker](https://github.com/bboe/update_checker)|7.179115300942747e-07| -|pypi|[RagTag](https://github.com/malonge/RagTag)|7.179115300942747e-07| -|pypi|[control](https://python-control.org)|7.179115300942747e-07| -|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.179115300942747e-07| -|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.179115300942747e-07| -|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.179115300942747e-07| -|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.179115300942747e-07| -|pypi|[pyviz](http://pyviz.org)|7.179115300942747e-07| -|pypi|[molsets](https://pypi.org/project/molsets)|7.179115300942747e-07| -|pypi|[bakta](https://github.com/oschwengers/bakta)|7.179115300942747e-07| -|spack|[cereal](https://uscilab.github.io/cereal/)|7.179115300942747e-07| -|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.179115300942747e-07| -|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.179115300942747e-07| -|cran|[hash](http://www.johnhughes.org)|7.179115300942747e-07| -|cran|[leafletR](https://github.com/chgrl/leafletR)|7.179115300942747e-07| -|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.179115300942747e-07| -|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.179115300942747e-07| -|cran|[jfa](https://koenderks.github.io/jfa/)|7.179115300942747e-07| -|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.179115300942712e-07| -|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.179115300942712e-07| -|pypi|[pbcore](UNKNOWN)|7.179115300942712e-07| -|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.179115300942712e-07| -|pypi|[Cigar](https://github.com/brentp/cigar)|7.179115300942712e-07| -|pypi|[statistics](UNKNOWN)|7.179115300942712e-07| -|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.179115300942712e-07| -|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.179115300942712e-07| -|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.179115300942712e-07| -|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.179115300942712e-07| -|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.179115300942712e-07| -|rubygems|ttfunk|7.179115300942711e-07| -|rubygems|ruby-rc4|7.179115300942711e-07| -|rubygems|hashery|7.179115300942711e-07| -|rubygems|Ascii85|7.179115300942711e-07| -|rubygems|afm|7.179115300942711e-07| -|rubygems|morecane|7.179115300942711e-07| -|rubygems|cane|7.179115300942711e-07| -|pypi|[simupy](https://github.com/simupy/simupy)|7.179115300942646e-07| -|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.179115300942646e-07| -|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.179115300942646e-07| -|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.179115300942646e-07| -|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.179115300942646e-07| -|cran|textshaping|7.150661490298732e-07| -|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.150225500938918e-07| -|cran|[fda](http://www.functionaldata.org)|7.122138195379735e-07| -|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.113920343615806e-07| -|cran|R.cache|7.107324147933285e-07| -|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.10163440620294e-07| -|npm|slugify|7.050916813425878e-07| -|npm|serve-handler|7.050916813425878e-07| -|npm|pixelmatch|7.050916813425878e-07| -|npm|magic-string|7.050916813425878e-07| -|npm|dtslint|7.050916813425878e-07| -|npm|cwebp-bin|7.050916813425878e-07| -|npm|zrender|7.050916813425878e-07| -|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.050916813425878e-07| -|npm|rollup-plugin-npm|7.050916813425878e-07| -|npm|native-promise-only|7.050916813425878e-07| -|npm|karma-safari-launcher|7.050916813425878e-07| -|npm|eslint-plugin-prefer-arrow|7.050916813425878e-07| -|npm|cheerio|7.050916813425878e-07| -|npm|babel-plugin-syntax-async-generators|7.050916813425878e-07| -|npm|babel-minify|7.050916813425878e-07| -|cran|tidymodels|6.967964850914987e-07| -|pypi|[sparse](https://github.com/pydata/sparse/)|6.942530819434397e-07| -|pypi|[servicex](https://pypi.org/project/servicex)|6.87362103281749e-07| -|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.87362103281749e-07| -|pypi|[aiostream](https://pypi.org/project/aiostream)|6.87362103281749e-07| -|pypi|[parsl](https://pypi.org/project/parsl)|6.87362103281749e-07| -|pypi|[mplhep](https://pypi.org/project/mplhep)|6.87362103281749e-07| -|pypi|[hist](https://pypi.org/project/hist)|6.87362103281749e-07| -|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.87362103281749e-07| -|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.87362103281749e-07| -|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.87362103281749e-07| -|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.858619082150628e-07| -|cran|psychotree|6.807781750893952e-07| -|cran|psychotools|6.807781750893952e-07| -|cran|coin|6.807781750893952e-07| -|cran|pmml|6.807781750893952e-07| -|cran|inum|6.807781750893952e-07| -|cran|libcoin|6.807781750893952e-07| -|cran|GPfit|6.807781750893952e-07| -|cran|rapportools|6.768880140888842e-07| -|cran|suncalc|6.730420594633793e-07| -|cran|manipulate|6.730420594633793e-07| -|cran|Gmedian|6.730420594633793e-07| -|cran|fasttime|6.730420594633793e-07| -|npm|should-util|6.730420594633792e-07| -|npm|mocha-better-spec-reporter|6.730420594633792e-07| -|npm|should-equal|6.730420594633792e-07| -|npm|eslint-config-shouldjs|6.730420594633792e-07| -|npm|should-type|6.730420594633792e-07| -|npm|should-format|6.730420594633792e-07| -|npm|should-type-adaptors|6.730420594633792e-07| -|npm|svelte-jest|6.679815928508726e-07| -|npm|rollup-plugin-postcss|6.679815928508726e-07| -|pypi|[sciris](http://github.com/sciris/sciris)|6.619851946815224e-07| -|pypi|[iPython](https://ipython.org)|6.598451563366476e-07| -|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.580855692530911e-07| -|rubygems|elasticsearch-transport|6.580855692530819e-07| -|rubygems|elasticsearch-api|6.580855692530819e-07| -|rubygems|ruby-prof|6.580855692530819e-07| -|rubygems|require-prof|6.580855692530819e-07| -|cran|truncdist|6.532467047732798e-07| -|cran|rmutil|6.532467047732798e-07| -|cran|cramer|6.532467047732798e-07| -|cran|yesno|6.532467047732798e-07| -|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.526468455402451e-07| -|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.526468455402451e-07| -|npm|stream-spigot|6.515047135605511e-07| -|npm|polendina|6.515047135605511e-07| -|npm|hundreds|6.515047135605511e-07| -|npm|buffer|6.515047135605511e-07| -|npm|unorm|6.515047135605511e-07| -|npm|iconv|6.515047135605511e-07| -|npm|errto|6.515047135605511e-07| -|npm|grunt-legacy-log-utils|6.515047135605511e-07| -|npm|vuepress-plugin-social-share|6.508538597008502e-07| -|npm|vuepress-plugin-smooth-scroll|6.508538597008502e-07| -|npm|vuepress-plugin-google-adsense|6.508538597008502e-07| -|npm|vuepress-plugin-element-tabs|6.508538597008502e-07| -|npm|vuepress|6.508538597008502e-07| -|npm|vue-eslint-parser|6.508538597008502e-07| -|npm|vue-codemirror|6.508538597008502e-07| -|npm|terser-webpack-plugin|6.508538597008502e-07| -|npm|replace-in-file|6.508538597008502e-07| -|npm|faker|6.508538597008502e-07| -|npm|eslint-plugin-vue|6.508538597008502e-07| -|cran|[kSamples](NA)|6.48114575779552e-07| -|pypi|[geopy](https://github.com/geopy/geopy)|6.450849277625962e-07| -|npm|stream-combiner2|6.449896664249456e-07| -|npm|source-map|6.449896664249456e-07| -|npm|slash|6.449896664249456e-07| -|npm|falafel|6.449896664249456e-07| -|npm|convert-source-map|6.449896664249456e-07| -|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.438612149272048e-07| -|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.375932352636479e-07| -|pypi|[mxnet](https://pypi.org/project/mxnet)|6.368570025029825e-07| -|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.368570025029825e-07| -|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.357177234287375e-07| -|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.357177234287375e-07| -|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.357177234287375e-07| -|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.357177234287375e-07| -|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.357177234287375e-07| -|pypi|[python-framel](https://pypi.org/project/python-framel)|6.357177234287375e-07| -|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.357177234287375e-07| -|cran|graphlayouts|6.34582513208329e-07| -|npm|webpack-manifest-plugin|6.267481611934114e-07| -|npm|script-loader|6.267481611934114e-07| -|npm|recursive-readdir|6.267481611934114e-07| -|npm|react-dev-utils|6.267481611934114e-07| -|npm|output-file-sync|6.267481611934114e-07| -|npm|npm-release|6.267481611934114e-07| -|npm|imports-loader|6.267481611934114e-07| -|npm|fs-promise|6.267481611934114e-07| -|npm|flow-typed|6.267481611934114e-07| -|npm|flow-bin|6.267481611934114e-07| -|npm|find-cache-dir|6.267481611934114e-07| -|npm|filesize|6.267481611934114e-07| -|npm|fake-xml-http-request|6.267481611934114e-07| -|npm|eslint-plugin-flowtype|6.267481611934114e-07| -|npm|eslint-loader|6.267481611934114e-07| -|npm|dmd-clear|6.267481611934114e-07| -|npm|dagre|6.267481611934114e-07| -|npm|child-process-promise|6.267481611934114e-07| -|npm|case-sensitive-paths-webpack-plugin|6.267481611934114e-07| -|npm|babel-plugin-flow-react-proptypes|6.267481611934114e-07| -|pypi|[starry](https://pypi.org/project/starry)|6.212695933508116e-07| -|npm|gulp-marked|6.212695933508116e-07| -|npm|gulp-mocha-phantomjs|6.212695933508116e-07| -|npm|humanize|6.212695933508116e-07| -|npm|chai-jquery|6.212695933508116e-07| -|npm|gulp-iife|6.212695933508116e-07| -|npm|gulp-cache|6.212695933508116e-07| -|npm|gulp-closure-compiler|6.212695933508116e-07| -|npm|drool|6.212695933508116e-07| -|npm|gulp-imagemin|6.212695933508116e-07| -|npm|escodegen|6.212695933508116e-07| -|npm|gulp-zip|6.212695933508116e-07| -|npm|gulp-csso|6.212695933508116e-07| -|npm|gulp-shell|6.212695933508116e-07| -|npm|swig|6.212695933508116e-07| -|npm|vinyl-paths|6.212695933508116e-07| -|npm|gulp-connect|6.212695933508116e-07| -|npm|gulp-css-inline-images|6.212695933508116e-07| -|npm|gulp-front-matter|6.212695933508116e-07| -|npm|gulp-jscs|6.212695933508116e-07| -|npm|gulp-open|6.212695933508116e-07| -|npm|gulp-flatten|6.212695933508116e-07| -|npm|gulp-load-plugins|6.212695933508116e-07| -|npm|gulp-sass|6.212695933508116e-07| -|npm|gulp-size|6.212695933508116e-07| -|npm|gulp-subtree|6.212695933508116e-07| -|npm|gulp-tap|6.212695933508116e-07| -|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.196260229980336e-07| -|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.169552211747644e-07| -|pypi|[ftfy](https://pypi.org/project/ftfy)|6.169552211747644e-07| -|pypi|[fairscale](https://pypi.org/project/fairscale)|6.169552211747644e-07| -|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.169552211747644e-07| -|pypi|[unidic](https://pypi.org/project/unidic)|6.169552211747644e-07| -|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.169552211747644e-07| -|pypi|[ipadic](https://pypi.org/project/ipadic)|6.169552211747644e-07| -|pypi|[fugashi](https://pypi.org/project/fugashi)|6.169552211747644e-07| -|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.169552211747644e-07| -|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.169552211747644e-07| -|pypi|[sigopt](https://pypi.org/project/sigopt)|6.169552211747644e-07| -|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.169552211747644e-07| -|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.169552211747644e-07| -|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.169552211747644e-07| -|npm|node-libs-browser|6.169552211747644e-07| -|npm|module-alias|6.169552211747644e-07| -|npm|mocha-phantomjs-istanbul|6.169552211747644e-07| -|npm|mocha-phantomjs-core|6.169552211747644e-07| -|npm|get-port|6.169552211747644e-07| -|npm|asap|6.169552211747644e-07| -|npm|a-sync-waterfall|6.169552211747644e-07| -|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.159680928208846e-07| -|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.159680928208846e-07| -|npm|[testjs](https://github.com/dcodeIO/test.js)|6.159680928208846e-07| -|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.122813179840476e-07| -|rubygems|[puma](https://puma.io)|6.115612681714486e-07| -|pypi|[dash-testing-stub](https://plotly.com/dash)|6.095475255517397e-07| -|rubygems|actiontext|6.074636023874602e-07| -|rubygems|actionmailbox|6.074636023874602e-07| -|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.048338898230175e-07| -|pypi|[falcon](https://pypi.org/project/falcon)|6.043642982936467e-07| -|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.043642982936467e-07| -|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.027967885406969e-07| -|pypi|[gsd](https://gsd.readthedocs.io)|6.027967885406969e-07| -|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.024432420371516e-07| -|npm|websocket-stream|6.013889663635857e-07| -|npm|https-browserify|6.013889663635857e-07| -|npm|setimmediate|6.013889663635857e-07| -|npm|stream-browserify|6.013889663635857e-07| -|npm|timers-browserify|6.013889663635857e-07| -|npm|bunyan|6.013889663635857e-07| -|pypi|[guizero](https://github.com/lawsie/guizero)|5.982596084118973e-07| -|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.982596084118973e-07| -|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.982596084118973e-07| -|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.982596084118973e-07| -|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.982596084118973e-07| -|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.982596084118973e-07| -|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.982596084118973e-07| -|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.982596084118973e-07| -|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.982596084118973e-07| -|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.982596084118973e-07| -|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.982596084118973e-07| -|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.982596084118973e-07| -|pypi|[persim](https://persim.scikit-tda.org)|5.982596084118973e-07| -|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.982596084118973e-07| -|pypi|[Pandas](https://pandas.pydata.org)|5.982596084118973e-07| -|pypi|[Seaborn](https://seaborn.pydata.org)|5.982596084118973e-07| -|pypi|[Sympy](https://sympy.org)|5.982596084118973e-07| -|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.982596084118973e-07| -|pypi|[wntr](https://github.com/USEPA/WNTR)|5.982596084118973e-07| -|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.982596084118973e-07| -|pypi|[mbo](https://github.com/basf/mbo)|5.982596084118973e-07| -|pypi|[Requests](https://requests.readthedocs.io)|5.982596084118973e-07| -|pypi|[proper](https://pypi.org/project/proper)|5.982596084118973e-07| -|pypi|[qtl](https://pypi.org/project/qtl)|5.982596084118973e-07| -|pypi|[agutil](https://github.com/agraubert/agutil)|5.982596084118973e-07| -|pypi|[yupi](https://github.com/yupidevs/yupi)|5.982596084118973e-07| -|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.982596084118973e-07| -|spack|[tclap](http://tclap.sourceforge.net)|5.982596084118973e-07| -|spack|[itk](https://itk.org/)|5.982596084118973e-07| -|npm|[joi](https://github.com/hapijs/joi#readme)|5.982596084118973e-07| -|npm|[pm2](http://pm2.keymetrics.io/)|5.982596084118973e-07| -|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.982596084118973e-07| -|cran|[osqp](https://osqp.org)|5.982596084118973e-07| -|cran|[wdman](https://github.com/ropensci/wdman)|5.982596084118973e-07| -|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.982596084118973e-07| -|cran|[biblio](https://github.com/kamapu/biblio)|5.982596084118973e-07| -|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.982596084118973e-07| -|cran|[nplr](https://github.com/fredcommo/nplr)|5.982596084118973e-07| -|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.982596084118973e-07| -|cran|Ecume|5.982596084118973e-07| -|cran|[cpp11](https://cpp11.r-lib.org)|5.982596084118973e-07| -|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.982596084118928e-07| -|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.982596084118928e-07| -|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.982596084118928e-07| -|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.982596084118928e-07| -|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.982596084118928e-07| -|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.982596084118928e-07| -|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.982596084118928e-07| -|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.982596084118928e-07| -|npm|its-set|5.982596084118926e-07| -|npm|babel-plugin-transform-es2015-modules-umd|5.982596084118926e-07| -|npm|eslint-plugin-babel|5.982596084118926e-07| -|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.922770123277738e-07| -|spack|ant|5.90309314612399e-07| -|spack|ceres-solver|5.90309314612399e-07| -|spack|clp|5.90309314612399e-07| -|spack|gdal|5.90309314612399e-07| -|spack|ipp|5.90309314612399e-07| -|spack|jasper|5.90309314612399e-07| -|spack|onnx|5.90309314612399e-07| -|spack|openexr|5.90309314612399e-07| -|spack|openjpeg|5.90309314612399e-07| -|spack|libwebp|5.90309314612399e-07| -|spack|tesseract|5.90309314612399e-07| -|spack|leptonica|5.90309314612399e-07| -|spack|libdc1394|5.90309314612399e-07| -|npm|pretty-hrtime|5.863542422044959e-07| -|npm|utf8|5.863542422044959e-07| -|pypi|[distrax](https://github.com/deepmind/distrax)|5.845851030767692e-07| -|pypi|[json-logging](https://pypi.org/project/json-logging)|5.835241500766243e-07| -|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.827203978037935e-07| -|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.827203978037935e-07| -|rubygems|[redis](https://github.com/redis/redis-rb)|5.796343192824635e-07| -|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.783176214648293e-07| -|pypi|[fastai](https://pypi.org/project/fastai)|5.778312315392916e-07| -|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.778312315392916e-07| -|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.778312315392916e-07| -|pypi|[gradio](https://pypi.org/project/gradio)|5.778312315392916e-07| -|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.778312315392916e-07| -|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.778312315392916e-07| -|cran|locatexec|5.69497127238244e-07| -|cran|doconv|5.69497127238244e-07| -|cran|equatags|5.69497127238244e-07| -|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.640733450740703e-07| -|rubygems|warning|5.640733450740702e-07| -|rubygems|minitest-stub-const|5.640733450740702e-07| -|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.583756345177639e-07| -|cran|mixtools|5.56128650073027e-07| -|cran|enrichR|5.56128650073027e-07| -|cran|metap|5.56128650073027e-07| -|cran|monocle|5.56128650073027e-07| -|cran|Rfast2|5.56128650073027e-07| -|cran|rtracklayer|5.56128650073027e-07| -|cran|GenomeInfoDb|5.56128650073027e-07| -|cran|GenomicRanges|5.56128650073027e-07| -|cran|BiocGenerics|5.56128650073027e-07| -|cran|DESeq2|5.56128650073027e-07| -|cran|MAST|5.56128650073027e-07| -|cran|SingleCellExperiment|5.56128650073027e-07| -|cran|SummarizedExperiment|5.56128650073027e-07| -|cran|S4Vectors|5.56128650073027e-07| -|cran|rsvd|5.56128650073027e-07| -|cran|sctransform|5.56128650073027e-07| -|cran|leiden|5.56128650073027e-07| -|cran|ica|5.56128650073027e-07| -|npm|[string-random](https://github.com/maichong/string-random#readme)|5.555267792396195e-07| -|pypi|[APLpy](http://aplpy.github.io)|5.522396385340582e-07| -|spack|[casacore](https://github.com/casacore/casacore)|5.522396385340582e-07| -|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|babel-plugin-minify-replace|5.462927722402137e-07| -|npm|babel-plugin-minify-numeric-literals|5.462927722402137e-07| -|npm|babel-plugin-minify-mangle-names|5.462927722402137e-07| -|npm|babel-plugin-minify-infinity|5.462927722402137e-07| -|npm|babel-plugin-minify-guarded-expressions|5.462927722402137e-07| -|npm|babel-plugin-minify-flip-comparisons|5.462927722402137e-07| -|npm|babel-plugin-minify-dead-code-elimination|5.462927722402137e-07| -|npm|babel-plugin-minify-constant-folding|5.462927722402137e-07| -|npm|babel-plugin-minify-builtins|5.462927722402137e-07| -|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.429205946337926e-07| -|npm|babel-helper-evaluate-path|5.408298445178116e-07| -|npm|esutils|5.408298445178116e-07| -|npm|babel-helper-is-void-0|5.408298445178116e-07| -|cran|whitening|5.384336475707035e-07| -|cran|randtoolbox|5.384336475707035e-07| -|cran|mc2d|5.384336475707035e-07| -|cran|ggExtra|5.384336475707035e-07| -|cran|DiceDesign|5.384336475707035e-07| -|cran|condMVNorm|5.384336475707035e-07| -|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.382199834248414e-07| -|cran|showtextdb|5.362996117724049e-07| -|cran|sysfonts|5.362996117724049e-07| -|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.330493110949964e-07| -|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.330493110949964e-07| -|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.330493110949964e-07| -|npm|tiny-lr|5.330493110949964e-07| -|npm|grunt-jscs|5.330493110949964e-07| -|pypi|[scikit_image](https://scikit-image.org)|5.317863185883508e-07| -|npm|vhost|5.288187610069408e-07| -|npm|pbkdf2-password|5.288187610069408e-07| -|npm|hbs|5.288187610069408e-07| -|npm|cookie-session|5.288187610069408e-07| -|npm|connect-redis|5.288187610069408e-07| -|npm|type-is|5.288187610069408e-07| -|npm|send|5.288187610069408e-07| -|npm|range-parser|5.288187610069408e-07| -|npm|proxy-addr|5.288187610069408e-07| -|npm|path-to-regexp|5.288187610069408e-07| -|npm|merge-descriptors|5.288187610069408e-07| -|npm|encodeurl|5.288187610069408e-07| -|npm|cookie-signature|5.288187610069408e-07| -|npm|cookie|5.288187610069408e-07| -|npm|content-type|5.288187610069408e-07| -|npm|array-flatten|5.288187610069408e-07| -|cran|vars|5.288187610069408e-07| -|cran|systemfit|5.288187610069408e-07| -|cran|poLCA|5.288187610069408e-07| -|cran|orcutt|5.288187610069408e-07| -|cran|muhaz|5.288187610069408e-07| -|cran|modeltests|5.288187610069408e-07| -|cran|lsmeans|5.288187610069408e-07| -|cran|lmodel2|5.288187610069408e-07| -|cran|Kendall|5.288187610069408e-07| -|cran|joineRML|5.288187610069408e-07| -|cran|gmm|5.288187610069408e-07| -|cran|glmnetUtils|5.288187610069408e-07| -|cran|ergm|5.288187610069408e-07| -|cran|cmprsk|5.288187610069408e-07| -|cran|btergm|5.288187610069408e-07| -|cran|binGroup|5.288187610069408e-07| -|cran|AUC|5.288187610069408e-07| -|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.257432922407592e-07| -|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.257432922407541e-07| -|cran|diagram|5.235305733968715e-07| -|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.20485859318349e-07| -|pypi|[kfac](http://github.com/tensorflow/kfac)|5.177246611256773e-07| -|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.152475096370368e-07| -|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.127939500673419e-07| -|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.127939500673419e-07| -|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.127939500673419e-07| -|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.127939500673419e-07| -|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.127939500673419e-07| -|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.127939500673419e-07| -|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.127939500673419e-07| -|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.127939500673419e-07| -|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.127939500673419e-07| -|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.127939500673419e-07| -|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.127939500673419e-07| -|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.127939500673419e-07| -|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.127939500673419e-07| -|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.127939500673419e-07| -|pypi|[neomodel](https://neomodel.readthedocs.io)|5.127939500673419e-07| -|pypi|[faker](https://github.com/joke2k/faker)|5.127939500673419e-07| -|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.127939500673419e-07| -|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.127939500673419e-07| -|pypi|[kllr](https://github.com/afarahi/kllr)|5.127939500673419e-07| -|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.127939500673419e-07| -|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.127939500673419e-07| -|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.127939500673419e-07| -|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.127939500673419e-07| -|spack|[armadillo](http://arma.sourceforge.net/)|5.127939500673419e-07| -|spack|[nlopt](https://nlopt.readthedocs.io)|5.127939500673419e-07| -|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.127939500673419e-07| -|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.127939500673419e-07| -|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.127939500673419e-07| -|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.127939500673419e-07| -|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.127939500673419e-07| -|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.127939500673419e-07| -|cran|[msm](https://github.com/chjackson/msm)|5.127939500673419e-07| -|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.127939500673419e-07| -|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.127939500673419e-07| -|cran|[httr2](https://httr2.r-lib.org)|5.127939500673419e-07| -|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.127939500673419e-07| -|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.127939500673419e-07| -|cran|RISmed|5.127939500673419e-07| -|cran|[itsadug](NA)|5.127939500673419e-07| -|cran|sde|5.127939500673419e-07| -|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.127939500673419e-07| -|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.127939500673366e-07| -|pypi|[random](https://www.pytosquatting.org)|5.127939500673366e-07| -|pypi|[sys](https://github.com/stestagg/sys)|5.127939500673366e-07| -|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.127939500673366e-07| -|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.127939500673366e-07| -|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.127939500673366e-07| -|rubygems|[mini_racer](https://github.com/discourse/mini_racer)|5.063780407014152e-07| -|pypi|[usort](https://pypi.org/project/usort)|5.047815445975344e-07| -|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.000698138447611e-07| -|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.000698138447611e-07| -|rubygems|[stackprof](http://github.com/tmm1/stackprof)|4.998663714942106e-07| -|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.998118247491762e-07| -|pypi|[lightning](https://pypi.org/project/lightning)|4.998118247491762e-07| -|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.998118247491762e-07| -|pypi|[fvcore](https://pypi.org/project/fvcore)|4.998118247491762e-07| -|pypi|[types-redis](https://pypi.org/project/types-redis)|4.998118247491762e-07| -|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.998118247491762e-07| -|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.998118247491762e-07| -|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.970156746806569e-07| -|pypi|[ipytree](https://pypi.org/project/ipytree)|4.881403947756377e-07| -|pypi|[py3Dmol](https://3dmol.org)|4.87681290790429e-07| -|npm|assume|4.832589908278813e-07| -|npm|spawn-sync|4.832589908278813e-07| -|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.82391146703659e-07| -|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.807443281881312e-07| -|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.786076867295142e-07| -|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.786076867295142e-07| -|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.786076867295142e-07| -|cran|[contentid](https://github.com/cboettig/contentid)|4.786076867295098e-07| -|rubygems|[tzinfo-data](https://tzinfo.github.io)|4.7209601752231144e-07| -|pypi|[furl](https://pypi.org/project/furl)|4.7006112089505855e-07| -|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7006112089505855e-07| -|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7006112089505855e-07| -|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7006112089505855e-07| -|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7006112089505855e-07| -|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.675474250613981e-07| -|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6271641588107326e-07| -|pypi|[stregion](https://pypi.org/project/stregion)|4.6271641588107326e-07| -|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6271641588107326e-07| -|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6271641588107326e-07| -|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6271641588107326e-07| -|rubygems|xpath|4.585370418021474e-07| -|rubygems|mini_mime|4.585370418021474e-07| -|rubygems|matrix|4.585370418021474e-07| -|rubygems|webdrivers|4.585370418021474e-07| -|rubygems|selenium_statistics|4.585370418021474e-07| -|rubygems|sauce_whisk|4.585370418021474e-07| -|rubygems|rspec-instafail|4.585370418021474e-07| -|rubygems|launchy|4.585370418021474e-07| -|rubygems|erubi|4.585370418021474e-07| -|cran|thematic|4.580892517222625e-07| -|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.573567662762731e-07| -|pypi|[yajl](https://pypi.org/project/yajl)|4.573567662762731e-07| -|npm|[request-promise](https://github.com/request/request-promise#readme)|4.558168445043025e-07| -|npm|grunt-release|4.53273223720235e-07| -|npm|grunt-jsdoc|4.53273223720235e-07| -|npm|grunt-mocha-istanbul|4.53273223720235e-07| -|npm|help-me-test|4.53273223720235e-07| -|npm|require-dir|4.53273223720235e-07| -|npm|normalize-path|4.5104172477268924e-07| -|npm|homedir-polyfill|4.5104172477268924e-07| -|npm|eslint-config-gulp|4.5104172477268924e-07| -|npm|resolve-dir|4.5104172477268924e-07| -|npm|micromatch|4.5104172477268924e-07| -|npm|is-glob|4.5104172477268924e-07| -|npm|detect-file|4.5104172477268924e-07| -|pypi|[tinygp](https://github.com/dfm/tinygp)|4.50454293392482e-07| -|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4869470630892043e-07| -|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4869470630892043e-07| -|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4869470630892043e-07| -|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4869470630892043e-07| -|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4869470630892043e-07| -|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4869470630892043e-07| -|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4869470630892043e-07| -|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4869470630892043e-07| -|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4869470630892043e-07| -|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4869470630892043e-07| -|pypi|[tatter](https://github.com/afarahi/tatter)|4.4869470630892043e-07| -|pypi|[pepita](https://pypi.org/project/pepita)|4.4869470630892043e-07| -|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4869470630892043e-07| -|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4869470630892043e-07| -|pypi|[plotly_express](https://plotly.express/)|4.4869470630892043e-07| -|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4869470630892043e-07| -|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4869470630892043e-07| -|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4869470630892043e-07| -|pypi|[clint](https://github.com/kennethreitz/clint)|4.4869470630892043e-07| -|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4869470630892043e-07| -|pypi|[sgdml](http://www.sgdml.org)|4.4869470630892043e-07| -|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4869470630892043e-07| -|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4869470630892043e-07| -|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4869470630892043e-07| -|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4869470630892043e-07| -|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4869470630892043e-07| -|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4869470630892043e-07| -|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4869470630892043e-07| -|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4869470630892043e-07| -|npm|[vuetify](https://vuetifyjs.com)|4.4869470630892043e-07| -|cran|Rlabkey|4.4869470630892043e-07| -|cran|[fishtree](https://fishtreeoflife.org/)|4.4869470630892043e-07| -|cran|ggvenn|4.4869470630892043e-07| -|cran|COUNT|4.4869470630892043e-07| -|pypi|[findiff](https://github.com/maroba/findiff)|4.4869470630891953e-07| -|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.4869470630891953e-07| -|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.4869470630891953e-07| -|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.4869470630891953e-07| -|npm|[gpu.js](http://gpu.rocks/)|4.486947063089154e-07| -|go|[golang.org/x/net](https://golang.org/x/net)|4.4804723920024863e-07| -|pypi|[blessed](https://github.com/jquast/blessed)|4.4719905728789295e-07| -|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.4420775924583305e-07| -|cran|QSARdata|4.3872371283538796e-07| -|cran|dimRed|4.3872371283538796e-07| -|cran|ddalpha|4.3872371283538796e-07| -|pypi|[time-machine](https://pypi.org/project/time-machine)|4.370342177921709e-07| -|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.3594104699372577e-07| -|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.3587485755723967e-07| -|npm|karma-tap-reporter|4.2661009291316234e-07| -|npm|karma-spec-reporter|4.2661009291316234e-07| -|npm|karma-html-reporter|4.2661009291316234e-07| -|npm|karma-chai-sinon|4.2661009291316234e-07| -|npm|eslint-plugin-mocha|4.2661009291316234e-07| -|npm|eslint-config-nfl|4.2661009291316234e-07| -|npm|babel-plugin-transform-class-properties|4.2661009291316234e-07| -|npm|react-side-effect|4.2661009291316234e-07| -|npm|react-fast-compare|4.2661009291316234e-07| -|rubygems|webpacker|4.2661009291316234e-07| -|rubygems|rubocop-discourse|4.2661009291316234e-07| -|rubygems|dalli|4.2661009291316234e-07| -|go|[github.com/fatih/color](https://github.com/fatih/color)|4.261176788033121e-07| -|pypi|[playwright](https://pypi.org/project/playwright)|4.245713350019884e-07| -|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1955868641873225e-07| -|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.190639238168211e-07| -|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.190639238168211e-07| -|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.1327144002137464e-07| -|npm|tslint-config-semistandard|4.113034807831762e-07| -|npm|eslint-plugin-dependencies|4.113034807831762e-07| -|npm|eslint-config-semistandard|4.113034807831762e-07| -|npm|doctoc|4.113034807831762e-07| -|npm|snappy|4.113034807831762e-07| -|npm|optional|4.113034807831762e-07| -|npm|nested-error-stacks|4.113034807831762e-07| -|npm|denque|4.113034807831762e-07| -|npm|buffermaker|4.113034807831762e-07| -|npm|buffer-crc32|4.113034807831762e-07| -|npm|binary|4.113034807831762e-07| -|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.1057031949835866e-07| -|npm|safe-publish-latest|4.0736189458417613e-07| -|npm|object-keys|4.0736189458417613e-07| -|npm|npmignore|4.0736189458417613e-07| -|npm|mv|4.0736189458417613e-07| -|npm|eclint|4.0736189458417613e-07| -|npm|copy-dir|4.0736189458417613e-07| -|npm|aud|4.0736189458417613e-07| -|npm|array.prototype.map|4.0736189458417613e-07| -|npm|supports-preserve-symlinks-flag|4.0736189458417613e-07| -|npm|path-parse|4.0736189458417613e-07| -|npm|is-core-module|4.0736189458417613e-07| -|rubygems|hashdiff|4.071904459753444e-07| -|rubygems|crack|4.071904459753444e-07| -|rubygems|patron|4.071904459753444e-07| -|rubygems|httpclient|4.071904459753444e-07| -|rubygems|http|4.071904459753444e-07| -|rubygems|excon|4.071904459753444e-07| -|rubygems|em-http-request|4.071904459753444e-07| -|rubygems|curb|4.071904459753444e-07| -|rubygems|async-http|4.071904459753444e-07| -|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.0246555474981617e-07| -|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.9883973894126313e-07| -|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.9883973894126313e-07| -|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.9883973894126313e-07| -|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.9883973894126313e-07| -|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.9883973894126313e-07| -|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.9883973894126313e-07| -|pypi|[fleck](https://github.com/bmorris3/fleck)|3.9883973894126313e-07| -|pypi|[modAL](https://modAL-python.github.io/)|3.9883973894126313e-07| -|pypi|[sk-video](http://scikit-video.org/)|3.9883973894126313e-07| -|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.9883973894126313e-07| -|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.9883973894126313e-07| -|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.9883973894126313e-07| -|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.9883973894126313e-07| -|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.9883973894126313e-07| -|pypi|[injector](https://github.com/alecthomas/injector)|3.9883973894126313e-07| -|pypi|[yabox](https://github.com/pablormier/yabox)|3.9883973894126313e-07| -|pypi|[htof](https://pypi.org/project/htof)|3.9883973894126313e-07| -|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.9883973894126313e-07| -|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.9883973894126313e-07| -|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.9883973894126313e-07| -|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.9883973894126313e-07| -|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.9883973894126313e-07| -|pypi|[acor](http://github.com/dfm/acor)|3.9883973894126313e-07| -|pypi|[retriever](https://github.com/weecology/retriever)|3.9883973894126313e-07| -|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.9883973894126313e-07| -|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.9883973894126313e-07| -|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.9883973894126313e-07| -|pypi|[dca](https://github.com/theislab/dca)|3.9883973894126313e-07| -|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.9883973894126313e-07| -|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.9883973894126313e-07| -|pypi|[publib](https://github.com/erwanp/publib)|3.9883973894126313e-07| -|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.9883973894126313e-07| -|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.9883973894126313e-07| -|npm|[rjsf](https://www.rjsf.io/)|3.9883973894126313e-07| -|npm|[config](http://github.com/node-config/node-config.git)|3.9883973894126313e-07| -|npm|[line-height](https://github.com/twolfson/line-height)|3.9883973894126313e-07| -|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.9883973894126313e-07| -|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.9883973894126313e-07| -|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.9883973894126313e-07| -|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.9883973894126313e-07| -|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.9883973894126313e-07| -|cran|[babette](https://docs.ropensci.org/babette/)|3.9883973894126313e-07| -|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.9883973894126313e-07| -|cran|treeman|3.9883973894126313e-07| -|cran|[treemapify](https://wilkox.org/treemapify/)|3.9883973894126313e-07| -|cran|[restez](https://github.com/ropensci/restez#readme)|3.9883973894126313e-07| -|cran|[spocc](https://github.com/ropensci/spocc)|3.9883973894126313e-07| -|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.9883973894126313e-07| -|cran|[memuse](https://github.com/shinra-dev/memuse)|3.9883973894126313e-07| -|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.9883973894126313e-07| -|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.9883973894126313e-07| -|cran|[minerva](https://www.r-project.org)|3.9883973894126313e-07| -|cran|mcclust|3.9883973894126313e-07| -|cran|[rdist](https://github.com/blasern/rdist)|3.9883973894126313e-07| -|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.9883973894126313e-07| -|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.9883973894126313e-07| -|cran|[corrr](https://github.com/tidymodels/corrr)|3.9883973894126313e-07| -|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.9883973894126313e-07| -|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.9883973894126313e-07| -|rubygems|[wdm](https://github.com/Maher4Ever/wdm)|3.9883973894126313e-07| -|rubygems|[just-the-docs](https://github.com/just-the-docs/just-the-docs)|3.9883973894126313e-07| -|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.988397389412618e-07| -|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.988397389412618e-07| -|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.988397389412618e-07| -|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.988397389412618e-07| -|pypi|[vmad](https://pypi.org/project/vmad)|3.988397389412618e-07| -|pypi|[abopt](https://pypi.org/project/abopt)|3.988397389412618e-07| -|pypi|[fastpm](https://pypi.org/project/fastpm)|3.988397389412618e-07| -|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9485134155185156e-07| -|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9485134155185156e-07| -|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8668727936313145e-07| -|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8240494056814964e-07| -|pypi|[panflute](https://pypi.org/project/panflute)|3.8240494056814964e-07| -|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8240494056814964e-07| -|cran|shinycustomloader|3.8041507708799666e-07| -|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7966475149216265e-07| -|pypi|[pypng](https://pypi.org/project/pypng)|3.7966475149216265e-07| -|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7966475149216265e-07| -|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7966475149216265e-07| -|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.778481737338288e-07| -|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.695603668015939e-07| -|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.667059463379255e-07| -|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.644781614324761e-07| -|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.644781614324761e-07| -|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.644781614324761e-07| -|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.644781614324761e-07| -|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.644781614324761e-07| -|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.644781614324761e-07| -|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.644781614324761e-07| -|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.644781614324761e-07| -|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.644781614324761e-07| -|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.644781614324761e-07| -|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.644781614324761e-07| -|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.644781614324761e-07| -|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.644781614324761e-07| -|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.644781614324761e-07| -|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.644781614324761e-07| -|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.644781614324761e-07| -|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.644781614324761e-07| -|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.644781614324761e-07| -|rubygems|rspec-extra-formatters|3.6261857897618803e-07| -|rubygems|paranoia|3.6261857897618803e-07| -|rubygems|paper_trail|3.6261857897618803e-07| -|rubygems|discard|3.6261857897618803e-07| -|rubygems|database_cleaner|3.6261857897618803e-07| -|rubygems|after_commit_action|3.6261857897618803e-07| -|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.589557650471424e-07| -|pypi|[pypka](https://pypka.org)|3.589557650471424e-07| -|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.589557650471424e-07| -|pypi|[clldutils](https://github.com/clld/clldutils)|3.589557650471424e-07| -|cran|scatterpie|3.589557650471424e-07| -|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.5895576504713735e-07| -|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.5895576504713735e-07| -|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.5895576504713735e-07| -|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.5895576504713735e-07| -|pypi|[cora](https://heycora.com)|3.5895576504713735e-07| -|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.5895576504713735e-07| -|pypi|[slab](http://github.com/DrMarc/slab.git)|3.5895576504713735e-07| -|pypi|[libroadrunner](http://libroadrunner.org)|3.5895576504713735e-07| -|pypi|[muse-origin](https://github.com/musevlt/origin)|3.5895576504713735e-07| -|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.5895576504713735e-07| -|pypi|[fsps](https://github.com/dfm/python-fsps)|3.5895576504713735e-07| -|pypi|[st-pages](https://pypi.org/project/st-pages)|3.5895576504713735e-07| -|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.5895576504713735e-07| -|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.5895576504713735e-07| -|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.5895576504713735e-07| -|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.5895576504713735e-07| -|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.5895576504713735e-07| -|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.5895576504713735e-07| -|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.5895576504713735e-07| -|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.5895576504713735e-07| -|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.5895576504713735e-07| -|cran|pmsampsize|3.5895576504713735e-07| -|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.5895576504713735e-07| -|cran|[scrapeR](http://www.ryanacton.com)|3.5895576504713735e-07| -|cran|ggm|3.5895576504713735e-07| -|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.5895576504713735e-07| -|cran|[jmvcore](https://www.jamovi.org)|3.5895576504713735e-07| -|cran|[liger](https://github.com/JEFworks/liger)|3.5895576504713735e-07| -|cran|[drat](https://github.com/eddelbuettel/drat)|3.5895576504713735e-07| -|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.589557650471356e-07| -|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.589557650471356e-07| -|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.589557650471356e-07| -|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.589557650471356e-07| -|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.589557650471356e-07| -|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.589557650471356e-07| -|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.589557650471356e-07| -|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.589557650471323e-07| -|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.589557650471323e-07| -|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.589557650471323e-07| -|cran|[cowsay](https://github.com/sckott/cowsay)|3.589557650471323e-07| -|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5115237885045884e-07| -|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.369081024596994e-07| -|go|github.com/opencontainers/go-digest|3.34920529009826e-07| -|go|github.com/opencontainers/image-spec|3.34920529009826e-07| -|pypi|[grpcio-reflection](https://grpc.io)|3.3203408266860294e-07| -|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.263234227701276e-07| -|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.2632342277012325e-07| -|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.2632342277012325e-07| -|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.2632342277012325e-07| -|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.2632342277012325e-07| -|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.2632342277012325e-07| -|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.2632342277012325e-07| -|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2632342277012257e-07| -|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2632342277012257e-07| -|pypi|[bravado](https://github.com/Yelp/bravado)|3.2632342277012257e-07| -|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2632342277012257e-07| -|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2632342277012257e-07| -|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2632342277012257e-07| -|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2632342277012257e-07| -|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2632342277012257e-07| -|pypi|[energyflow](https://energyflow.network)|3.2632342277012257e-07| -|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2632342277012257e-07| -|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2632342277012257e-07| -|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2632342277012257e-07| -|pypi|[OpenNMT-py](https://opennmt.net/)|3.2632342277012257e-07| -|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2632342277012257e-07| -|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2632342277012257e-07| -|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2632342277012257e-07| -|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2632342277012257e-07| -|pypi|[amply](http://github.com/willu47/amply)|3.2632342277012257e-07| -|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2632342277012257e-07| -|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2632342277012257e-07| -|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2632342277012257e-07| -|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2632342277012257e-07| -|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2632342277012257e-07| -|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2632342277012257e-07| -|pypi|[fastcluster](http://danifold.net)|3.2632342277012257e-07| -|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2632342277012257e-07| -|pypi|[dask-image](https://github.com/dask/dask-image)|3.2632342277012257e-07| -|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2632342277012257e-07| -|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2632342277012257e-07| -|pypi|[biomaj](http://biomaj.genouest.org)|3.2632342277012257e-07| -|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2632342277012257e-07| -|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2632342277012257e-07| -|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2632342277012257e-07| -|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2632342277012257e-07| -|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2632342277012257e-07| -|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2632342277012257e-07| -|cran|pbs|3.2632342277012257e-07| -|cran|[sofa](https://github.com/ropensci/sofa)|3.2632342277012257e-07| -|cran|[elastic](https://docs.ropensci.org/elastic)|3.2632342277012257e-07| -|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2632342277012257e-07| -|cran|[genie](http://genieclust.gagolewski.com/)|3.2632342277012257e-07| -|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2632342277012257e-07| -|cran|lspline|3.2632342277012257e-07| -|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2632342277012257e-07| -|cran|[irr](https://www.r-project.org)|3.2632342277012257e-07| -|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2632342277012257e-07| -|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2632342277012257e-07| -|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.230601885424231e-07| -|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.230601885424231e-07| -|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.140541299211685e-07| -|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.041153009427131e-07| -|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.012216210185754e-07| -|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.012216210185754e-07| -|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.012216210185754e-07| -|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.012216210185754e-07| -|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.012216210185754e-07| -|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.012216210185754e-07| -|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.012216210185754e-07| -|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.012216210185754e-07| -|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.9912980420594863e-07| -|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.9912980420594863e-07| -|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.9912980420594863e-07| -|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.9912980420594863e-07| -|pypi|[daft](http://daft-pgm.org)|2.9912980420594863e-07| -|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.9912980420594863e-07| -|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.9912980420594863e-07| -|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.9912980420594863e-07| -|pypi|[k2sc](https://github.com/OxES/k2sc)|2.9912980420594863e-07| -|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.9912980420594863e-07| -|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.9912980420594863e-07| -|pypi|[plonk](https://github.com/dmentipl/plonk)|2.9912980420594863e-07| -|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.9912980420594863e-07| -|pypi|[iScore](https://github.com/DeepRank/iScore)|2.9912980420594863e-07| -|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.9912980420594863e-07| -|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.9912980420594863e-07| -|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.9912980420594863e-07| -|npm|[echarts](https://echarts.apache.org)|2.9912980420594863e-07| -|npm|[element-plus](https://element-plus.org/)|2.9912980420594863e-07| -|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.9912980420594863e-07| -|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.9912980420594863e-07| -|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.9912980420594863e-07| -|cran|[strex](https://rorynolan.github.io/strex/)|2.9912980420594863e-07| -|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.9912980420594863e-07| -|cran|[signs](https://benjaminwolfe.github.io/signs)|2.9912980420594863e-07| -|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.9912980420594863e-07| -|cran|rje|2.9912980420594863e-07| -|cran|[usefun](https://github.com/bblodfon/usefun)|2.9912980420594863e-07| -|cran|rCAT|2.9912980420594863e-07| -|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.991298042059464e-07| -|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.991298042059464e-07| -|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.991298042059464e-07| -|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.991298042059464e-07| -|go|[golang.org/x/tools](https://golang.org/x/tools)|2.991298042059464e-07| -|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.961385061638869e-07| -|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.8762481173648886e-07| -|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.871646120377089e-07| -|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7611981926703417e-07| -|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7611981926703417e-07| -|cran|[repr](https://github.com/IRkernel/repr/)|2.7611981926703417e-07| -|cran|[odin](https://github.com/mrc-ide/odin)|2.7611981926703417e-07| -|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.761198192670291e-07| -|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.761198192670291e-07| -|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.761198192670291e-07| -|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.761198192670291e-07| -|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.761198192670291e-07| -|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.761198192670291e-07| -|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.761198192670291e-07| -|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.761198192670291e-07| -|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.761198192670291e-07| -|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.761198192670291e-07| -|pypi|[einsteinpy](https://einsteinpy.org/)|2.761198192670291e-07| -|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.761198192670291e-07| -|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.761198192670291e-07| -|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.761198192670291e-07| -|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.761198192670291e-07| -|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.761198192670291e-07| -|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.761198192670291e-07| -|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.761198192670291e-07| -|spack|[lua](https://www.lua.org)|2.761198192670291e-07| -|cran|R2jags|2.761198192670291e-07| -|cran|[bib2df](https://github.com/ropensci/bib2df)|2.761198192670291e-07| -|cran|[plumber](https://www.rplumber.io)|2.761198192670291e-07| -|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.761198192670291e-07| -|cran|[likert](http://jason.bryer.org/likert)|2.761198192670291e-07| -|cran|[pwr](https://github.com/heliosdrm/pwr)|2.761198192670291e-07| -|cran|[waiter](https://waiter.john-coene.com/)|2.761198192670291e-07| -|npm|[aws-amplify](https://aws-amplify.github.io/)|2.7611981926702745e-07| -|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.7611981926702745e-07| -|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.755481426225822e-07| -|pypi|[outcome](https://github.com/python-trio/outcome)|2.7314824406919885e-07| -|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5639697503367097e-07| -|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5639697503367097e-07| -|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5639697503367097e-07| -|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5639697503367097e-07| -|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5639697503367097e-07| -|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5639697503367097e-07| -|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5639697503367097e-07| -|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5639697503367097e-07| -|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5639697503367097e-07| -|pypi|[cloup](https://github.com/janLuke/cloup)|2.5639697503367097e-07| -|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5639697503367097e-07| -|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5639697503367097e-07| -|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5639697503367097e-07| -|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5639697503367097e-07| -|pypi|[dace-query](https://dace.unige.ch/)|2.5639697503367097e-07| -|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5639697503367097e-07| -|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5639697503367097e-07| -|pypi|[dash_auth](https://plotly.com/dash)|2.5639697503367097e-07| -|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5639697503367097e-07| -|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5639697503367097e-07| -|spack|[opencv](https://opencv.org/)|2.5639697503367097e-07| -|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5639697503367097e-07| -|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5639697503367097e-07| -|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5639697503367097e-07| -|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5639697503367097e-07| -|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5639697503367097e-07| -|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5639697503367097e-07| -|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5639697503367097e-07| -|npm|[cpx](https://github.com/mysticatea/cpx)|2.5639697503367097e-07| -|npm|tls|2.5639697503367097e-07| -|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5639697503367097e-07| -|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5639697503367097e-07| -|cran|[anomalize](https://github.com/business-science/anomalize)|2.5639697503367097e-07| -|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5639697503367097e-07| -|cran|[depmixS4](https://depmix.github.io/)|2.5639697503367097e-07| -|cran|GeoLight|2.5639697503367097e-07| -|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5639697503367097e-07| -|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5639697503367097e-07| -|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5639697503367097e-07| -|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5639697503367097e-07| -|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5639697503367097e-07| -|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5639697503367097e-07| -|cran|sphereplot|2.5639697503367097e-07| -|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5212369211644195e-07| -|pypi|[retry](https://github.com/invl/retry)|2.5212369211644195e-07| -|go|github.com/docker/distribution|2.514424441151433e-07| -|go|golang.org/x/sync|2.514424441151433e-07| -|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.3930384336475705e-07| -|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.3930384336475705e-07| -|npm|[cesium](http://cesium.com/cesiumjs/)|2.3930384336475705e-07| -|pypi|[ficus](https://github.com/camillescott/ficus)|2.393038433647549e-07| -|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.393038433647549e-07| -|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.393038433647549e-07| -|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.393038433647549e-07| -|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.393038433647549e-07| -|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.393038433647549e-07| -|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.393038433647549e-07| -|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.393038433647549e-07| -|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.393038433647549e-07| -|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.393038433647549e-07| -|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.393038433647549e-07| -|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.393038433647549e-07| -|cran|[COVID19](https://covid19datahub.io)|2.393038433647549e-07| -|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.393038433647549e-07| -|cran|[iotools](http://www.rforge.net/iotools)|2.393038433647549e-07| -|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.393038433647549e-07| -|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.393038433647549e-07| -|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3691080493110893e-07| -|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2434735315446273e-07| -|pypi|[frites](https://github.com/brainets/frites)|2.2434735315446022e-07| -|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2434735315446022e-07| -|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2434735315446022e-07| -|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2434735315446022e-07| -|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2434735315446022e-07| -|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2434735315446022e-07| -|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2434735315446022e-07| -|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2434735315446022e-07| -|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2434735315446022e-07| -|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2434735315446022e-07| -|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2434735315446022e-07| -|pypi|[pirecorder](https://github.com/jollejolles)|2.2434735315446022e-07| -|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2434735315446022e-07| -|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2434735315446022e-07| -|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2434735315446022e-07| -|npm|express-flash|2.2434735315446022e-07| -|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2434735315446022e-07| -|cran|[rplos](https://docs.ropensci.org/rplos)|2.2434735315446022e-07| -|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2434735315446022e-07| -|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2434735315446022e-07| -|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2434735315446022e-07| -|cran|ggnewscale|2.2434735315446022e-07| -|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2434735315446022e-07| -|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2434735315446022e-07| -|cran|[stabs](https://github.com/hofnerb/stabs)|2.2434735315446022e-07| -|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2434735315446022e-07| -|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2434735315446022e-07| -|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2434735315446022e-07| -|cran|[sortable](https://rstudio.github.io/sortable/)|2.2434735315446022e-07| -|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2434735315446022e-07| -|cran|[lunar](http://statistics.lazaridis.eu)|2.2434735315446022e-07| -|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2434735315446022e-07| -|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2434735315446022e-07| -|cran|randomcoloR|2.2434735315446022e-07| -|cran|[greta](https://greta-stats.org)|2.2434735315446022e-07| -|cran|shinyMatrix|2.2434735315446022e-07| -|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2434735315446022e-07| -|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2434735315446022e-07| -|cran|[UNF](https://github.com/leeper/UNF)|2.2434735315446022e-07| -|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2434735315445977e-07| -|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2210387962291653e-07| -|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.22103879622914e-07| -|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.213560551124009e-07| -|go|[github.com/docker/docker](https://github.com/docker/docker)|2.209663178837512e-07| -|go|github.com/davecgh/go-spew|2.1518428602957403e-07| -|go|github.com/onsi/ginkgo|2.1518428602957403e-07| -|go|github.com/onsi/gomega|2.1518428602957403e-07| -|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1115045002772712e-07| -|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1115045002772712e-07| -|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1115045002772712e-07| -|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1115045002772712e-07| -|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1115045002772712e-07| -|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1115045002772712e-07| -|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1115045002772712e-07| -|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1115045002772712e-07| -|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1115045002772712e-07| -|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1115045002772712e-07| -|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1115045002772712e-07| -|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1115045002772712e-07| -|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1115045002772712e-07| -|npm|[root](https://github.com/mafintosh/root#readme)|2.1115045002772712e-07| -|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1115045002772712e-07| -|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1115045002772712e-07| -|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.111504500277246e-07| -|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.111504500277246e-07| -|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.111504500277246e-07| -|cran|[wpp2015](http://esa.un.org/wpp)|2.090389455274492e-07| -|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| -|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9941986947063157e-07| -|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9941986947063157e-07| -|pypi|[pymunk](http://www.pymunk.org)|1.9941986947063157e-07| -|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9941986947063157e-07| -|pypi|[kplr](https://github.com/dfm/kplr)|1.9941986947063157e-07| -|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9941986947063157e-07| -|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9941986947063157e-07| -|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9941986947063157e-07| -|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9941986947063157e-07| -|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9941986947063157e-07| -|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9941986947063157e-07| -|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| -|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9941986947063157e-07| -|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9941986947063157e-07| -|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9941986947063157e-07| -|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9941986947063157e-07| -|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9941986947063157e-07| -|cran|[ascii](https://github.com/mclements/ascii)|1.9941986947063157e-07| -|cran|smoother|1.9941986947063157e-07| -|cran|[ptw](https://github.com/rwehrens/ptw)|1.9941986947063157e-07| -|cran|cvTools|1.9941986947063157e-07| -|cran|[FedData](https://github.com/ropensci/FedData)|1.9941986947063157e-07| -|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9941986947063157e-07| -|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9941986947063157e-07| -|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9941986947063157e-07| -|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9941986947063157e-07| -|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9941986947063157e-07| -|go|github.com/bradfitz/gomemcache|1.994198694706309e-07| -|go|github.com/docker/libtrust|1.994198694706309e-07| -|go|github.com/phayes/permbits|1.994198694706309e-07| -|go|github.com/spf13/afero|1.994198694706309e-07| -|go|github.com/spf13/viper|1.994198694706309e-07| -|go|github.com/sylabs/sif|1.994198694706309e-07| -|go|github.com/vmihailenco/msgpack|1.994198694706309e-07| -|go|google.golang.org/appengine|1.994198694706309e-07| -|cran|[longitudinalData](http:www.r-project.org)|1.9742567077592578e-07| -|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.889240868669144e-07| -|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.889240868669144e-07| -|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-r](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.889240868669144e-07| -|cran|[nabor](https://github.com/jefferis/nabor)|1.889240868669144e-07| -|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.889240868669144e-07| -|cran|[turner](http://www.gastonsanchez.com)|1.889240868669144e-07| -|cran|[blocksdesign]()|1.889240868669144e-07| -|cran|shinyhelper|1.889240868669144e-07| -|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.889240868669144e-07| -|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.889240868669135e-07| -|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.889240868669135e-07| -|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.889240868669135e-07| -|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.889240868669135e-07| -|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.889240868669135e-07| -|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.889240868669135e-07| -|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.889240868669135e-07| -|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.889240868669135e-07| -|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.889240868669135e-07| -|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.889240868669135e-07| -|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.889240868669135e-07| -|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.889240868669135e-07| -|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.889240868669135e-07| -|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.889240868669135e-07| -|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.889240868669135e-07| -|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.889240868669135e-07| -|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7947788252356868e-07| -|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7947788252356868e-07| -|cran|[sensitivity](NA)|1.7947788252356868e-07| -|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7947788252356868e-07| -|cran|[symengine](https://github.com/symengine/symengine.R)|1.7947788252356868e-07| -|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.794778825235678e-07| -|go|[github.com/biogo/store](https://github.com/biogo/store)|1.794778825235678e-07| -|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.794778825235678e-07| -|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.794778825235678e-07| -|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.794778825235678e-07| -|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.794778825235678e-07| -|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.794778825235678e-07| -|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.794778825235678e-07| -|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.794778825235678e-07| -|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.794778825235678e-07| -|cran|[dqrng](https://daqana.github.io/dqrng/)|1.7947788252356616e-07| -|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7430721019372244e-07| -|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7093131668911315e-07| -|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7093131668911315e-07| -|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7093131668911315e-07| -|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7093131668911315e-07| -|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7093131668911315e-07| -|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7093131668911315e-07| -|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7093131668911315e-07| -|cran|[desplot](https://kwstat.github.io/desplot/)|1.7093131668911315e-07| -|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7093131668911315e-07| -|cran|PairedData|1.7093131668911315e-07| -|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7093131668911315e-07| -|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.709313166891122e-07| -|pypi|[torchdata](https://github.com/pytorch/data)|1.6922200352222103e-07| -|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6316171138506163e-07| -|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6316171138506163e-07| -|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6316171138506163e-07| -|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6316171138506163e-07| -|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6316171138506163e-07| -|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6316171138506163e-07| -|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6316171138506163e-07| -|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6316171138506163e-07| -|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6316171138506163e-07| -|go|github.com/antchfx/jsonquery|1.6316171138506163e-07| -|go|github.com/bhmj/jsonslice|1.6316171138506163e-07| -|go|github.com/codegangsta/negroni|1.6316171138506163e-07| -|go|github.com/evanphx/json-patch/v5|1.6316171138506163e-07| -|go|github.com/gorilla/context|1.6316171138506163e-07| -|go|github.com/grandcat/zeroconf|1.6316171138506163e-07| -|go|github.com/justinas/alice|1.6316171138506163e-07| -|go|github.com/kelseyhightower/envconfig|1.6316171138506163e-07| -|go|github.com/linksmart/go-sec|1.6316171138506163e-07| -|go|github.com/linksmart/service-catalog/v3|1.6316171138506163e-07| -|go|github.com/miekg/dns|1.6316171138506163e-07| -|go|github.com/rs/cors|1.6316171138506163e-07| -|go|github.com/satori/go.uuid|1.6316171138506163e-07| -|go|github.com/syndtr/goleveldb|1.6316171138506163e-07| -|go|github.com/xeipuuv/gojsonschema|1.6316171138506163e-07| -|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6316171138506128e-07| -|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6316171138506128e-07| -|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6316171138506128e-07| -|pypi|[astral](https://github.com/sffjunkie/astral)|1.6316171138506128e-07| -|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6316171138506128e-07| -|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6316171138506128e-07| -|cran|harmonicmeanp|1.6316171138506128e-07| -|cran|NBPSeq|1.6316171138506128e-07| -|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6316171138506128e-07| -|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6153009427121155e-07| -|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6153009427121155e-07| -|spack|[clapack](https://www.netlib.org/clapack/)|1.5606772393353644e-07| -|spack|[qwt](http://qwt.sourceforge.net/)|1.5606772393353644e-07| -|cran|[ggtern](http://www.ggtern.com)|1.5606772393353644e-07| -|cran|[dams](https://github.com/jsta/dams)|1.5606772393353644e-07| -|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5606772393353644e-07| -|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5606772393353644e-07| -|pypi|[your](https://github.com/thepetabyteproject/your)|1.5606772393353393e-07| -|cran|[coro](https://github.com/r-lib/coro)|1.5450704669420213e-07| -|rubygems|[groupdate](https://github.com/ankane/groupdate)|1.5302422636930118e-07| -|rubygems|[jbuilder](https://github.com/rails/jbuilder)|1.5302422636930118e-07| -|pypi|[Pyside6](https://www.pyside.org)|1.4956490210297432e-07| -|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.4956490210297432e-07| -|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.4956490210297432e-07| -|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.4956490210297432e-07| -|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.4956490210297432e-07| -|pypi|[demandlib](https://github.com/oemof/demandlib)|1.4956490210297432e-07| -|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.4956490210297432e-07| -|pypi|[dhnx](https://pypi.org/project/dhnx)|1.4956490210297432e-07| -|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.4956490210297432e-07| -|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.4956490210297432e-07| -|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.4956490210297432e-07| -|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.4956490210297432e-07| -|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.4956490210297432e-07| -|pypi|[turbustat](https://turbustat.readthedocs.org)|1.4956490210297432e-07| -|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.4956490210297432e-07| -|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.4956490210297432e-07| -|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.4956490210297432e-07| -|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.4956490210297432e-07| -|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.4956490210297432e-07| -|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.4956490210297432e-07| -|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.4956490210297432e-07| -|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.4956490210297432e-07| -|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.4956490210297432e-07| -|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.4956490210297432e-07| -|cran|[ucminf](NA)|1.4806925308194434e-07| -|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4358230601885696e-07| -|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|1.4358230601885696e-07| -|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4358230601885444e-07| -|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4358230601885444e-07| -|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4358230601885444e-07| -|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4358230601885444e-07| -|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4358230601885444e-07| -|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4358230601885444e-07| -|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4358230601885444e-07| -|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4358230601885444e-07| -|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4358230601885444e-07| -|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4358230601885444e-07| -|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|1.4358230601885444e-07| -|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4358230601885444e-07| -|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4358230601885444e-07| -|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|1.4358230601885444e-07| -|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|1.4358230601885444e-07| -|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3805990963351454e-07| -|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3805990963351454e-07| -|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3805990963351454e-07| -|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3805990963351454e-07| -|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3805990963351454e-07| -|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3805990963351454e-07| -|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3805990963351454e-07| -|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3805990963351454e-07| -|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3805990963351454e-07| -|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3805990963351454e-07| -|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3805990963351454e-07| -|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3805990963351454e-07| -|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3805990963351454e-07| -|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3805990963351454e-07| -|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3805990963351454e-07| -|pypi|[authlib](https://authlib.org/)|1.3805990963351454e-07| -|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3805990963351454e-07| -|npm|[download](https://github.com/kevva/download#readme)|1.3805990963351454e-07| -|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3805990963351454e-07| -|npm|pipeline|1.3805990963351454e-07| -|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3805990963351372e-07| -|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3805990963351372e-07| -|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3805990963351372e-07| -|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3805990963351372e-07| -|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3805990963351372e-07| -|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3805990963351372e-07| -|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3805990963351372e-07| -|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3805990963351372e-07| -|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3805990963351372e-07| -|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3805990963351372e-07| -|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.374882329890685e-07| -|go|[github.com/google/shlex](https://github.com/google/shlex)|1.374882329890685e-07| -|pypi|[fspath](https://github.com/return42/fspath)|1.3667931053717958e-07| -|go|github.com/containernetworking/cni|1.355006595391951e-07| -|go|github.com/containernetworking/plugins|1.355006595391951e-07| -|go|github.com/containers/common|1.355006595391951e-07| -|go|github.com/containers/image/v5|1.355006595391951e-07| -|go|github.com/cyphar/filepath-securejoin|1.355006595391951e-07| -|go|github.com/moby/term|1.355006595391951e-07| -|go|github.com/opencontainers/runc|1.355006595391951e-07| -|go|github.com/opencontainers/runtime-spec|1.355006595391951e-07| -|go|github.com/opencontainers/runtime-tools|1.355006595391951e-07| -|go|github.com/opencontainers/selinux|1.355006595391951e-07| -|go|gopkg.in/yaml.v2|1.355006595391951e-07| -|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3460841189267838e-07| -|pypi|[geobo](https://github.com/sebhaan/geobo)|1.329465796470877e-07| -|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.329465796470877e-07| -|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.329465796470877e-07| -|npm|[cover](http://www.cover.io)|1.3161711385061719e-07| -|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3161711385061719e-07| -|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3161711385061719e-07| -|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2819848751683548e-07| -|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2819848751683548e-07| -|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2819848751683548e-07| -|cran|[audio](http://www.rforge.net/audio/)|1.2691650264166514e-07| -|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2377785001625416e-07| -|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2377785001625416e-07| -|npm|[sendgrid](https://sendgrid.com)|1.2167992035496204e-07| -|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2167992035496204e-07| -|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2167992035496204e-07| -|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2167992035496204e-07| -|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2167992035496204e-07| -|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.1965192168237744e-07| -|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.1965192168237744e-07| -|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1845540246555447e-07| -|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.146342604505369e-07| -|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.146342604505369e-07| -|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1105193981145826e-07| -|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0877447425670836e-07| -|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0877447425670836e-07| -|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0877447425670836e-07| -|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0877447425670836e-07| -|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0557522501386356e-07| -|pypi|[drop](https://github.com/cod3monk/drop)|1.0255879001346763e-07| -|npm|[dedent](https://github.com/dmnd/dedent)|1.0153320211333312e-07| -|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.970993473531578e-08| -|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.871283538796289e-08| -|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.701507163436155e-08| -|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.44620434334572e-08| -|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.44620434334572e-08| -|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.44620434334572e-08| -|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.230291101212125e-08| -|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.203993975567553e-08| -|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.203993975567553e-08| -|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.203993975567553e-08| -|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.203993975567553e-08| -|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.111954035811931e-08| -|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.111954035811931e-08| -|npm|[opn](https://github.com/sindresorhus/open#readme)|9.111954035811931e-08| -|npm|[node-http2](https://github.com/kaazing/node-http2)|9.111954035811931e-08| -|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.111954035811931e-08| -|pypi|[technical](https://github.com/freqtrade/technical)|8.97389412617856e-08| -|pypi|[janus](https://github.com/aio-libs/janus)|8.973894126178434e-08| -|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.973894126178434e-08| -|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.884155184916585e-08| -|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.884155184916585e-08| -|pypi|[viscm](https://github.com/bids/viscm)|8.884155184916585e-08| -|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.755018659686142e-08| -|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.546565834455657e-08| -|pypi|[dash-auth](https://plotly.com/dash)|8.546565834455657e-08| -|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.546565834455657e-08| -|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.54656583445561e-08| -|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.54656583445561e-08| -|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.54656583445561e-08| -|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.54656583445561e-08| -|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.54656583445561e-08| -|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.54656583445561e-08| -|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.54656583445561e-08| -|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.54656583445561e-08| -|go|[github.com/creack/pty](https://github.com/creack/pty)|8.54656583445561e-08| -|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.54656583445561e-08| -|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.54656583445561e-08| -|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.54656583445561e-08| -|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.54656583445561e-08| -|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.54656583445561e-08| -|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.54656583445561e-08| -|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.54656583445561e-08| -|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.54656583445561e-08| -|go|[github.com/lib/pq](https://github.com/lib/pq)|8.54656583445561e-08| -|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.54656583445561e-08| -|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.54656583445561e-08| -|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.54656583445561e-08| -|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.54656583445561e-08| -|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.54656583445561e-08| -|go|[google.golang.org/api](https://google.golang.org/api)|8.54656583445561e-08| -|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.54656583445561e-08| -|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.54656583445561e-08| -|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.54656583445561e-08| -|go|[rsc.io/getopt](https://rsc.io/getopt)|8.54656583445561e-08| -|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.347808489468272e-08| -|go|github.com/Netflix/go-expect|8.347808489468271e-08| -|go|github.com/ProtonMail/go-crypto|8.347808489468271e-08| -|go|github.com/adigunhammedolalekan/registry-auth|8.347808489468271e-08| -|go|github.com/apex/log|8.347808489468271e-08| -|go|github.com/blang/semver/v4|8.347808489468271e-08| -|go|github.com/buger/jsonparser|8.347808489468271e-08| -|go|github.com/containerd/containerd|8.347808489468271e-08| -|go|github.com/go-log/log|8.347808489468271e-08| -|go|github.com/gosimple/slug|8.347808489468271e-08| -|go|github.com/opencontainers/umoci|8.347808489468271e-08| -|go|github.com/pelletier/go-toml|8.347808489468271e-08| -|go|github.com/seccomp/libseccomp-golang|8.347808489468271e-08| -|go|github.com/sylabs/json-resp|8.347808489468271e-08| -|go|github.com/sylabs/scs-build-client|8.347808489468271e-08| -|go|github.com/sylabs/scs-key-client|8.347808489468271e-08| -|go|github.com/sylabs/scs-library-client|8.347808489468271e-08| -|go|github.com/sylabs/sif/v2|8.347808489468271e-08| -|go|github.com/vbauerster/mpb/v4|8.347808489468271e-08| -|go|github.com/vbauerster/mpb/v6|8.347808489468271e-08| -|go|golang.org/x/term|8.347808489468271e-08| -|go|gotest.tools/v3|8.347808489468271e-08| -|go|mvdan.cc/sh/v3|8.347808489468271e-08| -|go|oras.land/oras-go|8.347808489468271e-08| -|rubygems|[pdf-reader](https://github.com/yob/pdf-reader)|7.976794778825414e-08| -|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.976794778825288e-08| -|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.976794778825288e-08| -|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.976794778825288e-08| -|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.976794778825288e-08| -|pypi|[django-rq](https://github.com/rq/django-rq)|7.976794778825288e-08| -|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.976794778825288e-08| -|pypi|[google](http://breakingcode.wordpress.com/)|7.976794778825288e-08| -|rubygems|[aasm](https://github.com/aasm/aasm)|7.976794778825288e-08| -|rubygems|[dotenv](https://github.com/bkeepers/dotenv)|7.976794778825288e-08| -|rubygems|[google_drive](https://github.com/gimite/google-drive-ruby)|7.976794778825288e-08| -|rubygems|[net-sftp](https://github.com/net-ssh/net-sftp)|7.976794778825288e-08| -|rubygems|[octicons_helper](https://github.com/primer/octicons)|7.976794778825288e-08| -|rubygems|[omniauth-orcid](https://github.com/datacite/omniauth-orcid)|7.976794778825288e-08| -|rubygems|[omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection)|7.976794778825288e-08| -|rubygems|[importmap-rails](https://github.com/rails/importmap-rails)|7.976794778825288e-08| -|rubygems|[turbo-rails](https://github.com/hotwired/turbo-rails)|7.976794778825288e-08| -|rubygems|[stimulus-rails](https://stimulus.hotwired.dev)|7.976794778825288e-08| -|rubygems|[newrelic_rpm](https://newrelic.com/ruby)|7.976794778825288e-08| -|rubygems|[sanitize](https://github.com/rgrove/sanitize/)|7.976794778825288e-08| -|rubygems|[searchkick](https://github.com/ankane/searchkick)|7.976794778825288e-08| -|rubygems|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html)|7.976794778825288e-08| -|rubygems|[issue](http://github.com/xuanxu/issue)|7.976794778825288e-08| -|rubygems|[active_link_to](http://github.com/comfy/active_link_to)|7.976794778825288e-08| -|rubygems|[pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)|7.976794778825288e-08| -|npm|[parents](https://github.com/substack/node-parents)|7.818056562726564e-08| -|npm|[coverify](https://github.com/substack/coverify)|7.818056562726564e-08| -|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.637356703130547e-08| -|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.403462654097217e-08| -|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.32562785810483e-08| -|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.32562785810483e-08| -|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|7.32562785810483e-08| -|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|7.32562785810483e-08| -|rubygems|[image_processing](https://github.com/janko/image_processing)|7.32562785810483e-08| -|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|7.32562785810483e-08| -|rubygems|[rotp](https://github.com/mdp/rotp)|7.32562785810483e-08| -|rubygems|[sass-rails](https://github.com/rails/sass-rails)|7.32562785810483e-08| -|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|7.32562785810483e-08| -|rubygems|[diffy](http://github.com/samg/diffy)|7.32562785810483e-08| -|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|7.32562785810483e-08| -|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|7.32562785810483e-08| -|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|7.32562785810483e-08| -|rubygems|[whenever](https://github.com/javan/whenever)|7.32562785810483e-08| -|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|7.32562785810483e-08| -|rubygems|[rack-mini-profiler](https://miniprofiler.com)|7.32562785810483e-08| -|rubygems|[thwait](https://github.com/ruby/thwait)|7.32562785810483e-08| -|rubygems|[rmagick](https://github.com/rmagick/rmagick)|7.32562785810483e-08| -|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|7.32562785810483e-08| -|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.325627858104705e-08| -|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|7.325627858104705e-08| -|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|7.325627858104705e-08| -|rubygems|[devise](https://github.com/heartcombo/devise)|7.325627858104705e-08| -|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|7.325627858104705e-08| -|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|7.325627858104705e-08| -|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|7.325627858104705e-08| -|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.179115300942848e-08| -|cran|[enviPick](NA)|7.179115300942722e-08| -|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.107324147933343e-08| -|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.902995481675727e-08| -|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.7727502839082e-08| -|pypi|[tagore](https://github.com/jordanlab/tagore)|6.7727502839082e-08| -|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.580855692530859e-08| -|npm|[vx](https://github.com/vxjs/vx)|6.409924375841774e-08| -|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.345825132083257e-08| -|npm|eslint-config-richienb|6.345825132083257e-08| -|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.345825132083257e-08| -|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.345825132083257e-08| -|pypi|[icecream](https://github.com/gruns/icecream)|6.297469562230437e-08| -|pypi|[comet](http://comet.transientskp.org/)|6.297469562230437e-08| -|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.297469562230437e-08| -|npm|[aproba](https://github.com/iarna/aproba)|6.083996017748102e-08| -|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.083996017748102e-08| -|npm|concat-map|6.083996017748102e-08| -|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.083996017748102e-08| -|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.083996017748102e-08| -|pypi|[trustme](https://github.com/python-trio/trustme)|5.9227701232777234e-08| -|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.7896091136635054e-08| -|pypi|[flowTorch](https://flowtorch.ai/users)|5.6086838288615054e-08| -|go|github.com/blang/semver|5.2022574644512404e-08| -|go|github.com/buger/goterm|5.2022574644512404e-08| -|go|github.com/checkpoint-restore/checkpointctl|5.2022574644512404e-08| -|go|github.com/checkpoint-restore/go-criu/v5|5.2022574644512404e-08| -|go|github.com/container-orchestrated-devices/container-device-interface|5.2022574644512404e-08| -|go|github.com/containers/buildah|5.2022574644512404e-08| -|go|github.com/containers/conmon|5.2022574644512404e-08| -|go|github.com/containers/ocicrypt|5.2022574644512404e-08| -|go|github.com/containers/psgo|5.2022574644512404e-08| -|go|github.com/containers/storage|5.2022574644512404e-08| -|go|github.com/coreos/go-systemd/v22|5.2022574644512404e-08| -|go|github.com/coreos/stream-metadata-go|5.2022574644512404e-08| -|go|github.com/digitalocean/go-qemu|5.2022574644512404e-08| -|go|github.com/docker/go-connections|5.2022574644512404e-08| -|go|github.com/docker/go-plugins-helpers|5.2022574644512404e-08| -|go|github.com/docker/go-units|5.2022574644512404e-08| -|go|github.com/dtylman/scp|5.2022574644512404e-08| -|go|github.com/godbus/dbus/v5|5.2022574644512404e-08| -|go|github.com/google/gofuzz|5.2022574644512404e-08| -|go|github.com/gorilla/handlers|5.2022574644512404e-08| -|go|github.com/gorilla/schema|5.2022574644512404e-08| -|go|github.com/hashicorp/go-multierror|5.2022574644512404e-08| -|go|github.com/json-iterator/go|5.2022574644512404e-08| -|go|github.com/mrunalp/fileutils|5.2022574644512404e-08| -|go|github.com/nxadm/tail|5.2022574644512404e-08| -|go|github.com/pmezard/go-difflib|5.2022574644512404e-08| -|go|github.com/rootless-containers/rootlesskit|5.2022574644512404e-08| -|go|github.com/stretchr/testify|5.2022574644512404e-08| -|go|github.com/syndtr/gocapability|5.2022574644512404e-08| -|go|github.com/uber/jaeger-client-go|5.2022574644512404e-08| -|go|github.com/vbauerster/mpb/v7|5.2022574644512404e-08| -|go|github.com/vishvananda/netlink|5.2022574644512404e-08| -|go|go.etcd.io/bbolt|5.2022574644512404e-08| -|go|golang.org/x/text|5.2022574644512404e-08| -|go|google.golang.org/protobuf|5.2022574644512404e-08| -|go|gopkg.in/inf.v0|5.2022574644512404e-08| -|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1279395006733815e-08| -|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.055715000663865e-08| -|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.055715000663865e-08| -|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.055715000663865e-08| -|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.055715000663865e-08| -|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.055715000663865e-08| -|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.9172022609196424e-08| -|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.324768253579956e-08| -|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.273282917227829e-08| -|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.180778910549022e-08| -|pypi|[PySide6](https://pyside.org)|4.079042784626532e-08| -|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.038252356780289e-08| -|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9485134155185034e-08| -|pypi|[jmp](https://github.com/deepmind/jmp)|3.626185789761888e-08| -|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|3.626185789761888e-08| -|npm|text-table|3.4169827634294894e-08| -|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3934173650610034e-08| -|pypi|[pika](https://pika.readthedocs.io)|3.0901409338840676e-08| -|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.03731801193731e-08| -|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.03731801193731e-08| -|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9613850616388617e-08| -|cran|[OAIHarvester](NA)|2.9613850616388617e-08| -|rubygems|[hoe-rubygems](http://github.com/jbarnette/hoe-rubygems)|2.4187112490935405e-08| -|rubygems|[hoe-git](http://github.com/jbarnette/hoe-git)|2.4187112490935405e-08| -|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.256293380296274e-08| -|cran|[uroot](https://jalobe.com)|2.2072435242028968e-08| -|pypi|[geomet](https://github.com/geomet/geomet)|1.2339104423495361e-08| -|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.462927722402117e-09| -|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.462927722402117e-09| -|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|pypi|[numpy](https://pypi.org/project/numpy)|0.08781555682489946| +|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030843037680413403| +|cran|R|0.014333174663758925| +|pypi|[scipy](https://pypi.org/project/scipy)|0.011988266764501548| +|pypi|[pytest](https://pypi.org/project/pytest)|0.010831194277526995| +|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.00983084820634088| +|cran|[testthat](https://testthat.r-lib.org)|0.009740931805273585| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009573180595032774| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007795781863148415| +|cran|[httr](https://httr.r-lib.org/)|0.007138370438541421| +|cran|[knitr](https://yihui.org/knitr/)|0.006897272557667082| +|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.00647889667032674| +|spack|[zlib](https://zlib.net)|0.006316519589602442| +|cran|utils|0.00612446743789032| +|cran|methods|0.005807672704749032| +|pypi|[six](https://pypi.org/project/six)|0.005742333824136636| +|spack|[gnuconfig](https://www.gnu.org/software/config/)|0.005314264239414953| +|cran|[covr](https://covr.r-lib.org)|0.005167350755215458| +|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004955574228151109| +|pypi|[h5py](http://www.h5py.org)|0.00468665810231873| +|pypi|[colorama](https://github.com/tartley/colorama)|0.004546818248706569| +|pypi|[pytz](https://pypi.org/project/pytz)|0.004439873568276247| +|pypi|[biopython](https://biopython.org/)|0.0044221866577742195| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.00419479241809107| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.0041613821086642095| +|pypi|[pyyaml](https://pyyaml.org/)|0.003669454146083851| +|cran|[tidyr](https://tidyr.tidyverse.org)|0.0035282598845927126| +|pypi|[numba](https://numba.pydata.org)|0.0032837033305898795| +|pypi|[cython](https://pypi.org/project/cython)|0.0032590169579353977| +|pypi|[pandas](https://pypi.org/project/pandas)|0.0032171082962295073| +|pypi|[packaging](https://pypi.org/project/packaging)|0.0031771950922202213| +|pypi|[docutils](http://docutils.sourceforge.net/)|0.003110535487225366| +|spack|[rhash](https://sourceforge.net/projects/rhash/)|0.0029960887469467684| +|pypi|[requests](https://pypi.org/project/requests)|0.002717508795084154| +|spack|[python](https://www.python.org/)|0.0026914813408697577| +|cran|[magrittr](https://magrittr.tidyverse.org)|0.0026141325007531958| +|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.002597275608360077| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025918929185822586| +|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.0025898535045987665| +|pypi|[tomli](https://pypi.org/project/tomli)|0.002536290373990081| +|cran|[rlang](https://rlang.r-lib.org)|0.002534225981962583| +|cran|stats|0.002495767127570211| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0024809923438968515| +|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0024468830817195816| +|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023801389594168463| +|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023447897320942584| +|pypi|[future](https://pypi.org/project/future)|0.0022908883871452764| +|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.0021603480515314335| +|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021280066309292515| +|cran|[withr](https://withr.r-lib.org)|0.0020408481530307643| +|pypi|[flake8](https://pypi.org/project/flake8)|0.0020197559571013437| +|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.002001781046692984| +|cran|[tibble](https://tibble.tidyverse.org/)|0.0019697704516398527| +|spack|[pkgconfig](http://pkgconf.org/)|0.0019587289254886| +|pypi|[astropy](http://astropy.org)|0.001929446590541874| +|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018510290183196144| +|pypi|[lxml](https://pypi.org/project/lxml)|0.0018334570203230153| +|pypi|[mock](https://pypi.org/project/mock)|0.001825086163478988| +|spack|[cmake](https://www.cmake.org)|0.0018185665609191757| +|pypi|[nose](https://pypi.org/project/nose)|0.0017985256480692452| +|pypi|[joblib](https://joblib.readthedocs.io)|0.001773939775532382| +|cran|[Rcpp](http://www.rcpp.org)|0.0017400485193705807| +|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017163650646074445| +|spack|openmp|0.0017019783259903983| +|pypi|[seaborn](https://seaborn.pydata.org)|0.0016891101263964248| +|pypi|[pycparser](https://pypi.org/project/pycparser)|0.001669702239659796| +|cran|tools|0.0016584836361852313| +|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016453749941358787| +|pypi|[wheel](https://pypi.org/project/wheel)|0.0016429275277697326| +|spack|[ncurses](https://invisible-island.net/ncurses/ncurses.html)|0.0016177828139044615| +|pypi|[idna](https://github.com/kjd/idna)|0.0015916282258756182| +|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015582397868162496| +|pypi|[ipython](https://pypi.org/project/ipython)|0.0015416545864300984| +|pypi|[mpmath](https://pypi.org/project/mpmath)|0.001517976752723491| +|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015094202978005373| +|cran|grDevices|0.001509364876589655| +|cran|[curl](https://github.com/jeroen/curl)|0.001503984504565513| +|cran|graphics|0.0014599456917861685| +|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014507464912790115| +|pypi|[chardet](https://github.com/chardet/chardet)|0.0014208028682513273| +|cran|[vctrs](https://vctrs.r-lib.org/)|0.001411934203540092| +|spack|[libbsd](https://libbsd.freedesktop.org/wiki/)|0.0014036896591352924| +|cran|[R6](https://r6.r-lib.org)|0.0013918842343181009| +|pypi|[astroquery](http://astropy.org/astroquery)|0.001377359035717722| +|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013156915473533173| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.00128915636887531| +|cran|[dplyr](https://dplyr.tidyverse.org)|0.0012735271132171633| +|cran|[pryr](https://github.com/hadley/pryr)|0.0012613270697702603| +|pypi|[dask](https://pypi.org/project/dask)|0.001225845550962922| +|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011909174964434648| +|cran|[glue](https://github.com/tidyverse/glue)|0.0011838012790149832| +|pypi|[twine](https://pypi.org/project/twine)|0.001181428816954766| +|pypi|[ipywidgets](http://ipython.org)|0.0011464450501073326| +|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011395260054004575| +|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011368971923071008| +|pypi|[mypy](https://pypi.org/project/mypy)|0.0011243544294432049| +|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011109666161828512| +|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011031816153351437| +|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010946295647355005| +|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010687721286023889| +|pypi|[pillow](https://python-pillow.org)|0.0010576612185431093| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0010379875382425228| +|pypi|[Babel](http://babel.pocoo.org/)|0.0010302031304900367| +|pypi|[click](https://pypi.org/project/click)|0.001027398488505633| +|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009946413347198255| +|pypi|[pygments](https://pypi.org/project/pygments)|0.0009934220951999932| +|pypi|[jinja2](https://pypi.org/project/jinja2)|0.00098756965969725| +|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009729453739438361| +|spack|[qt](https://qt.io)|0.000959773663473443| +|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009586675273968964| +|spack|[py-sphinx](https://www.sphinx-doc.org/en/master/)|0.0009580861594041597| +|pypi|[Cython](http://cython.org/)|0.0009577573235258241| +|spack|[openssl](https://www.openssl.org)|0.0009518594830761323| +|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009490529592977622| +|spack|[bzip2](https://sourceware.org/bzip2/)|0.0009430940722711102| +|pypi|[healpy](http://github.com/healpy)|0.0009352175502369652| +|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009315507916502005| +|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009253892754761078| +|pypi|[psutil](https://pypi.org/project/psutil)|0.0009251980130606327| +|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009250344645798376| +|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009202704277976399| +|pypi|[keras](https://keras.io/)|0.0009175353305356331| +|spack|[autoconf](https://www.gnu.org/software/autoconf/)|0.0009137306850667268| +|spack|[libtool](https://www.gnu.org/software/libtool/)|0.0009115312841525651| +|spack|[mpi](http://mvapich.cse.ohio-state.edu)|0.0009098057612248972| +|spack|[automake](https://www.gnu.org/software/automake/)|0.0009086083354850721| +|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009016254380772747| +|pypi|[attrs](https://pypi.org/project/attrs)|0.000888981330236361| +|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.0008886990018123465| +|spack|[m4](https://www.gnu.org/software/m4/m4.html)|0.0008836958743801133| +|pypi|[toml](https://pypi.org/project/toml)|0.0008820830725054823| +|pypi|[tornado](https://pypi.org/project/tornado)|0.0008758537088747815| +|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008708402271897133| +|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008476266135282962| +|pypi|[networkx](https://pypi.org/project/networkx)|0.0008449693448150457| +|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008418825272918564| +|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0008368126477358013| +|spack|[libxml2](http://xmlsoft.org)|0.0008346038655641274| +|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000830145635166379| +|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008228207026635897| +|pypi|[black](https://pypi.org/project/black)|0.0008129127851149351| +|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0008024958962386148| +|pypi|[docopt](https://pypi.org/project/docopt)|0.0008012172882043775| +|spack|[perl](https://www.perl.org)|0.000796356800681863| +|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007949361849890601| +|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007904550904745532| +|spack|threads|0.0007861469333269765| +|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.0007857538232073474| +|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007838982182767889| +|pypi|[py-make](https://github.com/tqdm/pymake)|0.00078201527763| +|pypi|[jupyter](http://jupyter.org)|0.0007674160221289966| +|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007647617864048193| +|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007636442383166196| +|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007595696535791982| +|pypi|[photutils](https://github.com/astropy/photutils)|0.0007583137509166078| +|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007551161738463132| +|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007526288006850944| +|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007517039097194589| +|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007456946632565037| +|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007456622370351205| +|cran|[stringi](https://stringi.gagolewski.com/)|0.0007441734762507352| +|cran|[shiny](https://shiny.rstudio.com/)|0.0007349636958567403| +|cran|[xml2](https://xml2.r-lib.org/)|0.0007344377453141849| +|cran|[mockery](https://github.com/r-lib/mockery)|0.0007329052646927181| +|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007278020588980485| +|cran|[purrr](http://purrr.tidyverse.org)|0.0007213512063220294| +|cran|[cli](https://cli.r-lib.org)|0.0007213234930989399| +|cran|[bit64](https://github.com/truecluster/bit64)|0.0007209525223589252| +|cran|[pillar](https://pillar.r-lib.org/)|0.0007178924697387856| +|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007136566075205403| +|pypi|[asdf](https://pypi.org/project/asdf)|0.0007098410744371141| +|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.000708322497366117| +|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0006983406306342175| +|spack|ca-certificates-mozilla|0.0006937486112198298| +|spack|nasm|0.0006937486112198298| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006887034034326915| +|pypi|[sympy](https://sympy.org)|0.0006885693908254151| +|pypi|[tqdm](https://tqdm.github.io)|0.0006873910972909334| +|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006862073082070917| +|rubygems|[rake](https://github.com/ruby/rake)|0.000679009856976367| +|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006778210803394413| +|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006774411393152237| +|spack|[xz](https://tukaani.org/xz/)|0.0006591824844440709| +|spack|[expat](https://libexpat.github.io/)|0.0006545125561808569| +|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006542490039248323| +|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006521568818052254| +|cran|grid|0.0006489572194765736| +|pypi|[py](https://pypi.org/project/py)|0.0006479340264103967| +|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006465585064890987| +|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.000645557280754696| +|cran|[callr](https://callr.r-lib.org)|0.0006454771750737172| +|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006452540293256543| +|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006294743063279226| +|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006128589322582849| +|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006006469916441429| +|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005996690734524162| +|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005966776018788556| +|pypi|[filelock](https://pypi.org/project/filelock)|0.0005936508384851498| +|pypi|[cffi](https://pypi.org/project/cffi)|0.0005905225669903846| +|pypi|[scikit-learn](http://scikit-learn.org)|0.0005858248848080352| +|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0005857051226155637| +|cran|[DBI](https://dbi.r-dbi.org)|0.000585677421319171| +|spack|[gmake](https://www.gnu.org/software/make/)|0.0005825680635772195| +|cran|[sp](https://github.com/edzer/sp/)|0.0005809495995010152| +|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005799007307932517| +|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005788810575888819| +|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005677670352601013| +|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.00056704116979427| +|cran|parallel|0.0005658423885727411| +|pypi|[zipp](https://pypi.org/project/zipp)|0.0005652137233727864| +|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005641098790973527| +|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005612566876584252| +|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.0005600013348205396| +|pypi|[isal](https://pypi.org/project/isal)|0.0005569974376355747| +|cran|[pracma](NA)|0.0005545958509311486| +|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005523461059792311| +|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005505880988892647| +|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0005502022037852867| +|cran|[stringr](http://stringr.tidyverse.org)|0.0005475458739549828| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005465244042503955| +|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005441082923986057| +|pypi|[jax](https://github.com/google/jax)|0.0005418298891412071| +|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005417910083575473| +|spack|eigen3|0.0005380694143167028| +|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005377282177523938| +|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005372543687628626| +|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.000534424209765728| +|pypi|[absl-py](https://pypi.org/project/absl-py)|0.0005343658371365533| +|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005332540177715812| +|cran|[hms](https://hms.tidyverse.org/)|0.000532737830145386| +|spack|python3|0.0005309110629067245| +|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005165930688978411| +|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005134310125460778| +|pypi|[termcolor](https://pypi.org/project/termcolor)|0.0005134151843852752| +|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005119182012376939| +|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005119182012376939| +|cran|[scales](https://scales.r-lib.org)|0.000511497916142029| +|cran|[processx](https://processx.r-lib.org)|0.0005110938432230355| +|cran|[markdown](https://github.com/rstudio/markdown)|0.0005090906913211434| +|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005078819633617347| +|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005076379970849824| +|pypi|[dill](https://pypi.org/project/dill)|0.0005052989708815987| +|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005009688852648057| +|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004925270325825965| +|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004919978143414356| +|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004910356564958793| +|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004910349214347027| +|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004865080144088151| +|spack|[mbedtls](https://tls.mbed.org)|0.0004811855460678829| +|pypi|[torch](https://pytorch.org/)|0.00048011427292812847| +|pypi|[enum34](https://pypi.org/project/enum34)|0.0004775843511488173| +|pypi|[webencodings](https://pypi.org/project/webencodings)|0.0004759741270746118| +|pypi|[pathlib](https://pypi.org/project/pathlib)|0.0004736369009642903| +|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.00047341533550409654| +|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047198966037961625| +|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.00046846040960771| +|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046349618907958633| +|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.00045763037029730963| +|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004542222798313434| +|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045331438329772496| +|pypi|[cobaya](https://cobaya.readthedocs.io)|0.00044739696312364423| +|pypi|[isort](https://pypi.org/project/isort)|0.0004466493102911627| +|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.00044600681747415785| +|pypi|[decorator](https://github.com/micheles/decorator)|0.00044532593823807794| +|pypi|[brotli](https://pypi.org/project/brotli)|0.0004441360165751167| +|pypi|[types-setuptools](https://github.com/python/typeshed)|0.00044238632878317214| +|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00043890346242127557| +|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.00043888815794746236| +|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0004374608033358479| +|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004363813520863752| +|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004343829798498525| +|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004333485434909772| +|pypi|[olefile](https://pypi.org/project/olefile)|0.00043123182202155783| +|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042817269748737915| +|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.00042706030721120065| +|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004225999584101251| +|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.00042193532352805473| +|cran|RColorBrewer|0.0004208495589279406| +|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004186349121770804| +|rubygems|[webrick](https://github.com/ruby/webrick)|0.0004185269466287057| +|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041705482363166627| +|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041703932329133307| +|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.00041499263763443726| +|pypi|[codecov](https://pypi.org/project/codecov)|0.00041386005825640155| +|cran|[broom](https://broom.tidymodels.org/)|0.0004123345065764771| +|pypi|[pyroma](https://pypi.org/project/pyroma)|0.0004061683891726902| +|pypi|[imageio](https://github.com/imageio/imageio)|0.0004058017660705582| +|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040522102346115| +|spack|diffutils|0.0004011907938681506| +|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004008665335501556| +|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003952856652205679| +|pypi|[plotly](https://pypi.org/project/plotly)|0.00039359482111503045| +|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003926143993389113| +|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.0003898445792709875| +|pypi|[alabaster](https://alabaster.readthedocs.io)|0.00038805730969524046| +|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.000385942506537455| +|cran|[sf](https://r-spatial.github.io/sf/)|0.000385446913931226| +|spack|gtest|0.00038518748063216606| +|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.00038303802162493545| +|pypi|[nbformat](https://pypi.org/project/nbformat)|0.0003812697514929358| +|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0003797178180830313| +|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.000377931290394591| +|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037600035180137403| +|cran|[xts](https://github.com/joshuaulrich/xts)|0.00037360207053214876| +|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.00037290317092134343| +|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037273149330610376| +|cran|[ellipsis](https://ellipsis.r-lib.org)|0.0003711770391140292| +|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003696862519148388| +|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036877914701886156| +|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003650720953034102| +|pypi|[fields](https://pypi.org/project/fields)|0.0003650720953034102| +|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.00036413256850166217| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.0003638511970564035| +|cran|bench|0.0003629410075203175| +|pypi|[pip](https://pypi.org/project/pip)|0.00036264173515764095| +|cran|[plyr](http://had.co.nz/plyr)|0.0003618614221934071| +|spack|[lz4](https://lz4.github.io/lz4/)|0.00036088800137369957| +|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003599308715186325| +|spack|icu4c|0.0003593631912081947| +|cran|[bit](https://github.com/truecluster/bit)|0.0003586424487086111| +|cran|[rgl](https://github.com/dmurdoch/rgl)|0.000357862781783474| +|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003566404345647421| +|pypi|[execnet](https://pypi.org/project/execnet)|0.0003547481892632963| +|pypi|[hunter](https://pypi.org/project/hunter)|0.00035421937465536247| +|spack|[gettext](https://www.gnu.org/software/gettext/)|0.00035419452645869695| +|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00035384644501709804| +|rubygems|[bundler](https://bundler.io/)|0.0003506747544756206| +|cran|[fs](https://fs.r-lib.org)|0.000350611344159839| +|cran|[mime](https://github.com/yihui/mime)|0.0003499161335438476| +|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.000347709212179712| +|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003474067342173566| +|pypi|[gym](https://pypi.org/project/gym)|0.0003462551280772913| +|pypi|[xarray](https://pypi.org/project/xarray)|0.0003453255113009826| +|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034478617895407175| +|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003445964296131819| +|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.000344540002254485| +|cran|[generics](https://generics.r-lib.org)|0.0003437234405517506| +|spack|py-numpy|0.0003426823719757156| +|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034227547742837994| +|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.00033983416274817714| +|pypi|[Pygments](https://pypi.org/project/Pygments)|0.0003392487562374833| +|pypi|[pydot](https://pypi.org/project/pydot)|0.0003367308185005096| +|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.00033603944500535575| +|pypi|[munkres](https://pypi.org/project/munkres)|0.00033479568092634437| +|spack|[ninja](https://ninja-build.org/)|0.00033450739129626503| +|spack|[bison](https://www.gnu.org/software/bison/)|0.0003322533244883125| +|cran|evaluate|0.00032837235623201395| +|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0003276763481810908| +|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032685908864790454| +|pypi|[pyproj](https://pypi.org/project/pyproj)|0.0003257825788859171| +|pypi|[pandoc](https://pypi.org/project/pandoc)|0.0003251898317688916| +|pypi|[rich](https://pypi.org/project/rich)|0.0003240828834196451| +|spack|slicer|0.0003239154013015184| +|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.0003229509913195583| +|npm|[express](http://expressjs.com/)|0.0003226540374377236| +|spack|pybind11|0.0003195692593740316| +|spack|[sqlite](https://www.sqlite.org)|0.0003170339677087191| +|cran|tcltk|0.00031562585843949537| +|spack|pythoninterp|0.0003138661772067412| +|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031343976224740803| +|cran|[unix](https://github.com/jeroen/unix)|0.0003119752849350152| +|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031141231763220613| +|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003097699317069347| +|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.0003086346322966002| +|spack|[lapack](https://developer.arm.com/tools-and-software/server-and-hpc/downloads/arm-performance-libraries)|0.0003083677694459519| +|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00030680900839916625| +|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030643307400897673| +|spack|[zstd](https://facebook.github.io/zstd/)|0.00030633191360846624| +|cran|[maps](NA)|0.00030599520858182866| +|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003042404738389321| +|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003031630191355377| +|cran|[usethis](https://usethis.r-lib.org)|0.0003006623203093263| +|pypi|[python](http://www.python.org/2.5)|0.00029855373636189| +|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.000298449831175625| +|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002978712964341487| +|pypi|[ujson](https://pypi.org/project/ujson)|0.0002955927152889569| +|npm|[lodash](https://lodash.com/)|0.0002930600214311517| +|pypi|[babel](https://pypi.org/project/babel)|0.0002927543750064657| +|pypi|[emcee](https://emcee.readthedocs.io)|0.00029236320816887246| +|spack|[nss](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS)|0.0002923219818568093| +|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.0002916885130866964| +|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.00029039777135539716| +|cran|[httpcode](https://github.com/sckott/httpcode)|0.0002900121398426978| +|spack|[libffi](https://sourceware.org/libffi/)|0.000288391173881235| +|spack|[tk](https://www.tcl.tk)|0.0002877932774281787| +|spack|[readline](https://tiswww.case.edu/php/chet/readline/rltop.html)|0.00028713446427763726| +|pypi|[pooch](https://pypi.org/project/pooch)|0.0002870487908927252| +|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028652343045679256| +|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00028514396728995155| +|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.00028394869921247667| +|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002838828888997435| +|cran|[data.table](https://r-datatable.com)|0.00028388006667306347| +|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002837762111352133| +|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.00028070431127982646| +|cran|[igraph](https://igraph.org)|0.00028051955744586086| +|spack|[libidn2](https://gitlab.com/libidn/libidn2)|0.0002785167369848153| +|pypi|[tzdata](https://pypi.org/project/tzdata)|0.00027806124848383693| +|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.00027797389547162203| +|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.00027794882429067194| +|pypi|[Flask](https://pypi.org/project/Flask)|0.000277894127073261| +|cran|[blob](https://blob.tidyverse.org)|0.0002767856593427562| +|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002742638541925851| +|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00027345979333735716| +|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027264445153962123| +|cran|[lubridate](https://lubridate.tidyverse.org)|0.000272162179596247| +|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.00027092031986523794| +|cran|pkgconfig|0.00027081174240297897| +|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.0002699209892536879| +|spack|[tcl](https://www.tcl.tk/)|0.0002656654304442323| +|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026371205671039494| +|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026353740302217764| +|spack|[gdbm](https://www.gnu.org.ua/software/gdbm/gdbm.html)|0.0002622577893666516| +|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002610086767895879| +|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002609918262305822| +|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026047345825963884| +|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0002588723943793551| +|pypi|[keyring](https://pypi.org/project/keyring)|0.0002587414861917478| +|spack|[krb5](https://kerberos.org)|0.0002584166063532451| +|spack|[libnsl](https://github.com/thkukuk/libnsl)|0.00025821390243606585| +|spack|[uuid](https://sourceforge.net/projects/libuuid/)|0.00025821390243606585| +|spack|[tix](https://sourceforge.net/projects/tix/)|0.00025821390243606585| +|pypi|[tox](https://pypi.org/project/tox)|0.0002579478749815982| +|pypi|[pox](https://pypi.org/project/pox)|0.00025767004422555984| +|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025760822352167474| +|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025760822352167474| +|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.0002576082235216747| +|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.0002576082235216747| +|spack|[libssh2](https://www.libssh2.org/)|0.0002560598763795854| +|spack|[libssh](https://www.libssh.org)|0.0002560598763795854| +|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.0002554736119934612| +|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025439953609847447| +|cran|[gtable](https://gtable.r-lib.org)|0.00025427015970761954| +|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002538569841253132| +|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025332801571513724| +|pypi|[tifffile](https://pypi.org/project/tifffile)|0.0002527641997718305| +|npm|[mocha](https://mochajs.org/)|0.0002519406445525314| +|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.0002515572202339931| +|pypi|[pep517](https://pypi.org/project/pep517)|0.00025146695139421406| +|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002509063417466992| +|spack|[gnutls](https://www.gnutls.org)|0.00025079795121689554| +|spack|[nghttp2](https://nghttp2.org/)|0.00025079795121689554| +|pypi|[reno](https://pypi.org/project/reno)|0.0002505948873388| +|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00024966506747609485| +|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00024953431380275704| +|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.0002484823496738158| +|pypi|[furo](https://pypi.org/project/furo)|0.00024789706096773283| +|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.00024771459559962816| +|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002475154049708462| +|spack|[curl](https://curl.se/)|0.0002463881331950118| +|cran|[png](http://www.rforge.net/png/)|0.00024380907979586327| +|cran|RPostgreSQL|0.0002437886568797663| +|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024308896065033172| +|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0002430044244624378| +|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024263163331321796| +|cran|[survival](https://github.com/therneau/survival)|0.00024153779862268144| +|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.0002411461723492694| +|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002407445509870265| +|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002407445509870265| +|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.00023992145600484785| +|pypi|[wmi](https://pypi.org/project/wmi)|0.00023924402973638802| +|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.0002386117136659436| +|cran|[brio](https://brio.r-lib.org)|0.00023592088810571275| +|pypi|[mappy](https://github.com/lh3/minimap2)|0.0002339880654414277| +|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.0002337056264942459| +|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0002332581510628027| +|cran|[waldo](https://github.com/r-lib/waldo)|0.0002330560092386346| +|cran|[ragg](https://ragg.r-lib.org)|0.0002329956422864963| +|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023225677505333338| +|spack|[nettle](https://www.lysator.liu.se/~nisse/nettle/)|0.0002312426576899237| +|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023115509761388286| +|pypi|[lz4](https://pypi.org/project/lz4)|0.00023008334640011165| +|spack|[lzo](https://www.oberhumer.com/opensource/lzo/)|0.00022966408014111675| +|npm|[axios](https://axios-http.com)|0.0002293350631304889| +|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.00022874917851810526| +|pypi|[fs](https://pypi.org/project/fs)|0.0002279295573536048| +|pypi|[semver](https://github.com/python-semver/python-semver)|0.000227119944841231| +|spack|numpy|0.0002271072203284785| +|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002263778031713967| +|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022630540201879336| +|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022421571314029857| +|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002240453294558587| +|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022325108459869848| +|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022169955389484696| +|pypi|[ci-info](https://pypi.org/project/ci-info)|0.00022067188035163832| +|spack|png|0.00021842149174036376| +|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021834005889126014| +|cran|[mgcv](NA)|0.00021696962667927349| +|pypi|[arviz](https://pypi.org/project/arviz)|0.00021684841795361015| +|cran|[xfun](https://github.com/yihui/xfun)|0.00021637943067299978| +|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.000216324517620788| +|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021532742813852108| +|pypi|[gast](https://pypi.org/project/gast)|0.0002150986386883064| +|pypi|[pint](https://pypi.org/project/pint)|0.0002149279575291511| +|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021480549405381916| +|pypi|[multidict](https://pypi.org/project/multidict)|0.00021357673399065893| +|pypi|[notebook](http://jupyter.org)|0.00021282425468283948| +|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021272770821635992| +|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.00021047689020987182| +|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021043963079160486| +|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00020998095481731247| +|pypi|[ultranest](https://pypi.org/project/ultranest)|0.0002095286237304867| +|spack|biosoup|0.00020878524945770066| +|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020841225833607117| +|pypi|[pulp](https://pypi.org/project/pulp)|0.00020828563577549104| +|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020697239294234878| +|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.00020652861502556825| +|rubygems|[hoe](http://www.zenspider.com/projects/hoe.html)|0.0002064967833967058| +|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020643640237661838| +|spack|[cuda](https://developer.nvidia.com/cuda-zone)|0.00020640165301285938| +|cran|Lahman|0.00020636879638381356| +|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020579740062558357| +|pypi|[psycopg2-binary](https://psycopg.org/)|0.0002045705913895272| +|spack|pythonlibs|0.00020393435198207434| +|pypi|[sh](https://github.com/amoffat/sh)|0.00020386100386100386| +|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020348964719897096| +|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020343331038410117| +|pypi|[xattr](https://pypi.org/project/xattr)|0.0002022600829230778| +|spack|libiconv|0.00020225075950181057| +|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.0002003786306032492| +|pypi|[doit](http://pydoit.org)|0.00020025142261479708| +|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00019993731707574852| +|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00019955502401611404| +|cran|lobstr|0.0001991002009856418| +|cran|munsell|0.00019872371696037455| +|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001985463596418043| +|pypi|[redis](https://pypi.org/project/redis)|0.00019833095088203574| +|cran|RMySQL|0.00019585053669476276| +|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019558737967458067| +|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019448352533965092| +|pypi|[theano](http://deeplearning.net/software/theano/)|0.0001940584451701588| +|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019366358193805697| +|cran|[hexbin](https://github.com/edzer/hexbin)|0.0001916217431969927| +|cran|[winch](https://r-prof.github.io/winch/)|0.00019149030633583988| +|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00019117878291634213| +|cran|[abind](NA)|0.0001881229098866569| +|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0001874136751200166| +|pypi|[asv](https://pypi.org/project/asv)|0.0001871261355202517| +|rubygems|[rspec-expectations](https://github.com/rspec/rspec-expectations)|0.00018683839441141156| +|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001856011563297672| +|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0001847252349963847| +|spack|[iconv](https://en.wikipedia.org/wiki/C_standard_library)|0.0001834438028908896| +|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001831141066568042| +|cran|[rpart](https://github.com/bethatkinson/rpart)|0.00018286656795295006| +|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018245912310541556| +|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.0001821292013603518| +|cran|datasets|0.0001820149038472563| +|pypi|[futures](https://pypi.org/project/futures)|0.00018123160661976634| +|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.0001808866080496117| +|cran|iterators|0.00018065113608171126| +|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001789587852494577| +|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001789587852494577| +|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001789587852494577| +|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001789587852494577| +|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001789587852494577| +|pypi|[http](https://github.com/franckcuny/http)|0.0001789587852494577| +|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001789587852494577| +|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001789587852494577| +|spack|bpython|0.0001789587852494577| +|spack|omegalib|0.0001789587852494577| +|spack|vif|0.0001789587852494577| +|pypi|[conan](https://conan.io)|0.00017893010595694975| +|cran|mapproj|0.000178841211188085| +|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017836225596529285| +|pypi|[libclang](https://pypi.org/project/libclang)|0.00017813611763031856| +|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.00017764161984357553| +|spack|patchelf|0.0001771691973969631| +|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017708006452930717| +|pypi|[flask](https://palletsprojects.com/p/flask)|0.0001767254905841334| +|cran|formattable|0.0001766099314676735| +|cran|[devtools](https://devtools.r-lib.org/)|0.00017585079046776277| +|npm|eslint|0.0001749742269833614| +|npm|[react](https://reactjs.org/)|0.00017442353190974636| +|npm|[react-dom](https://reactjs.org/)|0.00017442353190974636| +|pypi|[nestle](https://pypi.org/project/nestle)|0.0001743976600853197| +|pypi|[edlib](https://github.com/Martinsos/edlib)|0.0001743906184013723| +|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017354231070582687| +|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017343352791719148| +|cran|[bslib](https://rstudio.github.io/bslib/)|0.00017293859436858146| +|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.0001725088225903308| +|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.0001723839480266684| +|cran|[webutils](https://github.com/jeroen/webutils)|0.00017197403008495414| +|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017166029478928849| +|npm|[angular](http://angularjs.org)|0.00017156171452673626| +|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001715143265308556| +|spack|[flex](https://github.com/westes/flex)|0.00017117367037352627| +|cran|graph|0.00017101111935140522| +|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017099083888047945| +|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016893514945832378| +|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016890694517013936| +|pypi|[gdal](https://pypi.org/project/gdal)|0.00016830361273890954| +|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016786994778401418| +|pypi|[jaxlib](https://github.com/google/jax)|0.0001677079120348738| +|pypi|[scikit-bio](http://scikit-bio.org)|0.0001676479702510071| +|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016716212191531188| +|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.00016705203347225787| +|cran|fansi|0.00016650589043156903| +|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016619731949178804| +|cran|[crul](https://docs.ropensci.org/crul/)|0.00016611250793643678| +|pypi|[monotonic](https://pypi.org/project/monotonic)|0.00016554333457585496| +|cran|[rstan](https://mc-stan.org/rstan)|0.00016491362877981303| +|cran|[ape](http://ape-package.ird.fr/)|0.00016488287231674085| +|npm|[fs](https://github.com/npm/security-holder#readme)|0.00016482730082363473| +|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016321107115809398| +|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.0001631286943273058| +|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016289434597039384| +|pypi|[markdown](https://pypi.org/project/markdown)|0.00016202610438879146| +|spack|hip|0.0001619986195629595| +|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016174990961677512| +|spack|[blas](https://cnugteren.github.io/clblast/clblast.html)|0.00016128914451575552| +|cran|chron|0.00016126837993480066| +|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016106290672451194| +|cran|[readr](https://readr.tidyverse.org)|0.0001606300198242554| +|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015945665266029756| +|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.0001587439949648239| +|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.0001586767895878525| +|pypi|[gunicorn](https://gunicorn.org)|0.00015834014363647362| +|cran|[ps](https://github.com/r-lib/ps#readme)|0.00015733923452698363| +|pypi|[jedi](https://pypi.org/project/jedi)|0.00015713982967360476| +|pypi|[fire](https://pypi.org/project/fire)|0.0001568236196983938| +|pypi|[camb](https://pypi.org/project/camb)|0.00015627864160848722| +|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015570298168696964| +|spack|bioparser|0.00015509761388286333| +|pypi|[python-libsbml](http://sbml.org)|0.00015507192601895196| +|cran|[raster](https://rspatial.org/raster)|0.0001546134034991216| +|pypi|[shapely](https://github.com/shapely/shapely)|0.0001537275750709799| +|pypi|[ete3](http://etetoolkit.org)|0.00015251265365148227| +|pypi|[rsa](https://pypi.org/project/rsa)|0.00015206523090769474| +|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015171627986535123| +|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015108855720282925| +|pypi|[streamlit](https://streamlit.io)|0.00015097727249251111| +|pypi|[texext](https://pypi.org/project/texext)|0.0001508252580756024| +|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015038627767253456| +|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.00014915780683933663| +|pypi|[bmipy](http://csdms.colorado.edu)|0.00014913232104121475| +|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.0001491227339442476| +|spack|libpciaccess|0.0001482837885696578| +|cran|[vroom](https://vroom.r-lib.org)|0.0001477022468738278| +|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014755784233391338| +|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014742894904470343| +|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001470991880981646| +|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001469308166361865| +|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014657866739021651| +|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00014639437085111706| +|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014577946557630422| +|npm|[papaparse](http://papaparse.com)|0.0001453332401157913| +|rubygems|[minitest](https://github.com/seattlerb/minitest)|0.0001452387263452034| +|spack|pmix|0.00014374098863640232| +|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00014292841648590022| +|cran|itertools|0.000142573929885073| +|cran|[forcats](https://forcats.tidyverse.org)|0.0001424677043209259| +|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.0001422714675057408| +|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014220832042144408| +|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014170281995661607| +|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00014151902049036572| +|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.0001412969388495316| +|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.0001412788746763638| +|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014100816031401714| +|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014082216910689063| +|pypi|[ginga](https://pypi.org/project/ginga)|0.00014065532595045096| +|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.0001406104741245739| +|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014018860428240452| +|cran|timeDate|0.00014003502107510018| +|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00013978830549079446| +|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001397724035717321| +|pypi|[blinker](https://pypi.org/project/blinker)|0.00013929110165398215| +|pypi|[httpx](https://pypi.org/project/httpx)|0.0001388518116907585| +|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.00013865114929217305| +|spack|[opengl](https://www.opengl.org/)|0.000138276229099581| +|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013825382098559206| +|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013814444828490378| +|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013792215918571665| +|pypi|[dash](https://plotly.com/dash)|0.00013769442086839152| +|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00013746096759504716| +|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013731026508292| +|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013720173535791756| +|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.0001369673461479143| +|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.00013683223120409215| +|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013619929704956535| +|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013593766139861587| +|npm|[d3](https://d3js.org)|0.00013589555941682528| +|cran|tis|0.00013586561484236283| +|rubygems|[rspec](http://github.com/rspec)|0.00013479183225399333| +|pypi|[simframe](https://github.com/stammler/simframe)|0.00013473039975209173| +|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.00013456520649442595| +|cran|[rJava](http://www.rforge.net/rJava/)|0.00013430085508107914| +|cran|[sys](https://github.com/jeroen/sys)|0.00013414675935971757| +|pypi|[boto3](https://pypi.org/project/boto3)|0.00013406248164401737| +|npm|nestjs|0.0001334607889995956| +|pypi|[pyregion](https://github.com/astropy/pyregion)|0.00013313746990536578| +|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013282082733626644| +|pypi|[argh](https://pypi.org/project/argh)|0.00013273422167131495| +|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00013232767393708567| +|rubygems|[json](http://flori.github.io/json/)|0.00013217259500910683| +|cran|svglite|0.0001313324779221722| +|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.00013123644251626898| +|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.00013123644251626898| +|pypi|[rebound](https://github.com/hannorein/rebound/)|0.00013112072144634305| +|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.0001309326473822544| +|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013070786353462503| +|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.00013052408404636148| +|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00012995816547877286| +|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00012986584547050925| +|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001296962168003383| +|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012945664777115376| +|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012939861957873724| +|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012939861957873724| +|cran|ggplot2movies|0.00012931606420455284| +|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012897538190746684| +|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012892988104487091| +|pypi|[plac](https://pypi.org/project/plac)|0.00012854186621404624| +|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012848636556313627| +|npm|[rollup](https://rollupjs.org/)|0.00012742295334070044| +|cran|[sass](https://github.com/rstudio/sass)|0.00012734526259476265| +|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012696951335363239| +|cran|[desc](https://github.com/r-lib/desc#readme)|0.000126817124692932| +|cran|quantreg|0.00012671605667884407| +|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012670649612248975| +|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012617811085824385| +|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.00012609053018090063| +|spack|[java](https://www.oracle.com/technetwork/java/javase/downloads/index.html)|0.00012603189296704406| +|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.00012581417487068244| +|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012575689494886893| +|pypi|[email-validator](https://pypi.org/project/email-validator)|0.0001257378308312235| +|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012572241790890617| +|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.0001253065431690368| +|cran|[terra](https://rspatial.org/terra/)|0.00012498533983134314| +|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012431044370880094| +|cran|interp|0.00012417959706346652| +|pypi|[django](https://pypi.org/project/django)|0.00012414563292623989| +|cran|multcomp|0.0001240711667566096| +|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.0001240057845263919| +|spack|[re2c](https://re2c.org/index.html)|0.00012374565634932334| +|spack|[libarchive](https://www.libarchive.org)|0.00012360911571032717| +|spack|[libuv](https://libuv.org)|0.00012360911571032717| +|cran|profvis|0.00012339551105921667| +|cran|assertthat|0.00012318065137309259| +|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.0001231672948158855| +|pypi|[panel](https://pypi.org/project/panel)|0.00012274488034673728| +|spack|cython|0.00012271459559962813| +|cran|RUnit|0.0001226413449776619| +|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012246395304325636| +|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012246395304325636| +|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001224041634240826| +|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.0001222885032537961| +|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00012206032970818063| +|pypi|[livereload](https://pypi.org/project/livereload)|0.00012205008606885102| +|pypi|[tables](https://pypi.org/project/tables)|0.00012204318622883208| +|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.00012188207670854092| +|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012174398055911066| +|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012157581889762911| +|pypi|[pyia](http://github.com/adrn/pyia)|0.00012145336225596529| +|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012128219788422132| +|cran|isoband|0.00012123768109092031| +|cran|[lme4](https://github.com/lme4/lme4/)|0.00012104381533545381| +|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00012095748909441968| +|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012093515723747301| +|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012079480257159922| +|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012076522966016297| +|pypi|[munch](https://pypi.org/project/munch)|0.00012050753577481609| +|spack|py-setuptools|0.00012042566539201589| +|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012025328569605716| +|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.00012022861306941431| +|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.0001196958952110796| +|pypi|[distributed](https://distributed.dask.org)|0.00011953346867228723| +|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011944720788903763| +|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.0001193058568329718| +|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.0001193058568329718| +|pypi|[udatetime](https://github.com/freach/udatetime)|0.0001193058568329718| +|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0001193058568329718| +|pypi|[requests_file](http://github.com/dashea/requests-file)|0.0001193058568329718| +|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.0001193058568329718| +|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.0001193058568329718| +|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.0001193058568329718| +|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.0001193058568329718| +|pypi|[cogent3](https://cogent3.org)|0.0001193058568329718| +|spack|sqlite3|0.0001193058568329718| +|spack|triqs|0.0001193058568329718| +|spack|cminx|0.0001193058568329718| +|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.0001193058568329718| +|cran|[isotree](https://github.com/david-cortes/isotree)|0.0001193058568329718| +|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011918363329198363| +|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011887917269221499| +|pypi|[Django](https://pypi.org/project/Django)|0.00011872020411979477| +|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011855736860982491| +|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011850310052284645| +|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00011835370432170867| +|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011776589883965155| +|pypi|[ads](http://www.github.com/andycasey/ads/)|0.0001165337501594998| +|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011637263883005228| +|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011605619533400287| +|pypi|[parso](https://pypi.org/project/parso)|0.00011572622460590608| +|npm|[ajv](https://ajv.js.org)|0.00011568255679127984| +|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011498773847521865| +|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011454253167937971| +|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011447396963123645| +|cran|stats4|0.00011441716077446686| +|cran|[DT](https://github.com/rstudio/DT)|0.00011431179821535118| +|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011401011329769908| +|cran|[magick](https://docs.ropensci.org/magick/)|0.0001136472478328052| +|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011357533440336394| +|pypi|[mistune](https://pypi.org/project/mistune)|0.00011336845659515996| +|pypi|[pycurl](http://pycurl.io/)|0.00011324699077027774| +|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011297417739648207| +|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011294765924235676| +|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011236313461312003| +|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.0001122120597583151| +|pypi|[holoviews](https://www.holoviews.org)|0.00011196870093359466| +|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.00011191991404796286| +|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011189436777676938| +|pypi|[typer](https://pypi.org/project/typer)|0.00011182565591848152| +|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.00011152687148612155| +|pypi|[shiboken2](https://www.pyside.org)|0.00011126225596529283| +|spack|[pcre](https://www.pcre.org)|0.00011117311440846863| +|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011078400991633096| +|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011018168255809743| +|cran|[future](https://future.futureverse.org)|0.00011004499506761291| +|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00010974880969885411| +|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010957029321564813| +|rubygems|[faraday](https://lostisland.github.io/faraday)|0.00010893072125813449| +|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010888244801172458| +|pypi|[fluids](https://github.com/CalebBell/fluids)|0.000108723272389216| +|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010859440308391738| +|spack|[graphviz](http://www.graphviz.org)|0.00010846333654364294| +|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010816119652030044| +|npm|[nyc](https://istanbul.js.org/)|0.00010796897978045378| +|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0001079457298748426| +|spack|[szip](https://support.hdfgroup.org/doc_resource/SZIP/)|0.00010762091338704677| +|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010737527114967462| +|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010737527114967462| +|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010729199156445722| +|pypi|[testpath](https://pypi.org/project/testpath)|0.00010721216889716259| +|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010700860448300798| +|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.0001069976545272452| +|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010676102822290827| +|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010675791062422585| +|spack|[guile](https://www.gnu.org/software/guile/)|0.00010673064694856582| +|spack|[mscgen](https://www.mcternan.me.uk/mscgen/)|0.000106426908987356| +|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010591847829050839| +|pypi|[pbr](https://pypi.org/project/pbr)|0.00010589674113715263| +|pypi|[json5](https://pypi.org/project/json5)|0.00010586502478457633| +|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010542831528460597| +|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010495636830976675| +|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001047836137814921| +|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010476066971162697| +|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010460560199277582| +|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010458582817617285| +|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.0001045450075098585| +|pypi|[astroML_addons](http://astroML.github.com)|0.00010439262472885033| +|pypi|[os](https://pypi.org/project/os)|0.00010439262472885033| +|pypi|[time](UNKNOWN)|0.00010439262472885033| +|spack|py-six|0.00010398508258758007| +|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001037241128329102| +|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010369487262937916| +|cran|cachem|0.00010349898167965502| +|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010262594767389835| +|pypi|[stopit](https://pypi.org/project/stopit)|0.0001023680594797572| +|pypi|[skimage](https://pypi.org/project/skimage)|0.00010203362255965292| +|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010141518697666317| +|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010114461539028576| +|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010096475984113545| +|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010092483574144054| +|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010090162214529808| +|cran|[promises](https://rstudio.github.io/promises)|0.00010075397658456661| +|cran|[reshape2](https://github.com/hadley/reshape)|0.00010064458667533165| +|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010031406426277384| +|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010010451561158898| +|pypi|[zope.interface](https://pypi.org/project/zope.interface)|9.99933857021867e-05| +|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.942154736080983e-05| +|pypi|[reproject](https://pypi.org/project/reproject)|9.926049371724979e-05| +|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.919335623022335e-05| +|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.91573931469579e-05| +|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.906931537580865e-05| +|pypi|[docker](https://github.com/docker/docker-py)|9.903700864211714e-05| +|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.899847824162202e-05| +|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.8337852494577e-05| +|pypi|[Keras](https://keras.io/)|9.792262132618774e-05| +|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.784344561250176e-05| +|spack|[boost](https://www.boost.org)|9.716143025706872e-05| +|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.65097029187037e-05| +|pypi|[sunpy](https://pypi.org/project/sunpy)|9.65004905641549e-05| +|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.645310401817993e-05| +|pypi|[nbclient](https://pypi.org/project/nbclient)|9.613680629749054e-05| +|pypi|[gwpy](https://gwpy.github.io)|9.608970249366503e-05| +|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.60631452632132e-05| +|cran|[base64enc](http://www.rforge.net/base64enc)|9.600924691138161e-05| +|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.587077781220949e-05| +|pypi|[async_generator](https://pypi.org/project/async_generator)|9.580077692682279e-05| +|pypi|[geopandas](http://geopandas.org)|9.568921389132656e-05| +|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.546355500872854e-05| +|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.472205157781349e-05| +|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.467033314521453e-05| +|pypi|[pycosat](https://pypi.org/project/pycosat)|9.453756655492013e-05| +|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.446925205987999e-05| +|npm|[tape](https://github.com/substack/tape)|9.39811033708443e-05| +|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.348886553422603e-05| +|npm|[three](https://threejs.org/)|9.34880694143167e-05| +|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.345625451916125e-05| +|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.337438173697053e-05| +|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.335273593001358e-05| +|pypi|[cigar](https://github.com/brentp/cigar)|9.3058568329718e-05| +|pypi|[IPython](https://ipython.org)|9.283054916775663e-05| +|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.282576353828729e-05| +|cran|sfsmisc|9.220735542931572e-05| +|pypi|[urllib](https://urllib3.readthedocs.io/)|9.219088937093274e-05| +|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.193017453101717e-05| +|cran|[Cairo](http://www.rforge.net/Cairo/)|9.190451055049064e-05| +|pypi|[websockets](https://pypi.org/project/websockets)|9.188944236091892e-05| +|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.183191401873614e-05| +|rubygems|[rdoc](https://ruby.github.io/rdoc)|9.174990766977962e-05| +|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.164159066988408e-05| +|npm|[yargs](https://yargs.js.org/)|9.137953416695282e-05| +|cran|tinytex|9.131920217228869e-05| +|pypi|[jeepney](https://pypi.org/project/jeepney)|9.098817592809683e-05| +|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.089970044416899e-05| +|pypi|[pytorch](http://pytorch.org)|9.089970044416899e-05| +|spack|py-jinja2|9.089746582585542e-05| +|npm|[tap](http://www.node-tap.org/)|9.078504202949802e-05| +|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.062218812628776e-05| +|spack|py-pip|9.030886384114788e-05| +|spack|py-wheel|9.030886384114788e-05| +|spack|py-sphinxcontrib-websupport|9.030886384114788e-05| +|spack|py-sphinxcontrib-applehelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-devhelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-jsmath|9.030886384114788e-05| +|spack|py-sphinxcontrib-htmlhelp|9.030886384114788e-05| +|spack|py-sphinxcontrib-serializinghtml|9.030886384114788e-05| +|spack|py-sphinxcontrib-qthelp|9.030886384114788e-05| +|spack|py-pygments|9.030886384114788e-05| +|spack|py-docutils|9.030886384114788e-05| +|spack|py-snowballstemmer|9.030886384114788e-05| +|spack|py-babel|9.030886384114788e-05| +|spack|py-alabaster|9.030886384114788e-05| +|spack|py-imagesize|9.030886384114788e-05| +|spack|py-requests|9.030886384114788e-05| +|spack|py-sphinx-rtd-theme|9.030886384114788e-05| +|spack|py-packaging|9.030886384114788e-05| +|spack|py-importlib-metadata|9.030886384114788e-05| +|spack|py-colorama|9.030886384114788e-05| +|pypi|[cftime](https://pypi.org/project/cftime)|9.027460615568635e-05| +|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.02365259469381e-05| +|pypi|[partd](https://pypi.org/project/partd)|9.014685022732333e-05| +|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.013250915361345e-05| +|pypi|[regions](https://github.com/astropy/regions)|8.974405762729665e-05| +|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.969976459587145e-05| +|cran|[insight](https://easystats.github.io/insight/)|8.968081245222715e-05| +|pypi|[green](https://github.com/CleanCut/green)|8.947939262472885e-05| +|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.947939262472885e-05| +|pypi|[GetDist](https://getdist.readthedocs.io)|8.947939262472885e-05| +|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.947939262472885e-05| +|pypi|[cherrypy](https://www.cherrypy.org)|8.947939262472885e-05| +|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.947939262472885e-05| +|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.947939262472885e-05| +|pypi|[South](http://south.aeracode.org/)|8.947939262472885e-05| +|pypi|[radio-pyse](http://docs.transientskp.org/)|8.947939262472885e-05| +|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.947939262472885e-05| +|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.947939262472885e-05| +|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.947939262472885e-05| +|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.947939262472885e-05| +|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.947939262472885e-05| +|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.947939262472885e-05| +|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.947939262472885e-05| +|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.947939262472885e-05| +|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.947939262472885e-05| +|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.947939262472885e-05| +|pypi|[openmdao](http://openmdao.org)|8.947939262472885e-05| +|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.947939262472885e-05| +|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.947939262472885e-05| +|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.947939262472885e-05| +|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.947939262472885e-05| +|spack|liblzma|8.947939262472885e-05| +|spack|lapacke|8.947939262472885e-05| +|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.947939262472885e-05| +|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.947939262472885e-05| +|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.947939262472885e-05| +|npm|[quasar](https://quasar.dev)|8.947939262472885e-05| +|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.947939262472885e-05| +|pypi|[ppft](https://pypi.org/project/ppft)|8.9440487990835e-05| +|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.939744746428378e-05| +|npm|[vows](https://github.com/cloudhead/vows)|8.874904836081389e-05| +|pypi|[zarr](https://pypi.org/project/zarr)|8.866131223197627e-05| +|cran|[parameters](https://easystats.github.io/parameters/)|8.850129892956998e-05| +|cran|dichromat|8.843730931278016e-05| +|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.833426226895967e-05| +|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.833222092441182e-05| +|npm|[webpack](https://github.com/webpack/webpack)|8.814719663168115e-05| +|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.78689062588895e-05| +|pypi|[autograd](https://pypi.org/project/autograd)|8.784633022611213e-05| +|pypi|[wxPython](https://pypi.org/project/wxPython)|8.775371862410907e-05| +|cran|jquerylib|8.72509851043479e-05| +|pypi|[contourpy](https://pypi.org/project/contourpy)|8.724252505702976e-05| +|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.718504922409478e-05| +|cran|[downlit](https://downlit.r-lib.org/)|8.717521451925908e-05| +|pypi|[terminado](https://pypi.org/project/terminado)|8.706542396448177e-05| +|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.699268427544553e-05| +|pypi|[orjson](https://pypi.org/project/orjson)|8.672611390148137e-05| +|rubygems|[tzinfo](https://tzinfo.github.io)|8.637094751132556e-05| +|pypi|[iminuit](https://pypi.org/project/iminuit)|8.635657150604276e-05| +|pypi|[deprecated](https://pypi.org/project/deprecated)|8.568646011237818e-05| +|pypi|[pyvo](https://github.com/astropy/pyvo)|8.565960745007996e-05| +|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.531010192895294e-05| +|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.520853276190644e-05| +|pypi|[debugpy](https://pypi.org/project/debugpy)|8.51536313954568e-05| +|pypi|[Six](https://pypi.org/project/Six)|8.50165910981358e-05| +|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.483107289347103e-05| +|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.456281865620433e-05| +|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.453611192373885e-05| +|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.432442752556554e-05| +|cran|[lintr](https://github.com/jimhester/lintr)|8.405224953042006e-05| +|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.39703269016308e-05| +|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.389615423822283e-05| +|pypi|[biom-format](http://www.biom-format.org)|8.386828904555313e-05| +|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.331736767293126e-05| +|pypi|[gitpython](https://pypi.org/project/gitpython)|8.323664260664048e-05| +|pypi|[yt](https://github.com/yt-project/yt)|8.27094407761436e-05| +|npm|[jshint](http://jshint.com/)|8.261780470072226e-05| +|pypi|[iso8601](https://pypi.org/project/iso8601)|8.254559950933988e-05| +|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.238435999454946e-05| +|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.233368926983962e-05| +|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.22302998973085e-05| +|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.217439490313346e-05| +|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.145267890306344e-05| +|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.1402167279187e-05| +|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.104184920949222e-05| +|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.09458787263038e-05| +|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.056737664650399e-05| +|cran|[openssl](https://github.com/jeroen/openssl)|8.048903763691115e-05| +|cran|labeling|7.975743583608206e-05| +|pypi|[alembic](https://alembic.sqlalchemy.org)|7.971505157664856e-05| +|cran|[testit](https://github.com/yihui/testit)|7.95883849133935e-05| +|pypi|[flaky](https://pypi.org/project/flaky)|7.951384370237452e-05| +|cran|igraphdata|7.943380296540616e-05| +|cran|[backports](https://github.com/r-lib/backports)|7.942755565233374e-05| +|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.942224807838054e-05| +|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.939540556624573e-05| +|pypi|[kaleido](https://pypi.org/project/kaleido)|7.8982010131885e-05| +|pypi|[deap](https://pypi.org/project/deap)|7.8947893691099e-05| +|cran|[uuid](http://www.rforge.net/uuid)|7.88449756463702e-05| +|pypi|[freezegun](https://pypi.org/project/freezegun)|7.870910483620497e-05| +|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.867560235301954e-05| +|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.864353650687708e-05| +|pypi|[getdist](https://getdist.readthedocs.io)|7.863875116207005e-05| +|pypi|[appnope](https://pypi.org/project/appnope)|7.862809254750326e-05| +|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.853516310578961e-05| +|pypi|[asttokens](https://pypi.org/project/asttokens)|7.851477628535621e-05| +|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.83657792189658e-05| +|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.797992827359118e-05| +|rubygems|[numerizer](http://github.com/jduff/numerizer)|7.795444685466376e-05| +|pypi|[corner](https://corner.readthedocs.io)|7.787268590188274e-05| +|pypi|[rasterio](https://pypi.org/project/rasterio)|7.764231884883083e-05| +|pypi|[executing](https://pypi.org/project/executing)|7.762671013299049e-05| +|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.727765726681127e-05| +|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.698979485420064e-05| +|pypi|[distro](https://pypi.org/project/distro)|7.697602474177749e-05| +|pypi|[fastapi](https://pypi.org/project/fastapi)|7.64919224804438e-05| +|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.644096684226836e-05| +|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.638768111423127e-05| +|cran|[spatstat.linnet](http://spatstat.org/)|7.638749623140648e-05| +|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.62222265363093e-05| +|pypi|[pylint](http://pylint.pycqa.org)|7.593077638129134e-05| +|cran|KernSmooth|7.591395443284892e-05| +|cran|[units](https://github.com/r-quantities/units/)|7.58748614468855e-05| +|cran|[spdep](https://github.com/r-spatial/spdep/)|7.584032882474764e-05| +|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.57610686271946e-05| +|pypi|[elementpath](https://pypi.org/project/elementpath)|7.565769672877289e-05| +|cran|MatrixModels|7.560752527032068e-05| +|cran|[readxl](https://readxl.tidyverse.org)|7.543948785558959e-05| +|cran|splines|7.531058834555218e-05| +|pypi|[botocore](https://github.com/boto/botocore)|7.530241181607597e-05| +|spack|qt4|7.521456191643874e-05| +|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.50986670571439e-05| +|cran|[spatstat](http://spatstat.org/)|7.500123566049891e-05| +|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.475481081803653e-05| +|cran|triebeard|7.448935737527114e-05| +|pypi|[atari-py](https://pypi.org/project/atari-py)|7.427645229682867e-05| +|cran|[memoise](https://github.com/r-lib/memoise)|7.418904485906043e-05| +|cran|[DBItest](https://dbitest.r-dbi.org)|7.403730054928695e-05| +|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|7.399419420696694e-05| +|rubygems|[ruby2_keywords](https://github.com/ruby/ruby2_keywords)|7.38204989154013e-05| +|pypi|[invoke](https://pypi.org/project/invoke)|7.370905547989296e-05| +|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.350092965602726e-05| +|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.346871540621415e-05| +|cran|[spatstat.geom](http://spatstat.org/)|7.344410065746467e-05| +|pypi|[ipdb](https://pypi.org/project/ipdb)|7.34226650798841e-05| +|spack|libpng|7.33787390915174e-05| +|pypi|[specutils](https://pypi.org/project/specutils)|7.337549584862215e-05| +|pypi|[lockfile](https://pypi.org/project/lockfile)|7.335934533447976e-05| +|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|7.335490241065556e-05| +|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.32802356717758e-05| +|pypi|[retrying](https://github.com/rholder/retrying)|7.324863507701267e-05| +|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.300748194321946e-05| +|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.283353818924274e-05| +|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.283353818924274e-05| +|cran|rasterVis|7.248784720369984e-05| +|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.230657989877078e-05| +|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.230657989877078e-05| +|cran|[rjson](https://github.com/alexcb/rjson)|7.225739471347525e-05| +|pypi|[igraph](https://pypi.org/project/igraph)|7.222463112702525e-05| +|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.193545667315188e-05| +|pypi|[pymysql](https://pypi.org/project/pymysql)|7.193007207870716e-05| +|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.173627762000444e-05| +|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.158351409978308e-05| +|pypi|[hope](http://hope.phys.ethz.ch)|7.158351409978308e-05| +|pypi|[amuse-framework](http://www.amusecode.org/)|7.158351409978308e-05| +|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.158351409978308e-05| +|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.158351409978308e-05| +|pypi|[superfreq](http://adrian.pw/superfreq)|7.158351409978308e-05| +|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.158351409978308e-05| +|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.158351409978308e-05| +|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.158351409978308e-05| +|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.158351409978308e-05| +|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.158351409978308e-05| +|pypi|[patool](http://wummel.github.io/patool/)|7.158351409978308e-05| +|pypi|[chemparse](https://pypi.org/project/chemparse)|7.158351409978308e-05| +|pypi|[importlib](https://github.com/brettcannon/importlib)|7.158351409978308e-05| +|pypi|[gwtools](https://pypi.org/project/gwtools)|7.158351409978308e-05| +|spack|sgx|7.158351409978308e-05| +|spack|sphinx|7.158351409978308e-05| +|spack|curses|7.158351409978308e-05| +|spack|torch|7.158351409978308e-05| +|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.158351409978308e-05| +|cran|tuneR|7.158351409978308e-05| +|cran|[mapiso](https://github.com/riatelab/mapiso)|7.158351409978308e-05| +|cran|[spatstat.utils](http://spatstat.org/)|7.151534330299e-05| +|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.131265505556194e-05| +|pypi|[music21](https://github.com/cuthbertLab/music21)|7.125813449023861e-05| +|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.125813449023861e-05| +|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.122047409753183e-05| +|pypi|[python-snappy](https://pypi.org/project/python-snappy)|7.115321363349234e-05| +|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.114396882759032e-05| +|npm|[bootstrap](https://getbootstrap.com/)|7.102673043782806e-05| +|pypi|[patsy](https://github.com/pydata/patsy)|7.095282710497326e-05| +|cran|[cellranger](https://github.com/rsheets/cellranger)|7.019816476964772e-05| +|cran|[praise](https://github.com/gaborcsardi/praise)|7.014356091983347e-05| +|spack|py-typing|7.006905473051889e-05| +|pypi|[trio](https://pypi.org/project/trio)|6.992576705153304e-05| +|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|6.985537501804287e-05| +|pypi|[param](https://pypi.org/project/param)|6.970777735968703e-05| +|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.968875797385886e-05| +|cran|diffviewer|6.952387839582396e-05| +|pypi|[capturer](https://capturer.readthedocs.io)|6.943174810201569e-05| +|cran|rprintf|6.940998424216733e-05| +|pypi|[Biopython](https://pypi.org/project/Biopython)|6.939126898047721e-05| +|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.936586911808956e-05| +|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.929730416797715e-05| +|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.880449096792062e-05| +|cran|[mapview](https://github.com/r-spatial/mapview)|6.879174805697555e-05| +|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.832971800433839e-05| +|cran|[future.apply](https://future.apply.futureverse.org)|6.832514945410433e-05| +|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.83216256597742e-05| +|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.831992337841513e-05| +|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.809056149729815e-05| +|rubygems|[simplecov_json_formatter](https://github.com/fede-moya/simplecov_json_formatter)|6.775703077548806e-05| +|rubygems|[simplecov-html](https://github.com/simplecov-ruby/simplecov-html)|6.775703077548806e-05| +|rubygems|[docile](https://ms-ati.github.io/docile/)|6.775703077548806e-05| +|spack|[pcre2](https://www.pcre.org)|6.7664238859026e-05| +|pypi|[dominate](https://github.com/Knio/dominate/)|6.759791184953874e-05| +|spack|gl|6.741963712101121e-05| +|pypi|[pathspec](https://pypi.org/project/pathspec)|6.709828927200832e-05| +|pypi|[dnspython](https://pypi.org/project/dnspython)|6.68963252620558e-05| +|pypi|[traits](https://pypi.org/project/traits)|6.679814571678654e-05| +|pypi|[twisted](https://pypi.org/project/twisted)|6.675215169441173e-05| +|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.673796183863057e-05| +|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.63676511111273e-05| +|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.63399439919686e-05| +|pypi|[dgl](https://github.com/dmlc/dgl)|6.626898047722343e-05| +|npm|[debug](https://github.com/debug-js/debug#readme)|6.6126997196344e-05| +|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.61236609633271e-05| +|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.604431360396653e-05| +|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.599558104100328e-05| +|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.599481233553691e-05| +|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.593334619705772e-05| +|pypi|[grapheme](https://pypi.org/project/grapheme)|6.547690597300343e-05| +|pypi|[about-time](https://pypi.org/project/about-time)|6.547690597300343e-05| +|pypi|[types-backports](https://pypi.org/project/types-backports)|6.545751342061488e-05| +|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.530461729160211e-05| +|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.526296716848001e-05| +|npm|[react-select](https://github.com/JedWatson/react-select)|6.518744210027273e-05| +|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.51799952339744e-05| +|pypi|[tblib](https://pypi.org/project/tblib)|6.502643660088173e-05| +|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.489714190364949e-05| +|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.478684053510307e-05| +|rubygems|[liquid](http://www.liquidmarkup.org)|6.469847429888442e-05| +|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.464830138741754e-05| +|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.462400578452639e-05| +|pypi|[tess-point](https://pypi.org/project/tess-point)|6.459533579386773e-05| +|npm|[chai](http://chaijs.com)|6.459397080807513e-05| +|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.457823901411379e-05| +|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.457773339879309e-05| +|pypi|[paramiko](https://pypi.org/project/paramiko)|6.450861115377639e-05| +|cran|boot|6.444863431643784e-05| +|pypi|[pip-run](https://pypi.org/project/pip-run)|6.434385443476716e-05| +|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.423342113418036e-05| +|spack|[zlib-api](https://github.com/zlib-ng/zlib-ng)|6.407090575443124e-05| +|pypi|[pynvml](http://www.nvidia.com/)|6.406453362255966e-05| +|cran|asciicast|6.403432244714841e-05| +|pypi|[pygame](https://www.pygame.org)|6.388491735466231e-05| +|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.385254122641289e-05| +|rubygems|[github-pages](https://github.com/github/pages-gem)|6.382863340563992e-05| +|cran|[performance](https://easystats.github.io/performance/)|6.37171738813109e-05| +|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.362765103834658e-05| +|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.352441451007603e-05| +|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.351747910422832e-05| +|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.331043055679503e-05| +|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.331043055679503e-05| +|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.327144666196726e-05| +|cran|[qs](https://github.com/traversc/qs)|6.325008355746344e-05| +|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.322609997281775e-05| +|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.311882172393614e-05| +|cran|[gh](https://gh.r-lib.org/)|6.305468421021885e-05| +|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.299813095322272e-05| +|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.295641270418174e-05| +|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.291018397749739e-05| +|npm|[cytoscape](http://js.cytoscape.org)|6.287186241090796e-05| +|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.253306636107532e-05| +|cran|later|6.249280464116469e-05| +|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.241175258354958e-05| +|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.229978694355238e-05| +|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.226546542742689e-05| +|cran|[jpeg](http://www.rforge.net/jpeg/)|6.212550289206181e-05| +|pypi|[glob2](https://pypi.org/project/glob2)|6.212255965292842e-05| +|cran|[spatstat.random](http://spatstat.org/)|6.21113955268251e-05| +|npm|[pg](https://github.com/brianc/node-postgres)|6.197706848466067e-05| +|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.189325540638217e-05| +|cran|[showtext](https://github.com/yixuan/showtext)|6.150605484505661e-05| +|pypi|[cvxopt](http://cvxopt.org)|6.148512550356368e-05| +|pypi|[celery](https://pypi.org/project/celery)|6.139448390116606e-05| +|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.12339761781871e-05| +|spack|[jpeg](http://www.ijg.org)|6.121621676154418e-05| +|pypi|[rich-click](https://github.com/ewels/rich-click)|6.0992945795924334e-05| +|cran|[webp](https://github.com/jeroen/webp#readme)|6.0960450956757585e-05| +|cran|[V8](https://github.com/jeroen/v8)|6.087411581627842e-05| +|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.084782882205003e-05| +|cran|[cowplot](https://wilkelab.org/cowplot/)|6.082210800614203e-05| +|spack|libx11|6.071709638543202e-05| +|pypi|[pyface](http://docs.enthought.com/pyface)|6.051889009399855e-05| +|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.042535736136604e-05| +|cran|[rvest](http://rvest.tidyverse.org/)|6.018031999758167e-05| +|pypi|[Shapely](https://pypi.org/project/Shapely)|6.012052513049447e-05| +|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.007902076231794e-05| +|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.007008176205573e-05| +|pypi|[mne](https://mne.tools/dev/)|5.9835337714261414e-05| +|pypi|[gnuplot](https://github.com/gnuplot)|5.96529284164859e-05| +|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.96529284164859e-05| +|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.96529284164859e-05| +|pypi|[jsonify](https://pypi.org/project/jsonify)|5.96529284164859e-05| +|pypi|[gpytorch](https://gpytorch.ai)|5.96529284164859e-05| +|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.96529284164859e-05| +|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.96529284164859e-05| +|pypi|[nnde](https://github.com/elwinter/nnde)|5.96529284164859e-05| +|pypi|[extern](https://pypi.org/project/extern)|5.96529284164859e-05| +|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.96529284164859e-05| +|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.96529284164859e-05| +|pypi|[ripser](https://ripser.scikit-tda.org)|5.96529284164859e-05| +|pypi|[python-copasi](http://copasi.org)|5.96529284164859e-05| +|pypi|[Numpy](https://www.numpy.org)|5.96529284164859e-05| +|pypi|[Matplotlib](https://matplotlib.org)|5.96529284164859e-05| +|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.96529284164859e-05| +|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.96529284164859e-05| +|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.96529284164859e-05| +|pypi|[coplot](https://pypi.org/project/coplot)|5.96529284164859e-05| +|pypi|[pyYAML](https://pyyaml.org/)|5.96529284164859e-05| +|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.96529284164859e-05| +|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.96529284164859e-05| +|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.96529284164859e-05| +|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.96529284164859e-05| +|pypi|[tartiflette](https://tartiflette.io)|5.96529284164859e-05| +|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.96529284164859e-05| +|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.96529284164859e-05| +|pypi|[PuLP](https://github.com/coin-or/pulp)|5.96529284164859e-05| +|pypi|[clawpack](http://www.clawpack.org)|5.96529284164859e-05| +|pypi|[PyEscape](https://github.com/qaviton/escape)|5.96529284164859e-05| +|pypi|[mc3](https://github.com/pcubillos/mc3)|5.96529284164859e-05| +|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.96529284164859e-05| +|spack|pythonextensions|5.96529284164859e-05| +|spack|qt5|5.96529284164859e-05| +|cran|[taxa](https://docs.ropensci.org/taxa/)|5.96529284164859e-05| +|cran|[vegdata](http://germansl.infinitenature.org)|5.96529284164859e-05| +|spack|[bpp-core](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|5.964696312364425e-05| +|spack|[hdf5](https://portal.hdfgroup.org)|5.958327855131285e-05| +|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.953229108167516e-05| +|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9306884498697955e-05| +|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.9271581345822666e-05| +|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.913478415653585e-05| +|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.913478415653585e-05| +|pypi|[odfpy](https://pypi.org/project/odfpy)|5.913478415653585e-05| +|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.905639913232104e-05| +|pypi|[argparse-manpage-birdtools](https://github.com/wwood/argparse-manpage-birdtools)|5.905639913232104e-05| +|npm|loose-envify|5.905639913232104e-05| +|cran|js|5.905639913232104e-05| +|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.9034812157654745e-05| +|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.8864825332591784e-05| +|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.880875410172658e-05| +|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.870630160958092e-05| +|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.856795968053452e-05| +|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.855651132049891e-05| +|pypi|[mercurial](https://mercurial-scm.org/)|5.855651132049891e-05| +|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.854618088771477e-05| +|pypi|[libcst](https://pypi.org/project/libcst)|5.8519503274653776e-05| +|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.8519503274653776e-05| +|pypi|[radvel](https://pypi.org/project/radvel)|5.8488276004544984e-05| +|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.8420519343873136e-05| +|cran|rsconnect|5.8413164844097355e-05| +|pypi|[Mako](https://www.makotemplates.org/)|5.8289535618033444e-05| +|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.82477796516571e-05| +|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.810350170436938e-05| +|pypi|[cupy](https://pypi.org/project/cupy)|5.8054657385247316e-05| +|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.8019525426336765e-05| +|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.791601507714528e-05| +|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7708653523527846e-05| +|spack|freetype|5.753919475968486e-05| +|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.736564379963123e-05| +|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.735858501585183e-05| +|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.735858501585183e-05| +|pypi|[blosc](http://github.com/blosc/python-blosc)|5.735565606682974e-05| +|spack|libtiff|5.721821498771775e-05| +|npm|[requirejs](http://github.com/jrburke/r.js)|5.7143064229696545e-05| +|pypi|[towncrier](https://pypi.org/project/towncrier)|5.710838681343261e-05| +|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.6939005549925934e-05| +|pypi|[xxhash](https://pypi.org/project/xxhash)|5.6422777835660874e-05| +|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.636001447493273e-05| +|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.636001447493273e-05| +|cran|[getPass](https://github.com/wrathematics/getPass)|5.6258082502895e-05| +|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.618122458657908e-05| +|pypi|[texttable](https://github.com/foutaise/texttable/)|5.6000264784911044e-05| +|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.596687409227264e-05| +|cran|[whisker](http://github.com/edwindj/whisker)|5.588718421835927e-05| +|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.580170079725778e-05| +|pypi|[asteval](https://github.com/newville/asteval)|5.568066421101561e-05| +|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.5676066522053504e-05| +|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5646025234787976e-05| +|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.5606357683534906e-05| +|spack|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.552780301480914e-05| +|npm|[pako](https://github.com/nodeca/pako#readme)|5.5221568019832666e-05| +|pypi|[bidict](https://bidict.readthedocs.io)|5.5064241615217756e-05| +|pypi|[fbs](https://build-system.fman.io)|5.5064241615217756e-05| +|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.491797722342733e-05| +|cran|[gifski](https://gif.ski/)|5.490994163406365e-05| +|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.488861159139378e-05| +|pypi|[prospector](https://pypi.org/project/prospector)|5.482452756667675e-05| +|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.4822106445615124e-05| +|cran|[nleqslv](NA)|5.4796651101161534e-05| +|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.478349513922146e-05| +|pypi|[py4j](https://pypi.org/project/py4j)|5.475264572781148e-05| +|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.472556126646934e-05| +|npm|[moment](https://momentjs.com)|5.468465174531351e-05| +|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.468185104844541e-05| +|cran|[katex](https://docs.ropensci.org/katex/)|5.464393017070624e-05| +|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4593804867468325e-05| +|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.455851096061429e-05| +|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.4520585733481045e-05| +|pypi|[mkdocs](https://www.mkdocs.org)|5.448153232682308e-05| +|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.4298493628154046e-05| +|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.428472427682903e-05| +|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.404981406879453e-05| +|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.396725867678958e-05| +|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.368763557483731e-05| +|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.363564857365946e-05| +|npm|[react-images](https://jossmac.github.io/react-images/)|5.354154677055204e-05| +|pypi|[pynacl](https://pypi.org/project/pynacl)|5.346199391155777e-05| +|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.344523120117798e-05| +|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.344523120117798e-05| +|pypi|[dash-table](https://pypi.org/project/dash-table)|5.344523120117798e-05| +|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.315124420224679e-05| +|spack|[opencl](https://developer.nvidia.com/cuda-zone)|5.302336218112716e-05| +|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.269342010122921e-05| +|cran|egg|5.267232235485913e-05| +|cran|[s2](https://r-spatial.github.io/s2/)|5.261450099467973e-05| +|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.261007972504719e-05| +|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.25776285303077e-05| +|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.25776285303077e-05| +|spack|[matlab](https://www.mathworks.com/products/matlab.html)|5.255969410919289e-05| +|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.2551389319285196e-05| +|cran|[lavaan](https://lavaan.ugent.be)|5.2517897079820556e-05| +|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.2493921479821694e-05| +|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.239545372378886e-05| +|cran|tufte|5.238071288718811e-05| +|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.2324140068174774e-05| +|cran|fastmap|5.223257666937929e-05| +|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.2143394444055704e-05| +|cran|selectr|5.2103825261123984e-05| +|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.2075292444985605e-05| +|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2025875426092346e-05| +|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.1994462464989003e-05| +|pypi|[curio](https://pypi.org/project/curio)|5.191240877980787e-05| +|spack|[gmp](https://gmplib.org)|5.172189758603081e-05| +|spack|double-conversion|5.1708246408650144e-05| +|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1698716433685007e-05| +|cran|[progress](https://github.com/r-lib/progress#readme)|5.1647711315967474e-05| +|pypi|[whoosh](https://pypi.org/project/whoosh)|5.163047124398754e-05| +|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.155764304475545e-05| +|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.155394538288598e-05| +|pypi|[feets](https://github.com/carpyncho/feets)|5.1375727822810824e-05| +|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|5.127987397242496e-05| +|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.117787158510054e-05| +|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.1131081499845056e-05| +|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.1131081499845056e-05| +|pypi|[pony](https://ponyorm.com)|5.1131081499845056e-05| +|pypi|[msgpack-python](http://msgpack.org/)|5.1131081499845056e-05| +|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.1131081499845056e-05| +|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.1131081499845056e-05| +|pypi|[STAR](https://github.com/dbrgn/star)|5.1131081499845056e-05| +|pypi|[fastqc](https://github.com/fastqc)|5.1131081499845056e-05| +|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.1131081499845056e-05| +|pypi|[cppyy](http://cppyy.readthedocs.org)|5.1131081499845056e-05| +|pypi|[cykhash](https://github.com/realead/cykhash)|5.1131081499845056e-05| +|pypi|[dustpy](https://github.com/stammler/dustpy)|5.1131081499845056e-05| +|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.1131081499845056e-05| +|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.1131081499845056e-05| +|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.1131081499845056e-05| +|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.1131081499845056e-05| +|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.1131081499845056e-05| +|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.1131081499845056e-05| +|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.1131081499845056e-05| +|pypi|[libstempo](https://github.com/vallis/libstempo)|5.1131081499845056e-05| +|pypi|[noise](https://github.com/caseman/noise)|5.1131081499845056e-05| +|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.1131081499845056e-05| +|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.1131081499845056e-05| +|pypi|[ncls](https://github.com/endrebak/ncls)|5.1131081499845056e-05| +|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.1131081499845056e-05| +|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.1131081499845056e-05| +|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.1131081499845056e-05| +|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.1131081499845056e-05| +|pypi|[easydev](http://github.com/cokelaer/easydev)|5.1131081499845056e-05| +|pypi|[mdtraj](http://mdtraj.org)|5.1131081499845056e-05| +|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.1131081499845056e-05| +|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.1131081499845056e-05| +|spack|rigidbodykinematics|5.1131081499845056e-05| +|spack|sbgatcore|5.1131081499845056e-05| +|spack|effpotential|5.1131081499845056e-05| +|spack|yaml|5.1131081499845056e-05| +|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.1131081499845056e-05| +|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.1131081499845056e-05| +|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.1131081499845056e-05| +|npm|[filepond](https://pqina.nl/filepond/)|5.1131081499845056e-05| +|cran|pbkrtest|5.108965838715565e-05| +|cran|[formatR](https://github.com/yihui/formatR)|5.108186287050569e-05| +|npm|[tslib](https://www.typescriptlang.org/)|5.1040107324193457e-05| +|pypi|[pympler](https://pypi.org/project/pympler)|5.089051473426205e-05| +|npm|[d3-array](https://d3js.org/d3-array/)|5.0794711038216677e-05| +|npm|[d3-scale](https://d3js.org/d3-scale/)|5.0794711038216677e-05| +|cran|[car](https://r-forge.r-project.org/projects/car/)|5.0782501376313e-05| +|pypi|[geojson](https://github.com/jazzband/geojson)|5.065705376510691e-05| +|spack|cpio|5.06197706848466e-05| +|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.061180955828875e-05| +|npm|[typescript](https://www.typescriptlang.org/)|5.059046896128204e-05| +|cran|webshot|5.057304714237407e-05| +|spack|fontconfig|5.0354368414936415e-05| +|cran|styler|5.034961167639476e-05| +|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.031440450366698e-05| +|cran|coda|5.028683962057268e-05| +|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.0282305546947624e-05| +|cran|combinat|5.0266855067972675e-05| +|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0236430044103496e-05| +|npm|[d3-brush](https://d3js.org/d3-brush/)|5.0198181754051814e-05| +|npm|[d3-format](https://d3js.org/d3-format/)|5.0198181754051814e-05| +|pypi|[freesasa](http://freesasa.github.io/)|5.000642196597785e-05| +|npm|eslint-plugin-import|4.998246069970449e-05| +|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|4.9972110319181906e-05| +|pypi|[contextvars](https://pypi.org/project/contextvars)|4.97570316783951e-05| +|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.964410665546879e-05| +|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.9603704321708655e-05| +|cran|e1071|4.9598737706639626e-05| +|pypi|[h11](https://pypi.org/project/h11)|4.958776359304434e-05| +|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.938636771411122e-05| +|pypi|[colour](http://github.com/vaab/colour)|4.935719178640745e-05| +|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.9189148756805274e-05| +|npm|[rc-slider](http://github.com/react-component/slider/)|4.918750237850592e-05| +|pypi|[khmer](https://khmer.readthedocs.io/)|4.917105670901766e-05| +|pypi|[coveralls](https://pypi.org/project/coveralls)|4.9126519134785564e-05| +|cran|WRS2|4.9124156621897945e-05| +|rubygems|[rouge](http://rouge.jneen.net/)|4.895382950495816e-05| +|pypi|[zict](https://pypi.org/project/zict)|4.888863494514118e-05| +|cran|flashClust|4.884444571298093e-05| +|cran|[odbc](https://github.com/r-dbi/odbc)|4.8733492563890116e-05| +|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.866423107660692e-05| +|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.866423107660692e-05| +|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.865934945085382e-05| +|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.8441537002443624e-05| +|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.8383174010029246e-05| +|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.8265933183233743e-05| +|cran|[stars](https://r-spatial.github.io/stars/)|4.823972995675234e-05| +|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.822982516487815e-05| +|pypi|[pip-api](https://pypi.org/project/pip-api)|4.814642222942456e-05| +|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.814642222942456e-05| +|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.814642222942456e-05| +|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.812914384844399e-05| +|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.807953391916427e-05| +|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.787612585441505e-05| +|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.772681866631452e-05| +|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.7635518317667656e-05| +|pypi|[path](https://pypi.org/project/path)|4.7631819036931286e-05| +|npm|[ws](https://github.com/websockets/ws)|4.756969563012811e-05| +|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7556041114718865e-05| +|pypi|[configparser](https://pypi.org/project/configparser)|4.748834821165895e-05| +|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.746267029349597e-05| +|cran|[lazyeval](NA)|4.717171177550913e-05| +|pypi|[pockets](https://pypi.org/project/pockets)|4.714897348472287e-05| +|cran|[party](http://party.R-forge.R-project.org)|4.697905091329594e-05| +|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.694738727920669e-05| +|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.6855386840202454e-05| +|pypi|[gevent](https://pypi.org/project/gevent)|4.6756477057084196e-05| +|pypi|[zstandard](https://pypi.org/project/zstandard)|4.674522108641024e-05| +|cran|[caret](https://github.com/topepo/caret/)|4.664600342264388e-05| +|pypi|[chevron](https://pypi.org/project/chevron)|4.661743065322241e-05| +|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.654758428484025e-05| +|pypi|[pycairo](https://pypi.org/project/pycairo)|4.6453534414488855e-05| +|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.63917049403992e-05| +|pypi|[wandb](https://github.com/wandb/client)|4.624969332768096e-05| +|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.623101952277657e-05| +|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.604787456711192e-05| +|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6031250505308954e-05| +|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.585855491493688e-05| +|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.5833333333333334e-05| +|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.5759303247201526e-05| +|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.575698456530273e-05| +|pypi|[types-protobuf](https://github.com/python/typeshed)|4.575398357607685e-05| +|pypi|[clang-format](http://clang.llvm.org/)|4.575398357607685e-05| +|spack|[llvm](https://llvm.org/)|4.5730627324140027e-05| +|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.5726026035922776e-05| +|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.563449023861171e-05| +|npm|[semver](https://github.com/npm/node-semver#readme)|4.562332151290645e-05| +|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.5591471299849825e-05| +|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.542799933255465e-05| +|pypi|[tk](https://github.com/atranitell/TensorKit)|4.538809770819579e-05| +|pypi|[pycbc](http://www.pycbc.org/)|4.537357537281867e-05| +|pypi|[wasabi](https://pypi.org/project/wasabi)|4.53270093857724e-05| +|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.5304583608412714e-05| +|pypi|[math](https://pypi.org/project/math)|4.525100712736287e-05| +|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.504399070741262e-05| +|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.50281957633307e-05| +|cran|gee|4.4948287841356806e-05| +|cran|[dqrng](https://daqana.github.io/dqrng/)|4.491865509761388e-05| +|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.473969631236442e-05| +|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.473969631236442e-05| +|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.473969631236442e-05| +|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.473969631236442e-05| +|pypi|[pygedm](https://github.com/frbs/pygedm)|4.473969631236442e-05| +|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.473969631236442e-05| +|pypi|[structlog](https://www.structlog.org/)|4.473969631236442e-05| +|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.473969631236442e-05| +|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.473969631236442e-05| +|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.473969631236442e-05| +|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.473969631236442e-05| +|pypi|[Psycopg2](https://psycopg.org/)|4.473969631236442e-05| +|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.473969631236442e-05| +|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.473969631236442e-05| +|pypi|[sbpy](https://sbpy.org)|4.473969631236442e-05| +|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.473969631236442e-05| +|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.473969631236442e-05| +|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.473969631236442e-05| +|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.473969631236442e-05| +|pypi|[gemmi](https://project-gemmi.github.io/)|4.473969631236442e-05| +|pypi|[gputil](https://github.com/anderskm/gputil)|4.473969631236442e-05| +|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.473969631236442e-05| +|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.473969631236442e-05| +|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.473969631236442e-05| +|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.473969631236442e-05| +|pypi|[types](https://www.pytosquatting.org)|4.473969631236442e-05| +|pypi|[imexam](http://imexam.readthedocs.io/)|4.473969631236442e-05| +|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.473969631236442e-05| +|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.473969631236442e-05| +|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.473969631236442e-05| +|pypi|[trippy](https://github.com/fraserw/trippy)|4.473969631236442e-05| +|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.473969631236442e-05| +|spack|libpeyton|4.473969631236442e-05| +|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.473969631236442e-05| +|npm|[web-worker](https://github.com/developit/web-worker)|4.473969631236442e-05| +|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.473969631236442e-05| +|npm|[fflate](https://101arrowz.github.io/fflate)|4.473969631236442e-05| +|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.473969631236442e-05| +|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.468471773295477e-05| +|pypi|[bz2file](https://pypi.org/project/bz2file)|4.46708660103454e-05| +|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.459056399132321e-05| +|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.44033076182865e-05| +|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.44033076182865e-05| +|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4357523170972204e-05| +|pypi|[boto](https://github.com/boto/boto/)|4.429229934924078e-05| +|pypi|[args](https://github.com/kennethreitz/args)|4.429229934924078e-05| +|pypi|[anyio](https://pypi.org/project/anyio)|4.4239109060574314e-05| +|npm|react-router-dom|4.4168683571156515e-05| +|cran|[gplots](https://github.com/talgalili/gplots)|4.412792770327505e-05| +|spack|libxcrypt|4.405472944257335e-05| +|rubygems|[jekyll](https://jekyllrb.com)|4.3983066380022724e-05| +|pypi|[yapf](https://pypi.org/project/yapf)|4.3853654342401316e-05| +|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.384490238611713e-05| +|pypi|[fiona](https://pypi.org/project/fiona)|4.378606629890957e-05| +|spack|gtkplus|4.3736683600759525e-05| +|pypi|[sos](https://github.com/vatlab/SoS)|4.3718175590820865e-05| +|pypi|[pyglet](https://pypi.org/project/pyglet)|4.3711748528044624e-05| +|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.358002950630852e-05| +|spack|libsm|4.3560458196200114e-05| +|spack|libxext|4.3560458196200114e-05| +|npm|cross-env|4.3465227325831985e-05| +|pypi|[backoff](https://pypi.org/project/backoff)|4.345370966648591e-05| +|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.335209654318927e-05| +|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.3347794649313084e-05| +|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.3347794649313084e-05| +|npm|[ava](https://avajs.dev)|4.3203351529164975e-05| +|spack|glib|4.314808161605201e-05| +|pypi|[xlwt](https://pypi.org/project/xlwt)|4.3136164530394586e-05| +|pypi|[spectres](https://spectres.readthedocs.io)|4.3053096946437514e-05| +|cran|statnet.common|4.302558767541724e-05| +|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.2810516660733515e-05| +|pypi|[vine](https://pypi.org/project/vine)|4.278874559986155e-05| +|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.276417725441586e-05| +|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.268133406087378e-05| +|pypi|[zope.event](https://pypi.org/project/zope.event)|4.247148061627454e-05| +|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.237702607064564e-05| +|spack|harfbuzz|4.211263262462071e-05| +|pypi|[sniffio](https://pypi.org/project/sniffio)|4.207769304660165e-05| +|cran|[taxize](https://docs.ropensci.org/taxize/)|4.207377853527529e-05| +|cran|[targets](https://docs.ropensci.org/targets/)|4.2055866304321433e-05| +|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.199531734796586e-05| +|cran|shape|4.197113019866007e-05| +|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.183868021463637e-05| +|npm|[mongoose](https://mongoosejs.com)|4.1807087370409025e-05| +|pypi|[colorlog](https://pypi.org/project/colorlog)|4.177595036088683e-05| +|cran|[classInt](https://r-spatial.github.io/classInt/)|4.176589126891467e-05| +|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.1697396963123645e-05| +|pypi|[segments](https://github.com/cldf/segments)|4.1697396963123645e-05| +|pypi|[requests-file](https://pypi.org/project/requests-file)|4.160791757049891e-05| +|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.157513802726866e-05| +|npm|[prop-types](https://facebook.github.io/react/)|4.1563347038200546e-05| +|spack|libmng|4.152403063991319e-05| +|spack|inputproto|4.152403063991319e-05| +|spack|dbus|4.152403063991319e-05| +|spack|assimp|4.152403063991319e-05| +|spack|gperf|4.152403063991319e-05| +|spack|libdrm|4.152403063991319e-05| +|spack|libxcomposite|4.152403063991319e-05| +|spack|libxcursor|4.152403063991319e-05| +|spack|libxi|4.152403063991319e-05| +|spack|libxtst|4.152403063991319e-05| +|spack|libxrandr|4.152403063991319e-05| +|spack|libxdamage|4.152403063991319e-05| +|spack|libxcb|4.152403063991319e-05| +|spack|libxkbcommon|4.152403063991319e-05| +|spack|xcb-util-image|4.152403063991319e-05| +|spack|xcb-util-keysyms|4.152403063991319e-05| +|spack|xcb-util-renderutil|4.152403063991319e-05| +|spack|xcb-util-wm|4.152403063991319e-05| +|spack|libxrender|4.152403063991319e-05| +|pypi|[distlib](https://pypi.org/project/distlib)|4.140145505268892e-05| +|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.126765779588381e-05| +|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.1051239919353004e-05| +|npm|[esm](https://github.com/standard-things/esm#readme)|4.093041048751546e-05| +|cran|[plotly](https://plotly-r.com)|4.092964379221753e-05| +|cran|[qpdf](https://github.com/ropensci/qpdf)|4.08605397405166e-05| +|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.076097225672429e-05| +|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.067245119305857e-05| +|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.066341287057122e-05| +|spack|llvm-openmp|4.0636427022001854e-05| +|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.06157252001798e-05| +|pypi|[tablib](https://tablib.readthedocs.io)|4.0601274403470716e-05| +|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.052693713871191e-05| +|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.0478772854044e-05| +|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.042299655692652e-05| +|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.036566243335502e-05| +|rubygems|[rubocop](https://rubocop.org/)|4.030839533127994e-05| +|pypi|[overrides](https://github.com/mkorpela/overrides)|4.00939985538684e-05| +|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.006277085424082e-05| +|pypi|[asciitree](https://pypi.org/project/asciitree)|3.997007734894571e-05| +|rubygems|[pry](http://pry.github.io)|3.994674050883911e-05| +|spack|yacc|3.989058015925412e-05| +|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.986957341841923e-05| +|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.9846461645729535e-05| +|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.976861894432393e-05| +|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.976861894432393e-05| +|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.976861894432393e-05| +|pypi|[lda](https://pypi.org/project/lda)|3.976861894432393e-05| +|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.976861894432393e-05| +|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.976861894432393e-05| +|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.976861894432393e-05| +|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.976861894432393e-05| +|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.976861894432393e-05| +|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.976861894432393e-05| +|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.976861894432393e-05| +|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.976861894432393e-05| +|pypi|[precession](https://github.com/dgerosa/precession/)|3.976861894432393e-05| +|pypi|[isoweek](http://github.com/gisle/isoweek)|3.976861894432393e-05| +|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.976861894432393e-05| +|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.976861894432393e-05| +|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.976861894432393e-05| +|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.976861894432393e-05| +|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.976861894432393e-05| +|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.976861894432393e-05| +|pypi|[tensorly-viz](https://tensorly.org/viz)|3.976861894432393e-05| +|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.976861894432393e-05| +|pypi|[pygobject](https://pygobject.readthedocs.io)|3.976861894432393e-05| +|pypi|[genicam](https://www.emva.org)|3.976861894432393e-05| +|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.976861894432393e-05| +|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.976861894432393e-05| +|pypi|[fseval](https://github.com/dunnkers/fseval)|3.976861894432393e-05| +|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.976861894432393e-05| +|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.976861894432393e-05| +|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.976861894432393e-05| +|pypi|[sick](http://www.github.com/andycasey/sick/)|3.976861894432393e-05| +|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.976861894432393e-05| +|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.976861894432393e-05| +|pypi|[treegp](https://github.com/PFLeget/treegp)|3.976861894432393e-05| +|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.976861894432393e-05| +|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.976861894432393e-05| +|pypi|[protfasta](https://pypi.org/project/protfasta)|3.976861894432393e-05| +|pypi|[hjson](http://github.com/hjson/hjson-py)|3.976861894432393e-05| +|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.976861894432393e-05| +|spack|fftw3|3.976861894432393e-05| +|npm|[apexcharts](https://apexcharts.com)|3.976861894432393e-05| +|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.976861894432393e-05| +|npm|[lodash.debounce](https://lodash.com/)|3.976861894432393e-05| +|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.976861894432393e-05| +|npm|vue-apexcharts|3.976861894432393e-05| +|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.976861894432393e-05| +|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.976861894432393e-05| +|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.976861894432393e-05| +|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.976861894432393e-05| +|cran|txtplot|3.976861894432393e-05| +|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.976861894432393e-05| +|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.956794778710725e-05| +|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.953772067768681e-05| +|rubygems|[rubocop-jekyll](https://github.com/jekyll/rubocop-jekyll)|3.949818523396343e-05| +|npm|rollup-plugin-json|3.948506463322856e-05| +|pypi|[casadi](http://casadi.org)|3.943122051200712e-05| +|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.9370932754880696e-05| +|cran|codemetar|3.937093275488069e-05| +|pypi|[unidecode](https://pypi.org/project/unidecode)|3.933160115372697e-05| +|spack|meson|3.933156182212581e-05| +|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.927250542299349e-05| +|cran|[tmap](https://github.com/mtennekes/tmap)|3.926803604599931e-05| +|cran|see|3.916969531556771e-05| +|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.90963814822678e-05| +|cran|[effectsize](https://easystats.github.io/effectsize/)|3.9093046573120794e-05| +|pypi|[ply](https://pypi.org/project/ply)|3.896231358588304e-05| +|cran|[psych](https://personality-project.org/r/psych/)|3.890883687640486e-05| +|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.882174706469717e-05| +|cran|[checkmate](https://github.com/mllg/checkmate)|3.876919313670665e-05| +|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.8729465266237634e-05| +|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.8722076340525935e-05| +|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.870100742532955e-05| +|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.863663395560126e-05| +|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.8630075862315556e-05| +|pypi|[wslink](https://pypi.org/project/wslink)|3.8622874313850245e-05| +|pypi|[bwapy](https://pypi.org/project/bwapy)|3.846278369540584e-05| +|pypi|[pytabix](https://pypi.org/project/pytabix)|3.846278369540584e-05| +|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8443600867678954e-05| +|pypi|[Brotli](https://pypi.org/project/Brotli)|3.8408532239241045e-05| +|cran|highr|3.826390057320738e-05| +|npm|[xo](https://github.com/xojs/xo#readme)|3.823551300922504e-05| +|npm|[nodemon](https://nodemon.io)|3.823058375114059e-05| +|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.8157884767007205e-05| +|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.813844144409548e-05| +|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.809744925627518e-05| +|npm|[testcafe](https://testcafe.io/)|3.8097129687015804e-05| +|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.799036547267602e-05| +|cran|pool|3.794714977391998e-05| +|pypi|[yarl](https://pypi.org/project/yarl)|3.792883922454292e-05| +|npm|[jquery](https://jquery.com)|3.789924480808798e-05| +|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.777310610470685e-05| +|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.7717981784487135e-05| +|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7665821389294125e-05| +|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7665821389294125e-05| +|pypi|[pydap](https://pypi.org/project/pydap)|3.7665821389294125e-05| +|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7665821389294125e-05| +|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.765106910443136e-05| +|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.763024389968975e-05| +|cran|tikzDevice|3.759299250683957e-05| +|npm|gh-pages|3.7544927270263095e-05| +|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.7523241400681745e-05| +|cran|[slam](NA)|3.746263171879797e-05| +|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.724283716128227e-05| +|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.722793473337942e-05| +|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.702209869848156e-05| +|rubygems|[coderay](http://coderay.rubychan.de)|3.6905736117136654e-05| +|cran|JuliaCall|3.682933217323197e-05| +|pypi|[torchvision](https://pypi.org/project/torchvision)|3.6790368369190937e-05| +|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.6781098740544846e-05| +|pypi|[chex](https://github.com/deepmind/chex)|3.6654761622030503e-05| +|cran|gamm4|3.663153340984424e-05| +|cran|[zip](https://github.com/r-lib/zip#readme)|3.646829895379742e-05| +|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.641876798371485e-05| +|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.634835727529075e-05| +|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.625856384241026e-05| +|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.6189443239334784e-05| +|pypi|[spglib](http://spglib.github.io/spglib/)|3.610511036700867e-05| +|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.6075548859947755e-05| +|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.5976589440176284e-05| +|npm|[colors](https://github.com/Marak/colors.js)|3.592296508625142e-05| +|pypi|[jaxopt](https://github.com/google/jaxopt)|3.591010613858623e-05| +|cran|[gert](https://docs.ropensci.org/gert/)|3.5863662507540925e-05| +|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.579175704989154e-05| +|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.579175704989154e-05| +|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.579175704989154e-05| +|pypi|[pykeops](http://www.kernel-operations.io/)|3.579175704989154e-05| +|pypi|[keopscore](http://www.kernel-operations.io/)|3.579175704989154e-05| +|pypi|[simpleitk](http://simpleitk.org/)|3.579175704989154e-05| +|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.579175704989154e-05| +|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.579175704989154e-05| +|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.579175704989154e-05| +|pypi|[caput](https://github.com/eykd/caput)|3.579175704989154e-05| +|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.579175704989154e-05| +|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.579175704989154e-05| +|pypi|[urepr](https://github.com/j-faria/urepr)|3.579175704989154e-05| +|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.579175704989154e-05| +|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.579175704989154e-05| +|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.579175704989154e-05| +|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.579175704989154e-05| +|pypi|[disksurf](https://github.com/richteague/disksurf)|3.579175704989154e-05| +|pypi|[gofish](https://github.com/richteague/gofish)|3.579175704989154e-05| +|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.579175704989154e-05| +|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.579175704989154e-05| +|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.579175704989154e-05| +|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.579175704989154e-05| +|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.579175704989154e-05| +|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.579175704989154e-05| +|pypi|[pywfa](https://pypi.org/project/pywfa)|3.579175704989154e-05| +|pypi|[astLib](https://astlib.readthedocs.io)|3.579175704989154e-05| +|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.579175704989154e-05| +|pypi|[Cerberus](http://docs.python-cerberus.org)|3.579175704989154e-05| +|pypi|[2to3](https://pypi.org/project/2to3)|3.579175704989154e-05| +|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.579175704989154e-05| +|spack|edlib|3.579175704989154e-05| +|spack|spoa|3.579175704989154e-05| +|spack|thread_pool|3.579175704989154e-05| +|spack|rampler|3.579175704989154e-05| +|spack|cudapoa|3.579175704989154e-05| +|spack|cudaaligner|3.579175704989154e-05| +|spack|cppuddle|3.579175704989154e-05| +|spack|hpxkokkos|3.579175704989154e-05| +|npm|[auspice](https://www.npmjs.com/package/auspice)|3.579175704989154e-05| +|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.579175704989154e-05| +|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.579175704989154e-05| +|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5769179403989077e-05| +|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.576606918598013e-05| +|pypi|[optlang](https://github.com/opencobra/optlang)|3.576606918598013e-05| +|pypi|[kombu](https://kombu.readthedocs.io)|3.5618030627796445e-05| +|pypi|[ray](https://github.com/ray-project/ray)|3.549282966266406e-05| +|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.548584459647367e-05| +|pypi|[cymem](https://pypi.org/project/cymem)|3.548427619705223e-05| +|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.548427619705223e-05| +|cran|class|3.543939651407034e-05| +|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.543383947939262e-05| +|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.543383947939262e-05| +|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.543383947939262e-05| +|spack|virtest|3.543383947939262e-05| +|npm|[rxjs](https://rxjs.dev)|3.527019894414763e-05| +|npm|prettier|3.525275060555347e-05| +|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.510674734558739e-05| +|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.509405675272385e-05| +|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.504568562100143e-05| +|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.489455428328438e-05| +|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.4860321301604004e-05| +|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.483252688638206e-05| +|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.480512646005307e-05| +|pypi|[jdcal](https://pypi.org/project/jdcal)|3.477494577006507e-05| +|npm|husky|3.474798097560505e-05| +|cran|[git2r](https://docs.ropensci.org/git2r/)|3.473785914837062e-05| +|cran|[GGally](https://ggobi.github.io/ggally/)|3.473340615569181e-05| +|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.456929210839876e-05| +|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.451614676890367e-05| +|npm|[passport](https://www.passportjs.org/)|3.450264715614545e-05| +|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4488811508163035e-05| +|cran|modelbased|3.443874997020333e-05| +|pypi|[crds](https://hst-crds.stsci.edu)|3.4350866375354584e-05| +|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.426072168109444e-05| +|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.425014966598581e-05| +|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.419131262896143e-05| +|pypi|[hiredis](https://pypi.org/project/hiredis)|3.406485987038244e-05| +|pypi|[isodate](https://pypi.org/project/isodate)|3.403927533676348e-05| +|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.400216919739697e-05| +|cran|mapdata|3.3909885137918225e-05| +|npm|[xlsx](https://sheetjs.com/)|3.366804132706243e-05| +|pypi|[types-toml](https://pypi.org/project/types-toml)|3.36515923356221e-05| +|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.364004106708011e-05| +|pypi|[nibabel](https://nipy.org/nibabel)|3.363391118724715e-05| +|npm|[browserify](https://github.com/browserify/browserify#readme)|3.350741401360963e-05| +|rubygems|[activesupport](https://rubyonrails.org)|3.339807794467695e-05| +|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3395959924848093e-05| +|rubygems|[railties](https://rubyonrails.org)|3.325724427932361e-05| +|npm|jest|3.3227068142936144e-05| +|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.3189108582712676e-05| +|rubygems|rake-compiler|3.318356971313471e-05| +|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.314491201886965e-05| +|cran|tseries|3.3099621888471054e-05| +|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.301164353899788e-05| +|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.281665685657091e-05| +|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.281659182737002e-05| +|pypi|[rpy2](https://rpy2.github.io)|3.275080153035686e-05| +|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.268709327548807e-05| +|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.262297555167745e-05| +|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.261369586356496e-05| +|pypi|[marxs](http://marxs.readthedocs.io)|3.253796095444685e-05| +|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.253796095444685e-05| +|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.253796095444685e-05| +|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.253796095444685e-05| +|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.253796095444685e-05| +|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.253796095444685e-05| +|pypi|[PIL](http://www.pythonware.com/products/pil)|3.253796095444685e-05| +|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.253796095444685e-05| +|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.253796095444685e-05| +|pypi|[wurst](https://github.com/polca/wurst)|3.253796095444685e-05| +|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.253796095444685e-05| +|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.253796095444685e-05| +|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.253796095444685e-05| +|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.253796095444685e-05| +|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.253796095444685e-05| +|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.253796095444685e-05| +|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.253796095444685e-05| +|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.253796095444685e-05| +|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.253796095444685e-05| +|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.253796095444685e-05| +|pypi|[configuration](http://k0s.org/hg/configuration)|3.253796095444685e-05| +|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.253796095444685e-05| +|pypi|[flatdict](https://github.com/gmr/flatdict)|3.253796095444685e-05| +|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.253796095444685e-05| +|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.253796095444685e-05| +|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.253796095444685e-05| +|pypi|[filetype](https://github.com/h2non/filetype.py)|3.253796095444685e-05| +|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.253796095444685e-05| +|pypi|[colored](https://gitlab.com/dslackw/colored)|3.253796095444685e-05| +|pypi|[cdips](https://github.com/lgbouma/cdips)|3.253796095444685e-05| +|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.253796095444685e-05| +|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.253796095444685e-05| +|spack|openni2|3.253796095444685e-05| +|spack|efusion|3.253796095444685e-05| +|spack|suitesparse|3.253796095444685e-05| +|spack|realsense|3.253796095444685e-05| +|npm|[angular-animate](http://angularjs.org)|3.253796095444685e-05| +|npm|[angular-sanitize](http://angularjs.org)|3.253796095444685e-05| +|npm|[angular-touch](http://angularjs.org)|3.253796095444685e-05| +|npm|[colorbrewer](http://colorbrewer2.org/)|3.253796095444685e-05| +|npm|[dc](http://dc-js.github.io/dc.js/)|3.253796095444685e-05| +|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.2518532037376946e-05| +|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.251084598698482e-05| +|npm|[babel-cli](https://babeljs.io/)|3.249504411147722e-05| +|npm|eslint-config-standard|3.2421612888312896e-05| +|pypi|[billiard](https://pypi.org/project/billiard)|3.24191423414624e-05| +|cran|[network](http://statnet.org/)|3.2417494693232035e-05| +|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.240688286318108e-05| +|pypi|[scikit_learn](http://scikit-learn.org)|3.2383815782278214e-05| +|pypi|[altair](https://pypi.org/project/altair)|3.232456603093681e-05| +|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2161175761602815e-05| +|npm|[sinon](https://sinonjs.org/)|3.215209870164154e-05| +|cran|[shinytest](https://github.com/rstudio/shinytest)|3.208366368580608e-05| +|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.2059309672457205e-05| +|cran|[vcr](https://github.com/ropensci/vcr/)|3.205286148749505e-05| +|cran|[sna](http://statnet.org)|3.189447957140474e-05| +|npm|npm-run-all|3.172705352991211e-05| +|npm|fortawesome|3.1678444154234364e-05| +|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1617256905667366e-05| +|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.16099814987117e-05| +|pypi|[pypairix](https://pypi.org/project/pypairix)|3.15980250768754e-05| +|npm|eslint-plugin-node|3.158638667201293e-05| +|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.149674620390455e-05| +|cran|lars|3.140879705638721e-05| +|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.129775999488581e-05| +|pypi|[optax](https://github.com/deepmind/optax)|3.11606590549916e-05| +|pypi|[matchms](https://github.com/matchms/matchms)|3.1138828633405645e-05| +|npm|eslint-plugin-standard|3.113664947862064e-05| +|npm|eslint-plugin-promise|3.113664947862064e-05| +|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.112394306963566e-05| +|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.1110298971989064e-05| +|cran|fontawesome|3.106386772083943e-05| +|pypi|[addict](https://pypi.org/project/addict)|3.1056805856832974e-05| +|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.1023553379844055e-05| +|cran|[here](https://here.r-lib.org/)|3.1012703268169835e-05| +|cran|poorman|3.0998222592488824e-05| +|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.0984743444070995e-05| +|rubygems|[simplecov](https://github.com/simplecov-ruby/simplecov)|3.08756635859953e-05| +|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0820898190746354e-05| +|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.071273628757361e-05| +|cran|spatstat.data|3.068345864413534e-05| +|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.064904669482818e-05| +|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.064022372063263e-05| +|cran|mlbench|3.063039648914262e-05| +|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0614685883530786e-05| +|pypi|[cligj](https://pypi.org/project/cligj)|3.05956260447883e-05| +|cran|polyclip|3.058175723402804e-05| +|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0574585840738926e-05| +|npm|[babel](https://babeljs.io/)|3.055393894502936e-05| +|npm|[commander](https://github.com/tj/commander.js#readme)|3.055229222925612e-05| +|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.05474413192609e-05| +|pypi|[sep](https://github.com/kbarbary/sep)|3.05097755299248e-05| +|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.0508211961574215e-05| +|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.050164189249977e-05| +|npm|react-router-bootstrap|3.0472858169412305e-05| +|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.046232139841379e-05| +|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.0460537293509095e-05| +|npm|[events](https://github.com/Gozala/events#readme)|3.0426113799432673e-05| +|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0291615019109596e-05| +|pypi|[itk](https://itk.org/)|3.014456989726096e-05| +|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.014337039045553e-05| +|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.011026141891335e-05| +|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0078218278940366e-05| +|npm|immutable|3.003278260727741e-05| +|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0000959168917025e-05| +|rubygems|[faraday-net_http](https://github.com/lostisland/faraday-net_http)|2.997112255965293e-05| +|npm|[async](https://caolan.github.io/async/)|2.98989613626612e-05| +|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.983849967819599e-05| +|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9837111356600823e-05| +|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.982646420824295e-05| +|pypi|[random2](http://pypi.python.org/pypi/random2)|2.982646420824295e-05| +|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.982646420824295e-05| +|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.982646420824295e-05| +|pypi|[blackjax](https://pypi.org/project/blackjax)|2.982646420824295e-05| +|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.982646420824295e-05| +|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.982646420824295e-05| +|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.982646420824295e-05| +|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.982646420824295e-05| +|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.982646420824295e-05| +|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.982646420824295e-05| +|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.982646420824295e-05| +|pypi|[toil](https://github.com/DataBiosphere/toil)|2.982646420824295e-05| +|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.982646420824295e-05| +|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.982646420824295e-05| +|npm|[downloadjs](http://danml.com/download.html)|2.982646420824295e-05| +|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.982646420824295e-05| +|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.982646420824295e-05| +|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.982646420824295e-05| +|pypi|[vtk](https://vtk.org)|2.9807507311523486e-05| +|cran|[Seurat](https://satijalab.org/seurat)|2.9725380093200523e-05| +|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.9697571273628755e-05| +|pypi|[Pint](https://github.com/hgrecco/pint)|2.969740987501291e-05| +|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|2.968574447967073e-05| +|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9678055178958783e-05| +|pypi|[arrow](https://pypi.org/project/arrow)|2.9551863640062113e-05| +|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.9473684810149655e-05| +|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9468525406110484e-05| +|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.9452798524583427e-05| +|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.9383631836783583e-05| +|npm|babel-preset-env|2.9359745733768223e-05| +|pypi|[autocommand](https://pypi.org/project/autocommand)|2.9345584858206537e-05| +|cran|[spatstat.core](http://spatstat.org/)|2.934218378087846e-05| +|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.9315686008676788e-05| +|cran|tripack|2.9163128335176533e-05| +|pypi|[ndcube](https://pypi.org/project/ndcube)|2.905835702568896e-05| +|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9034466965505197e-05| +|pypi|[shap](https://pypi.org/project/shap)|2.903422842294036e-05| +|cran|RhpcBLASctl|2.9001008424353035e-05| +|cran|reactlog|2.895471060897082e-05| +|cran|sourcetools|2.895471060897082e-05| +|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8904044351968976e-05| +|npm|[grunt](https://gruntjs.com/)|2.8857538922961147e-05| +|pypi|[smart-open](https://pypi.org/project/smart-open)|2.885655592265295e-05| +|npm|eslint-plugin-markdown|2.884428239709084e-05| +|spack|hwloc|2.87701140051865e-05| +|cran|brew|2.872673589555309e-05| +|pypi|[astor](https://pypi.org/project/astor)|2.87192286948203e-05| +|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.8679292507925915e-05| +|npm|[winston](https://github.com/winstonjs/winston#readme)|2.8679292507925915e-05| +|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.857096672308169e-05| +|cran|animation|2.856810235647593e-05| +|rubygems|[activerecord-jdbc-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.849023861171366e-05| +|cran|[recipes](https://github.com/tidymodels/recipes)|2.8471237922528507e-05| +|cran|[wk](https://paleolimbot.github.io/wk/)|2.8449022184092984e-05| +|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8377750232414007e-05| +|pypi|[gensim](http://radimrehurek.com/gensim)|2.834346496548957e-05| +|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.816529395851224e-05| +|pypi|[dipy](https://dipy.org)|2.812865009177374e-05| +|pypi|[lml](https://pypi.org/project/lml)|2.8109804191199257e-05| +|pypi|[cfgv](https://pypi.org/project/cfgv)|2.8104659517772738e-05| +|pypi|[identify](https://pypi.org/project/identify)|2.8104659517772738e-05| +|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.8104659517772738e-05| +|cran|[plotrix](NA)|2.8073711892789598e-05| +|npm|[underscore](https://underscorejs.org)|2.8060311434769133e-05| +|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8043431622607334e-05| +|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8043431622607327e-05| +|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8019601299555365e-05| +|pypi|[gmsh](https://gmsh.info)|2.800178639785632e-05| +|pypi|[PIMS](https://pypi.org/project/PIMS)|2.792841648590022e-05| +|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7848740196896382e-05| +|cran|timeSeries|2.7812594800450142e-05| +|cran|fts|2.7812594800450142e-05| +|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7804416300173272e-05| +|cran|[pbapply](https://github.com/psolymos/pbapply)|2.777505791906309e-05| +|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.773026853167776e-05| +|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.772049847629252e-05| +|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7674697861791137e-05| +|cran|[matlab](http://cran.r-project.org/package=matlab)|2.7640503951038113e-05| +|cran|[rex](https://github.com/kevinushey/rex)|2.764013544088017e-05| +|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7637695105442565e-05| +|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.7621016348304724e-05| +|cran|shinydisconnect|2.7546701963694484e-05| +|npm|chalk|2.754136478501161e-05| +|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.7532120807608878e-05| +|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.7532120807608878e-05| +|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.7532120807608878e-05| +|pypi|[filemagic](http://filemagic.readthedocs.org)|2.7532120807608878e-05| +|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.7532120807608878e-05| +|pypi|[ulid](https://github.com/mdipierro/ulid)|2.7532120807608878e-05| +|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.7532120807608878e-05| +|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.7532120807608878e-05| +|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.7532120807608878e-05| +|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.7532120807608878e-05| +|pypi|[pmesh](https://pypi.org/project/pmesh)|2.7532120807608878e-05| +|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.7532120807608878e-05| +|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.7532120807608878e-05| +|pypi|[coramin](https://github.com/Coramin/Coramin)|2.7532120807608878e-05| +|pypi|[json2table](https://github.com/latture/json2table)|2.7532120807608878e-05| +|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.7532120807608878e-05| +|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.7532120807608878e-05| +|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.7532120807608878e-05| +|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.7532120807608878e-05| +|spack|everybeam|2.7532120807608878e-05| +|spack|idgapi|2.7532120807608878e-05| +|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.753159897483038e-05| +|pypi|[pretend](https://pypi.org/project/pretend)|2.751676285242948e-05| +|pypi|[reportlab](https://pypi.org/project/reportlab)|2.7491922155678815e-05| +|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.74634166650697e-05| +|cran|strucchange|2.7427025305990688e-05| +|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7314176152704748e-05| +|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.7256799599532787e-05| +|npm|ndoc|2.7256799599532787e-05| +|cran|[irlba](NA)|2.7199805092358382e-05| +|spack|eigen|2.7198677685269737e-05| +|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7194672057877052e-05| +|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7147408583823987e-05| +|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7107361580563017e-05| +|cran|fANCOVA|2.6982894329098232e-05| +|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.697310902574743e-05| +|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.6943466927401697e-05| +|cran|broom.mixed|2.6831035017043692e-05| +|pypi|[funcy](https://pypi.org/project/funcy)|2.679389641875287e-05| +|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.676262992152363e-05| +|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.676169814701498e-05| +|cran|[glmnet](https://glmnet.stanford.edu)|2.6656915592862754e-05| +|pypi|[flax](https://pypi.org/project/flax)|2.6618918701508597e-05| +|pypi|[toposort](https://pypi.org/project/toposort)|2.661585838239851e-05| +|pypi|[datrie](https://pypi.org/project/datrie)|2.661585838239851e-05| +|pypi|[intake](https://pypi.org/project/intake)|2.6600197502371692e-05| +|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6583427624671844e-05| +|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.656479173437536e-05| +|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6521793757341104e-05| +|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6517146988947425e-05| +|cran|conflicted|2.6488749533365307e-05| +|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.638650662472589e-05| +|cran|[argon2](https://github.com/wrathematics/argon2)|2.6385555469476296e-05| +|pypi|[datashader](https://datashader.org)|2.637083070142138e-05| +|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6370644622028072e-05| +|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6202117358686223e-05| +|cran|[golem](https://github.com/ThinkR-open/golem)|2.6150101552208966e-05| +|spack|[openssh](https://www.openssh.com/)|2.6140208219112773e-05| +|spack|[perl-alien-svn](http://metacpan.org/source/MSCHWERN/Alien-SVN-v1.8.11.0)|2.6140208219112773e-05| +|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6135424092002363e-05| +|pypi|[astroid](https://pypi.org/project/astroid)|2.6118608123374038e-05| +|cran|margins|2.609283002788968e-05| +|cran|gam|2.6068491367436233e-05| +|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.5990372626644032e-05| +|npm|object-assign|2.5972438786629025e-05| +|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5924445970144556e-05| +|cran|ade4|2.5921075338412407e-05| +|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.589885940376767e-05| +|npm|[zone.js](https://github.com/angular/angular#readme)|2.585131550996564e-05| +|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5667966794593696e-05| +|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5651915644046186e-05| +|pypi|[srsly](https://pypi.org/project/srsly)|2.5641543008332056e-05| +|pypi|[area](https://github.com/scisco/area)|2.5565540749922528e-05| +|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.5565540749922528e-05| +|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.5565540749922528e-05| +|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.5565540749922528e-05| +|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.5565540749922528e-05| +|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.5565540749922528e-05| +|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.5565540749922528e-05| +|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.5565540749922528e-05| +|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.5565540749922528e-05| +|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.5565540749922528e-05| +|pypi|[wres](https://github.com/jks-liu/wres)|2.5565540749922528e-05| +|pypi|[thermo](https://github.com/CalebBell/thermo)|2.5565540749922528e-05| +|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.5565540749922528e-05| +|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.5565540749922528e-05| +|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.5565540749922528e-05| +|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.5565540749922528e-05| +|pypi|[dash_table](https://pypi.org/project/dash_table)|2.5565540749922528e-05| +|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.5565540749922528e-05| +|pypi|[python-time](https://github.com/hengdai/pytime)|2.5565540749922528e-05| +|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.5565540749922528e-05| +|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.5565540749922528e-05| +|spack|sophus|2.5565540749922528e-05| +|spack|visioncore|2.5565540749922528e-05| +|spack|brisk|2.5565540749922528e-05| +|spack|opengv|2.5565540749922528e-05| +|spack|gtsam|2.5565540749922528e-05| +|spack|tensorflow|2.5565540749922528e-05| +|spack|cudalibs|2.5565540749922528e-05| +|spack|pnetcdf|2.5565540749922528e-05| +|spack|qt5widgets|2.5565540749922528e-05| +|spack|qt5opengl|2.5565540749922528e-05| +|spack|glut|2.5565540749922528e-05| +|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.5565540749922528e-05| +|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.5565540749922528e-05| +|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.5565540749922528e-05| +|npm|[md5-node](https://github.com/shanelau/node-md5)|2.5565540749922528e-05| +|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.5565540749922528e-05| +|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.5565540749922528e-05| +|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.5565540749922528e-05| +|npm|net|2.5565540749922528e-05| +|cran|poibin|2.5565540749922528e-05| +|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.555788457896647e-05| +|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5514065858216965e-05| +|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.546562944124467e-05| +|spack|[swig](http://www.swig.org)|2.537166364843341e-05| +|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5322668112798263e-05| +|pypi|[srastream](https://github.com/jdidion/srastream)|2.53098853424233e-05| +|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.53098853424233e-05| +|spack|py-nose|2.53098853424233e-05| +|npm|process|2.53098853424233e-05| +|npm|util|2.53098853424233e-05| +|npm|spc|2.53098853424233e-05| +|pypi|[progress](https://pypi.org/project/progress)|2.5288178751220537e-05| +|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.5262191907591933e-05| +|rubygems|ruby-maven-libs|2.5213040609544462e-05| +|spack|findutils|2.5212852029360336e-05| +|pypi|[humanize](https://pypi.org/project/humanize)|2.5203776326896982e-05| +|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5140879827895577e-05| +|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5101798207321873e-05| +|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.505422993492408e-05| +|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5032581694772933e-05| +|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.5018452145570825e-05| +|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.498441634287621e-05| +|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.497658411003313e-05| +|cran|[mmand](https://github.com/jonclayden/mmand)|2.495042214282676e-05| +|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.495042214282676e-05| +|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.4931647614200763e-05| +|cran|latticeExtra|2.4891454277439328e-05| +|cran|[circlize](https://github.com/jokergoo/circlize)|2.4886098840460073e-05| +|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4830531453362256e-05| +|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4830531453362256e-05| +|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4830531453362256e-05| +|pypi|[pythutils](https://github.com/JolleJolles)|2.4830531453362256e-05| +|npm|[mathjs](https://mathjs.org)|2.480567606652205e-05| +|pypi|[typeguard](https://pypi.org/project/typeguard)|2.4768163873258304e-05| +|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.474634447503656e-05| +|pypi|[ortools](https://pypi.org/project/ortools)|2.4690286816100278e-05| +|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4632726275893315e-05| +|pypi|[boltons](https://pypi.org/project/boltons)|2.4631241579872743e-05| +|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4517453995201285e-05| +|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4517353579175703e-05| +|rubygems|[test-unit](http://test-unit.github.io/)|2.4514811320803264e-05| +|npm|after|2.448726451409864e-05| +|npm|expect.js|2.448379880694143e-05| +|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4479478703990636e-05| +|cran|gbRd|2.4478299265810113e-05| +|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.445419165497001e-05| +|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4434462229744223e-05| +|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.435827910339841e-05| +|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.433735744102016e-05| +|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4333425368096756e-05| +|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.42783867885549e-05| +|pypi|[cmake](https://pypi.org/project/cmake)|2.4273950892334182e-05| +|pypi|[service-identity](https://pypi.org/project/service-identity)|2.4214803793883797e-05| +|cran|SGP|2.418500154942671e-05| +|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4163697352883937e-05| +|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.407308350199356e-05| +|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.40571738456771e-05| +|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.4031608304927176e-05| +|pypi|[astlib](https://astlib.readthedocs.io)|2.4031608304927176e-05| +|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.4031608304927176e-05| +|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4010099476105405e-05| +|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3918100259704734e-05| +|pypi|[george](https://github.com/dfm/george)|2.390713191348332e-05| +|pypi|[scandir](https://pypi.org/project/scandir)|2.3897020482229253e-05| +|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.386117136659436e-05| +|pypi|[vedo](https://github.com/marcomusy/vedo)|2.386117136659436e-05| +|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.386117136659436e-05| +|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.386117136659436e-05| +|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.386117136659436e-05| +|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.386117136659436e-05| +|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.386117136659436e-05| +|pypi|[scikit-video](http://scikit-video.org/)|2.386117136659436e-05| +|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.386117136659436e-05| +|pypi|[haversine](https://github.com/mapado/haversine)|2.386117136659436e-05| +|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.386117136659436e-05| +|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.386117136659436e-05| +|spack|glew|2.3725136662489065e-05| +|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.3712039045553147e-05| +|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.365671208706536e-05| +|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.365671208706536e-05| +|cran|pbdMPI|2.3622559652928413e-05| +|rubygems|[yard](http://yardoc.org)|2.355377094937507e-05| +|rubygems|[cucumber](https://cucumber.io/)|2.3530010034037413e-05| +|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.352752973869637e-05| +|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.351709925832317e-05| +|pypi|[starlette](https://pypi.org/project/starlette)|2.3484916407532396e-05| +|pypi|[Theano](http://deeplearning.net/software/theano/)|2.346348517715112e-05| +|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3463464835146546e-05| +|pypi|[scanpy](https://scanpy.readthedocs.io)|2.3455470044827918e-05| +|rubygems|[nokogiri](https://nokogiri.org)|2.3442701858081866e-05| +|cran|rsvg|2.3422694046209285e-05| +|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.3375414976893332e-05| +|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.3332148244337087e-05| +|cran|av|2.3239359620331475e-05| +|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3216518711606117e-05| +|cran|[janitor](https://github.com/sfirke/janitor)|2.316216923438243e-05| +|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.316000716989616e-05| +|cran|parallelly|2.3129069491513084e-05| +|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3076660165150655e-05| +|pypi|[loguru](https://pypi.org/project/loguru)|2.3057707087597366e-05| +|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.305168112798265e-05| +|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.305168112798265e-05| +|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.305168112798265e-05| +|cran|lpSolve|2.3033206660903886e-05| +|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.294343400634073e-05| +|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.294343400634073e-05| +|npm|[express-session](https://github.com/expressjs/session#readme)|2.2897137434149362e-05| +|pypi|[httptools](https://pypi.org/project/httptools)|2.2879520642935884e-05| +|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2879520642935884e-05| +|pypi|[geoviews](https://pypi.org/project/geoviews)|2.27851215804628e-05| +|cran|cba|2.2780746945998403e-05| +|rubygems|[gem_hadar](http://github.com/flori/gem_hadar)|2.2749580277596395e-05| +|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2694533805547145e-05| +|pypi|[av](https://pypi.org/project/av)|2.2642346469929076e-05| +|rubygems|[pg](https://github.com/ged/ruby-pg)|2.2631996399427448e-05| +|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2611300485487042e-05| +|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.25677352744869e-05| +|pypi|[formulaic](https://pypi.org/project/formulaic)|2.2548236100011417e-05| +|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.2548236100011417e-05| +|spack|py-flit-core|2.2488495077590528e-05| +|pypi|[nltk](https://pypi.org/project/nltk)|2.2487273612530023e-05| +|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.2457573050912338e-05| +|rubygems|[kramdown](http://kramdown.gettalong.org)|2.2420044516098617e-05| +|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.2408071039217165e-05| +|pypi|[julia](http://julialang.org)|2.236984815618221e-05| +|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.236984815618221e-05| +|pypi|[ref_index](http://github.com/phn/ref_index)|2.236984815618221e-05| +|pypi|[cerberus](http://docs.python-cerberus.org)|2.236984815618221e-05| +|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.236984815618221e-05| +|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.236984815618221e-05| +|pypi|[bfit](https://github.com/dfujim/bfit)|2.236984815618221e-05| +|pypi|[bdata](https://github.com/dfujim/bdata)|2.236984815618221e-05| +|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.236984815618221e-05| +|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.236984815618221e-05| +|npm|[emotion](https://emotion.sh)|2.236984815618221e-05| +|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.236984815618221e-05| +|npm|[helmet](https://helmetjs.github.io/)|2.236984815618221e-05| +|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.236984815618221e-05| +|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.236984815618221e-05| +|cran|colorRamps|2.236984815618221e-05| +|cran|geoaxe|2.236984815618221e-05| +|cran|spbabel|2.236984815618221e-05| +|cran|paletteer|2.236984815618221e-05| +|cran|statsExpressions|2.236984815618221e-05| +|pypi|[aiodns](https://pypi.org/project/aiodns)|2.2352628401844397e-05| +|pypi|[traittypes](https://pypi.org/project/traittypes)|2.233717314280949e-05| +|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2304697262013056e-05| +|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2304697262013056e-05| +|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.2291536505954538e-05| +|npm|clipboard|2.228036876355748e-05| +|pypi|[anndata](http://anndata.readthedocs.io)|2.2278440183387454e-05| +|pypi|[nbval](https://pypi.org/project/nbval)|2.2230041364528287e-05| +|cran|doMC|2.2180663154632784e-05| +|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2165169203888133e-05| +|pypi|[miniball](https://github.com/marmakoide/miniball)|2.214614967462039e-05| +|pypi|[pyramid](https://pypi.org/project/pyramid)|2.2130440445826258e-05| +|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.21158591999098e-05| +|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2098924439624003e-05| +|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.206513656586952e-05| +|pypi|[datatable](https://pypi.org/project/datatable)|2.2064123620414294e-05| +|cran|[futile.logger](NA)|2.2017453398011968e-05| +|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.201630190991743e-05| +|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2001403598315682e-05| +|rubygems|[mysql2](https://github.com/brianmario/mysql2)|2.198271282482624e-05| +|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.189933429988047e-05| +|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.1830760454730148e-05| +|spack|py-mpi4py|2.1763901873113667e-05| +|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.1760919584753643e-05| +|cran|miniUI|2.1756677419510948e-05| +|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1727432004004672e-05| +|spack|[help2man](https://www.gnu.org/software/help2man/)|2.1703783743145468e-05| +|pypi|[Requests](https://requests.readthedocs.io)|2.165050401939518e-05| +|pypi|[databases](https://pypi.org/project/databases)|2.148509069827696e-05| +|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1403470715835137e-05| +|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.135432806528251e-05| +|cran|spatial|2.1332862114851172e-05| +|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.1322070099049504e-05| +|rubygems|actionpack|2.1305577169963593e-05| +|pypi|[pyavm](https://pypi.org/project/pyavm)|2.128822912445472e-05| +|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1167983897880865e-05| +|pypi|[waitress](https://pypi.org/project/waitress)|2.1139826420655167e-05| +|pypi|[xgboost](https://pypi.org/project/xgboost)|2.1124378447727373e-05| +|cran|fstcore|2.1109335891873852e-05| +|npm|sax|2.1084311021757018e-05| +|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1053974735230318e-05| +|pypi|[pykalman](http://pykalman.github.com)|2.1053974735230318e-05| +|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1053974735230318e-05| +|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1053974735230318e-05| +|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1053974735230318e-05| +|pypi|[penquins](https://github.com/dmitryduev/penquins)|2.1053974735230318e-05| +|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1053974735230318e-05| +|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1053974735230318e-05| +|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1053974735230318e-05| +|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1053974735230318e-05| +|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1053974735230318e-05| +|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1053974735230318e-05| +|npm|[diff2html](https://diff2html.xyz/)|2.1053974735230318e-05| +|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1053974735230318e-05| +|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1053974735230318e-05| +|npm|react-schemaorg|2.1053974735230318e-05| +|cran|nortest|2.1053974735230318e-05| +|cran|openair|2.1053974735230318e-05| +|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1049211488494822e-05| +|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1043688230338416e-05| +|npm|safe-buffer|2.0999239363254634e-05| +|pypi|[h2](https://pypi.org/project/h2)|2.0995105617706873e-05| +|npm|lint-staged|2.0887106917974882e-05| +|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.084976333636016e-05| +|pypi|[apptools](https://docs.enthought.com/apptools)|2.075027114967462e-05| +|cran|webfakes|2.0711938870452376e-05| +|pypi|[passlib](https://pypi.org/project/passlib)|2.0711067216953465e-05| +|npm|vary|2.0657743167766017e-05| +|pypi|[prov](https://pypi.org/project/prov)|2.061316601824936e-05| +|cran|mclust|2.061020931450568e-05| +|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0600829784487374e-05| +|cran|brms|2.0595328307102006e-05| +|rubygems|[builder](http://onestepback.org)|2.0577911469631233e-05| +|npm|[standard](https://standardjs.com)|2.046452127588118e-05| +|rubygems|[aruba](https://github.com/cucumber/aruba)|2.034849257049891e-05| +|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0345687590383223e-05| +|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0345687590383223e-05| +|pypi|[h3](https://github.com/uber/h3-py)|2.0338807974382814e-05| +|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.029570897848256e-05| +|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0266273707419453e-05| +|rubygems|[tins](https://github.com/flori/tins)|2.024308131723406e-05| +|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.024222704266088e-05| +|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.024222704266088e-05| +|npm|redux|2.0175117042381096e-05| +|pypi|[incremental](https://pypi.org/project/incremental)|2.01701435356716e-05| +|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.0157445591285072e-05| +|npm|eslint-config-prettier|2.0117203457513e-05| +|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.0110384300750076e-05| +|cran|RJSONIO|2.0009484006628963e-05| +|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.9965996094376113e-05| +|rubygems|[webmock](https://github.com/bblimke/webmock)|1.993610923219613e-05| +|cran|[graphql](http://graphql.org)|1.9929125646587686e-05| +|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9909164859002167e-05| +|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9907971917791566e-05| +|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.9884309472161965e-05| +|pypi|[utm](https://github.com/Turbo87/utm)|1.9884309472161965e-05| +|pypi|[faust-cchardet](https://github.com/faust-streaming/cChardet)|1.9884309472161965e-05| +|pypi|[tkp](http://docs.transientskp.org/)|1.9884309472161965e-05| +|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.9884309472161965e-05| +|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.9884309472161965e-05| +|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.9884309472161965e-05| +|spack|dl|1.9884309472161965e-05| +|spack|sofa|1.9884309472161965e-05| +|spack|pthreads|1.9884309472161965e-05| +|npm|[bower](http://bower.io)|1.9884309472161965e-05| +|npm|[http-auth](https://github.com/gevorg/http-auth)|1.9884309472161965e-05| +|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.9884309472161965e-05| +|npm|[multer](https://github.com/expressjs/multer#readme)|1.9884309472161965e-05| +|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.9884309472161965e-05| +|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.9884309472161965e-05| +|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.9884309472161965e-05| +|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.9884309472161965e-05| +|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.9884309472161965e-05| +|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.9884309472161965e-05| +|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.9884309472161965e-05| +|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.9884309472161965e-05| +|pypi|[triton](https://pypi.org/project/triton)|1.9879737411952183e-05| +|pypi|[pydub](http://pydub.com)|1.985590331577316e-05| +|npm|coffee-script|1.981542664996918e-05| +|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.9796634146926355e-05| +|pypi|[pyscf](http://www.pyscf.org)|1.9770236328347983e-05| +|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9737556743766456e-05| +|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.9685466377440345e-05| +|pypi|[clikit](https://pypi.org/project/clikit)|1.9685466377440345e-05| +|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.9685466377440345e-05| +|pypi|[httpstan](https://pypi.org/project/httpstan)|1.9685466377440345e-05| +|pypi|[language-data](https://pypi.org/project/language-data)|1.9685466377440345e-05| +|npm|scheduler|1.9685466377440345e-05| +|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.9677044787546256e-05| +|pypi|[anytree](https://pypi.org/project/anytree)|1.9598322792253614e-05| +|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9582230177668734e-05| +|cran|stopwords|1.9571558758221864e-05| +|cran|spam|1.9520611924483083e-05| +|npm|[babel-loader](https://github.com/babel/babel-loader)|1.9508598879534116e-05| +|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.948861171366594e-05| +|pypi|[validators](https://pypi.org/project/validators)|1.945490020500107e-05| +|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.9440733951181244e-05| +|npm|json5|1.9418978113691152e-05| +|pypi|[fastcore](https://pypi.org/project/fastcore)|1.941392685989881e-05| +|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.93722885032538e-05| +|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9346895702644075e-05| +|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9346895702644075e-05| +|rubygems|[diff-lcs](https://github.com/halostatue/diff-lcs)|1.9319228118221255e-05| +|npm|[jasmine](http://jasmine.github.io/)|1.9286063332391192e-05| +|rubygems|[psych](https://github.com/ruby/psych)|1.928564225189805e-05| +|pypi|[selenium](https://pypi.org/project/selenium)|1.9278807501592635e-05| +|cran|[remotes](https://remotes.r-lib.org)|1.9252355511737475e-05| +|pypi|[pyside6](https://www.pyside.org)|1.918438177874186e-05| +|cran|modelr|1.917067381040882e-05| +|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.916210206550499e-05| +|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.908805230659173e-05| +|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.9058360008812362e-05| +|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.9058360008812362e-05| +|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9056026785714284e-05| +|cran|[config](https://github.com/rstudio/config)|1.8929394797078558e-05| +|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.883776686836397e-05| +|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.883776686836397e-05| +|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.883776686836397e-05| +|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.883776686836397e-05| +|pypi|[kneed](https://github.com/arvkevi/kneed)|1.883776686836397e-05| +|pypi|[BioPython](https://biopython.org/)|1.883776686836397e-05| +|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.883776686836397e-05| +|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.883776686836397e-05| +|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.883776686836397e-05| +|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.883776686836397e-05| +|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.883776686836397e-05| +|pypi|[sos-python](https://github.com/vatlab/SOS)|1.883776686836397e-05| +|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.883776686836397e-05| +|cran|dunn.test|1.883776686836397e-05| +|cran|minqa|1.881404391604326e-05| +|cran|kernlab|1.8734831098926713e-05| +|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.862556166718314e-05| +|cran|[tm](http://tm.r-forge.r-project.org/)|1.8601707026439555e-05| +|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8567721270053154e-05| +|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8544494158847973e-05| +|npm|validator|1.8524184187443862e-05| +|npm|[ts-node](https://typestrong.org/ts-node)|1.849286315106807e-05| +|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.839737078029792e-05| +|cran|Formula|1.8381058207357993e-05| +|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8377518132056323e-05| +|cran|[hoardr](https://github.com/ropensci/hoardr)|1.83479997204956e-05| +|rubygems|concurrent-ruby|1.829654736080983e-05| +|cran|[RANN](https://github.com/jefferis/RANN)|1.8268145903613473e-05| +|spack|llvm-amdgpu|1.8257630926557172e-05| +|spack|hsa-rocr-dev|1.8257630926557172e-05| +|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8169127777043857e-05| +|pypi|[constantly](https://pypi.org/project/constantly)|1.8136880102429822e-05| +|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8136880102429822e-05| +|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8114605929139552e-05| +|cran|[reactable](https://glin.github.io/reactable/)|1.810127688652635e-05| +|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.808762008057019e-05| +|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8087430085294677e-05| +|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.8052971271861305e-05| +|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.8052971271861305e-05| +|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8033539128983815e-05| +|npm|[minimist](https://github.com/substack/minimist)|1.7980302288066697e-05| +|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.792304838100591e-05| +|cran|sandwich|1.7899586719248167e-05| +|pypi|[envisage](http://docs.enthought.com/envisage)|1.789587852494577e-05| +|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.789587852494577e-05| +|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.789587852494577e-05| +|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.789587852494577e-05| +|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.789587852494577e-05| +|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.789587852494577e-05| +|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.789587852494577e-05| +|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.789587852494577e-05| +|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.789587852494577e-05| +|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.789587852494577e-05| +|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.789587852494577e-05| +|npm|tinymce|1.789587852494577e-05| +|cran|[genalg](https://github.com/egonw/genalg)|1.789587852494577e-05| +|cran|lpSolveAPI|1.789587852494577e-05| +|cran|segmented|1.7890054027835784e-05| +|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.786762674984169e-05| +|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7849922826631068e-05| +|cran|quadprog|1.784530540991023e-05| +|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7826847864815075e-05| +|npm|depd|1.7826510047223463e-05| +|spack|libunistring|1.782626671557994e-05| +|rubygems|[rspec-mocks](https://github.com/rspec/rspec-mocks)|1.778927753815464e-05| +|cran|lmtest|1.7780528514641857e-05| +|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7772241827001744e-05| +|cran|gmp|1.774381408023012e-05| +|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.771691973969631e-05| +|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7677572893735937e-05| +|cran|[semver](https://github.com/johndharrison/semver)|1.766578865819648e-05| +|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.765786334056399e-05| +|pypi|[awscrt](https://pypi.org/project/awscrt)|1.763637481716492e-05| +|rubygems|[coveralls](https://coveralls.io)|1.762129036185184e-05| +|npm|[font-awesome](http://fontawesome.io/)|1.7618117574692854e-05| +|pypi|[e13tools](https://e13tools.readthedocs.io)|1.7617498192335507e-05| +|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.759821285152834e-05| +|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.7579488330255026e-05| +|cran|lsa|1.7574919834009242e-05| +|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.7533666748456027e-05| +|rubygems|[mocha](https://mocha.jamesmead.org)|1.7521883670518094e-05| +|npm|gulp|1.750946256323708e-05| +|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.749918655097614e-05| +|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7439711640647307e-05| +|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7380306786488997e-05| +|npm|react-transition-group|1.7377684679745415e-05| +|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7373915401301518e-05| +|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7339919756006065e-05| +|pypi|[stevedore](https://pypi.org/project/stevedore)|1.7320157235696174e-05| +|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.721640934030879e-05| +|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.721640934030879e-05| +|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.720757550475555e-05| +|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.71928261543229e-05| +|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7176671477213448e-05| +|pypi|[celerite](https://pypi.org/project/celerite)|1.7149007195343382e-05| +|rubygems|[commonmarker](https://github.com/gjtorikian/commonmarker)|1.7131296390573582e-05| +|pypi|[folium](https://pypi.org/project/folium)|1.7123934399999387e-05| +|cran|[statmod](NA)|1.71125085437101e-05| +|npm|[sass](https://github.com/sass/dart-sass)|1.7111347658835994e-05| +|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.7076085900111755e-05| +|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7043693833281684e-05| +|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7043693833281684e-05| +|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7043693833281684e-05| +|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7043693833281684e-05| +|pypi|[owslib](https://owslib.readthedocs.io)|1.7043693833281684e-05| +|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7043693833281684e-05| +|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7043693833281684e-05| +|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7029067175009508e-05| +|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.70280972234026e-05| +|pypi|[moto](https://pypi.org/project/moto)|1.7020734319519087e-05| +|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.698522954575369e-05| +|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.69668029547403e-05| +|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.695880416596204e-05| +|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.6958475364115275e-05| +|rubygems|[html-pipeline](https://github.com/jch/html-pipeline)|1.6952794132837516e-05| +|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6950653811560642e-05| +|rubygems|activerecord|1.6924556540453658e-05| +|pypi|[configobj](https://github.com/DiffSK/configobj)|1.68871833868837e-05| +|rubygems|gemoji|1.687325689494887e-05| +|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6873256894948865e-05| +|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6873256894948865e-05| +|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6873256894948865e-05| +|npm|on-headers|1.679688108221942e-05| +|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.675794102407401e-05| +|pypi|[bottle](https://pypi.org/project/bottle)|1.666957538897421e-05| +|rubygems|[rspec-core](https://github.com/rspec/rspec-core)|1.666439374515805e-05| +|npm|rollup-plugin-commonjs|1.6649700883892773e-05| +|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.6642173649695732e-05| +|pypi|[meshio](https://github.com/nschloe/meshio)|1.6634158909438065e-05| +|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.662723643178067e-05| +|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6602908647938194e-05| +|pypi|[plumbum](https://pypi.org/project/plumbum)|1.655065866282677e-05| +|pypi|[onnx](https://pypi.org/project/onnx)|1.6530715197141784e-05| +|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6522368082115537e-05| +|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.6486675002449132e-05| +|rubygems|[utils](http://github.com/flori/utils)|1.6469094936279826e-05| +|cran|carrier|1.6464645260740707e-05| +|pypi|[neo](https://pypi.org/project/neo)|1.6456427426200133e-05| +|rubygems|actionview|1.6417689259918884e-05| +|pypi|[nbsite](https://pypi.org/project/nbsite)|1.636149976469381e-05| +|pypi|[inflect](https://github.com/jaraco/inflect)|1.631081499845057e-05| +|npm|autoprefixer|1.6291578368819773e-05| +|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6268980477223426e-05| +|pypi|[SQLObject](http://sqlobject.org/)|1.6268980477223426e-05| +|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6268980477223426e-05| +|pypi|[pweave](http://mpastell.com/pweave)|1.6268980477223426e-05| +|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6268980477223426e-05| +|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6268980477223426e-05| +|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6268980477223426e-05| +|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6268980477223426e-05| +|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6268980477223426e-05| +|cran|plotROC|1.6268980477223426e-05| +|npm|js-cookie|1.6252379476736465e-05| +|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6192505562125197e-05| +|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6184125446662504e-05| +|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6182711973492886e-05| +|rubygems|[rspec-support](https://github.com/rspec/rspec-support)|1.6146319135574837e-05| +|npm|styled-components|1.61432582662185e-05| +|cran|caTools|1.613681684014373e-05| +|spack|libfabric|1.6122486037632138e-05| +|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6119449406660712e-05| +|npm|[babel-preset-es2015](https://babeljs.io/)|1.6117054015889514e-05| +|cran|SeuratObject|1.6116153679599048e-05| +|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.611314733088987e-05| +|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.610629067245119e-05| +|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.610629067245119e-05| +|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.604583227005203e-05| +|cran|mondate|1.6010689005594245e-05| +|cran|DAAG|1.6010689005594245e-05| +|spack|[cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)|1.6005919741614273e-05| +|cran|SuppDists|1.599444143167028e-05| +|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.5968442673284463e-05| +|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.592116089460693e-05| +|rubygems|[thread_order](https://github.com/JoshCheek/thread_order)|1.5919270312906723e-05| +|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5899799766394127e-05| +|cran|qlcMatrix|1.588701310949731e-05| +|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5831657767395298e-05| +|npm|react-highcharts|1.5810268621662616e-05| +|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5809321838933905e-05| +|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5800245213618783e-05| +|cran|RcppRoll|1.5785331981514665e-05| +|cran|blavaan|1.5755700198618817e-05| +|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.573031526977552e-05| +|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.571672052769047e-05| +|cran|mediation|1.56372082159475e-05| +|cran|Rgraphviz|1.5634006121176462e-05| +|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5616284474744343e-05| +|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.559122251156957e-05| +|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5573573402044746e-05| +|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5562746328228782e-05| +|pypi|[beast](http://beast.readthedocs.io/)|1.5561633499952842e-05| +|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5561633499952842e-05| +|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5561633499952842e-05| +|pypi|[itables](https://pypi.org/project/itables)|1.5561633499952842e-05| +|pypi|[gekko](https://pypi.org/project/gekko)|1.5561633499952842e-05| +|pypi|[readlif](https://pypi.org/project/readlif)|1.5561633499952842e-05| +|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5561633499952842e-05| +|spack|libsbml|1.5561633499952842e-05| +|spack|libsedml|1.5561633499952842e-05| +|spack|libcombine|1.5561633499952842e-05| +|spack|crossguid|1.5561633499952842e-05| +|spack|nativejit|1.5561633499952842e-05| +|spack|cpufeatures|1.5561633499952842e-05| +|spack|raptor|1.5561633499952842e-05| +|spack|qcp|1.5561633499952842e-05| +|spack|qwtplot3d|1.5561633499952842e-05| +|spack|mml|1.5561633499952842e-05| +|spack|sbw|1.5561633499952842e-05| +|cran|spex|1.5561633499952842e-05| +|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5561633499952842e-05| +|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.551591192237674e-05| +|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5511569737764668e-05| +|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5462039045553143e-05| +|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5443483518819693e-05| +|spack|atlas|1.5406017164953315e-05| +|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5374610222342734e-05| +|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.536062906724512e-05| +|pypi|[mopti](https://github.com/basf/mopti)|1.536062906724512e-05| +|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5360629067245118e-05| +|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.5339324449953517e-05| +|pypi|[pytoml](https://pypi.org/project/pytoml)|1.5339324449953517e-05| +|npm|nprogress|1.5339324449953517e-05| +|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.5267060987585426e-05| +|rubygems|[chartkick](https://chartkick.com)|1.5258164003128366e-05| +|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5230268646754546e-05| +|cran|VennDiagram|1.519615205835379e-05| +|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5185931205453982e-05| +|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5185931205453982e-05| +|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5165046679207566e-05| +|rubygems|nio4r|1.5105582363097082e-05| +|npm|[form-data](https://github.com/form-data/form-data#readme)|1.507952986663716e-05| +|spack|libedit|1.506826244026552e-05| +|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5030981085075446e-05| +|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.4990478977514283e-05| +|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.496314957540554e-05| +|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4943108597329033e-05| +|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4913232104121475e-05| +|pypi|[hyperion](http://www.hyperion-rt.org)|1.4913232104121475e-05| +|pypi|[cmyt](https://github.com/yt-project/yt)|1.4913232104121475e-05| +|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4913232104121475e-05| +|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4913232104121475e-05| +|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4913232104121475e-05| +|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4913232104121475e-05| +|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4913232104121475e-05| +|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4913232104121475e-05| +|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4913232104121475e-05| +|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4913232104121475e-05| +|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4913232104121475e-05| +|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4913232104121475e-05| +|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4913232104121475e-05| +|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4913232104121475e-05| +|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4913232104121475e-05| +|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4913232104121475e-05| +|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4913232104121475e-05| +|cran|PhysicalActivity|1.4913232104121475e-05| +|cran|shinyFeedback|1.4913232104121475e-05| +|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4913232104121473e-05| +|spack|[z3](https://github.com/Z3Prover/z3/wiki)|1.4869277314761967e-05| +|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.4865152703287805e-05| +|npm|docco|1.486042779075588e-05| +|cran|extrafont|1.4854602040874312e-05| +|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4853420193232956e-05| +|cran|futile.options|1.4848466067555005e-05| +|cran|lambda.r|1.4848466067555005e-05| +|npm|postcss|1.4812178245294138e-05| +|cran|[vegan](https://github.com/vegandevs/vegan)|1.4788560836010345e-05| +|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4783042092666e-05| +|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.476409978308026e-05| +|rubygems|rack|1.4763100663521302e-05| +|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4761384246533236e-05| +|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4761384246533236e-05| +|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4761384246533236e-05| +|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4761384246533236e-05| +|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4761384246533236e-05| +|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4761384246533236e-05| +|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4761384246533236e-05| +|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4756149883197061e-05| +|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4735204539976775e-05| +|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4735204539976775e-05| +|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4735204539976775e-05| +|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4735204539976775e-05| +|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4735204539976775e-05| +|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4735204539976775e-05| +|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4735204539976775e-05| +|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4735204539976775e-05| +|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4735204539976775e-05| +|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4735204539976775e-05| +|pypi|[autoflake](https://pypi.org/project/autoflake)|1.469159247212985e-05| +|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.465452071000993e-05| +|npm|babel-core|1.4646443713533965e-05| +|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.4614127611599496e-05| +|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4611430336759006e-05| +|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4543118287124453e-05| +|rubygems|[will_paginate](https://github.com/mislav/will_paginate)|1.4535836026384521e-05| +|cran|PASWR|1.4514481776358129e-05| +|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4508950330486658e-05| +|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4508950330486658e-05| +|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4508950330486658e-05| +|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4508950330486658e-05| +|npm|[should](https://github.com/shouldjs/should.js)|1.4507555460003406e-05| +|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4506898673452362e-05| +|npm|[qunit](https://qunitjs.com)|1.4503998194581047e-05| +|cran|arrow|1.4499144962435911e-05| +|cran|leaflet.providers|1.4491588128104015e-05| +|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4446565638285365e-05| +|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4446565638285365e-05| +|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4446565638285365e-05| +|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4436008676789588e-05| +|pypi|[pyct](https://pypi.org/project/pyct)|1.4421443303287882e-05| +|cran|logspline|1.4415137771717747e-05| +|npm|whatwg-fetch|1.4408667295454128e-05| +|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.4385533121975638e-05| +|rubygems|[capybara](https://github.com/teamcapybara/capybara)|1.4358099466738972e-05| +|cran|timetk|1.435663611227131e-05| +|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4316702819956614e-05| +|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4316702819956614e-05| +|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4316702819956614e-05| +|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4316702819956614e-05| +|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4316702819956614e-05| +|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4316702819956614e-05| +|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4316702819956614e-05| +|rubygems|[fastercsv](http://fastercsv.rubyforge.org)|1.4316702819956614e-05| +|rubygems|[jruby-openssl](https://github.com/jruby/jruby-openssl)|1.4316702819956614e-05| +|rubygems|[activerecord-sqlserver-adapter](http://github.com/rails-sqlserver/activerecord-sqlserver-adapter)|1.4316702819956614e-05| +|cran|DiceKriging|1.4302936759552813e-05| +|npm|zap|1.426077819956616e-05| +|npm|diff|1.426077819956616e-05| +|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4253043910278453e-05| +|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.4243013908383308e-05| +|rubygems|jdbc-mysql|1.4173535791757047e-05| +|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.414462706490906e-05| +|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.414462706490906e-05| +|cran|polynom|1.4132889508958828e-05| +|cran|biglm|1.4085822073764718e-05| +|npm|[terser](https://terser.org)|1.4070367511751177e-05| +|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4061047412457391e-05| +|cran|nloptr|1.4050373825739504e-05| +|npm|del-cli|1.4049146152967936e-05| +|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4021715811303667e-05| +|cran|compiler|1.39920204524326e-05| +|npm|puppeteer|1.394176309719903e-05| +|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.393904379947769e-05| +|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.393904379947769e-05| +|pypi|[manhole](https://pypi.org/project/manhole)|1.3938216945452165e-05| +|pypi|[pydeck](https://pypi.org/project/pydeck)|1.393195677099473e-05| +|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3915192724845654e-05| +|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3887931731803352e-05| +|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3850298796308111e-05| +|cran|gdata|1.3843740316083054e-05| +|pypi|[pvlib](https://pypi.org/project/pvlib)|1.3828857200592013e-05| +|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3810819326458147e-05| +|spack|gl2ps|1.3802511158925386e-05| +|pypi|[fabio](https://pypi.org/project/fabio)|1.3768108924697864e-05| +|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.3766060403804439e-05| +|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.3766060403804439e-05| +|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.3766060403804439e-05| +|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.3766060403804439e-05| +|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.3766060403804439e-05| +|pypi|[pypylon](https://pypi.org/project/pypylon)|1.3766060403804439e-05| +|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.3766060403804439e-05| +|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.3766060403804439e-05| +|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.3766060403804439e-05| +|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.3766060403804439e-05| +|pypi|[ipython_genutils](http://ipython.org)|1.3766060403804439e-05| +|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.3766060403804439e-05| +|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.3766060403804439e-05| +|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.3766060403804439e-05| +|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.3766060403804439e-05| +|pypi|[interlap](http://brentp.github.io/interlap)|1.3766060403804439e-05| +|pypi|[eemont](https://github.com/davemlz/eemont)|1.3766060403804439e-05| +|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.3766060403804439e-05| +|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.3766060403804439e-05| +|pypi|[bottle-cork](http://cork.firelet.net/)|1.3766060403804439e-05| +|pypi|[beaker](https://beaker.readthedocs.io/)|1.3766060403804439e-05| +|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.3766060403804439e-05| +|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.3766060403804439e-05| +|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.3766060403804439e-05| +|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.3766060403804439e-05| +|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.3766060403804439e-05| +|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.3766060403804439e-05| +|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.3766060403804439e-05| +|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.3766060403804439e-05| +|cran|mlrMBO|1.3766060403804439e-05| +|cran|emoa|1.3766060403804439e-05| +|spack|[jsoncpp](https://github.com/open-source-parsers/jsoncpp)|1.3755082672982432e-05| +|cran|vcd|1.3752038477145664e-05| +|cran|fftwtools|1.3739896512124185e-05| +|npm|reflect-metadata|1.3714666833864688e-05| +|npm|recharts|1.369582540174421e-05| +|pypi|[mlflow](https://pypi.org/project/mlflow)|1.3694700595781948e-05| +|spack|perl-data-dumper|1.3676218746432239e-05| +|spack|libelf|1.3676218746432239e-05| +|spack|binutils|1.3676218746432239e-05| +|spack|isl|1.3676218746432239e-05| +|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3649899206731352e-05| +|npm|[request](https://github.com/request/request#readme)|1.3637464779602309e-05| +|pypi|[scitokens](https://scitokens.org)|1.363495506662535e-05| +|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3612260925176193e-05| +|npm|babel-runtime|1.3561880229315153e-05| +|spack|glu|1.3540920893752072e-05| +|cran|websocket|1.3521665633715525e-05| +|pypi|[gssapi](https://pypi.org/project/gssapi)|1.351842675279272e-05| +|pypi|[raven](https://pypi.org/project/raven)|1.3498960054335691e-05| +|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.348086002296797e-05| +|cran|[smoothr](https://strimas.com/smoothr/)|1.3479904796336467e-05| +|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3438297060856713e-05| +|spack|[texinfo](https://www.gnu.org/software/texinfo/)|1.3423018949488688e-05| +|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3404865199876045e-05| +|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3404865199876045e-05| +|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3404865199876045e-05| +|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3404865199876045e-05| +|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.3383092607274072e-05| +|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.338262525792286e-05| +|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.338262525792286e-05| +|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.338262525792286e-05| +|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.338262525792286e-05| +|pypi|[nose2](https://pypi.org/project/nose2)|1.337435257023463e-05| +|rubygems|[ruby-maven](https://github.com/takari/ruby-maven)|1.3370551838394795e-05| +|pypi|[backports.os](https://pypi.org/project/backports.os)|1.335826544659245e-05| +|spack|[hpx](https://hpx.stellar-group.org/)|1.3348363372993848e-05| +|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.3330636442796706e-05| +|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.333039832533159e-05| +|spack|memkind|1.332220328478463e-05| +|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.332206940961639e-05| +|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3296902033834489e-05| +|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3256206314774645e-05| +|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3256206314774645e-05| +|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3256206314774645e-05| +|pypi|[scico](https://github.com/lanl/scico)|1.3256206314774645e-05| +|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3256206314774645e-05| +|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3256206314774645e-05| +|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3256206314774645e-05| +|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3256206314774645e-05| +|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3256206314774645e-05| +|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3256206314774645e-05| +|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3256206314774645e-05| +|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3256206314774645e-05| +|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3256206314774645e-05| +|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3256206314774645e-05| +|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3256206314774645e-05| +|npm|ngx-smart-modal|1.3256206314774645e-05| +|npm|plotly|1.3256206314774645e-05| +|cran|numform|1.3256206314774645e-05| +|cran|qmap|1.3256206314774645e-05| +|spack|gflags|1.324354465591917e-05| +|spack|[git](http://git-scm.com)|1.321751567304716e-05| +|cran|[seriation](https://github.com/mhahsler/seriation)|1.3205084859857161e-05| +|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3194126949942396e-05| +|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3194126949942396e-05| +|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3188602451869836e-05| +|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3123644251626898e-05| +|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3116075157781682e-05| +|npm|stylelint-config-twbs-bootstrap|1.3116075157781682e-05| +|npm|stylelint|1.3116075157781682e-05| +|npm|postcss-cli|1.3116075157781682e-05| +|npm|lockfile-lint|1.3116075157781682e-05| +|npm|hugo-bin|1.3116075157781682e-05| +|npm|find-unused-sass-variables|1.3116075157781682e-05| +|npm|clean-css-cli|1.3116075157781682e-05| +|npm|[stylus](https://github.com/stylus/stylus)|1.3114394054508713e-05| +|npm|eslint-plugin-react|1.310479189172749e-05| +|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.310292066935234e-05| +|npm|inherits|1.3085107199981355e-05| +|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.3056758308421972e-05| +|cran|gridBase|1.304175426006505e-05| +|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3027062790186435e-05| +|pypi|[Automat](https://pypi.org/project/Automat)|1.3023771952445318e-05| +|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3004338394793934e-05| +|pypi|[pypblib](https://pypi.org/project/pypblib)|1.2992407809110627e-05| +|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.2992407809110627e-05| +|npm|grunt-shell|1.2980596529284165e-05| +|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.2971866441734935e-05| +|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.295715643590992e-05| +|npm|[difflet](https://github.com/substack/difflet#readme)|1.2910637410312029e-05| +|cran|proj4|1.2882603233183812e-05| +|npm|camelcase|1.284856404600886e-05| +|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2843037259021127e-05| +|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2802365875851431e-05| +|cran|RandomFieldsUtils|1.27991369205388e-05| +|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2782770374961264e-05| +|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2782770374961264e-05| +|cran|[jqr](https://docs.ropensci.org/jqr/)|1.2759274425605388e-05| +|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.275030316200011e-05| +|cran|[base64url](https://github.com/mllg/base64url)|1.2724470342045451e-05| +|cran|[attempt](https://github.com/ColinFay/attempt)|1.2723317206777678e-05| +|npm|karma|1.2686564589807625e-05| +|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.265494267121165e-05| +|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.265494267121165e-05| +|cran|stargazer|1.265494267121165e-05| +|npm|on-finished|1.2598096090999507e-05| +|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2564464743751431e-05| +|cran|plm|1.2562654512376508e-05| +|npm|retry|1.2542912882826573e-05| +|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2527114967462048e-05| +|npm|npm-run-all2|1.2474157775908626e-05| +|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2450248217596875e-05| +|spack|numactl|1.2401843817787418e-05| +|spack|kokkos-nvcc-wrapper|1.2401843817787418e-05| +|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2366224136492574e-05| +|npm|readable-stream|1.2363554504064264e-05| +|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.2357179314241964e-05| +|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.2357179314241964e-05| +|npm|dayjs|1.2347567501997945e-05| +|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2341985189617773e-05| +|pypi|[datasize](https://pypi.org/project/datasize)|1.2341985189617773e-05| +|pypi|[halo](https://pypi.org/project/halo)|1.2341985189617773e-05| +|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2341985189617773e-05| +|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2341985189617773e-05| +|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2341985189617773e-05| +|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2341985189617773e-05| +|pypi|[spock](https://pypi.org/project/spock)|1.2341985189617773e-05| +|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2341985189617773e-05| +|pypi|[Celery](http://celeryproject.org)|1.2341985189617773e-05| +|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2341985189617773e-05| +|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2341985189617773e-05| +|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2341985189617773e-05| +|pypi|[mpld3](http://mpld3.github.com)|1.232827187274042e-05| +|cran|[reshape](http://had.co.nz/reshape)|1.2320193202956033e-05| +|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.228287379962615e-05| +|cran|bezier|1.2274788037567373e-05| +|cran|ComplexHeatmap|1.2274788037567373e-05| +|cran|GlobalOptions|1.2274788037567373e-05| +|npm|marked|1.226276537190822e-05| +|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2259593142032573e-05| +|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.22337682884979e-05| +|pypi|[visitor](http://github.com/mbr/visitor)|1.2205906891373268e-05| +|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2186241090796408e-05| +|pypi|[silx](https://pypi.org/project/silx)|1.2186241090796408e-05| +|rubygems|[addressable](https://github.com/sporkmonger/addressable)|1.216859863413037e-05| +|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2135110009296558e-05| +|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2132798999963233e-05| +|npm|[auth0](https://github.com/auth0/node-auth0)|1.2132798999963233e-05| +|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2132798999963233e-05| +|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2132798999963233e-05| +|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2132798999963233e-05| +|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2132798999963233e-05| +|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2132798999963233e-05| +|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2132798999963233e-05| +|npm|hammerjs|1.2132798999963233e-05| +|npm|http-status-codes|1.2132798999963233e-05| +|npm|is-url|1.2132798999963233e-05| +|npm|jwks-rsa|1.2132798999963233e-05| +|npm|nats|1.2132798999963233e-05| +|npm|nestjs-s3|1.2132798999963233e-05| +|npm|ngx-material-file-input|1.2132798999963233e-05| +|npm|passport-jwt|1.2132798999963233e-05| +|npm|sharp|1.2132798999963233e-05| +|npm|ssh2|1.2132798999963233e-05| +|npm|stackdriver-errors-js|1.2132798999963233e-05| +|npm|tiny-version-compare|1.2132798999963233e-05| +|npm|unzipper|1.2132798999963233e-05| +|npm|yaml|1.2132798999963233e-05| +|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2120510080387897e-05| +|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2115400955664261e-05| +|rubygems|[jekyll-commonmark](https://github.com/pathawks/jekyll-commonmark)|1.2106561822125812e-05| +|cran|rms|1.209415664939428e-05| +|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.204911020529242e-05| +|npm|[pug](https://pugjs.org)|1.204307615641672e-05| +|npm|svgo|1.2022195537651068e-05| +|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.201916431397553e-05| +|cran|dfoptim|1.2017539852166463e-05| +|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.200813449023861e-05| +|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2004877281767454e-05| +|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2004877281767454e-05| +|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.1995752747953845e-05| +|spack|[pugixml](https://pugixml.org/)|1.1973803621231574e-05| +|cran|jsonify|1.1957700650759217e-05| +|cran|RSpectra|1.1932361068071479e-05| +|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.193058568329718e-05| +|pypi|[pyfai](https://pypi.org/project/pyfai)|1.193058568329718e-05| +|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.193058568329718e-05| +|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.193058568329718e-05| +|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.193058568329718e-05| +|pypi|[PyCBC](http://www.pycbc.org/)|1.193058568329718e-05| +|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.193058568329718e-05| +|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.193058568329718e-05| +|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1903922418075537e-05| +|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.1900759219088938e-05| +|cran|[proxy](NA)|1.189780203177776e-05| +|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.185181541163103e-05| +|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.1845026340254106e-05| +|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1842878151202477e-05| +|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1811279826464206e-05| +|npm|p-each-series|1.1811279826464206e-05| +|cran|robotstxt|1.1811279826464206e-05| +|cran|[geosphere](NA)|1.177302963296997e-05| +|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1768209982474552e-05| +|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1702626278277037e-05| +|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1701416099732214e-05| +|pypi|[untokenize](https://pypi.org/project/untokenize)|1.1698136877451917e-05| +|npm|[split](http://github.com/dominictarr/split)|1.169193914477605e-05| +|npm|react-test-renderer|1.1690283400809717e-05| +|npm|react-collapsible|1.166928863498206e-05| +|npm|react-icons|1.166928863498206e-05| +|cran|ggdist|1.165985316202236e-05| +|cran|bridgesampling|1.165985316202236e-05| +|cran|bayesQR|1.165985316202236e-05| +|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1658132404471885e-05| +|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1616452774542385e-05| +|cran|mice|1.159578187776664e-05| +|spack|libzmq|1.1579686104376674e-05| +|spack|dataspaces|1.1579686104376674e-05| +|spack|c-blosc|1.1579686104376674e-05| +|spack|zfp|1.1579686104376674e-05| +|spack|sz|1.1579686104376674e-05| +|npm|basic-auth|1.1554278540738006e-05| +|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1545728080610174e-05| +|pypi|[mir-flare](https://github.com/mir-group/flare)|1.152047180043384e-05| +|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1497682969312161e-05| +|npm|[jade](http://jade-lang.com)|1.1449963662254493e-05| +|pypi|[psims](https://pypi.org/project/psims)|1.1425339131698304e-05| +|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.1389448404090486e-05| +|npm|[keycode](https://github.com/timoxley/keycode)|1.1389448404090486e-05| +|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.1389448404090486e-05| +|npm|simple-assign|1.1389448404090486e-05| +|npm|warning|1.1389448404090486e-05| +|npm|lodash.merge|1.1389448404090486e-05| +|npm|lodash.throttle|1.1389448404090486e-05| +|npm|recompose|1.1389448404090486e-05| +|pypi|[bandit](https://pypi.org/project/bandit)|1.1370001722790606e-05| +|cran|AER|1.136660776761412e-05| +|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.1339012855684573e-05| +|cran|sm|1.1335231826293235e-05| +|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1329835050814484e-05| +|spack|[doxygen](https://github.com/doxygen/doxygen/)|1.129669137803633e-05| +|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.125409963416513e-05| +|pypi|[m2r](https://pypi.org/project/m2r)|1.1252777235643965e-05| +|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.122327238921599e-05| +|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1184924078091106e-05| +|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1184924078091106e-05| +|cran|EnvStats|1.1184924078091106e-05| +|pypi|[schema](https://github.com/keleshev/schema)|1.1182425742120414e-05| +|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1177746586704095e-05| +|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.1170578394091353e-05| +|cran|gganimate|1.1159734501175741e-05| +|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1155836349838486e-05| +|pypi|[memoization](https://pypi.org/project/memoization)|1.1155836349838486e-05| +|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1155836349838486e-05| +|rubygems|[kramdown-parser-gfm](https://github.com/kramdown/parser-gfm)|1.1146895336225596e-05| +|rubygems|[jekyll-theme-primer](https://github.com/pages-themes/jekyll-theme-primer)|1.1146895336225596e-05| +|rubygems|[jekyll_test_plugin_malicious](https://github.com/jekyll/jekyll-test-plugin-malicious)|1.1146895336225596e-05| +|pypi|[treq](https://pypi.org/project/treq)|1.1146256197706848e-05| +|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1137138482782982e-05| +|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1125222394877356e-05| +|pypi|[plaster](https://pypi.org/project/plaster)|1.1120190817858932e-05| +|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1115040816540397e-05| +|spack|netcdf-c|1.1104575235734206e-05| +|spack|cgns|1.1104575235734206e-05| +|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1100433971909026e-05| +|pypi|[ordered-set](https://pypi.org/project/ordered-set)|1.1090933119451684e-05| +|pypi|[stfio](https://pypi.org/project/stfio)|1.1073074837310194e-05| +|pypi|[klusta](https://klusta.cortexlab.net)|1.1073074837310194e-05| +|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1073074837310194e-05| +|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1073074837310194e-05| +|spack|rtmpdump|1.1009800123954135e-05| +|npm|ms|1.097193499945768e-05| +|npm|eslint-plugin-prettier|1.0962026074814645e-05| +|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.094669856529652e-05| +|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0919945458391097e-05| +|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0913774403470717e-05| +|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0902719839813115e-05| +|npm|react-json-view|1.0865354818717075e-05| +|pypi|[emperor](http://github.com/biocore/emperor)|1.0845986984815618e-05| +|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0845986984815618e-05| +|npm|[canvg](https://github.com/canvg/canvg)|1.0845986984815618e-05| +|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0845986984815618e-05| +|npm|[http](https://github.com/npm/security-holder#readme)|1.0845986984815618e-05| +|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0845986984815618e-05| +|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0845986984815618e-05| +|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0845986984815618e-05| +|npm|[sequelize](https://sequelize.org/)|1.0845986984815618e-05| +|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.0844296920880965e-05| +|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0799531001990928e-05| +|spack|ffmpeg|1.0772817753444514e-05| +|npm|create-react-class|1.0756233608199113e-05| +|npm|react-ga|1.0756233608199113e-05| +|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0750685849176982e-05| +|npm|acorn|1.0736424120065541e-05| +|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0725087296968414e-05| +|pypi|[equinox](https://pypi.org/project/equinox)|1.0716999489600613e-05| +|cran|pscl|1.0706264805846344e-05| +|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0698243479180995e-05| +|pypi|[looseversion](https://pypi.org/project/looseversion)|1.065380370666362e-05| +|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0573481561822123e-05| +|spack|fftw-api|1.0545785559343042e-05| +|cran|udpipe|1.0538385008073328e-05| +|cran|Rcsdp|1.0537958053192383e-05| +|npm|vue-loader|1.0529807096374343e-05| +|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0526987367615159e-05| +|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0526987367615159e-05| +|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0526987367615159e-05| +|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0526987367615159e-05| +|pypi|[sty](https://pypi.org/project/sty)|1.0526987367615159e-05| +|pypi|[awscli](https://pypi.org/project/awscli)|1.0526987367615159e-05| +|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0526987367615159e-05| +|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0526987367615159e-05| +|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0526987367615159e-05| +|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0526987367615159e-05| +|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0526987367615159e-05| +|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0526987367615159e-05| +|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0526987367615159e-05| +|cran|tableHTML|1.0526987367615159e-05| +|cran|shiny.i18n|1.0526987367615159e-05| +|cran|popbio|1.0526987367615159e-05| +|pypi|[pims](https://github.com/soft-matter/pims)|1.0507437248218158e-05| +|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0502960690981584e-05| +|npm|karma-chrome-launcher|1.0489525931611157e-05| +|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|1.0489043331771484e-05| +|npm|[through2](https://github.com/rvagg/through2#readme)|1.047982079390241e-05| +|cran|[ini](https://github.com/dvdscripter/ini)|1.045324991730118e-05| +|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0437097212325451e-05| +|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0426937487675016e-05| +|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0426937487675016e-05| +|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0426937487675016e-05| +|rubygems|[jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag)|1.0420993763557484e-05| +|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0410583180377106e-05| +|spack|[fftw](https://www.fftw.org)|1.0408568566036424e-05| +|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0395145925824888e-05| +|spack|libgd|1.0393926247288503e-05| +|npm|babel-eslint|1.0366986825672163e-05| +|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.036414783593296e-05| +|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0351352894166e-05| +|pypi|[yattag](https://pypi.org/project/yattag)|1.0351352894166e-05| +|spack|[gsl](https://www.gnu.org/software/gsl)|1.0335067636380417e-05| +|pypi|[od](https://pypi.org/project/od)|1.0334869848156183e-05| +|pypi|[beartype](https://pypi.org/project/beartype)|1.0331486173645162e-05| +|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.031637744034708e-05| +|cran|optimx|1.0277230505755071e-05| +|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0226216299969011e-05| +|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0226216299969011e-05| +|pypi|[webtest](https://pypi.org/project/webtest)|1.0224900157104318e-05| +|npm|lodash.get|1.0213433529594052e-05| +|cran|[storr](https://github.com/richfitz/storr)|1.0210450883173224e-05| +|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.020771252023878e-05| +|cran|pls|1.0193459809849423e-05| +|spack|glx|1.0184215768736995e-05| +|spack|libxt|1.0184215768736995e-05| +|spack|osmesa|1.0184215768736995e-05| +|spack|netcdf-cxx|1.0184215768736995e-05| +|spack|libogg|1.0184215768736995e-05| +|spack|libtheora|1.0184215768736995e-05| +|spack|utf8cpp|1.0184215768736995e-05| +|spack|proj|1.0184215768736995e-05| +|spack|seacas|1.0184215768736995e-05| +|pypi|[affine](https://pypi.org/project/affine)|1.0179402850188413e-05| +|npm|react-router|1.0176016756391229e-05| +|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0159250289000382e-05| +|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0140997830802603e-05| +|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.0132981968546638e-05| +|rubygems|[flexmock](https://github.com/doudou/flexmock)|1.0125180260303685e-05| +|pypi|[slycot](https://github.com/python-control/Slycot)|1.0123954136969321e-05| +|pypi|[PySide](http://www.pyside.org)|1.0123954136969321e-05| +|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0123954136969321e-05| +|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0123954136969321e-05| +|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0123954136969321e-05| +|npm|[remark](https://remark.js.org)|1.0123954136969321e-05| +|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0123954136969321e-05| +|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0123954136969321e-05| +|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0098434890476875e-05| +|cran|janeaustenr|1.0087890311700921e-05| +|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0019445482517007e-05| +|spack|arpack-ng|1.001849628137589e-05| +|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0003337226764558e-05| +|cran|mlmRev|1.0002123056380905e-05| +|npm|babel-jest|9.987499523191295e-06| +|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|9.976884186429453e-06| +|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|9.976884186429453e-06| +|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|9.97458568704946e-06| +|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.966283042266058e-06| +|cran|gsl|9.961084010984899e-06| +|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.957331172081714e-06| +|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.946340906496174e-06| +|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.942154736080983e-06| +|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.942154736080983e-06| +|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.942154736080983e-06| +|pypi|[xlwings](https://pypi.org/project/xlwings)|9.942154736080983e-06| +|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.910334378203144e-06| +|cran|spacyr|9.887472885032537e-06| +|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.865453860009298e-06| +|cran|[NISTunits](NA)|9.851681127982645e-06| +|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.84815963400963e-06| +|npm|source-map-js|9.842733188720172e-06| +|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.8123668790059e-06| +|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.81163344340719e-06| +|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.808700428277436e-06| +|pypi|[siphon](https://pypi.org/project/siphon)|9.796556435675405e-06| +|rubygems|rubocop-performance|9.792591299254989e-06| +|cran|measurements|9.788406414626587e-06| +|npm|[del](https://github.com/sindresorhus/del#readme)|9.770444983433052e-06| +|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.751219205144096e-06| +|cran|NLP|9.743094200364683e-06| +|cran|celestial|9.733166585506223e-06| +|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.699087640228806e-06| +|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.67751560201862e-06| +|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.673447851322037e-06| +|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.663774403470718e-06| +|pypi|[Click](https://palletsprojects.com/p/click/)|9.662431390133335e-06| +|cran|modeldata|9.655232321678607e-06| +|cran|spData|9.648435079020762e-06| +|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.645878524945769e-06| +|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.599439141583554e-06| +|pypi|[linetools](https://pypi.org/project/linetools)|9.597842219431444e-06| +|npm|codemirror|9.59691068150938e-06| +|cran|tkrplot|9.571623027071957e-06| +|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.568908291557542e-06| +|pypi|[spacy](https://pypi.org/project/spacy)|9.557206987967395e-06| +|pypi|[ninja](https://pypi.org/project/ninja)|9.540460675277083e-06| +|cran|HSAUR3|9.500289122867338e-06| +|pypi|[clang](http://clang.llvm.org/)|9.485356902174916e-06| +|cran|[pander](https://rapporter.github.io/pander/)|9.432361564682612e-06| +|pypi|[alerce](https://pypi.org/project/alerce)|9.418883434181985e-06| +|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.418883434181985e-06| +|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.418883434181985e-06| +|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.418883434181985e-06| +|pypi|[mp-api](https://github.com/materialsproject/api)|9.418883434181985e-06| +|pypi|[trainstation](https://pypi.org/project/trainstation)|9.418883434181985e-06| +|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.418883434181985e-06| +|pypi|[pygithub](https://pypi.org/project/pygithub)|9.418883434181985e-06| +|npm|highcharts-exporting|9.418883434181985e-06| +|npm|highcharts-no-data-to-display|9.418883434181985e-06| +|npm|[history](https://github.com/remix-run/history#readme)|9.418883434181985e-06| +|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.418883434181985e-06| +|npm|[ramda](https://ramdajs.com/)|9.418883434181985e-06| +|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.418883434181985e-06| +|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.418883434181985e-06| +|npm|react-fontawesome|9.418883434181985e-06| +|npm|react-js-pagination|9.418883434181985e-06| +|npm|react-router-redux|9.418883434181985e-06| +|npm|react-s-alert|9.418883434181985e-06| +|npm|react-table|9.418883434181985e-06| +|npm|redux-form|9.418883434181985e-06| +|npm|redux-observable|9.418883434181985e-06| +|npm|redux-persist|9.418883434181985e-06| +|npm|reselect|9.418883434181985e-06| +|npm|rx-dom|9.418883434181985e-06| +|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.387487156068044e-06| +|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.365222968463208e-06| +|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.363897242619114e-06| +|cran|[ggsci](https://nanx.me/ggsci/)|9.363897242619114e-06| +|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.286774419780468e-06| +|cran|rcmdcheck|9.263007303763216e-06| +|npm|codecov|9.256200727829927e-06| +|pypi|[itk-io](https://pypi.org/project/itk-io)|9.235040285094514e-06| +|pypi|[minio](https://pypi.org/project/minio)|9.222020284927012e-06| +|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|9.18149393277119e-06| +|pypi|[recipy](http://www.recipy.org)|9.177373602536291e-06| +|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.177373602536291e-06| +|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.177373602536291e-06| +|pypi|[svn](https://github.com/dsoprea/PySvn)|9.177373602536291e-06| +|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.177373602536291e-06| +|pypi|[tableone](https://pypi.org/project/tableone)|9.177373602536291e-06| +|cran|Biostrings|9.172582557497203e-06| +|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.171637744034706e-06| +|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.168008776753581e-06| +|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.161957224949576e-06| +|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.155941644756723e-06| +|cran|rstatix|9.140198761057291e-06| +|cran|[rstantools](https://mc-stan.org/rstantools/)|9.13609598829772e-06| +|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.120230059248306e-06| +|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.120230059248306e-06| +|npm|[fuse.js](http://fusejs.io)|9.114115277347383e-06| +|rubygems|jekyll-include-cache|9.10452819956616e-06| +|pypi|[profimp](https://pypi.org/project/profimp)|9.09693385317318e-06| +|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.09693385317318e-06| +|pypi|[scrublet](https://pypi.org/project/scrublet)|9.09693385317318e-06| +|pypi|[scanorama](https://pypi.org/project/scanorama)|9.09693385317318e-06| +|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.09693385317318e-06| +|pypi|[bbknn](https://pypi.org/project/bbknn)|9.09693385317318e-06| +|pypi|[session-info](https://pypi.org/project/session-info)|9.09693385317318e-06| +|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.09402806675816e-06| +|pypi|[visdom](https://pypi.org/project/visdom)|9.090338146902016e-06| +|pypi|[nameparser](https://pypi.org/project/nameparser)|9.08559986651093e-06| +|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.062025488069414e-06| +|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.045340777037493e-06| +|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.039499571205178e-06| +|cran|gt|9.02595885114514e-06| +|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.000605518216912e-06| +|rubygems|[power_assert](https://github.com/ruby/power_assert)|8.993287843682212e-06| +|rubygems|packnga|8.993287843682212e-06| +|rubygems|[byebug](https://github.com/deivid-rodriguez/byebug)|8.991294425144327e-06| +|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.960722032847843e-06| +|cran|[beautier](https://docs.ropensci.org/beautier/)|8.959356090877954e-06| +|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.947939262472887e-06| +|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.947939262472886e-06| +|pypi|[ccxt](https://ccxt.com)|8.947939262472886e-06| +|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.947939262472886e-06| +|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.947939262472886e-06| +|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.947939262472886e-06| +|pypi|[schedule](https://github.com/dbader/schedule)|8.947939262472886e-06| +|pypi|[tangle](https://github.com/fifman/tangle)|8.947939262472886e-06| +|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.947939262472886e-06| +|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.947939262472886e-06| +|npm|form-create|8.947939262472886e-06| +|npm|ant-design-vue|8.947939262472886e-06| +|npm|butterfly-dag|8.947939262472886e-06| +|npm|china-area-data|8.947939262472886e-06| +|npm|cron-parser|8.947939262472886e-06| +|npm|dom-align|8.947939262472886e-06| +|npm|element-resize-detector|8.947939262472886e-06| +|npm|enquire.js|8.947939262472886e-06| +|npm|lodash.pick|8.947939262472886e-06| +|npm|md5|8.947939262472886e-06| +|npm|react-visual-modeling|8.947939262472886e-06| +|npm|viser-vue|8.947939262472886e-06| +|npm|vue-area-linkage|8.947939262472886e-06| +|npm|vue-cropper|8.947939262472886e-06| +|npm|vue-i18n|8.947939262472886e-06| +|npm|vue-ls|8.947939262472886e-06| +|npm|vue-photo-preview|8.947939262472886e-06| +|npm|vue-splitpane|8.947939262472886e-06| +|npm|vuedraggable|8.947939262472886e-06| +|npm|vuera|8.947939262472886e-06| +|npm|vxe-table|8.947939262472886e-06| +|npm|vxe-table-plugin-antd|8.947939262472886e-06| +|npm|xe-utils|8.947939262472886e-06| +|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.94746582653307e-06| +|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.926960840278568e-06| +|pypi|[mygene](https://github.com/biothings/mygene.py)|8.90943138196479e-06| +|cran|purrrlyr|8.895462626196727e-06| +|cran|LaplacesDemon|8.894616848908761e-06| +|pypi|[eventlet](https://pypi.org/project/eventlet)|8.871350675250157e-06| +|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.858459869848155e-06| +|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.858459869848155e-06| +|npm|svg-sprite|8.858459869848155e-06| +|npm|picocolors|8.858459869848155e-06| +|cran|filelock|8.858459869848155e-06| +|cran|AsioHeaders|8.858459869848155e-06| +|cran|manipulateWidget|8.858459869848155e-06| +|cran|BeyondBenford|8.858459869848155e-06| +|cran|BenfordTests|8.858459869848155e-06| +|cran|benford.analysis|8.858459869848155e-06| +|cran|MUS|8.858459869848155e-06| +|npm|dompurify|8.838818051954924e-06| +|npm|query-string|8.838818051954924e-06| +|npm|react-virtualized|8.838818051954924e-06| +|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.827399006907622e-06| +|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.813739399877138e-06| +|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.798806941431672e-06| +|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.771497343649745e-06| +|npm|[benchmark](https://benchmarkjs.com/)|8.759592434492553e-06| +|cran|semEff|8.736628789259739e-06| +|cran|rr2|8.736628789259739e-06| +|cran|MEMSS|8.736628789259739e-06| +|cran|PKPDmodels|8.736628789259739e-06| +|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.729696841436961e-06| +|pypi|[lit](https://pypi.org/project/lit)|8.729696841436961e-06| +|rubygems|rspec-rails|8.67686337007688e-06| +|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.66530362168722e-06| +|pypi|[nglview](https://pypi.org/project/nglview)|8.656790448298715e-06| +|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.653747561931496e-06| +|pypi|[pyrr](https://pypi.org/project/pyrr)|8.610458035582226e-06| +|rubygems|[jekyll-sass-converter](https://github.com/jekyll/jekyll-sass-converter)|8.598623431205455e-06| +|pypi|[pathtools](https://pypi.org/project/pathtools)|8.596255467544477e-06| +|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.582386734102953e-06| +|cran|antiword|8.57615730256728e-06| +|spack|[root](https://root.cern.ch)|8.575108459869858e-06| +|pypi|[pyklip](https://pypi.org/project/pyklip)|8.557656805279919e-06| +|cran|[Ckmeans.1d.dp](NA)|8.555525647965496e-06| +|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.547155561797647e-06| +|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.54545417822966e-06| +|npm|publish-please|8.531333737399514e-06| +|cran|[quanteda](https://quanteda.io)|8.52879458096745e-06| +|pypi|[configargparse](https://pypi.org/project/configargparse)|8.525162010231665e-06| +|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.521846916640842e-06| +|pypi|[uuid](http://zesty.ca/python/)|8.521846916640842e-06| +|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.521846916640842e-06| +|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.521846916640842e-06| +|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.521846916640842e-06| +|npm|eslint-config-react-app|8.4991219915298e-06| +|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.497527482010922e-06| +|npm|babel-preset-react|8.484514947310477e-06| +|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.477445665942539e-06| +|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.471732646420824e-06| +|cran|rsm|8.45077108703822e-06| +|cran|tables|8.446555526515627e-06| +|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.436628447474433e-06| +|spack|superlu|8.436628447474433e-06| +|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.43523901591194e-06| +|cran|mda|8.420686216848065e-06| +|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.416962646897575e-06| +|rubygems|selenium-webdriver|8.41093462085695e-06| +|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.402114967462042e-06| +|npm|globby|8.367767608497994e-06| +|cran|psychTools|8.323343085730344e-06| +|pypi|[path.py](https://pypi.org/project/path.py)|8.316979069445488e-06| +|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.30254046387452e-06| +|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.300250395647923e-06| +|cran|seqLogo|8.286736570512387e-06| +|npm|strip-json-comments|8.281014467443656e-06| +|npm|cpy-cli|8.265500081399903e-06| +|pypi|[zappy](https://pypi.org/project/zappy)|8.245158865687781e-06| +|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.245158865687781e-06| +|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.245158865687781e-06| +|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.245158865687781e-06| +|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.245158865687781e-06| +|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.245158865687781e-06| +|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.245158865687781e-06| +|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.245158865687781e-06| +|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.245158865687781e-06| +|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.245158865687781e-06| +|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.245158865687781e-06| +|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.245158865687781e-06| +|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.245158865687781e-06| +|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.245158865687781e-06| +|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.245158865687781e-06| +|pypi|[flit_core](https://pypi.org/project/flit_core)|8.245158865687781e-06| +|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.245158865687781e-06| +|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.245158865687781e-06| +|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.245158865687781e-06| +|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.245158865687781e-06| +|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.245158865687781e-06| +|pypi|[torchaudio](https://github.com/pytorch/audio)|8.221457763950128e-06| +|pypi|[streamz](https://pypi.org/project/streamz)|8.21793314750007e-06| +|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.21583514099783e-06| +|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.20770065075922e-06| +|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.19860444738895e-06| +|rubygems|ffi|8.185873101952277e-06| +|rubygems|rake-compiler-dock|8.181420436938333e-06| +|npm|clean-css|8.172146841382973e-06| +|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.158415209901748e-06| +|pypi|[plams](https://www.scm.com/doc/plams/)|8.155017947003335e-06| +|cran|rootSolve|8.15166298116436e-06| +|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.142640068174773e-06| +|pypi|[priority](https://pypi.org/project/priority)|8.141641438821482e-06| +|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.134490238611713e-06| +|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.134490238611713e-06| +|pypi|[transitions](https://pypi.org/project/transitions)|8.134490238611713e-06| +|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.134490238611713e-06| +|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.134490238611713e-06| +|pypi|[scalpl](https://pypi.org/project/scalpl)|8.134490238611713e-06| +|pypi|[shellingham](https://pypi.org/project/shellingham)|8.134490238611713e-06| +|rubygems|activemodel|8.134393186608865e-06| +|rubygems|rack-test|8.128069024781207e-06| +|cran|Cubist|8.123841882585077e-06| +|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.112798264642082e-06| +|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.06884347528257e-06| +|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.053145336225596e-06| +|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.053145336225596e-06| +|cran|adehabitatMA|8.031021310576625e-06| +|rubygems|[web-console](https://github.com/rails/web-console)|8.026768191007422e-06| +|rubygems|[spring](https://github.com/rails/spring)|8.026768191007422e-06| +|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.009275765335247e-06| +|cran|[origami](https://tlverse.org/origami/)|8.005405892796262e-06| +|cran|bbmle|7.998056286834421e-06| +|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|7.986281614264261e-06| +|npm|[actions](https://github.com/fundon/actions)|7.97644871397583e-06| +|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.97261388286334e-06| +|pypi|[coreapi](https://github.com/core-api/python-client)|7.953723788864787e-06| +|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.953723788864787e-06| +|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.953723788864787e-06| +|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.953723788864787e-06| +|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.953723788864787e-06| +|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.953723788864787e-06| +|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.953723788864787e-06| +|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.953723788864787e-06| +|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.953723788864787e-06| +|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.953723788864787e-06| +|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.953723788864787e-06| +|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.953723788864787e-06| +|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.953723788864787e-06| +|pypi|[sregistry](https://pypi.org/project/sregistry)|7.953723788864787e-06| +|rubygems|[bootsnap](https://github.com/Shopify/bootsnap)|7.953723788864787e-06| +|rubygems|[honeybadger](https://www.honeybadger.io/for/ruby/)|7.953723788864787e-06| +|rubygems|[pagy](https://github.com/ddnexus/pagy)|7.953723788864787e-06| +|rubygems|factory_bot_rails|7.953723788864787e-06| +|rubygems|vcr|7.953723788864787e-06| +|rubygems|spring-commands-rspec|7.953723788864787e-06| +|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.952828015840339e-06| +|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.937678992838583e-06| +|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.913026507115449e-06| +|npm|needle|7.911911972866649e-06| +|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.908064034864894e-06| +|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.874186550976138e-06| +|npm|webworker-threads|7.874186550976138e-06| +|npm|simplebar-core|7.874186550976138e-06| +|cran|cleanNLP|7.874186550976138e-06| +|rubygems|redis-client|7.874186550976138e-06| +|rubygems|guard-rspec|7.874186550976138e-06| +|rubygems|guard-shell|7.874186550976138e-06| +|pypi|[jupyter_client](https://jupyter.org)|7.826491766104617e-06| +|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.810685046532782e-06| +|rubygems|shoulda-matchers|7.809907477090618e-06| +|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.783076053715329e-06| +|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.780816749976421e-06| +|pypi|[sgt](https://github.com/cran2367/sgt)|7.780816749976421e-06| +|npm|c8|7.762317163437572e-06| +|cran|bigmemory|7.757543771304616e-06| +|cran|gpclib|7.756887813351165e-06| +|cran|PBSmapping|7.756887813351165e-06| +|rubygems|public_suffix|7.714242136659435e-06| +|pypi|[mujoco](https://pypi.org/project/mujoco)|7.703008582476657e-06| +|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.703008582476657e-06| +|pypi|[swig](https://pypi.org/project/swig)|7.703008582476657e-06| +|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.703008582476657e-06| +|pypi|[shimmy](https://pypi.org/project/shimmy)|7.703008582476657e-06| +|pypi|[autorom](https://pypi.org/project/autorom)|7.703008582476657e-06| +|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.703008582476657e-06| +|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.702126403706819e-06| +|cran|rnaturalearthhires|7.702110795928583e-06| +|spack|[octave](https://www.gnu.org/software/octave/)|7.678792775244589e-06| +|pypi|[soundfile](https://pypi.org/project/soundfile)|7.677789820930395e-06| +|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.676406599567782e-06| +|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.670940502014262e-06| +|cran|[imager](http://dahtah.github.io/imager/)|7.669662224976758e-06| +|cran|lgr|7.664670021748703e-06| +|pypi|[lingua](https://pypi.org/project/lingua)|7.643585373411837e-06| +|npm|parseurl|7.625309699113252e-06| +|cran|triangle|7.623644251626898e-06| +|cran|evd|7.623644251626898e-06| +|cran|SASmixed|7.621439223737217e-06| +|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.6208870220533155e-06| +|cran|beepr|7.611803369595358e-06| +|pypi|[optuna](https://pypi.org/project/optuna)|7.594731549929597e-06| +|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.5888654688331365e-06| +|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.5752201097358666e-06| +|pypi|[stimela](https://pypi.org/project/stimela)|7.5752201097358666e-06| +|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.568634489594358e-06| +|cran|MCMCpack|7.568195985414058e-06| +|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.525968847408811e-06| +|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.525905222759886e-06| +|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.513286334056399e-06| +|cran|[xgboost](https://github.com/dmlc/xgboost)|7.508989902902603e-06| +|npm|coffeescript|7.482001322972038e-06| +|pypi|[nox](https://pypi.org/project/nox)|7.473368676619646e-06| +|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.470616229138076e-06| +|cran|[natserv](https://docs.ropensci.org/natserv)|7.470616229138076e-06| +|cran|[worrms](https://docs.ropensci.org/worrms)|7.470616229138076e-06| +|cran|[rotl](https://docs.ropensci.org/rotl/)|7.470616229138076e-06| +|cran|[rredlist](https://github.com/ropensci/rredlist)|7.470616229138076e-06| +|cran|[bold](https://docs.ropensci.org/bold/)|7.470616229138076e-06| +|cran|[ritis](https://github.com/ropensci/ritis)|7.4706162291380736e-06| +|npm|rtlcss|7.421350955736439e-06| +|cran|[fst](http://www.fstpackage.org)|7.39993099852565e-06| +|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.394341016900676e-06| +|pypi|[pyside2](https://pypi.org/project/pyside2)|7.392595677099472e-06| +|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.38204989154013e-06| +|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.38204989154013e-06| +|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.38204989154013e-06| +|pypi|[bagit](https://pypi.org/project/bagit)|7.38204989154013e-06| +|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.38204989154013e-06| +|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.38204989154013e-06| +|pypi|[adal](https://pypi.org/project/adal)|7.38204989154013e-06| +|spack|rsync|7.38204989154013e-06| +|spack|hepmc|7.38204989154013e-06| +|spack|hepmc3|7.38204989154013e-06| +|spack|evtgen|7.38204989154013e-06| +|spack|fastjet|7.38204989154013e-06| +|spack|lhapdf|7.38204989154013e-06| +|spack|rivet|7.38204989154013e-06| +|spack|madgraph5amc|7.38204989154013e-06| +|spack|openmpi|7.38204989154013e-06| +|spack|mpich|7.38204989154013e-06| +|spack|highfive|7.38204989154013e-06| +|spack|msmpi|7.38204989154013e-06| +|npm|quick-lru|7.38204989154013e-06| +|npm|map-obj|7.38204989154013e-06| +|npm|lodash.kebabcase|7.38204989154013e-06| +|cran|yamlme|7.38204989154013e-06| +|pypi|[annoy](https://pypi.org/project/annoy)|7.380810803597987e-06| +|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.380810803597987e-06| +|pypi|[nmslib](https://pypi.org/project/nmslib)|7.380810803597987e-06| +|pypi|[pyemd](https://pypi.org/project/pyemd)|7.380810803597987e-06| +|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.380810803597987e-06| +|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.380810803597987e-06| +|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.378112798264641e-06| +|cran|adehabitatLT|7.371397582894329e-06| +|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.364280436018894e-06| +|cran|doFuture|7.35614796209613e-06| +|cran|pbmcapply|7.35614796209613e-06| +|pypi|[intervals](https://pypi.org/project/intervals)|7.351731782317466e-06| +|npm|memfs|7.322885567701791e-06| +|pypi|[scooby](https://github.com/banesullivan/scooby)|7.3124276440303614e-06| +|rubygems|[sassc-rails](https://github.com/sass/sassc-rails)|7.310933050009592e-06| +|cran|tm.lexicon.GeneralInquirer|7.310663035446115e-06| +|cran|Rpoppler|7.310663035446115e-06| +|cran|Rcampdf|7.310663035446115e-06| +|cran|filehash|7.310663035446115e-06| +|npm|ghsign|7.308229392624728e-06| +|npm|git-config-path|7.308229392624728e-06| +|npm|github-username|7.308229392624728e-06| +|npm|parse-git-config|7.308229392624728e-06| +|cran|paradox|7.304910076248376e-06| +|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.304440214263579e-06| +|npm|[child_process](https://github.com/npm/security-holder#readme)|7.304440214263579e-06| +|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.304440214263579e-06| +|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.304440214263579e-06| +|npm|mkdir-recursive|7.304440214263579e-06| +|npm|ncp|7.304440214263579e-06| +|npm|node-pre-gyp|7.304440214263579e-06| +|npm|react-bootstrap-drawer|7.304440214263579e-06| +|npm|react-combo-select|7.304440214263579e-06| +|npm|react-jsx-parser|7.304440214263579e-06| +|npm|react-pro-sidebar|7.304440214263579e-06| +|npm|react-spinners|7.304440214263579e-06| +|npm|reactour|7.304440214263579e-06| +|npm|util-promisifyall|7.304440214263579e-06| +|rubygems|[memory_profiler](https://github.com/SamSaffron/memory_profiler)|7.304440214263579e-06| +|rubygems|[e2mmap](https://github.com/ruby/e2mmap)|7.304440214263579e-06| +|rubygems|[stripe](https://stripe.com/docs/api?lang=ruby)|7.304440214263579e-06| +|rubygems|[rr](https://rr.github.io/rr)|7.2904731019522764e-06| +|pypi|[pycares](http://github.com/saghul/pycares)|7.2812451610211924e-06| +|pypi|[optree](https://github.com/metaopt/optree)|7.280314077908821e-06| +|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.274216137012063e-06| +|npm|package-json-versionify|7.272483288326175e-06| +|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.25360763152249e-06| +|cran|permute|7.249386965953032e-06| +|pypi|[neobolt](https://pypi.org/project/neobolt)|7.231395812120943e-06| +|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.231395812120943e-06| +|cran|plotfunctions|7.231395812120943e-06| +|rubygems|[ruby-openid](https://github.com/openid/ruby-openid)|7.229934924078091e-06| +|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.22706155495959e-06| +|pypi|[pymoo](https://pypi.org/project/pymoo)|7.200558670650351e-06| +|cran|sparkline|7.1943547506415754e-06| +|npm|[nopt](https://github.com/npm/nopt#readme)|7.165757083829439e-06| +|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.165757083829439e-06| +|rubygems|[spec](https://github.com/bootstraponline/spec)|7.158351409978322e-06| +|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.1583514099783215e-06| +|pypi|[gatspy](http://github.com/astroml/gatspy)|7.158351409978309e-06| +|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.158351409978307e-06| +|cran|rcdk|7.158351409978307e-06| +|cran|fingerprint|7.158351409978307e-06| +|cran|enviPat|7.158351409978307e-06| +|cran|flexdashboard|7.158351409978307e-06| +|cran|keys|7.158351409978307e-06| +|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|7.153174595320793e-06| +|cran|[phytools](https://github.com/liamrevell/phytools)|7.151870634788207e-06| +|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.142648164165825e-06| +|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.141887201735357e-06| +|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.141887201735357e-06| +|cran|RcppDE|7.1359815618221245e-06| +|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.119639727109024e-06| +|pypi|[hvplot](https://pypi.org/project/hvplot)|7.1130853642975665e-06| +|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.097630441297159e-06| +|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.09356994925452e-06| +|pypi|[rq](https://github.com/nvie/rq/)|7.092733188720175e-06| +|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.089521107959287e-06| +|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.086767895878525e-06| +|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.086767895878525e-06| +|cran|actuar|7.086767895878525e-06| +|cran|skellam|7.086767895878525e-06| +|cran|hoa|7.086767895878525e-06| +|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.086767895878524e-06| +|rubygems|jdbc-postgres|7.086767895878524e-06| +|rubygems|jdbc-sqlite3|7.086767895878524e-06| +|rubygems|shoulda-context|7.086767895878524e-06| +|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.056693799514931e-06| +|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.0534671402350365e-06| +|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.037619127076827e-06| +|cran|[docopt](https://github.com/docopt/docopt.R)|7.0305237062287015e-06| +|cran|[philentropy](https://github.com/HajkD/philentropy)|7.015184381778741e-06| +|pypi|[webargs](https://pypi.org/project/webargs)|7.0108579056518335e-06| +|cran|fpc|7.005877833651572e-06| +|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|6.99456123385018e-06| +|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|6.991369097280159e-06| +|pypi|[annotated-types](https://pypi.org/project/annotated-types)|6.991369097280159e-06| +|spack|[libsigsegv](https://www.gnu.org/software/libsigsegv/)|6.9760877672761075e-06| +|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.975689360592057e-06| +|cran|MCMCglmm|6.973598833432606e-06| +|pypi|[einops](https://pypi.org/project/einops)|6.971361552108073e-06| +|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.96363034096502e-06| +|pypi|[prefect](https://pypi.org/project/prefect)|6.947811662626005e-06| +|npm|[grunt-legacy-util](http://gruntjs.com/)|6.945941097947606e-06| +|npm|[grunt-known-options](http://gruntjs.com/)|6.945941097947606e-06| +|spack|libmd|6.945741214750542e-06| +|rubygems|[thor](http://whatisthor.com/)|6.924664106423486e-06| +|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.91958049697436e-06| +|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.91958049697436e-06| +|pypi|[doc8](https://pypi.org/project/doc8)|6.906980434480623e-06| +|npm|accepts|6.89703115936847e-06| +|pypi|[banzai](http://github.com/twneale/banzai/)|6.8830302019022194e-06| +|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.8830302019022194e-06| +|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.8830302019022194e-06| +|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.8830302019022194e-06| +|pypi|[logutils](https://pypi.org/project/logutils)|6.8830302019022194e-06| +|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.8830302019022194e-06| +|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.8830302019022194e-06| +|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.8830302019022194e-06| +|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.8830302019022194e-06| +|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.8830302019022194e-06| +|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.8830302019022194e-06| +|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.8830302019022194e-06| +|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.8830302019022194e-06| +|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.8830302019022194e-06| +|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.8830302019022194e-06| +|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.8830302019022194e-06| +|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.8830302019022194e-06| +|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.8830302019022194e-06| +|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.8830302019022194e-06| +|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.8830302019022194e-06| +|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.8830302019022194e-06| +|pypi|[infinity](https://pypi.org/project/infinity)|6.8830302019022194e-06| +|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.875784906952853e-06| +|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.875784906952848e-06| +|pypi|[paramz](https://pypi.org/project/paramz)|6.875784906952848e-06| +|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.859341106290672e-06| +|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.8533738982760585e-06| +|cran|betareg|6.849661580806686e-06| +|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.814199899883197e-06| +|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.814199899883197e-06| +|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.814199899883197e-06| +|npm|xregexp|6.814199899883197e-06| +|npm|bufferedstream|6.814199899883197e-06| +|npm|tslint|6.806064345477887e-06| +|npm|concat-stream|6.800293369475273e-06| +|npm|gulp-eslint|6.786698627390218e-06| +|cran|scatterplot3d|6.783613777964264e-06| +|cran|CompQuadForm|6.767446044963363e-06| +|cran|[torch](https://torch.mlverse.org/docs)|6.759177500396833e-06| +|rubygems|introspection|6.7590048806941426e-06| +|pypi|[cytocad](https://github.com/cytham/cytocad)|6.753161707526706e-06| +|pypi|[nanovar](https://github.com/cytham/nanovar)|6.753161707526706e-06| +|pypi|[iwopy](https://pypi.org/project/iwopy)|6.753161707526706e-06| +|pypi|[hatch](https://pypi.org/project/hatch)|6.7276276256046125e-06| +|rubygems|sinatra|6.718419481666782e-06| +|cran|gamlss|6.716583556744554e-06| +|npm|safer-buffer|6.7160198904371475e-06| +|pypi|[parameterized](https://pypi.org/project/parameterized)|6.711097337213137e-06| +|cran|tree|6.710954446854664e-06| +|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.709931825224666e-06| +|pypi|[polib](https://pypi.org/project/polib)|6.681809730399752e-06| +|cran|[binman](https://docs.ropensci.org/binman/)|6.68112798264643e-06| +|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.673482702445564e-06| +|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.661367178202037e-06| +|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.633817039419552e-06| +|pypi|[echo](https://pypi.org/project/echo)|6.628103157387322e-06| +|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.628103157387322e-06| +|pypi|[WebTest](https://pypi.org/project/WebTest)|6.624916569330885e-06| +|pypi|[autobahn](https://pypi.org/project/autobahn)|6.592106375186635e-06| +|pypi|[txaio](https://pypi.org/project/txaio)|6.592106375186635e-06| +|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.582679793091941e-06| +|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.577520264870421e-06| +|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.577390884603466e-06| +|cran|[beastier](https://docs.ropensci.org/beastier/)|6.56182212581345e-06| +|pypi|[minikanren](https://pypi.org/project/minikanren)|6.561822125813449e-06| +|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.561822125813449e-06| +|pypi|[etuples](https://pypi.org/project/etuples)|6.561822125813449e-06| +|pypi|[cons](https://pypi.org/project/cons)|6.561822125813449e-06| +|pypi|[mkl](https://pypi.org/project/mkl)|6.561822125813449e-06| +|cran|VGAMdata|6.561822125813449e-06| +|cran|VGAMextra|6.561822125813449e-06| +|cran|shapefiles|6.561822125813449e-06| +|rubygems|yajl-ruby|6.561822125813449e-06| +|rubygems|benchmark_suite|6.561822125813449e-06| +|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.55984780775906e-06| +|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.553614792823265e-06| +|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.553085770164357e-06| +|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5506585063526485e-06| +|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5506585063526485e-06| +|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5506585063526485e-06| +|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5506585063526485e-06| +|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5506585063526485e-06| +|pypi|[amqp](http://github.com/celery/py-amqp)|6.508665607111394e-06| +|npm|electron|6.4962039045553135e-06| +|npm|v8-argv|6.4962039045553135e-06| +|cran|tensorA|6.487747610307264e-06| +|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.483383113632571e-06| +|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.463403807418178e-06| +|cran|partitions|6.458891582663434e-06| +|cran|signal|6.456254073923703e-06| +|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.442516268980477e-06| +|pypi|[safetensors](https://pypi.org/project/safetensors)|6.442516268980477e-06| +|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.419989988319706e-06| +|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.419989988319706e-06| +|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.413613729501718e-06| +|npm|[shelljs](http://github.com/shelljs/shelljs)|6.403899601914457e-06| +|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.391385187480632e-06| +|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.391385187480632e-06| +|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.391385187480632e-06| +|npm|[mdi](http://materialdesignicons.com)|6.391385187480632e-06| +|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.391385187480632e-06| +|npm|color|6.391385187480632e-06| +|npm|dotenv-load|6.391385187480632e-06| +|npm|iframe-resizer|6.391385187480632e-06| +|npm|isomorphic-unfetch|6.391385187480632e-06| +|npm|js-file-download|6.391385187480632e-06| +|npm|material-table|6.391385187480632e-06| +|npm|material-ui-chip-input|6.391385187480632e-06| +|npm|materialize-css|6.391385187480632e-06| +|npm|mui-datatables|6.391385187480632e-06| +|npm|next|6.391385187480632e-06| +|npm|next-env|6.391385187480632e-06| +|npm|next-redux-wrapper|6.391385187480632e-06| +|npm|ra-data-simple-rest|6.391385187480632e-06| +|npm|react-admin|6.391385187480632e-06| +|npm|react-loading|6.391385187480632e-06| +|npm|react-scroll|6.391385187480632e-06| +|npm|react-scroll-to-component|6.391385187480632e-06| +|npm|react-swipeable-views|6.391385187480632e-06| +|npm|react-wordcloud|6.391385187480632e-06| +|npm|redux-saga|6.391385187480632e-06| +|npm|serialize-error|6.391385187480632e-06| +|npm|swagger-client|6.391385187480632e-06| +|npm|swagger-ui-react|6.391385187480632e-06| +|npm|tween|6.391385187480632e-06| +|npm|uuid5|6.391385187480632e-06| +|pypi|[datasets](https://pypi.org/project/datasets)|6.388034864600098e-06| +|npm|cross-spawn|6.365863039194851e-06| +|rubygems|[term-ansicolor](http://flori.github.com/term-ansicolor)|6.351037171715222e-06| +|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.344823792008554e-06| +|rubygems|[octokit](https://github.com/octokit/octokit.rb)|6.340745887563268e-06| +|pypi|[keepalive](https://github.com/wikier/keepalive)|6.327471335605825e-06| +|pypi|[spectra](http://github.com/jsvine/spectra)|6.327471335605825e-06| +|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.327471335605825e-06| +|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.327471335605825e-06| +|pypi|[pyTest](https://pypi.org/project/pyTest)|6.327471335605825e-06| +|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.327471335605825e-06| +|pypi|[Flake8](https://pypi.org/project/Flake8)|6.327471335605825e-06| +|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.327471335605825e-06| +|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.327471335605825e-06| +|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.327471335605825e-06| +|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.327471335605825e-06| +|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.327471335605825e-06| +|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.327471335605825e-06| +|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.327471335605825e-06| +|cran|oskeyring|6.327471335605825e-06| +|cran|ExplainPrediction|6.327471335605825e-06| +|cran|rpart.plot|6.327471335605825e-06| +|cran|BiocManager|6.321646710075982e-06| +|npm|sprintf-js|6.319482104121475e-06| +|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.306166718314256e-06| +|pypi|[numkit](https://pypi.org/project/numkit)|6.288762946442211e-06| +|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.279255622787989e-06| +|pypi|[nilearn](https://pypi.org/project/nilearn)|6.279255622787989e-06| +|pypi|[nipype](https://pypi.org/project/nipype)|6.279255622787989e-06| +|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.279255622787989e-06| +|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.279255622787989e-06| +|pypi|[pybids](https://pypi.org/project/pybids)|6.279255622787989e-06| +|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.279255622787989e-06| +|pypi|[templateflow](https://pypi.org/project/templateflow)|6.279255622787989e-06| +|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.279255622787989e-06| +|pypi|[num2words](https://pypi.org/project/num2words)|6.279255622787989e-06| +|pypi|[surfplot](https://pypi.org/project/surfplot)|6.279255622787989e-06| +|pypi|[brainspace](https://pypi.org/project/brainspace)|6.279255622787989e-06| +|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.279255622787989e-06| +|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.279255622787989e-06| +|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.279255622787989e-06| +|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.279255622787989e-06| +|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.279255622787989e-06| +|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.279255622787989e-06| +|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.275726681127982e-06| +|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.275726681127982e-06| +|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.275726681127982e-06| +|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.267002719571681e-06| +|rubygems|[multi_test](http://cukes.info)|6.261208649674619e-06| +|rubygems|[mime-types](https://github.com/mime-types/ruby-mime-types/)|6.261208649674619e-06| +|rubygems|cucumber-messages|6.261208649674619e-06| +|rubygems|cucumber-html-formatter|6.261208649674619e-06| +|rubygems|cucumber-gherkin|6.261208649674619e-06| +|rubygems|cucumber-cucumber-expressions|6.261208649674619e-06| +|rubygems|cucumber-core|6.261208649674619e-06| +|rubygems|cucumber-ci-environment|6.261208649674619e-06| +|rubygems|syntax|6.261208649674619e-06| +|rubygems|cucumber-compatibility-kit|6.261208649674619e-06| +|cran|afex|6.253493135494536e-06| +|npm|rollup-plugin-replace|6.252469377407315e-06| +|cran|geepack|6.235393844278592e-06| +|pypi|[lisa2](https://pypi.org/project/lisa2)|6.216463066560109e-06| +|cran|tester|6.216463066560109e-06| +|spack|cudnn|6.213020949690474e-06| +|cran|[reprex](https://reprex.tidyverse.org)|6.210570973942089e-06| +|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.207674775511631e-06| +|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.201406772597587e-06| +|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.201406772597587e-06| +|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.201406772597587e-06| +|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.201406772597587e-06| +|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.201406772597587e-06| +|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.201406772597587e-06| +|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.201406772597587e-06| +|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.201406772597587e-06| +|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.201406772597587e-06| +|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.201406772597587e-06| +|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.201406772597587e-06| +|cran|rticles|6.200545768342896e-06| +|cran|fastICA|6.200255955884659e-06| +|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.173433185135773e-06| +|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.1711282210197645e-06| +|pypi|[cityhash](https://pypi.org/project/cityhash)|6.170992594808887e-06| +|pypi|[transformers](https://github.com/huggingface/transformers)|6.170550229748328e-06| +|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.161340172557218e-06| +|npm|karma-firefox-launcher|6.15301010529648e-06| +|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.134039248155879e-06| +|npm|bundlewatch|6.132421609594512e-06| +|cran|[rentrez](http://github.com/ropensci/rentrez)|6.130758702613383e-06| +|cran|ks|6.126142702200186e-06| +|pypi|[ddt](https://pypi.org/project/ddt)|6.1182429501084595e-06| +|pypi|[unyt](https://github.com/yt-project/unyt)|6.114425162689808e-06| +|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.113939741030002e-06| +|pypi|[etils](https://pypi.org/project/etils)|6.1011627061689485e-06| +|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.094017581915744e-06| +|cran|fixest|6.086001247199087e-06| +|cran|[ff](https://github.com/truecluster/ff)|6.082697261388283e-06| +|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.066399499981616e-06| +|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.066399499981616e-06| +|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.066399499981616e-06| +|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.066399499981616e-06| +|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.066399499981616e-06| +|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.066399499981616e-06| +|npm|[esdoc](https://esdoc.org/)|6.066399499981616e-06| +|npm|esdoc-standard-plugin|6.066399499981616e-06| +|npm|fast-random|6.066399499981616e-06| +|npm|flatted|6.066399499981616e-06| +|npm|fs.realpath|6.066399499981616e-06| +|npm|has-unicode|6.066399499981616e-06| +|npm|ignore-walk|6.066399499981616e-06| +|npm|ini|6.066399499981616e-06| +|npm|is-fullwidth-code-point|6.066399499981616e-06| +|npm|jsdocs|6.066399499981616e-06| +|npm|mimic-response|6.066399499981616e-06| +|npm|node|6.066399499981616e-06| +|npm|npm|6.066399499981616e-06| +|npm|npm-bundled|6.066399499981616e-06| +|npm|npm-normalize-package-bin|6.066399499981616e-06| +|npm|npm-packlist|6.066399499981616e-06| +|npm|number-is-nan|6.066399499981616e-06| +|npm|odex|6.066399499981616e-06| +|npm|os-homedir|6.066399499981616e-06| +|npm|os-tmpdir|6.066399499981616e-06| +|npm|osenv|6.066399499981616e-06| +|npm|path-is-absolute|6.066399499981616e-06| +|npm|rc|6.066399499981616e-06| +|npm|set-blocking|6.066399499981616e-06| +|npm|signal-exit|6.066399499981616e-06| +|npm|simple-concat|6.066399499981616e-06| +|npm|string-width|6.066399499981616e-06| +|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.065848888984846e-06| +|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.051632606461925e-06| +|spack|libxft|6.048788791453451e-06| +|pypi|[codespell](https://pypi.org/project/codespell)|6.019959541561319e-06| +|pypi|[kazoo](https://kazoo.readthedocs.io)|6.011097768825534e-06| +|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.006790530981804e-06| +|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.00610893235558e-06| +|cran|[downloader](https://github.com/wch/downloader)|6.002477592906016e-06| +|cran|[parsnip](https://github.com/tidymodels/parsnip)|5.9828134083432085e-06| +|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.964696312364424e-06| +|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.96447343329122e-06| +|pypi|[pyshp](https://pypi.org/project/pyshp)|5.96422761078401e-06| +|pypi|[blis](https://pypi.org/project/blis)|5.956076630891711e-06| +|pypi|[catalogue](https://pypi.org/project/catalogue)|5.956076630891711e-06| +|pypi|[preshed](https://pypi.org/project/preshed)|5.956076630891711e-06| +|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.924619548375796e-06| +|cran|bs4Dash|5.9106979595661025e-06| +|cran|speedglm|5.907237759528976e-06| +|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.905639913232105e-06| +|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.905639913232103e-06| +|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.905639913232103e-06| +|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.905639913232103e-06| +|cran|RcppZiggurat|5.905639913232103e-06| +|cran|acepack|5.8876773114552005e-06| +|cran|htmlTable|5.8876773114552005e-06| +|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.8750677874186545e-06| +|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.868674655951068e-06| +|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.867501155719925e-06| +|pypi|[pefile](https://pypi.org/project/pefile)|5.867501155719925e-06| +|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.867501155719925e-06| +|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.867501155719925e-06| +|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.867501155719925e-06| +|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.867501155719925e-06| +|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.867501155719925e-06| +|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.863086743431245e-06| +|npm|prismjs|5.850575671616886e-06| +|pypi|[ansicon](https://pypi.org/project/ansicon)|5.846583514099782e-06| +|cran|[ggthemes](https://github.com/jrnold/ggthemes)|5.830278607841873e-06| +|pypi|[socksio](https://pypi.org/project/socksio)|5.827035049663203e-06| +|cran|reactR|5.811899597149054e-06| +|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.795307633370965e-06| +|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.793602690533915e-06| +|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.793602690533915e-06| +|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.772864040305087e-06| +|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.772864040305087e-06| +|pypi|[imblearn](https://pypi.org/project/imblearn)|5.772864040305087e-06| +|pypi|[imutils](https://pypi.org/project/imutils)|5.772864040305087e-06| +|pypi|[kornia](https://pypi.org/project/kornia)|5.772864040305087e-06| +|pypi|[local-attention](https://pypi.org/project/local-attention)|5.772864040305087e-06| +|pypi|[thop](https://pypi.org/project/thop)|5.772864040305087e-06| +|pypi|[timmy](https://pypi.org/project/timmy)|5.772864040305087e-06| +|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.772864040305087e-06| +|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.7555813044825584e-06| +|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.7555813044825584e-06| +|cran|protolite|5.752246668732568e-06| +|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.745855283545088e-06| +|pypi|[chempy](https://github.com/bjodah/chempy)|5.745855283545088e-06| +|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.7099635047140404e-06| +|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.708586134223707e-06| +|npm|run-sequence|5.676723384164278e-06| +|pypi|[fett](https://pypi.org/project/fett)|5.671661545119753e-06| +|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.671661545119753e-06| +|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.671661545119753e-06| +|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.671661545119753e-06| +|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.66184098839951e-06| +|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.66184098839951e-06| +|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.64998450573288e-06| +|pypi|[blosc2](https://pypi.org/project/blosc2)|5.624418964982956e-06| +|pypi|[multiset](https://pypi.org/project/multiset)|5.624418964982956e-06| +|spack|glfw|5.624418964982956e-06| +|npm|tsconfig-paths|5.624418964982956e-06| +|npm|replace|5.624418964982956e-06| +|npm|node-qunit-phantomjs|5.624418964982956e-06| +|cran|TSA|5.624418964982956e-06| +|cran|[haven](https://haven.tidyverse.org)|5.624115816278418e-06| +|rubygems|[rubyzip](http://github.com/rubyzip/rubyzip)|5.612944011661066e-06| +|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.6116940351979334e-06| +|rubygems|[safe_yaml](https://github.com/dtao/safe_yaml)|5.571982975674e-06| +|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.570694807207046e-06| +|cran|ipred|5.568530576934833e-06| +|rubygems|ethon|5.568174775333126e-06| +|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.562311374139407e-06| +|cran|cplm|5.558711969231935e-06| +|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.556948988300558e-06| +|pypi|[re-assert](https://pypi.org/project/re-assert)|5.5511034113734194e-06| +|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.5511034113734194e-06| +|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.5511034113734194e-06| +|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.5511034113734194e-06| +|npm|karma-coverage-istanbul-reporter|5.541450051679636e-06| +|npm|karma-browserstack-launcher|5.541450051679636e-06| +|npm|ip|5.541450051679636e-06| +|pypi|[librosa](https://librosa.org)|5.539530297139118e-06| +|npm|chai-passport-strategy|5.536537418655097e-06| +|npm|passport-strategy|5.536537418655097e-06| +|cran|clusterGeneration|5.527158755608251e-06| +|cran|pROC|5.522548111280458e-06| +|cran|[rversions](https://github.com/r-hub/rversions)|5.521980581394849e-06| +|npm|uglify-es|5.518961109389525e-06| +|pypi|[blurb](https://pypi.org/project/blurb)|5.5103333875999345e-06| +|pypi|[bitstring](https://pypi.org/project/bitstring)|5.506817477533312e-06| +|cran|flexsurv|5.499431876872224e-06| +|pypi|[tempora](https://pypi.org/project/tempora)|5.489848530262552e-06| +|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.486725122972106e-06| +|cran|klaR|5.472330084807396e-06| +|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4627169197396955e-06| +|npm|d3-axis|5.458485441687389e-06| +|npm|d3-color|5.458485441687389e-06| +|npm|d3-ease|5.458485441687389e-06| +|npm|d3-interpolate|5.458485441687389e-06| +|npm|d3-selection|5.458485441687389e-06| +|npm|d3-shape|5.458485441687389e-06| +|npm|d3-timer|5.458485441687389e-06| +|npm|d3-transition|5.458485441687389e-06| +|npm|d3-zoom|5.458485441687389e-06| +|pypi|[soxr](https://pypi.org/project/soxr)|5.458242950108459e-06| +|pypi|[samplerate](https://pypi.org/project/samplerate)|5.458242950108459e-06| +|pypi|[presets](https://pypi.org/project/presets)|5.458242950108459e-06| +|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.458242950108459e-06| +|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.458242950108459e-06| +|pypi|[audioread](https://pypi.org/project/audioread)|5.458242950108459e-06| +|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.452121308216874e-06| +|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.451359919906557e-06| +|spack|unzip|5.451359919906557e-06| +|spack|wget|5.451359919906557e-06| +|npm|d3-request|5.44162534862101e-06| +|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4388502856507234e-06| +|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.433258444375581e-06| +|pypi|[flit](https://pypi.org/project/flit)|5.433258444375581e-06| +|cran|cubature|5.432794168313368e-06| +|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.43222060015396e-06| +|pypi|[halomod](https://github.com/steven-murray/halomod)|5.419894638983579e-06| +|rubygems|appraisal|5.419239268375463e-06| +|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.412683845438732e-06| +|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.405285758555062e-06| +|spack|[adios2](https://csmd.ornl.gov/software/adios2)|5.395530897157799e-06| +|rubygems|hashie|5.383372437912258e-06| +|pypi|[pybamm](https://pypi.org/project/pybamm)|5.379544207197553e-06| +|cran|debugme|5.371010888970552e-06| +|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.368763557483731e-06| +|cran|subprocess|5.368763557483731e-06| +|cran|qvalue|5.368763557483731e-06| +|pypi|[resample](https://pypi.org/project/resample)|5.36773505871793e-06| +|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.36773505871793e-06| +|cran|[EML](https://docs.ropensci.org/EML/)|5.343198016733814e-06| +|npm|tough-cookie|5.337860854460797e-06| +|pypi|[imgaug](https://github.com/aleju/imgaug)|5.335702325227393e-06| +|npm|moment-timezone|5.331931846233842e-06| +|npm|gulp-uglify|5.330836656371208e-06| +|pypi|[cogapp](https://pypi.org/project/cogapp)|5.321872065069863e-06| +|pypi|[thinc](https://pypi.org/project/thinc)|5.321061586458152e-06| +|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.2949130006108264e-06| +|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.289752997285652e-06| +|npm|karma-jasmine|5.287668761171684e-06| +|npm|rollup-plugin-svelte|5.28610804979601e-06| +|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.265518104455198e-06| +|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.263933059053863e-06| +|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.263493683807583e-06| +|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.2606016543109834e-06| +|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.258598817293436e-06| +|cran|FNN|5.254180224150398e-06| +|npm|classnames|5.2311029534456865e-06| +|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.224397058026031e-06| +|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.224397058026031e-06| +|npm|[compression](https://github.com/expressjs/compression#readme)|5.224134651479773e-06| +|pypi|[kgt](https://pypi.org/project/kgt)|5.210858746969503e-06| +|pypi|[x21](https://pypi.org/project/x21)|5.210858746969503e-06| +|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.210858746969503e-06| +|npm|murl|5.210858746969503e-06| +|npm|protein|5.210858746969503e-06| +|npm|network-address|5.210858746969503e-06| +|npm|updater-license|5.210858746969503e-06| +|npm|update|5.210858746969503e-06| +|npm|cose-base|5.210858746969503e-06| +|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.195283102394971e-06| +|pypi|[comm](https://pypi.org/project/comm)|5.166414795608247e-06| +|cran|rhub|5.164063010895937e-06| +|cran|gmailr|5.164063010895937e-06| +|cran|foghorn|5.164063010895937e-06| +|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.153856666134443e-06| +|cran|coxme|5.153799620327058e-06| +|cran|[float](https://github.com/wrathematics/float)|5.153787436883647e-06| +|npm|karma-mocha|5.137943318564666e-06| +|npm|grunt-contrib-clean|5.136083892091795e-06| +|pypi|[cooler](https://github.com/mirnylab/cooler)|5.134740530619056e-06| +|cran|spls|5.13107576854727e-06| +|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.124784988974376e-06| +|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.121212029363138e-06| +|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.1171755540124064e-06| +|cran|[dynlm](NA)|5.113108149984511e-06| +|pypi|[crossbar](http://crossbar.io/)|5.113108149984506e-06| +|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.113108149984506e-06| +|pypi|[asq](https://pypi.org/project/asq)|5.113108149984506e-06| +|pypi|[automat](https://pypi.org/project/automat)|5.113108149984506e-06| +|pypi|[cbor](https://pypi.org/project/cbor)|5.113108149984506e-06| +|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.113108149984506e-06| +|pypi|[hpack](https://pypi.org/project/hpack)|5.113108149984506e-06| +|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.113108149984506e-06| +|pypi|[netaddr](https://pypi.org/project/netaddr)|5.113108149984506e-06| +|pypi|[node-semver](https://pypi.org/project/node-semver)|5.113108149984506e-06| +|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.113108149984506e-06| +|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.113108149984506e-06| +|pypi|[pytrie](https://pypi.org/project/pytrie)|5.113108149984506e-06| +|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.113108149984506e-06| +|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.113108149984506e-06| +|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.113108149984506e-06| +|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.113108149984506e-06| +|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.113108149984506e-06| +|pypi|[sym](https://github.com/bjodah/sym)|5.113108149984506e-06| +|pypi|[translationstring](https://pypi.org/project/translationstring)|5.100980906295441e-06| +|cran|numbers|5.099802108307646e-06| +|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.086858232236286e-06| +|pypi|[ablog](https://pypi.org/project/ablog)|5.086858232236286e-06| +|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.082442593805093e-06| +|cran|loder|5.066112670664795e-06| +|cran|ore|5.066112670664795e-06| +|cran|mstate|5.061977068484661e-06| +|cran|linprog|5.061977068484661e-06| +|cran|magic|5.061977068484661e-06| +|cran|changepoint|5.061977068484661e-06| +|cran|nor1mix|5.061977068484661e-06| +|cran|diptest|5.061977068484661e-06| +|npm|mime-types|5.052575604509609e-06| +|npm|[which](https://github.com/isaacs/node-which#readme)|5.048412254773426e-06| +|npm|cli-table|5.047916021072203e-06| +|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.041092542238244e-06| +|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.041092542238244e-06| +|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.041092542238244e-06| +|pypi|[zstd](https://pypi.org/project/zstd)|5.041092542238244e-06| +|cran|metafor|5.028039016753763e-06| +|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.019793926247289e-06| +|rubygems|activejob|5.01417980841594e-06| +|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.980281824435686e-06| +|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.976758599318252e-06| +|cran|scico|4.971584620833149e-06| +|cran|rcartocolor|4.971584620833149e-06| +|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.962722616161432e-06| +|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.962722616161432e-06| +|pypi|[peewee](https://pypi.org/project/peewee)|4.962722616161432e-06| +|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.962722616161432e-06| +|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.962722616161432e-06| +|cran|lfe|4.942974167218679e-06| +|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.927176944530522e-06| +|cran|[aod](https://cran.r-project.org/package=aod)|4.926995704249983e-06| +|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.921366594360086e-06| +|spack|bdw-gc|4.921366594360086e-06| +|spack|googletest|4.921366594360086e-06| +|npm|const-version|4.921366594360086e-06| +|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.921366594360086e-06| +|npm|microbundle|4.921366594360086e-06| +|cran|gdalUtils|4.921366594360086e-06| +|cran|TeachingDemos|4.921366594360086e-06| +|cran|plotmo|4.921366594360086e-06| +|npm|fresh|4.916296505148864e-06| +|npm|etag|4.916296505148864e-06| +|pypi|[h5io](https://pypi.org/project/h5io)|4.915213967814667e-06| +|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.9029804177933615e-06| +|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.9029804177933615e-06| +|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.9029804177933615e-06| +|pypi|[voila](https://pypi.org/project/voila)|4.9029804177933615e-06| +|pypi|[SALib](http://salib.github.io/SALib/)|4.900546172916021e-06| +|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.899457150413423e-06| +|npm|esbuild|4.89684151166394e-06| +|rubygems|[sync](https://github.com/ruby/sync)|4.892859578362255e-06| +|cran|[emld](https://docs.ropensci.org/emld/)|4.883018283235208e-06| +|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.875246358847226e-06| +|pypi|[fixtures](https://pypi.org/project/fixtures)|4.875246358847226e-06| +|npm|eslint-config-airbnb-base|4.874802895044218e-06| +|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.872660961598055e-06| +|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.8478787702856005e-06| +|npm|execa|4.847267306043096e-06| +|npm|gulp-rename|4.846123531283392e-06| +|npm|gulp-concat|4.846123531283392e-06| +|cran|BiocVersion|4.833891273944315e-06| +|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.828308026030372e-06| +|pypi|[webob](https://pypi.org/project/webob)|4.819350253867607e-06| +|cran|modeltools|4.8177588765840844e-06| +|npm|eslint-plugin-html|4.812787077661574e-06| +|cran|gld|4.791395196199766e-06| +|cran|[loo](https://mc-stan.org/loo/)|4.790533671722495e-06| +|cran|Biobase|4.783569896105229e-06| +|cran|[rsample](https://rsample.tidymodels.org)|4.7776424094274524e-06| +|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.776058910834578e-06| +|pypi|[sspa](https://github.com/cwieder/sspa)|4.772234273318873e-06| +|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.772234273318873e-06| +|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.757549866706498e-06| +|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.757549866706498e-06| +|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.7562558103501805e-06| +|cran|scagnostics|4.741424519081786e-06| +|cran|labelled|4.741424519081786e-06| +|cran|intergraph|4.741424519081786e-06| +|cran|broom.helpers|4.741424519081786e-06| +|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7330870337913815e-06| +|npm|compressible|4.726074269187067e-06| +|pypi|[grayskull](https://pypi.org/project/grayskull)|4.724511930585683e-06| +|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.721758718504923e-06| +|npm|jshint-stylish|4.720185454458773e-06| +|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.712528083359157e-06| +|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.687015804152464e-06| +|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.686570550257352e-06| +|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.684977084794415e-06| +|npm|karma-rollup-preprocessor|4.682991512175935e-06| +|pypi|[slicer](https://pypi.org/project/slicer)|4.674690818942446e-06| +|cran|PolynomF|4.662347299920082e-06| +|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.644560593696589e-06| +|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.643124344287717e-06| +|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.636340923042309e-06| +|npm|browser-sync|4.634457414548203e-06| +|npm|serialize-javascript|4.6297683973102035e-06| +|npm|jest-worker|4.6297683973102035e-06| +|cran|mlogit|4.6231363145636115e-06| +|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.610524527611533e-06| +|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.60552428082428e-06| +|cran|RcppCCTZ|4.604452218063931e-06| +|npm|jsmd|4.601797334986054e-06| +|npm|is-mergeable-object|4.601797334986054e-06| +|cran|genieclust|4.601797334986054e-06| +|cran|getopt|4.601797334986054e-06| +|cran|leaps|4.5995849324211574e-06| +|cran|[logger](https://daroczig.github.io/logger/)|4.595107983123175e-06| +|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.58464151158808e-06| +|pypi|[dnest4](https://pypi.org/project/dnest4)|4.582131534409192e-06| +|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.575388168070786e-06| +|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.571005061460593e-06| +|npm|gzip-size|4.562028716041731e-06| +|rubygems|actionmailer|4.558869701726845e-06| +|npm|read-file-relative|4.555779361636194e-06| +|npm|normalize-newline|4.555779361636194e-06| +|npm|callsite-record|4.555779361636194e-06| +|spack|psm|4.542799933255465e-06| +|spack|opa-psm2|4.542799933255465e-06| +|spack|rdma-core|4.542799933255465e-06| +|spack|slurm|4.542799933255465e-06| +|cran|bignum|4.542799933255465e-06| +|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.533622559652926e-06| +|spack|[jemalloc](http://jemalloc.net/)|4.5239546712543985e-06| +|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.522683337580824e-06| +|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.516578865819649e-06| +|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.516578865819649e-06| +|cran|future.callr|4.4923662205704016e-06| +|pypi|[jupyter-book](https://executablebooks.org/)|4.473969631236453e-06| +|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.473969631236443e-06| +|npm|baseui|4.473969631236443e-06| +|npm|color2k|4.473969631236443e-06| +|npm|copy-to-clipboard|4.473969631236443e-06| +|npm|cypress-circleci-reporter|4.473969631236443e-06| +|npm|d3-graphviz|4.473969631236443e-06| +|npm|decamelize|4.473969631236443e-06| +|npm|deck.gl|4.473969631236443e-06| +|npm|fzy.js|4.473969631236443e-06| +|npm|hoist-non-react-statics|4.473969631236443e-06| +|npm|humanize-string|4.473969631236443e-06| +|npm|immer|4.473969631236443e-06| +|npm|jest-fetch-mock|4.473969631236443e-06| +|npm|katex|4.473969631236443e-06| +|npm|mapbox-gl|4.473969631236443e-06| +|npm|moment-duration-format|4.473969631236443e-06| +|npm|node-emoji|4.473969631236443e-06| +|npm|numbro|4.473969631236443e-06| +|npm|protobufjs|4.473969631236443e-06| +|npm|react-color|4.473969631236443e-06| +|npm|react-debounce-render|4.473969631236443e-06| +|npm|react-device-detect|4.473969631236443e-06| +|npm|react-dropzone|4.473969631236443e-06| +|npm|react-feather|4.473969631236443e-06| +|npm|react-google-login|4.473969631236443e-06| +|npm|react-hotkeys|4.473969631236443e-06| +|npm|react-html-parser|4.473969631236443e-06| +|npm|react-map-gl|4.473969631236443e-06| +|npm|react-markdown|4.473969631236443e-06| +|npm|react-webcam|4.473969631236443e-06| +|npm|react-window|4.473969631236443e-06| +|npm|rehype-katex|4.473969631236443e-06| +|npm|rehype-raw|4.473969631236443e-06| +|npm|remark-emoji|4.473969631236443e-06| +|npm|remark-gfm|4.473969631236443e-06| +|npm|remark-math|4.473969631236443e-06| +|npm|re-resizable|4.473969631236443e-06| +|npm|styletron-engine-atomic|4.473969631236443e-06| +|npm|styletron-react|4.473969631236443e-06| +|npm|typed-signals|4.473969631236443e-06| +|npm|vega|4.473969631236443e-06| +|npm|vega-embed|4.473969631236443e-06| +|npm|vega-lite|4.473969631236443e-06| +|npm|xxhashjs|4.473969631236443e-06| +|cran|[solrium](https://github.com/ropensci/solrium)|4.467081138312163e-06| +|npm|draco3d|4.429229934924078e-06| +|npm|webgl-obj-loader|4.429229934924078e-06| +|cran|quantmod|4.429229934924078e-06| +|cran|FastRWeb|4.429229934924078e-06| +|cran|truncreg|4.415684889251528e-06| +|cran|panelr|4.415684889251528e-06| +|cran|metaBMA|4.415684889251528e-06| +|cran|ivreg|4.415684889251528e-06| +|cran|GLMMadaptive|4.415684889251528e-06| +|cran|clubSandwich|4.415684889251528e-06| +|cran|cgam|4.415684889251528e-06| +|cran|blme|4.415684889251528e-06| +|cran|geojsonlint|4.410055779361636e-06| +|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.408818737067285e-06| +|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.408818737067285e-06| +|cran|topicmodels|4.405948880030646e-06| +|cran|akima|4.4047296250387405e-06| +|cran|logging|4.396191389954947e-06| +|cran|rsyslog|4.396191389954947e-06| +|npm|temp-path|4.389007227181711e-06| +|rubygems|sassc|4.385982695681309e-06| +|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.384937635574838e-06| +|rubygems|rb_sys|4.384937635574838e-06| +|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.384016802671902e-06| +|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.379226744927906e-06| +|cran|[data.tree](http://github.com/gluc/data.tree)|4.376591530698858e-06| +|pypi|[kopt](https://pypi.org/project/kopt)|4.374548083875632e-06| +|cran|ggfittext|4.374548083875632e-06| +|cran|RcppBigIntAlgos|4.374548083875632e-06| +|cran|robust|4.374391850015495e-06| +|cran|taxadb|4.371707468236752e-06| +|npm|hot-loader|4.3648484207184805e-06| +|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.3648484207184805e-06| +|npm|babel-plugin-strip-function-call|4.3648484207184805e-06| +|npm|babel-plugin-styled-components|4.3648484207184805e-06| +|npm|binomial|4.3648484207184805e-06| +|npm|compression-webpack-plugin|4.3648484207184805e-06| +|npm|css.escape|4.3648484207184805e-06| +|npm|dom-to-image|4.3648484207184805e-06| +|npm|express-naked-redirect|4.3648484207184805e-06| +|npm|express-static-gzip|4.3648484207184805e-06| +|npm|html-webpack-plugin|4.3648484207184805e-06| +|npm|i18next|4.3648484207184805e-06| +|npm|leaflet|4.3648484207184805e-06| +|npm|leaflet-gesture-handling|4.3648484207184805e-06| +|npm|linspace|4.3648484207184805e-06| +|npm|lodash-webpack-plugin|4.3648484207184805e-06| +|npm|mousetrap|4.3648484207184805e-06| +|npm|null-loader|4.3648484207184805e-06| +|npm|outer-product|4.3648484207184805e-06| +|npm|react-addons-css-transition-group|4.3648484207184805e-06| +|npm|react-hot-loader|4.3648484207184805e-06| +|npm|react-i18next|4.3648484207184805e-06| +|npm|react-tooltip|4.3648484207184805e-06| +|npm|redux-thunk|4.3648484207184805e-06| +|npm|typeface-lato|4.3648484207184805e-06| +|npm|webpack-bundle-analyzer|4.3648484207184805e-06| +|npm|webpack-dev-middleware|4.3648484207184805e-06| +|npm|webpack-hot-middleware|4.3648484207184805e-06| +|npm|yaml-front-matter|4.3648484207184805e-06| +|cran|assertive.code|4.359597475249947e-06| +|cran|assertive.reflection|4.359597475249947e-06| +|cran|assertive.data.us|4.359597475249947e-06| +|cran|assertive.data.uk|4.359597475249947e-06| +|cran|assertive.data|4.359597475249947e-06| +|cran|assertive.models|4.359597475249947e-06| +|cran|assertive.matrices|4.359597475249947e-06| +|cran|assertive.sets|4.359597475249947e-06| +|cran|assertive.files|4.359597475249947e-06| +|cran|assertive.datetimes|4.359597475249947e-06| +|cran|assertive.strings|4.359597475249947e-06| +|cran|assertive.numbers|4.359597475249947e-06| +|npm|merge-stream|4.3530738168206e-06| +|npm|vinyl-source-stream|4.3362174163261455e-06| +|npm|vinyl-buffer|4.3362174163261455e-06| +|pypi|[oemof.solph](https://oemof.org)|4.332293926247289e-06| +|pypi|[horovod](https://pypi.org/project/horovod)|4.322463445264661e-06| +|pypi|[lcapy](https://pypi.org/project/lcapy)|4.312259885529101e-06| +|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.312259885529101e-06| +|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.312259885529101e-06| +|pypi|[property-cached](https://pypi.org/project/property-cached)|4.312259885529101e-06| +|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.309103586218553e-06| +|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.308362147038594e-06| +|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.296977426044673e-06| +|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.295010845986986e-06| +|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.295010845986986e-06| +|pypi|[mdurl](https://pypi.org/project/mdurl)|4.271707299820805e-06| +|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.263093251650735e-06| +|pypi|[apipkg](https://pypi.org/project/apipkg)|4.260923458320421e-06| +|pypi|[atpublic](https://pypi.org/project/atpublic)|4.260923458320421e-06| +|pypi|[dvc](https://pypi.org/project/dvc)|4.260923458320421e-06| +|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.260923458320421e-06| +|pypi|[nanotime](https://pypi.org/project/nanotime)|4.260923458320421e-06| +|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.260923458320421e-06| +|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.260923458320421e-06| +|pypi|[treelib](https://pypi.org/project/treelib)|4.260923458320421e-06| +|npm|rollup-plugin-istanbul|4.257615287933527e-06| +|npm|karma-jasmine-html-reporter|4.257615287933527e-06| +|npm|karma-detect-browsers|4.257615287933527e-06| +|npm|hammer-simulator|4.257615287933527e-06| +|npm|eslint-plugin-unicorn|4.257615287933527e-06| +|npm|eslint-config-xo|4.257615287933527e-06| +|pypi|[nbdime](https://pypi.org/project/nbdime)|4.257252508879406e-06| +|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.239366883913585e-06| +|npm|less|4.235053565894904e-06| +|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.218314223737217e-06| +|pypi|[retrolab](https://pypi.org/project/retrolab)|4.218314223737217e-06| +|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.218314223737217e-06| +|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.218314223737217e-06| +|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.218314223737217e-06| +|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.218314223737217e-06| +|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.218314223737217e-06| +|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.218314223737217e-06| +|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.218314223737217e-06| +|npm|gulp-clean|4.218314223737217e-06| +|npm|mocha-lcov-reporter|4.218314223737217e-06| +|npm|any-promise|4.218314223737216e-06| +|npm|thenify-all|4.218314223737216e-06| +|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2168251688530925e-06| +|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.214044674927766e-06| +|cran|gdtools|4.197820389451853e-06| +|npm|schema-utils|4.189205388743006e-06| +|npm|loader-utils|4.189205388743006e-06| +|spack|[vtk](http://www.vtk.org)|4.189082306988307e-06| +|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.178892662006383e-06| +|cran|[redux](https://github.com/richfitz/redux)|4.175704989154024e-06| +|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.1733188720173525e-06| +|pypi|[npx](https://pypi.org/project/npx)|4.168686997575603e-06| +|pypi|[meshplex](https://pypi.org/project/meshplex)|4.168686997575603e-06| +|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.168686997575603e-06| +|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.168686997575603e-06| +|pypi|[update-checker](https://pypi.org/project/update-checker)|4.168686997575603e-06| +|npm|karma-browserify|4.1655852959405014e-06| +|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.156178662340106e-06| +|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.156178662340106e-06| +|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.156178662340106e-06| +|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.156178662340106e-06| +|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.156178662340106e-06| +|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.156178662340106e-06| +|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.156178662340106e-06| +|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.14587852494577e-06| +|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.137223137878545e-06| +|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.127923624375238e-06| +|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.124747945372888e-06| +|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.119443698808026e-06| +|pypi|[Bio](https://github.com/ialbert/bio)|4.1150950618859325e-06| +|cran|locfit|4.112966564440123e-06| +|cran|bookdown|4.097629832844201e-06| +|cran|nonnest2|4.095847036596459e-06| +|cran|officer|4.095692781929795e-06| +|npm|[shx](https://github.com/shelljs/shx#readme)|4.0951789510122055e-06| +|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.081936171910708e-06| +|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.078786043671851e-06| +|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.0766385187480676e-06| +|rubygems|irb|4.074784381341403e-06| +|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0672451193058565e-06| +|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0672451193058565e-06| +|pypi|[databroker](https://pypi.org/project/databroker)|4.0672451193058565e-06| +|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0672451193058565e-06| +|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0672451193058565e-06| +|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0672451193058565e-06| +|pypi|[doct](https://pypi.org/project/doct)|4.0672451193058565e-06| +|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0672451193058565e-06| +|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0672451193058565e-06| +|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0672451193058565e-06| +|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0672451193058565e-06| +|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.055600711639995e-06| +|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.054694762937718e-06| +|cran|stm|4.048031309531725e-06| +|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.045000339057955e-06| +|spack|berkeley-db|4.043886930585683e-06| +|spack|valgrind|4.027770905341947e-06| +|pypi|[qudida](https://pypi.org/project/qudida)|4.026572668112798e-06| +|cran|sparsesvd|4.026572668112798e-06| +|cran|FMStable|4.026572668112798e-06| +|cran|MuMIn|4.020778876816554e-06| +|pypi|[nitime](https://pypi.org/project/nitime)|4.020420041567379e-06| +|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.020420041567379e-06| +|spack|libxscrnsaver|4.012361235166518e-06| +|npm|babel-plugin-external-helpers|4.004551929231562e-06| +|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|3.989289587852497e-06| +|rubygems|timecop|3.977267696666519e-06| +|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.976861894432395e-06| +|pypi|[mako](https://www.makotemplates.org/)|3.968018764091773e-06| +|cran|distributional|3.956759076064933e-06| +|cran|Bessel|3.952006507592191e-06| +|cran|[archive](https://archive.r-lib.org/)|3.948393286971851e-06| +|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.93709327548807e-06| +|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.937093275488069e-06| +|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.937093275488069e-06| +|pypi|[piqp](https://pypi.org/project/piqp)|3.937093275488069e-06| +|pypi|[Mosek](https://pypi.org/project/Mosek)|3.937093275488069e-06| +|pypi|[diffcp](https://pypi.org/project/diffcp)|3.937093275488069e-06| +|pypi|[cylp](https://pypi.org/project/cylp)|3.937093275488069e-06| +|pypi|[scs](https://pypi.org/project/scs)|3.937093275488069e-06| +|pypi|[clarabel](https://pypi.org/project/clarabel)|3.937093275488069e-06| +|pypi|[ecos](https://pypi.org/project/ecos)|3.937093275488069e-06| +|pypi|[osqp](https://pypi.org/project/osqp)|3.937093275488069e-06| +|pypi|[user-agents](https://pypi.org/project/user-agents)|3.937093275488069e-06| +|npm|csso|3.937093275488069e-06| +|npm|google-closure-compiler|3.937093275488069e-06| +|npm|ora|3.937093275488069e-06| +|npm|update-notifier|3.937093275488069e-06| +|npm|crass|3.937093275488069e-06| +|npm|sqwish|3.937093275488069e-06| +|npm|html-minifier|3.937093275488069e-06| +|npm|node-version|3.937093275488069e-06| +|cran|transport|3.937093275488069e-06| +|rubygems|zeitwerk|3.937093275488069e-06| +|rubygems|selma|3.937093275488069e-06| +|rubygems|sawyer|3.937093275488069e-06| +|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.9233272150842666e-06| +|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.921302794436648e-06| +|rubygems|execjs|3.916001704369383e-06| +|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.908144060227128e-06| +|pypi|[pylama](https://pypi.org/project/pylama)|3.908144060227128e-06| +|pypi|[tabulator](https://pypi.org/project/tabulator)|3.908144060227128e-06| +|pypi|[tableschema](https://pypi.org/project/tableschema)|3.908144060227128e-06| +|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.907437248218159e-06| +|cran|TH.data|3.906503089726054e-06| +|npm|ascli|3.897722342733188e-06| +|pypi|[coconut](https://pypi.org/project/coconut)|3.893828514218969e-06| +|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.893828514218969e-06| +|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.890408374988211e-06| +|pypi|[Epip](https://pypi.org/project/Epip)|3.890408374988211e-06| +|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.890408374988211e-06| +|cran|[posterior](https://mc-stan.org/posterior/)|3.88983608940823e-06| +|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.885962193988229e-06| +|npm|prettier-plugin-svelte|3.880003308550272e-06| +|npm|eslint-plugin-svelte3|3.880003308550272e-06| +|npm|svelte|3.880003308550272e-06| +|cran|tracerer|3.8617422080146135e-06| +|npm|path-platform|3.858745119305857e-06| +|rubygems|rails-dom-testing|3.85674443313117e-06| +|pypi|[ducc0](https://pypi.org/project/ducc0)|3.856035472757434e-06| +|cran|stabledist|3.847751543467378e-06| +|cran|skewt|3.847102572048342e-06| +|cran|catdata|3.847102572048342e-06| +|cran|MPV|3.847102572048342e-06| +|cran|fit.models|3.847102572048342e-06| +|cran|DEoptimR|3.847102572048342e-06| +|pypi|[langcodes](https://pypi.org/project/langcodes)|3.842063361256022e-06| +|pypi|[pathy](https://pypi.org/project/pathy)|3.842063361256022e-06| +|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.842063361256022e-06| +|cran|pso|3.8415003839883585e-06| +|cran|feather|3.841336502316885e-06| +|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.837090136563265e-06| +|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.829042688167642e-06| +|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.824066674277889e-06| +|spack|[wcslib](https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/)|3.804786139384839e-06| +|cran|spacetime|3.797330354616618e-06| +|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.797038573988497e-06| +|npm|underscore.string|3.779609544468546e-06| +|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.776556188757573e-06| +|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7581344902386223e-06| +|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.75813449023862e-06| +|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.7558103501704406e-06| +|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.7496126433219706e-06| +|pypi|[noodles](https://pypi.org/project/noodles)|3.7490882219732508e-06| +|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.74251110422479e-06| +|npm|gulp-babel|3.7392342511842046e-06| +|pypi|[hupper](https://pypi.org/project/hupper)|3.738140926318802e-06| +|pypi|[venusian](https://pypi.org/project/venusian)|3.738140926318802e-06| +|npm|gulp-uglify-es|3.7336010986494003e-06| +|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7298778399360653e-06| +|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7298778399360653e-06| +|pypi|[saspy](https://pypi.org/project/saspy)|3.7298778399360653e-06| +|npm|escape-html|3.7250726568214293e-06| +|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.7168363090271995e-06| +|npm|eslint-plugin-jsx-a11y|3.7163386963328633e-06| +|pypi|[Twisted](https://pypi.org/project/Twisted)|3.7159830408203514e-06| +|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.713291931267737e-06| +|cran|[move](https://bartk.gitlab.io/move/)|3.707003408738767e-06| +|pypi|[portray](https://pypi.org/project/portray)|3.691024945770065e-06| +|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.691024945770065e-06| +|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.691024945770065e-06| +|npm|superagent|3.691024945770065e-06| +|npm|connect-flash|3.691024945770065e-06| +|npm|isexe|3.691024945770065e-06| +|spack|nspr|3.683347613882863e-06| +|cran|goftest|3.665569601316478e-06| +|cran|tensor|3.665569601316478e-06| +|cran|spatstat.sparse|3.665569601316478e-06| +|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.6642182392514762e-06| +|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.6642182392514762e-06| +|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.6642182392514762e-06| +|pypi|[configupdater](https://pypi.org/project/configupdater)|3.6642182392514762e-06| +|cran|ellipse|3.658394098265279e-06| +|npm|seedrandom|3.655872327238921e-06| +|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.654329911507407e-06| +|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.6432202665344017e-06| +|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6426242815637283e-06| +|cran|[servr](https://github.com/yihui/servr)|3.6335024790827325e-06| +|cran|doRNG|3.631968546637744e-06| +|cran|keras|3.6273987585313558e-06| +|npm|[typedoc](https://typedoc.org)|3.6208954718004335e-06| +|rubygems|reline|3.61757354934924e-06| +|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6164587852494587e-06| +|npm|sass-true|3.6156979060604716e-06| +|cran|[rdflib](https://github.com/ropensci/rdflib)|3.6156979060604716e-06| +|requirements.txt|gitlab/aegge/comet-emu|3.6153289949385395e-06| +|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6153289949385395e-06| +|requirements.txt|gitlab/rki_bioinformatics/purple|3.6153289949385395e-06| +|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6153289949385395e-06| +|requirements.txt|gitlab/dsbowen/conditional-inference|3.6153289949385395e-06| +|requirements.txt|gitlab/sybreton/apollinaire|3.6153289949385395e-06| +|requirements.txt|gitlab/esa/pyxel|3.6153289949385395e-06| +|requirements.txt|gitlab/gpagano/lensinggw|3.6153289949385395e-06| +|requirements.txt|gitlab/binary_c/binary_c-python|3.6153289949385395e-06| +|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6153289949385395e-06| +|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6153289949385395e-06| +|requirements.txt|gitlab/ENKI-portal/vaporock|3.6153289949385395e-06| +|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6153289949385395e-06| +|requirements.txt|gitlab/AstroVian/bmarxiv|3.6153289949385395e-06| +|requirements.txt|gitlab/jesseds/apav|3.6153289949385395e-06| +|requirements.txt|gitlab/LouisLab/PiVR|3.6153289949385395e-06| +|requirements.txt|gitlab/dglaeser/fieldcompare|3.6153289949385395e-06| +|requirements.txt|gitlab/casi-project/casi-2d|3.6153289949385395e-06| +|requirements.txt|gitlab/cracklet/cracklet|3.6153289949385395e-06| +|requirements.txt|gitlab/etienne.behar/menura|3.6153289949385395e-06| +|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6153289949385395e-06| +|requirements.txt|github/pylops/pyproximal|3.6153289949385395e-06| +|requirements.txt|github/tikk3r/legacystamps|3.6153289949385395e-06| +|requirements.txt|github/katholt/Kleborate|3.6153289949385395e-06| +|requirements.txt|github/fgbuster/fgbuster|3.6153289949385395e-06| +|requirements.txt|github/hyosubkim/bayes-toolbox|3.6153289949385395e-06| +|requirements.txt|github/grahambell/pymoc|3.6153289949385395e-06| +|requirements.txt|github/rodluger/everest|3.6153289949385395e-06| +|requirements.txt|github/xraypy/xraylarch|3.6153289949385395e-06| +|requirements.txt|github/Leo-Simpson/c-lasso|3.6153289949385395e-06| +|requirements.txt|github/variomes/sibtm-variomes|3.6153289949385395e-06| +|requirements.txt|github/robashaw/libecpint|3.6153289949385395e-06| +|requirements.txt|github/barentsen/dave|3.6153289949385395e-06| +|requirements.txt|github/barentsen/k2flix|3.6153289949385395e-06| +|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6153289949385395e-06| +|requirements.txt|github/pyamg/pyamg|3.6153289949385395e-06| +|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6153289949385395e-06| +|requirements.txt|github/UoMMIB/TFBMiner|3.6153289949385395e-06| +|requirements.txt|github/klb2/qmkpy|3.6153289949385395e-06| +|requirements.txt|github/WangLabTHU/DeSP|3.6153289949385395e-06| +|requirements.txt|github/SuperKogito/spafe|3.6153289949385395e-06| +|requirements.txt|github/bonsai-team/matam|3.6153289949385395e-06| +|requirements.txt|github/harrispopgen/mutyper|3.6153289949385395e-06| +|requirements.txt|github/zhoux85/scAdapt|3.6153289949385395e-06| +|requirements.txt|github/danhey/echelle|3.6153289949385395e-06| +|requirements.txt|github/astromer-science/main-code|3.6153289949385395e-06| +|requirements.txt|github/aimalz/qp|3.6153289949385395e-06| +|requirements.txt|github/lmcinnes/umap|3.6153289949385395e-06| +|requirements.txt|github/onnela-lab/beiwe-backend|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/hide|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/seek|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6153289949385395e-06| +|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6153289949385395e-06| +|requirements.txt|github/LCOGT/neoexchange|3.6153289949385395e-06| +|requirements.txt|github/mlares/hearsay|3.6153289949385395e-06| +|requirements.txt|github/tessgi/tvguide|3.6153289949385395e-06| +|requirements.txt|github/ot483/NetCom|3.6153289949385395e-06| +|requirements.txt|github/pnsaevik/effluent|3.6153289949385395e-06| +|requirements.txt|github/LuisScoccola/persistable|3.6153289949385395e-06| +|requirements.txt|github/duetosymmetry/qnm|3.6153289949385395e-06| +|requirements.txt|github/ToyotaCRDL/mahos|3.6153289949385395e-06| +|requirements.txt|github/firefly-cpp/NiaARM|3.6153289949385395e-06| +|requirements.txt|github/soraxas/sbp-env|3.6153289949385395e-06| +|requirements.txt|github/mwvgroup/pwv_kpno|3.6153289949385395e-06| +|requirements.txt|github/linsalrob/PhiSpy|3.6153289949385395e-06| +|requirements.txt|github/emerge-erc/ALminer|3.6153289949385395e-06| +|requirements.txt|github/PolymerGuy/recolo|3.6153289949385395e-06| +|requirements.txt|github/amrex-astro/Castro|3.6153289949385395e-06| +|requirements.txt|github/amrex-astro/Nyx|3.6153289949385395e-06| +|requirements.txt|github/JulianZDing/UniMAP|3.6153289949385395e-06| +|requirements.txt|github/STOmics/EAGS|3.6153289949385395e-06| +|requirements.txt|github/sybila/biodivine-aeon-py|3.6153289949385395e-06| +|requirements.txt|github/mwalmsley/zoobot|3.6153289949385395e-06| +|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6153289949385395e-06| +|requirements.txt|github/intake/intake|3.6153289949385395e-06| +|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6153289949385395e-06| +|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6153289949385395e-06| +|requirements.txt|github/nialov/fractopo|3.6153289949385395e-06| +|requirements.txt|github/secimTools/SECIMTools|3.6153289949385395e-06| +|requirements.txt|github/mraveri/tensiometer|3.6153289949385395e-06| +|requirements.txt|github/frescigno/magpy_rv|3.6153289949385395e-06| +|requirements.txt|github/abinit/abinit|3.6153289949385395e-06| +|requirements.txt|github/EGaraldi/corecon|3.6153289949385395e-06| +|requirements.txt|github/fenderglass/Ragout|3.6153289949385395e-06| +|requirements.txt|github/fenderglass/Flye|3.6153289949385395e-06| +|requirements.txt|github/ebachelet/pyLIMA|3.6153289949385395e-06| +|requirements.txt|github/KVSlab/VaMPy|3.6153289949385395e-06| +|requirements.txt|github/StingraySoftware/HENDRICS|3.6153289949385395e-06| +|requirements.txt|github/21cmfast/21cmEMU|3.6153289949385395e-06| +|requirements.txt|github/a-griffiths/AutoSpec|3.6153289949385395e-06| +|requirements.txt|github/MIAnalyzer/MIA|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/Castro|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/Nyx|3.6153289949385395e-06| +|requirements.txt|github/matiscke/lcps|3.6153289949385395e-06| +|requirements.txt|github/johnh2o2/cuvarbase|3.6153289949385395e-06| +|requirements.txt|github/johnpaulett/python-hl7|3.6153289949385395e-06| +|requirements.txt|github/mswzeus/TargetNet|3.6153289949385395e-06| +|requirements.txt|github/lpantano/seqcluster|3.6153289949385395e-06| +|requirements.txt|github/dirmeier/surjectors|3.6153289949385395e-06| +|requirements.txt|github/swagnercarena/paltas|3.6153289949385395e-06| +|requirements.txt|github/damonge/schNell|3.6153289949385395e-06| +|requirements.txt|github/roualdes/bridgestan|3.6153289949385395e-06| +|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6153289949385395e-06| +|requirements.txt|github/kiyo-masui/bitshuffle|3.6153289949385395e-06| +|requirements.txt|github/lgrcia/prose|3.6153289949385395e-06| +|requirements.txt|github/achael/eht-imaging|3.6153289949385395e-06| +|requirements.txt|github/iancze/PSOAP|3.6153289949385395e-06| +|requirements.txt|github/Kamuish/archi|3.6153289949385395e-06| +|requirements.txt|github/mpound/pdrtpy|3.6153289949385395e-06| +|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6153289949385395e-06| +|requirements.txt|github/labsyspharm/minerva-story|3.6153289949385395e-06| +|requirements.txt|github/aewallin/allantools|3.6153289949385395e-06| +|requirements.txt|github/mrempel/geohexviz|3.6153289949385395e-06| +|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6153289949385395e-06| +|requirements.txt|github/pysam-developers/pysam|3.6153289949385395e-06| +|requirements.txt|github/wmglab-duke/ascent|3.6153289949385395e-06| +|requirements.txt|github/pynucastro/pynucastro|3.6153289949385395e-06| +|requirements.txt|github/li-yangyang/lotus|3.6153289949385395e-06| +|requirements.txt|github/austinpeel/herculens|3.6153289949385395e-06| +|requirements.txt|github/JakobBD/pounce|3.6153289949385395e-06| +|requirements.txt|github/annayqho/TheCannon|3.6153289949385395e-06| +|requirements.txt|github/Basvanstein/GSAreport|3.6153289949385395e-06| +|requirements.txt|github/kkjawz/coref-ee|3.6153289949385395e-06| +|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6153289949385395e-06| +|requirements.txt|github/jesford/cluster-lensing|3.6153289949385395e-06| +|requirements.txt|github/broadinstitute/cromwell|3.6153289949385395e-06| +|requirements.txt|github/dartoon/galight|3.6153289949385395e-06| +|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6153289949385395e-06| +|requirements.txt|github/snowformatics/macrobot|3.6153289949385395e-06| +|requirements.txt|github/Jacks0nJ/PyFPT|3.6153289949385395e-06| +|requirements.txt|github/epi2me-labs/mapula|3.6153289949385395e-06| +|requirements.txt|github/skyfielders/python-skyfield|3.6153289949385395e-06| +|requirements.txt|github/luizfelippesr/galmag|3.6153289949385395e-06| +|requirements.txt|github/erling6232/imagedata|3.6153289949385395e-06| +|requirements.txt|github/jts/nanopolish|3.6153289949385395e-06| +|requirements.txt|github/MrOlm/drep|3.6153289949385395e-06| +|requirements.txt|github/theislab/scCODA|3.6153289949385395e-06| +|requirements.txt|github/uab-cgds-worthey/quac|3.6153289949385395e-06| +|requirements.txt|github/python-hydro/pyro2|3.6153289949385395e-06| +|requirements.txt|github/desihub/fastspecfit|3.6153289949385395e-06| +|requirements.txt|github/fhcrc/seqmagick|3.6153289949385395e-06| +|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6153289949385395e-06| +|requirements.txt|github/kinnala/scikit-fem|3.6153289949385395e-06| +|requirements.txt|github/sorenwacker/ProteomicsQC|3.6153289949385395e-06| +|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6153289949385395e-06| +|requirements.txt|github/Higgins00/TESS-Localize|3.6153289949385395e-06| +|requirements.txt|github/palaeoware/revosim|3.6153289949385395e-06| +|requirements.txt|github/tholoien/empiriciSN|3.6153289949385395e-06| +|requirements.txt|github/tholoien/XDGMM|3.6153289949385395e-06| +|requirements.txt|github/mentatpsi/OSGenome|3.6153289949385395e-06| +|requirements.txt|github/hpparvi/opents|3.6153289949385395e-06| +|requirements.txt|github/hpparvi/PyTransit|3.6153289949385395e-06| +|requirements.txt|github/ronshnapp/MyPTV|3.6153289949385395e-06| +|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6153289949385395e-06| +|requirements.txt|github/trygvrad/DF-XRM_viz|3.6153289949385395e-06| +|requirements.txt|github/HLasse/TextDescriptives|3.6153289949385395e-06| +|requirements.txt|github/ZJUFanLab/bulk2space|3.6153289949385395e-06| +|requirements.txt|github/ppsp-team/PyNM|3.6153289949385395e-06| +|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6153289949385395e-06| +|requirements.txt|github/ABM4ALL/Melodie|3.6153289949385395e-06| +|requirements.txt|github/esa/NIDN|3.6153289949385395e-06| +|requirements.txt|github/smaret/astrochem|3.6153289949385395e-06| +|requirements.txt|github/FlorianThibord/OptimiR|3.6153289949385395e-06| +|requirements.txt|github/muctadir/lama|3.6153289949385395e-06| +|requirements.txt|github/COMBINE-lab/alevin-fry|3.6153289949385395e-06| +|requirements.txt|github/rhdtownsend/gyre|3.6153289949385395e-06| +|requirements.txt|github/chanzuckerberg/cellxgene|3.6153289949385395e-06| +|requirements.txt|github/dib-lab/dammit|3.6153289949385395e-06| +|requirements.txt|github/dib-lab/sourmash|3.6153289949385395e-06| +|requirements.txt|github/cwieder/py-ssPA|3.6153289949385395e-06| +|requirements.txt|github/igmhub/LyaCoLoRe|3.6153289949385395e-06| +|requirements.txt|github/igmhub/picca|3.6153289949385395e-06| +|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/pycrires|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/ARTES|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/species|3.6153289949385395e-06| +|requirements.txt|github/Lyalpha/spalipy|3.6153289949385395e-06| +|requirements.txt|github/rcsb/mmtf-python|3.6153289949385395e-06| +|requirements.txt|github/stinefm/relsad|3.6153289949385395e-06| +|requirements.txt|github/danielenricocahall/elephas|3.6153289949385395e-06| +|requirements.txt|github/idruglab/hignn|3.6153289949385395e-06| +|requirements.txt|github/Climdyn/qgs|3.6153289949385395e-06| +|requirements.txt|github/PaulRitsche/DLTrack|3.6153289949385395e-06| +|requirements.txt|github/ablab/TandemTools|3.6153289949385395e-06| +|requirements.txt|github/pavolgaj/ObsPlanner|3.6153289949385395e-06| +|requirements.txt|github/Smith42/pix2prof|3.6153289949385395e-06| +|requirements.txt|github/legolason/PyQSOFit|3.6153289949385395e-06| +|requirements.txt|github/kingyin3613/RingsPy|3.6153289949385395e-06| +|requirements.txt|github/OpenBioLink/Explorer|3.6153289949385395e-06| +|requirements.txt|github/abatten/fruitbat|3.6153289949385395e-06| +|requirements.txt|github/tamarervin/SolAster|3.6153289949385395e-06| +|requirements.txt|github/dfm/ketu|3.6153289949385395e-06| +|requirements.txt|github/ketch/RK-Opt|3.6153289949385395e-06| +|requirements.txt|github/minkailin/stratsi|3.6153289949385395e-06| +|requirements.txt|github/londumas/redvsblue|3.6153289949385395e-06| +|requirements.txt|github/deeptools/deepTools|3.6153289949385395e-06| +|requirements.txt|github/deeptools/HiCExplorer|3.6153289949385395e-06| +|requirements.txt|github/arnikz/PIQMIe|3.6153289949385395e-06| +|requirements.txt|github/huiwenke/MineProt|3.6153289949385395e-06| +|requirements.txt|github/Zafiirah13/meercrab|3.6153289949385395e-06| +|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6153289949385395e-06| +|requirements.txt|github/miracum/ahd2fhir|3.6153289949385395e-06| +|requirements.txt|github/rae-holcomb/SpinSpotter|3.6153289949385395e-06| +|requirements.txt|github/JLiangLab/TransVW|3.6153289949385395e-06| +|requirements.txt|github/kylemede/ExoSOFT|3.6153289949385395e-06| +|requirements.txt|github/myinxd/mcrgnet|3.6153289949385395e-06| +|requirements.txt|github/semaphoreP/whereistheplanet|3.6153289949385395e-06| +|requirements.txt|github/epfl-radio-astro/PINION|3.6153289949385395e-06| +|requirements.txt|github/epfl-radio-astro/LiSA|3.6153289949385395e-06| +|requirements.txt|github/sczesla/PyAstronomy|3.6153289949385395e-06| +|requirements.txt|github/igvteam/igv-reports|3.6153289949385395e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6153289949385395e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6153289949385395e-06| +|requirements.txt|github/freqtrade/freqtrade|3.6153289949385395e-06| +|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6153289949385395e-06| +|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6153289949385395e-06| +|requirements.txt|github/suneeshjacob/ACRoD|3.6153289949385395e-06| +|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6153289949385395e-06| +|requirements.txt|github/kboone/avocado|3.6153289949385395e-06| +|requirements.txt|github/lucianolorenti/ceruleo|3.6153289949385395e-06| +|requirements.txt|github/icecube/TauRunner|3.6153289949385395e-06| +|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6153289949385395e-06| +|requirements.txt|github/ashleychontos/pySYD|3.6153289949385395e-06| +|requirements.txt|github/nextstrain/nextclade|3.6153289949385395e-06| +|requirements.txt|github/CederGroupHub/sparse-lm|3.6153289949385395e-06| +|requirements.txt|github/CederGroupHub/smol|3.6153289949385395e-06| +|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6153289949385395e-06| +|requirements.txt|github/pysal/spopt|3.6153289949385395e-06| +|requirements.txt|github/atomec-project/atoMEC|3.6153289949385395e-06| +|requirements.txt|github/Narayana-Rao/SAR-tools|3.6153289949385395e-06| +|requirements.txt|github/htjb/globalemu|3.6153289949385395e-06| +|requirements.txt|github/htjb/margarine|3.6153289949385395e-06| +|requirements.txt|github/benjaminbolling/RSW|3.6153289949385395e-06| +|requirements.txt|github/wouterpeere/GHEtool|3.6153289949385395e-06| +|requirements.txt|github/RuiningZHAO/wcpy|3.6153289949385395e-06| +|requirements.txt|github/YangLab/CIRCexplorer2|3.6153289949385395e-06| +|requirements.txt|github/vortex-exoplanet/VIP|3.6153289949385395e-06| +|requirements.txt|github/SESMG/SESMG|3.6153289949385395e-06| +|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6153289949385395e-06| +|requirements.txt|github/johnveitch/cpnest|3.6153289949385395e-06| +|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6153289949385395e-06| +|requirements.txt|github/PacificBiosciences/pbbam|3.6153289949385395e-06| +|requirements.txt|github/ncbi/datasets|3.6153289949385395e-06| +|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6153289949385395e-06| +|requirements.txt|github/ImperialCollegeLondon/champ|3.6153289949385395e-06| +|requirements.txt|github/xuanxu/starmatrix|3.6153289949385395e-06| +|requirements.txt|github/moead-framework/framework|3.6153289949385395e-06| +|requirements.txt|github/ianfhunter/GNOLL|3.6153289949385395e-06| +|requirements.txt|github/cylammarco/WDPhotTools|3.6153289949385395e-06| +|requirements.txt|github/cylammarco/ASPIRED|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/VarSum|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/MutViz|3.6153289949385395e-06| +|requirements.txt|github/kblin/ncbi-acc-download|3.6153289949385395e-06| +|requirements.txt|github/joshspeagle/dynesty|3.6153289949385395e-06| +|requirements.txt|github/villano-lab/nrCascadeSim|3.6153289949385395e-06| +|requirements.txt|github/segasai/rvspecfit|3.6153289949385395e-06| +|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6153289949385395e-06| +|requirements.txt|github/j-erler/pymf|3.6153289949385395e-06| +|requirements.txt|github/JD2112/methylr|3.6153289949385395e-06| +|requirements.txt|github/tud-hri/joan|3.6153289949385395e-06| +|requirements.txt|github/tud-hri/travia|3.6153289949385395e-06| +|requirements.txt|github/jgieseler/solarmach|3.6153289949385395e-06| +|requirements.txt|github/williamjameshandley/anesthetic|3.6153289949385395e-06| +|requirements.txt|github/williamjameshandley/fgivenx|3.6153289949385395e-06| +|requirements.txt|github/ryneches/SuchTree|3.6153289949385395e-06| +|requirements.txt|github/wbalmer/backtracks|3.6153289949385395e-06| +|requirements.txt|github/wbalmer/backtrack|3.6153289949385395e-06| +|requirements.txt|github/silx-kit/pyFAI|3.6153289949385395e-06| +|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6153289949385395e-06| +|requirements.txt|github/wcoulton/CompressedFisher|3.6153289949385395e-06| +|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6153289949385395e-06| +|requirements.txt|github/phirling/pyc2ray|3.6153289949385395e-06| +|requirements.txt|github/JorenSix/Olaf|3.6153289949385395e-06| +|requirements.txt|github/cdanielmachado/reframed|3.6153289949385395e-06| +|requirements.txt|github/singularityhub/sregistry|3.6153289949385395e-06| +|requirements.txt|github/open2c/pairtools|3.6153289949385395e-06| +|requirements.txt|github/logan-pearce/lofti_gaia|3.6153289949385395e-06| +|requirements.txt|github/benstahl92/deepSIP|3.6153289949385395e-06| +|requirements.txt|github/khyox/recentrifuge|3.6153289949385395e-06| +|requirements.txt|github/pyomeca/biosiglive|3.6153289949385395e-06| +|requirements.txt|github/TianlaiProject/tlpipe|3.6153289949385395e-06| +|requirements.txt|github/SPARTA-dev/SPARTA|3.6153289949385395e-06| +|requirements.txt|github/taoliu/MACS|3.6153289949385395e-06| +|requirements.txt|github/radiocosmology/draco|3.6153289949385395e-06| +|requirements.txt|github/radiocosmology/driftscan|3.6153289949385395e-06| +|requirements.txt|github/SCIInstitute/UncertainSCI|3.6153289949385395e-06| +|requirements.txt|github/YesselmanLab/rna_map|3.6153289949385395e-06| +|requirements.txt|github/sebastian-zieba/PACMAN|3.6153289949385395e-06| +|requirements.txt|github/PNNL-m-q/mza|3.6153289949385395e-06| +|requirements.txt|github/micahvista/MAMnet|3.6153289949385395e-06| +|requirements.txt|github/jpierel14/snsed|3.6153289949385395e-06| +|requirements.txt|github/biocircuits/bioscrape|3.6153289949385395e-06| +|requirements.txt|github/me-manu/gammaALPs|3.6153289949385395e-06| +|requirements.txt|github/maxmahlke/ssos|3.6153289949385395e-06| +|requirements.txt|github/UTEL-UIUC/gtfs_segments|3.6153289949385395e-06| +|requirements.txt|github/EnricoCorsaro/FAMED|3.6153289949385395e-06| +|requirements.txt|github/winger/hawking_net|3.6153289949385395e-06| +|requirements.txt|github/kazewong/flowMC|3.6153289949385395e-06| +|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6153289949385395e-06| +|requirements.txt|github/BorgwardtLab/simbsig|3.6153289949385395e-06| +|requirements.txt|github/SterlingYM/astroPIPS|3.6153289949385395e-06| +|requirements.txt|github/statgen/Minimac4|3.6153289949385395e-06| +|requirements.txt|github/ajshajib/dolphin|3.6153289949385395e-06| +|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6153289949385395e-06| +|requirements.txt|github/NBISweden/AGAT|3.6153289949385395e-06| +|requirements.txt|github/saberyoung/haffet|3.6153289949385395e-06| +|requirements.txt|github/1313e/CMasher|3.6153289949385395e-06| +|requirements.txt|github/rzellem/EXOTIC|3.6153289949385395e-06| +|requirements.txt|github/scikit-tda/DREiMac|3.6153289949385395e-06| +|requirements.txt|github/MD-Studio/MDStudio|3.6153289949385395e-06| +|requirements.txt|github/Julian/jsonschema|3.6153289949385395e-06| +|requirements.txt|github/pudu-py/pudu|3.6153289949385395e-06| +|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6153289949385395e-06| +|requirements.txt|github/asntech/intervene|3.6153289949385395e-06| +|requirements.txt|github/astroweaver/the_farmer|3.6153289949385395e-06| +|requirements.txt|github/ifilot/edp|3.6153289949385395e-06| +|requirements.txt|github/BioGearsEngine/core|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/Stimela-classic|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/PyMORESANE|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/QuartiCal|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/Stimela|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/rodrigues|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/breizorro|3.6153289949385395e-06| +|requirements.txt|github/mrtommyb/ktransit|3.6153289949385395e-06| +|requirements.txt|github/ArgonneCPAC/diffmah|3.6153289949385395e-06| +|requirements.txt|github/ArgonneCPAC/diffstar|3.6153289949385395e-06| +|requirements.txt|github/ywx649999311/EzTao|3.6153289949385395e-06| +|requirements.txt|github/icrar/daliuge|3.6153289949385395e-06| +|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6153289949385395e-06| +|requirements.txt|github/MRChemSoft/mrchem|3.6153289949385395e-06| +|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6153289949385395e-06| +|requirements.txt|github/SimonPfeifer/cows|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/K2fov|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/kadenza|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/PyKE|3.6153289949385395e-06| +|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6153289949385395e-06| +|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6153289949385395e-06| +|requirements.txt|github/grant-m-s/astronomicAL|3.6153289949385395e-06| +|requirements.txt|github/mirapy-org/mirapy|3.6153289949385395e-06| +|requirements.txt|github/ihmwg/python-modelcif|3.6153289949385395e-06| +|requirements.txt|github/Samreay/ChainConsumer|3.6153289949385395e-06| +|requirements.txt|github/Samreay/Barry|3.6153289949385395e-06| +|requirements.txt|github/N-Wouda/ALNS|3.6153289949385395e-06| +|requirements.txt|github/teuben/QAC|3.6153289949385395e-06| +|requirements.txt|github/marius311/cosmoslik|3.6153289949385395e-06| +|requirements.txt|github/jkrogager/VoigtFit|3.6153289949385395e-06| +|requirements.txt|github/tuoyl/tat-pulsar|3.6153289949385395e-06| +|requirements.txt|github/mirnylab/cooler|3.6153289949385395e-06| +|requirements.txt|github/mirnylab/pairtools|3.6153289949385395e-06| +|requirements.txt|github/LoganAMorrison/Hazma|3.6153289949385395e-06| +|requirements.txt|github/openmsi/openmsistream|3.6153289949385395e-06| +|requirements.txt|github/IMMM-SFA/tell|3.6153289949385395e-06| +|requirements.txt|github/winni2k/abeona|3.6153289949385395e-06| +|requirements.txt|github/pni-lab/mlconfound|3.6153289949385395e-06| +|requirements.txt|github/vrodgom/statmorph|3.6153289949385395e-06| +|requirements.txt|github/kartheikiyer/dense_basis|3.6153289949385395e-06| +|requirements.txt|github/jellis18/PTMCMCSampler|3.6153289949385395e-06| +|requirements.txt|github/msyazwanfaid/hilalpy|3.6153289949385395e-06| +|requirements.txt|github/OxES/k2sc|3.6153289949385395e-06| +|requirements.txt|github/zachetienne/nrpytutorial|3.6153289949385395e-06| +|requirements.txt|github/iontorrent/TS|3.6153289949385395e-06| +|requirements.txt|github/bjmorgan/py-sc-fermi|3.6153289949385395e-06| +|requirements.txt|github/markur4/plotastic|3.6153289949385395e-06| +|requirements.txt|github/mwanakijiji/rrlfe|3.6153289949385395e-06| +|requirements.txt|github/connor-lab/vapor|3.6153289949385395e-06| +|requirements.txt|github/mgieles/limepy|3.6153289949385395e-06| +|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6153289949385395e-06| +|requirements.txt|github/galaxyproject/galaxy-lib|3.6153289949385395e-06| +|requirements.txt|github/deepmind/alphafold|3.6153289949385395e-06| +|requirements.txt|github/r3w0p/bobocep|3.6153289949385395e-06| +|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6153289949385395e-06| +|requirements.txt|github/tvwenger/millennium-tap-query|3.6153289949385395e-06| +|requirements.txt|github/pcingola/SnpEff|3.6153289949385395e-06| +|requirements.txt|github/rpoleski/MulensModel|3.6153289949385395e-06| +|requirements.txt|github/jtschindler/sculptor|3.6153289949385395e-06| +|requirements.txt|github/pmlmodelling/nctoolkit|3.6153289949385395e-06| +|requirements.txt|github/cmoestl/3DCORE|3.6153289949385395e-06| +|requirements.txt|github/stammler/dustpylib|3.6153289949385395e-06| +|requirements.txt|github/pyvisa/pyvisa|3.6153289949385395e-06| +|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6153289949385395e-06| +|requirements.txt|github/siavashk/pycpd|3.6153289949385395e-06| +|requirements.txt|github/alawryaguila/multi-view-AE|3.6153289949385395e-06| +|requirements.txt|github/rsnemmen/BCES|3.6153289949385395e-06| +|requirements.txt|github/zhangyk8/sconce-scms|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/spinning-up-basic|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/Rainbow|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/PlaNet|3.6153289949385395e-06| +|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6153289949385395e-06| +|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6153289949385395e-06| +|requirements.txt|github/benlansdell/ethome|3.6153289949385395e-06| +|requirements.txt|github/VIB-PSB/MINI-EX|3.6153289949385395e-06| +|requirements.txt|github/BASTAcode/BASTA|3.6153289949385395e-06| +|requirements.txt|github/transientskp/lpf|3.6153289949385395e-06| +|requirements.txt|github/astroboylrx/Rubble|3.6153289949385395e-06| +|requirements.txt|github/aboucaud/pypher|3.6153289949385395e-06| +|requirements.txt|github/gmbrandt/HTOF|3.6153289949385395e-06| +|requirements.txt|github/exoclime/HELA|3.6153289949385395e-06| +|requirements.txt|github/exoclime/HELIOS-K|3.6153289949385395e-06| +|requirements.txt|github/valentineap/pyprop8|3.6153289949385395e-06| +|requirements.txt|github/mms-fcul/PypKa|3.6153289949385395e-06| +|requirements.txt|github/Chenmi0619/GALMoss|3.6153289949385395e-06| +|requirements.txt|github/gbrammer/grizli|3.6153289949385395e-06| +|requirements.txt|github/RBrearton/islatu|3.6153289949385395e-06| +|requirements.txt|github/travisseymour/EPICpy|3.6153289949385395e-06| +|requirements.txt|github/chemfiles/chemfiles|3.6153289949385395e-06| +|requirements.txt|github/mindearth/mobilkit|3.6153289949385395e-06| +|requirements.txt|github/ITA-Solar/rh|3.6153289949385395e-06| +|requirements.txt|github/mjshao06/pdifFinder|3.6153289949385395e-06| +|requirements.txt|github/parsotat/batanalysis|3.6153289949385395e-06| +|requirements.txt|github/LSARP/ProteomicsQC|3.6153289949385395e-06| +|requirements.txt|github/hongwanliu/DarkHistory|3.6153289949385395e-06| +|requirements.txt|github/AOtools/aotools|3.6153289949385395e-06| +|requirements.txt|github/hposborn/MonoTools|3.6153289949385395e-06| +|requirements.txt|github/enveda/RPath|3.6153289949385395e-06| +|requirements.txt|github/ethicsai/ethical-smart-grid|3.6153289949385395e-06| +|requirements.txt|github/paulbrodersen/netgraph|3.6153289949385395e-06| +|requirements.txt|github/nickk124/RCR|3.6153289949385395e-06| +|requirements.txt|github/smithlabcode/dnmtools|3.6153289949385395e-06| +|requirements.txt|github/ORNL/curifactory|3.6153289949385395e-06| +|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6153289949385395e-06| +|requirements.txt|github/MikeSWang/HorizonGRound|3.6153289949385395e-06| +|requirements.txt|github/MikeSWang/Harmonia|3.6153289949385395e-06| +|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6153289949385395e-06| +|requirements.txt|github/mtlam/PyPulse|3.6153289949385395e-06| +|requirements.txt|github/uedaLabR/nanoDoc|3.6153289949385395e-06| +|requirements.txt|github/telatin/qax|3.6153289949385395e-06| +|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6153289949385395e-06| +|requirements.txt|github/ucberkeleyseti/blimpy|3.6153289949385395e-06| +|requirements.txt|github/bedops/bedops|3.6153289949385395e-06| +|requirements.txt|github/SDXorg/pysd|3.6153289949385395e-06| +|requirements.txt|github/ryanhausen/fitsmap|3.6153289949385395e-06| +|requirements.txt|github/koszullab/pareidolia|3.6153289949385395e-06| +|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6153289949385395e-06| +|requirements.txt|github/sjteresi/TE_Density|3.6153289949385395e-06| +|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6153289949385395e-06| +|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6153289949385395e-06| +|requirements.txt|github/tylertrimble/viswaternet|3.6153289949385395e-06| +|requirements.txt|github/jonas-fuchs/varVAMP|3.6153289949385395e-06| +|requirements.txt|github/learningsimulator/learningsimulator|3.6153289949385395e-06| +|requirements.txt|github/erikbern/ann-benchmarks|3.6153289949385395e-06| +|requirements.txt|github/minaskar/hankl|3.6153289949385395e-06| +|requirements.txt|github/minaskar/zeus|3.6153289949385395e-06| +|requirements.txt|github/minaskar/pocomc|3.6153289949385395e-06| +|requirements.txt|github/drphilmarshall/HumVI|3.6153289949385395e-06| +|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6153289949385395e-06| +|requirements.txt|github/johannesulf/dsigma|3.6153289949385395e-06| +|requirements.txt|github/nabeelre/BTSbot|3.6153289949385395e-06| +|requirements.txt|github/SebastianBocquet/pygtc|3.6153289949385395e-06| +|requirements.txt|github/cytham/nanovar|3.6153289949385395e-06| +|requirements.txt|github/imcgreer/simqso|3.6153289949385395e-06| +|requirements.txt|github/MichelleLochner/astronomaly|3.6153289949385395e-06| +|requirements.txt|github/podondra/bayesian-sznet|3.6153289949385395e-06| +|requirements.txt|github/exosports/homer|3.6153289949385395e-06| +|requirements.txt|github/exosports/MARGE|3.6153289949385395e-06| +|requirements.txt|github/pyxnat/pyxnat|3.6153289949385395e-06| +|requirements.txt|github/AWehrhahn/SME|3.6153289949385395e-06| +|requirements.txt|github/widdowquinn/pyani|3.6153289949385395e-06| +|requirements.txt|github/kno10/python-kmedoids|3.6153289949385395e-06| +|requirements.txt|github/ska-sa/katdal|3.6153289949385395e-06| +|requirements.txt|github/RosettaCommons/RFDesign|3.6153289949385395e-06| +|requirements.txt|github/SHTOOLS/SHTOOLS|3.6153289949385395e-06| +|requirements.txt|github/JLBLine/WODEN|3.6153289949385395e-06| +|requirements.txt|github/JLBLine/PUMA|3.6153289949385395e-06| +|requirements.txt|github/villrv/SuperRAENN|3.6153289949385395e-06| +|requirements.txt|github/silburt/DeepMoon|3.6153289949385395e-06| +|requirements.txt|github/GalletFlorian/TATOO|3.6153289949385395e-06| +|requirements.txt|github/jeschaef/Graph4Med|3.6153289949385395e-06| +|requirements.txt|github/MedMaxLab/selfEEG|3.6153289949385395e-06| +|requirements.txt|github/bthorne93/PySM_public|3.6153289949385395e-06| +|requirements.txt|github/pysat/pysat|3.6153289949385395e-06| +|requirements.txt|github/nanograv/enterprise|3.6153289949385395e-06| +|requirements.txt|github/miguelcarcamov/csromer|3.6153289949385395e-06| +|requirements.txt|github/miguelcarcamov/gpuvmem|3.6153289949385395e-06| +|requirements.txt|github/ExObsSim/ExoRad2-public|3.6153289949385395e-06| +|requirements.txt|github/timstaley/amisurvey|3.6153289949385395e-06| +|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6153289949385395e-06| +|requirements.txt|github/nickelnine37/pykronecker|3.6153289949385395e-06| +|requirements.txt|github/PynPoint/PynPoint|3.6153289949385395e-06| +|requirements.txt|github/ggonnella/fastsubtrees|3.6153289949385395e-06| +|requirements.txt|github/ECP-WarpX/WarpX|3.6153289949385395e-06| +|requirements.txt|github/floodlight-sports/floodlight|3.6153289949385395e-06| +|requirements.txt|github/olivecha/guitarsounds|3.6153289949385395e-06| +|requirements.txt|github/pennsignals/chime|3.6153289949385395e-06| +|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6153289949385395e-06| +|requirements.txt|github/reneshbedre/bioinfokit|3.6153289949385395e-06| +|requirements.txt|github/JacobBumgarner/VesselVio|3.6153289949385395e-06| +|requirements.txt|github/candYgene/siga|3.6153289949385395e-06| +|requirements.txt|github/ngbusca/QuasarNET|3.6153289949385395e-06| +|requirements.txt|github/arq5x/poretools|3.6153289949385395e-06| +|requirements.txt|github/qmarcou/IGoR|3.6153289949385395e-06| +|requirements.txt|github/CGATOxford/UMI-tools|3.6153289949385395e-06| +|requirements.txt|github/OSeMOSYS/otoole|3.6153289949385395e-06| +|requirements.txt|github/DSIMB/medusa|3.6153289949385395e-06| +|requirements.txt|github/aertslab/pySCENIC|3.6153289949385395e-06| +|requirements.txt|github/TearsWaiting/MIMML|3.6153289949385395e-06| +|requirements.txt|github/JulianBMunoz/Zeus21|3.6153289949385395e-06| +|requirements.txt|github/JulianBMunoz/RelicFast|3.6153289949385395e-06| +|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6153289949385395e-06| +|requirements.txt|github/flu-crew/smot|3.6153289949385395e-06| +|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6153289949385395e-06| +|requirements.txt|github/MLMI2-CSSI/foundry|3.6153289949385395e-06| +|requirements.txt|github/opengeos/segment-geospatial|3.6153289949385395e-06| +|requirements.txt|github/NREL/G2Aero|3.6153289949385395e-06| +|requirements.txt|github/rrwick/Deepbinner|3.6153289949385395e-06| +|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6153289949385395e-06| +|requirements.txt|github/rkiman/wdwarfdate|3.6153289949385395e-06| +|requirements.txt|github/jsobeck/MOOG_SCAT|3.6153289949385395e-06| +|requirements.txt|github/temuller/hostphot|3.6153289949385395e-06| +|requirements.txt|github/temuller/piscola|3.6153289949385395e-06| +|requirements.txt|github/iAART/aart|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/nnkcde|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/cdetools|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/RFCDE|3.6153289949385395e-06| +|requirements.txt|github/lutteropp/NetRAX|3.6153289949385395e-06| +|requirements.txt|github/sosl/H-FISTA|3.6153289949385395e-06| +|requirements.txt|github/lucydot/effmass|3.6153289949385395e-06| +|requirements.txt|github/basehc/IPEV|3.6153289949385395e-06| +|requirements.txt|github/pipliggins/EVolve|3.6153289949385395e-06| +|requirements.txt|github/FraunhoferIWES/foxes|3.6153289949385395e-06| +|requirements.txt|github/sandialabs/pvOps|3.6153289949385395e-06| +|requirements.txt|github/JulioHC00/PEPITA|3.6153289949385395e-06| +|requirements.txt|github/he2016012996/CABnet|3.6153289949385395e-06| +|requirements.txt|github/ArtRand/signalAlign|3.6153289949385395e-06| +|requirements.txt|github/snad-space/ztf-viewer|3.6153289949385395e-06| +|requirements.txt|github/inpefess/gym-saturation|3.6153289949385395e-06| +|requirements.txt|github/GBLille/MassiveFold|3.6153289949385395e-06| +|requirements.txt|github/scottgigante/picopore|3.6153289949385395e-06| +|requirements.txt|github/PolyChord/PolyChordLite|3.6153289949385395e-06| +|requirements.txt|github/jeffdaily/parasail-python|3.6153289949385395e-06| +|requirements.txt|github/fcastagna/preprofit|3.6153289949385395e-06| +|requirements.txt|github/fcastagna/JoXSZ|3.6153289949385395e-06| +|requirements.txt|github/moldyn/msmhelper|3.6153289949385395e-06| +|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6153289949385395e-06| +|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6153289949385395e-06| +|requirements.txt|github/samsledje/ConPLex_dev|3.6153289949385395e-06| +|requirements.txt|github/tmcclintock/AReconstructionTool|3.6153289949385395e-06| +|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6153289949385395e-06| +|requirements.txt|github/KolmogorovLab/Severus|3.6153289949385395e-06| +|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6153289949385395e-06| +|requirements.txt|github/yuhuan-wu/mobilesal|3.6153289949385395e-06| +|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6153289949385395e-06| +|requirements.txt|github/RECETOX/RIAssigner|3.6153289949385395e-06| +|requirements.txt|github/ACTCollaboration/zCluster|3.6153289949385395e-06| +|requirements.txt|github/sblunt/orbitize|3.6153289949385395e-06| +|requirements.txt|github/jdber1/opendrop|3.6153289949385395e-06| +|requirements.txt|github/YuRui8879/MRASleepNet|3.6153289949385395e-06| +|requirements.txt|github/sciris/sciris|3.6153289949385395e-06| +|requirements.txt|github/bradkav/verne|3.6153289949385395e-06| +|requirements.txt|github/bradkav/CEvNS|3.6153289949385395e-06| +|requirements.txt|github/bradkav/WIMpy_NREFT|3.6153289949385395e-06| +|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6153289949385395e-06| +|requirements.txt|github/TeamCOMPAS/COMPAS|3.6153289949385395e-06| +|requirements.txt|github/kyleaoman/martini|3.6153289949385395e-06| +|requirements.txt|github/ixkael/Delight|3.6153289949385395e-06| +|requirements.txt|github/C0PEP0D/otto|3.6153289949385395e-06| +|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6153289949385395e-06| +|requirements.txt|github/ptriska/WavesDash|3.6153289949385395e-06| +|requirements.txt|github/prashjet/popkinmocks|3.6153289949385395e-06| +|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6153289949385395e-06| +|requirements.txt|github/chianti-atomic/ChiantiPy|3.6153289949385395e-06| +|requirements.txt|github/CosmoStat/mccd|3.6153289949385395e-06| +|requirements.txt|github/hallamlab/TreeSAPP|3.6153289949385395e-06| +|requirements.txt|github/tomasplsek/CADET|3.6153289949385395e-06| +|requirements.txt|github/pierfied/karmma|3.6153289949385395e-06| +|requirements.txt|github/florpi/sunbird|3.6153289949385395e-06| +|requirements.txt|github/tnakazato/priism|3.6153289949385395e-06| +|requirements.txt|github/mscaudill/openseize|3.6153289949385395e-06| +|requirements.txt|github/phineasng/DECODE|3.6153289949385395e-06| +|requirements.txt|github/geoelements/gns|3.6153289949385395e-06| +|requirements.txt|github/TinkerTools/tinker9|3.6153289949385395e-06| +|requirements.txt|github/migueldvb/cine|3.6153289949385395e-06| +|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6153289949385395e-06| +|requirements.txt|github/macrocosme/amber_meta|3.6153289949385395e-06| +|requirements.txt|github/SJLeo/FFSD|3.6153289949385395e-06| +|requirements.txt|github/csb-toolbox/CSB|3.6153289949385395e-06| +|requirements.txt|github/dkoslicki/TAMPA|3.6153289949385395e-06| +|requirements.txt|github/nanoporetech/pychopper|3.6153289949385395e-06| +|requirements.txt|github/nanoporetech/medaka|3.6153289949385395e-06| +|requirements.txt|github/fabiorigamonti/bang|3.6153289949385395e-06| +|requirements.txt|github/JuliaHCI/ADI.jl|3.6153289949385395e-06| +|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6153289949385395e-06| +|requirements.txt|github/songningqiang/CosmoLED|3.6153289949385395e-06| +|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6153289949385395e-06| +|requirements.txt|github/ExeClim/Isca|3.6153289949385395e-06| +|requirements.txt|github/cogent3/cogent3|3.6153289949385395e-06| +|requirements.txt|github/neuroanatomy/reorient|3.6153289949385395e-06| +|requirements.txt|github/maserlib/ExPRES|3.6153289949385395e-06| +|requirements.txt|github/bfarr/kombine|3.6153289949385395e-06| +|requirements.txt|github/spacetelescope/mirage|3.6153289949385395e-06| +|requirements.txt|github/mattyowl/astLib|3.6153289949385395e-06| +|requirements.txt|github/brentp/peddy|3.6153289949385395e-06| +|requirements.txt|github/brentp/cyvcf2|3.6153289949385395e-06| +|requirements.txt|github/bcbio/bcbio-nextgen|3.6153289949385395e-06| +|requirements.txt|github/CarlosCoba/XookSuut-code|3.6153289949385395e-06| +|requirements.txt|github/institut-de-genomique/HAPO-G|3.6153289949385395e-06| +|requirements.txt|github/quantling/pyndl|3.6153289949385395e-06| +|requirements.txt|github/cwentland0/perform|3.6153289949385395e-06| +|requirements.txt|github/arnauqb/qwind|3.6153289949385395e-06| +|requirements.txt|github/tiberioap/grav_waldo|3.6153289949385395e-06| +|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6153289949385395e-06| +|requirements.txt|github/alexander-mead/pyhalomodel|3.6153289949385395e-06| +|requirements.txt|github/nickhand/pyRSD|3.6153289949385395e-06| +|requirements.txt|github/HHTpy/HHTpywrapper|3.6153289949385395e-06| +|requirements.txt|github/justyncw/STAR_MELT|3.6153289949385395e-06| +|requirements.txt|github/dirac-institute/asterogap|3.6153289949385395e-06| +|requirements.txt|github/chenwuperth/rgz_rcnn|3.6153289949385395e-06| +|requirements.txt|github/dsavransky/EXOSIMS|3.6153289949385395e-06| +|requirements.txt|github/kuanrongchan/COVID19-severity|3.6153289949385395e-06| +|requirements.txt|github/bow/fsnviz|3.6153289949385395e-06| +|requirements.txt|github/spack/spack|3.6153289949385395e-06| +|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6153289949385395e-06| +|requirements.txt|github/andr1976/HydDown|3.6153289949385395e-06| +|requirements.txt|github/kuenzelab/ENDURE|3.6153289949385395e-06| +|requirements.txt|github/vterron/lemon|3.6153289949385395e-06| +|requirements.txt|github/Gabaldonlab/jloh|3.6153289949385395e-06| +|requirements.txt|github/sbird/fake_spectra|3.6153289949385395e-06| +|requirements.txt|github/danielreardon/scintools|3.6153289949385395e-06| +|requirements.txt|github/lucabaldini/ixpeobssim|3.6153289949385395e-06| +|requirements.txt|github/healpy/healpy|3.6153289949385395e-06| +|requirements.txt|github/surf-eds/one-button-compute|3.6153289949385395e-06| +|requirements.txt|github/lkreidberg/batman|3.6153289949385395e-06| +|requirements.txt|github/james-m-osborn/astrosat|3.6153289949385395e-06| +|requirements.txt|github/lys-devel/lys|3.6153289949385395e-06| +|requirements.txt|github/ryanvarley/exodata|3.6153289949385395e-06| +|requirements.txt|github/ggciag/mandyoc|3.6153289949385395e-06| +|requirements.txt|github/AllenInstitute/bmtk|3.6153289949385395e-06| +|requirements.txt|github/sidmohite/nimbus-astro|3.6153289949385395e-06| +|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6153289949385395e-06| +|requirements.txt|github/eggnogdb/eggnog-mapper|3.6153289949385395e-06| +|requirements.txt|github/jdswinbank/Comet|3.6153289949385395e-06| +|requirements.txt|github/florian-lienhard/MM-LSD|3.6153289949385395e-06| +|requirements.txt|github/dstndstn/tractor|3.6153289949385395e-06| +|requirements.txt|github/christinahedges/contaminante|3.6153289949385395e-06| +|requirements.txt|github/bcgsc/NanoSim|3.6153289949385395e-06| +|requirements.txt|github/bcgsc/TMBur|3.6153289949385395e-06| +|requirements.txt|github/roban/CosmoloPy|3.6153289949385395e-06| +|requirements.txt|github/miguelzuma/hi_class_public|3.6153289949385395e-06| +|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/sacc|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/Spectractor|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/snmachine|3.6153289949385395e-06| +|requirements.txt|github/michaelhb/superplot|3.6153289949385395e-06| +|requirements.txt|github/shandley/hecatomb|3.6153289949385395e-06| +|requirements.txt|github/monarch-initiative/loinc2hpo|3.6153289949385395e-06| +|requirements.txt|github/vallis/libstempo|3.6153289949385395e-06| +|requirements.txt|github/forrest-lab/scMatch|3.6153289949385395e-06| +|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6153289949385395e-06| +|requirements.txt|github/fccoelho/epimodels|3.6153289949385395e-06| +|requirements.txt|github/fccoelho/epigrass|3.6153289949385395e-06| +|requirements.txt|github/citation-file-format/citation-file-format|3.6153289949385395e-06| +|requirements.txt|github/astro-informatics/sleplet|3.6153289949385395e-06| +|requirements.txt|github/genouest/biomaj-daemon|3.6153289949385395e-06| +|requirements.txt|github/yupidevs/pactus|3.6153289949385395e-06| +|requirements.txt|github/SegataLab/lefse|3.6153289949385395e-06| +|requirements.txt|github/vgteam/vg#vg|3.6153289949385395e-06| +|requirements.txt|github/vgteam/vg|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/repack|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/mc3|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/pyratbay|3.6153289949385395e-06| +|requirements.txt|github/lgbouma/gyro-interp|3.6153289949385395e-06| +|requirements.txt|github/valboz/VBBinaryLensing|3.6153289949385395e-06| +|requirements.txt|github/mr-superonion/FPFS|3.6153289949385395e-06| +|requirements.txt|github/discsim/frank|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/deepscm|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/masf|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/istn|3.6153289949385395e-06| +|requirements.txt|github/exciting/excitingtools|3.6153289949385395e-06| +|requirements.txt|github/sibirrer/psfr|3.6153289949385395e-06| +|requirements.txt|github/timothydmorton/isochrones|3.6153289949385395e-06| +|requirements.txt|github/qMRLab/qMRLab|3.6153289949385395e-06| +|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6153289949385395e-06| +|requirements.txt|github/jakeret/abcpmc|3.6153289949385395e-06| +|requirements.txt|github/jakeret/tf_unet|3.6153289949385395e-06| +|requirements.txt|github/milnus/Magphi|3.6153289949385395e-06| +|requirements.txt|github/gperezs/StarcNet|3.6153289949385395e-06| +|requirements.txt|github/oliverphilcox/RascalC|3.6153289949385395e-06| +|requirements.txt|github/gbouras13/plassembler|3.6153289949385395e-06| +|requirements.txt|github/etal/cnvkit|3.6153289949385395e-06| +|requirements.txt|github/Qiskit/qiskit-experiments|3.6153289949385395e-06| +|requirements.txt|github/manodeep/TesseRACt|3.6153289949385395e-06| +|requirements.txt|github/DataBiosphere/wdl-parsers|3.6153289949385395e-06| +|requirements.txt|github/Vini2/GraphBin|3.6153289949385395e-06| +|requirements.txt|github/GalSim-developers/GalSim|3.6153289949385395e-06| +|requirements.txt|github/sklasfeld/DANPOS3|3.6153289949385395e-06| +|requirements.txt|github/GilbertLabUCSF/CanDI|3.6153289949385395e-06| +|requirements.txt|github/aksholokhov/pysr3|3.6153289949385395e-06| +|requirements.txt|github/jrkerns/pylinac|3.6153289949385395e-06| +|requirements.txt|github/cobilab/altair|3.6153289949385395e-06| +|requirements.txt|github/BenNordick/HiLoop|3.6153289949385395e-06| +|requirements.txt|github/SharmaLlama/ticktack|3.6153289949385395e-06| +|requirements.txt|github/artic-network/fieldbioinformatics|3.6153289949385395e-06| +|requirements.txt|github/NLeSC/litstudy|3.6153289949385395e-06| +|requirements.txt|github/NLeSC/ShiCo|3.6153289949385395e-06| +|requirements.txt|github/NLESC-JCER/QMCblip|3.6153289949385395e-06| +|requirements.txt|github/RuthAngus/stardate|3.6153289949385395e-06| +|requirements.txt|github/Ambuj-UF/APOP|3.6153289949385395e-06| +|requirements.txt|github/jeremysanders/mbproj2|3.6153289949385395e-06| +|requirements.txt|github/hannorein/rebound|3.6153289949385395e-06| +|requirements.txt|github/spiketools/spiketools|3.6153289949385395e-06| +|requirements.txt|github/python-streamz/streamz|3.6153289949385395e-06| +|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6153289949385395e-06| +|requirements.txt|github/CobayaSampler/cobaya|3.6153289949385395e-06| +|requirements.txt|github/JustinYKC/FEPOPS|3.6153289949385395e-06| +|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6153289949385395e-06| +|requirements.txt|github/rmjarvis/TreeCorr|3.6153289949385395e-06| +|requirements.txt|github/rmjarvis/Piff|3.6153289949385395e-06| +|requirements.txt|github/TommasoRonconi/scampy|3.6153289949385395e-06| +|requirements.txt|github/carronj/lenspyx|3.6153289949385395e-06| +|requirements.txt|github/carronj/plancklens|3.6153289949385395e-06| +|requirements.txt|github/VChristiaens/vcal_sphere|3.6153289949385395e-06| +|requirements.txt|github/VChristiaens/special|3.6153289949385395e-06| +|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6153289949385395e-06| +|requirements.txt|github/AemulusProject/bias_emulator|3.6153289949385395e-06| +|requirements.txt|github/seeh/surprise|3.6153289949385395e-06| +|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6153289949385395e-06| +|requirements.txt|github/bd-j/sedpy|3.6153289949385395e-06| +|requirements.txt|github/bd-j/prospector|3.6153289949385395e-06| +|requirements.txt|github/Ajstros/pyripherals|3.6153289949385395e-06| +|requirements.txt|github/CAMI-challenge/CAMITAX|3.6153289949385395e-06| +|requirements.txt|github/mwaskom/seaborn|3.6153289949385395e-06| +|requirements.txt|github/AdmiralenOla/Scoary|3.6153289949385395e-06| +|requirements.txt|github/pyFFTW/pyFFTW|3.6153289949385395e-06| +|requirements.txt|github/keatonb/Pyriod|3.6153289949385395e-06| +|requirements.txt|github/keatonb/TESS_PRF|3.6153289949385395e-06| +|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6153289949385395e-06| +|requirements.txt|github/daler/gffutils|3.6153289949385395e-06| +|requirements.txt|github/daler/pybedtools|3.6153289949385395e-06| +|requirements.txt|github/miRTop/mirtop|3.6153289949385395e-06| +|requirements.txt|github/3d-pli/fastpli|3.6153289949385395e-06| +|requirements.txt|github/STEllAR-GROUP/hpx|3.6153289949385395e-06| +|requirements.txt|github/pymedphys/pymedphys|3.6153289949385395e-06| +|requirements.txt|github/ladsantos/p-winds|3.6153289949385395e-06| +|requirements.txt|github/ladsantos/flatstar|3.6153289949385395e-06| +|requirements.txt|github/ylxu05/HN-PPISP|3.6153289949385395e-06| +|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6153289949385395e-06| +|requirements.txt|github/PaulHancock/Robbie|3.6153289949385395e-06| +|requirements.txt|github/sourmash-bio/sourmash|3.6153289949385395e-06| +|requirements.txt|github/PetroFit/petrofit|3.6153289949385395e-06| +|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6153289949385395e-06| +|requirements.txt|github/E3SM-Project/gdess|3.6153289949385395e-06| +|requirements.txt|github/afeinstein20/eleanor|3.6153289949385395e-06| +|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6153289949385395e-06| +|requirements.txt|github/jan-rybizki/Chempy|3.6153289949385395e-06| +|requirements.txt|github/COINtoolbox/ActSNClass|3.6153289949385395e-06| +|requirements.txt|github/AusSRC/SoFiAX|3.6153289949385395e-06| +|requirements.txt|github/radis/radis|3.6153289949385395e-06| +|requirements.txt|github/mtceballos/SIRENAdoc|3.6153289949385395e-06| +|requirements.txt|github/alejandrobll/py-sphviewer|3.6153289949385395e-06| +|requirements.txt|github/antoinemarchal/ROHSA|3.6153289949385395e-06| +|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6153289949385395e-06| +|requirements.txt|github/bregaldo/pywst|3.6153289949385395e-06| +|requirements.txt|github/cistrome/MIRA|3.6153289949385395e-06| +|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/rki_bioinformatics/HiLive2|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/remikz/nccmp|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/aroffringa/wsclean|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/aroffringa/aoflagger|3.6153289949385395e-06| +|CMakeLists.txt|gitlab/astron-idg/idg|3.6153289949385395e-06| +|CMakeLists.txt|github/yogi-tud/space_gpu|3.6153289949385395e-06| +|CMakeLists.txt|github/facebookresearch/faiss|3.6153289949385395e-06| +|CMakeLists.txt|github/rega-cev/virulign|3.6153289949385395e-06| +|CMakeLists.txt|github/AlexMaraio/WeakLensingQML|3.6153289949385395e-06| +|CMakeLists.txt|github/Yida-Lin/libxdf|3.6153289949385395e-06| +|CMakeLists.txt|github/kdmurray91/axe|3.6153289949385395e-06| +|CMakeLists.txt|github/kdmurray91/libqcpp|3.6153289949385395e-06| +|CMakeLists.txt|github/JPenuchot/ctbench|3.6153289949385395e-06| +|CMakeLists.txt|github/FEniCS/basix|3.6153289949385395e-06| +|CMakeLists.txt|github/casacore/casacore|3.6153289949385395e-06| +|CMakeLists.txt|github/ugovaretto/molekel|3.6153289949385395e-06| +|CMakeLists.txt|github/hnikaein/stark|3.6153289949385395e-06| +|CMakeLists.txt|github/vdemichev/DiaNN|3.6153289949385395e-06| +|CMakeLists.txt|github/lsds/LightSaber|3.6153289949385395e-06| +|CMakeLists.txt|github/lsds/TaLoS|3.6153289949385395e-06| +|CMakeLists.txt|github/lsds/faasm|3.6153289949385395e-06| +|CMakeLists.txt|github/Crompulence/cpl-library|3.6153289949385395e-06| +|CMakeLists.txt|github/kd0kfo/cosmology|3.6153289949385395e-06| +|CMakeLists.txt|github/yatisht/usher|3.6153289949385395e-06| +|CMakeLists.txt|github/svi-opensource/libics|3.6153289949385395e-06| +|CMakeLists.txt|github/dpryan79/libBigWig|3.6153289949385395e-06| +|CMakeLists.txt|github/TRASAL/AMBER|3.6153289949385395e-06| +|CMakeLists.txt|github/Illumina/ExpansionHunterDenovo|3.6153289949385395e-06| +|CMakeLists.txt|github/Illumina/MarViN|3.6153289949385395e-06| +|CMakeLists.txt|github/Illumina/akt|3.6153289949385395e-06| +|CMakeLists.txt|github/mrirecon/bart|3.6153289949385395e-06| +|CMakeLists.txt|github/seqan/lambda|3.6153289949385395e-06| +|CMakeLists.txt|github/seqan/flexbar|3.6153289949385395e-06| +|CMakeLists.txt|github/seqan/lara|3.6153289949385395e-06| +|CMakeLists.txt|github/simd-everywhere/simde|3.6153289949385395e-06| +|CMakeLists.txt|github/mpokorny/vysmaw|3.6153289949385395e-06| +|CMakeLists.txt|github/saopicc/DDFacet|3.6153289949385395e-06| +|CMakeLists.txt|github/saopicc/killMS|3.6153289949385395e-06| +|CMakeLists.txt|github/idefix-code/idefix|3.6153289949385395e-06| +|CMakeLists.txt|github/marbl/MashMap|3.6153289949385395e-06| +|CMakeLists.txt|github/datngu/Circall|3.6153289949385395e-06| +|CMakeLists.txt|github/domschrei/mallob|3.6153289949385395e-06| +|CMakeLists.txt|github/hombit/freddi|3.6153289949385395e-06| +|CMakeLists.txt|github/baiwenjia/ukbb_cardiac|3.6153289949385395e-06| +|CMakeLists.txt|github/elkebir-group/derna|3.6153289949385395e-06| +|CMakeLists.txt|github/Stuermer/EchelleSimulator|3.6153289949385395e-06| +|CMakeLists.txt|github/COMBINE-lab/RapMap|3.6153289949385395e-06| +|CMakeLists.txt|github/COMBINE-lab/libgff|3.6153289949385395e-06| +|CMakeLists.txt|github/chanzuckerberg/shasta|3.6153289949385395e-06| +|CMakeLists.txt|github/AstroUGent/shadowfax|3.6153289949385395e-06| +|CMakeLists.txt|github/n-claes/legolas|3.6153289949385395e-06| +|CMakeLists.txt|github/qtltools/qtltools|3.6153289949385395e-06| +|CMakeLists.txt|github/SeaIce-Math/SubZero|3.6153289949385395e-06| +|CMakeLists.txt|github/stevengj/nlopt|3.6153289949385395e-06| +|CMakeLists.txt|github/veg/tn93|3.6153289949385395e-06| +|CMakeLists.txt|github/steineggerlab/foldseek|3.6153289949385395e-06| +|CMakeLists.txt|github/AstroAccelerateOrg/astro-accelerate|3.6153289949385395e-06| +|CMakeLists.txt|github/liuhao-cn/fastSHT|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/MMseqs2|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/mmseqs2|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/plass|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/metaeuk|3.6153289949385395e-06| +|CMakeLists.txt|github/soedinglab/spacepharer|3.6153289949385395e-06| +|CMakeLists.txt|github/krab1k/ChargeFW2|3.6153289949385395e-06| +|CMakeLists.txt|github/HingeAssembler/HINGE|3.6153289949385395e-06| +|CMakeLists.txt|github/bbercovici/SBGAT|3.6153289949385395e-06| +|CMakeLists.txt|github/mtazzari/galario|3.6153289949385395e-06| +|CMakeLists.txt|github/ncbi/ncbi-vdb|3.6153289949385395e-06| +|CMakeLists.txt|github/ncbi/sra-tools|3.6153289949385395e-06| +|CMakeLists.txt|github/ImperialCollegeLondon/sharpy|3.6153289949385395e-06| +|CMakeLists.txt|github/ImperialCollegeLondon/UVLM|3.6153289949385395e-06| +|CMakeLists.txt|github/mp3guy/ElasticFusion|3.6153289949385395e-06| +|CMakeLists.txt|github/HITS-AIN/PINK|3.6153289949385395e-06| +|CMakeLists.txt|github/mjuric/galfast|3.6153289949385395e-06| +|CMakeLists.txt|github/HWang-Summit/HCGrid|3.6153289949385395e-06| +|CMakeLists.txt|github/Washington-University/CiftiLib|3.6153289949385395e-06| +|CMakeLists.txt|github/blebon/directChillFoam|3.6153289949385395e-06| +|CMakeLists.txt|github/EdoardoCarlesi/cmbeasy|3.6153289949385395e-06| +|CMakeLists.txt|github/sb-ncbr/golem|3.6153289949385395e-06| +|CMakeLists.txt|github/egpbos/barcode|3.6153289949385395e-06| +|CMakeLists.txt|github/cameron314/concurrentqueue|3.6153289949385395e-06| +|CMakeLists.txt|github/seshnadathur/Revolver|3.6153289949385395e-06| +|CMakeLists.txt|github/su2code/SU2|3.6153289949385395e-06| +|CMakeLists.txt|github/rvaser/thread_pool|3.6153289949385395e-06| +|CMakeLists.txt|github/rvaser/rampler|3.6153289949385395e-06| +|CMakeLists.txt|github/rvaser/bioparser|3.6153289949385395e-06| +|CMakeLists.txt|github/rvaser/sword|3.6153289949385395e-06| +|CMakeLists.txt|github/EnricoCorsaro/DIAMONDS|3.6153289949385395e-06| +|CMakeLists.txt|github/jczarnowski/DeepFactors|3.6153289949385395e-06| +|CMakeLists.txt|github/lorenzo-rovigatti/oxDNA|3.6153289949385395e-06| +|CMakeLists.txt|github/statgen/popscle|3.6153289949385395e-06| +|CMakeLists.txt|github/pytorch/vision|3.6153289949385395e-06| +|CMakeLists.txt|github/copasi/COPASI|3.6153289949385395e-06| +|CMakeLists.txt|github/hasindu2008/slow5tools|3.6153289949385395e-06| +|CMakeLists.txt|github/eggplantbren/DNest3|3.6153289949385395e-06| +|CMakeLists.txt|github/SciLifeLab/TIDDIT|3.6153289949385395e-06| +|CMakeLists.txt|github/basp-group/Puri-Psi|3.6153289949385395e-06| +|CMakeLists.txt|github/DGtal-team/DGtal|3.6153289949385395e-06| +|CMakeLists.txt|github/TrackerControl/tracker-control-android|3.6153289949385395e-06| +|CMakeLists.txt|github/mofanv/darknetz|3.6153289949385395e-06| +|CMakeLists.txt|github/PMBio/peer|3.6153289949385395e-06| +|CMakeLists.txt|github/mslonina/Mechanic|3.6153289949385395e-06| +|CMakeLists.txt|github/astroboylrx/PLAN|3.6153289949385395e-06| +|CMakeLists.txt|github/exoclime/FastChem|3.6153289949385395e-06| +|CMakeLists.txt|github/exoclime/Helios-r2|3.6153289949385395e-06| +|CMakeLists.txt|github/exoclime/THOR|3.6153289949385395e-06| +|CMakeLists.txt|github/sib-swiss/pftools3|3.6153289949385395e-06| +|CMakeLists.txt|github/dfki-ric-underactuated-lab/torque_limited_simple_pendulum|3.6153289949385395e-06| +|CMakeLists.txt|github/lanl/GLUE|3.6153289949385395e-06| +|CMakeLists.txt|github/amkozlov/raxml-ng|3.6153289949385395e-06| +|CMakeLists.txt|github/BenWibking/quokka|3.6153289949385395e-06| +|CMakeLists.txt|github/griffithlab/regtools|3.6153289949385395e-06| +|CMakeLists.txt|github/R-Vessel-X/SlicerRVXLiverSegmentation|3.6153289949385395e-06| +|CMakeLists.txt|github/jdonnert/WVTICs|3.6153289949385395e-06| +|CMakeLists.txt|github/ahcm/ffindex|3.6153289949385395e-06| +|CMakeLists.txt|github/mc-imperial/jfs|3.6153289949385395e-06| +|CMakeLists.txt|github/ZacharyJia/opsdn|3.6153289949385395e-06| +|CMakeLists.txt|github/snugel/cas-offinder|3.6153289949385395e-06| +|CMakeLists.txt|github/PyPO-dev/PyPO|3.6153289949385395e-06| +|CMakeLists.txt|github/benedictpaten/marginPhase|3.6153289949385395e-06| +|CMakeLists.txt|github/catboost/catboost|3.6153289949385395e-06| +|CMakeLists.txt|github/ECP-copa/Cabana|3.6153289949385395e-06| +|CMakeLists.txt|github/farhanferoz/MultiNest|3.6153289949385395e-06| +|CMakeLists.txt|github/ester-project/ester|3.6153289949385395e-06| +|CMakeLists.txt|github/mivp/encube|3.6153289949385395e-06| +|CMakeLists.txt|github/Pizzuti92/MG-MAMPOSSt|3.6153289949385395e-06| +|CMakeLists.txt|github/philres/ngmlr|3.6153289949385395e-06| +|CMakeLists.txt|github/NeoGeographyToolkit/StereoPipeline|3.6153289949385395e-06| +|CMakeLists.txt|github/reedacartwright/ngila|3.6153289949385395e-06| +|CMakeLists.txt|github/klee/klee|3.6153289949385395e-06| +|CMakeLists.txt|github/cwru-pat/cosmograph|3.6153289949385395e-06| +|CMakeLists.txt|github/introlab/opentera|3.6153289949385395e-06| +|CMakeLists.txt|github/ziotom78/libpolycomp|3.6153289949385395e-06| +|CMakeLists.txt|github/pezmaster31/bamtools|3.6153289949385395e-06| +|CMakeLists.txt|github/jeffdaily/parasail|3.6153289949385395e-06| +|CMakeLists.txt|github/jmhuie/Slicer-SegmentGeometry|3.6153289949385395e-06| +|CMakeLists.txt|github/delphes/delphes|3.6153289949385395e-06| +|CMakeLists.txt|github/medvedevgroup/TwoPaCo|3.6153289949385395e-06| +|CMakeLists.txt|github/scikit-hep/iminuit|3.6153289949385395e-06| +|CMakeLists.txt|github/fastpm/fastpm|3.6153289949385395e-06| +|CMakeLists.txt|github/pkestene/ramsesGPU|3.6153289949385395e-06| +|CMakeLists.txt|github/sarrvesh/cuFFS|3.6153289949385395e-06| +|CMakeLists.txt|github/ixkael/3DEX|3.6153289949385395e-06| +|CMakeLists.txt|github/pynbody/genetIC|3.6153289949385395e-06| +|CMakeLists.txt|github/gerddie/maxflow|3.6153289949385395e-06| +|CMakeLists.txt|github/Punzo/SlicerAstro|3.6153289949385395e-06| +|CMakeLists.txt|github/2decomp-fft/2decomp-fft|3.6153289949385395e-06| +|CMakeLists.txt|github/nanoporetech/scrappie|3.6153289949385395e-06| +|CMakeLists.txt|github/nanoporetech/flappie|3.6153289949385395e-06| +|CMakeLists.txt|github/cieslar/Indri|3.6153289949385395e-06| +|CMakeLists.txt|github/BIC-MNI/libminc|3.6153289949385395e-06| +|CMakeLists.txt|github/s4hts/HTStream|3.6153289949385395e-06| +|CMakeLists.txt|github/cschreib/egg|3.6153289949385395e-06| +|CMakeLists.txt|github/santeripuranen/SpydrPick|3.6153289949385395e-06| +|CMakeLists.txt|github/JensUweUlrich/ReadBouncer|3.6153289949385395e-06| +|CMakeLists.txt|github/rordenlab/dcm2niix|3.6153289949385395e-06| +|CMakeLists.txt|github/YihanWangAstro/SpaceHub|3.6153289949385395e-06| +|CMakeLists.txt|github/bwvdnbro/HydroCode1D|3.6153289949385395e-06| +|CMakeLists.txt|github/bwvdnbro/CMacIonize|3.6153289949385395e-06| +|CMakeLists.txt|github/TRIQS/solid_dmft|3.6153289949385395e-06| +|CMakeLists.txt|github/Trovemaster/exocross|3.6153289949385395e-06| +|CMakeLists.txt|github/m2aia/m2aia|3.6153289949385395e-06| +|CMakeLists.txt|github/ChristopherWilks/megadepth|3.6153289949385395e-06| +|CMakeLists.txt|github/lczech/gappa|3.6153289949385395e-06| +|CMakeLists.txt|github/CMakePP/CMinx|3.6153289949385395e-06| +|CMakeLists.txt|github/fripon/freeture|3.6153289949385395e-06| +|CMakeLists.txt|github/AMReX-Combustion/PeleLMeX|3.6153289949385395e-06| +|CMakeLists.txt|github/y-256/libdivsufsort|3.6153289949385395e-06| +|CMakeLists.txt|github/osallou/cassiopee-c|3.6153289949385395e-06| +|CMakeLists.txt|github/bcgsc/abyss|3.6153289949385395e-06| +|CMakeLists.txt|github/raphael-group/hatchet|3.6153289949385395e-06| +|CMakeLists.txt|github/artis-mcrt/artis|3.6153289949385395e-06| +|CMakeLists.txt|github/Dylan-Aliberti/Kepler-Collisions|3.6153289949385395e-06| +|CMakeLists.txt|github/dglaeser/gridformat|3.6153289949385395e-06| +|CMakeLists.txt|github/ajohnson-uoregon/llvm-project|3.6153289949385395e-06| +|CMakeLists.txt|github/voutcn/megahit|3.6153289949385395e-06| +|CMakeLists.txt|github/tanner-trickle/EXCEED-DM|3.6153289949385395e-06| +|CMakeLists.txt|github/sanger-pathogens/assembly-stats|3.6153289949385395e-06| +|CMakeLists.txt|github/kbarbary/sep|3.6153289949385395e-06| +|CMakeLists.txt|github/yangao07/abPOA|3.6153289949385395e-06| +|CMakeLists.txt|github/biomedia-mira/drop2|3.6153289949385395e-06| +|CMakeLists.txt|github/bbuchfink/diamond|3.6153289949385395e-06| +|CMakeLists.txt|github/xxsds/DYNAMIC|3.6153289949385395e-06| +|CMakeLists.txt|github/PhaseTracer/PhaseTracer|3.6153289949385395e-06| +|CMakeLists.txt|github/Taywee/args|3.6153289949385395e-06| +|CMakeLists.txt|github/daehwankimlab/hisat2|3.6153289949385395e-06| +|CMakeLists.txt|github/biolab-unige/nifti2dicom|3.6153289949385395e-06| +|CMakeLists.txt|github/jydu/physamp|3.6153289949385395e-06| +|CMakeLists.txt|github/jydu/maffilter|3.6153289949385395e-06| +|CMakeLists.txt|github/lamyj/odil|3.6153289949385395e-06| +|CMakeLists.txt|github/jfarek/xatlas|3.6153289949385395e-06| +|CMakeLists.txt|github/hveerten/katu|3.6153289949385395e-06| +|CMakeLists.txt|github/RomainFeron/mwga-utils|3.6153289949385395e-06| +|CMakeLists.txt|github/lbcb-sci/raven|3.6153289949385395e-06| +|CMakeLists.txt|github/lbcb-sci/racon|3.6153289949385395e-06| +|CMakeLists.txt|github/xcompact3d/Incompact3d|3.6153289949385395e-06| +|CMakeLists.txt|github/afd-illinois/grim|3.6153289949385395e-06| +|CMakeLists.txt|github/STEllAR-GROUP/octotiger|3.6153289949385395e-06| +|CMakeLists.txt|github/mrc-ide/covid-sim|3.6153289949385395e-06| +|CMakeLists.txt|github/sfarrens/sfof|3.6153289949385395e-06| +|CMakeLists.txt|github/nmslib/hnswlib|3.6153289949385395e-06| +|CMakeLists.txt|github/ycwu1030/EvoEMD|3.6153289949385395e-06| +|CMakeLists.txt|github/mbillingr/libgdf|3.6153289949385395e-06| +|CMakeLists.txt|github/wullm/zwindstroom|3.6153289949385395e-06| +|CMakeLists.txt|github/mtholder/ncl|3.6153289949385395e-06| +|package.json|gitlab/magnumpi/magnumpi|3.6153289949385395e-06| +|package.json|gitlab/geekysquirrel/bigx|3.6153289949385395e-06| +|package.json|gitlab/metafundev/metafun|3.6153289949385395e-06| +|package.json|github/emrecdem/emo-spectre|3.6153289949385395e-06| +|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6153289949385395e-06| +|package.json|github/eWaterCycle/Cesium-NcWMS|3.6153289949385395e-06| +|package.json|github/eWaterCycle/setup-grpc|3.6153289949385395e-06| +|package.json|github/eWaterCycle/eWaterleaf|3.6153289949385395e-06| +|package.json|github/eWaterCycle/setup-singularity|3.6153289949385395e-06| +|package.json|github/EMResearch/EvoMaster|3.6153289949385395e-06| +|package.json|github/ReGIS-org/regis-v2|3.6153289949385395e-06| +|package.json|github/tyo-nu/MINE-app|3.6153289949385395e-06| +|package.json|github/streamlit/streamlit|3.6153289949385395e-06| +|package.json|github/ZjuLiangsl/mmkp|3.6153289949385395e-06| +|package.json|github/AA-ALERT/frbcat-web|3.6153289949385395e-06| +|package.json|github/eucp-project/storyboards|3.6153289949385395e-06| +|package.json|github/eucp-project/atlas|3.6153289949385395e-06| +|package.json|github/MaayanLab/signature-commons-ui|3.6153289949385395e-06| +|package.json|github/luntergroup/octopus|3.6153289949385395e-06| +|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6153289949385395e-06| +|package.json|github/MolMeDB/MolMeDB|3.6153289949385395e-06| +|package.json|github/interactivereport/OmicsView0|3.6153289949385395e-06| +|package.json|github/klevis-a/kinematics-vis|3.6153289949385395e-06| +|package.json|github/ablab/spades|3.6153289949385395e-06| +|package.json|github/DorianDepriester/mtex2Gmsh|3.6153289949385395e-06| +|package.json|github/fairdataihub/SPARClink|3.6153289949385395e-06| +|package.json|github/Via-Appia/via-appia-online-viewer|3.6153289949385395e-06| +|package.json|github/ADAH-EviDENce/evidence|3.6153289949385395e-06| +|package.json|github/bio-tools/biotoolsSum|3.6153289949385395e-06| +|package.json|github/nextstrain/auspice|3.6153289949385395e-06| +|package.json|github/souzamonteiro/cnatool|3.6153289949385395e-06| +|package.json|github/phelelani/nf-rnaSeqMetagen|3.6153289949385395e-06| +|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6153289949385395e-06| +|package.json|github/davidhoksza/MolArt|3.6153289949385395e-06| +|package.json|github/lumen-org/lumen|3.6153289949385395e-06| +|package.json|github/meta-logic/sequoia|3.6153289949385395e-06| +|package.json|github/tobiasrausch/alfred|3.6153289949385395e-06| +|package.json|github/CrowdTruth/CrowdTruth|3.6153289949385395e-06| +|package.json|github/eweitz/ideogram|3.6153289949385395e-06| +|package.json|github/Yomguithereal/talisman|3.6153289949385395e-06| +|package.json|github/MichaelSel/edoJS|3.6153289949385395e-06| +|package.json|github/sonjageorgievska/CClusTera|3.6153289949385395e-06| +|package.json|github/biosimulations/Biosimulations|3.6153289949385395e-06| +|package.json|github/SchmidtDSE/afscgap|3.6153289949385395e-06| +|package.json|github/Samreay/Marz|3.6153289949385395e-06| +|package.json|github/TNOCS/csWeb|3.6153289949385395e-06| +|package.json|github/Shamir-Lab/domino_web|3.6153289949385395e-06| +|package.json|github/PathwayCommons/grounding-search|3.6153289949385395e-06| +|package.json|github/ci-for-research/self-hosted-runners|3.6153289949385395e-06| +|package.json|github/ci-for-science/self-hosted-runners|3.6153289949385395e-06| +|package.json|github/Kaixhin/FGLab|3.6153289949385395e-06| +|package.json|github/Kaixhin/FGMachine|3.6153289949385395e-06| +|package.json|github/sib-swiss/glittr|3.6153289949385395e-06| +|package.json|github/bramvandijk88/cacatoo|3.6153289949385395e-06| +|package.json|github/wangjun1996/VisFeature|3.6153289949385395e-06| +|package.json|github/ratschlab/metagraph|3.6153289949385395e-06| +|package.json|github/research-software-directory/research-software-directory|3.6153289949385395e-06| +|package.json|github/pmkruyen/dearscholar|3.6153289949385395e-06| +|package.json|github/bids-standard/bids-validator|3.6153289949385395e-06| +|package.json|github/IPK-BIT/divbrowse|3.6153289949385395e-06| +|package.json|github/hetalang/heta-compiler|3.6153289949385395e-06| +|package.json|github/dondi/GRNsight|3.6153289949385395e-06| +|package.json|github/nlesc-sherlock/Rig|3.6153289949385395e-06| +|package.json|github/yyZhang14/dbEssLnc|3.6153289949385395e-06| +|package.json|github/i-VRESSE/workflow-builder|3.6153289949385395e-06| +|package.json|github/vibbits/phyd3|3.6153289949385395e-06| +|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6153289949385395e-06| +|package.json|github/CDSP-SCPO/dataverse-feed|3.6153289949385395e-06| +|package.json|github/quinlanW/dbMisLoc|3.6153289949385395e-06| +|package.json|github/PDB-REDO/tortoize|3.6153289949385395e-06| +|package.json|github/FINNGEN/lavaa-react|3.6153289949385395e-06| +|package.json|github/tortellini-tools/action|3.6153289949385395e-06| +|package.json|github/amkram/shusher|3.6153289949385395e-06| +|package.json|github/neuroneural/brainchop|3.6153289949385395e-06| +|package.json|github/PopMedNet-Team/popmednet|3.6153289949385395e-06| +|package.json|github/gear-genomics/tracy|3.6153289949385395e-06| +|package.json|github/cinemascience/cinema_snap|3.6153289949385395e-06| +|package.json|github/citation-file-format/cff-initializer-javascript|3.6153289949385395e-06| +|package.json|github/LTLA/gesel.js|3.6153289949385395e-06| +|package.json|github/NLeSC/spot|3.6153289949385395e-06| +|package.json|github/NLeSC/xenon-flow|3.6153289949385395e-06| +|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6153289949385395e-06| +|package.json|github/NLeSC/UncertaintyVisualization|3.6153289949385395e-06| +|package.json|github/NLeSC/DiVE|3.6153289949385395e-06| +|package.json|github/NLeSC/ExtJS-DateTime|3.6153289949385395e-06| +|package.json|github/NLeSC/docker-couch-admin|3.6153289949385395e-06| +|package.json|github/NLeSC/case-law-app|3.6153289949385395e-06| +|package.json|github/NLeSC/pattyvis|3.6153289949385395e-06| +|package.json|github/jspsych/jspsych|3.6153289949385395e-06| +|package.json|github/mathjax/MathJax|3.6153289949385395e-06| +|package.json|github/leraman/Hopla|3.6153289949385395e-06| +|package.json|github/iomega/paired-data-form|3.6153289949385395e-06| +|package.json|github/iomega/zenodo-upload|3.6153289949385395e-06| +|package.json|github/korcsmarosgroup/TFlink|3.6153289949385395e-06| +|setup.py|gitlab/Molcas/OpenMolcas|3.6153289949385395e-06| +|setup.py|gitlab/materials-modeling/calorine|3.6153289949385395e-06| +|setup.py|gitlab/petsc/petsc|3.6153289949385395e-06| +|setup.py|gitlab/joseaher/astroplotlib|3.6153289949385395e-06| +|setup.py|gitlab/octopus-code/octopus|3.6153289949385395e-06| +|setup.py|gitlab/pythia-uq/pythia|3.6153289949385395e-06| +|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6153289949385395e-06| +|setup.py|gitlab/picos-api/picos|3.6153289949385395e-06| +|setup.py|gitlab/fduchate/predihood|3.6153289949385395e-06| +|setup.py|gitlab/chjordan/sslf|3.6153289949385395e-06| +|setup.py|gitlab/gims-developers/gims|3.6153289949385395e-06| +|setup.py|gitlab/jason-rumengan/pyarma|3.6153289949385395e-06| +|setup.py|gitlab/permafrostnet/teaspoon|3.6153289949385395e-06| +|setup.py|github/AstroChem/VISIBLE|3.6153289949385395e-06| +|setup.py|github/YeoLab/clipper|3.6153289949385395e-06| +|setup.py|github/hiddenSymmetries/simsopt|3.6153289949385395e-06| +|setup.py|github/nbarbey/TomograPy|3.6153289949385395e-06| +|setup.py|github/tikk3r/lofar-h5plot|3.6153289949385395e-06| +|setup.py|github/vinisalazar/metaphor|3.6153289949385395e-06| +|setup.py|github/samaygarg/fuelcell|3.6153289949385395e-06| +|setup.py|github/katholt/Kaptive|3.6153289949385395e-06| +|setup.py|github/phac-nml/biohansel|3.6153289949385395e-06| +|setup.py|github/phac-nml/staramr|3.6153289949385395e-06| +|setup.py|github/phac-nml/mob-suite|3.6153289949385395e-06| +|setup.py|github/ACCarnall/SpectRes|3.6153289949385395e-06| +|setup.py|github/ACCarnall/bagpipes|3.6153289949385395e-06| +|setup.py|github/aprsa/dips|3.6153289949385395e-06| +|setup.py|github/rodluger/starry_process|3.6153289949385395e-06| +|setup.py|github/rodluger/planetplanet|3.6153289949385395e-06| +|setup.py|github/josegit88/SCORPIO|3.6153289949385395e-06| +|setup.py|github/BEAST-Fitting/beast|3.6153289949385395e-06| +|setup.py|github/cheerfuluser/tessreduce|3.6153289949385395e-06| +|setup.py|github/grazianoucci/game|3.6153289949385395e-06| +|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6153289949385395e-06| +|setup.py|github/toros-astro/corral|3.6153289949385395e-06| +|setup.py|github/toros-astro/astroalign-legacy|3.6153289949385395e-06| +|setup.py|github/BonsonW/slow5curl|3.6153289949385395e-06| +|setup.py|github/lofar-astron/RMextract|3.6153289949385395e-06| +|setup.py|github/panoptes/POCS|3.6153289949385395e-06| +|setup.py|github/astroML/gatspy|3.6153289949385395e-06| +|setup.py|github/devanshkv/fetch|3.6153289949385395e-06| +|setup.py|github/poldracklab/mriqc|3.6153289949385395e-06| +|setup.py|github/revoltek/losoto|3.6153289949385395e-06| +|setup.py|github/rfeldmann/leopy|3.6153289949385395e-06| +|setup.py|github/fair-data/fairdatapoint-client|3.6153289949385395e-06| +|setup.py|github/jonathansick/skyoffset|3.6153289949385395e-06| +|setup.py|github/jonathansick/MoAstro|3.6153289949385395e-06| +|setup.py|github/cagrikymk/JAX-ReaxFF|3.6153289949385395e-06| +|setup.py|github/gwpy/gwpy|3.6153289949385395e-06| +|setup.py|github/davidemms/OrthoFinder|3.6153289949385395e-06| +|setup.py|github/danielemichilli/SpS|3.6153289949385395e-06| +|setup.py|github/arabic-digital-humanities/adhtools|3.6153289949385395e-06| +|setup.py|github/mgalardini/pyseer|3.6153289949385395e-06| +|setup.py|github/planck-npipe/hillipop|3.6153289949385395e-06| +|setup.py|github/planck-npipe/lollipop|3.6153289949385395e-06| +|setup.py|github/brainets/frites|3.6153289949385395e-06| +|setup.py|github/flemingtonlab/SpliceV|3.6153289949385395e-06| +|setup.py|github/LCOGT/banzai|3.6153289949385395e-06| +|setup.py|github/lehtiolab/msstitch|3.6153289949385395e-06| +|setup.py|github/mirochaj/ares|3.6153289949385395e-06| +|setup.py|github/HIPS/autograd|3.6153289949385395e-06| +|setup.py|github/light-curve/light-curve-python|3.6153289949385395e-06| +|setup.py|github/cgobat/asymmetric_uncertainty|3.6153289949385395e-06| +|setup.py|github/mchalela/GriSPy|3.6153289949385395e-06| +|setup.py|github/ireis/PRF|3.6153289949385395e-06| +|setup.py|github/conchoecia/pauvre|3.6153289949385395e-06| +|setup.py|github/dbosul/CWITools|3.6153289949385395e-06| +|setup.py|github/olivares-j/Kalkayotl|3.6153289949385395e-06| +|setup.py|github/MillionConcepts/lhorizon|3.6153289949385395e-06| +|setup.py|github/bio-ontology-research-group/deepgoplus|3.6153289949385395e-06| +|setup.py|github/HERA-Team/hera_opm|3.6153289949385395e-06| +|setup.py|github/HERA-Team/aipy|3.6153289949385395e-06| +|setup.py|github/bxlab/bx-python|3.6153289949385395e-06| +|setup.py|github/danielkoll/PyRADS|3.6153289949385395e-06| +|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6153289949385395e-06| +|setup.py|github/chandra-marx/marxs|3.6153289949385395e-06| +|setup.py|github/tdaylan/pcat|3.6153289949385395e-06| +|setup.py|github/jbuisine/macop|3.6153289949385395e-06| +|setup.py|github/palaimon/ipyannotator|3.6153289949385395e-06| +|setup.py|github/mroosmalen/nanosv|3.6153289949385395e-06| +|setup.py|github/CosmoStatGW/WF4Py|3.6153289949385395e-06| +|setup.py|github/CosmoStatGW/gwfast|3.6153289949385395e-06| +|setup.py|github/vedantchandra/wdtools|3.6153289949385395e-06| +|setup.py|github/vsoch/gridtest|3.6153289949385395e-06| +|setup.py|github/vsoch/citelang|3.6153289949385395e-06| +|setup.py|github/athulpg007/AMAT|3.6153289949385395e-06| +|setup.py|github/pyspeckit/pyspeckit|3.6153289949385395e-06| +|setup.py|github/skovaka/UNCALLED|3.6153289949385395e-06| +|setup.py|github/rabix/cwl-format|3.6153289949385395e-06| +|setup.py|github/dpryan79/pyBigWig|3.6153289949385395e-06| +|setup.py|github/Kuifje02/vrpy|3.6153289949385395e-06| +|setup.py|github/bwkeller/PASTA|3.6153289949385395e-06| +|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6153289949385395e-06| +|setup.py|github/webbjj/clustertools|3.6153289949385395e-06| +|setup.py|github/webbjj/m2mcluster|3.6153289949385395e-06| +|setup.py|github/Illumina/SpliceAI|3.6153289949385395e-06| +|setup.py|github/StingraySoftware/stingray|3.6153289949385395e-06| +|setup.py|github/sambit-giri/BCemu|3.6153289949385395e-06| +|setup.py|github/sambit-giri/tools21cm|3.6153289949385395e-06| +|setup.py|github/sambit-giri/BCMemu|3.6153289949385395e-06| +|setup.py|github/quatrope/feets|3.6153289949385395e-06| +|setup.py|github/quatrope/ProperImage|3.6153289949385395e-06| +|setup.py|github/wen-jams/bsavi|3.6153289949385395e-06| +|setup.py|github/RudolfCardinal/camcops|3.6153289949385395e-06| +|setup.py|github/v-morello/clfd|3.6153289949385395e-06| +|setup.py|github/ModellingWebLab/chaste-codegen|3.6153289949385395e-06| +|setup.py|github/seung-lab/FlyWirePaper|3.6153289949385395e-06| +|setup.py|github/yqiuu/starduster|3.6153289949385395e-06| +|setup.py|github/HadrienG/InSilicoSeq|3.6153289949385395e-06| +|setup.py|github/vals/umis|3.6153289949385395e-06| +|setup.py|github/spyder-ide/spyder|3.6153289949385395e-06| +|setup.py|github/rajeshrinet/pystokes|3.6153289949385395e-06| +|setup.py|github/aiidateam/kiwipy|3.6153289949385395e-06| +|setup.py|github/ELELAB/cancermuts|3.6153289949385395e-06| +|setup.py|github/ELELAB/RosettaDDGPrediction|3.6153289949385395e-06| +|setup.py|github/ELELAB/LipidDyn|3.6153289949385395e-06| +|setup.py|github/swagnercarena/ovejero|3.6153289949385395e-06| +|setup.py|github/milicolazo/Pyedra|3.6153289949385395e-06| +|setup.py|github/Jammy2211/PyAutoGalaxy|3.6153289949385395e-06| +|setup.py|github/Jammy2211/PyAutoLens|3.6153289949385395e-06| +|setup.py|github/sebhaan/geobo|3.6153289949385395e-06| +|setup.py|github/enthought/vpsearch|3.6153289949385395e-06| +|setup.py|github/enthought/mayavi|3.6153289949385395e-06| +|setup.py|github/dokester/BayesicFitting|3.6153289949385395e-06| +|setup.py|github/vaexio/vaex|3.6153289949385395e-06| +|setup.py|github/BoPeng/simuPOP|3.6153289949385395e-06| +|setup.py|github/Materials-Consortia/optimade-python-tools|3.6153289949385395e-06| +|setup.py|github/ni1o1/transbigdata|3.6153289949385395e-06| +|setup.py|github/BradhamLab/icat|3.6153289949385395e-06| +|setup.py|github/DLTK/DLTK|3.6153289949385395e-06| +|setup.py|github/tariqdaouda/CAMAP|3.6153289949385395e-06| +|setup.py|github/MIT-STARLab/deconfuser|3.6153289949385395e-06| +|setup.py|github/linuxscout/pyarabic|3.6153289949385395e-06| +|setup.py|github/CEED/libCEED|3.6153289949385395e-06| +|setup.py|github/Johannes-Sahlmann/pygacs|3.6153289949385395e-06| +|setup.py|github/rgerum/pylustrator|3.6153289949385395e-06| +|setup.py|github/mkelley/calviacat|3.6153289949385395e-06| +|setup.py|github/psheehan/pdspy|3.6153289949385395e-06| +|setup.py|github/davidgardenier/frbpoppy|3.6153289949385395e-06| +|setup.py|github/davidgardenier/frbcat|3.6153289949385395e-06| +|setup.py|github/riogroup/SORA|3.6153289949385395e-06| +|setup.py|github/fforster/delight|3.6153289949385395e-06| +|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6153289949385395e-06| +|setup.py|github/eWaterCycle/grpc4bmi|3.6153289949385395e-06| +|setup.py|github/icredd-cheminfo/CGRdb2|3.6153289949385395e-06| +|setup.py|github/hippke/tls|3.6153289949385395e-06| +|setup.py|github/hippke/pandora|3.6153289949385395e-06| +|setup.py|github/hippke/wotan|3.6153289949385395e-06| +|setup.py|github/nboley/idr|3.6153289949385395e-06| +|setup.py|github/google/jax|3.6153289949385395e-06| +|setup.py|github/lilyminium/psiresp|3.6153289949385395e-06| +|setup.py|github/SandoghdarLab/PiSCAT|3.6153289949385395e-06| +|setup.py|github/potassco/clingo|3.6153289949385395e-06| +|setup.py|github/pyranges/pyrle|3.6153289949385395e-06| +|setup.py|github/sparks-baird/xtal2png|3.6153289949385395e-06| +|setup.py|github/hoechenberger/questplus|3.6153289949385395e-06| +|setup.py|github/FlowModelingControl/flowtorch|3.6153289949385395e-06| +|setup.py|github/AprilYuge/ResPAN|3.6153289949385395e-06| +|setup.py|github/a-renzini/pygwb|3.6153289949385395e-06| +|setup.py|github/hera-team/librarian|3.6153289949385395e-06| +|setup.py|github/broadinstitute/wot|3.6153289949385395e-06| +|setup.py|github/broadinstitute/CellBender|3.6153289949385395e-06| +|setup.py|github/LMBooth/pybci|3.6153289949385395e-06| +|setup.py|github/bwinkel/cygrid|3.6153289949385395e-06| +|setup.py|github/zdelrosario/py_grama|3.6153289949385395e-06| +|setup.py|github/mattpitkin/psrqpy|3.6153289949385395e-06| +|setup.py|github/CIRADA-Tools/RM-Tools|3.6153289949385395e-06| +|setup.py|github/nasa/simupy-flight|3.6153289949385395e-06| +|setup.py|github/starkit/wsynphot|3.6153289949385395e-06| +|setup.py|github/synchrofit/synchrofit|3.6153289949385395e-06| +|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6153289949385395e-06| +|setup.py|github/szymon-datalions/pyinterpolate|3.6153289949385395e-06| +|setup.py|github/Nico-Curti/rFBP|3.6153289949385395e-06| +|setup.py|github/HinLeung622/pipes_vis|3.6153289949385395e-06| +|setup.py|github/AA-ALERT/frbcatdb|3.6153289949385395e-06| +|setup.py|github/sncosmo/sncosmo|3.6153289949385395e-06| +|setup.py|github/pkgw/pwkit|3.6153289949385395e-06| +|setup.py|github/EdanRein/pyPplusS|3.6153289949385395e-06| +|setup.py|github/gogrean/PyXel|3.6153289949385395e-06| +|setup.py|github/INCF/one_click|3.6153289949385395e-06| +|setup.py|github/adrn/pyia|3.6153289949385395e-06| +|setup.py|github/adrn/schwimmbad|3.6153289949385395e-06| +|setup.py|github/adrn/SuperFreq|3.6153289949385395e-06| +|setup.py|github/JulianKarlBauer/mechkit|3.6153289949385395e-06| +|setup.py|github/shirtsgroup/physical_validation|3.6153289949385395e-06| +|setup.py|github/jiwoncpark/baobab|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/spectral-cube|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/uvcombine|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/pvextractor|3.6153289949385395e-06| +|setup.py|github/HCGB-IGTP/spaTyper|3.6153289949385395e-06| +|setup.py|github/benallard/galileo|3.6153289949385395e-06| +|setup.py|github/SCECcode/pycsep|3.6153289949385395e-06| +|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6153289949385395e-06| +|setup.py|github/hpparvi/ldtk|3.6153289949385395e-06| +|setup.py|github/DynaSlum/satsense|3.6153289949385395e-06| +|setup.py|github/mdshw5/pyfaidx|3.6153289949385395e-06| +|setup.py|github/jhparkastro/gpcal|3.6153289949385395e-06| +|setup.py|github/meinardmueller/synctoolbox|3.6153289949385395e-06| +|setup.py|github/meinardmueller/libfmp|3.6153289949385395e-06| +|setup.py|github/elkebir-group/Jumper|3.6153289949385395e-06| +|setup.py|github/glotzerlab/freud|3.6153289949385395e-06| +|setup.py|github/glotzerlab/coxeter|3.6153289949385395e-06| +|setup.py|github/cupy/cupy|3.6153289949385395e-06| +|setup.py|github/blackjax-devs/blackjax|3.6153289949385395e-06| +|setup.py|github/UM-Bridge/umbridge|3.6153289949385395e-06| +|setup.py|github/astrom-tom/dfitspy|3.6153289949385395e-06| +|setup.py|github/astrom-tom/specstack|3.6153289949385395e-06| +|setup.py|github/chanzuckerberg/idseq-dag|3.6153289949385395e-06| +|setup.py|github/RamanLab/iCOMIC|3.6153289949385395e-06| +|setup.py|github/aineniamh/snipit|3.6153289949385395e-06| +|setup.py|github/wfondrie/mokapot|3.6153289949385395e-06| +|setup.py|github/theia-dev/Qiber3D|3.6153289949385395e-06| +|setup.py|github/EliseJ/astroABC|3.6153289949385395e-06| +|setup.py|github/clwainwright/CosmoTransitions|3.6153289949385395e-06| +|setup.py|github/opimwue/ddop|3.6153289949385395e-06| +|setup.py|github/jonescompneurolab/hnn-core|3.6153289949385395e-06| +|setup.py|github/libgamera/GAMERA|3.6153289949385395e-06| +|setup.py|github/volkamerlab/opencadd|3.6153289949385395e-06| +|setup.py|github/KIT-MBS/pyREX|3.6153289949385395e-06| +|setup.py|github/acerbilab/pybads|3.6153289949385395e-06| +|setup.py|github/juliotux/astropop|3.6153289949385395e-06| +|setup.py|github/pavolgaj/OCFit|3.6153289949385395e-06| +|setup.py|github/dgbowl/yadg|3.6153289949385395e-06| +|setup.py|github/dcorre/otrain|3.6153289949385395e-06| +|setup.py|github/eldariont/svim|3.6153289949385395e-06| +|setup.py|github/sinc-lab/miRe2e|3.6153289949385395e-06| +|setup.py|github/zarr-developers/zarr-python|3.6153289949385395e-06| +|setup.py|github/B-UMMI/chewBBACA|3.6153289949385395e-06| +|setup.py|github/dfm/corner.py|3.6153289949385395e-06| +|setup.py|github/dfm/celerite|3.6153289949385395e-06| +|setup.py|github/ketch/nodepy|3.6153289949385395e-06| +|setup.py|github/jet-net/JetNet|3.6153289949385395e-06| +|setup.py|github/EpistasisLab/regens|3.6153289949385395e-06| +|setup.py|github/EpistasisLab/tpot|3.6153289949385395e-06| +|setup.py|github/OP2/PyOP2|3.6153289949385395e-06| +|setup.py|github/deeptools/py2bit|3.6153289949385395e-06| +|setup.py|github/deeptools/deeptools_intervals|3.6153289949385395e-06| +|setup.py|github/antoinediez/Sisyphe|3.6153289949385395e-06| +|setup.py|github/slzarate/parliament2|3.6153289949385395e-06| +|setup.py|github/gilestrolab/ethoscope|3.6153289949385395e-06| +|setup.py|github/pjcigan/multicolorfits|3.6153289949385395e-06| +|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6153289949385395e-06| +|setup.py|github/ECSHackWeek/impedance.py|3.6153289949385395e-06| +|setup.py|github/cdominik/optool|3.6153289949385395e-06| +|setup.py|github/eblur/dust|3.6153289949385395e-06| +|setup.py|github/fAndreuzzi/BisPy|3.6153289949385395e-06| +|setup.py|github/Electrostatics/apbs|3.6153289949385395e-06| +|setup.py|github/brinckmann/montepython_public|3.6153289949385395e-06| +|setup.py|github/nebblu/ReACT|3.6153289949385395e-06| +|setup.py|github/nlesc/scriptcwl|3.6153289949385395e-06| +|setup.py|github/dolfin-adjoint/pyadjoint|3.6153289949385395e-06| +|setup.py|github/jveitchmichaelis/pygadgetreader|3.6153289949385395e-06| +|setup.py|github/21cmFAST/21cmFAST|3.6153289949385395e-06| +|setup.py|github/kboone/parsnip|3.6153289949385395e-06| +|setup.py|github/loosolab/TOBIAS|3.6153289949385395e-06| +|setup.py|github/mgckind/easyaccess|3.6153289949385395e-06| +|setup.py|github/icecube/FIRESONG|3.6153289949385395e-06| +|setup.py|github/indralab/pybiopax|3.6153289949385395e-06| +|setup.py|github/jobovy/apogee|3.6153289949385395e-06| +|setup.py|github/jobovy/galpy|3.6153289949385395e-06| +|setup.py|github/jobovy/gaia_tools|3.6153289949385395e-06| +|setup.py|github/jobovy/segueSelect|3.6153289949385395e-06| +|setup.py|github/SMTG-UCL/ShakeNBreak|3.6153289949385395e-06| +|setup.py|github/SMTG-UCL/surfaxe|3.6153289949385395e-06| +|setup.py|github/nextstrain/augur|3.6153289949385395e-06| +|setup.py|github/seawander/DebrisDiskFM|3.6153289949385395e-06| +|setup.py|github/seawander/centerRadon|3.6153289949385395e-06| +|setup.py|github/davidebolo1993/TRiCoLOR|3.6153289949385395e-06| +|setup.py|github/davidebolo1993/VISOR|3.6153289949385395e-06| +|setup.py|github/dh4gan/taktent|3.6153289949385395e-06| +|setup.py|github/chakrah/sage|3.6153289949385395e-06| +|setup.py|github/benhid/Sequoya|3.6153289949385395e-06| +|setup.py|github/nlesc-ave/ave-rest-service|3.6153289949385395e-06| +|setup.py|github/spicy-oil/hfs_fit|3.6153289949385395e-06| +|setup.py|github/TeraTrees/TIPP|3.6153289949385395e-06| +|setup.py|github/cedrus-opensource/pyxid|3.6153289949385395e-06| +|setup.py|github/tibordome/cosmic_profiles|3.6153289949385395e-06| +|setup.py|github/elwinter/nnde|3.6153289949385395e-06| +|setup.py|github/DavidT3/XGA|3.6153289949385395e-06| +|setup.py|github/Nicholaswogan/PhotochemPy|3.6153289949385395e-06| +|setup.py|github/htjb/maxsmooth|3.6153289949385395e-06| +|setup.py|github/Theano/Theano|3.6153289949385395e-06| +|setup.py|github/jnktsj/DNApi|3.6153289949385395e-06| +|setup.py|github/wwood/kingfisher-download|3.6153289949385395e-06| +|setup.py|github/mtazzari/uvplot|3.6153289949385395e-06| +|setup.py|github/wokast/PyCactus|3.6153289949385395e-06| +|setup.py|github/pysersic/pysersic|3.6153289949385395e-06| +|setup.py|github/natelust/least_asymmetry|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/FALCON|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/kineticsTools|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/pbcore|3.6153289949385395e-06| +|setup.py|github/ElectionDataAnalysis/electiondata|3.6153289949385395e-06| +|setup.py|github/ncbi/ngs|3.6153289949385395e-06| +|setup.py|github/ImperialCollegeLondon/hcga|3.6153289949385395e-06| +|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6153289949385395e-06| +|setup.py|github/DESI-UR/VAST|3.6153289949385395e-06| +|setup.py|github/tkerscher/blast|3.6153289949385395e-06| +|setup.py|github/snakemake/snakemake|3.6153289949385395e-06| +|setup.py|github/mne-tools/mne-icalabel|3.6153289949385395e-06| +|setup.py|github/fkeruzore/panco2|3.6153289949385395e-06| +|setup.py|github/iraf-community/pyraf|3.6153289949385395e-06| +|setup.py|github/ExoCTK/exoctk|3.6153289949385395e-06| +|setup.py|github/domenico-simone/rmlst_api|3.6153289949385395e-06| +|setup.py|github/ckm3/Py-PDM|3.6153289949385395e-06| +|setup.py|github/FCS-analysis/multipletau|3.6153289949385395e-06| +|setup.py|github/fermisurfaces/IFermi|3.6153289949385395e-06| +|setup.py|github/xenon-middleware/pyxenon|3.6153289949385395e-06| +|setup.py|github/marcelm/cutadapt|3.6153289949385395e-06| +|setup.py|github/marcelm/tinyalign|3.6153289949385395e-06| +|setup.py|github/marcelm/alignlib|3.6153289949385395e-06| +|setup.py|github/marcelm/dnaio|3.6153289949385395e-06| +|setup.py|github/abmantz/lmc|3.6153289949385395e-06| +|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6153289949385395e-06| +|setup.py|github/polca/unfold|3.6153289949385395e-06| +|setup.py|github/AlexMikes/AutoFunc|3.6153289949385395e-06| +|setup.py|github/mtakahiro/gsf|3.6153289949385395e-06| +|setup.py|github/jlenain/flaapluc|3.6153289949385395e-06| +|setup.py|github/SouthGreenPlatform/PyRice|3.6153289949385395e-06| +|setup.py|github/Autostronomy/AstroPhot|3.6153289949385395e-06| +|setup.py|github/fabiopardo/tonic|3.6153289949385395e-06| +|setup.py|github/ProjectPyRhO/PyRhO|3.6153289949385395e-06| +|setup.py|github/rmaphoh/AutoMorph|3.6153289949385395e-06| +|setup.py|github/gausspy/gausspy|3.6153289949385395e-06| +|setup.py|github/dokkum/maskfill|3.6153289949385395e-06| +|setup.py|github/Oftatkofta/cellocity|3.6153289949385395e-06| +|setup.py|github/saltastro/pyhrs|3.6153289949385395e-06| +|setup.py|github/cdanielmachado/carveme|3.6153289949385395e-06| +|setup.py|github/multiscale/muscle3|3.6153289949385395e-06| +|setup.py|github/VarStarDetect/varstardetect|3.6153289949385395e-06| +|setup.py|github/singularityhub/singularity-compose|3.6153289949385395e-06| +|setup.py|github/singularityhub/singularity-hpc|3.6153289949385395e-06| +|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6153289949385395e-06| +|setup.py|github/PfizerRD/sit2standpy|3.6153289949385395e-06| +|setup.py|github/sensein/etelemetry-client|3.6153289949385395e-06| +|setup.py|github/DRMacIver/shrinkray|3.6153289949385395e-06| +|setup.py|github/veragluscevic/dmdd|3.6153289949385395e-06| +|setup.py|github/agreenbaum/ImPlaneIA|3.6153289949385395e-06| +|setup.py|github/LiberTEM/LiberTEM|3.6153289949385395e-06| +|setup.py|github/OttoStruve/muler|3.6153289949385395e-06| +|setup.py|github/tum-pbs/PhiML|3.6153289949385395e-06| +|setup.py|github/nlppln/nlppln|3.6153289949385395e-06| +|setup.py|github/3D-e-Chem/kripodb|3.6153289949385395e-06| +|setup.py|github/3D-e-Chem/sygma|3.6153289949385395e-06| +|setup.py|github/medema-group/bigslice|3.6153289949385395e-06| +|setup.py|github/bmorris3/aesop|3.6153289949385395e-06| +|setup.py|github/bmorris3/fleck|3.6153289949385395e-06| +|setup.py|github/willvousden/ptemcee|3.6153289949385395e-06| +|setup.py|github/oliveirara/polyMV|3.6153289949385395e-06| +|setup.py|github/steven-murray/mrpy|3.6153289949385395e-06| +|setup.py|github/steven-murray/pydftools|3.6153289949385395e-06| +|setup.py|github/steven-murray/powerbox|3.6153289949385395e-06| +|setup.py|github/radiocosmology/caput|3.6153289949385395e-06| +|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6153289949385395e-06| +|setup.py|github/dicompyler/dicompyler-core|3.6153289949385395e-06| +|setup.py|github/aalhossary/pyemgpipeline|3.6153289949385395e-06| +|setup.py|github/ejhigson/perfectns|3.6153289949385395e-06| +|setup.py|github/ejhigson/nestcheck|3.6153289949385395e-06| +|setup.py|github/ejhigson/dyPolyChord|3.6153289949385395e-06| +|setup.py|github/thejasvibr/bat_beamshapes|3.6153289949385395e-06| +|setup.py|github/jonaselgammal/GPry|3.6153289949385395e-06| +|setup.py|github/ginolhac/mapDamage|3.6153289949385395e-06| +|setup.py|github/thomasorb/orcs|3.6153289949385395e-06| +|setup.py|github/mlujnie/simple|3.6153289949385395e-06| +|setup.py|github/mlower/rmnest|3.6153289949385395e-06| +|setup.py|github/jpierel14/sntd|3.6153289949385395e-06| +|setup.py|github/felixchenier/kineticstoolkit|3.6153289949385395e-06| +|setup.py|github/dgerosa/gwdet|3.6153289949385395e-06| +|setup.py|github/dgerosa/spops|3.6153289949385395e-06| +|setup.py|github/dgerosa/surrkick|3.6153289949385395e-06| +|setup.py|github/halomod/hmf|3.6153289949385395e-06| +|setup.py|github/halomod/halomod|3.6153289949385395e-06| +|setup.py|github/parallelwindfarms/byteparsing|3.6153289949385395e-06| +|setup.py|github/wilkelab/Opfi|3.6153289949385395e-06| +|setup.py|github/heliopython/heliopy|3.6153289949385395e-06| +|setup.py|github/tofflemire/saphires|3.6153289949385395e-06| +|setup.py|github/omuse-geoscience/omuse|3.6153289949385395e-06| +|setup.py|github/astropy/astroscrappy|3.6153289949385395e-06| +|setup.py|github/astropy/astroplan|3.6153289949385395e-06| +|setup.py|github/astropy/halotools|3.6153289949385395e-06| +|setup.py|github/astropy/specutils|3.6153289949385395e-06| +|setup.py|github/astropy/SPISEA|3.6153289949385395e-06| +|setup.py|github/astropy/astroquery|3.6153289949385395e-06| +|setup.py|github/astropy/ccdproc|3.6153289949385395e-06| +|setup.py|github/NathanSandford/Chem-I-Calc|3.6153289949385395e-06| +|setup.py|github/brandon-rhodes/python-jplephem|3.6153289949385395e-06| +|setup.py|github/icesat2py/icepyx|3.6153289949385395e-06| +|setup.py|github/Hoohm/CITE-seq-Count|3.6153289949385395e-06| +|setup.py|github/1313e/PRISM|3.6153289949385395e-06| +|setup.py|github/smeingast/PNICER|3.6153289949385395e-06| +|setup.py|github/matthiasdemuzere/w2w|3.6153289949385395e-06| +|setup.py|github/dask/dask|3.6153289949385395e-06| +|setup.py|github/GijsMulders/epos|3.6153289949385395e-06| +|setup.py|github/MD-Studio/cerulean|3.6153289949385395e-06| +|setup.py|github/COSMIC-PopSynth/COSMIC|3.6153289949385395e-06| +|setup.py|github/malonge/RagTag|3.6153289949385395e-06| +|setup.py|github/glue-viz/glue|3.6153289949385395e-06| +|setup.py|github/eScatter/pyelsepa|3.6153289949385395e-06| +|setup.py|github/joshjchayes/TransitFit|3.6153289949385395e-06| +|setup.py|github/cbalbin-FIU/Epitopedia|3.6153289949385395e-06| +|setup.py|github/ratt-ru/CubiCal|3.6153289949385395e-06| +|setup.py|github/ratt-ru/montblanc|3.6153289949385395e-06| +|setup.py|github/JoschaJ/mockFRBhosts|3.6153289949385395e-06| +|setup.py|github/GalacticDynamics-Oxford/Agama|3.6153289949385395e-06| +|setup.py|github/ArgonneCPAC/dsps|3.6153289949385395e-06| +|setup.py|github/TriPed-Robot/TriP|3.6153289949385395e-06| +|setup.py|github/copasi/basico|3.6153289949385395e-06| +|setup.py|github/cmateu/PyMGC3|3.6153289949385395e-06| +|setup.py|github/cmateu/galstreams|3.6153289949385395e-06| +|setup.py|github/bartongroup/yanosim|3.6153289949385395e-06| +|setup.py|github/NKI-AI/direct|3.6153289949385395e-06| +|setup.py|github/neuralhydrology/neuralhydrology|3.6153289949385395e-06| +|setup.py|github/eggplantbren/DNest4|3.6153289949385395e-06| +|setup.py|github/gmzsebastian/FLEET|3.6153289949385395e-06| +|setup.py|github/reggiebernardo/PTAfast|3.6153289949385395e-06| +|setup.py|github/KeplerGO/k2mosaic|3.6153289949385395e-06| +|setup.py|github/ucl-exoplanets/TauREx3_public|3.6153289949385395e-06| +|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6153289949385395e-06| +|setup.py|github/ghislainv/forestatrisk|3.6153289949385395e-06| +|setup.py|github/0xCoto/Virgo|3.6153289949385395e-06| +|setup.py|github/sdss/marvin|3.6153289949385395e-06| +|setup.py|github/jdidion/atropos|3.6153289949385395e-06| +|setup.py|github/rgmyr/corebreakout|3.6153289949385395e-06| +|setup.py|github/deepmodeling/DMFF|3.6153289949385395e-06| +|setup.py|github/oscaribv/citlalicue|3.6153289949385395e-06| +|setup.py|github/teuben/nemo|3.6153289949385395e-06| +|setup.py|github/astroml/gatspy|3.6153289949385395e-06| +|setup.py|github/NKI-CCB/PRECISE|3.6153289949385395e-06| +|setup.py|github/marius311/pypico|3.6153289949385395e-06| +|setup.py|github/ERA-URBAN/fm128_radar|3.6153289949385395e-06| +|setup.py|github/finagle29/DBSP_DRP|3.6153289949385395e-06| +|setup.py|github/IMMM-SFA/mosartwmpy|3.6153289949385395e-06| +|setup.py|github/exafmm/exafmm-t|3.6153289949385395e-06| +|setup.py|github/franpoz/SHERLOCK|3.6153289949385395e-06| +|setup.py|github/H-E-L-P/XID_plus|3.6153289949385395e-06| +|setup.py|github/siavash-saki/tesspy|3.6153289949385395e-06| +|setup.py|github/agshumate/LiftoffTools|3.6153289949385395e-06| +|setup.py|github/Extraweich/homopy|3.6153289949385395e-06| +|setup.py|github/cthoyt/bel-resources|3.6153289949385395e-06| +|setup.py|github/caseyjlaw/rtpipe|3.6153289949385395e-06| +|setup.py|github/hknd23/idcempy|3.6153289949385395e-06| +|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6153289949385395e-06| +|setup.py|github/mgm8/pyngham|3.6153289949385395e-06| +|setup.py|github/WMD-group/MacroDensity|3.6153289949385395e-06| +|setup.py|github/WMD-group/SMACT|3.6153289949385395e-06| +|setup.py|github/nickrodd/HDMSpectra|3.6153289949385395e-06| +|setup.py|github/MASILab/pyPheWAS|3.6153289949385395e-06| +|setup.py|github/IKNL/vantage6|3.6153289949385395e-06| +|setup.py|github/saphir746/BiobankRead-Bash|3.6153289949385395e-06| +|setup.py|github/NoahSailer/FishLSS|3.6153289949385395e-06| +|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6153289949385395e-06| +|setup.py|github/era-urban/wrfpy|3.6153289949385395e-06| +|setup.py|github/illumina/pyflow|3.6153289949385395e-06| +|setup.py|github/ebellm/pyraf-dbsp|3.6153289949385395e-06| +|setup.py|github/biocore/emperor|3.6153289949385395e-06| +|setup.py|github/biocore/scikit-bio|3.6153289949385395e-06| +|setup.py|github/biocore/deblur|3.6153289949385395e-06| +|setup.py|github/KathrynJones1/catwoman|3.6153289949385395e-06| +|setup.py|github/mikecokina/elisa|3.6153289949385395e-06| +|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6153289949385395e-06| +|setup.py|github/telegraphic/fits2hdf|3.6153289949385395e-06| +|setup.py|github/telegraphic/pygsm|3.6153289949385395e-06| +|setup.py|github/bio-phys/BioEn|3.6153289949385395e-06| +|setup.py|github/Midnighter/dependency-info|3.6153289949385395e-06| +|setup.py|github/tvwenger/hii-region-kinematics|3.6153289949385395e-06| +|setup.py|github/tvwenger/wisp|3.6153289949385395e-06| +|setup.py|github/tvwenger/kd|3.6153289949385395e-06| +|setup.py|github/tvwenger/kinematic_scaleheight|3.6153289949385395e-06| +|setup.py|github/Starlink/starlink|3.6153289949385395e-06| +|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6153289949385395e-06| +|setup.py|github/girder/viime|3.6153289949385395e-06| +|setup.py|github/kathlandgren/SWAMPE|3.6153289949385395e-06| +|setup.py|github/zonca/python-qucs|3.6153289949385395e-06| +|setup.py|github/BaroudLab/Griottes|3.6153289949385395e-06| +|setup.py|github/computational-chemical-biology/ChemWalker|3.6153289949385395e-06| +|setup.py|github/nextgenusfs/amptk|3.6153289949385395e-06| +|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6153289949385395e-06| +|setup.py|github/pierrexyz/pybird|3.6153289949385395e-06| +|setup.py|github/Substra/substra|3.6153289949385395e-06| +|setup.py|github/stammler/dustpy|3.6153289949385395e-06| +|setup.py|github/stammler/simframe|3.6153289949385395e-06| +|setup.py|github/nithyanandan/PRISim|3.6153289949385395e-06| +|setup.py|github/thomas0809/MolScribe|3.6153289949385395e-06| +|setup.py|github/mriener/gausspyplus|3.6153289949385395e-06| +|setup.py|github/fjprichard/PyAFBF|3.6153289949385395e-06| +|setup.py|github/sylvainprigent/napari-tracks-reader|3.6153289949385395e-06| +|setup.py|github/GoekeLab/xpore|3.6153289949385395e-06| +|setup.py|github/remi-adam/minot|3.6153289949385395e-06| +|setup.py|github/pmvreeswijk/BlackBOX|3.6153289949385395e-06| +|setup.py|github/pmvreeswijk/ZOGY|3.6153289949385395e-06| +|setup.py|github/elizabethnewman/hessQuik|3.6153289949385395e-06| +|setup.py|github/EnsembleGovServices/kamodo-core|3.6153289949385395e-06| +|setup.py|github/daniel-muthukrishna/astrodash|3.6153289949385395e-06| +|setup.py|github/e-koch/FilFinder|3.6153289949385395e-06| +|setup.py|github/DrafProject/elmada|3.6153289949385395e-06| +|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6153289949385395e-06| +|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6153289949385395e-06| +|setup.py|github/Sarc-Graph/sarcgraph|3.6153289949385395e-06| +|setup.py|github/transientskp/pyse|3.6153289949385395e-06| +|setup.py|github/transientskp/tkp|3.6153289949385395e-06| +|setup.py|github/Heldenkombinat/Logodetect|3.6153289949385395e-06| +|setup.py|github/cdslaborg/paramonte|3.6153289949385395e-06| +|setup.py|github/subisarkar/JexoSim|3.6153289949385395e-06| +|setup.py|github/gmbrandt/xwavecal|3.6153289949385395e-06| +|setup.py|github/MNiwano/Eclaire|3.6153289949385395e-06| +|setup.py|github/a-slide/pycoQC|3.6153289949385395e-06| +|setup.py|github/kgullikson88/Telluric-Fitter|3.6153289949385395e-06| +|setup.py|github/vatlab/sos-notebook|3.6153289949385395e-06| +|setup.py|github/bethgelab/foolbox|3.6153289949385395e-06| +|setup.py|github/RTIInternational/gobbli|3.6153289949385395e-06| +|setup.py|github/ConorMacBride/mcalf|3.6153289949385395e-06| +|setup.py|github/astrosupriyo/pyTANSPEC|3.6153289949385395e-06| +|setup.py|github/tcassanelli/pywpf|3.6153289949385395e-06| +|setup.py|github/DrMarc/slab|3.6153289949385395e-06| +|setup.py|github/j-faria/kima|3.6153289949385395e-06| +|setup.py|github/kevin218/Eureka|3.6153289949385395e-06| +|setup.py|github/MonashSmartStructures/ospgrillage|3.6153289949385395e-06| +|setup.py|github/clauswilke/PeptideBuilder|3.6153289949385395e-06| +|setup.py|github/BPSB/combine-p-values-discrete|3.6153289949385395e-06| +|setup.py|github/lanl/swiftbat_python|3.6153289949385395e-06| +|setup.py|github/lanl/PyBNF|3.6153289949385395e-06| +|setup.py|github/lanl/scico|3.6153289949385395e-06| +|setup.py|github/ejeschke/ginga|3.6153289949385395e-06| +|setup.py|github/anuradhawick/LRBinner|3.6153289949385395e-06| +|setup.py|github/nye17/javelin|3.6153289949385395e-06| +|setup.py|github/Yu-Group/veridical-flow|3.6153289949385395e-06| +|setup.py|github/AstarVienna/Pyckles|3.6153289949385395e-06| +|setup.py|github/AstarVienna/skycalc_ipy|3.6153289949385395e-06| +|setup.py|github/AstarVienna/ScopeSim_Templates|3.6153289949385395e-06| +|setup.py|github/AstarVienna/AnisoCADO|3.6153289949385395e-06| +|setup.py|github/wiederm/transformato|3.6153289949385395e-06| +|setup.py|github/RichardObi/medigan|3.6153289949385395e-06| +|setup.py|github/mjacob1002/Eir|3.6153289949385395e-06| +|setup.py|github/ORNL/tx2|3.6153289949385395e-06| +|setup.py|github/pmaxted/pycheops|3.6153289949385395e-06| +|setup.py|github/peterk87/sistr_cmd|3.6153289949385395e-06| +|setup.py|github/jiffyclub/palettable|3.6153289949385395e-06| +|setup.py|github/ofionnad/radiowinds|3.6153289949385395e-06| +|setup.py|github/mikekatz04/BOWIE|3.6153289949385395e-06| +|setup.py|github/richteague/bettermoments|3.6153289949385395e-06| +|setup.py|github/richteague/eddy|3.6153289949385395e-06| +|setup.py|github/richteague/gofish|3.6153289949385395e-06| +|setup.py|github/richteague/disksurf|3.6153289949385395e-06| +|setup.py|github/SWIFTSIM/emulator|3.6153289949385395e-06| +|setup.py|github/liamedeiros/ehtplot|3.6153289949385395e-06| +|setup.py|github/FreBio/komics|3.6153289949385395e-06| +|setup.py|github/tardis-sn/carsus|3.6153289949385395e-06| +|setup.py|github/tardis-sn/tardis|3.6153289949385395e-06| +|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6153289949385395e-06| +|setup.py|github/iric-soft/km|3.6153289949385395e-06| +|setup.py|github/MNGuenther/allesfitter|3.6153289949385395e-06| +|setup.py|github/cbg-ethz/shorah|3.6153289949385395e-06| +|setup.py|github/minzastro/unidam|3.6153289949385395e-06| +|setup.py|github/Singh-Lab/DeMaSk|3.6153289949385395e-06| +|setup.py|github/musevlt/origin|3.6153289949385395e-06| +|setup.py|github/musevlt/muse-psfr|3.6153289949385395e-06| +|setup.py|github/cadop/seg1d|3.6153289949385395e-06| +|setup.py|github/miniufo/xinvert|3.6153289949385395e-06| +|setup.py|github/Martindelosrios/cosmic-kite|3.6153289949385395e-06| +|setup.py|github/LindleyLentati/Cobra|3.6153289949385395e-06| +|setup.py|github/jacobblum/simDRIFT|3.6153289949385395e-06| +|setup.py|github/JixingGE/GGCHEMPY|3.6153289949385395e-06| +|setup.py|github/maxpumperla/hyperas|3.6153289949385395e-06| +|setup.py|github/GenomicParisCentre/toulligQC|3.6153289949385395e-06| +|setup.py|github/prajwel/curvit|3.6153289949385395e-06| +|setup.py|github/PabloMSanAla/fabada|3.6153289949385395e-06| +|setup.py|github/djsutherland/py-sdm|3.6153289949385395e-06| +|setup.py|github/samuelefiorini/tangle|3.6153289949385395e-06| +|setup.py|github/songweizhi/Binning_refiner|3.6153289949385395e-06| +|setup.py|github/Guo-Jian-Wang/colfi|3.6153289949385395e-06| +|setup.py|github/thieu1995/permetrics|3.6153289949385395e-06| +|setup.py|github/privong/pymccorrelation|3.6153289949385395e-06| +|setup.py|github/federicomarulli/CosmoBolognaLib|3.6153289949385395e-06| +|setup.py|github/napakalas/casbert|3.6153289949385395e-06| +|setup.py|github/hover2pi/SEDkit|3.6153289949385395e-06| +|setup.py|github/jollejolles/pirecorder|3.6153289949385395e-06| +|setup.py|github/nespinoza/mc-spam|3.6153289949385395e-06| +|setup.py|github/nespinoza/juliet|3.6153289949385395e-06| +|setup.py|github/sonwell/biotools|3.6153289949385395e-06| +|setup.py|github/orcasgit/python-fitbit|3.6153289949385395e-06| +|setup.py|github/podondra/eidein|3.6153289949385395e-06| +|setup.py|github/vanheeringen-lab/gimmemotifs|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanopack|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanomath|3.6153289949385395e-06| +|setup.py|github/wdecoster/NanoPlot|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanoget|3.6153289949385395e-06| +|setup.py|github/wdecoster/NanoComp|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanocomp|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanostat|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanolyse|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanoQC|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanofilt|3.6153289949385395e-06| +|setup.py|github/KBNLresearch/ochre|3.6153289949385395e-06| +|setup.py|github/engyasin/Offline_MOT|3.6153289949385395e-06| +|setup.py|github/Bahler-Lab/pyphe|3.6153289949385395e-06| +|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6153289949385395e-06| +|setup.py|github/guangtunbenzhu/SetCoverPy|3.6153289949385395e-06| +|setup.py|github/bxia888/CEFCIG|3.6153289949385395e-06| +|setup.py|github/OBrink/RanDepict|3.6153289949385395e-06| +|setup.py|github/Cascella-Group-UiO/HyMD|3.6153289949385395e-06| +|setup.py|github/MDAnalysis/mdanalysis|3.6153289949385395e-06| +|setup.py|github/LucaMalavolta/PyORBIT|3.6153289949385395e-06| +|setup.py|github/cog-imperial/GPdoemd|3.6153289949385395e-06| +|setup.py|github/cog-imperial/galini|3.6153289949385395e-06| +|setup.py|github/cog-imperial/entmoot|3.6153289949385395e-06| +|setup.py|github/cog-imperial/suspect|3.6153289949385395e-06| +|setup.py|github/rohinkumar/correlcalc|3.6153289949385395e-06| +|setup.py|github/fakedrtom/oncogemini|3.6153289949385395e-06| +|setup.py|github/vijayvarma392/binaryBHexp|3.6153289949385395e-06| +|setup.py|github/Xia-Yijie/Xponge|3.6153289949385395e-06| +|setup.py|github/WorkflowConversion/CTDConverter|3.6153289949385395e-06| +|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6153289949385395e-06| +|setup.py|github/maxibor/sam2lca|3.6153289949385395e-06| +|setup.py|github/nanograv/PINT|3.6153289949385395e-06| +|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6153289949385395e-06| +|setup.py|github/recipy/recipy|3.6153289949385395e-06| +|setup.py|github/abrupt-climate/hyper-canny|3.6153289949385395e-06| +|setup.py|github/YosefLab/scvi-tools|3.6153289949385395e-06| +|setup.py|github/caracal-pipeline/caracal|3.6153289949385395e-06| +|setup.py|github/supernnova/SuperNNova|3.6153289949385395e-06| +|setup.py|github/timstaley/voevent-parse|3.6153289949385395e-06| +|setup.py|github/fitbenchmarking/fitbenchmarking|3.6153289949385395e-06| +|setup.py|github/TPI-Immunogenetics/igmat|3.6153289949385395e-06| +|setup.py|github/seclark/RHT|3.6153289949385395e-06| +|setup.py|github/fair-software/howfairis|3.6153289949385395e-06| +|setup.py|github/fair-software/fairtally|3.6153289949385395e-06| +|setup.py|github/cosimoNigro/agnpy|3.6153289949385395e-06| +|setup.py|github/ggonnella/gfapy|3.6153289949385395e-06| +|setup.py|github/mbaes/SpheCow|3.6153289949385395e-06| +|setup.py|github/tensorly/viz|3.6153289949385395e-06| +|setup.py|github/Astroua/TurbuStat|3.6153289949385395e-06| +|setup.py|github/Astroua/SCIMES|3.6153289949385395e-06| +|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6153289949385395e-06| +|setup.py|github/TimothyADavis/KinMSpy|3.6153289949385395e-06| +|setup.py|github/ml-evs/matador|3.6153289949385395e-06| +|setup.py|github/ekaterinailin/AltaiPony|3.6153289949385395e-06| +|setup.py|github/pytoolz/toolz|3.6153289949385395e-06| +|setup.py|github/rjtanner/StarburstPy|3.6153289949385395e-06| +|setup.py|github/tylunel/pvpumpingsystem|3.6153289949385395e-06| +|setup.py|github/ledatelescope/bifrost|3.6153289949385395e-06| +|setup.py|github/afarahi/tatter|3.6153289949385395e-06| +|setup.py|github/afarahi/PoPE|3.6153289949385395e-06| +|setup.py|github/afarahi/kllr|3.6153289949385395e-06| +|setup.py|github/migp11/pyfastcore|3.6153289949385395e-06| +|setup.py|github/aspuru-guzik-group/funsies|3.6153289949385395e-06| +|setup.py|github/zclaytor/kiauhoku|3.6153289949385395e-06| +|setup.py|github/zclaytor/butterpy|3.6153289949385395e-06| +|setup.py|github/cmillion/gPhoton|3.6153289949385395e-06| +|setup.py|github/mdruett/COCOPLOT|3.6153289949385395e-06| +|setup.py|github/XSLiuLab/Seq2Neo|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/BXA|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/PyMultiNest|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/UltraNest|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/nway|3.6153289949385395e-06| +|setup.py|github/sfschen/velocileptors|3.6153289949385395e-06| +|setup.py|github/wtsi-hpag/HiLine|3.6153289949385395e-06| +|setup.py|github/Magritte-code/Magritte|3.6153289949385395e-06| +|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6153289949385395e-06| +|setup.py|github/4pisky/fourpisky-core|3.6153289949385395e-06| +|setup.py|github/jianhuupenn/SpaGCN|3.6153289949385395e-06| +|setup.py|github/philres/catfishq|3.6153289949385395e-06| +|setup.py|github/virgesmith/neworder|3.6153289949385395e-06| +|setup.py|github/andresmegias/richvalues|3.6153289949385395e-06| +|setup.py|github/scipion-em/scipion-em-continuousflex|3.6153289949385395e-06| +|setup.py|github/markusbonse/applefy|3.6153289949385395e-06| +|setup.py|github/soichiro-hattori/unpopular|3.6153289949385395e-06| +|setup.py|github/JoeMcEwen/FAST-PT|3.6153289949385395e-06| +|setup.py|github/NREL/graph-env|3.6153289949385395e-06| +|setup.py|github/AnantharamanLab/vRhyme|3.6153289949385395e-06| +|setup.py|github/fpavogt/fcmaker|3.6153289949385395e-06| +|setup.py|github/cy-xu/cosmic-conn|3.6153289949385395e-06| +|setup.py|github/mishioo/tesliper|3.6153289949385395e-06| +|setup.py|github/PhilippJunk/homelette|3.6153289949385395e-06| +|setup.py|github/cumbof/honto|3.6153289949385395e-06| +|setup.py|github/ideasrule/platon|3.6153289949385395e-06| +|setup.py|github/benvanwerkhoven/kernel_tuner|3.6153289949385395e-06| +|setup.py|github/Starfish-develop/Starfish|3.6153289949385395e-06| +|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6153289949385395e-06| +|setup.py|github/dmey/synthia|3.6153289949385395e-06| +|setup.py|github/astronomyk/SimCADO|3.6153289949385395e-06| +|setup.py|github/PlanetHunters/tkmatrix|3.6153289949385395e-06| +|setup.py|github/dmnfarrell/epitopepredict|3.6153289949385395e-06| +|setup.py|github/dmnfarrell/snpgenie|3.6153289949385395e-06| +|setup.py|github/gem-pasteur/macsyfinder|3.6153289949385395e-06| +|setup.py|github/dfujim/bfit|3.6153289949385395e-06| +|setup.py|github/smog-server/OpenSMOG|3.6153289949385395e-06| +|setup.py|github/ziotom78/dacapo_calibration|3.6153289949385395e-06| +|setup.py|github/ChrisBeaumont/brut|3.6153289949385395e-06| +|setup.py|github/icb-dcm/pyabc|3.6153289949385395e-06| +|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6153289949385395e-06| +|setup.py|github/DeltaRCM/pyDeltaRCM|3.6153289949385395e-06| +|setup.py|github/vferat/pycrostates|3.6153289949385395e-06| +|setup.py|github/snad-space/zwad|3.6153289949385395e-06| +|setup.py|github/matplotlib/matplotlib|3.6153289949385395e-06| +|setup.py|github/joe-antognini/kozai|3.6153289949385395e-06| +|setup.py|github/NickSwainston/pulsar_spectra|3.6153289949385395e-06| +|setup.py|github/YSOVAR/YSOVAR|3.6153289949385395e-06| +|setup.py|github/symmy596/Polypy|3.6153289949385395e-06| +|setup.py|github/symmy596/SurfinPy|3.6153289949385395e-06| +|setup.py|github/adbar/htmldate|3.6153289949385395e-06| +|setup.py|github/numba/numba|3.6153289949385395e-06| +|setup.py|github/dparks1134/RefineM|3.6153289949385395e-06| +|setup.py|github/galkintool/galkin|3.6153289949385395e-06| +|setup.py|github/ICAMS/strucscan|3.6153289949385395e-06| +|setup.py|github/tmcclintock/cluster_toolkit|3.6153289949385395e-06| +|setup.py|github/ajeldorado/falco-python|3.6153289949385395e-06| +|setup.py|github/odb9402/CNNPeaks|3.6153289949385395e-06| +|setup.py|github/fcs-analysis/PyScanFCS|3.6153289949385395e-06| +|setup.py|github/fcs-analysis/PyCorrFit|3.6153289949385395e-06| +|setup.py|github/hyperopt/hyperopt|3.6153289949385395e-06| +|setup.py|github/lmfit/lmfit-py|3.6153289949385395e-06| +|setup.py|github/dmentipl/plonk|3.6153289949385395e-06| +|setup.py|github/NiallJeffrey/DeepMass|3.6153289949385395e-06| +|setup.py|github/javicarron/pynkowski|3.6153289949385395e-06| +|setup.py|github/javicarron/mtneedlet|3.6153289949385395e-06| +|setup.py|github/ryansmcgee/seirsplus|3.6153289949385395e-06| +|setup.py|github/coljac/sensie|3.6153289949385395e-06| +|setup.py|github/deepmedic/deepmedic|3.6153289949385395e-06| +|setup.py|github/realfastvla/realfast|3.6153289949385395e-06| +|setup.py|github/realfastvla/rfpipe|3.6153289949385395e-06| +|setup.py|github/brian-team/brian2|3.6153289949385395e-06| +|setup.py|github/lberaldoesilva/naif|3.6153289949385395e-06| +|setup.py|github/DirectDM/directdm-py|3.6153289949385395e-06| +|setup.py|github/matchms/matchms|3.6153289949385395e-06| +|setup.py|github/matchms/ms2deepscore|3.6153289949385395e-06| +|setup.py|github/tschad/pycelp|3.6153289949385395e-06| +|setup.py|github/herjy/SLIT|3.6153289949385395e-06| +|setup.py|github/carpyncho/carpyncho-py|3.6153289949385395e-06| +|setup.py|github/getzlab/rnaseqc|3.6153289949385395e-06| +|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6153289949385395e-06| +|setup.py|github/einsteinpy/einsteinpy|3.6153289949385395e-06| +|setup.py|github/morriscb/The-wiZZ|3.6153289949385395e-06| +|setup.py|github/edwardoughton/itmlogic|3.6153289949385395e-06| +|setup.py|github/CLARIAH/grlc|3.6153289949385395e-06| +|setup.py|github/davemlz/eemont|3.6153289949385395e-06| +|setup.py|github/qpv-research-group/solcore5|3.6153289949385395e-06| +|setup.py|github/HajimeKawahara/sot|3.6153289949385395e-06| +|setup.py|github/HajimeKawahara/exojax|3.6153289949385395e-06| +|setup.py|github/codemeleon/seqPanther|3.6153289949385395e-06| +|setup.py|github/popgenmethods/smcpp|3.6153289949385395e-06| +|setup.py|github/actris-cloudnet/cloudnetpy|3.6153289949385395e-06| +|setup.py|github/spokenlanguage/platalea|3.6153289949385395e-06| +|setup.py|github/linnarsson-lab/loompy|3.6153289949385395e-06| +|setup.py|github/compomics/DeepLC|3.6153289949385395e-06| +|setup.py|github/aabdurrouf/piXedfit|3.6153289949385395e-06| +|setup.py|github/lantunes/cellpylib|3.6153289949385395e-06| +|setup.py|github/SISPO-developers/sispo|3.6153289949385395e-06| +|setup.py|github/precice/micro-manager|3.6153289949385395e-06| +|setup.py|github/LBNL-ETA/MSWH|3.6153289949385395e-06| +|setup.py|github/chasmani/piecewise-regression|3.6153289949385395e-06| +|setup.py|github/shbhuk/barycorrpy|3.6153289949385395e-06| +|setup.py|github/shbhuk/mrexo|3.6153289949385395e-06| +|setup.py|github/warrickball/tomso|3.6153289949385395e-06| +|setup.py|github/apertif/apercal|3.6153289949385395e-06| +|setup.py|github/pynbody/pynbody|3.6153289949385395e-06| +|setup.py|github/pynbody/tangos|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/flamingo|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/insilico-server|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/swan|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/CAT|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/Moka|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/ceiba-cli|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/ceiba|3.6153289949385395e-06| +|setup.py|github/yymao/abundancematching|3.6153289949385395e-06| +|setup.py|github/cmbant/getdist|3.6153289949385395e-06| +|setup.py|github/CosmoStat/shapepipe|3.6153289949385395e-06| +|setup.py|github/linqs/psl|3.6153289949385395e-06| +|setup.py|github/toshiyan/cmblensplus|3.6153289949385395e-06| +|setup.py|github/opencobra/cobrapy|3.6153289949385395e-06| +|setup.py|github/RaRe-Technologies/gensim|3.6153289949385395e-06| +|setup.py|github/pybamm-team/PyBaMM|3.6153289949385395e-06| +|setup.py|github/pybamm-team/liionpack|3.6153289949385395e-06| +|setup.py|github/dnarayanan/powderday|3.6153289949385395e-06| +|setup.py|github/RECeSS-EU-Project/stanscofi|3.6153289949385395e-06| +|setup.py|github/ACEnglish/truvari|3.6153289949385395e-06| +|setup.py|github/CQCL/qujax|3.6153289949385395e-06| +|setup.py|github/stevengiacalone/triceratops|3.6153289949385395e-06| +|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6153289949385395e-06| +|setup.py|github/jakevdp/wpca|3.6153289949385395e-06| +|setup.py|github/smoh/kinesis|3.6153289949385395e-06| +|setup.py|github/tjiangHIT/cuteSV|3.6153289949385395e-06| +|setup.py|github/galizia-lab/pyview|3.6153289949385395e-06| +|setup.py|github/4dn-dcic/pairix|3.6153289949385395e-06| +|setup.py|github/phenomecentre/nPYc-Toolbox|3.6153289949385395e-06| +|setup.py|github/LucIJspeert/eclipsr|3.6153289949385395e-06| +|setup.py|github/LucIJspeert/star_shadow|3.6153289949385395e-06| +|setup.py|github/egjergo/galcem|3.6153289949385395e-06| +|setup.py|github/nanoporetech/qcat|3.6153289949385395e-06| +|setup.py|github/nanoporetech/megalodon|3.6153289949385395e-06| +|setup.py|github/nanoporetech/tombo|3.6153289949385395e-06| +|setup.py|github/nanoporetech/ont_fast5_api|3.6153289949385395e-06| +|setup.py|github/simonsobs/pixell|3.6153289949385395e-06| +|setup.py|github/simonsobs/nemo|3.6153289949385395e-06| +|setup.py|github/t-brandt/orvara|3.6153289949385395e-06| +|setup.py|github/connectomicslab/connectomemapper3|3.6153289949385395e-06| +|setup.py|github/CyclotronResearchCentre/bidsme|3.6153289949385395e-06| +|setup.py|github/bwengals/CCSNMultivar|3.6153289949385395e-06| +|setup.py|github/colour-science/colour|3.6153289949385395e-06| +|setup.py|github/circuitgraph/circuitgraph|3.6153289949385395e-06| +|setup.py|github/andizq/sf3dmodels|3.6153289949385395e-06| +|setup.py|github/pnnl/interflow|3.6153289949385395e-06| +|setup.py|github/gbernstein/pixmappy|3.6153289949385395e-06| +|setup.py|github/dtamayo/reboundx|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/pyranges|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/epic2|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/ncls|3.6153289949385395e-06| +|setup.py|github/tomlouden/spiderman|3.6153289949385395e-06| +|setup.py|github/sbebo/joypy|3.6153289949385395e-06| +|setup.py|github/EISy-as-Py/hardy|3.6153289949385395e-06| +|setup.py|github/bfarr/exocartographer|3.6153289949385395e-06| +|setup.py|github/kennethcarrell/ATARRI|3.6153289949385395e-06| +|setup.py|github/lynx-x-ray-observatory/soxs|3.6153289949385395e-06| +|setup.py|github/keflavich/HiGal_SEDfitter|3.6153289949385395e-06| +|setup.py|github/spacetelescope/specview|3.6153289949385395e-06| +|setup.py|github/spacetelescope/stginga|3.6153289949385395e-06| +|setup.py|github/spacetelescope/synphot_refactor|3.6153289949385395e-06| +|setup.py|github/spacetelescope/specviz|3.6153289949385395e-06| +|setup.py|github/spacetelescope/stsynphot_refactor|3.6153289949385395e-06| +|setup.py|github/spacetelescope/imexam|3.6153289949385395e-06| +|setup.py|github/rvalieris/parallel-fastq-dump|3.6153289949385395e-06| +|setup.py|github/comprna/reorientexpress|3.6153289949385395e-06| +|setup.py|github/brentp/geneimpacts|3.6153289949385395e-06| +|setup.py|github/brentp/cigar|3.6153289949385395e-06| +|setup.py|github/dbuscher/pois|3.6153289949385395e-06| +|setup.py|github/vincentlab/PyFR|3.6153289949385395e-06| +|setup.py|github/alphaparrot/ExoPlaSim|3.6153289949385395e-06| +|setup.py|github/ulelab/ultraplex|3.6153289949385395e-06| +|setup.py|github/cov-lineages/pangolin|3.6153289949385395e-06| +|setup.py|github/chapmanb/bcbb|3.6153289949385395e-06| +|setup.py|github/AlexanderLabWHOI/EUKulele|3.6153289949385395e-06| +|setup.py|github/bioinform/somaticseq|3.6153289949385395e-06| +|setup.py|github/rasg-affiliates/healvis|3.6153289949385395e-06| +|setup.py|github/jbussemaker/SBArchOpt|3.6153289949385395e-06| +|setup.py|github/ngltr/sinaps|3.6153289949385395e-06| +|setup.py|github/biobakery/MetaPhlAn|3.6153289949385395e-06| +|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6153289949385395e-06| +|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6153289949385395e-06| +|setup.py|github/seqcode/allo|3.6153289949385395e-06| +|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6153289949385395e-06| +|setup.py|github/dwkim78/upsilon|3.6153289949385395e-06| +|setup.py|github/dwkim78/pdtrend|3.6153289949385395e-06| +|setup.py|github/dwkim78/ASTRiDE|3.6153289949385395e-06| +|setup.py|github/spacepy/spacepy|3.6153289949385395e-06| +|setup.py|github/MartianColonist/POSEIDON|3.6153289949385395e-06| +|setup.py|github/FrancesBW/bellamy|3.6153289949385395e-06| +|setup.py|github/DeepRank/DeepRank-GNN|3.6153289949385395e-06| +|setup.py|github/DeepRank/pdb2sql|3.6153289949385395e-06| +|setup.py|github/DeepRank/iScore|3.6153289949385395e-06| +|setup.py|github/DeepRank/deeprank|3.6153289949385395e-06| +|setup.py|github/DeepRank/pssmgen|3.6153289949385395e-06| +|setup.py|github/SCM-NV/qmflows|3.6153289949385395e-06| +|setup.py|github/SCM-NV/pyZacros|3.6153289949385395e-06| +|setup.py|github/SCM-NV/qmflows-namd|3.6153289949385395e-06| +|setup.py|github/fred3m/toyz|3.6153289949385395e-06| +|setup.py|github/avigan/SPHERE|3.6153289949385395e-06| +|setup.py|github/avigan/pyZELDA|3.6153289949385395e-06| +|setup.py|github/MannLabs/alphapept|3.6153289949385395e-06| +|setup.py|github/jorisparet/partycls|3.6153289949385395e-06| +|setup.py|github/conda/pycosat|3.6153289949385395e-06| +|setup.py|github/conda/conda|3.6153289949385395e-06| +|setup.py|github/kerkelae/disimpy|3.6153289949385395e-06| +|setup.py|github/bootphon/phonemizer|3.6153289949385395e-06| +|setup.py|github/Adamtaranto/Yanagiba|3.6153289949385395e-06| +|setup.py|github/beastraban/INSANE|3.6153289949385395e-06| +|setup.py|github/tool-bin/ukbcc|3.6153289949385395e-06| +|setup.py|github/schlafly/crowdsource|3.6153289949385395e-06| +|setup.py|github/catherinezucker/radfil|3.6153289949385395e-06| +|setup.py|github/mzy2240/ESA|3.6153289949385395e-06| +|setup.py|github/cire-thk/BifacialSimu|3.6153289949385395e-06| +|setup.py|github/twesterhout/lattice-symmetries|3.6153289949385395e-06| +|setup.py|github/clawpack/clawpack|3.6153289949385395e-06| +|setup.py|github/dunnkers/fseval|3.6153289949385395e-06| +|setup.py|github/agree019/DarkCapPy|3.6153289949385395e-06| +|setup.py|github/agurvich/FIRE_studio|3.6153289949385395e-06| +|setup.py|github/panoptes-organization/panoptes|3.6153289949385395e-06| +|setup.py|github/johnlees/pp-sketchlib|3.6153289949385395e-06| +|setup.py|github/BackmanLab/PWSpy|3.6153289949385395e-06| +|setup.py|github/pyro-ppl/pyro|3.6153289949385395e-06| +|setup.py|github/3fon3fonov/exostriker|3.6153289949385395e-06| +|setup.py|github/VeinsOfTheEarth/rabpro|3.6153289949385395e-06| +|setup.py|github/martinjzhang/scDRS|3.6153289949385395e-06| +|setup.py|github/sherpa-deproject/deproject|3.6153289949385395e-06| +|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6153289949385395e-06| +|setup.py|github/UNSW-CEEM/nempy|3.6153289949385395e-06| +|setup.py|github/smirarab/sepp|3.6153289949385395e-06| +|setup.py|github/jiahecui/SenAOReFoc|3.6153289949385395e-06| +|setup.py|github/gdrouart/MrMoose|3.6153289949385395e-06| +|setup.py|github/benmontet/f3|3.6153289949385395e-06| +|setup.py|github/cabb99/open3spn2|3.6153289949385395e-06| +|setup.py|github/equib/pyEQUIB|3.6153289949385395e-06| +|setup.py|github/julianreul/mode_behave|3.6153289949385395e-06| +|setup.py|github/cas-bioinf/rboAnalyzer|3.6153289949385395e-06| +|setup.py|github/matthewholman/assist|3.6153289949385395e-06| +|setup.py|github/PyPSA/atlite|3.6153289949385395e-06| +|setup.py|github/PyPSA/linopy|3.6153289949385395e-06| +|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6153289949385395e-06| +|setup.py|github/shadden/celmech|3.6153289949385395e-06| +|setup.py|github/parmoo/parmoo|3.6153289949385395e-06| +|setup.py|github/cameronliang/BayesVP|3.6153289949385395e-06| +|setup.py|github/undark-lab/sstrax|3.6153289949385395e-06| +|setup.py|github/dstndstn/astrometry.net|3.6153289949385395e-06| +|setup.py|github/OpenMDAO/dymos|3.6153289949385395e-06| +|setup.py|github/thomaspinder/GPJax|3.6153289949385395e-06| +|setup.py|github/natashabatalha/PandExo|3.6153289949385395e-06| +|setup.py|github/natashabatalha/picaso|3.6153289949385395e-06| +|setup.py|github/bcgsc/tigmint|3.6153289949385395e-06| +|setup.py|github/atomneb/AtomNeb-py|3.6153289949385395e-06| +|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6153289949385395e-06| +|setup.py|github/epic-astronomy/EPIC|3.6153289949385395e-06| +|setup.py|github/matteobreschi/bajes|3.6153289949385395e-06| +|setup.py|github/Filter-Bubble/e2e-Dutch|3.6153289949385395e-06| +|setup.py|github/exobssim/rapoc-public|3.6153289949385395e-06| +|setup.py|github/LSSTDESC/CCL|3.6153289949385395e-06| +|setup.py|github/LSSTDESC/descqa|3.6153289949385395e-06| +|setup.py|github/ynop/audiomate|3.6153289949385395e-06| +|setup.py|github/maayane/catsHTM|3.6153289949385395e-06| +|setup.py|github/MIC-DKFZ/HD-BET|3.6153289949385395e-06| +|setup.py|github/MIC-DKFZ/TractSeg|3.6153289949385395e-06| +|setup.py|github/SIOSlab/exodetbox|3.6153289949385395e-06| +|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6153289949385395e-06| +|setup.py|github/Alymantara/pydoppler|3.6153289949385395e-06| +|setup.py|github/gpantel/MolPainter|3.6153289949385395e-06| +|setup.py|github/jfowkes/pycutest|3.6153289949385395e-06| +|setup.py|github/fruzsinaagocs/oscode|3.6153289949385395e-06| +|setup.py|github/OpenWaterAnalytics/EPyT|3.6153289949385395e-06| +|setup.py|github/fraserw/TRIPPy|3.6153289949385395e-06| +|setup.py|github/abhisrkckl/GWecc|3.6153289949385395e-06| +|setup.py|github/VMBoehm/MADLens|3.6153289949385395e-06| +|setup.py|github/astro-informatics/ssht|3.6153289949385395e-06| +|setup.py|github/astro-informatics/s2let|3.6153289949385395e-06| +|setup.py|github/BD2KGenomics/toil|3.6153289949385395e-06| +|setup.py|github/genouest/biomaj-cli|3.6153289949385395e-06| +|setup.py|github/SynthSys/pyOmeroUpload|3.6153289949385395e-06| +|setup.py|github/astrosmili/smili|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/ariba|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/pymummer|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/iva|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/gubbins|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/circlator|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/Fastaq|3.6153289949385395e-06| +|setup.py|github/citiususc/BigSeqKit|3.6153289949385395e-06| +|setup.py|github/gwastro/pycbc|3.6153289949385395e-06| +|setup.py|github/PyFstat/PyFstat|3.6153289949385395e-06| +|setup.py|github/tlambert03/pycudadecon|3.6153289949385395e-06| +|setup.py|github/mscroggs/symfem|3.6153289949385395e-06| +|setup.py|github/changhoonhahn/pySpectrum|3.6153289949385395e-06| +|setup.py|github/vhaasteren/piccard|3.6153289949385395e-06| +|setup.py|github/kbarbary/nestle|3.6153289949385395e-06| +|setup.py|github/kbarbary/extinction|3.6153289949385395e-06| +|setup.py|github/GabrieleParimbelli/COLIBRI|3.6153289949385395e-06| +|setup.py|github/DMGW-Goethe/imripy|3.6153289949385395e-06| +|setup.py|github/Libensemble/libensemble|3.6153289949385395e-06| +|setup.py|github/biomedia-mira/blast-ct|3.6153289949385395e-06| +|setup.py|github/timothydmorton/vespa|3.6153289949385395e-06| +|setup.py|github/morpheus-project/morpheus|3.6153289949385395e-06| +|setup.py|github/insilicomedicine/GENTRL|3.6153289949385395e-06| +|setup.py|github/HillLab/SomaticSiMu|3.6153289949385395e-06| +|setup.py|github/swiftsim/swiftsimio|3.6153289949385395e-06| +|setup.py|github/milnus/Corekaburra|3.6153289949385395e-06| +|setup.py|github/djones1040/PythonPhot|3.6153289949385395e-06| +|setup.py|github/rhayes777/PyAutoFit|3.6153289949385395e-06| +|setup.py|github/Qiskit/rustworkx|3.6153289949385395e-06| +|setup.py|github/manodeep/Corrfunc|3.6153289949385395e-06| +|setup.py|github/mmp2/megaman|3.6153289949385395e-06| +|setup.py|github/yatiml/yatiml|3.6153289949385395e-06| +|setup.py|github/andycasey/sick|3.6153289949385395e-06| +|setup.py|github/eelregit/mcfit|3.6153289949385395e-06| +|setup.py|github/raspishake/rsudp|3.6153289949385395e-06| +|setup.py|github/fjankowsk/scatfit|3.6153289949385395e-06| +|setup.py|github/Ayuei/DeBEIR|3.6153289949385395e-06| +|setup.py|github/BartoszBartmanski/StoSpa2|3.6153289949385395e-06| +|setup.py|github/babinyurii/recan|3.6153289949385395e-06| +|setup.py|github/xpsi-group/xpsi|3.6153289949385395e-06| +|setup.py|github/zblz/naima|3.6153289949385395e-06| +|setup.py|github/nicolet5/DiffCapAnalyzer|3.6153289949385395e-06| +|setup.py|github/ChenfuShi/HiChIP_peaks|3.6153289949385395e-06| +|setup.py|github/Caltech-IPAC/Montage|3.6153289949385395e-06| +|setup.py|github/radifar/PyPLIF-HIPPOS|3.6153289949385395e-06| +|setup.py|github/perfanalytics/pose2sim|3.6153289949385395e-06| +|setup.py|github/noraeisner/LATTE|3.6153289949385395e-06| +|setup.py|github/lh3/minimap2|3.6153289949385395e-06| +|setup.py|github/NLeSC/mcfly|3.6153289949385395e-06| +|setup.py|github/NLeSC/Massive-PotreeConverter|3.6153289949385395e-06| +|setup.py|github/NLeSC/cptm|3.6153289949385395e-06| +|setup.py|github/NLeSC/noodles|3.6153289949385395e-06| +|setup.py|github/NLeSC/boatswain|3.6153289949385395e-06| +|setup.py|github/NLESC-JCER/QMCTorch|3.6153289949385395e-06| +|setup.py|github/DLR-RM/BlenderProc|3.6153289949385395e-06| +|setup.py|github/NeuralEnsemble/PyNN|3.6153289949385395e-06| +|setup.py|github/SYalouz/QuantNBody|3.6153289949385395e-06| +|setup.py|github/pec27/hfof|3.6153289949385395e-06| +|setup.py|github/pec27/smerfs|3.6153289949385395e-06| +|setup.py|github/ageller/firefly|3.6153289949385395e-06| +|setup.py|github/Fermipy/fermipy|3.6153289949385395e-06| +|setup.py|github/szwiep/py_SBeLT|3.6153289949385395e-06| +|setup.py|github/ylab-hi/ScanExitronLR|3.6153289949385395e-06| +|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6153289949385395e-06| +|setup.py|github/shilpagarg/WHdenovo|3.6153289949385395e-06| +|setup.py|github/pmelchior/skymapper|3.6153289949385395e-06| +|setup.py|github/pmelchior/pyGMMis|3.6153289949385395e-06| +|setup.py|github/pmelchior/scarlet|3.6153289949385395e-06| +|setup.py|github/bulik/ldsc|3.6153289949385395e-06| +|setup.py|github/weecology/retriever|3.6153289949385395e-06| +|setup.py|github/sanjibs/bmcmc|3.6153289949385395e-06| +|setup.py|github/sxs-collaboration/gwsurrogate|3.6153289949385395e-06| +|setup.py|github/MrMinimal64/multivar_horner|3.6153289949385395e-06| +|setup.py|github/jmschrei/pomegranate|3.6153289949385395e-06| +|setup.py|github/christopherburke/tess-point|3.6153289949385395e-06| +|setup.py|github/oschwengers/referenceseeker|3.6153289949385395e-06| +|setup.py|github/oschwengers/platon|3.6153289949385395e-06| +|setup.py|github/oschwengers/bakta|3.6153289949385395e-06| +|setup.py|github/spglib/spgrep|3.6153289949385395e-06| +|setup.py|github/easybuilders/easybuild|3.6153289949385395e-06| +|setup.py|github/infer-actively/pymdp|3.6153289949385395e-06| +|setup.py|github/Gaiana/nirdust|3.6153289949385395e-06| +|setup.py|github/gagneurlab/drop|3.6153289949385395e-06| +|setup.py|github/rbturnbull/ausdex|3.6153289949385395e-06| +|setup.py|github/SJ001/AI-Feynman|3.6153289949385395e-06| +|setup.py|github/lkmklsmn/DrivAER|3.6153289949385395e-06| +|setup.py|github/pierrehoudayer/RUBIS|3.6153289949385395e-06| +|setup.py|github/NuGrid/NuPyCEE|3.6153289949385395e-06| +|setup.py|github/wasserman-group/pyCADMium|3.6153289949385395e-06| +|setup.py|github/iomega/spec2vec|3.6153289949385395e-06| +|setup.py|github/amusecode/amuse|3.6153289949385395e-06| +|setup.py|github/COVID-IWG/epimargin|3.6153289949385395e-06| +|setup.py|github/birnstiel/two-pop-py|3.6153289949385395e-06| +|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6153289949385395e-06| +|setup.py|github/auctus-team/pycapacity|3.6153289949385395e-06| +|setup.py|github.com/idptools/metapredict|3.6153289949385395e-06| +|setup.py|github/sfarrens/sf_deconvolve|3.6153289949385395e-06| +|setup.py|github/dynamicslab/pysindy|3.6153289949385395e-06| +|setup.py|github/ismaelpessa/PyMUSE|3.6153289949385395e-06| +|setup.py|github/WBK-Robotics/pybullet_industrial|3.6153289949385395e-06| +|setup.py|github/carlosborca/CrystaLattE|3.6153289949385395e-06| +|setup.py|github/PaulHancock/Aegean|3.6153289949385395e-06| +|setup.py|github/drcandacemakedamoore/cleanX|3.6153289949385395e-06| +|setup.py|github/ReSurfEMG/ReSurfEMG|3.6153289949385395e-06| +|setup.py|github/jeaadams/ExoPix|3.6153289949385395e-06| +|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6153289949385395e-06| +|DESCRIPTION|gitlab/ampere2/metalwalls|3.6153289949385395e-06| +|DESCRIPTION|gitlab/libreumg/dataquier|3.6153289949385395e-06| +|DESCRIPTION|github/hope-data-science/tidyfst|3.6153289949385395e-06| +|DESCRIPTION|github/bommert/stabm|3.6153289949385395e-06| +|DESCRIPTION|github/binzhulab/SUITOR|3.6153289949385395e-06| +|DESCRIPTION|github/ants-project/ANTs|3.6153289949385395e-06| +|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6153289949385395e-06| +|DESCRIPTION|github/sjbeckett/localcovid19now|3.6153289949385395e-06| +|DESCRIPTION|github/prioritizr/wdpar|3.6153289949385395e-06| +|DESCRIPTION|github/lasseignelab/CINmetrics|3.6153289949385395e-06| +|DESCRIPTION|github/annajenul/UBayFS|3.6153289949385395e-06| +|DESCRIPTION|github/Merck/pkglite|3.6153289949385395e-06| +|DESCRIPTION|github/msalibian/RBF|3.6153289949385395e-06| +|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6153289949385395e-06| +|DESCRIPTION|github/ejikeugba/serp|3.6153289949385395e-06| +|DESCRIPTION|github/ejikeugba/gofcat|3.6153289949385395e-06| +|DESCRIPTION|github/oneilsh/tidytensor|3.6153289949385395e-06| +|DESCRIPTION|github/jessecambon/tidygeocoder|3.6153289949385395e-06| +|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6153289949385395e-06| +|DESCRIPTION|github/david-barnett/microViz|3.6153289949385395e-06| +|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6153289949385395e-06| +|DESCRIPTION|github/lsds/Neptune|3.6153289949385395e-06| +|DESCRIPTION|github/raredd/kmdata|3.6153289949385395e-06| +|DESCRIPTION|github/takfung/ResDisMapper|3.6153289949385395e-06| +|DESCRIPTION|github/msaland/THInCR-Suite|3.6153289949385395e-06| +|DESCRIPTION|github/rajewsky-lab/dropbead|3.6153289949385395e-06| +|DESCRIPTION|github/cjbarrie/academictwitteR|3.6153289949385395e-06| +|DESCRIPTION|github/julia-wrobel/registr|3.6153289949385395e-06| +|DESCRIPTION|github/Natsiopoulos/ARDL|3.6153289949385395e-06| +|DESCRIPTION|github/SchlossLab/mikropml|3.6153289949385395e-06| +|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6153289949385395e-06| +|DESCRIPTION|github/konfound-project/konfound|3.6153289949385395e-06| +|DESCRIPTION|github/lrnv/cort|3.6153289949385395e-06| +|DESCRIPTION|github/asancpt/caffsim|3.6153289949385395e-06| +|DESCRIPTION|github/insightsengineering/rbmi|3.6153289949385395e-06| +|DESCRIPTION|github/saezlab/PHONEMeS|3.6153289949385395e-06| +|DESCRIPTION|github/NathanSkene/EWCE|3.6153289949385395e-06| +|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6153289949385395e-06| +|DESCRIPTION|github/GaryBAYLOR/mixR|3.6153289949385395e-06| +|DESCRIPTION|github/xiaotiand/FunFor|3.6153289949385395e-06| +|DESCRIPTION|github/deweylab/RSEM|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/drake|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/antiword|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tesseract|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RSelenium|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/microdemic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/awardFindR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidyhydat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cffr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfema|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/essurvey|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/finch|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rsnps|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rplos|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ckanr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bomrang|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/virtuoso|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/targets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfishbase|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rredlist|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/allodb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rmangal|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nodbi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rperseus|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stplanr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdataretriever|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spatsoc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/Rpolyhedra|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencage|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/aRxiv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/webchem|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mapscanner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treestartr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/addressable|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jagstargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxlist|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/NLMR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdefra|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rbace|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrricanes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spiro|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rromeo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ijtiff|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/plater|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/writexl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dbparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/epubr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geojsonio|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/piggyback|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tinkr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RNeXML|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rusda|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nbaR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/refsplitr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tarchetypes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pdftools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/c14bazAAR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/paleobioDB|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fauxpas|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gtfsr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/brranching|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/SymbiotaR2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/predictNMB|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/suppdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dataaimsr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gutenbergr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/refimpact|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdatacite|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/roadoi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mctq|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/EML|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/assertr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxize|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/namext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rsat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tiler|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rbhl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ruODK|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ghql|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rppo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcitoid|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/magick|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ritis|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/getCRUCLdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/citecorp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bittrex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fulltext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/webmockr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrlite|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/xslt|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rvertnet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rtweet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mcbette|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/zbank|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rglobi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DoOR.data|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hddtools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/comtradr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pixelclasser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wateRinfo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ecoengine|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cld2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/scrubr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/worrms|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rotl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/unrtf|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phonfieldwork|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treebase|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/randgeo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/parzer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ots|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/biomartr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ssh|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/charlatan|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/GSODR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/prism|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/beautier|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chlorpromazineR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nasapower|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RefManageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bib2df|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bibtex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/medrxivr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/arkdb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hunspell|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jsonvalidate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/trufflesniffer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/lingtypology|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/riem|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rtika|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrricanesdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ezknitr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wikitaxa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcoreoa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tacmagic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/oai|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tracerer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcites|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jsonld|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hydroscoper|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/daiquiri|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnassqs|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nlrx|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/popler|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/codemetar|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdryad|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rb3|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/PostcodesioR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdflib|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geonames|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/googleLanguageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geojsonlint|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/qualtRics|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/colocr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/git2rdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MODIStsp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/grainchanger|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/USAboundariesData|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdhs|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jenkins|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/neotoma|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmextract|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MODISTools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidyqpcr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pendulum|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/git2r|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgpdd|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnoaa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxview|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/plotly|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rzmq|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/seasl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcol|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/graphql|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfisheries|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spelling|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/av|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rinat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxadb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jqr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rAltmetric|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider.base|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/binman|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/censo2017|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pangaear|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/beastier|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/terrainr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/photosearcher|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spocc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidypmc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/landscapetools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgbif|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/natserv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/excluder|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxizedb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/lightr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/baRcodeR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dbhydroR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stats19|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/unifir|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/antanym|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outcomerate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/readODS|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tokenizers|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cleanEHR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/traits|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DataSpaceR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chromer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcrossref|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pubchunks|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gittargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/workloopR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cchecks|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/isdparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jstor|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MtreeRing|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/babette|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dittodb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ramlegacy|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/restez|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wellknown|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/slopes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/USAboundaries|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/BaseSet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/iheatmapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/crul|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rWBclimate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cld3|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/elastic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylogram|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/emld|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/onekp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tradestatistics|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/qpdf|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/staypuft|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opentripplanner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnpn|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/getlandsat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DataPackageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rAvis|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/patentsview|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/internetarchive|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rebird|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/skynet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rerddap|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gistr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mregions|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/coder|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stantargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/datapack|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bold|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/sofa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nomisr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/timefuzz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bowerbird|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/helminthR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mauricer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylocomr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/katex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/FedData|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/europepmc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/textreuse|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmplotr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/historydata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearth|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/circle|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/conditionz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cde|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rorcid|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/citesdb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bikedata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fingertipsR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DoOR.functions|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cyphr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/camsRad|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dataspice|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rentrez|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidync|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/robotstxt|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylotaR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/eia|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gitignore|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/vcr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/infx|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pathviewr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencontext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treedata.table|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/Rclean|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chirps|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wdman|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/AntWeb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tif|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfigshare|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgnparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/exoplanets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osfr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hoardr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/EndoMineR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/weathercan|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/visdat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/smapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/clifro|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider.devtools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tabulizer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cRegulome|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/solrium|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/handlr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/skimr|3.6153289949385395e-06| +|DESCRIPTION|github/jorittmo/singcar|3.6153289949385395e-06| +|DESCRIPTION|github/KiranLDA/PAMLr|3.6153289949385395e-06| +|DESCRIPTION|github/Pinlyu3/LRLoop|3.6153289949385395e-06| +|DESCRIPTION|github/obreschkow/dftools|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/ambrosia|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/osiris|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/rmap|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/rfasst|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/plutus|3.6153289949385395e-06| +|DESCRIPTION|github/haoharryfeng/NeuCA|3.6153289949385395e-06| +|DESCRIPTION|github/riatelab/osrm|3.6153289949385395e-06| +|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6153289949385395e-06| +|DESCRIPTION|github/wesleyburr/subMaldi|3.6153289949385395e-06| +|DESCRIPTION|github/ConnorDonegan/geostan|3.6153289949385395e-06| +|DESCRIPTION|github/VincentAlcazer/StatAid|3.6153289949385395e-06| +|DESCRIPTION|github/q1cui/discourseGT|3.6153289949385395e-06| +|DESCRIPTION|github/koenderks/jaspAudit|3.6153289949385395e-06| +|DESCRIPTION|github/ec363/fpcountr|3.6153289949385395e-06| +|DESCRIPTION|github/mgcooper/baseflow|3.6153289949385395e-06| +|DESCRIPTION|github/anwarbio/bioassays|3.6153289949385395e-06| +|DESCRIPTION|github/mcsiple/mmrefpoints|3.6153289949385395e-06| +|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6153289949385395e-06| +|DESCRIPTION|github/zhouzilu/DENDRO|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/rodev|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/reviewer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/arresteddev|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6153289949385395e-06| +|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6153289949385395e-06| +|DESCRIPTION|github/nand1155/CausNet|3.6153289949385395e-06| +|DESCRIPTION|github/GreiffLab/immuneREF|3.6153289949385395e-06| +|DESCRIPTION|github/esplint/IRACpm|3.6153289949385395e-06| +|DESCRIPTION|github/humanfactors/FIPS|3.6153289949385395e-06| +|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6153289949385395e-06| +|DESCRIPTION|github/justinmathias/isocalcR|3.6153289949385395e-06| +|DESCRIPTION|github/liuhong-jia/scAnno|3.6153289949385395e-06| +|DESCRIPTION|github/TeamPerie/CellDestiny|3.6153289949385395e-06| +|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6153289949385395e-06| +|DESCRIPTION|github/txopen/histoc|3.6153289949385395e-06| +|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6153289949385395e-06| +|DESCRIPTION|github/tinglabs/scAIDE|3.6153289949385395e-06| +|DESCRIPTION|github/inrae/RCaNmodel|3.6153289949385395e-06| +|DESCRIPTION|github/bluefoxr/COINr|3.6153289949385395e-06| +|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6153289949385395e-06| +|DESCRIPTION|github/Dulab2020/ARMT|3.6153289949385395e-06| +|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6153289949385395e-06| +|DESCRIPTION|github/martin3141/spant|3.6153289949385395e-06| +|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6153289949385395e-06| +|DESCRIPTION|github/blind-contours/SuperNOVA|3.6153289949385395e-06| +|DESCRIPTION|github/rcarragh/c212|3.6153289949385395e-06| +|DESCRIPTION|github/SofieVG/FlowSOM|3.6153289949385395e-06| +|DESCRIPTION|github/johnschwenck/bp|3.6153289949385395e-06| +|DESCRIPTION|github/genostats/LowKi|3.6153289949385395e-06| +|DESCRIPTION|github/adriancorrendo/metrica|3.6153289949385395e-06| +|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6153289949385395e-06| +|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6153289949385395e-06| +|DESCRIPTION|github/NSAPH-Software/CRE|3.6153289949385395e-06| +|DESCRIPTION|github/pydemull/activAnalyzer|3.6153289949385395e-06| +|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6153289949385395e-06| +|DESCRIPTION|github/AngusWright/LAMBDAR|3.6153289949385395e-06| +|DESCRIPTION|github/yuliadm/mixComp|3.6153289949385395e-06| +|DESCRIPTION|github/GOVS-pack/GOVS|3.6153289949385395e-06| +|DESCRIPTION|github/adithirgis/pollucheck|3.6153289949385395e-06| +|DESCRIPTION|github/AgrDataSci/climatrends|3.6153289949385395e-06| +|DESCRIPTION|github/gtonkinhill/fastbaps|3.6153289949385395e-06| +|DESCRIPTION|github/INCEPTdk/adaptr|3.6153289949385395e-06| +|DESCRIPTION|github/vbaliga/gaussplotR|3.6153289949385395e-06| +|DESCRIPTION|github/mingzehuang/latentcor|3.6153289949385395e-06| +|DESCRIPTION|github/NeotomaDB/neotoma2|3.6153289949385395e-06| +|DESCRIPTION|github/xoopR/set6|3.6153289949385395e-06| +|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6153289949385395e-06| +|DESCRIPTION|github/tidyverse/glue|3.6153289949385395e-06| +|DESCRIPTION|github/fchuffar/protopackage|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6153289949385395e-06| +|DESCRIPTION|github/abmantz/rgw|3.6153289949385395e-06| +|DESCRIPTION|github/dankelley/oce|3.6153289949385395e-06| +|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6153289949385395e-06| +|DESCRIPTION|github/s-abbas/robnptests|3.6153289949385395e-06| +|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6153289949385395e-06| +|DESCRIPTION|github/abschneider/StrainHub|3.6153289949385395e-06| +|DESCRIPTION|github/prdm0/ropenblas|3.6153289949385395e-06| +|DESCRIPTION|github/dgrun/FateID|3.6153289949385395e-06| +|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6153289949385395e-06| +|DESCRIPTION|github/databio/GenomicDistributions|3.6153289949385395e-06| +|DESCRIPTION|github/rickhelmus/patRoon|3.6153289949385395e-06| +|DESCRIPTION|github/akcochrane/TEfits|3.6153289949385395e-06| +|DESCRIPTION|github/gabraham/flashpca|3.6153289949385395e-06| +|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6153289949385395e-06| +|DESCRIPTION|github/TheMillerLab/genetex|3.6153289949385395e-06| +|DESCRIPTION|github/andyphilips/dynamac|3.6153289949385395e-06| +|DESCRIPTION|github/r-spatialecology/shar|3.6153289949385395e-06| +|DESCRIPTION|github/ecological-cities/home2park|3.6153289949385395e-06| +|DESCRIPTION|github/jgrembi/riskCommunicator|3.6153289949385395e-06| +|DESCRIPTION|github/bartongroup/RoSA|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/orderly|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/vaultr|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/dettl|3.6153289949385395e-06| +|DESCRIPTION|github/lydialucchesi/Vizumap|3.6153289949385395e-06| +|DESCRIPTION|github/USEPA/nsink|3.6153289949385395e-06| +|DESCRIPTION|github/IMMM-SFA/gamut|3.6153289949385395e-06| +|DESCRIPTION|github/zizroc/villager|3.6153289949385395e-06| +|DESCRIPTION|github/shangguandong1996/FindIT2|3.6153289949385395e-06| +|DESCRIPTION|github/astrostat/Automark|3.6153289949385395e-06| +|DESCRIPTION|github/astrostat/LIRA|3.6153289949385395e-06| +|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6153289949385395e-06| +|DESCRIPTION|github/r-spatial/rgee|3.6153289949385395e-06| +|DESCRIPTION|github/LindaNab/mecor|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/medoutcon|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/txshift|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/haldensify|3.6153289949385395e-06| +|DESCRIPTION|github/HajkD/LTRpred|3.6153289949385395e-06| +|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6153289949385395e-06| +|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6153289949385395e-06| +|DESCRIPTION|github/orbisgis/lczexplore|3.6153289949385395e-06| +|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/srr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/autotest|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6153289949385395e-06| +|DESCRIPTION|github/highamm/sptotal|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/performance|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/effectsize|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/parameters|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/correlation|3.6153289949385395e-06| +|DESCRIPTION|github/YuLab-SMU/treeio|3.6153289949385395e-06| +|DESCRIPTION|github/maximewack/viroCapt|3.6153289949385395e-06| +|DESCRIPTION|github/gasparl/possa|3.6153289949385395e-06| +|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6153289949385395e-06| +|DESCRIPTION|github/isakro/shoredate|3.6153289949385395e-06| +|DESCRIPTION|github/johannes-titz/cofad|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/hyper.fit|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/celestial|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/NFWdist|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProSpect|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProFuse|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/Rwcs|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProFound|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/Rfits|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProPane|3.6153289949385395e-06| +|DESCRIPTION|github/BMILAB/scLINE|3.6153289949385395e-06| +|DESCRIPTION|github/snystrom/memes|3.6153289949385395e-06| +|DESCRIPTION|github/mlr-org/mcboost|3.6153289949385395e-06| +|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6153289949385395e-06| +|DESCRIPTION|github/OwenWard/ppdiag|3.6153289949385395e-06| +|DESCRIPTION|github/mmollina/viewpoly|3.6153289949385395e-06| +|DESCRIPTION|github/Martindelosrios/MeSsI|3.6153289949385395e-06| +|DESCRIPTION|github/Martindelosrios/ROGER|3.6153289949385395e-06| +|DESCRIPTION|github/tbep-tech/tbeptools|3.6153289949385395e-06| +|DESCRIPTION|github/kendomaniac/rCASC|3.6153289949385395e-06| +|DESCRIPTION|github/kendomaniac/docker4seq|3.6153289949385395e-06| +|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6153289949385395e-06| +|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6153289949385395e-06| +|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6153289949385395e-06| +|DESCRIPTION|github/rx-li/EasyCellType|3.6153289949385395e-06| +|DESCRIPTION|github/dpseidel/stmove|3.6153289949385395e-06| +|DESCRIPTION|github/fumi-github/omicwas|3.6153289949385395e-06| +|DESCRIPTION|github/ezer/PAFway|3.6153289949385395e-06| +|DESCRIPTION|github/jackmwolf/tehtuner|3.6153289949385395e-06| +|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6153289949385395e-06| +|DESCRIPTION|github/chrisaberson/BetterReg|3.6153289949385395e-06| +|DESCRIPTION|github/samhforbes/PupillometryR|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/netrankr|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/graphlayouts|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/signnet|3.6153289949385395e-06| +|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6153289949385395e-06| +|DESCRIPTION|github/CTU-Bern/presize|3.6153289949385395e-06| +|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6153289949385395e-06| +|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6153289949385395e-06| +|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6153289949385395e-06| +|DESCRIPTION|github/OrlandoLam/SAMT|3.6153289949385395e-06| +|DESCRIPTION|github/flyaflya/causact|3.6153289949385395e-06| +|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6153289949385395e-06| +|DESCRIPTION|github/RitchieLab/hudson|3.6153289949385395e-06| +|DESCRIPTION|github/nevrome/bleiglas|3.6153289949385395e-06| +|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6153289949385395e-06| +|DESCRIPTION|github/chainsawriot/sweater|3.6153289949385395e-06| +|DESCRIPTION|github/chainsawriot/oolong|3.6153289949385395e-06| +|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6153289949385395e-06| +|DESCRIPTION|github/r-lib/gert|3.6153289949385395e-06| +|DESCRIPTION|github/r-lib/credentials|3.6153289949385395e-06| +|DESCRIPTION|github/kadyb/rgugik|3.6153289949385395e-06| +|DESCRIPTION|github/signaturescience/skater|3.6153289949385395e-06| +|DESCRIPTION|github/MAnalytics/opitools|3.6153289949385395e-06| +|DESCRIPTION|github/MAnalytics/akmedoids|3.6153289949385395e-06| +|DESCRIPTION|github/metaOmics/MetaPath|3.6153289949385395e-06| +|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6153289949385395e-06| +|DESCRIPTION|github/MRCIEU/metaboprep|3.6153289949385395e-06| +|DESCRIPTION|github/VBlesius/RHRT|3.6153289949385395e-06| +|DESCRIPTION|github/aranyics/ReDCM|3.6153289949385395e-06| +|DESCRIPTION|github/donaldRwilliams/BGGM|3.6153289949385395e-06| +|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6153289949385395e-06| +|DESCRIPTION|github/ArgoCanada/argodata|3.6153289949385395e-06| +|DESCRIPTION|github/EpiVec/TDLM|3.6153289949385395e-06| +|DESCRIPTION|github/mdsteiner/EFAtools|3.6153289949385395e-06| +|DESCRIPTION|github/YonghuiDong/RawHummus|3.6153289949385395e-06| +|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6153289949385395e-06| +|DESCRIPTION|github/llrs/experDesign|3.6153289949385395e-06| +|DESCRIPTION|github/rqtl/qtl2|3.6153289949385395e-06| +|DESCRIPTION|github/bblodfon/emba|3.6153289949385395e-06| +|DESCRIPTION|github/pmoulos/metaseqR2|3.6153289949385395e-06| +|DESCRIPTION|github/niceume/datasailr|3.6153289949385395e-06| +|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6153289949385395e-06| +|DESCRIPTION|github/tgrimes/SeqNet|3.6153289949385395e-06| +|DESCRIPTION|github/LucyMcGowan/tipr|3.6153289949385395e-06| +|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6153289949385395e-06| +|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6153289949385395e-06| +|DESCRIPTION|github/wjakethompson/measr|3.6153289949385395e-06| +|DESCRIPTION|github/rudeboybert/forestecology|3.6153289949385395e-06| +|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6153289949385395e-06| +|DESCRIPTION|github/n8thangreen/BCEA|3.6153289949385395e-06| +|DESCRIPTION|github/BrianAronson/birankr|3.6153289949385395e-06| +|DESCRIPTION|github/ICRAR/ProFit|3.6153289949385395e-06| +|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/allcontributors|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/qcoder|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/gendercoder|3.6153289949385395e-06| +|DESCRIPTION|github/kateharborne/SimSpin|3.6153289949385395e-06| +|DESCRIPTION|github/insilico/cncv|3.6153289949385395e-06| +|DESCRIPTION|github/saeyslab/PeacoQC|3.6153289949385395e-06| +|DESCRIPTION|github/saeyslab/nichenetr|3.6153289949385395e-06| +|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6153289949385395e-06| +|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6153289949385395e-06| +|DESCRIPTION|github/rhenkin/visxhclust|3.6153289949385395e-06| +|DESCRIPTION|github/constantAmateur/SoupX|3.6153289949385395e-06| +|DESCRIPTION|github/mmahmoudian/sivs|3.6153289949385395e-06| +|DESCRIPTION|github/sachsmc/cosinor|3.6153289949385395e-06| +|DESCRIPTION|github/alstat/ALUES|3.6153289949385395e-06| +|DESCRIPTION|github/tlverse/hal9001|3.6153289949385395e-06| +|DESCRIPTION|github/CajoterBraak/demc2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/roblog|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/rotemplate|3.6153289949385395e-06| +|DESCRIPTION|github/Hegghammer/daiR|3.6153289949385395e-06| +|DESCRIPTION|github/taranu/AllStarFit|3.6153289949385395e-06| +|DESCRIPTION|github/isoverse/isoreader|3.6153289949385395e-06| +|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6153289949385395e-06| +|DESCRIPTION|github/r-cas/caracas|3.6153289949385395e-06| +|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6153289949385395e-06| +|DESCRIPTION|github/ShixiangWang/sigminer|3.6153289949385395e-06| +|DESCRIPTION|github/cran/irtplay|3.6153289949385395e-06| +|DESCRIPTION|github/cosimameyer/overviewR|3.6153289949385395e-06| +|DESCRIPTION|github/dieghernan/tidyterra|3.6153289949385395e-06| +|DESCRIPTION|github/SietzeN/glottospace|3.6153289949385395e-06| +|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6153289949385395e-06| +|DESCRIPTION|github/LTLA/basilisk|3.6153289949385395e-06| +|DESCRIPTION|github/ahudde/greeks|3.6153289949385395e-06| +|DESCRIPTION|github/bcjaeger/aorsf|3.6153289949385395e-06| +|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6153289949385395e-06| +|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6153289949385395e-06| +|DESCRIPTION|github/tidymodels/stacks|3.6153289949385395e-06| +|DESCRIPTION|github/tidymodels/infer|3.6153289949385395e-06| +|DESCRIPTION|github/maize-genetics/rTASSEL|3.6153289949385395e-06| +|DESCRIPTION|github/bcgov/bcdata|3.6153289949385395e-06| +|DESCRIPTION|github/bcgov/shinyssdtools|3.6153289949385395e-06| +|DESCRIPTION|github/stefanoMP/massiveGST|3.6153289949385395e-06| +|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6153289949385395e-06| +|DESCRIPTION|github/wadpac/GGIR|3.6153289949385395e-06| +|DESCRIPTION|github/rauschenberger/joinet|3.6153289949385395e-06| +|DESCRIPTION|github/rauschenberger/transreg|3.6153289949385395e-06| +|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6153289949385395e-06| +|DESCRIPTION|github/azizka/IUCNN|3.6153289949385395e-06| +|DESCRIPTION|github/timoast/signac|3.6153289949385395e-06| +|DESCRIPTION|github/dsoave/JLS|3.6153289949385395e-06| +|DESCRIPTION|github/yiling0210/APIR|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/dust|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/provisionr|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/sircovid|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/odin|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/individual|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/cinterpolate|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/drjacoby|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/ring|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/EpiEstim|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/rrq|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/squire|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/dde|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6153289949385395e-06| +|DESCRIPTION|github/nanakiksc/zerone|3.6153289949385395e-06| +|DESCRIPTION|github/flosalbizziae/kataegis|3.6153289949385395e-06| +|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6153289949385395e-06| +|DESCRIPTION|github/zoometh/iconr|3.6153289949385395e-06| +|Gemfile|github/tudelft3d/3dfier|3.6153289949385395e-06| +|Gemfile|github/odelaneau/GLIMPSE|3.6153289949385395e-06| +|Gemfile|github/odelaneau/shapeit5|3.6153289949385395e-06| +|Gemfile|github/vcflib/bio-vcf|3.6153289949385395e-06| +|Gemfile|github/openjournals/joss|3.6153289949385395e-06| +|Gemfile|github/ncbi/igblast|3.6153289949385395e-06| +|Gemfile|github/ejmackrell/tidyproteomics-interactive|3.6153289949385395e-06| +|Gemfile|github/cboursnell/crb-blast|3.6153289949385395e-06| +|Gemfile|github/gramos/imagetooth|3.6153289949385395e-06| +|Gemfile|github/telatin/bamtocov|3.6153289949385395e-06| +|Gemfile|github/telatin/seqfu2|3.6153289949385395e-06| +|Gemfile|github/codidact/qpixel|3.6153289949385395e-06| +|Gemfile|github/quadram-institute-bioscience/dadaist2|3.6153289949385395e-06| +|Gemfile|github/scrook/neuroml-db|3.6153289949385395e-06| +|Gemfile|github/aymgal/COOLEST|3.6153289949385395e-06| +|Gemfile|github/sibirrer/hierArc|3.6153289949385395e-06| +|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6153289949385395e-06| +|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6153289949385395e-06| +|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6153289949385395e-06| +|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6153289949385395e-06| +|go.mod|github/linksmart/thing-directory|3.6153289949385395e-06| +|go.mod|github/sylabs/singularity|3.6153289949385395e-06| +|go.mod|github/containers/podman|3.6153289949385395e-06| +|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6153289949385395e-06| +|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6153289949385395e-06| +|go.mod|github/jasonyangshadow/lpmx|3.6153289949385395e-06| +|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6153289949385395e-06| +|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6153289949385395e-06| +|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6153289949385395e-06| +|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6153289949385395e-06| +|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6153289949385395e-06| +|go.mod|github/mlpack/mlpack|3.6153289949385395e-06| +|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6153289949385395e-06| +|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.6104482539282607e-06| +|cran|[txtq](https://github.com/wlandau/txtq)|3.6046429167361928e-06| +|cran|[arm](https://CRAN.R-project.org/package=arm)|3.5903606290672457e-06| +|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.589008605277586e-06| +|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5867317425885766e-06| +|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.5855670901766346e-06| +|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.5855670901766346e-06| +|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.5855670901766346e-06| +|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.5855670901766346e-06| +|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.5855670901766346e-06| +|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.5855670901766346e-06| +|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.5855670901766346e-06| +|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.5855670901766346e-06| +|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.5855670901766346e-06| +|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.5855670901766346e-06| +|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.5855670901766346e-06| +|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.5855670901766346e-06| +|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.5855670901766346e-06| +|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.5855670901766346e-06| +|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.5855670901766346e-06| +|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.5838625348079965e-06| +|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.579175704989161e-06| +|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.579175704989161e-06| +|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.579175704989161e-06| +|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.579175704989161e-06| +|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.579175704989161e-06| +|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.579175704989161e-06| +|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.579175704989161e-06| +|spack|[bpp-phyl](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|3.579175704989161e-06| +|cran|socialmixr|3.579175704989161e-06| +|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5791757049891544e-06| +|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5791757049891544e-06| +|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5791757049891544e-06| +|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5791757049891544e-06| +|pypi|[ares](https://github.com/barnumbirr/ares)|3.5791757049891544e-06| +|pypi|[requirement](http://github.com/storborg/funniest)|3.5791757049891544e-06| +|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5791757049891544e-06| +|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5791757049891544e-06| +|pypi|[macop](https://github.com/prise-3d/macop)|3.5791757049891544e-06| +|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5791757049891544e-06| +|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5791757049891544e-06| +|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5791757049891544e-06| +|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5791757049891544e-06| +|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5791757049891544e-06| +|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5791757049891544e-06| +|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5791757049891544e-06| +|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5791757049891544e-06| +|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5791757049891544e-06| +|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5791757049891544e-06| +|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5791757049891544e-06| +|pypi|[ngs](https://broadtech.com.cn)|3.5791757049891544e-06| +|pypi|[gsf](UNKNOWN)|3.5791757049891544e-06| +|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5791757049891544e-06| +|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5791757049891544e-06| +|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5791757049891544e-06| +|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5791757049891544e-06| +|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5791757049891544e-06| +|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5791757049891544e-06| +|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5791757049891544e-06| +|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5791757049891544e-06| +|pypi|[crc](https://github.com/Nicoretti/crc)|3.5791757049891544e-06| +|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5791757049891544e-06| +|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5791757049891544e-06| +|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5791757049891544e-06| +|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5791757049891544e-06| +|pypi|[UNKNOWN](UNKNOWN)|3.5791757049891544e-06| +|pypi|[biotools](https://github.com/sonwell/biotools)|3.5791757049891544e-06| +|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5791757049891544e-06| +|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5791757049891544e-06| +|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5791757049891544e-06| +|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5791757049891544e-06| +|pypi|[neworder](https://neworder.readthedocs.io)|3.5791757049891544e-06| +|pypi|[requirements](http://github.com/mattack108/requirements)|3.5791757049891544e-06| +|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5791757049891544e-06| +|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5791757049891544e-06| +|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5791757049891544e-06| +|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5791757049891544e-06| +|pypi|[galkin](UNKNOWN)|3.5791757049891544e-06| +|pypi|[SLIT](https://github.com/bweir/slit)|3.5791757049891544e-06| +|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5791757049891544e-06| +|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5791757049891544e-06| +|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5791757049891544e-06| +|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5791757049891544e-06| +|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5791757049891544e-06| +|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5791757049891544e-06| +|pypi|[Libra](https://github.com/Palashio/libra)|3.5791757049891544e-06| +|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5791757049891544e-06| +|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5791757049891544e-06| +|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5791757049891544e-06| +|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5791757049891544e-06| +|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5791757049891544e-06| +|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5791757049891544e-06| +|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5791757049891544e-06| +|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5791757049891544e-06| +|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5791757049891544e-06| +|pypi|[megaman](https://github.com/mmp2/megaman)|3.5791757049891544e-06| +|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5791757049891544e-06| +|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5791757049891544e-06| +|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5791757049891544e-06| +|npm|leaflet-geotiff-2|3.5791757049891544e-06| +|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5791757049891544e-06| +|cran|LSD|3.5791757049891544e-06| +|npm|retape|3.5791757049891536e-06| +|npm|test|3.5791757049891536e-06| +|npm|babel-plugin-remove-comments|3.5791757049891536e-06| +|cran|outbreaks|3.5791757049891536e-06| +|cran|aweek|3.5791757049891536e-06| +|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.566496438827755e-06| +|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.566496438827755e-06| +|rubygems|[mercenary](https://github.com/jekyll/mercenary)|3.554222671986365e-06| +|cran|[rmsfact](NA)|3.5433839479392627e-06| +|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.5433839479392627e-06| +|cran|geomorph|3.543383947939262e-06| +|pypi|[watermark](https://pypi.org/project/watermark)|3.5209201937304557e-06| +|rubygems|rubocop-rspec|3.5150868999898605e-06| +|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4892228764246116e-06| +|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.488052770858413e-06| +|npm|svelte-preprocess|3.478259096765775e-06| +|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4739058313130024e-06| +|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4739058313130024e-06| +|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4739058313130024e-06| +|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4739058313130024e-06| +|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4739058313130024e-06| +|pypi|[truecase](https://pypi.org/project/truecase)|3.4739058313130024e-06| +|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4739058313130024e-06| +|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4739058313130024e-06| +|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4739058313130024e-06| +|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4739058313130024e-06| +|pypi|[fireo](https://pypi.org/project/fireo)|3.4739058313130024e-06| +|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.467326464208243e-06| +|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4656767703914172e-06| +|npm|karma-phantomjs-launcher|3.4625329253176325e-06| +|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.457204360970151e-06| +|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.452639190166305e-06| +|cran|clv|3.4449566160520614e-06| +|cran|plainview|3.44495661605206e-06| +|cran|mapdeck|3.44495661605206e-06| +|pypi|[questionary](https://pypi.org/project/questionary)|3.4429064346202915e-06| +|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4415151009511097e-06| +|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4415151009511097e-06| +|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4415151009511097e-06| +|pypi|[parsley](https://pypi.org/project/parsley)|3.4415151009511097e-06| +|npm|json-stringify-safe|3.4409005446830823e-06| +|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4342040503837108e-06| +|cran|[geojson](https://docs.ropensci.org/geojson)|3.4300433839479405e-06| +|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4210908750322014e-06| +|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.419782384599327e-06| +|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4161781086943783e-06| +|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.4070999499415983e-06| +|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.4070999499415983e-06| +|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.4070999499415983e-06| +|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.4070999499415983e-06| +|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.4070999499415983e-06| +|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.4070999499415983e-06| +|spack|sofa-c|3.4070999499415983e-06| +|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.4070999499415983e-06| +|npm|loud-rejection|3.4070999499415983e-06| +|npm|csv-spectrum|3.4070999499415983e-06| +|npm|bops|3.4070999499415983e-06| +|cran|ncbit|3.4070999499415983e-06| +|cran|subplex|3.4070999499415983e-06| +|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.403700276969534e-06| +|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.400889914152816e-06| +|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.400889914152816e-06| +|rubygems|[sqlite3](https://github.com/sparklemotion/sqlite3-ruby)|3.3972951436539915e-06| +|npm|babel-plugin-transform-runtime|3.393896549943187e-06| +|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.387434149364735e-06| +|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.383602708907518e-06| +|pypi|[fury](https://pypi.org/project/fury)|3.3835527413561452e-06| +|pypi|[obspy](https://www.obspy.org)|3.3803326102675358e-06| +|cran|thor|3.374651378989774e-06| +|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3746513789897738e-06| +|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3746513789897738e-06| +|pypi|[colorful](https://pypi.org/project/colorful)|3.3746513789897738e-06| +|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3746513789897738e-06| +|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3746513789897738e-06| +|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3746513789897738e-06| +|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3746513789897738e-06| +|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3746513789897738e-06| +|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3746513789897738e-06| +|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3746513789897738e-06| +|pypi|[pygam](https://github.com/dswah/pyGAM)|3.367194762937714e-06| +|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.3652773473814688e-06| +|pypi|[pythran](https://pypi.org/project/pythran)|3.359754118386028e-06| +|pypi|[meson-python](https://pypi.org/project/meson-python)|3.359754118386028e-06| +|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.359754118386028e-06| +|cran|gcookbook|3.3487494495457733e-06| +|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.344544139880365e-06| +|npm|babel-plugin-add-module-exports|3.344185776262783e-06| +|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3396135332760887e-06| +|pypi|[biomaj-core](http://biomaj.genouest.org)|3.330676598188094e-06| +|pypi|[funsor](https://pypi.org/project/funsor)|3.330248071371487e-06| +|cran|polycor|3.3251298926566286e-06| +|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.3199357583847817e-06| +|rubygems|[jekyll-commonmark-ghpages](https://github.com/github/jekyll-commonmark-ghpages)|3.318194143167039e-06| +|rubygems|[jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)|3.318194143167039e-06| +|pypi|[csvw](https://github.com/cldf/csvw)|3.310737527114969e-06| +|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3105791565085547e-06| +|pypi|[httpcore](https://pypi.org/project/httpcore)|3.3053430756935718e-06| +|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.2995526030368763e-06| +|npm|karma-cli|3.2811730830209995e-06| +|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2809110629067245e-06| +|cran|imbalance|3.2809110629067245e-06| +|cran|prodlim|3.2809110629067245e-06| +|cran|pec|3.2809110629067245e-06| +|cran|limma|3.252943339999953e-06| +|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2528630901677036e-06| +|cran|misc3d|3.2481019522776567e-06| +|rubygems|forwardable-extended|3.2481019522776567e-06| +|npm|through|3.2425393401144874e-06| +|cran|aws.signature|3.234792832534315e-06| +|spack|[pythia8](http://home.thep.lu.se/Pythia/)|3.2294861246166593e-06| +|pypi|[ubelt](https://pypi.org/project/ubelt)|3.226277308800669e-06| +|spack|[mkl](https://software.intel.com/en-us/intel-parallel-studio-xe)|3.2212581344902474e-06| +|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2212581344902385e-06| +|pypi|[pot](https://pypi.org/project/pot)|3.2212581344902385e-06| +|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2212581344902385e-06| +|cran|maxLik|3.2212581344902385e-06| +|cran|princurve|3.2212581344902385e-06| +|cran|brglm|3.2212581344902385e-06| +|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.2212581344902287e-06| +|rubygems|test-unit-rr|3.2156209327548807e-06| +|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2150552456126324e-06| +|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.213970220158828e-06| +|pypi|[wxpython](http://wxPython.org/)|3.2123101952277726e-06| +|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.20825685521998e-06| +|cran|[gistr](https://github.com/ropensci/gistr)|3.204085321764282e-06| +|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.2027941328375207e-06| +|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.1988882863340563e-06| +|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.1988882863340563e-06| +|pypi|[pyro4](https://pypi.org/project/pyro4)|3.1988882863340563e-06| +|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.1988882863340563e-06| +|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.1988882863340563e-06| +|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.1988882863340563e-06| +|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.1988882863340563e-06| +|pypi|[couchbase](https://pypi.org/project/couchbase)|3.1988882863340563e-06| +|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.1988882863340563e-06| +|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.1988882863340563e-06| +|pypi|[pyArango](https://pypi.org/project/pyArango)|3.1988882863340563e-06| +|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.195692593740316e-06| +|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.195692593740316e-06| +|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.192865634907392e-06| +|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.189045553145336e-06| +|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1869488762530644e-06| +|pypi|[mercantile](https://github.com/mapbox/mercantile)|3.184969269703546e-06| +|cran|PCICt|3.180782924281227e-06| +|cran|paws|3.1800017954077116e-06| +|cran|clustermq|3.1800017954077116e-06| +|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.1674121283089857e-06| +|pypi|[platon](https://pypi.org/project/platon)|3.1674121283089857e-06| +|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.1674121283089857e-06| +|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.1674121283089857e-06| +|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.1674121283089857e-06| +|pypi|[scp](https://pypi.org/project/scp)|3.1674121283089857e-06| +|pypi|[wtforms](https://pypi.org/project/wtforms)|3.1674121283089857e-06| +|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.1674121283089857e-06| +|pypi|[bytecode](https://pypi.org/project/bytecode)|3.1674121283089857e-06| +|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.1674121283089857e-06| +|pypi|[docrep](https://pypi.org/project/docrep)|3.1674121283089857e-06| +|pypi|[mudata](https://pypi.org/project/mudata)|3.1674121283089857e-06| +|rubygems|html-proofer|3.1668994034707154e-06| +|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.1637356678029125e-06| +|spack|lm-sensors|3.1637356678029125e-06| +|spack|rocprofiler-dev|3.1637356678029125e-06| +|spack|rocm-smi-lib|3.1637356678029125e-06| +|npm|watch-run|3.1637356678029125e-06| +|npm|rollup-plugin-modify|3.1637356678029125e-06| +|npm|rollup-plugin-html|3.1637356678029125e-06| +|npm|rollup-plugin-esbuild|3.1637356678029125e-06| +|npm|p-limit|3.1637356678029125e-06| +|npm|number-precision|3.1637356678029125e-06| +|npm|archiver|3.1637356678029125e-06| +|cran|arules|3.1637356678029125e-06| +|cran|grpreg|3.1637356678029125e-06| +|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1580962102845377e-06| +|cran|syslognet|3.1572459536125477e-06| +|cran|botor|3.1572459536125477e-06| +|cran|telegram|3.1572459536125477e-06| +|cran|RPushbullet|3.1572459536125477e-06| +|cran|slackr|3.1572459536125477e-06| +|pypi|[flox](https://pypi.org/project/flox)|3.149674620390455e-06| +|npm|path-scurry|3.133680178958785e-06| +|npm|minipass|3.133680178958785e-06| +|npm|jackspeak|3.133680178958785e-06| +|npm|foreground-child|3.133680178958785e-06| +|pypi|[vispy](https://pypi.org/project/vispy)|3.1320983111248835e-06| +|pypi|[pyside](https://pypi.org/project/pyside)|3.1320983111248835e-06| +|npm|eslint-config-xo-nextjs|3.1320983111248835e-06| +|cran|plotlyGeoAssets|3.1289530768352546e-06| +|cran|listviewer|3.1289530768352546e-06| +|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.120721730124896e-06| +|rubygems|[rails](https://rubyonrails.org)|3.1181986894540904e-06| +|npm|babelify|3.1135176413298506e-06| +|npm|babel-plugin-transform-es2015-modules-commonjs|3.1135176413298506e-06| +|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1082315332800546e-06| +|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1082315332800546e-06| +|pypi|[geopy](https://github.com/geopy/geopy)|3.103902469547809e-06| +|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.0854962974044434e-06| +|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.0854962974044434e-06| +|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.0854962974044434e-06| +|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.0854962974044434e-06| +|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.0854962974044434e-06| +|pypi|[katversion](https://pypi.org/project/katversion)|3.0854962974044434e-06| +|pypi|[lupa](https://pypi.org/project/lupa)|3.0854962974044434e-06| +|pypi|[omnijson](https://pypi.org/project/omnijson)|3.0854962974044434e-06| +|pypi|[pygelf](https://pypi.org/project/pygelf)|3.0854962974044434e-06| +|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.0854962974044434e-06| +|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.0854962974044434e-06| +|pypi|[spead2](https://pypi.org/project/spead2)|3.0854962974044434e-06| +|pypi|[katpoint](https://pypi.org/project/katpoint)|3.0854962974044434e-06| +|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.0854962974044434e-06| +|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.081203432990663e-06| +|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.081203432990663e-06| +|cran|registry|3.070165788658196e-06| +|pypi|[deepdiff](https://pypi.org/project/deepdiff)|3.0701206729980497e-06| +|pypi|[logomaker](http://logomaker.readthedocs.io)|3.0697051843730653e-06| +|rubygems|rexml|3.0694764321129748e-06| +|cran|pvclust|3.068784558163504e-06| +|npm|babel-register|3.06720380799391e-06| +|cran|[themis](https://github.com/tidymodels/themis)|3.0618648141004157e-06| +|cran|superpc|3.0618648141004157e-06| +|cran|subselect|3.0618648141004157e-06| +|cran|pamr|3.0618648141004157e-06| +|cran|BradleyTerry2|3.0618648141004157e-06| +|cran|ModelMetrics|3.0618648141004157e-06| +|pypi|[cbor2](https://pypi.org/project/cbor2)|3.059124534178764e-06| +|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.059124534178764e-06| +|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.059124534178764e-06| +|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.057574804192677e-06| +|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.056953247056138e-06| +|npm|livereload|3.0546413344303988e-06| +|npm|jsonlint|3.0546413344303988e-06| +|npm|http-server|3.0546413344303988e-06| +|npm|highlight.js|3.0546413344303988e-06| +|npm|handlebars|3.0546413344303988e-06| +|npm|download-cli|3.0546413344303988e-06| +|npm|heap|3.0546413344303988e-06| +|npm|git-state|3.0457408643417315e-06| +|npm|xpath|3.0457408643417315e-06| +|npm|coffee-coverage|3.0457408643417315e-06| +|npm|conventional-changelog-cli|3.037297531382022e-06| +|pypi|[stone](https://pypi.org/project/stone)|3.0371862410907963e-06| +|pypi|[msrest](https://pypi.org/project/msrest)|3.0371862410907963e-06| +|pypi|[azure-core](https://pypi.org/project/azure-core)|3.0371862410907963e-06| +|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0371023138105588e-06| +|rubygems|method_source|3.0326666187082204e-06| +|npm|gulp-if|3.029937988878181e-06| +|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.0285332888369765e-06| +|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.0285332888369765e-06| +|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.0285332888369765e-06| +|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.0285332888369765e-06| +|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.0285332888369765e-06| +|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.0285332888369765e-06| +|npm|babel-plugin-istanbul|3.0274341829063982e-06| +|cran|yulab.utils|3.02425704269606e-06| +|rubygems|sourcemap|3.0211164726194164e-06| +|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.0097613882863336e-06| +|pypi|[modin](https://github.com/modin-project/modin)|3.0097613882863336e-06| +|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|2.9987699346759844e-06| +|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|2.9982479559486065e-06| +|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|2.9982479559486065e-06| +|npm|read-package-json|2.9982479559486065e-06| +|npm|is-wsl|2.9982479559486065e-06| +|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.9874122424078092e-06| +|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.982646420824295e-06| +|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.982348156182212e-06| +|pypi|[namex](https://pypi.org/project/namex)|2.9776335696968593e-06| +|cran|farver|2.977633569696859e-06| +|npm|[covert](https://github.com/substack/covert)|2.966206073752714e-06| +|cran|ranger|2.954062725958062e-06| +|cran|robustlmm|2.952819956616052e-06| +|cran|multgee|2.952819956616052e-06| +|cran|merTools|2.952819956616052e-06| +|cran|marginaleffects|2.952819956616052e-06| +|cran|logistf|2.952819956616052e-06| +|cran|JM|2.952819956616052e-06| +|cran|gmnl|2.952819956616052e-06| +|cran|fungible|2.952819956616052e-06| +|cran|feisr|2.952819956616052e-06| +|cran|estimatr|2.952819956616052e-06| +|cran|crch|2.952819956616052e-06| +|cran|censReg|2.952819956616052e-06| +|cran|bife|2.952819956616052e-06| +|cran|bdsmatrix|2.952819956616052e-06| +|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9528199566160516e-06| +|pypi|[types-decorator](https://github.com/python/typeshed)|2.9528199566160516e-06| +|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9528199566160516e-06| +|pypi|[metpy](https://pypi.org/project/metpy)|2.9528199566160516e-06| +|npm|utest|2.9528199566160516e-06| +|npm|urun|2.9528199566160516e-06| +|npm|timezone-mock|2.9528199566160516e-06| +|npm|sqlstring|2.9528199566160516e-06| +|npm|bignumber.js|2.9528199566160516e-06| +|cran|doBy|2.9528199566160516e-06| +|cran|captioner|2.9528199566160516e-06| +|cran|corpus.JSS.papers|2.9528199566160516e-06| +|cran|lasso2|2.9528199566160516e-06| +|cran|ggfun|2.9528199566160516e-06| +|cran|[leafem](https://github.com/r-spatial/leafem)|2.9381197706848484e-06| +|npm|[resolve](https://github.com/browserify/resolve#readme)|2.937403640556839e-06| +|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9337505778599624e-06| +|pypi|[vaex](https://pypi.org/project/vaex)|2.9337505778599624e-06| +|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9337505778599624e-06| +|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9337505778599624e-06| +|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9337505778599624e-06| +|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9337505778599624e-06| +|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9337505778599624e-06| +|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9337505778599624e-06| +|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9337505778599624e-06| +|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9337505778599624e-06| +|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9337505778599624e-06| +|pypi|[aplus](https://pypi.org/project/aplus)|2.9337505778599624e-06| +|pypi|[blake3](https://pypi.org/project/blake3)|2.9337505778599624e-06| +|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9337505778599624e-06| +|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9337505778599624e-06| +|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9337505778599624e-06| +|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9284164859002166e-06| +|npm|eslint-plugin-pabigot|2.923291757049891e-06| +|npm|gulp-jshint|2.920371385664227e-06| +|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9148702765839424e-06| +|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9148702765839424e-06| +|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9148702765839424e-06| +|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9148702765839424e-06| +|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9148702765839424e-06| +|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9148702765839424e-06| +|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9148702765839424e-06| +|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9148702765839424e-06| +|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9080802603036885e-06| +|cran|sparklyr|2.9080802603036873e-06| +|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.887858219017079e-06| +|pypi|[findspark](https://pypi.org/project/findspark)|2.8864320201525436e-06| +|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8864320201525436e-06| +|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8864320201525436e-06| +|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8864320201525436e-06| +|pypi|[gmql](https://pypi.org/project/gmql)|2.8864320201525436e-06| +|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8864320201525436e-06| +|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8864320201525436e-06| +|pypi|[strconv](https://pypi.org/project/strconv)|2.8864320201525436e-06| +|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8864320201525436e-06| +|cran|sjmisc|2.8825147195537652e-06| +|npm|enquirer|2.87556594612319e-06| +|cran|[progressr](https://progressr.futureverse.org)|2.8727594474255136e-06| +|pypi|[pyqt](https://pypi.org/project/pyqt)|2.8543926247288503e-06| +|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.8543926247288503e-06| +|cran|distr6|2.8529661416580213e-06| +|cran|hardhat|2.8410925117416174e-06| +|pypi|[channels](https://pypi.org/project/channels)|2.8390849930980082e-06| +|cran|ppcor|2.8363769077316394e-06| +|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.833514099783085e-06| +|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.8275488069414355e-06| +|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8273614732376606e-06| +|npm|zuul|2.8186008676789586e-06| +|rubygems|em-synchrony|2.8164780147416884e-06| +|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.8159691208370553e-06| +|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.815969120837053e-06| +|pypi|[aafigure](https://pypi.org/project/aafigure)|2.812209482491478e-06| +|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.812209482491478e-06| +|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.812209482491478e-06| +|npm|travis-cov|2.812209482491478e-06| +|npm|[x2js](https://github.com/x2js/x2js#readme)|2.812209482491478e-06| +|npm|toml|2.812209482491478e-06| +|npm|properties|2.812209482491478e-06| +|npm|hjson|2.812209482491478e-06| +|npm|cson|2.812209482491478e-06| +|cran|decor|2.812209482491478e-06| +|pypi|[spin](https://pypi.org/project/spin)|2.8103922659923436e-06| +|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8077182388462237e-06| +|cran|[mlr3](https://mlr3.mlr-org.com)|2.807079273645341e-06| +|pypi|[mizani](https://github.com/has2k1/mizani)|2.786643941741558e-06| +|cran|rainbow|2.7840873876665627e-06| +|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.783803326102695e-06| +|npm|ts-loader|2.7789570055025584e-06| +|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7726681127982647e-06| +|npm|in-publish|2.7721077613868677e-06| +|cran|procmaps|2.769434296152528e-06| +|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7579243401713434e-06| +|spack|[vc](https://github.com/VcDevel/Vc)|2.752262697284767e-06| +|npm|assert|2.7471550141832134e-06| +|pypi|[hashin](https://pypi.org/project/hashin)|2.7415653336096465e-06| +|pypi|[nengo](https://pypi.org/project/nengo)|2.740586022234273e-06| +|pypi|[hankel](https://github.com/steven-murray/hankel)|2.7405257113691556e-06| +|rubygems|[sprockets-rails](https://github.com/rails/sprockets-rails)|2.738191154986941e-06| +|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7326406183153636e-06| +|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.732195194648209e-06| +|pypi|[bio](https://pypi.org/project/bio)|2.732195194648209e-06| +|pypi|[kahypar](https://pypi.org/project/kahypar)|2.732195194648209e-06| +|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.732195194648209e-06| +|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.732195194648209e-06| +|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.732195194648209e-06| +|pypi|[selfies](https://pypi.org/project/selfies)|2.732195194648209e-06| +|pypi|[upfp](https://pypi.org/project/upfp)|2.732195194648209e-06| +|cran|tablerDash|2.730696164158392e-06| +|cran|argonDash|2.730696164158392e-06| +|cran|argonR|2.730696164158392e-06| +|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.730289760811756e-06| +|cran|TMB|2.728359199756641e-06| +|spack|autoconf-archive|2.7256799599532787e-06| +|spack|libxmu|2.7256799599532787e-06| +|cran|RProtoBuf|2.7256799599532787e-06| +|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.723773377253284e-06| +|npm|eslint-plugin-jest|2.7211010008727996e-06| +|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.71420824295012e-06| +|cran|[lhs](https://github.com/bertcarnell/lhs)|2.709947319491789e-06| +|pypi|[pendulum](https://pypi.org/project/pendulum)|2.7056863960334675e-06| +|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.7056863960334675e-06| +|cran|affy|2.698423160353746e-06| +|cran|marray|2.698423160353746e-06| +|rubygems|[jar-dependencies](https://github.com/mkristian/jar-dependencies)|2.69726283839479e-06| +|npm|server-destroy|2.6910754591746997e-06| +|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.690006735551323e-06| +|rubygems|[debug](https://github.com/ruby/debug)|2.6857743017895876e-06| +|rubygems|[all_images](http://github.com/flori/all_images)|2.6857743017895876e-06| +|cran|lm.beta|2.684935376865228e-06| +|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.6843817787418656e-06| +|pypi|[xnat](https://pypi.org/project/xnat)|2.6843817787418656e-06| +|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.6843817787418656e-06| +|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.6843817787418656e-06| +|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.6843817787418656e-06| +|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.6843817787418656e-06| +|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.6843817787418656e-06| +|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.6843817787418656e-06| +|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.6843817787418656e-06| +|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.6843817787418656e-06| +|npm|karma-coverage|2.6764958340252505e-06| +|pypi|[cudf](https://pypi.org/project/cudf)|2.676281627345724e-06| +|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.671026645514294e-06| +|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.671026645514294e-06| +|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.671026645514294e-06| +|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.671026645514294e-06| +|pypi|[python-apt](https://pypi.org/project/python-apt)|2.671026645514294e-06| +|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.671026645514294e-06| +|pypi|[Truvari](https://pypi.org/project/Truvari)|2.671026645514294e-06| +|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.671026645514294e-06| +|npm|eslint-config-airbnb|2.666027031536793e-06| +|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6641984570971895e-06| +|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6641984570971895e-06| +|pypi|[motor](https://pypi.org/project/motor)|2.6641984570971895e-06| +|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6641984570971895e-06| +|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6641984570971895e-06| +|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6641984570971895e-06| +|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6641984570971895e-06| +|cran|mlapi|2.6641984570971895e-06| +|cran|rsparse|2.6641984570971895e-06| +|cran|[magicaxis](NA)|2.6600336446943273e-06| +|npm|gulp-mocha|2.6467853952860967e-06| +|npm|gulp-istanbul|2.6467853952860967e-06| +|npm|gulp-coveralls|2.6467853952860967e-06| +|npm|stealthy-require|2.6467853952860967e-06| +|npm|request-promise-core|2.6467853952860967e-06| +|cran|GenSA|2.628120488395883e-06| +|npm|updox|2.6247288503253795e-06| +|npm|safename|2.6247288503253795e-06| +|cran|MonetDBLite|2.6247288503253795e-06| +|rubygems|standard|2.624728850325379e-06| +|rubygems|net-ssh|2.624728850325379e-06| +|rubygems|octicons|2.624728850325379e-06| +|cran|RgoogleMaps|2.6172722342733187e-06| +|pypi|[flametree](https://pypi.org/project/flametree)|2.612537010940988e-06| +|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.612537010940988e-06| +|pypi|[platemap](https://pypi.org/project/platemap)|2.612537010940988e-06| +|pypi|[proglog](https://pypi.org/project/proglog)|2.612537010940988e-06| +|pypi|[sbol2](https://pypi.org/project/sbol2)|2.612537010940988e-06| +|cran|systemfonts|2.6112393902061115e-06| +|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.610692867168563e-06| +|pypi|[pixell](https://pypi.org/project/pixell)|2.6098156182212574e-06| +|npm|[q](https://github.com/kriskowal/q)|2.599163309575466e-06| +|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.599163309575459e-06| +|npm|browserify-istanbul|2.594416085070263e-06| +|npm|combined-stream|2.594416085070263e-06| +|npm|split2|2.590038443660461e-06| +|npm|csstype|2.5841692398781848e-06| +|cran|leafsync|2.580202200185931e-06| +|pypi|[qmflows](https://pypi.org/project/qmflows)|2.576219875569118e-06| +|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.572532537960956e-06| +|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.567669527492219e-06| +|pypi|[pyceo](https://pypi.org/project/pyceo)|2.567669527492219e-06| +|pypi|[properconf](https://pypi.org/project/properconf)|2.567669527492219e-06| +|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.567669527492219e-06| +|pypi|[multipart](https://pypi.org/project/multipart)|2.567669527492219e-06| +|cran|ExactData|2.567669527492219e-06| +|cran|diffobj|2.562720862347535e-06| +|cran|Epi|2.558878215060428e-06| +|cran|memisc|2.558878215060428e-06| +|cran|descr|2.558878215060428e-06| +|cran|sylly.en|2.558878215060428e-06| +|cran|sylly|2.558878215060428e-06| +|cran|estimability|2.5579139441810786e-06| +|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5467211747038226e-06| +|npm|gulp-replace|2.545224863790364e-06| +|npm|gulp-header|2.545224863790364e-06| +|cran|RWeka|2.54374810539701e-06| +|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.5432599938023e-06| +|rubygems|[awesome_print](https://github.com/awesome-print/awesome_print)|2.5373433972287387e-06| +|cran|Exact|2.5365462604923128e-06| +|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.536034364653499e-06| +|pypi|[resampy](https://pypi.org/project/resampy)|2.5349511930585683e-06| +|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.533024722666472e-06| +|pypi|[proselint](https://pypi.org/project/proselint)|2.533024722666472e-06| +|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.53104709218483e-06| +|cran|DoE.base|2.5309885342423303e-06| +|npm|jest-canvas-mock|2.5250769827776333e-06| +|cran|[text2vec](http://text2vec.org)|2.5245971490548548e-06| +|cran|RcppAnnoy|2.5230668173902415e-06| +|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5118962137855144e-06| +|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5118962137855144e-06| +|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5113882863340574e-06| +|npm|postcss-loader|2.5094535967637917e-06| +|spack|tar|2.5077257719790737e-06| +|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5049755965292844e-06| +|npm|open|2.502866439417415e-06| +|spack|suite-sparse|2.502227300898667e-06| +|cran|DendSer|2.491765612512844e-06| +|cran|[rgbif](https://github.com/ropensci/rgbif)|2.485538684020248e-06| +|cran|[rbison](https://github.com/ropensci/rbison)|2.485538684020248e-06| +|cran|[rebird](https://docs.ropensci.org/rebird/)|2.485538684020248e-06| +|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.485538684020248e-06| +|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.485538684020248e-06| +|cran|fftw|2.4789443977157023e-06| +|npm|imagemin-svgo|2.477890872684799e-06| +|npm|imagemin-optipng|2.477890872684799e-06| +|npm|imagemin-jpegtran|2.477890872684799e-06| +|npm|imagemin-gifsicle|2.477890872684799e-06| +|npm|pretty-bytes|2.477890872684799e-06| +|npm|plur|2.477890872684799e-06| +|npm|p-map|2.477890872684799e-06| +|npm|imagemin|2.477890872684799e-06| +|npm|nodeunit-x|2.4735545636576008e-06| +|cran|[clusterCrit](http:www.r-project.org)|2.472232642343391e-06| +|cran|kknn|2.4722209435912778e-06| +|rubygems|[i18n](https://github.com/ruby-i18n/i18n)|2.46704805159591e-06| +|npm|karma-chai|2.4663443101977623e-06| +|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.4633463743414962e-06| +|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.460683297180043e-06| +|npm|prettier-plugin-pkgjson|2.460683297180043e-06| +|npm|make-dir-cli|2.460683297180043e-06| +|npm|koa|2.460683297180043e-06| +|npm|formdata-polyfill|2.460683297180043e-06| +|npm|once|2.460683297180043e-06| +|npm|hexoid|2.460683297180043e-06| +|npm|dezalgo|2.460683297180043e-06| +|npm|houkou|2.460683297180043e-06| +|cran|picante|2.460683297180043e-06| +|cran|hisse|2.460683297180043e-06| +|cran|diversitree|2.460683297180043e-06| +|cran|[gargle](https://gargle.r-lib.org)|2.4565150024925582e-06| +|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4533971180663176e-06| +|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.4499619857252054e-06| +|rubygems|jekyll-github-metadata|2.4483798806941427e-06| +|rubygems|rubocop-github|2.4483798806941427e-06| +|npm|rollup-plugin-typescript2|2.4361582144838967e-06| +|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4360764642082427e-06| +|rubygems|spoon|2.4360764642082427e-06| +|pypi|[percy](https://pypi.org/project/percy)|2.435407797581443e-06| +|pypi|[preconditions](https://pypi.org/project/preconditions)|2.435407797581443e-06| +|pypi|[mimesis](https://pypi.org/project/mimesis)|2.435407797581443e-06| +|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.435407797581443e-06| +|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.435407797581443e-06| +|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.435407797581443e-06| +|npm|gulp-sourcemaps|2.4273216712014354e-06| +|npm|gulp-file|2.4273216712014354e-06| +|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4252494577006506e-06| +|rubygems|[jemoji](https://github.com/jekyll/jemoji)|2.4234002169197485e-06| +|rubygems|[hoe-gemspec2](http://rubygems.org/gems/hoe-gemspec2)|2.4117156995661602e-06| +|rubygems|hoe-doofus|2.4117156995661602e-06| +|npm|watchify|2.410465270706981e-06| +|npm|gulp-gh-pages|2.410465270706981e-06| +|npm|gulp-beautify|2.410465270706981e-06| +|rubygems|hiredis|2.410465270706981e-06| +|rubygems|aws-sigv4|2.410465270706981e-06| +|rubygems|aws-sdk-kms|2.410465270706981e-06| +|rubygems|aws-sdk-core|2.410465270706981e-06| +|rubygems|bump|2.410465270706981e-06| +|cran|svUnit|2.4104652707069808e-06| +|cran|AlgDesign|2.4104652707069808e-06| +|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.408574709710348e-06| +|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.407421753951038e-06| +|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.4029926361456796e-06| +|rubygems|activestorage|2.3894509580905613e-06| +|rubygems|actioncable|2.3894509580905613e-06| +|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.3861171366594543e-06| +|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.3861171366594374e-06| +|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.386117136659436e-06| +|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.386117136659436e-06| +|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.3831344902386245e-06| +|cran|RDCOMClient|2.380929925492785e-06| +|cran|base|2.380929925492785e-06| +|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.3801518438177946e-06| +|pypi|[colander](https://pypi.org/project/colander)|2.3746454196562665e-06| +|npm|babel-preset-es2017|2.3735048032228073e-06| +|rubygems|[chronic_duration](https://github.com/hpoydar/chronic_duration)|2.3622559652928558e-06| +|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.3622559652928414e-06| +|cran|BiasedUrn|2.3622559652928414e-06| +|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.351581230734105e-06| +|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.338633405639913e-06| +|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.33742903542505e-06| +|cran|[oai](https://github.com/ropensci/oai)|2.337257262324259e-06| +|npm|statuses|2.335138230997388e-06| +|npm|setprototypeof|2.335138230997388e-06| +|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3250606099272687e-06| +|rubygems|[pathutil](http://github.com/envygeeks/pathutil)|2.3238810233963434e-06| +|rubygems|[jekyll-watch](https://github.com/jekyll/jekyll-watch)|2.3238810233963434e-06| +|rubygems|[em-websocket](http://github.com/igrigorik/em-websocket)|2.3238810233963434e-06| +|rubygems|[colorator](https://github.com/octopress/colorator)|2.3238810233963434e-06| +|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.31982343371188e-06| +|cran|[reproj](https://github.com/hypertidy/reproj/)|2.307611330866403e-06| +|npm|[babel-polyfill](https://babeljs.io/)|2.3040667356513944e-06| +|cran|influenceR|2.303495835721385e-06| +|spack|[seqan](https://www.seqan.de)|2.3008986674930314e-06| +|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.300898667493027e-06| +|pypi|[fido](https://pypi.org/project/fido)|2.300898667493027e-06| +|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.300898667493027e-06| +|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.300898667493027e-06| +|npm|[angular-mocks](http://angularjs.org)|2.300898667493027e-06| +|npm|gulp-angular-templatecache|2.300898667493027e-06| +|npm|gulp-cssnano|2.300898667493027e-06| +|npm|gulp-less|2.300898667493027e-06| +|cran|Rdonlp2|2.300898667493027e-06| +|cran|gamlss.dist|2.300898667493027e-06| +|cran|Rsolnp|2.300898667493027e-06| +|cran|[correlation](https://easystats.github.io/correlation/)|2.3001184414707717e-06| +|pypi|[mip](https://pypi.org/project/mip)|2.292130633887687e-06| +|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.2849202045243256e-06| +|cran|[kml](http:www.r-project.org)|2.28385497365975e-06| +|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.2713999666277324e-06| +|cran|R2WinBUGS|2.2713999666277324e-06| +|cran|kriging|2.2713999666277324e-06| +|cran|udunits2|2.2713999666277324e-06| +|cran|formula.tools|2.2713999666277324e-06| +|cran|polspline|2.268054049168475e-06| +|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2582894329098377e-06| +|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2559652928416487e-06| +|pypi|[lark](https://github.com/lark-parser/lark)|2.2514391790422323e-06| +|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.2497675859931826e-06| +|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2369848156182214e-06| +|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2369848156182214e-06| +|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2369848156182214e-06| +|pypi|[deform](https://pypi.org/project/deform)|2.2369848156182214e-06| +|pypi|[Faker](https://pypi.org/project/Faker)|2.2369848156182214e-06| +|pypi|[flower](https://pypi.org/project/flower)|2.2369848156182214e-06| +|pypi|[hl7](https://pypi.org/project/hl7)|2.2369848156182214e-06| +|pypi|[paginate](https://pypi.org/project/paginate)|2.2369848156182214e-06| +|pypi|[pycap](https://pypi.org/project/pycap)|2.2369848156182214e-06| +|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2369848156182214e-06| +|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2369848156182214e-06| +|pypi|[twilio](https://pypi.org/project/twilio)|2.2369848156182214e-06| +|pypi|[Wand](https://pypi.org/project/Wand)|2.2369848156182214e-06| +|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2369848156182214e-06| +|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2369848156182214e-06| +|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2369848156182214e-06| +|pypi|[parsel](https://pypi.org/project/parsel)|2.2369848156182214e-06| +|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2369848156182214e-06| +|pypi|[portend](https://pypi.org/project/portend)|2.2369848156182214e-06| +|pypi|[protego](https://pypi.org/project/protego)|2.2369848156182214e-06| +|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2369848156182214e-06| +|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2369848156182214e-06| +|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2369848156182214e-06| +|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2369848156182214e-06| +|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2369848156182214e-06| +|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2369848156182214e-06| +|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2369848156182214e-06| +|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2369848156182214e-06| +|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2369848156182214e-06| +|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2369848156182214e-06| +|pypi|[hickle](http://github.com/telegraphic/hickle)|2.227042660882154e-06| +|cran|mlr3measures|2.2209244118137826e-06| +|pypi|[biomaj-user](http://biomaj.genouest.org)|2.2202373357151965e-06| +|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.219439836672196e-06| +|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.214614967462039e-06| +|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.214614967462039e-06| +|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.214614967462039e-06| +|npm|gulp-json-editor|2.214614967462039e-06| +|npm|requizzle|2.214614967462039e-06| +|npm|markdown-it-anchor|2.214614967462039e-06| +|npm|klaw|2.214614967462039e-06| +|npm|js2xmlparser|2.214614967462039e-06| +|npm|escape-string-regexp|2.214614967462039e-06| +|npm|catharsis|2.214614967462039e-06| +|cran|mclustcomp|2.214614967462039e-06| +|cran|maotai|2.214614967462039e-06| +|cran|CVXR|2.214614967462039e-06| +|cran|leafgl|2.214614967462039e-06| +|cran|shinyEffects|2.214614967462039e-06| +|pypi|[oemof](https://pypi.org/project/oemof)|2.2106673471991833e-06| +|npm|optimist|2.2099279516578863e-06| +|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.207690966842268e-06| +|pypi|[pymanopt](https://pymanopt.org)|2.2033097753831106e-06| +|cran|googleAnalyticsR|2.2008595949933305e-06| +|cran|bigQueryR|2.2008595949933305e-06| +|cran|seasonal|2.2008595949933305e-06| +|cran|forecTheta|2.2008595949933305e-06| +|cran|urca|2.2008595949933305e-06| +|cran|fracdiff|2.2008595949933305e-06| +|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.1970632404471887e-06| +|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.196014397749765e-06| +|pypi|[HTSeq](https://github.com/htseq)|2.1872740419378213e-06| +|cran|[tiff](https://www.rforge.net/tiff/)|2.187274041937818e-06| +|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.1872740419378175e-06| +|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.187274041937816e-06| +|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.187274041937816e-06| +|cran|wicket|2.187274041937816e-06| +|cran|prettymapr|2.187274041937816e-06| +|cran|rosm|2.187274041937816e-06| +|cran|pkgmaker|2.1843198016733807e-06| +|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.1757620732960384e-06| +|cran|effects|2.174054253772258e-06| +|spack|[kokkos](https://github.com/kokkos/kokkos)|2.1730709637434135e-06| +|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.164798212919704e-06| +|pypi|[zope.component](https://pypi.org/project/zope.component)|2.1640492777287785e-06| +|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.162198045155245e-06| +|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.160391697582016e-06| +|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.160391697582016e-06| +|npm|gaze|2.1555585683297175e-06| +|npm|hooker|2.1487443684298348e-06| +|pypi|[twobody](https://pypi.org/project/twobody)|2.1475054229934923e-06| +|pypi|[cmastro](https://pypi.org/project/cmastro)|2.1475054229934923e-06| +|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.1475054229934923e-06| +|npm|punycode|2.147505422993492e-06| +|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.140111467580527e-06| +|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1333222092441182e-06| +|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1275862965215394e-06| +|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1275862965215394e-06| +|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1248799194298115e-06| +|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1171769457467167e-06| +|cran|[r4ss](https://github.com/r4ss/r4ss)|2.114967462039045e-06| +|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1091571118686086e-06| +|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1091571118686086e-06| +|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1091571118686086e-06| +|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1091571118686086e-06| +|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1091571118686086e-06| +|npm|phantomjs-prebuilt|2.1091571118686086e-06| +|cran|cleanrmd|2.1091571118686086e-06| +|cran|agridat|2.109157111868608e-06| +|cran|[ggmap](https://github.com/dkahle/ggmap)|2.10489618841029e-06| +|rubygems|rubocop-standard|2.1027292044800566e-06| +|rubygems|minitest-focus|2.1027292044800566e-06| +|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.10183364967462e-06| +|rubygems|rubocop-ast|2.096753259329762e-06| +|cran|cyclocomp|2.090992122388401e-06| +|cran|xmlparsedata|2.090992122388401e-06| +|npm|node-sass|2.0894223084827036e-06| +|npm|pify|2.0859023026864676e-06| +|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0843434987878013e-06| +|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0843434987878013e-06| +|pypi|[rise](https://pypi.org/project/rise)|2.0843434987878013e-06| +|cran|calibrator|2.0843434987878013e-06| +|cran|alabama|2.0843434987878013e-06| +|cran|disordR|2.0843434987878013e-06| +|cran|rio|2.0741468116311135e-06| +|npm|rollup-plugin-livereload|2.0721543555200363e-06| +|cran|sva|2.0692109544468545e-06| +|cran|SIS|2.0692109544468545e-06| +|cran|LogicReg|2.0692109544468545e-06| +|cran|KernelKnn|2.0692109544468545e-06| +|cran|genefilter|2.0692109544468545e-06| +|cran|extraTrees|2.0692109544468545e-06| +|cran|biglasso|2.0692109544468545e-06| +|cran|bartMachine|2.0692109544468545e-06| +|cran|cvAUC|2.0692109544468545e-06| +|cran|nnls|2.0692109544468545e-06| +|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0688074579072467e-06| +|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.063184369416862e-06| +|npm|duplexer|2.0617010768515648e-06| +|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0582126516023093e-06| +|npm|rollup-plugin-copy|2.055076160282234e-06| +|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.0507381160373384e-06| +|cran|[ring](https://github.com/mrc-ide/ring)|2.0507381160373384e-06| +|npm|[opener](https://github.com/domenic/opener#readme)|2.0462171853557047e-06| +|cran|lda|2.0428145336225597e-06| +|npm|karma-sinon|2.040968085955354e-06| +|pypi|[rpyc](http://rpyc.readthedocs.org)|2.038024754370295e-06| +|spack|libice|2.0364275562869325e-06| +|spack|nlohmann-json|2.0364275562869325e-06| +|spack|xxhash|2.0364275562869325e-06| +|spack|libxpm|2.0364275562869325e-06| +|spack|ftgl|2.0364275562869325e-06| +|spack|arrow|2.0364275562869325e-06| +|spack|davix|2.0364275562869325e-06| +|spack|dcap|2.0364275562869325e-06| +|spack|fcgi|2.0364275562869325e-06| +|spack|mysql-client|2.0364275562869325e-06| +|spack|oracle-instant-client|2.0364275562869325e-06| +|spack|postgresql|2.0364275562869325e-06| +|spack|pythia6|2.0364275562869325e-06| +|spack|r|2.0364275562869325e-06| +|spack|r-rcpp|2.0364275562869325e-06| +|spack|r-rinside|2.0364275562869325e-06| +|spack|shadow|2.0364275562869325e-06| +|spack|unuran|2.0364275562869325e-06| +|spack|vdt|2.0364275562869325e-06| +|spack|veccore|2.0364275562869325e-06| +|spack|xrootd|2.0364275562869325e-06| +|cran|textdata|2.034744975475326e-06| +|cran|mallet|2.034744975475326e-06| +|cran|gutenbergr|2.034744975475326e-06| +|npm|bl|2.0341648590021693e-06| +|spack|[papi](https://icl.cs.utk.edu/papi/index.html)|2.0273473814688593e-06| +|rubygems|toxiproxy|2.024790827393864e-06| +|rubygems|mini_portile2|2.024790827393864e-06| +|rubygems|connection_pool|2.024790827393864e-06| +|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0217955746906187e-06| +|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0217955746906187e-06| +|rubygems|[http_parser.rb](https://github.com/tmm1/http_parser.rb)|2.0217371655820693e-06| +|npm|qs|2.02127556554075e-06| +|cran|[ids](https://github.com/richfitz/ids)|2.0196777192438867e-06| +|rubygems|codeclimate-test-reporter|2.0173298634607234e-06| +|cran|quanteda.textplots|2.0132863340563993e-06| +|cran|quanteda.textstats|2.0132863340563993e-06| +|cran|quanteda.textmodels|2.0132863340563993e-06| +|cran|questionr|2.013286334056399e-06| +|cran|dockerfiler|2.0079521704788773e-06| +|cran|attachment|2.0079521704788773e-06| +|pypi|[nflows](https://github.com/bayesiains/nflows)|2.0059116588400753e-06| +|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0043567608433154e-06| +|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0043567608433154e-06| +|rubygems|sprockets|1.9997934097717173e-06| +|pypi|[copier](https://pypi.org/project/copier)|1.9995394999939405e-06| +|pypi|[dunamai](https://pypi.org/project/dunamai)|1.9995394999939405e-06| +|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|1.9995394999939405e-06| +|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|1.9995394999939405e-06| +|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|1.9995394999939405e-06| +|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|1.9995394999939405e-06| +|pypi|[powerlaw](https://pypi.org/project/powerlaw)|1.9995394999939405e-06| +|pypi|[pygeos](https://pypi.org/project/pygeos)|1.9995394999939405e-06| +|pypi|[python-ternary](https://pypi.org/project/python-ternary)|1.9995394999939405e-06| +|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|1.9995394999939405e-06| +|pypi|[send2trash](https://pypi.org/project/send2trash)|1.9995394999939405e-06| +|pypi|[botorch](https://pypi.org/project/botorch)|1.9934649496142122e-06| +|rubygems|regexp_parser|1.991522194823629e-06| +|cran|mfx|1.9901542106026272e-06| +|cran|drc|1.9901542106026272e-06| +|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9895398798598364e-06| +|npm|xvfb-maybe|1.9685466377440345e-06| +|npm|twolfson-style|1.9685466377440345e-06| +|npm|proclaim|1.9685466377440345e-06| +|npm|jscs|1.9685466377440345e-06| +|npm|foundry-release-npm|1.9685466377440345e-06| +|npm|foundry-release-git|1.9685466377440345e-06| +|npm|foundry-release-component|1.9685466377440345e-06| +|npm|foundry|1.9685466377440345e-06| +|npm|domify|1.9685466377440345e-06| +|npm|css-controls|1.9685466377440345e-06| +|npm|brfs|1.9685466377440345e-06| +|npm|computed-style|1.9685466377440345e-06| +|cran|RQuantLib|1.9685466377440345e-06| +|cran|odeintr|1.9685466377440345e-06| +|cran|bigstatsr|1.9685466377440345e-06| +|rubygems|crass|1.9685466377440345e-06| +|rubygems|openssl|1.9685466377440345e-06| +|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.9616636075421333e-06| +|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.957189637910899e-06| +|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9522776572668112e-06| +|npm|gulp-autoprefixer|1.9515719467197944e-06| +|npm|ubelt|1.946914257109485e-06| +|npm|asynct|1.946914257109485e-06| +|npm|event-stream|1.946914257109485e-06| +|npm|it-is|1.946914257109485e-06| +|npm|stream-spec|1.946914257109485e-06| +|npm|string-to-stream|1.946914257109485e-06| +|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9469142571094844e-06| +|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9469142571094844e-06| +|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9469142571094844e-06| +|cran|snow|1.9469142571094844e-06| +|cran|Rmpi|1.9469142571094844e-06| +|cran|batchtools|1.9469142571094844e-06| +|cran|BatchJobs|1.9469142571094844e-06| +|cran|BBmisc|1.9469142571094844e-06| +|cran|[ssh](https://docs.ropensci.org/ssh)|1.9469142571094844e-06| +|pypi|[rtoml](https://pypi.org/project/rtoml)|1.9437598936660542e-06| +|npm|read-dir-deep|1.9257521456191644e-06| +|npm|gulp-strip-comments|1.9257521456191644e-06| +|npm|gulp-jsbeautifier|1.9257521456191644e-06| +|npm|webgpu|1.9257521456191644e-06| +|npm|gpu-mock.js|1.9257521456191644e-06| +|npm|gl-wiretap|1.9257521456191644e-06| +|npm|gl|1.9257521456191644e-06| +|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9118337465137897e-06| +|npm|babel-preset-stage-2|1.908893709327549e-06| +|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9074926953786506e-06| +|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9053145336225598e-06| +|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9050451333006788e-06| +|pypi|[blue](https://pypi.org/project/blue)|1.9050451333006788e-06| +|cran|rematch2|1.9045688720173535e-06| +|npm|pngjs|1.9001415422239716e-06| +|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.8985192869942485e-06| +|pypi|[pyright](https://pypi.org/project/pyright)|1.8948577261707286e-06| +|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.8948577261707286e-06| +|pypi|[influxdb](https://pypi.org/project/influxdb)|1.8948577261707286e-06| +|pypi|[drmaa](https://pypi.org/project/drmaa)|1.8948577261707286e-06| +|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.8948577261707286e-06| +|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.8948577261707286e-06| +|pypi|[dfsql](https://pypi.org/project/dfsql)|1.8948577261707286e-06| +|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.8948577261707286e-06| +|cran|bain|1.8948577261707286e-06| +|pypi|[wotan](https://github.com/hippke/wotan)|1.892825489227175e-06| +|cran|gclus|1.8852619723010178e-06| +|npm|[types](http://nodeca.github.com/types/)|1.8848614343853195e-06| +|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8847786957123734e-06| +|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.8799642816368467e-06| +|cran|[dde](https://github.com/mrc-ide/dde)|1.8786623609897836e-06| +|npm|[runmd](https://github.com/broofa/runmd)|1.8748063216609853e-06| +|npm|random-seed|1.8748063216609853e-06| +|npm|optional-dev-dependency|1.8748063216609853e-06| +|pypi|[bson](https://pypi.org/project/bson)|1.8719308890223114e-06| +|cran|movMF|1.8649389199680326e-06| +|cran|flexmix|1.8649389199680326e-06| +|cran|flexclust|1.8649389199680326e-06| +|cran|cclust|1.8649389199680326e-06| +|cran|relations|1.8649389199680326e-06| +|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8620235512860287e-06| +|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8596328069021754e-06| +|pypi|[libpysal](http://pysal.org/libpysal)|1.8558688840684516e-06| +|rubygems|[typhoeus](https://github.com/typhoeus/typhoeus)|1.8543006275178182e-06| +|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8462581344902387e-06| +|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.8455124728850324e-06| +|npm|pm2-sysmonit|1.8455124728850324e-06| +|npm|yamljs|1.8455124728850324e-06| +|npm|vizion|1.8455124728850324e-06| +|npm|source-map-support|1.8455124728850324e-06| +|npm|promptly|1.8455124728850324e-06| +|npm|pm2-multimeter|1.8455124728850324e-06| +|npm|pm2-deploy|1.8455124728850324e-06| +|npm|pm2-axon-rpc|1.8455124728850324e-06| +|npm|pm2-axon|1.8455124728850324e-06| +|npm|pidusage|1.8455124728850324e-06| +|npm|fclone|1.8455124728850324e-06| +|npm|croner|1.8455124728850324e-06| +|npm|cli-tableau|1.8455124728850324e-06| +|npm|blessed|1.8455124728850324e-06| +|cran|arkdb|1.8455124728850324e-06| +|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8419246025264091e-06| +|cran|[energy](https://github.com/mariarizzo/energy)|1.8279583559291409e-06| +|npm|mocha-headless-chrome|1.827057348156182e-06| +|npm|gulp-format-md|1.827057348156182e-06| +|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8245066398603247e-06| +|pypi|[snappy](https://pypi.org/project/snappy)|1.8245066398603247e-06| +|pypi|[datashape](https://pypi.org/project/datashape)|1.8245066398603247e-06| +|pypi|[fastremap](https://pypi.org/project/fastremap)|1.817119973302186e-06| +|pypi|[edt](https://pypi.org/project/edt)|1.817119973302186e-06| +|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.817119973302186e-06| +|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.817119973302186e-06| +|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.817119973302186e-06| +|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.817119973302186e-06| +|npm|babel-plugin-module-resolver|1.8122599958961128e-06| +|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8087620080570176e-06| +|npm|sveld|1.8078489530302358e-06| +|npm|pretty-quick|1.8078489530302358e-06| +|npm|toidentifier|1.8078489530302358e-06| +|npm|gulp-plumber|1.8078489530302358e-06| +|npm|gulp-filter|1.8078489530302358e-06| +|cran|sn|1.8078489530302358e-06| +|cran|ProFound|1.8078489530302358e-06| +|cran|FITSio|1.8078489530302358e-06| +|rubygems|fakeweb-fi|1.8078489530302358e-06| +|rubygems|rspectacular|1.8078489530302358e-06| +|rubygems|fuubar|1.8078489530302358e-06| +|rubygems|bindex|1.8078489530302358e-06| +|pypi|[bs4](https://pypi.org/project/bs4)|1.8075002185089023e-06| +|cran|dials|1.805015333981599e-06| +|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8043910607535392e-06| +|npm|kefir|1.7998140687945456e-06| +|npm|highland|1.7998140687945456e-06| +|npm|grunt-saucelabs|1.7998140687945456e-06| +|npm|co|1.7998140687945456e-06| +|npm|baconjs|1.7998140687945456e-06| +|npm|acorn-walk|1.7998140687945456e-06| +|npm|travis-check-changes|1.7989487735691638e-06| +|npm|shelljs-release|1.7989487735691638e-06| +|npm|shelljs-changelog|1.7989487735691638e-06| +|npm|rechoir|1.7989487735691638e-06| +|npm|interpret|1.7989487735691638e-06| +|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.7895878524945908e-06| +|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7895878524945806e-06| +|pypi|[exhale](https://github.com/svenevs/exhale)|1.7895878524945806e-06| +|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7895878524945806e-06| +|pypi|[jumper](https://vlab.jumper.io)|1.7895878524945806e-06| +|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7895878524945806e-06| +|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7895878524945806e-06| +|pypi|[atropos](https://atropos.readthedocs.org/)|1.7895878524945806e-06| +|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7895878524945806e-06| +|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7895878524945806e-06| +|pypi|[git](https://pypi.org)|1.7895878524945806e-06| +|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7895878524945806e-06| +|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7895878524945806e-06| +|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7895878524945806e-06| +|cran|kappaSize|1.7895878524945806e-06| +|cran|[readtext](https://github.com/quanteda/readtext)|1.7895878524945795e-06| +|pypi|[petsc](https://petsc.org/)|1.7895878524945772e-06| +|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7895878524945772e-06| +|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7895878524945772e-06| +|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7895878524945772e-06| +|pypi|[catscii](https://pypi.org/project/catscii)|1.7895878524945772e-06| +|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7895878524945772e-06| +|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7895878524945772e-06| +|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7895878524945772e-06| +|pypi|[komics](http://github.com/frebio/komics)|1.7895878524945772e-06| +|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7895878524945772e-06| +|pypi|[partycls](https://pypi.org/project/partycls)|1.7895878524945772e-06| +|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7895878524945772e-06| +|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7895878524945772e-06| +|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7895878524945772e-06| +|npm|[natives](https://github.com/addaleax/natives#readme)|1.7895878524945772e-06| +|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7895878524945772e-06| +|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7895878524945772e-06| +|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7895878524945772e-06| +|cran|nLTT|1.7895878524945768e-06| +|pypi|[gymnasium](https://farama.org)|1.7895878524945605e-06| +|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7895878524945605e-06| +|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7887356678029184e-06| +|cran|concaveman|1.7881984209320813e-06| +|cran|tweenr|1.7881984209320813e-06| +|spack|asio|1.7716919739696313e-06| +|spack|gperftools|1.7716919739696313e-06| +|spack|mimalloc|1.7716919739696313e-06| +|spack|otf2|1.7716919739696313e-06| +|rubygems|mini_portile|1.771691973969631e-06| +|rubygems|hoe-gemspec|1.771691973969631e-06| +|rubygems|hoe-bundler|1.771691973969631e-06| +|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7615409504365816e-06| +|npm|ejs|1.7576309265571737e-06| +|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7553045603011956e-06| +|cran|StanHeaders|1.747933652479617e-06| +|cran|shinystan|1.747933652479617e-06| +|pypi|[pytype](https://pypi.org/project/pytype)|1.7455093339602276e-06| +|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.7455093339602276e-06| +|pypi|[jraph](https://pypi.org/project/jraph)|1.7455093339602276e-06| +|pypi|[clu](https://pypi.org/project/clu)|1.7455093339602276e-06| +|pypi|[orbax](https://pypi.org/project/orbax)|1.7455093339602276e-06| +|cran|nFactors|1.7381861407115658e-06| +|npm|tmp|1.7349526772462607e-06| +|rubygems|[uglifier](http://github.com/lautis/uglifier)|1.734676265020037e-06| +|pypi|[yte](https://pypi.org/project/yte)|1.727804462348932e-06| +|rubygems|[jekyll-feed](https://github.com/jekyll/jekyll-feed)|1.7264551699204646e-06| +|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7206281702086018e-06| +|pypi|[kombine](https://pypi.org/project/kombine)|1.7187909704178719e-06| +|cran|adehabitatHR|1.7150216919739715e-06| +|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7131097391401086e-06| +|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7123101952277785e-06| +|cran|gginnards|1.7117796849948127e-06| +|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7095273433040299e-06| +|pypi|[lap](https://pypi.org/project/lap)|1.7095273433040299e-06| +|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7077781220948216e-06| +|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7064930093512464e-06| +|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.7035499749707992e-06| +|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.7035499749707992e-06| +|npm|docdown|1.7035499749707992e-06| +|npm|qunitjs|1.7035499749707992e-06| +|npm|platform|1.7035499749707992e-06| +|npm|qunit-extras|1.7035499749707992e-06| +|cran|vip|1.7035499749707992e-06| +|cran|pdp|1.7035499749707992e-06| +|cran|stan4bart|1.7035499749707992e-06| +|cran|tmle|1.7035499749707992e-06| +|cran|dbarts|1.7035499749707992e-06| +|cran|CircStats|1.7035499749707992e-06| +|npm|[formidable](https://github.com/node-formidable/formidable)|1.6969590816615288e-06| +|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6923821511527986e-06| +|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.6901663051337717e-06| +|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6873256894948867e-06| +|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6873256894948867e-06| +|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6873256894948867e-06| +|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6873256894948867e-06| +|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6873256894948867e-06| +|pypi|[mike](https://pypi.org/project/mike)|1.6873256894948867e-06| +|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6873256894948867e-06| +|pypi|[trollius](https://pypi.org/project/trollius)|1.6873256894948867e-06| +|cran|showimage|1.6873256894948867e-06| +|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6804666419766149e-06| +|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6804666419766149e-06| +|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6804666419766149e-06| +|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6804666419766149e-06| +|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6784450279712296e-06| +|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6784450279712296e-06| +|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6784450279712296e-06| +|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6784450279712296e-06| +|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6784450279712296e-06| +|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6784450279712296e-06| +|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6784450279712296e-06| +|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.670452432599938e-06| +|pypi|[cliff](https://pypi.org/project/cliff)|1.670452432599938e-06| +|npm|babel-preset-es2016|1.670452432599938e-06| +|cran|ggfortify|1.660961225596529e-06| +|npm|utils-merge|1.6516322614478797e-06| +|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6447164549116805e-06| +|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6404555314533646e-06| +|pypi|[gstools](https://pypi.org/project/gstools)|1.6404555314533623e-06| +|pypi|[openturns](https://pypi.org/project/openturns)|1.6404555314533623e-06| +|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6404555314533623e-06| +|npm|mini-svg-data-uri|1.6404555314533623e-06| +|cran|R2HTML|1.6404555314533623e-06| +|rubygems|[minima](https://github.com/jekyll/minima)|1.6280278380332622e-06| +|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.626115885199399e-06| +|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.626115885199399e-06| +|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.626115885199399e-06| +|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.626115885199399e-06| +|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.626115885199399e-06| +|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.626115885199399e-06| +|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.626115885199399e-06| +|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.626115885199399e-06| +|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.626115885199399e-06| +|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.626115885199399e-06| +|spack|groff|1.6240509761388284e-06| +|spack|ghostscript|1.6240509761388284e-06| +|spack|gts|1.6240509761388284e-06| +|spack|cairo|1.6240509761388284e-06| +|spack|pango|1.6240509761388284e-06| +|spack|poppler|1.6240509761388284e-06| +|spack|sed|1.6240509761388284e-06| +|npm|walkdir|1.6240509761388284e-06| +|npm|jasmine-reporters|1.6240509761388284e-06| +|npm|jasmine-growl-reporter|1.6240509761388284e-06| +|rubygems|eventmachine|1.6240509761388284e-06| +|pypi|[jaxns](https://pypi.org/project/jaxns)|1.620720728067457e-06| +|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.618649835169541e-06| +|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6179957034724773e-06| +|npm|[pre-commit](https://github.com/observing/pre-commit)|1.616362075630679e-06| +|spack|[protobuf](https://developers.google.com/protocol-buffers)|1.6112236147044305e-06| +|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6106290672451192e-06| +|pypi|[levmar](https://pypi.org/project/levmar)|1.6106290672451192e-06| +|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6106290672451192e-06| +|pypi|[bumps](https://pypi.org/project/bumps)|1.6106290672451192e-06| +|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6106290672451192e-06| +|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6106290672451192e-06| +|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6106290672451192e-06| +|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6106290672451192e-06| +|cran|sangerseqR|1.6106290672451192e-06| +|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6092309517353588e-06| +|pypi|[croniter](https://pypi.org/project/croniter)|1.6083920824295016e-06| +|rubygems|[ruby-progressbar](https://github.com/jfelchner/ruby-progressbar)|1.6073557649741024e-06| +|cran|dendroextras|1.6059196255280281e-06| +|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6056259184101883e-06| +|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6033411529136931e-06| +|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5907447577729679e-06| +|cran|[rlist](https://renkun.me/rlist)|1.5907447577729679e-06| +|pypi|[openbabel](http://openbabel.org/)|1.586767895878525e-06| +|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5839397664622342e-06| +|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5820994058285413e-06| +|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5818678339014562e-06| +|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5818678339014562e-06| +|spack|fltk|1.5818678339014562e-06| +|spack|glpk|1.5818678339014562e-06| +|spack|gnuplot|1.5818678339014562e-06| +|spack|imagemagick|1.5818678339014562e-06| +|spack|qhull|1.5818678339014562e-06| +|spack|qrupdate|1.5818678339014562e-06| +|spack|qscintilla|1.5818678339014562e-06| +|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5776629752254836e-06| +|npm|cli-color|1.5763052217382862e-06| +|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5748373101952275e-06| +|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5748373101952275e-06| +|pypi|[swapper](https://pypi.org/project/swapper)|1.5748373101952275e-06| +|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5748373101952275e-06| +|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5748373101952275e-06| +|pypi|[genfire](https://pypi.org/project/genfire)|1.5748373101952275e-06| +|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.5680198326619258e-06| +|pypi|[louvain](https://pypi.org/project/louvain)|1.567610128483234e-06| +|npm|node-domexception|1.5660491555624418e-06| +|npm|native-hello-world|1.5660491555624418e-06| +|npm|module-not-found-error|1.5660491555624418e-06| +|npm|fill-keys|1.5660491555624418e-06| +|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.562599687380375e-06| +|npm|codeclimate-test-reporter|1.5606217457782377e-06| +|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5590889370932755e-06| +|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5590889370932755e-06| +|cran|[workflows](https://github.com/tidymodels/workflows)|1.5564614655795752e-06| +|pypi|[smt](https://github.com/SMTorg/smt)|1.5552370622869645e-06| +|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5541157666400273e-06| +|npm|normalize-wheel-es|1.5541157666400273e-06| +|npm|memoize-one|1.5541157666400273e-06| +|npm|lodash-unified|1.5541157666400273e-06| +|npm|lodash-es|1.5541157666400273e-06| +|npm|async-validator|1.5541157666400273e-06| +|cran|highcharter|1.5541157666400273e-06| +|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.551319822105381e-06| +|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5509761388286334e-06| +|pypi|[pep440](https://pypi.org/project/pep440)|1.5508614216586015e-06| +|npm|promise|1.547691676996178e-06| +|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5460401163197523e-06| +|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5460401163197523e-06| +|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5460401163197523e-06| +|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5460401163197523e-06| +|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5460401163197523e-06| +|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5460401163197523e-06| +|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5460401163197523e-06| +|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5460401163197523e-06| +|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5460401163197523e-06| +|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5460401163197523e-06| +|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5460401163197523e-06| +|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5460401163197523e-06| +|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5460401163197523e-06| +|npm|gulp-util|1.542228954613716e-06| +|cran|soma|1.5406017164953315e-06| +|cran|tcltk2|1.5406017164953315e-06| +|cran|survAUC|1.5406017164953315e-06| +|cran|simsurv|1.5406017164953315e-06| +|cran|set6|1.5406017164953315e-06| +|cran|param6|1.5406017164953315e-06| +|cran|bujar|1.5406017164953315e-06| +|cran|[umap](https://github.com/tkonopka/umap)|1.5391875839272844e-06| +|cran|IRanges|1.5387934985182242e-06| +|rubygems|unicode-display_width|1.5343113628314664e-06| +|rubygems|rainbow|1.5343113628314664e-06| +|rubygems|parser|1.5343113628314664e-06| +|rubygems|parallel|1.5343113628314664e-06| +|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5339324449953516e-06| +|cran|pgdraw|1.5339324449953516e-06| +|cran|matrixNormal|1.5339324449953516e-06| +|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5339324449953514e-06| +|cran|DiagrammeRsvg|1.5331949774737191e-06| +|rubygems|contracts|1.5312480632166094e-06| +|rubygems|childprocess|1.5312480632166094e-06| +|rubygems|yard-junk|1.5312480632166094e-06| +|rubygems|rubocop-packaging|1.5312480632166094e-06| +|rubygems|rake-manifest|1.5312480632166094e-06| +|rubygems|pry-doc|1.5312480632166094e-06| +|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5294093108626732e-06| +|rubygems|[responders](https://github.com/heartcombo/responders)|1.5258164003128373e-06| +|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.5223098735247623e-06| +|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5142666444184882e-06| +|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5142666444184882e-06| +|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5142666444184882e-06| +|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5142666444184882e-06| +|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5142666444184882e-06| +|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5142666444184882e-06| +|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5142666444184882e-06| +|pypi|[pylev](https://pypi.org/project/pylev)|1.5142666444184882e-06| +|pypi|[distance](https://pypi.org/project/distance)|1.5142666444184882e-06| +|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5142666444184882e-06| +|npm|shortid|1.5142666444184882e-06| +|npm|react-beautiful-dnd|1.5142666444184882e-06| +|npm|objectpath|1.5142666444184882e-06| +|npm|wdio-chromedriver-service|1.5142666444184882e-06| +|npm|selenium-standalone|1.5142666444184882e-06| +|npm|chromedriver|1.5142666444184882e-06| +|pypi|[cmasher](https://cmasher.readthedocs.io)|1.51120751988431e-06| +|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.51120751988431e-06| +|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.51120751988431e-06| +|npm|taper|1.4939862875735977e-06| +|npm|karma-tap|1.4939862875735977e-06| +|npm|function-bind|1.4939862875735977e-06| +|npm|buffer-equal|1.4939862875735977e-06| +|npm|tunnel-agent|1.4939862875735977e-06| +|npm|performance-now|1.4939862875735977e-06| +|npm|oauth-sign|1.4939862875735977e-06| +|npm|isstream|1.4939862875735977e-06| +|npm|is-typedarray|1.4939862875735977e-06| +|npm|http-signature|1.4939862875735977e-06| +|npm|har-validator|1.4939862875735977e-06| +|npm|forever-agent|1.4939862875735977e-06| +|npm|extend|1.4939862875735977e-06| +|npm|caseless|1.4939862875735977e-06| +|npm|aws4|1.4939862875735977e-06| +|npm|aws-sign2|1.4939862875735977e-06| +|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.4921111478937713e-06| +|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.4921111478937713e-06| +|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.489927646631373e-06| +|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4888167848484296e-06| +|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4888167848484296e-06| +|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4888167848484296e-06| +|pypi|[autodoc](https://pypi.org/project/autodoc)|1.4888167848484294e-06| +|npm|[mz](https://github.com/normalize/mz#readme)|1.4859970560892495e-06| +|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4801347185751817e-06| +|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4789982252021298e-06| +|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4789982252021298e-06| +|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4789982252021298e-06| +|pypi|[daphne](https://pypi.org/project/daphne)|1.4789982252021298e-06| +|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4789982252021298e-06| +|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4789982252021298e-06| +|pypi|[django-light](https://pypi.org/project/django-light)|1.4789982252021298e-06| +|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4789982252021298e-06| +|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4789982252021298e-06| +|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4789982252021298e-06| +|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4789982252021298e-06| +|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4789982252021298e-06| +|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4789982252021298e-06| +|pypi|[missingno](https://pypi.org/project/missingno)|1.4789982252021298e-06| +|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4789982252021298e-06| +|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4789982252021298e-06| +|pypi|[phik](https://pypi.org/project/phik)|1.4789982252021298e-06| +|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4789982252021298e-06| +|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4789982252021298e-06| +|pypi|[pyod](https://pypi.org/project/pyod)|1.4789982252021298e-06| +|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4789982252021298e-06| +|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4789982252021298e-06| +|pypi|[textblob](https://pypi.org/project/textblob)|1.4789982252021298e-06| +|pypi|[visions](https://pypi.org/project/visions)|1.4789982252021298e-06| +|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4789982252021298e-06| +|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4789776478355182e-06| +|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4789776478355182e-06| +|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4789776478355182e-06| +|go|[golang.org/x/sys](https://golang.org/x/sys)|1.4766540508761338e-06| +|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4764099783080262e-06| +|cran|sjPlot|1.4764099783080262e-06| +|pypi|[peppy](https://pypi.org/project/peppy)|1.4764099783080258e-06| +|pypi|[eido](https://pypi.org/project/eido)|1.4764099783080258e-06| +|pypi|[slacker](https://pypi.org/project/slacker)|1.4764099783080258e-06| +|pypi|[throttler](https://pypi.org/project/throttler)|1.4764099783080258e-06| +|pypi|[reretry](https://pypi.org/project/reretry)|1.4764099783080258e-06| +|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4764099783080258e-06| +|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4764099783080258e-06| +|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.4727189533622558e-06| +|npm|es6-promise|1.4700185931205454e-06| +|pypi|[pscript](https://pypi.org/project/pscript)|1.4700185931205452e-06| +|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4700185931205452e-06| +|cran|sjstats|1.4628649326354753e-06| +|cran|projpred|1.4628649326354753e-06| +|cran|PROreg|1.4628649326354753e-06| +|cran|PMCMRplus|1.4628649326354753e-06| +|cran|PCDimension|1.4628649326354753e-06| +|cran|NbClust|1.4628649326354753e-06| +|cran|M3C|1.4628649326354753e-06| +|cran|lqmm|1.4628649326354753e-06| +|cran|lavaSearch2|1.4628649326354753e-06| +|cran|ivprobit|1.4628649326354753e-06| +|cran|FactoMineR|1.4628649326354753e-06| +|cran|factoextra|1.4628649326354753e-06| +|cran|EGAnet|1.4628649326354753e-06| +|cran|DRR|1.4628649326354753e-06| +|cran|ClassDiscovery|1.4628649326354753e-06| +|cran|cAIC4|1.4628649326354753e-06| +|cran|brglm2|1.4628649326354753e-06| +|cran|BayesFM|1.4628649326354753e-06| +|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4614967462039238e-06| +|npm|karma-mocha-reporter|1.4601856928321135e-06| +|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4581826946252109e-06| +|pypi|[splot](https://pypi.org/project/splot)|1.4581826946252109e-06| +|pypi|[esda](https://pypi.org/project/esda)|1.4581826946252109e-06| +|cran|pcaPP|1.446812948439847e-06| +|npm|generate-object-property|1.4462791624241888e-06| +|rubygems|loofah|1.4462791624241888e-06| +|rubygems|warden|1.4462791624241888e-06| +|rubygems|orm_adapter|1.4462791624241888e-06| +|rubygems|bcrypt|1.4462791624241888e-06| +|rubygems|rack-protection|1.4462791624241888e-06| +|rubygems|fakefs|1.4462791624241888e-06| +|rubygems|premailer|1.4462791624241888e-06| +|npm|uri-path|1.4436008676789589e-06| +|npm|maxmin|1.4436008676789589e-06| +|cran|vegalite|1.4345683999754097e-06| +|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4316702819956886e-06| +|cran|wdm|1.4302721664859002e-06| +|cran|rmcorr|1.4302721664859002e-06| +|cran|mbend|1.4302721664859002e-06| +|cran|TSP|1.4227223427331886e-06| +|pypi|[qtsass](https://pypi.org/project/qtsass)|1.406104741245739e-06| +|npm|chai-timers|1.406104741245739e-06| +|npm|svelte-check|1.406104741245739e-06| +|npm|svelte-guides|1.406104741245739e-06| +|npm|scenejs|1.406104741245739e-06| +|npm|print-sizes|1.406104741245739e-06| +|npm|keycon|1.406104741245739e-06| +|npm|moveable|1.406104741245739e-06| +|npm|framework-utils|1.406104741245739e-06| +|cran|moonBook|1.406104741245739e-06| +|cran|ztable|1.406104741245739e-06| +|cran|mycor|1.406104741245739e-06| +|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4030999620611749e-06| +|cran|treemap|1.4005470149957559e-06| +|cran|networkD3|1.4005470149957559e-06| +|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.399344622297442e-06| +|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.398682487479635e-06| +|spack|py-twisted|1.3920436938332815e-06| +|spack|perl-module-build|1.3920436938332815e-06| +|spack|apr|1.3920436938332815e-06| +|spack|apr-util|1.3920436938332815e-06| +|pypi|[contextily](https://github.com/darribas/contextily)|1.3919016630513475e-06| +|cran|GDINA|1.3895623325252012e-06| +|pypi|[winkerberos](https://pypi.org/project/winkerberos)|1.3895623325252008e-06| +|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.3895623325252008e-06| +|rubygems|[sys-uname](https://github.com/djberg96/sys-uname)|1.3890557212581343e-06| +|rubygems|[omniauth](https://github.com/omniauth/omniauth)|1.3854088273053243e-06| +|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3841343546637743e-06| +|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3841343546637743e-06| +|cran|hdi|1.3841343546637743e-06| +|cran|gamboostLSS|1.3841343546637743e-06| +|cran|mboost|1.3841343546637743e-06| +|npm|path-exists|1.382068762762906e-06| +|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.3814312940618252e-06| +|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3794739696312375e-06| +|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3762250154942677e-06| +|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.374196979809778e-06| +|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.374196979809778e-06| +|pypi|[get_version](https://pypi.org/project/get_version)|1.374196979809778e-06| +|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.374196979809778e-06| +|cran|[duckdb](https://duckdb.org/)|1.372017353579173e-06| +|cran|spatialreg|1.3709521227145954e-06| +|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3608733999189597e-06| +|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3600867678958784e-06| +|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3520237896593645e-06| +|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3498925585326883e-06| +|cran|cartogram|1.3498605515959096e-06| +|cran|rmapshaper|1.3498605515959096e-06| +|cran|widgetframe|1.3498605515959096e-06| +|cran|tmaptools|1.3498605515959096e-06| +|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3497142014520851e-06| +|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3421908893709328e-06| +|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3421908893709328e-06| +|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3421908893709328e-06| +|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3421908893709328e-06| +|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3421908893709328e-06| +|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3421908893709328e-06| +|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3421908893709328e-06| +|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3421908893709328e-06| +|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3421908893709328e-06| +|cran|randgeo|1.3421908893709328e-06| +|npm|conventional-github-releaser|1.3320992285485947e-06| +|npm|corp-semantic-release|1.3320992285485947e-06| +|npm|gulp-clean-css|1.3320992285485947e-06| +|cran|googleComputeEngineR|1.3320992285485947e-06| +|npm|babel-preset-stage-3|1.3287689804772232e-06| +|npm|babel-preset-es2015-loose|1.3287689804772232e-06| +|npm|saucelabs-connector|1.3287689804772232e-06| +|npm|pinkie|1.3287689804772232e-06| +|npm|desired-capabilities|1.3287689804772232e-06| +|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3259955241899865e-06| +|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.324406860086769e-06| +|pypi|[uproot](https://pypi.org/project/uproot)|1.3192531316223868e-06| +|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3123644251627078e-06| +|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.3123644251626978e-06| +|npm|extract-text-webpack-plugin|1.3123644251626898e-06| +|npm|copyfiles|1.3123644251626898e-06| +|npm|perfect-scrollbar|1.3123644251626898e-06| +|cran|mlr3data|1.3123644251626898e-06| +|rubygems|libv8-node|1.3123644251626896e-06| +|rubygems|m|1.3123644251626896e-06| +|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.3037893167028206e-06| +|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.2991563357492401e-06| +|npm|methods|1.294255500464828e-06| +|cran|sommer|1.2924196770599132e-06| +|cran|CARBayes|1.2924196770599132e-06| +|cran|multcompView|1.2924196770599132e-06| +|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.2885032537960952e-06| +|npm|is-number-like|1.28496340969226e-06| +|pypi|[WebOb](http://webob.org/)|1.284832304355082e-06| +|npm|content-disposition|1.284422600176396e-06| +|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2838347637461095e-06| +|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2673005281524114e-06| +|cran|clue|1.2673005281524112e-06| +|npm|[material-ui](http://material-ui.com/)|1.2654942671211724e-06| +|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.2654942671211652e-06| +|npm|rollup-plugin-node-polyfills|1.2654942671211652e-06| +|npm|docpress|1.2654942671211652e-06| +|cran|mvabund|1.2654942671211652e-06| +|cran|huxtable|1.2654942671211652e-06| +|cran|texreg|1.2654942671211652e-06| +|cran|dotwhisker|1.2654942671211652e-06| +|cran|DHARMa|1.2654942671211652e-06| +|cran|RNeXML|1.2654942671211652e-06| +|cran|phylobase|1.2654942671211652e-06| +|cran|striprtf|1.2654942671211652e-06| +|cran|streamR|1.2654942671211652e-06| +|cran|readODS|1.2654942671211652e-06| +|cran|[writexl](https://docs.ropensci.org/writexl)|1.262653651482283e-06| +|cran|[FME](http://fme.r-forge.r-project.org/)|1.2564550223560133e-06| +|npm|into-stream|1.2528393244499535e-06| +|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2487783366308329e-06| +|cran|[GA](https://luca-scr.github.io/GA/)|1.2437635574837328e-06| +|pypi|[astroML](http://astroML.github.com)|1.242769342010129e-06| +|cran|[C50](https://topepo.github.io/C5.0/)|1.2427693420101247e-06| +|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2398029942036202e-06| +|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2397102174759496e-06| +|cran|rlog|1.2389454363423995e-06| +|cran|loggit|1.2389454363423995e-06| +|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.23500244332674e-06| +|cran|[butcher](https://butcher.tidymodels.org/)|1.2349202724816385e-06| +|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2303416485900222e-06| +|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2303416485900222e-06| +|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2303416485900215e-06| +|npm|overland|1.2303416485900215e-06| +|cran|leaflet.extras2|1.2303416485900215e-06| +|cran|satellite|1.2303416485900215e-06| +|cran|leafpop|1.2303416485900215e-06| +|cran|base64|1.2303416485900215e-06| +|cran|learnr|1.2303416485900215e-06| +|rubygems|[terminal-table](https://github.com/tj/terminal-table)|1.2303416485900215e-06| +|rubygems|jekyll-titles-from-headings|1.2303416485900215e-06| +|rubygems|jekyll-theme-time-machine|1.2303416485900215e-06| +|rubygems|jekyll-theme-tactile|1.2303416485900215e-06| +|rubygems|jekyll-theme-slate|1.2303416485900215e-06| +|rubygems|jekyll-theme-modernist|1.2303416485900215e-06| +|rubygems|jekyll-theme-minimal|1.2303416485900215e-06| +|rubygems|jekyll-theme-midnight|1.2303416485900215e-06| +|rubygems|jekyll-theme-merlot|1.2303416485900215e-06| +|rubygems|jekyll-theme-leap-day|1.2303416485900215e-06| +|rubygems|jekyll-theme-hacker|1.2303416485900215e-06| +|rubygems|jekyll-theme-dinky|1.2303416485900215e-06| +|rubygems|jekyll-theme-cayman|1.2303416485900215e-06| +|rubygems|jekyll-theme-architect|1.2303416485900215e-06| +|rubygems|jekyll-swiss|1.2303416485900215e-06| +|rubygems|jekyll-sitemap|1.2303416485900215e-06| +|rubygems|jekyll-relative-links|1.2303416485900215e-06| +|rubygems|jekyll-redirect-from|1.2303416485900215e-06| +|rubygems|jekyll-readme-index|1.2303416485900215e-06| +|rubygems|jekyll-paginate|1.2303416485900215e-06| +|rubygems|jekyll-optional-front-matter|1.2303416485900215e-06| +|rubygems|jekyll-mentions|1.2303416485900215e-06| +|rubygems|jekyll-gist|1.2303416485900215e-06| +|rubygems|jekyll-default-layout|1.2303416485900215e-06| +|rubygems|jekyll-coffeescript|1.2303416485900215e-06| +|rubygems|jekyll-avatar|1.2303416485900215e-06| +|rubygems|github-pages-health-check|1.2303416485900215e-06| +|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2287535254957672e-06| +|npm|sinon-chai|1.2261409582399817e-06| +|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2259234873117775e-06| +|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2218565337721593e-06| +|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2218565337721593e-06| +|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2218565337721593e-06| +|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2218565337721593e-06| +|npm|repeat-string|1.2180382321041213e-06| +|npm|tap-out|1.2180382321041213e-06| +|npm|figures|1.2180382321041213e-06| +|npm|pretty-ms|1.2180382321041213e-06| +|npm|tapes|1.2180382321041213e-06| +|rubygems|w3c_validators|1.2180382321041213e-06| +|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2134228438925873e-06| +|cran|pheatmap|1.2074485291319445e-06| +|npm|expect|1.206870515601535e-06| +|rubygems|rqrcode_core|1.2052326353534906e-06| +|rubygems|chunky_png|1.2052326353534906e-06| +|rubygems|standardrb|1.2052326353534906e-06| +|rubygems|chronic|1.2052326353534906e-06| +|rubygems|fast_stack|1.2052326353534906e-06| +|rubygems|guard|1.2052326353534906e-06| +|rubygems|guard-minitest|1.2052326353534906e-06| +|pypi|[radon](https://pypi.org/project/radon)|1.2052326353534904e-06| +|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.1984975118029856e-06| +|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.1984975118029856e-06| +|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.1984975118029856e-06| +|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.1984975118029856e-06| +|npm|webidl2js|1.1970891716011022e-06| +|npm|mocha-sugar-free|1.1970891716011022e-06| +|npm|eslint-plugin-jsdom-internal|1.1970891716011022e-06| +|npm|xml-name-validator|1.1970891716011022e-06| +|npm|whatwg-url|1.1970891716011022e-06| +|npm|whatwg-mimetype|1.1970891716011022e-06| +|npm|whatwg-encoding|1.1970891716011022e-06| +|npm|webidl-conversions|1.1970891716011022e-06| +|npm|w3c-xmlserializer|1.1970891716011022e-06| +|npm|symbol-tree|1.1970891716011022e-06| +|npm|rrweb-cssom|1.1970891716011022e-06| +|npm|parse5|1.1970891716011022e-06| +|npm|nwsapi|1.1970891716011022e-06| +|npm|is-potential-custom-element-name|1.1970891716011022e-06| +|npm|https-proxy-agent|1.1970891716011022e-06| +|npm|http-proxy-agent|1.1970891716011022e-06| +|npm|html-encoding-sniffer|1.1970891716011022e-06| +|npm|domexception|1.1970891716011022e-06| +|npm|decimal.js|1.1970891716011022e-06| +|npm|data-urls|1.1970891716011022e-06| +|npm|cssstyle|1.1970891716011022e-06| +|npm|abab|1.1970891716011022e-06| +|npm|vuetify-loader|1.1970891716011022e-06| +|npm|vue-meta|1.1970891716011022e-06| +|npm|stylus-loader|1.1970891716011022e-06| +|npm|pug-loader|1.1970891716011022e-06| +|npm|optimize-css-assets-webpack-plugin|1.1970891716011022e-06| +|npm|identity-obj-proxy|1.1970891716011022e-06| +|npm|happypack|1.1970891716011022e-06| +|npm|friendly-errors-webpack-plugin|1.1970891716011022e-06| +|npm|fork-ts-checker-webpack-plugin|1.1970891716011022e-06| +|npm|cssnano|1.1970891716011022e-06| +|npm|babel-plugin-transform-define|1.1970891716011022e-06| +|npm|babel-plugin-detective|1.1970891716011022e-06| +|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1930585683297272e-06| +|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1930585683297272e-06| +|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1930585683297272e-06| +|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1930585683297272e-06| +|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1930585683297272e-06| +|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1930585683297272e-06| +|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1930585683297272e-06| +|pypi|[pyone](http://opennebula.io)|1.1930585683297272e-06| +|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1930585683297272e-06| +|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1930585683297272e-06| +|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1930585683297272e-06| +|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1930585683297272e-06| +|pypi|[synthia](https://github.com/dmey/synthia)|1.1930585683297272e-06| +|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1930585683297272e-06| +|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1930585683297272e-06| +|pypi|[pystan](https://mc-stan.org)|1.1930585683297272e-06| +|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1930585683297272e-06| +|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1930585683297272e-06| +|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1930585683297272e-06| +|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1930585683297272e-06| +|pypi|[parmap](https://github.com/zeehio/parmap)|1.1930585683297272e-06| +|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1930585683297272e-06| +|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1930585683297272e-06| +|npm|[node-minify](https://github.com/srod/node-minify)|1.1930585683297272e-06| +|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1930585683297272e-06| +|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1930585683297272e-06| +|pypi|[libceed](https://libceed.readthedocs.io)|1.193058568329718e-06| +|pypi|[clingo](https://github.com/potassco/clingo)|1.193058568329718e-06| +|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.193058568329718e-06| +|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.193058568329718e-06| +|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.193058568329718e-06| +|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.193058568329718e-06| +|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.193058568329718e-06| +|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.193058568329718e-06| +|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.193058568329718e-06| +|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.193058568329718e-06| +|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.193058568329718e-06| +|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.193058568329718e-06| +|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.193058568329718e-06| +|spack|catkin|1.193058568329718e-06| +|spack|roslaunch|1.193058568329718e-06| +|spack|bpp-phyl-omics3|1.193058568329718e-06| +|spack|bpp-popgen3|1.193058568329718e-06| +|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.193058568329718e-06| +|npm|[graphql](https://github.com/graphql/graphql-js)|1.193058568329718e-06| +|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.193058568329718e-06| +|npm|Gmsh|1.193058568329718e-06| +|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.193058568329718e-06| +|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.193058568329718e-06| +|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1862078528236e-06| +|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.1859990501739216e-06| +|npm|[cors](https://github.com/expressjs/cors#readme)|1.1828212846961002e-06| +|cran|[susieR](https://github.com/stephenslab/susieR)|1.1826841459964154e-06| +|npm|babel-plugin-transform-object-rest-spread|1.1825095464516526e-06| +|npm|karma-sourcemap-loader|1.1825095464516526e-06| +|spack|[bpp-seq](http://biopp.univ-montp2.fr/wiki/index.php/Installation)|1.1811279826464279e-06| +|cran|repurrrsive|1.181127982646421e-06| +|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1811279826464207e-06| +|npm|ent|1.1693167028199565e-06| +|npm|traverse|1.1693167028199565e-06| +|npm|charm|1.1693167028199565e-06| +|npm|deep-is|1.1693167028199565e-06| +|cran|rvg|1.1655868249800205e-06| +|cran|phosphoricons|1.1655868249800205e-06| +|cran|datamods|1.1655868249800205e-06| +|cran|[NMF](http://renozao.github.io/NMF)|1.1642153941503208e-06| +|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.152386117136663e-06| +|cran|aws.ec2metadata|1.1504493337465136e-06| +|pypi|[pyink](https://pypi.org/project/pyink)|1.146388924333291e-06| +|spack|rpcsvc-proto|1.1463889243332907e-06| +|spack|libtirpc|1.1463889243332907e-06| +|cran|ISLR|1.1430270799804072e-06| +|cran|ICSOutlier|1.1430270799804072e-06| +|cran|ICS|1.1430270799804072e-06| +|cran|bigutilsr|1.1430270799804072e-06| +|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.1356999833138662e-06| +|pypi|[pyquery](https://pypi.org/project/pyquery)|1.1356999833138662e-06| +|rubygems|googleauth|1.1248837929965911e-06| +|rubygems|google-apis-sheets_v4|1.1248837929965911e-06| +|rubygems|google-apis-drive_v3|1.1248837929965911e-06| +|rubygems|sass|1.1248837929965911e-06| +|pypi|[PySide2](https://www.pyside.org)|1.1238611713666054e-06| +|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.120847128667657e-06| +|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1107786670655996e-06| +|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1107786670655996e-06| +|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1107786670655996e-06| +|pypi|[networkit](https://pypi.org/project/networkit)|1.1107786670655996e-06| +|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1107786670655996e-06| +|pypi|[infomap](https://pypi.org/project/infomap)|1.1107786670655996e-06| +|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1107786670655996e-06| +|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1107786670655996e-06| +|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1107786670655996e-06| +|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1107786670655996e-06| +|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1107786670655996e-06| +|pypi|[nf1](https://pypi.org/project/nf1)|1.1107786670655996e-06| +|pypi|[demon](https://pypi.org/project/demon)|1.1107786670655996e-06| +|pypi|[python-forge](http://github.com/dfee/forge)|1.1101186678575982e-06| +|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.1091076507641852e-06| +|cran|[proto](https://github.com/hadley/proto)|1.1050793985424035e-06| +|npm|pkgfiles|1.1004297974966653e-06| +|npm|obake|1.1004297974966653e-06| +|npm|is-node-modern|1.1004297974966653e-06| +|npm|far|1.1004297974966653e-06| +|npm|fake|1.1004297974966653e-06| +|npm|asynckit|1.1004297974966653e-06| +|cran|tidyquant|1.1004297974966653e-06| +|cran|tibbletime|1.1004297974966653e-06| +|cran|sweep|1.1004297974966653e-06| +|npm|[temporary](https://github.com/vesln/temporary)|1.0993575838478224e-06| +|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.0993575838478224e-06| +|npm|[grunt-legacy-log](http://gruntjs.com/)|1.0993575838478224e-06| +|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.0993575838478224e-06| +|npm|exit|1.0993575838478224e-06| +|cran|tensorflow|1.098754306494832e-06| +|npm|d3-time-format|1.093637020968908e-06| +|npm|d3-time|1.093637020968908e-06| +|npm|d3-scale-chromatic|1.093637020968908e-06| +|npm|d3-random|1.093637020968908e-06| +|npm|d3-quadtree|1.093637020968908e-06| +|npm|d3-polygon|1.093637020968908e-06| +|npm|d3-path|1.093637020968908e-06| +|npm|d3-hierarchy|1.093637020968908e-06| +|npm|d3-geo|1.093637020968908e-06| +|npm|d3-force|1.093637020968908e-06| +|npm|d3-drag|1.093637020968908e-06| +|npm|d3-delaunay|1.093637020968908e-06| +|npm|d3-contour|1.093637020968908e-06| +|npm|d3-chord|1.093637020968908e-06| +|npm|cz-conventional-changelog|1.0914258385167057e-06| +|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0902719839813115e-06| +|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0902719839813115e-06| +|cran|[EMbC]()|1.0758831732259092e-06| +|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0745262289383925e-06| +|cran|[geodist](https://github.com/hypertidy/geodist)|1.0737527114967665e-06| +|cran|googlePolylines|1.0737527114967512e-06| +|cran|languageR|1.0737527114967464e-06| +|cran|hypergeo|1.0737527114967464e-06| +|npm|browserify-middleware|1.0713178980919917e-06| +|npm|code-mirror|1.0713178980919917e-06| +|npm|github-basic|1.0713178980919917e-06| +|npm|handle|1.0713178980919917e-06| +|npm|highlight-codemirror|1.0713178980919917e-06| +|npm|inconsolata|1.0713178980919917e-06| +|npm|jade-code-mirror|1.0713178980919917e-06| +|npm|jade-highlighter|1.0713178980919917e-06| +|npm|jstransformer-cdata|1.0713178980919917e-06| +|npm|jstransformer-coffee-script|1.0713178980919917e-06| +|npm|jstransformer-less|1.0713178980919917e-06| +|npm|jstransformer-marked|1.0713178980919917e-06| +|npm|jstransformer-stylus|1.0713178980919917e-06| +|npm|jstransformer-verbatim|1.0713178980919917e-06| +|npm|less-file|1.0713178980919917e-06| +|npm|linify|1.0713178980919917e-06| +|npm|lsr|1.0713178980919917e-06| +|npm|pull-request|1.0713178980919917e-06| +|npm|stop|1.0713178980919917e-06| +|npm|twbs|1.0713178980919917e-06| +|npm|character-parser|1.0713178980919917e-06| +|npm|constantinople|1.0713178980919917e-06| +|npm|jstransformer|1.0713178980919917e-06| +|npm|transformers|1.0713178980919917e-06| +|npm|void-elements|1.0713178980919917e-06| +|npm|with|1.0713178980919917e-06| +|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0633094932593779e-06| +|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0633094932593779e-06| +|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0574837310195226e-06| +|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0504102612468154e-06| +|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0485472487855547e-06| +|npm|testing-library|1.0450968306561745e-06| +|pypi|[stingray](https://docs.stingray.science)|1.0439262472885086e-06| +|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0439262472885038e-06| +|cran|automap|1.0360771777600181e-06| +|rubygems|ruby-vips|1.0330565445887061e-06| +|rubygems|mini_magick|1.0330565445887061e-06| +|rubygems|minitest-hooks|1.0330565445887061e-06| +|rubygems|minispec-metadata|1.0330565445887061e-06| +|rubygems|dhash-vips|1.0330565445887061e-06| +|rubygems|ZenTest|1.0330565445887061e-06| +|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0300534732381577e-06| +|npm|vitest|1.0300534732381577e-06| +|npm|todomvc-app-css|1.0300534732381577e-06| +|npm|karma-esbuild|1.0300534732381577e-06| +|npm|jasmine-core|1.0300534732381577e-06| +|npm|he|1.0300534732381577e-06| +|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0299026822158715e-06| +|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.0284319801673408e-06| +|cran|snpStats|1.0270678109968877e-06| +|spack|seqan.|1.0226216299969012e-06| +|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0225616676628437e-06| +|rubygems|rubocop-rake|1.0196527284904583e-06| +|rubygems|rubocop-minitest|1.0196527284904583e-06| +|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0182137781434663e-06| +|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.015901329656615e-06| +|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.014099783080266e-06| +|npm|dts-gen|1.012395413696932e-06| +|npm|documentation|1.012395413696932e-06| +|npm|check-node-version|1.012395413696932e-06| +|npm|check-es3-syntax-cli|1.012395413696932e-06| +|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0107536807126038e-06| +|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0066431670281994e-06| +|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0066431670281994e-06| +|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.0049347779057596e-06| +|pypi|[nessai](https://pypi.org/project/nessai)|1.0029558294200376e-06| +|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.0029558294200376e-06| +|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.0029558294200376e-06| +|cran|som|9.99415985316202e-07| +|pypi|[cmaes](https://pypi.org/project/cmaes)|9.967324748071061e-07| +|pypi|[catboost](https://pypi.org/project/catboost)|9.967324748071061e-07| +|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.942154736081043e-07| +|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.858227455841395e-07| +|cran|QuickJSR|9.842733188720175e-07| +|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.842733188720173e-07| +|pypi|[big-O](https://pypi.org/project/big-O)|9.842733188720173e-07| +|cran|qdapDictionaries|9.842733188720173e-07| +|rubygems|omniauth-oauth2|9.842733188720173e-07| +|rubygems|ruby_dig|9.842733188720173e-07| +|npm|nodeunit|9.74430585683297e-07| +|npm|tar|9.74430585683297e-07| +|npm|closurecompiler-externs|9.74430585683297e-07| +|cran|swagger|9.734571285547424e-07| +|cran|nlshrink|9.734571285547422e-07| +|cran|NetworkComparisonTest|9.734571285547422e-07| +|cran|NetworkToolbox|9.734571285547422e-07| +|cran|glassoFast|9.734571285547422e-07| +|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.73088394793933e-07| +|rubygems|listen|9.667265496220179e-07| +|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.6167751265365e-07| +|cran|[ghql](https://github.com/ropensci/ghql)|9.61329884865677e-07| +|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.58062183658718e-07| +|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.544468546637831e-07| +|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.525225666503394e-07| +|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.515369557166278e-07| +|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.474288630853643e-07| +|pypi|[py-spec](https://pypi.org/project/py-spec)|9.474288630853643e-07| +|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.474288630853643e-07| +|pypi|[ale-py](https://pypi.org/project/ale-py)|9.474288630853643e-07| +|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.474288630853643e-07| +|pypi|[rlds](https://pypi.org/project/rlds)|9.474288630853643e-07| +|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.449023861171365e-07| +|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.374031608304926e-07| +|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.374031608304926e-07| +|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.374031608304926e-07| +|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.34025131422097e-07| +|cran|[isdparser](https://github.com/ropensci/isdparser)|9.267508521846921e-07| +|cran|geonames|9.267508521846921e-07| +|pypi|[connexion](https://github.com/zalando/connexion)|9.246203904555279e-07| +|npm|gpx-parse|9.239593084587384e-07| +|npm|node-geo-distance|9.239593084587384e-07| +|npm|redis|9.239593084587384e-07| +|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.232000826360954e-07| +|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.231447653841761e-07| +|npm|seed-random|9.227562364425162e-07| +|npm|freeport|9.227562364425162e-07| +|npm|node-uuid|9.227562364425162e-07| +|npm|event-emitter|9.227562364425162e-07| +|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.219088937093314e-07| +|cran|[xslt](https://github.com/ropensci/xslt)|9.219088937093314e-07| +|spack|sowing|9.20359466997211e-07| +|spack|hipblas|9.20359466997211e-07| +|spack|hipsparse|9.20359466997211e-07| +|spack|rocsparse|9.20359466997211e-07| +|spack|rocsolver|9.20359466997211e-07| +|spack|rocblas|9.20359466997211e-07| +|spack|rocrand|9.20359466997211e-07| +|spack|rocthrust|9.20359466997211e-07| +|spack|rocprim|9.20359466997211e-07| +|spack|metis|9.20359466997211e-07| +|spack|scotch|9.20359466997211e-07| +|spack|parmetis|9.20359466997211e-07| +|spack|mmg|9.20359466997211e-07| +|spack|parmmg|9.20359466997211e-07| +|spack|tetgen|9.20359466997211e-07| +|spack|hypre|9.20359466997211e-07| +|spack|superlu-dist|9.20359466997211e-07| +|spack|strumpack|9.20359466997211e-07| +|spack|scalapack|9.20359466997211e-07| +|spack|mumps|9.20359466997211e-07| +|spack|trilinos|9.20359466997211e-07| +|spack|mpfr|9.20359466997211e-07| +|spack|giflib|9.20359466997211e-07| +|spack|exodusii|9.20359466997211e-07| +|spack|parallel-netcdf|9.20359466997211e-07| +|spack|random123|9.20359466997211e-07| +|spack|moab|9.20359466997211e-07| +|spack|p4est|9.20359466997211e-07| +|spack|saws|9.20359466997211e-07| +|spack|libyaml|9.20359466997211e-07| +|spack|kokkos-kernels|9.20359466997211e-07| +|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.126825921107486e-07| +|pypi|[spacy-transformers](https://spacy.io)|9.110250718861927e-07| +|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.110250718861927e-07| +|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.110250718861927e-07| +|pypi|[natto-py](https://pypi.org/project/natto-py)|9.110250718861927e-07| +|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.110250718861927e-07| +|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.110250718861927e-07| +|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.110250718861927e-07| +|cran|starsdata|9.093829576534942e-07| +|cran|ncdfgeom|9.093829576534942e-07| +|cran|cubelyr|9.093829576534942e-07| +|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.08559986651093e-07| +|cran|vtreat|9.085599866510929e-07| +|cran|smotefamily|9.085599866510929e-07| +|cran|bestNormalize|9.085599866510929e-07| +|cran|mlr3learners|9.085599866510929e-07| +|cran|mlr3filters|9.085599866510929e-07| +|cran|bbotk|9.085599866510929e-07| +|cran|alr4|9.085599866510929e-07| +|cran|carData|9.085599866510929e-07| +|cran|compositions|9.062363038207832e-07| +|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.053678567023846e-07| +|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|8.982026650139455e-07| +|rubygems|coffee-script-source|8.948852317499667e-07| +|cran|[Momocs](https://github.com/MomX/Momocs/)|8.947939262473004e-07| +|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.947939262472954e-07| +|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.947939262472903e-07| +|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.947939262472903e-07| +|pypi|[cspy](https://github.com/torressa/cspy)|8.947939262472903e-07| +|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.947939262472903e-07| +|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.947939262472903e-07| +|pypi|[genshi](https://github.com/edgewall/genshi)|8.947939262472903e-07| +|pypi|[multiqc](http://multiqc.info)|8.947939262472903e-07| +|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.947939262472903e-07| +|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.947939262472903e-07| +|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.947939262472903e-07| +|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.947939262472903e-07| +|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.947939262472903e-07| +|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.947939262472903e-07| +|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.947939262472903e-07| +|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.947939262472903e-07| +|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.947939262472903e-07| +|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.947939262472903e-07| +|spack|[zlib-ng](https://github.com/zlib-ng/zlib-ng)|8.947939262472903e-07| +|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.947939262472903e-07| +|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.947939262472903e-07| +|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.947939262472903e-07| +|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.947939262472903e-07| +|npm|[uikit](https://getuikit.com)|8.947939262472903e-07| +|cran|leaflet.minicharts|8.947939262472903e-07| +|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.947939262472903e-07| +|cran|[metR](https://github.com/eliocamp/metR)|8.947939262472903e-07| +|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.947939262472903e-07| +|cran|[LiblineaR]()|8.947939262472893e-07| +|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.947939262472886e-07| +|pypi|[COFFEE](UNKNOWN)|8.947939262472886e-07| +|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.947939262472886e-07| +|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.947939262472886e-07| +|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.947939262472886e-07| +|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.947939262472886e-07| +|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.947939262472886e-07| +|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.947939262472886e-07| +|pypi|[easybuild](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-easyblocks](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-framework](https://easybuild.io)|8.947939262472886e-07| +|npm|[tailwindcss](https://tailwindcss.com)|8.947939262472886e-07| +|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.947939262472886e-07| +|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.947939262472886e-07| +|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.947939262472886e-07| +|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.947939262472886e-07| +|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.947939262472886e-07| +|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.947939262472886e-07| +|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.947939262472886e-07| +|pypi|[pesummary](https://pypi.org/project/pesummary)|8.880661523657298e-07| +|pypi|[littleutils](https://pypi.org/project/littleutils)|8.880661523657298e-07| +|cran|qap|8.858459869848157e-07| +|cran|biomaRt|8.858459869848155e-07| +|cran|[tune](https://tune.tidymodels.org/)|8.776522801505978e-07| +|rubygems|sdoc|8.749096167751264e-07| +|rubygems|generator_spec|8.749096167751264e-07| +|rubygems|codecov|8.749096167751264e-07| +|rubygems|tilt|8.749096167751264e-07| +|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.716748487270205e-07| +|pypi|[jsonref](https://pypi.org/project/jsonref)|8.706103066189833e-07| +|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.706103066189833e-07| +|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.706103066189833e-07| +|pypi|[promise](https://pypi.org/project/promise)|8.706103066189833e-07| +|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.684764578282506e-07| +|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.684764578282506e-07| +|pypi|[punch.py](https://pypi.org/project/punch.py)|8.684764578282506e-07| +|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.684764578282506e-07| +|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.684764578282506e-07| +|pypi|[oedialect](https://pypi.org/project/oedialect)|8.684764578282506e-07| +|pypi|[testresources](https://pypi.org/project/testresources)|8.661605206073752e-07| +|pypi|[oslotest](https://pypi.org/project/oslotest)|8.661605206073752e-07| +|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.661605206073752e-07| +|pypi|[betamax](https://pypi.org/project/betamax)|8.661605206073752e-07| +|pypi|[cugraph](https://pypi.org/project/cugraph)|8.517749874853996e-07| +|pypi|[cuml](https://pypi.org/project/cuml)|8.517749874853996e-07| +|cran|dblog|8.473309440724323e-07| +|pypi|[bioframe](https://github.com/open2c/bioframe)|8.450831525668858e-07| +|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.450831525668858e-07| +|spack|[glog](https://github.com/google/glog)|8.442573922067466e-07| +|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.436628447474433e-07| +|npm|babel-plugin-unassert|8.436628447474433e-07| +|npm|babel-preset-power-assert|8.436628447474433e-07| +|npm|eslint-config-mysticatea|8.436628447474433e-07| +|npm|if-node-version|8.436628447474433e-07| +|npm|power-assert|8.436628447474433e-07| +|npm|glob2base|8.436628447474433e-07| +|npm|shell-quote|8.436628447474433e-07| +|npm|subarg|8.436628447474433e-07| +|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.436628447474433e-07| +|pypi|[clize](https://github.com/epsy/clize)|8.35140997830805e-07| +|pypi|[tvtk](https://pypi.org/project/tvtk)|8.337373995151204e-07| +|pypi|[docrepr](https://pypi.org/project/docrepr)|8.317802694693104e-07| +|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.20408035565302e-07| +|cran|bcpa|8.202277657266811e-07| +|cran|amt|8.202277657266811e-07| +|cran|circular|8.202277657266811e-07| +|npm|batch|8.177039879859836e-07| +|pypi|[sybil](https://pypi.org/project/sybil)|8.120254880694142e-07| +|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.120254880694142e-07| +|rubygems|stringex|8.120254880694142e-07| +|cran|genlasso|8.108430086817534e-07| +|cran|L0Learn|8.108430086817534e-07| +|cran|mixsqp|8.108430086817534e-07| +|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.07069031517167e-07| +|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.07069031517167e-07| +|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.043159987870687e-07| +|rubygems|search_ui|8.039052331887202e-07| +|rubygems|pstree|8.039052331887202e-07| +|rubygems|mize|8.039052331887202e-07| +|rubygems|infobar|8.039052331887202e-07| +|rubygems|rspec_junit_formatter|8.034884235689937e-07| +|npm|sendgrid-rest|8.007647339975734e-07| +|npm|system-sleep|8.007647339975734e-07| +|npm|lodash.chunk|8.007647339975734e-07| +|npm|mailparser|8.007647339975734e-07| +|npm|async.ensureasync|8.007647339975734e-07| +|npm|bottleneck|8.007647339975734e-07| +|npm|mocha-sinon|8.007647339975734e-07| +|npm|async.queue|8.007647339975734e-07| +|rubygems|[rubocop-rails](https://docs.rubocop.org/rubocop-rails/)|7.961839833547304e-07| +|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.945770065075958e-07| +|cran|slider|7.874186550976138e-07| +|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.866320230745514e-07| +|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.830245777812209e-07| +|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.786628751283619e-07| +|cran|[scattermore](https://github.com/exaexa/scattermore)|7.782186612080294e-07| +|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.770578833200136e-07| +|npm|material-components-web|7.770578833200136e-07| +|npm|foundation-sites|7.770578833200136e-07| +|npm|enhanced-resolve|7.770578833200136e-07| +|npm|bootstrap-sass|7.770578833200136e-07| +|npm|neo-async|7.770578833200136e-07| +|npm|klona|7.770578833200136e-07| +|cran|NetSwan|7.703008582476658e-07| +|cran|netrankr|7.703008582476658e-07| +|cran|fortunes|7.675379609544471e-07| +|npm|typescript3|7.669662224976758e-07| +|npm|node-qunit|7.669662224976758e-07| +|npm|load-grunt-tasks|7.669662224976758e-07| +|npm|karma-sauce-launcher|7.669662224976758e-07| +|npm|karma-qunit|7.669662224976758e-07| +|npm|grunt-string-replace|7.669662224976758e-07| +|npm|grunt-nuget|7.669662224976758e-07| +|npm|grunt-karma|7.669662224976758e-07| +|npm|grunt-exec|7.669662224976758e-07| +|npm|grunt-env|7.669662224976758e-07| +|npm|grunt-contrib-copy|7.669662224976758e-07| +|npm|grunt-contrib-concat|7.669662224976758e-07| +|npm|grunt-benchmark|7.669662224976758e-07| +|cran|mail|7.669662224976758e-07| +|cran|bibtex|7.669662224976758e-07| +|cran|synchronicity|7.669662224976758e-07| +|cran|doMPI|7.669662224976758e-07| +|cran|rngtools|7.669662224976758e-07| +|pypi|[dcor](https://pypi.org/project/dcor)|7.636603336075997e-07| +|cran|waveslim|7.636603336075997e-07| +|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.633654421103625e-07| +|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.575921908893747e-07| +|npm|random-buffer|7.571333222092441e-07| +|npm|nock|7.571333222092441e-07| +|npm|is-zip|7.571333222092441e-07| +|npm|p-event|7.571333222092441e-07| +|npm|make-dir|7.571333222092441e-07| +|npm|got|7.571333222092441e-07| +|npm|filenamify|7.571333222092441e-07| +|npm|ext-name|7.571333222092441e-07| +|npm|decompress|7.571333222092441e-07| +|npm|archive-type|7.571333222092441e-07| +|npm|watch|7.571333222092441e-07| +|npm|unminified-webpack-plugin|7.571333222092441e-07| +|npm|jsonpath|7.571333222092441e-07| +|npm|jest-cli|7.571333222092441e-07| +|npm|globify|7.571333222092441e-07| +|npm|codacy-coverage|7.571333222092441e-07| +|npm|cash-cat|7.571333222092441e-07| +|npm|biased-opener|7.571333222092441e-07| +|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.571333222092441e-07| +|npm|package-yaml|7.571333222092441e-07| +|npm|json-loader|7.571333222092441e-07| +|npm|isparta-loader|7.571333222092441e-07| +|npm|isparta|7.571333222092441e-07| +|npm|gatsby|7.571333222092441e-07| +|npm|enzyme-adapter-react-16|7.571333222092441e-07| +|npm|enzyme|7.571333222092441e-07| +|npm|conventional-changelog|7.571333222092441e-07| +|npm|chai-enzyme|7.571333222092441e-07| +|npm|babel-plugin-__coverage__|7.571333222092441e-07| +|npm|add-stream|7.571333222092441e-07| +|npm|karma-webpack|7.571333222092441e-07| +|npm|lodash.isequal|7.571333222092441e-07| +|npm|clamp|7.571333222092441e-07| +|cran|[uwot](https://github.com/jlmelville/uwot)|7.533632743678273e-07| +|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.351820367004754e-07| +|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.308229392624728e-07| +|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.308229392624728e-07| +|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.308229392624728e-07| +|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.308229392624728e-07| +|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.308229392624728e-07| +|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.308229392624728e-07| +|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.308229392624728e-07| +|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.308229392624728e-07| +|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.308229392624728e-07| +|rubygems|letter_opener|7.231395812120944e-07| +|cran|minpack.lm|7.20859479909101e-07| +|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.158351409978443e-07| +|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.158351409978443e-07| +|pypi|[brian2](http://www.briansimulator.org/)|7.158351409978443e-07| +|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.158351409978443e-07| +|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.158351409978443e-07| +|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.158351409978443e-07| +|spack|[cpprestsdk](https://github.com/Microsoft/cpprestsdk)|7.158351409978443e-07| +|cran|Rd2md|7.158351409978443e-07| +|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.158351409978342e-07| +|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.158351409978342e-07| +|pypi|[gala](http://gala.adrian.pw/)|7.158351409978342e-07| +|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.158351409978342e-07| +|pypi|[update_checker](https://github.com/bboe/update_checker)|7.158351409978342e-07| +|pypi|[RagTag](https://github.com/malonge/RagTag)|7.158351409978342e-07| +|pypi|[control](https://python-control.org)|7.158351409978342e-07| +|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.158351409978342e-07| +|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.158351409978342e-07| +|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.158351409978342e-07| +|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.158351409978342e-07| +|pypi|[pyviz](http://pyviz.org)|7.158351409978342e-07| +|pypi|[molsets](https://pypi.org/project/molsets)|7.158351409978342e-07| +|pypi|[bakta](https://github.com/oschwengers/bakta)|7.158351409978342e-07| +|spack|[cereal](https://uscilab.github.io/cereal/)|7.158351409978342e-07| +|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.158351409978342e-07| +|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.158351409978342e-07| +|cran|[hash](http://www.johnhughes.org)|7.158351409978342e-07| +|cran|[leafletR](https://github.com/chgrl/leafletR)|7.158351409978342e-07| +|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.158351409978342e-07| +|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.158351409978342e-07| +|cran|[jfa](https://koenderks.github.io/jfa/)|7.158351409978342e-07| +|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.158351409978307e-07| +|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.158351409978307e-07| +|pypi|[pbcore](UNKNOWN)|7.158351409978307e-07| +|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.158351409978307e-07| +|pypi|[Cigar](https://github.com/brentp/cigar)|7.158351409978307e-07| +|pypi|[statistics](UNKNOWN)|7.158351409978307e-07| +|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.158351409978307e-07| +|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.158351409978307e-07| +|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.158351409978307e-07| +|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.158351409978307e-07| +|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.158351409978307e-07| +|rubygems|ttfunk|7.158351409978306e-07| +|rubygems|ruby-rc4|7.158351409978306e-07| +|rubygems|hashery|7.158351409978306e-07| +|rubygems|Ascii85|7.158351409978306e-07| +|rubygems|afm|7.158351409978306e-07| +|rubygems|morecane|7.158351409978306e-07| +|rubygems|cane|7.158351409978306e-07| +|pypi|[simupy](https://github.com/simupy/simupy)|7.158351409978242e-07| +|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.158351409978242e-07| +|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.158351409978242e-07| +|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.158351409978242e-07| +|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.158351409978242e-07| +|cran|textshaping|7.129979895243638e-07| +|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.129545166879803e-07| +|cran|[fda](http://www.functionaldata.org)|7.101539097200762e-07| +|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.093345013627041e-07| +|cran|R.cache|7.086767895878525e-07| +|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.081094610378781e-07| +|npm|slugify|7.030523706228695e-07| +|npm|serve-handler|7.030523706228695e-07| +|npm|pixelmatch|7.030523706228695e-07| +|npm|magic-string|7.030523706228695e-07| +|npm|dtslint|7.030523706228695e-07| +|npm|cwebp-bin|7.030523706228695e-07| +|npm|zrender|7.030523706228695e-07| +|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.030523706228695e-07| +|npm|rollup-plugin-npm|7.030523706228695e-07| +|npm|native-promise-only|7.030523706228695e-07| +|npm|karma-safari-launcher|7.030523706228695e-07| +|npm|eslint-plugin-prefer-arrow|7.030523706228695e-07| +|npm|cheerio|7.030523706228695e-07| +|npm|babel-plugin-syntax-async-generators|7.030523706228695e-07| +|npm|babel-minify|7.030523706228695e-07| +|cran|tidymodels|6.947811662626006e-07| +|pypi|[sparse](https://github.com/pydata/sparse/)|6.922451193058591e-07| +|pypi|[servicex](https://pypi.org/project/servicex)|6.853740711681358e-07| +|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.853740711681358e-07| +|pypi|[aiostream](https://pypi.org/project/aiostream)|6.853740711681358e-07| +|pypi|[parsl](https://pypi.org/project/parsl)|6.853740711681358e-07| +|pypi|[mplhep](https://pypi.org/project/mplhep)|6.853740711681358e-07| +|pypi|[hist](https://pypi.org/project/hist)|6.853740711681358e-07| +|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.853740711681358e-07| +|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.853740711681358e-07| +|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.853740711681358e-07| +|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.838782150604277e-07| +|cran|psychotree|6.788091854289774e-07| +|cran|psychotools|6.788091854289774e-07| +|cran|coin|6.788091854289774e-07| +|cran|pmml|6.788091854289774e-07| +|cran|inum|6.788091854289774e-07| +|cran|libcoin|6.788091854289774e-07| +|cran|GPfit|6.788091854289774e-07| +|cran|rapportools|6.749302757979546e-07| +|cran|suncalc|6.710954446854664e-07| +|cran|manipulate|6.710954446854664e-07| +|cran|Gmedian|6.710954446854664e-07| +|cran|fasttime|6.710954446854664e-07| +|npm|should-util|6.710954446854663e-07| +|npm|mocha-better-spec-reporter|6.710954446854663e-07| +|npm|should-equal|6.710954446854663e-07| +|npm|eslint-config-shouldjs|6.710954446854663e-07| +|npm|should-type|6.710954446854663e-07| +|npm|should-format|6.710954446854663e-07| +|npm|should-type-adaptors|6.710954446854663e-07| +|npm|svelte-jest|6.660496142742974e-07| +|npm|rollup-plugin-postcss|6.660496142742974e-07| +|pypi|[sciris](http://github.com/sciris/sciris)|6.600705592666808e-07| +|pypi|[iPython](https://ipython.org)|6.579367104759486e-07| +|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.561822125813539e-07| +|rubygems|elasticsearch-transport|6.561822125813448e-07| +|rubygems|elasticsearch-api|6.561822125813448e-07| +|rubygems|ruby-prof|6.561822125813448e-07| +|rubygems|require-prof|6.561822125813448e-07| +|cran|truncdist|6.513573433711879e-07| +|cran|rmutil|6.513573433711879e-07| +|cran|cramer|6.513573433711879e-07| +|cran|yesno|6.513573433711879e-07| +|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.507592190889357e-07| +|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.507592190889357e-07| +|npm|stream-spigot|6.496203904555314e-07| +|npm|polendina|6.496203904555314e-07| +|npm|hundreds|6.496203904555314e-07| +|npm|buffer|6.496203904555314e-07| +|npm|unorm|6.496203904555314e-07| +|npm|iconv|6.496203904555314e-07| +|npm|errto|6.496203904555314e-07| +|npm|grunt-legacy-log-utils|6.496203904555314e-07| +|npm|vuepress-plugin-social-share|6.489714190364949e-07| +|npm|vuepress-plugin-smooth-scroll|6.489714190364949e-07| +|npm|vuepress-plugin-google-adsense|6.489714190364949e-07| +|npm|vuepress-plugin-element-tabs|6.489714190364949e-07| +|npm|vuepress|6.489714190364949e-07| +|npm|vue-eslint-parser|6.489714190364949e-07| +|npm|vue-codemirror|6.489714190364949e-07| +|npm|terser-webpack-plugin|6.489714190364949e-07| +|npm|replace-in-file|6.489714190364949e-07| +|npm|faker|6.489714190364949e-07| +|npm|eslint-plugin-vue|6.489714190364949e-07| +|cran|[kSamples](NA)|6.462400578452655e-07| +|npm|stream-combiner2|6.431241865509761e-07| +|npm|source-map|6.431241865509761e-07| +|npm|slash|6.431241865509761e-07| +|npm|falafel|6.431241865509761e-07| +|npm|convert-source-map|6.431241865509761e-07| +|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.419989988319706e-07| +|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.357491478153075e-07| +|pypi|[mxnet](https://pypi.org/project/mxnet)|6.350150444335595e-07| +|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.350150444335595e-07| +|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.338790604542509e-07| +|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.338790604542509e-07| +|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.338790604542509e-07| +|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.338790604542509e-07| +|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.338790604542509e-07| +|pypi|[python-framel](https://pypi.org/project/python-framel)|6.338790604542509e-07| +|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.338790604542509e-07| +|cran|graphlayouts|6.327471335605826e-07| +|npm|webpack-manifest-plugin|6.249354405536618e-07| +|npm|script-loader|6.249354405536618e-07| +|npm|recursive-readdir|6.249354405536618e-07| +|npm|react-dev-utils|6.249354405536618e-07| +|npm|output-file-sync|6.249354405536618e-07| +|npm|npm-release|6.249354405536618e-07| +|npm|imports-loader|6.249354405536618e-07| +|npm|fs-promise|6.249354405536618e-07| +|npm|flow-typed|6.249354405536618e-07| +|npm|flow-bin|6.249354405536618e-07| +|npm|find-cache-dir|6.249354405536618e-07| +|npm|filesize|6.249354405536618e-07| +|npm|fake-xml-http-request|6.249354405536618e-07| +|npm|eslint-plugin-flowtype|6.249354405536618e-07| +|npm|eslint-loader|6.249354405536618e-07| +|npm|dmd-clear|6.249354405536618e-07| +|npm|dagre|6.249354405536618e-07| +|npm|child-process-promise|6.249354405536618e-07| +|npm|case-sensitive-paths-webpack-plugin|6.249354405536618e-07| +|npm|babel-plugin-flow-react-proptypes|6.249354405536618e-07| +|pypi|[starry](https://pypi.org/project/starry)|6.194727181711997e-07| +|npm|gulp-marked|6.194727181711997e-07| +|npm|gulp-mocha-phantomjs|6.194727181711997e-07| +|npm|humanize|6.194727181711997e-07| +|npm|chai-jquery|6.194727181711997e-07| +|npm|gulp-iife|6.194727181711997e-07| +|npm|gulp-cache|6.194727181711997e-07| +|npm|gulp-closure-compiler|6.194727181711997e-07| +|npm|drool|6.194727181711997e-07| +|npm|gulp-imagemin|6.194727181711997e-07| +|npm|escodegen|6.194727181711997e-07| +|npm|gulp-zip|6.194727181711997e-07| +|npm|gulp-csso|6.194727181711997e-07| +|npm|gulp-shell|6.194727181711997e-07| +|npm|swig|6.194727181711997e-07| +|npm|vinyl-paths|6.194727181711997e-07| +|npm|gulp-connect|6.194727181711997e-07| +|npm|gulp-css-inline-images|6.194727181711997e-07| +|npm|gulp-front-matter|6.194727181711997e-07| +|npm|gulp-jscs|6.194727181711997e-07| +|npm|gulp-open|6.194727181711997e-07| +|npm|gulp-flatten|6.194727181711997e-07| +|npm|gulp-load-plugins|6.194727181711997e-07| +|npm|gulp-sass|6.194727181711997e-07| +|npm|gulp-size|6.194727181711997e-07| +|npm|gulp-subtree|6.194727181711997e-07| +|npm|gulp-tap|6.194727181711997e-07| +|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.17833901456463e-07| +|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.151708242950108e-07| +|pypi|[ftfy](https://pypi.org/project/ftfy)|6.151708242950108e-07| +|pypi|[fairscale](https://pypi.org/project/fairscale)|6.151708242950108e-07| +|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.151708242950108e-07| +|pypi|[unidic](https://pypi.org/project/unidic)|6.151708242950108e-07| +|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.151708242950108e-07| +|pypi|[ipadic](https://pypi.org/project/ipadic)|6.151708242950108e-07| +|pypi|[fugashi](https://pypi.org/project/fugashi)|6.151708242950108e-07| +|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.151708242950108e-07| +|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.151708242950108e-07| +|pypi|[sigopt](https://pypi.org/project/sigopt)|6.151708242950108e-07| +|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.151708242950108e-07| +|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.151708242950108e-07| +|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.151708242950108e-07| +|npm|node-libs-browser|6.151708242950108e-07| +|npm|module-alias|6.151708242950108e-07| +|npm|mocha-phantomjs-istanbul|6.151708242950108e-07| +|npm|mocha-phantomjs-core|6.151708242950108e-07| +|npm|get-port|6.151708242950108e-07| +|npm|asap|6.151708242950108e-07| +|npm|a-sync-waterfall|6.151708242950108e-07| +|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.141865509761387e-07| +|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.141865509761387e-07| +|npm|[testjs](https://github.com/dcodeIO/test.js)|6.141865509761387e-07| +|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.10510439262474e-07| +|rubygems|[puma](https://puma.io)|6.097924720234472e-07| +|pypi|[dash-testing-stub](https://plotly.com/dash)|6.077845536774035e-07| +|rubygems|actiontext|6.057066577673952e-07| +|rubygems|actionmailbox|6.057066577673952e-07| +|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.030845510238185e-07| +|pypi|[falcon](https://pypi.org/project/falcon)|6.026163176767453e-07| +|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.026163176767453e-07| +|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.010533415745633e-07| +|pypi|[gsd](https://gsd.readthedocs.io)|6.010533415745633e-07| +|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.007008176205583e-07| +|npm|websocket-stream|5.996495911897213e-07| +|npm|https-browserify|5.996495911897213e-07| +|npm|setimmediate|5.996495911897213e-07| +|npm|stream-browserify|5.996495911897213e-07| +|npm|timers-browserify|5.996495911897213e-07| +|npm|bunyan|5.996495911897213e-07| +|pypi|[guizero](https://github.com/lawsie/guizero)|5.965292841648636e-07| +|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.965292841648636e-07| +|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.965292841648636e-07| +|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.965292841648636e-07| +|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.965292841648636e-07| +|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.965292841648636e-07| +|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.965292841648636e-07| +|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.965292841648636e-07| +|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.965292841648636e-07| +|pypi|[bird_tool_utils](https://github.com/wwood/bird_tool_utils-python/)|5.965292841648636e-07| +|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.965292841648636e-07| +|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.965292841648636e-07| +|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.965292841648636e-07| +|pypi|[persim](https://persim.scikit-tda.org)|5.965292841648636e-07| +|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.965292841648636e-07| +|pypi|[Pandas](https://pandas.pydata.org)|5.965292841648636e-07| +|pypi|[Seaborn](https://seaborn.pydata.org)|5.965292841648636e-07| +|pypi|[Sympy](https://sympy.org)|5.965292841648636e-07| +|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.965292841648636e-07| +|pypi|[wntr](https://github.com/USEPA/WNTR)|5.965292841648636e-07| +|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.965292841648636e-07| +|pypi|[mbo](https://github.com/basf/mbo)|5.965292841648636e-07| +|pypi|[proper](https://pypi.org/project/proper)|5.965292841648636e-07| +|pypi|[qtl](https://pypi.org/project/qtl)|5.965292841648636e-07| +|pypi|[agutil](https://github.com/agraubert/agutil)|5.965292841648636e-07| +|pypi|[yupi](https://github.com/yupidevs/yupi)|5.965292841648636e-07| +|spack|[libconfig](https://www.hyperrealm.com/libconfig/)|5.965292841648636e-07| +|spack|[tclap](http://tclap.sourceforge.net)|5.965292841648636e-07| +|spack|[itk](https://itk.org/)|5.965292841648636e-07| +|npm|[joi](https://github.com/hapijs/joi#readme)|5.965292841648636e-07| +|npm|[pm2](http://pm2.keymetrics.io/)|5.965292841648636e-07| +|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.965292841648636e-07| +|cran|[osqp](https://osqp.org)|5.965292841648636e-07| +|cran|[wdman](https://github.com/ropensci/wdman)|5.965292841648636e-07| +|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.965292841648636e-07| +|cran|[biblio](https://github.com/kamapu/biblio)|5.965292841648636e-07| +|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.965292841648636e-07| +|cran|[nplr](https://github.com/fredcommo/nplr)|5.965292841648636e-07| +|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.965292841648636e-07| +|cran|Ecume|5.965292841648636e-07| +|cran|[cpp11](https://cpp11.r-lib.org)|5.965292841648636e-07| +|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.96529284164859e-07| +|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.96529284164859e-07| +|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.96529284164859e-07| +|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.96529284164859e-07| +|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.96529284164859e-07| +|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.96529284164859e-07| +|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.96529284164859e-07| +|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.96529284164859e-07| +|npm|its-set|5.965292841648589e-07| +|npm|babel-plugin-transform-es2015-modules-umd|5.965292841648589e-07| +|npm|eslint-plugin-babel|5.965292841648589e-07| +|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.905639913232103e-07| +|spack|ant|5.886019847075186e-07| +|spack|ceres-solver|5.886019847075186e-07| +|spack|clp|5.886019847075186e-07| +|spack|gdal|5.886019847075186e-07| +|spack|ipp|5.886019847075186e-07| +|spack|jasper|5.886019847075186e-07| +|spack|onnx|5.886019847075186e-07| +|spack|openexr|5.886019847075186e-07| +|spack|openjpeg|5.886019847075186e-07| +|spack|libwebp|5.886019847075186e-07| +|spack|tesseract|5.886019847075186e-07| +|spack|leptonica|5.886019847075186e-07| +|spack|libdc1394|5.886019847075186e-07| +|npm|pretty-hrtime|5.846583514099782e-07| +|npm|utf8|5.846583514099782e-07| +|pypi|[distrax](https://github.com/deepmind/distrax)|5.82894329098239e-07| +|pypi|[json-logging](https://pypi.org/project/json-logging)|5.818364446534092e-07| +|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.810350170436958e-07| +|spack|[pangolin](https://github.com/stevenlovegrove/Pangolin)|5.810350170436958e-07| +|rubygems|[redis](https://github.com/redis/redis-rb)|5.779578642736929e-07| +|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.766449746926968e-07| +|pypi|[fastai](https://pypi.org/project/fastai)|5.761599915348395e-07| +|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.761599915348395e-07| +|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.761599915348395e-07| +|pypi|[gradio](https://pypi.org/project/gradio)|5.761599915348395e-07| +|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.761599915348395e-07| +|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.761599915348395e-07| +|cran|locatexec|5.678499916569331e-07| +|cran|doconv|5.678499916569331e-07| +|cran|equatags|5.678499916569331e-07| +|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.624418964982957e-07| +|rubygems|warning|5.624418964982956e-07| +|rubygems|minitest-stub-const|5.624418964982956e-07| +|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.567606652205325e-07| +|cran|mixtools|5.545201796462069e-07| +|cran|enrichR|5.545201796462069e-07| +|cran|metap|5.545201796462069e-07| +|cran|monocle|5.545201796462069e-07| +|cran|Rfast2|5.545201796462069e-07| +|cran|rtracklayer|5.545201796462069e-07| +|cran|GenomeInfoDb|5.545201796462069e-07| +|cran|GenomicRanges|5.545201796462069e-07| +|cran|BiocGenerics|5.545201796462069e-07| +|cran|DESeq2|5.545201796462069e-07| +|cran|MAST|5.545201796462069e-07| +|cran|SingleCellExperiment|5.545201796462069e-07| +|cran|SummarizedExperiment|5.545201796462069e-07| +|cran|S4Vectors|5.545201796462069e-07| +|cran|rsvd|5.545201796462069e-07| +|cran|sctransform|5.545201796462069e-07| +|cran|leiden|5.545201796462069e-07| +|cran|ica|5.545201796462069e-07| +|npm|[string-random](https://github.com/maichong/string-random#readme)|5.539200495816597e-07| +|pypi|[APLpy](http://aplpy.github.io)|5.50642416152181e-07| +|spack|[casacore](https://github.com/casacore/casacore)|5.50642416152181e-07| +|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|babel-plugin-minify-replace|5.447127497608494e-07| +|npm|babel-plugin-minify-numeric-literals|5.447127497608494e-07| +|npm|babel-plugin-minify-mangle-names|5.447127497608494e-07| +|npm|babel-plugin-minify-infinity|5.447127497608494e-07| +|npm|babel-plugin-minify-guarded-expressions|5.447127497608494e-07| +|npm|babel-plugin-minify-flip-comparisons|5.447127497608494e-07| +|npm|babel-plugin-minify-dead-code-elimination|5.447127497608494e-07| +|npm|babel-plugin-minify-constant-folding|5.447127497608494e-07| +|npm|babel-plugin-minify-builtins|5.447127497608494e-07| +|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.413503253796095e-07| +|npm|babel-helper-evaluate-path|5.392656222632409e-07| +|npm|esutils|5.392656222632409e-07| +|npm|babel-helper-is-void-0|5.392656222632409e-07| +|cran|whitening|5.368763557483731e-07| +|cran|randtoolbox|5.368763557483731e-07| +|cran|mc2d|5.368763557483731e-07| +|cran|ggExtra|5.368763557483731e-07| +|cran|DiceDesign|5.368763557483731e-07| +|cran|condMVNorm|5.368763557483731e-07| +|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.366633095754565e-07| +|cran|showtextdb|5.347484921432728e-07| +|cran|sysfonts|5.347484921432728e-07| +|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.315075921908894e-07| +|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.315075921908894e-07| +|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.315075921908894e-07| +|npm|tiny-lr|5.315075921908894e-07| +|npm|grunt-jscs|5.315075921908894e-07| +|pypi|[scikit_image](https://scikit-image.org)|5.302482525909875e-07| +|npm|vhost|5.27289277967152e-07| +|npm|pbkdf2-password|5.27289277967152e-07| +|npm|hbs|5.27289277967152e-07| +|npm|cookie-session|5.27289277967152e-07| +|npm|connect-redis|5.27289277967152e-07| +|npm|type-is|5.27289277967152e-07| +|npm|send|5.27289277967152e-07| +|npm|range-parser|5.27289277967152e-07| +|npm|proxy-addr|5.27289277967152e-07| +|npm|path-to-regexp|5.27289277967152e-07| +|npm|merge-descriptors|5.27289277967152e-07| +|npm|encodeurl|5.27289277967152e-07| +|npm|cookie-signature|5.27289277967152e-07| +|npm|cookie|5.27289277967152e-07| +|npm|content-type|5.27289277967152e-07| +|npm|array-flatten|5.27289277967152e-07| +|cran|vars|5.27289277967152e-07| +|cran|systemfit|5.27289277967152e-07| +|cran|poLCA|5.27289277967152e-07| +|cran|orcutt|5.27289277967152e-07| +|cran|muhaz|5.27289277967152e-07| +|cran|modeltests|5.27289277967152e-07| +|cran|lsmeans|5.27289277967152e-07| +|cran|lmodel2|5.27289277967152e-07| +|cran|Kendall|5.27289277967152e-07| +|cran|joineRML|5.27289277967152e-07| +|cran|gmm|5.27289277967152e-07| +|cran|glmnetUtils|5.27289277967152e-07| +|cran|ergm|5.27289277967152e-07| +|cran|cmprsk|5.27289277967152e-07| +|cran|btergm|5.27289277967152e-07| +|cran|binGroup|5.27289277967152e-07| +|cran|AUC|5.27289277967152e-07| +|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.242227042660933e-07| +|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.242227042660882e-07| +|cran|diagram|5.220163851874807e-07| +|pypi|[polars](https://pypi.org/project/polars)|5.210858746969503e-07| +|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.189804772234295e-07| +|pypi|[kfac](http://github.com/tensorflow/kfac)|5.162272651426673e-07| +|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.137572782281082e-07| +|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.113108149984559e-07| +|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.113108149984559e-07| +|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.113108149984559e-07| +|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.113108149984559e-07| +|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.113108149984559e-07| +|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.113108149984559e-07| +|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.113108149984559e-07| +|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.113108149984559e-07| +|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.113108149984559e-07| +|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.113108149984559e-07| +|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.113108149984559e-07| +|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.113108149984559e-07| +|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.113108149984559e-07| +|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.113108149984559e-07| +|pypi|[neomodel](https://neomodel.readthedocs.io)|5.113108149984559e-07| +|pypi|[faker](https://github.com/joke2k/faker)|5.113108149984559e-07| +|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.113108149984559e-07| +|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.113108149984559e-07| +|pypi|[kllr](https://github.com/afarahi/kllr)|5.113108149984559e-07| +|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.113108149984559e-07| +|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.113108149984559e-07| +|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.113108149984559e-07| +|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.113108149984559e-07| +|spack|[armadillo](http://arma.sourceforge.net/)|5.113108149984559e-07| +|spack|[nlopt](https://nlopt.readthedocs.io)|5.113108149984559e-07| +|spack|[petsc](https://www.mcs.anl.gov/petsc/index.html)|5.113108149984559e-07| +|spack|[arrayfire](https://arrayfire.org/docs/index.htm)|5.113108149984559e-07| +|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.113108149984559e-07| +|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.113108149984559e-07| +|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.113108149984559e-07| +|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.113108149984559e-07| +|cran|[msm](https://github.com/chjackson/msm)|5.113108149984559e-07| +|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.113108149984559e-07| +|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.113108149984559e-07| +|cran|[httr2](https://httr2.r-lib.org)|5.113108149984559e-07| +|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.113108149984559e-07| +|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.113108149984559e-07| +|cran|RISmed|5.113108149984559e-07| +|cran|[itsadug](NA)|5.113108149984559e-07| +|cran|sde|5.113108149984559e-07| +|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.113108149984559e-07| +|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.113108149984506e-07| +|pypi|[random](https://www.pytosquatting.org)|5.113108149984506e-07| +|pypi|[sys](https://github.com/stestagg/sys)|5.113108149984506e-07| +|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.113108149984506e-07| +|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.113108149984506e-07| +|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.113108149984506e-07| +|rubygems|[mini_racer](https://github.com/discourse/mini_racer)|5.049134621310568e-07| +|pypi|[usort](https://pypi.org/project/usort)|5.033215835140997e-07| +|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|4.986234803267718e-07| +|go|[golang.org/x/crypto](https://golang.org/x/crypto)|4.986234803267718e-07| +|rubygems|[stackprof](http://github.com/tmm1/stackprof)|4.984206263850445e-07| +|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.983662374035531e-07| +|pypi|[lightning](https://pypi.org/project/lightning)|4.983662374035531e-07| +|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.983662374035531e-07| +|pypi|[fvcore](https://pypi.org/project/fvcore)|4.983662374035531e-07| +|pypi|[types-redis](https://pypi.org/project/types-redis)|4.983662374035531e-07| +|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.983662374035531e-07| +|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.983662374035531e-07| +|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.955781745369674e-07| +|pypi|[ipytree](https://pypi.org/project/ipytree)|4.867285642773712e-07| +|pypi|[py3Dmol](https://3dmol.org)|4.862707881417221e-07| +|npm|assume|4.818612786345974e-07| +|npm|spawn-sync|4.818612786345974e-07| +|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.809959445439955e-07| +|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.793538890610505e-07| +|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.772234273318872e-07| +|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.772234273318872e-07| +|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.772234273318872e-07| +|cran|[contentid](https://github.com/cboettig/contentid)|4.772234273318828e-07| +|rubygems|[tzinfo-data](https://tzinfo.github.io)|4.707305915858767e-07| +|pypi|[furl](https://pypi.org/project/furl)|4.6870158041524633e-07| +|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.6870158041524633e-07| +|pypi|[pg8000](https://pypi.org/project/pg8000)|4.6870158041524633e-07| +|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.6870158041524633e-07| +|pypi|[flexmock](https://pypi.org/project/flexmock)|4.6870158041524633e-07| +|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.661951548515314e-07| +|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.613781182212581e-07| +|pypi|[stregion](https://pypi.org/project/stregion)|4.613781182212581e-07| +|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.613781182212581e-07| +|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.613781182212581e-07| +|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.613781182212581e-07| +|rubygems|xpath|4.5721083199216283e-07| +|rubygems|mini_mime|4.5721083199216283e-07| +|rubygems|matrix|4.5721083199216283e-07| +|rubygems|webdrivers|4.5721083199216283e-07| +|rubygems|selenium_statistics|4.5721083199216283e-07| +|rubygems|sauce_whisk|4.5721083199216283e-07| +|rubygems|rspec-instafail|4.5721083199216283e-07| +|rubygems|launchy|4.5721083199216283e-07| +|rubygems|erubi|4.5721083199216283e-07| +|cran|thematic|4.567643370390455e-07| +|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.5603397013375316e-07| +|pypi|[yajl](https://pypi.org/project/yajl)|4.5603397013375316e-07| +|npm|[request-promise](https://github.com/request/request-promise#readme)|4.544985022208483e-07| +|npm|grunt-release|4.5196223825755895e-07| +|npm|grunt-jsdoc|4.5196223825755895e-07| +|npm|grunt-mocha-istanbul|4.5196223825755895e-07| +|npm|help-me-test|4.5196223825755895e-07| +|npm|require-dir|4.5196223825755895e-07| +|npm|normalize-path|4.4973719339229096e-07| +|npm|homedir-polyfill|4.4973719339229096e-07| +|npm|eslint-config-gulp|4.4973719339229096e-07| +|npm|resolve-dir|4.4973719339229096e-07| +|npm|micromatch|4.4973719339229096e-07| +|npm|is-glob|4.4973719339229096e-07| +|npm|detect-file|4.4973719339229096e-07| +|pypi|[tinygp](https://github.com/dfm/tinygp)|4.4915146101824485e-07| +|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4739696312364515e-07| +|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4739696312364515e-07| +|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4739696312364515e-07| +|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4739696312364515e-07| +|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4739696312364515e-07| +|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4739696312364515e-07| +|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4739696312364515e-07| +|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4739696312364515e-07| +|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4739696312364515e-07| +|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4739696312364515e-07| +|pypi|[tatter](https://github.com/afarahi/tatter)|4.4739696312364515e-07| +|pypi|[pepita](https://pypi.org/project/pepita)|4.4739696312364515e-07| +|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4739696312364515e-07| +|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4739696312364515e-07| +|pypi|[plotly_express](https://plotly.express/)|4.4739696312364515e-07| +|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4739696312364515e-07| +|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4739696312364515e-07| +|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4739696312364515e-07| +|pypi|[clint](https://github.com/kennethreitz/clint)|4.4739696312364515e-07| +|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4739696312364515e-07| +|pypi|[sgdml](http://www.sgdml.org)|4.4739696312364515e-07| +|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4739696312364515e-07| +|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4739696312364515e-07| +|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4739696312364515e-07| +|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4739696312364515e-07| +|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4739696312364515e-07| +|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4739696312364515e-07| +|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4739696312364515e-07| +|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4739696312364515e-07| +|npm|[vuetify](https://vuetifyjs.com)|4.4739696312364515e-07| +|cran|Rlabkey|4.4739696312364515e-07| +|cran|[fishtree](https://fishtreeoflife.org/)|4.4739696312364515e-07| +|cran|ggvenn|4.4739696312364515e-07| +|cran|COUNT|4.4739696312364515e-07| +|pypi|[findiff](https://github.com/maroba/findiff)|4.473969631236443e-07| +|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.473969631236443e-07| +|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.473969631236443e-07| +|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.473969631236443e-07| +|npm|[gpu.js](http://gpu.rocks/)|4.473969631236401e-07| +|go|[golang.org/x/net](https://golang.org/x/net)|4.467513686602624e-07| +|pypi|[blessed](https://github.com/jquast/blessed)|4.4590563991323525e-07| +|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.429229934924105e-07| +|cran|QSARdata|4.374548083875632e-07| +|cran|dimRed|4.374548083875632e-07| +|cran|ddalpha|4.374548083875632e-07| +|pypi|[time-machine](https://pypi.org/project/time-machine)|4.357701998086794e-07| +|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.346801907479016e-07| +|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.346141927486865e-07| +|npm|karma-tap-reporter|4.253762242424084e-07| +|npm|karma-spec-reporter|4.253762242424084e-07| +|npm|karma-html-reporter|4.253762242424084e-07| +|npm|karma-chai-sinon|4.253762242424084e-07| +|npm|eslint-plugin-mocha|4.253762242424084e-07| +|npm|eslint-config-nfl|4.253762242424084e-07| +|npm|babel-plugin-transform-class-properties|4.253762242424084e-07| +|npm|react-side-effect|4.253762242424084e-07| +|npm|react-fast-compare|4.253762242424084e-07| +|rubygems|webpacker|4.253762242424084e-07| +|rubygems|rubocop-discourse|4.253762242424084e-07| +|rubygems|dalli|4.253762242424084e-07| +|go|[github.com/fatih/color](https://github.com/fatih/color)|4.248852343237653e-07| +|pypi|[playwright](https://pypi.org/project/playwright)|4.233433629557064e-07| +|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1834521227146186e-07| +|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.1785188065321496e-07| +|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.1785188065321496e-07| +|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.120761502454632e-07| +|npm|tslint-config-semistandard|4.1011388286334057e-07| +|npm|eslint-plugin-dependencies|4.1011388286334057e-07| +|npm|eslint-config-semistandard|4.1011388286334057e-07| +|npm|doctoc|4.1011388286334057e-07| +|npm|snappy|4.1011388286334057e-07| +|npm|optional|4.1011388286334057e-07| +|npm|nested-error-stacks|4.1011388286334057e-07| +|npm|denque|4.1011388286334057e-07| +|npm|buffermaker|4.1011388286334057e-07| +|npm|buffer-crc32|4.1011388286334057e-07| +|npm|binary|4.1011388286334057e-07| +|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.093828420739238e-07| +|npm|safe-publish-latest|4.0618369676903753e-07| +|npm|object-keys|4.0618369676903753e-07| +|npm|npmignore|4.0618369676903753e-07| +|npm|mv|4.0618369676903753e-07| +|npm|eclint|4.0618369676903753e-07| +|npm|copy-dir|4.0618369676903753e-07| +|npm|aud|4.0618369676903753e-07| +|npm|array.prototype.map|4.0618369676903753e-07| +|npm|supports-preserve-symlinks-flag|4.0618369676903753e-07| +|npm|path-parse|4.0618369676903753e-07| +|npm|is-core-module|4.0618369676903753e-07| +|rubygems|hashdiff|4.060127440347071e-07| +|rubygems|crack|4.060127440347071e-07| +|rubygems|patron|4.060127440347071e-07| +|rubygems|httpclient|4.060127440347071e-07| +|rubygems|http|4.060127440347071e-07| +|rubygems|excon|4.060127440347071e-07| +|rubygems|em-http-request|4.060127440347071e-07| +|rubygems|curb|4.060127440347071e-07| +|rubygems|async-http|4.060127440347071e-07| +|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.013015184381753e-07| +|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.976861894432407e-07| +|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.976861894432407e-07| +|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.976861894432407e-07| +|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.976861894432407e-07| +|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.976861894432407e-07| +|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.976861894432407e-07| +|pypi|[fleck](https://github.com/bmorris3/fleck)|3.976861894432407e-07| +|pypi|[modAL](https://modAL-python.github.io/)|3.976861894432407e-07| +|pypi|[sk-video](http://scikit-video.org/)|3.976861894432407e-07| +|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.976861894432407e-07| +|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.976861894432407e-07| +|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.976861894432407e-07| +|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.976861894432407e-07| +|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.976861894432407e-07| +|pypi|[injector](https://github.com/alecthomas/injector)|3.976861894432407e-07| +|pypi|[yabox](https://github.com/pablormier/yabox)|3.976861894432407e-07| +|pypi|[htof](https://pypi.org/project/htof)|3.976861894432407e-07| +|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.976861894432407e-07| +|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.976861894432407e-07| +|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.976861894432407e-07| +|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.976861894432407e-07| +|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.976861894432407e-07| +|pypi|[acor](http://github.com/dfm/acor)|3.976861894432407e-07| +|pypi|[retriever](https://github.com/weecology/retriever)|3.976861894432407e-07| +|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.976861894432407e-07| +|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.976861894432407e-07| +|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.976861894432407e-07| +|pypi|[dca](https://github.com/theislab/dca)|3.976861894432407e-07| +|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.976861894432407e-07| +|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.976861894432407e-07| +|pypi|[publib](https://github.com/erwanp/publib)|3.976861894432407e-07| +|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.976861894432407e-07| +|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.976861894432407e-07| +|npm|[rjsf](https://www.rjsf.io/)|3.976861894432407e-07| +|npm|[config](http://github.com/node-config/node-config.git)|3.976861894432407e-07| +|npm|[line-height](https://github.com/twolfson/line-height)|3.976861894432407e-07| +|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.976861894432407e-07| +|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.976861894432407e-07| +|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.976861894432407e-07| +|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.976861894432407e-07| +|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.976861894432407e-07| +|cran|[babette](https://docs.ropensci.org/babette/)|3.976861894432407e-07| +|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.976861894432407e-07| +|cran|treeman|3.976861894432407e-07| +|cran|[treemapify](https://wilkox.org/treemapify/)|3.976861894432407e-07| +|cran|[restez](https://github.com/ropensci/restez#readme)|3.976861894432407e-07| +|cran|[spocc](https://github.com/ropensci/spocc)|3.976861894432407e-07| +|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.976861894432407e-07| +|cran|[memuse](https://github.com/shinra-dev/memuse)|3.976861894432407e-07| +|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.976861894432407e-07| +|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.976861894432407e-07| +|cran|[minerva](https://www.r-project.org)|3.976861894432407e-07| +|cran|mcclust|3.976861894432407e-07| +|cran|[rdist](https://github.com/blasern/rdist)|3.976861894432407e-07| +|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.976861894432407e-07| +|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.976861894432407e-07| +|cran|[corrr](https://github.com/tidymodels/corrr)|3.976861894432407e-07| +|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.976861894432407e-07| +|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.976861894432407e-07| +|rubygems|[wdm](https://github.com/Maher4Ever/wdm)|3.976861894432407e-07| +|rubygems|[just-the-docs](https://github.com/just-the-docs/just-the-docs)|3.976861894432407e-07| +|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.9768618944323937e-07| +|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.9768618944323937e-07| +|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.9768618944323937e-07| +|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.9768618944323937e-07| +|pypi|[vmad](https://pypi.org/project/vmad)|3.9768618944323937e-07| +|pypi|[abopt](https://pypi.org/project/abopt)|3.9768618944323937e-07| +|pypi|[fastpm](https://pypi.org/project/fastpm)|3.9768618944323937e-07| +|pypi|[python-sat](https://github.com/pysathq/pysat)|3.937093275488093e-07| +|pypi|[single-source](https://github.com/rabbit72/single-source)|3.937093275488093e-07| +|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8556887797668704e-07| +|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.812989248325946e-07| +|pypi|[panflute](https://pypi.org/project/panflute)|3.812989248325946e-07| +|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.812989248325946e-07| +|cran|shinycustomloader|3.793148165613502e-07| +|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7856666110462206e-07| +|pypi|[pypng](https://pypi.org/project/pypng)|3.7856666110462206e-07| +|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7856666110462206e-07| +|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7856666110462206e-07| +|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.767553373672812e-07| +|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.6849150095401154e-07| +|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.656453362255959e-07| +|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.6342399466043714e-07| +|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.6342399466043714e-07| +|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.6342399466043714e-07| +|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.6342399466043714e-07| +|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.6342399466043714e-07| +|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.6342399466043714e-07| +|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.6342399466043714e-07| +|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.6342399466043714e-07| +|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.6342399466043714e-07| +|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.6342399466043714e-07| +|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.6342399466043714e-07| +|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.6342399466043714e-07| +|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.6342399466043714e-07| +|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.6342399466043714e-07| +|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.6342399466043714e-07| +|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.6342399466043714e-07| +|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.6342399466043714e-07| +|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.6342399466043714e-07| +|rubygems|rspec-extra-formatters|3.615697906060472e-07| +|rubygems|paranoia|3.615697906060472e-07| +|rubygems|paper_trail|3.615697906060472e-07| +|rubygems|discard|3.615697906060472e-07| +|rubygems|database_cleaner|3.615697906060472e-07| +|rubygems|after_commit_action|3.615697906060472e-07| +|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.5791757049892214e-07| +|pypi|[pypka](https://pypka.org)|3.5791757049892214e-07| +|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.5791757049892214e-07| +|pypi|[clldutils](https://github.com/clld/clldutils)|3.5791757049892214e-07| +|cran|scatterpie|3.5791757049892214e-07| +|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.579175704989171e-07| +|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.579175704989171e-07| +|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.579175704989171e-07| +|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.579175704989171e-07| +|pypi|[cora](https://heycora.com)|3.579175704989171e-07| +|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.579175704989171e-07| +|pypi|[slab](http://github.com/DrMarc/slab.git)|3.579175704989171e-07| +|pypi|[libroadrunner](http://libroadrunner.org)|3.579175704989171e-07| +|pypi|[muse-origin](https://github.com/musevlt/origin)|3.579175704989171e-07| +|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.579175704989171e-07| +|pypi|[fsps](https://github.com/dfm/python-fsps)|3.579175704989171e-07| +|pypi|[st-pages](https://pypi.org/project/st-pages)|3.579175704989171e-07| +|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.579175704989171e-07| +|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.579175704989171e-07| +|spack|[silo](https://wci.llnl.gov/simulation/computer-codes/silo)|3.579175704989171e-07| +|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.579175704989171e-07| +|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.579175704989171e-07| +|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.579175704989171e-07| +|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.579175704989171e-07| +|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.579175704989171e-07| +|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.579175704989171e-07| +|cran|pmsampsize|3.579175704989171e-07| +|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.579175704989171e-07| +|cran|[scrapeR](http://www.ryanacton.com)|3.579175704989171e-07| +|cran|ggm|3.579175704989171e-07| +|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.579175704989171e-07| +|cran|[jmvcore](https://www.jamovi.org)|3.579175704989171e-07| +|cran|[liger](https://github.com/JEFworks/liger)|3.579175704989171e-07| +|cran|[drat](https://github.com/eddelbuettel/drat)|3.579175704989171e-07| +|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.5791757049891537e-07| +|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.5791757049891537e-07| +|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.5791757049891537e-07| +|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.5791757049891537e-07| +|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.5791757049891537e-07| +|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.5791757049891537e-07| +|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.5791757049891537e-07| +|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.579175704989121e-07| +|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.579175704989121e-07| +|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.579175704989121e-07| +|cran|[cowsay](https://github.com/sckott/cowsay)|3.579175704989121e-07| +|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5013675374893897e-07| +|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.3593367555453755e-07| +|go|github.com/opencontainers/go-digest|3.339518506902025e-07| +|go|github.com/opencontainers/image-spec|3.339518506902025e-07| +|pypi|[grpcio-reflection](https://grpc.io)|3.310737527114992e-07| +|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.2537960954447286e-07| +|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.253796095444685e-07| +|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.253796095444685e-07| +|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.253796095444685e-07| +|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.253796095444685e-07| +|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.253796095444685e-07| +|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.253796095444685e-07| +|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2537960954446783e-07| +|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2537960954446783e-07| +|pypi|[bravado](https://github.com/Yelp/bravado)|3.2537960954446783e-07| +|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2537960954446783e-07| +|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2537960954446783e-07| +|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2537960954446783e-07| +|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2537960954446783e-07| +|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2537960954446783e-07| +|pypi|[energyflow](https://energyflow.network)|3.2537960954446783e-07| +|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2537960954446783e-07| +|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2537960954446783e-07| +|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2537960954446783e-07| +|pypi|[OpenNMT-py](https://opennmt.net/)|3.2537960954446783e-07| +|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2537960954446783e-07| +|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2537960954446783e-07| +|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2537960954446783e-07| +|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2537960954446783e-07| +|pypi|[amply](http://github.com/willu47/amply)|3.2537960954446783e-07| +|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2537960954446783e-07| +|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2537960954446783e-07| +|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2537960954446783e-07| +|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2537960954446783e-07| +|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2537960954446783e-07| +|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2537960954446783e-07| +|pypi|[fastcluster](http://danifold.net)|3.2537960954446783e-07| +|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2537960954446783e-07| +|pypi|[dask-image](https://github.com/dask/dask-image)|3.2537960954446783e-07| +|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2537960954446783e-07| +|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2537960954446783e-07| +|pypi|[biomaj](http://biomaj.genouest.org)|3.2537960954446783e-07| +|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2537960954446783e-07| +|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2537960954446783e-07| +|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2537960954446783e-07| +|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2537960954446783e-07| +|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2537960954446783e-07| +|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2537960954446783e-07| +|cran|pbs|3.2537960954446783e-07| +|cran|[sofa](https://github.com/ropensci/sofa)|3.2537960954446783e-07| +|cran|[elastic](https://docs.ropensci.org/elastic)|3.2537960954446783e-07| +|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2537960954446783e-07| +|cran|[genie](http://genieclust.gagolewski.com/)|3.2537960954446783e-07| +|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2537960954446783e-07| +|cran|lspline|3.2537960954446783e-07| +|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2537960954446783e-07| +|cran|[irr](https://www.r-project.org)|3.2537960954446783e-07| +|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2537960954446783e-07| +|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2537960954446783e-07| +|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.221258134490249e-07| +|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.221258134490249e-07| +|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.1314580271966115e-07| +|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.0323571945047096e-07| +|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.0035040881027866e-07| +|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.0035040881027866e-07| +|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.0035040881027866e-07| +|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.0035040881027866e-07| +|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.0035040881027866e-07| +|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.0035040881027866e-07| +|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.0035040881027866e-07| +|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.0035040881027866e-07| +|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.982646420824318e-07| +|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.982646420824318e-07| +|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.982646420824318e-07| +|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.982646420824318e-07| +|pypi|[daft](http://daft-pgm.org)|2.982646420824318e-07| +|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.982646420824318e-07| +|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.982646420824318e-07| +|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.982646420824318e-07| +|pypi|[k2sc](https://github.com/OxES/k2sc)|2.982646420824318e-07| +|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.982646420824318e-07| +|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.982646420824318e-07| +|pypi|[plonk](https://github.com/dmentipl/plonk)|2.982646420824318e-07| +|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.982646420824318e-07| +|pypi|[iScore](https://github.com/DeepRank/iScore)|2.982646420824318e-07| +|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.982646420824318e-07| +|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.982646420824318e-07| +|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.982646420824318e-07| +|npm|[echarts](https://echarts.apache.org)|2.982646420824318e-07| +|npm|[element-plus](https://element-plus.org/)|2.982646420824318e-07| +|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.982646420824318e-07| +|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.982646420824318e-07| +|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.982646420824318e-07| +|cran|[strex](https://rorynolan.github.io/strex/)|2.982646420824318e-07| +|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.982646420824318e-07| +|cran|[signs](https://benjaminwolfe.github.io/signs)|2.982646420824318e-07| +|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.982646420824318e-07| +|cran|rje|2.982646420824318e-07| +|cran|[usefun](https://github.com/bblodfon/usefun)|2.982646420824318e-07| +|cran|rCAT|2.982646420824318e-07| +|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.982646420824295e-07| +|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.982646420824295e-07| +|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.982646420824295e-07| +|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.982646420824295e-07| +|go|[golang.org/x/tools](https://golang.org/x/tools)|2.982646420824295e-07| +|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.9528199566160517e-07| +|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.867929250792611e-07| +|rubygems|[activerecord-jdbcmysql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|2.8633405639913266e-07| +|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.753212080760955e-07| +|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.753212080760955e-07| +|cran|[repr](https://github.com/IRkernel/repr/)|2.753212080760955e-07| +|cran|[odin](https://github.com/mrc-ide/odin)|2.753212080760955e-07| +|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.753212080760905e-07| +|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.753212080760905e-07| +|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.753212080760905e-07| +|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.753212080760905e-07| +|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.753212080760905e-07| +|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.753212080760905e-07| +|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.753212080760905e-07| +|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.753212080760905e-07| +|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.753212080760905e-07| +|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.753212080760905e-07| +|pypi|[einsteinpy](https://einsteinpy.org/)|2.753212080760905e-07| +|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.753212080760905e-07| +|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.753212080760905e-07| +|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.753212080760905e-07| +|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.753212080760905e-07| +|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.753212080760905e-07| +|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.753212080760905e-07| +|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.753212080760905e-07| +|spack|[lua](https://www.lua.org)|2.753212080760905e-07| +|cran|R2jags|2.753212080760905e-07| +|cran|[bib2df](https://github.com/ropensci/bib2df)|2.753212080760905e-07| +|cran|[plumber](https://www.rplumber.io)|2.753212080760905e-07| +|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.753212080760905e-07| +|cran|[likert](http://jason.bryer.org/likert)|2.753212080760905e-07| +|cran|[pwr](https://github.com/heliosdrm/pwr)|2.753212080760905e-07| +|cran|[waiter](https://waiter.john-coene.com/)|2.753212080760905e-07| +|npm|[aws-amplify](https://aws-amplify.github.io/)|2.753212080760888e-07| +|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.753212080760888e-07| +|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.7475118487096227e-07| +|pypi|[outcome](https://github.com/python-trio/outcome)|2.723582274558389e-07| +|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5565540749922795e-07| +|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5565540749922795e-07| +|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5565540749922795e-07| +|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5565540749922795e-07| +|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5565540749922795e-07| +|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5565540749922795e-07| +|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5565540749922795e-07| +|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5565540749922795e-07| +|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5565540749922795e-07| +|pypi|[cloup](https://github.com/janLuke/cloup)|2.5565540749922795e-07| +|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5565540749922795e-07| +|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5565540749922795e-07| +|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5565540749922795e-07| +|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5565540749922795e-07| +|pypi|[dace-query](https://dace.unige.ch/)|2.5565540749922795e-07| +|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5565540749922795e-07| +|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5565540749922795e-07| +|pypi|[dash_auth](https://plotly.com/dash)|2.5565540749922795e-07| +|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5565540749922795e-07| +|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5565540749922795e-07| +|spack|[opencv](https://opencv.org/)|2.5565540749922795e-07| +|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5565540749922795e-07| +|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5565540749922795e-07| +|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5565540749922795e-07| +|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5565540749922795e-07| +|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5565540749922795e-07| +|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5565540749922795e-07| +|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5565540749922795e-07| +|npm|[cpx](https://github.com/mysticatea/cpx)|2.5565540749922795e-07| +|npm|tls|2.5565540749922795e-07| +|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5565540749922795e-07| +|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5565540749922795e-07| +|cran|[anomalize](https://github.com/business-science/anomalize)|2.5565540749922795e-07| +|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5565540749922795e-07| +|cran|[depmixS4](https://depmix.github.io/)|2.5565540749922795e-07| +|cran|GeoLight|2.5565540749922795e-07| +|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5565540749922795e-07| +|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5565540749922795e-07| +|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5565540749922795e-07| +|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5565540749922795e-07| +|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5565540749922795e-07| +|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5565540749922795e-07| +|cran|sphereplot|2.5565540749922795e-07| +|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5139448404090633e-07| +|pypi|[retry](https://github.com/invl/retry)|2.5139448404090633e-07| +|go|github.com/docker/distribution|2.5071520638812917e-07| +|go|golang.org/x/sync|2.5071520638812917e-07| +|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.386117136659436e-07| +|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.386117136659436e-07| +|npm|[cesium](http://cesium.com/cesiumjs/)|2.386117136659436e-07| +|pypi|[ficus](https://github.com/camillescott/ficus)|2.386117136659414e-07| +|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.386117136659414e-07| +|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.386117136659414e-07| +|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.386117136659414e-07| +|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.386117136659414e-07| +|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.386117136659414e-07| +|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.386117136659414e-07| +|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.386117136659414e-07| +|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.386117136659414e-07| +|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.386117136659414e-07| +|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.386117136659414e-07| +|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.386117136659414e-07| +|cran|[COVID19](https://covid19datahub.io)|2.386117136659414e-07| +|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.386117136659414e-07| +|cran|[iotools](http://www.rforge.net/iotools)|2.386117136659414e-07| +|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.386117136659414e-07| +|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.386117136659414e-07| +|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.362255965292836e-07| +|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.236984815618251e-07| +|pypi|[frites](https://github.com/brainets/frites)|2.2369848156182257e-07| +|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2369848156182257e-07| +|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2369848156182257e-07| +|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2369848156182257e-07| +|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2369848156182257e-07| +|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2369848156182257e-07| +|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2369848156182257e-07| +|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2369848156182257e-07| +|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2369848156182257e-07| +|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2369848156182257e-07| +|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2369848156182257e-07| +|pypi|[pirecorder](https://github.com/jollejolles)|2.2369848156182257e-07| +|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2369848156182257e-07| +|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2369848156182257e-07| +|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2369848156182257e-07| +|npm|express-flash|2.2369848156182257e-07| +|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2369848156182257e-07| +|cran|[rplos](https://docs.ropensci.org/rplos)|2.2369848156182257e-07| +|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2369848156182257e-07| +|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2369848156182257e-07| +|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2369848156182257e-07| +|cran|ggnewscale|2.2369848156182257e-07| +|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2369848156182257e-07| +|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2369848156182257e-07| +|cran|[stabs](https://github.com/hofnerb/stabs)|2.2369848156182257e-07| +|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2369848156182257e-07| +|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2369848156182257e-07| +|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2369848156182257e-07| +|cran|[sortable](https://rstudio.github.io/sortable/)|2.2369848156182257e-07| +|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2369848156182257e-07| +|cran|[lunar](http://statistics.lazaridis.eu)|2.2369848156182257e-07| +|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2369848156182257e-07| +|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2369848156182257e-07| +|cran|randomcoloR|2.2369848156182257e-07| +|cran|[greta](https://greta-stats.org)|2.2369848156182257e-07| +|cran|shinyMatrix|2.2369848156182257e-07| +|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2369848156182257e-07| +|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2369848156182257e-07| +|cran|[UNF](https://github.com/leeper/UNF)|2.2369848156182257e-07| +|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2369848156182215e-07| +|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2146149674620524e-07| +|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.2146149674620273e-07| +|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.2071583514099844e-07| +|go|[github.com/docker/docker](https://github.com/docker/docker)|2.2032722513499125e-07| +|go|github.com/davecgh/go-spew|2.1456191643874374e-07| +|go|github.com/onsi/ginkgo|2.1456191643874374e-07| +|go|github.com/onsi/gomega|2.1456191643874374e-07| +|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1053974735230344e-07| +|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1053974735230344e-07| +|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1053974735230344e-07| +|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1053974735230344e-07| +|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1053974735230344e-07| +|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1053974735230344e-07| +|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1053974735230344e-07| +|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1053974735230344e-07| +|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1053974735230344e-07| +|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1053974735230344e-07| +|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1053974735230344e-07| +|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1053974735230344e-07| +|pypi|[pre_commit](https://github.com/pre-commit/pre-commit)|2.1053974735230344e-07| +|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1053974735230344e-07| +|npm|[root](https://github.com/mafintosh/root#readme)|2.1053974735230344e-07| +|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1053974735230344e-07| +|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1053974735230344e-07| +|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.1053974735230095e-07| +|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.1053974735230095e-07| +|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.1053974735230095e-07| +|cran|[wpp2015](http://esa.un.org/wpp)|2.084343498787798e-07| +|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9884309472162035e-07| +|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9884309472162035e-07| +|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9884309472162035e-07| +|pypi|[pymunk](http://www.pymunk.org)|1.9884309472162035e-07| +|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9884309472162035e-07| +|pypi|[kplr](https://github.com/dfm/kplr)|1.9884309472162035e-07| +|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9884309472162035e-07| +|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9884309472162035e-07| +|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9884309472162035e-07| +|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9884309472162035e-07| +|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9884309472162035e-07| +|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9884309472162035e-07| +|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9884309472162035e-07| +|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9884309472162035e-07| +|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9884309472162035e-07| +|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9884309472162035e-07| +|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9884309472162035e-07| +|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9884309472162035e-07| +|cran|[ascii](https://github.com/mclements/ascii)|1.9884309472162035e-07| +|cran|smoother|1.9884309472162035e-07| +|cran|[ptw](https://github.com/rwehrens/ptw)|1.9884309472162035e-07| +|cran|cvTools|1.9884309472162035e-07| +|cran|[FedData](https://github.com/ropensci/FedData)|1.9884309472162035e-07| +|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9884309472162035e-07| +|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9884309472162035e-07| +|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9884309472162035e-07| +|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9884309472162035e-07| +|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9884309472162035e-07| +|go|github.com/bradfitz/gomemcache|1.9884309472161969e-07| +|go|github.com/docker/libtrust|1.9884309472161969e-07| +|go|github.com/phayes/permbits|1.9884309472161969e-07| +|go|github.com/spf13/afero|1.9884309472161969e-07| +|go|github.com/spf13/viper|1.9884309472161969e-07| +|go|github.com/sylabs/sif|1.9884309472161969e-07| +|go|github.com/vmihailenco/msgpack|1.9884309472161969e-07| +|go|google.golang.org/appengine|1.9884309472161969e-07| +|cran|[longitudinalData](http:www.r-project.org)|1.9685466377440466e-07| +|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.883776686836406e-07| +|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.883776686836406e-07| +|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-r](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.883776686836406e-07| +|cran|[nabor](https://github.com/jefferis/nabor)|1.883776686836406e-07| +|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.883776686836406e-07| +|cran|[turner](http://www.gastonsanchez.com)|1.883776686836406e-07| +|cran|[blocksdesign]()|1.883776686836406e-07| +|cran|shinyhelper|1.883776686836406e-07| +|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.883776686836406e-07| +|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.883776686836397e-07| +|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.883776686836397e-07| +|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.883776686836397e-07| +|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.883776686836397e-07| +|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.883776686836397e-07| +|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.883776686836397e-07| +|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.883776686836397e-07| +|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.883776686836397e-07| +|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.883776686836397e-07| +|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.883776686836397e-07| +|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.883776686836397e-07| +|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.883776686836397e-07| +|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.883776686836397e-07| +|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.883776686836397e-07| +|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.883776686836397e-07| +|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.883776686836397e-07| +|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7895878524945856e-07| +|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7895878524945856e-07| +|cran|[sensitivity](NA)|1.7895878524945856e-07| +|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7895878524945856e-07| +|cran|[symengine](https://github.com/symengine/symengine.R)|1.7895878524945856e-07| +|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.7895878524945768e-07| +|go|[github.com/biogo/store](https://github.com/biogo/store)|1.7895878524945768e-07| +|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.7895878524945768e-07| +|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.7895878524945768e-07| +|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.7895878524945768e-07| +|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.7895878524945768e-07| +|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.7895878524945768e-07| +|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.7895878524945768e-07| +|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.7895878524945768e-07| +|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.7895878524945768e-07| +|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7380306786489024e-07| +|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.704369383328178e-07| +|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.704369383328178e-07| +|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.704369383328178e-07| +|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.704369383328178e-07| +|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.704369383328178e-07| +|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.704369383328178e-07| +|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.704369383328178e-07| +|cran|[desplot](https://kwstat.github.io/desplot/)|1.704369383328178e-07| +|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.704369383328178e-07| +|cran|PairedData|1.704369383328178e-07| +|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.704369383328178e-07| +|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.7043693833281684e-07| +|pypi|[torchdata](https://github.com/pytorch/data)|1.6873256894948865e-07| +|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6268980477223426e-07| +|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6268980477223426e-07| +|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6268980477223426e-07| +|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6268980477223426e-07| +|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6268980477223426e-07| +|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6268980477223426e-07| +|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6268980477223426e-07| +|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6268980477223426e-07| +|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6268980477223426e-07| +|go|github.com/antchfx/jsonquery|1.6268980477223426e-07| +|go|github.com/bhmj/jsonslice|1.6268980477223426e-07| +|go|github.com/codegangsta/negroni|1.6268980477223426e-07| +|go|github.com/evanphx/json-patch/v5|1.6268980477223426e-07| +|go|github.com/gorilla/context|1.6268980477223426e-07| +|go|github.com/grandcat/zeroconf|1.6268980477223426e-07| +|go|github.com/justinas/alice|1.6268980477223426e-07| +|go|github.com/kelseyhightower/envconfig|1.6268980477223426e-07| +|go|github.com/linksmart/go-sec|1.6268980477223426e-07| +|go|github.com/linksmart/service-catalog/v3|1.6268980477223426e-07| +|go|github.com/miekg/dns|1.6268980477223426e-07| +|go|github.com/rs/cors|1.6268980477223426e-07| +|go|github.com/satori/go.uuid|1.6268980477223426e-07| +|go|github.com/syndtr/goleveldb|1.6268980477223426e-07| +|go|github.com/xeipuuv/gojsonschema|1.6268980477223426e-07| +|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6268980477223392e-07| +|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6268980477223392e-07| +|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6268980477223392e-07| +|pypi|[astral](https://github.com/sffjunkie/astral)|1.6268980477223392e-07| +|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6268980477223392e-07| +|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6268980477223392e-07| +|cran|harmonicmeanp|1.6268980477223392e-07| +|cran|NBPSeq|1.6268980477223392e-07| +|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6268980477223392e-07| +|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6106290672451246e-07| +|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6106290672451246e-07| +|spack|[clapack](https://www.netlib.org/clapack/)|1.5561633499952765e-07| +|spack|[qwt](http://qwt.sourceforge.net/)|1.5561633499952765e-07| +|cran|[ggtern](http://www.ggtern.com)|1.5561633499952765e-07| +|cran|[dams](https://github.com/jsta/dams)|1.5561633499952765e-07| +|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5561633499952765e-07| +|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5561633499952765e-07| +|pypi|[your](https://github.com/thepetabyteproject/your)|1.5561633499952514e-07| +|cran|[coro](https://github.com/r-lib/coro)|1.5406017164953343e-07| +|rubygems|[groupdate](https://github.com/ankane/groupdate)|1.525816400312844e-07| +|rubygems|[jbuilder](https://github.com/rails/jbuilder)|1.525816400312844e-07| +|pypi|[Pyside6](https://www.pyside.org)|1.491323210412159e-07| +|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.491323210412159e-07| +|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.491323210412159e-07| +|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.491323210412159e-07| +|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.491323210412159e-07| +|pypi|[demandlib](https://github.com/oemof/demandlib)|1.491323210412159e-07| +|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.491323210412159e-07| +|pypi|[dhnx](https://pypi.org/project/dhnx)|1.491323210412159e-07| +|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.491323210412159e-07| +|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.491323210412159e-07| +|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.491323210412159e-07| +|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.491323210412159e-07| +|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.491323210412159e-07| +|pypi|[turbustat](https://turbustat.readthedocs.org)|1.491323210412159e-07| +|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.491323210412159e-07| +|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.491323210412159e-07| +|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.491323210412159e-07| +|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.491323210412159e-07| +|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.491323210412159e-07| +|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.491323210412159e-07| +|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.491323210412159e-07| +|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.491323210412159e-07| +|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.491323210412159e-07| +|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.491323210412159e-07| +|cran|[ucminf](NA)|1.4764099783080349e-07| +|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4316702819956885e-07| +|rubygems|[net-ldap](http://github.com/ruby-ldap/ruby-net-ldap)|1.4316702819956885e-07| +|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4316702819956633e-07| +|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4316702819956633e-07| +|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4316702819956633e-07| +|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4316702819956633e-07| +|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4316702819956633e-07| +|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4316702819956633e-07| +|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4316702819956633e-07| +|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4316702819956633e-07| +|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4316702819956633e-07| +|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4316702819956633e-07| +|rubygems|[rack-openid](https://github.com/grosser/rack-openid)|1.4316702819956633e-07| +|rubygems|[activerecord-jdbcpostgresql-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4316702819956633e-07| +|rubygems|[activerecord-jdbcsqlite3-adapter](https://github.com/jruby/activerecord-jdbc-adapter)|1.4316702819956633e-07| +|rubygems|[tiny_tds](http://github.com/rails-sqlserver/tiny_tds)|1.4316702819956633e-07| +|rubygems|[shoulda](https://github.com/thoughtbot/shoulda)|1.4316702819956633e-07| +|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3766060403804525e-07| +|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3766060403804525e-07| +|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3766060403804525e-07| +|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3766060403804525e-07| +|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3766060403804525e-07| +|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3766060403804525e-07| +|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3766060403804525e-07| +|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3766060403804525e-07| +|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3766060403804525e-07| +|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3766060403804525e-07| +|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3766060403804525e-07| +|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3766060403804525e-07| +|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3766060403804525e-07| +|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3766060403804525e-07| +|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3766060403804525e-07| +|pypi|[authlib](https://authlib.org/)|1.3766060403804525e-07| +|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3766060403804525e-07| +|npm|[download](https://github.com/kevva/download#readme)|1.3766060403804525e-07| +|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3766060403804525e-07| +|npm|pipeline|1.3766060403804525e-07| +|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.376606040380444e-07| +|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.376606040380444e-07| +|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.376606040380444e-07| +|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.376606040380444e-07| +|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.376606040380444e-07| +|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.376606040380444e-07| +|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.376606040380444e-07| +|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.376606040380444e-07| +|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.376606040380444e-07| +|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.376606040380444e-07| +|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.370905808329179e-07| +|go|[github.com/google/shlex](https://github.com/google/shlex)|1.370905808329179e-07| +|pypi|[fspath](https://github.com/return42/fspath)|1.3628399799766497e-07| +|go|github.com/containernetworking/cni|1.3510875596858282e-07| +|go|github.com/containernetworking/plugins|1.3510875596858282e-07| +|go|github.com/containers/common|1.3510875596858282e-07| +|go|github.com/containers/image/v5|1.3510875596858282e-07| +|go|github.com/cyphar/filepath-securejoin|1.3510875596858282e-07| +|go|github.com/moby/term|1.3510875596858282e-07| +|go|github.com/opencontainers/runc|1.3510875596858282e-07| +|go|github.com/opencontainers/runtime-spec|1.3510875596858282e-07| +|go|github.com/opencontainers/runtime-tools|1.3510875596858282e-07| +|go|github.com/opencontainers/selinux|1.3510875596858282e-07| +|go|gopkg.in/yaml.v2|1.3510875596858282e-07| +|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.342190889370958e-07| +|pypi|[geobo](https://github.com/sebhaan/geobo)|1.3256206314774688e-07| +|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.3256206314774688e-07| +|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.3256206314774688e-07| +|npm|[cover](http://www.cover.io)|1.3123644251626977e-07| +|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3123644251626977e-07| +|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3123644251626977e-07| +|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2782770374961397e-07| +|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2782770374961397e-07| +|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2782770374961397e-07| +|cran|[audio](http://www.rforge.net/audio/)|1.2654942671211586e-07| +|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2341985189617824e-07| +|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2341985189617824e-07| +|npm|[sendgrid](https://sendgrid.com)|1.2132798999963313e-07| +|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2132798999963313e-07| +|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2132798999963313e-07| +|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2132798999963313e-07| +|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2132798999963313e-07| +|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.193058568329707e-07| +|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.193058568329707e-07| +|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.181127982646418e-07| +|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.1430270799804077e-07| +|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.1430270799804077e-07| +|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1073074837310262e-07| +|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0845986984815678e-07| +|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0845986984815678e-07| +|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0845986984815678e-07| +|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0845986984815678e-07| +|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0526987367615172e-07| +|pypi|[drop](https://github.com/cod3monk/drop)|1.0226216299969042e-07| +|npm|[dedent](https://github.com/dmnd/dedent)|1.0123954136969369e-07| +|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.942154736081017e-08| +|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.842733188720233e-08| +|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.673447851322094e-08| +|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.41888343418203e-08| +|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.41888343418203e-08| +|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.41888343418203e-08| +|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.203594669972176e-08| +|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.177373602536266e-08| +|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.177373602536266e-08| +|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.177373602536266e-08| +|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.177373602536266e-08| +|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.085599866510956e-08| +|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.085599866510956e-08| +|npm|[opn](https://github.com/sindresorhus/open#readme)|9.085599866510956e-08| +|npm|[node-http2](https://github.com/kaazing/node-http2)|9.085599866510956e-08| +|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.085599866510956e-08| +|pypi|[technical](https://github.com/freqtrade/technical)|8.947939262473054e-08| +|pypi|[janus](https://github.com/aio-libs/janus)|8.947939262472928e-08| +|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.947939262472928e-08| +|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.858459869848135e-08| +|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.858459869848135e-08| +|pypi|[viscm](https://github.com/bids/viscm)|8.858459869848135e-08| +|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.729696841436868e-08| +|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.52184691664089e-08| +|pypi|[dash-auth](https://plotly.com/dash)|8.52184691664089e-08| +|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.52184691664089e-08| +|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.521846916640842e-08| +|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.521846916640842e-08| +|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.521846916640842e-08| +|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.521846916640842e-08| +|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.521846916640842e-08| +|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.521846916640842e-08| +|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.521846916640842e-08| +|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.521846916640842e-08| +|go|[github.com/creack/pty](https://github.com/creack/pty)|8.521846916640842e-08| +|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.521846916640842e-08| +|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.521846916640842e-08| +|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.521846916640842e-08| +|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.521846916640842e-08| +|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.521846916640842e-08| +|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.521846916640842e-08| +|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.521846916640842e-08| +|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.521846916640842e-08| +|go|[github.com/lib/pq](https://github.com/lib/pq)|8.521846916640842e-08| +|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.521846916640842e-08| +|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.521846916640842e-08| +|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.521846916640842e-08| +|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.521846916640842e-08| +|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.521846916640842e-08| +|go|[google.golang.org/api](https://google.golang.org/api)|8.521846916640842e-08| +|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.521846916640842e-08| +|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.521846916640842e-08| +|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.521846916640842e-08| +|go|[rsc.io/getopt](https://rsc.io/getopt)|8.521846916640842e-08| +|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.323664430207337e-08| +|go|github.com/Netflix/go-expect|8.323664430207335e-08| +|go|github.com/ProtonMail/go-crypto|8.323664430207335e-08| +|go|github.com/adigunhammedolalekan/registry-auth|8.323664430207335e-08| +|go|github.com/apex/log|8.323664430207335e-08| +|go|github.com/blang/semver/v4|8.323664430207335e-08| +|go|github.com/buger/jsonparser|8.323664430207335e-08| +|go|github.com/containerd/containerd|8.323664430207335e-08| +|go|github.com/go-log/log|8.323664430207335e-08| +|go|github.com/gosimple/slug|8.323664430207335e-08| +|go|github.com/opencontainers/umoci|8.323664430207335e-08| +|go|github.com/pelletier/go-toml|8.323664430207335e-08| +|go|github.com/seccomp/libseccomp-golang|8.323664430207335e-08| +|go|github.com/sylabs/json-resp|8.323664430207335e-08| +|go|github.com/sylabs/scs-build-client|8.323664430207335e-08| +|go|github.com/sylabs/scs-key-client|8.323664430207335e-08| +|go|github.com/sylabs/scs-library-client|8.323664430207335e-08| +|go|github.com/sylabs/sif/v2|8.323664430207335e-08| +|go|github.com/vbauerster/mpb/v4|8.323664430207335e-08| +|go|github.com/vbauerster/mpb/v6|8.323664430207335e-08| +|go|golang.org/x/term|8.323664430207335e-08| +|go|gotest.tools/v3|8.323664430207335e-08| +|go|mvdan.cc/sh/v3|8.323664430207335e-08| +|go|oras.land/oras-go|8.323664430207335e-08| +|rubygems|[pdf-reader](https://github.com/yob/pdf-reader)|7.953723788864964e-08| +|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.953723788864838e-08| +|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.953723788864838e-08| +|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.953723788864838e-08| +|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.953723788864838e-08| +|pypi|[django-rq](https://github.com/rq/django-rq)|7.953723788864838e-08| +|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.953723788864838e-08| +|pypi|[google](http://breakingcode.wordpress.com/)|7.953723788864838e-08| +|rubygems|[aasm](https://github.com/aasm/aasm)|7.953723788864838e-08| +|rubygems|[dotenv](https://github.com/bkeepers/dotenv)|7.953723788864838e-08| +|rubygems|[google_drive](https://github.com/gimite/google-drive-ruby)|7.953723788864838e-08| +|rubygems|[net-sftp](https://github.com/net-ssh/net-sftp)|7.953723788864838e-08| +|rubygems|[octicons_helper](https://github.com/primer/octicons)|7.953723788864838e-08| +|rubygems|[omniauth-orcid](https://github.com/datacite/omniauth-orcid)|7.953723788864838e-08| +|rubygems|[omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection)|7.953723788864838e-08| +|rubygems|[importmap-rails](https://github.com/rails/importmap-rails)|7.953723788864838e-08| +|rubygems|[turbo-rails](https://github.com/hotwired/turbo-rails)|7.953723788864838e-08| +|rubygems|[stimulus-rails](https://stimulus.hotwired.dev)|7.953723788864838e-08| +|rubygems|[newrelic_rpm](https://newrelic.com/ruby)|7.953723788864838e-08| +|rubygems|[sanitize](https://github.com/rgrove/sanitize/)|7.953723788864838e-08| +|rubygems|[searchkick](https://github.com/ankane/searchkick)|7.953723788864838e-08| +|rubygems|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/ruby-api/current/index.html)|7.953723788864838e-08| +|rubygems|[issue](http://github.com/xuanxu/issue)|7.953723788864838e-08| +|rubygems|[active_link_to](http://github.com/comfy/active_link_to)|7.953723788864838e-08| +|rubygems|[pry-byebug](https://github.com/deivid-rodriguez/pry-byebug)|7.953723788864838e-08| +|npm|[parents](https://github.com/substack/node-parents)|7.795444685466329e-08| +|npm|[coverify](https://github.com/substack/coverify)|7.795444685466329e-08| +|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.615267457423733e-08| +|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.382049891540174e-08| +|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.304440214263601e-08| +|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.304440214263601e-08| +|rubygems|[coffee-rails](https://github.com/rails/coffee-rails)|7.304440214263601e-08| +|rubygems|[fastimage](http://github.com/sdsykes/fastimage)|7.304440214263601e-08| +|rubygems|[image_processing](https://github.com/janko/image_processing)|7.304440214263601e-08| +|rubygems|[jquery-rails](https://github.com/rails/jquery-rails)|7.304440214263601e-08| +|rubygems|[rotp](https://github.com/mdp/rotp)|7.304440214263601e-08| +|rubygems|[sass-rails](https://github.com/rails/sass-rails)|7.304440214263601e-08| +|rubygems|[reverse_markdown](http://github.com/xijo/reverse_markdown)|7.304440214263601e-08| +|rubygems|[diffy](http://github.com/samg/diffy)|7.304440214263601e-08| +|rubygems|[rqrcode](https://github.com/whomwah/rqrcode)|7.304440214263601e-08| +|rubygems|[will_paginate-bootstrap](https://github.com/bootstrap-ruby/will_paginate-bootstrap)|7.304440214263601e-08| +|rubygems|[aws-sdk-s3](https://github.com/aws/aws-sdk-ruby)|7.304440214263601e-08| +|rubygems|[whenever](https://github.com/javan/whenever)|7.304440214263601e-08| +|rubygems|[flamegraph](https://github.com/SamSaffron/flamegraph)|7.304440214263601e-08| +|rubygems|[rack-mini-profiler](https://miniprofiler.com)|7.304440214263601e-08| +|rubygems|[thwait](https://github.com/ruby/thwait)|7.304440214263601e-08| +|rubygems|[rmagick](https://github.com/rmagick/rmagick)|7.304440214263601e-08| +|rubygems|[minitest-ci](https://github.com/circleci/minitest-ci)|7.304440214263601e-08| +|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.304440214263477e-08| +|rubygems|[counter_culture](https://github.com/magnusvk/counter_culture)|7.304440214263477e-08| +|rubygems|[rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer)|7.304440214263477e-08| +|rubygems|[devise](https://github.com/heartcombo/devise)|7.304440214263477e-08| +|rubygems|[premailer-rails](https://github.com/fphilipe/premailer-rails)|7.304440214263477e-08| +|rubygems|[rails-controller-testing](https://github.com/rails/rails-controller-testing)|7.304440214263477e-08| +|rubygems|[letter_opener_web](https://github.com/fgrehm/letter_opener_web)|7.304440214263477e-08| +|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.158351409978442e-08| +|cran|[enviPick](NA)|7.158351409978317e-08| +|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.086767895878584e-08| +|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.883030201902262e-08| +|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.753161707526686e-08| +|pypi|[tagore](https://github.com/jordanlab/tagore)|6.753161707526686e-08| +|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.561822125813489e-08| +|npm|[vx](https://github.com/vxjs/vx)|6.391385187480699e-08| +|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.327471335605793e-08| +|npm|eslint-config-richienb|6.327471335605793e-08| +|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.327471335605793e-08| +|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.327471335605793e-08| +|pypi|[icecream](https://github.com/gruns/icecream)|6.279255622787978e-08| +|pypi|[comet](http://comet.transientskp.org/)|6.279255622787978e-08| +|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.279255622787978e-08| +|npm|[aproba](https://github.com/iarna/aproba)|6.066399499981657e-08| +|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.066399499981657e-08| +|npm|concat-map|6.066399499981657e-08| +|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.066399499981657e-08| +|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.066399499981657e-08| +|pypi|[trustme](https://github.com/python-trio/trustme)|5.90563991323209e-08| +|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.772864040305115e-08| +|pypi|[flowTorch](https://flowtorch.ai/users)|5.5924620390455644e-08| +|go|github.com/blang/semver|5.1872111666509476e-08| +|go|github.com/buger/goterm|5.1872111666509476e-08| +|go|github.com/checkpoint-restore/checkpointctl|5.1872111666509476e-08| +|go|github.com/checkpoint-restore/go-criu/v5|5.1872111666509476e-08| +|go|github.com/container-orchestrated-devices/container-device-interface|5.1872111666509476e-08| +|go|github.com/containers/buildah|5.1872111666509476e-08| +|go|github.com/containers/conmon|5.1872111666509476e-08| +|go|github.com/containers/ocicrypt|5.1872111666509476e-08| +|go|github.com/containers/psgo|5.1872111666509476e-08| +|go|github.com/containers/storage|5.1872111666509476e-08| +|go|github.com/coreos/go-systemd/v22|5.1872111666509476e-08| +|go|github.com/coreos/stream-metadata-go|5.1872111666509476e-08| +|go|github.com/digitalocean/go-qemu|5.1872111666509476e-08| +|go|github.com/docker/go-connections|5.1872111666509476e-08| +|go|github.com/docker/go-plugins-helpers|5.1872111666509476e-08| +|go|github.com/docker/go-units|5.1872111666509476e-08| +|go|github.com/dtylman/scp|5.1872111666509476e-08| +|go|github.com/godbus/dbus/v5|5.1872111666509476e-08| +|go|github.com/google/gofuzz|5.1872111666509476e-08| +|go|github.com/gorilla/handlers|5.1872111666509476e-08| +|go|github.com/gorilla/schema|5.1872111666509476e-08| +|go|github.com/hashicorp/go-multierror|5.1872111666509476e-08| +|go|github.com/json-iterator/go|5.1872111666509476e-08| +|go|github.com/mrunalp/fileutils|5.1872111666509476e-08| +|go|github.com/nxadm/tail|5.1872111666509476e-08| +|go|github.com/pmezard/go-difflib|5.1872111666509476e-08| +|go|github.com/rootless-containers/rootlesskit|5.1872111666509476e-08| +|go|github.com/stretchr/testify|5.1872111666509476e-08| +|go|github.com/syndtr/gocapability|5.1872111666509476e-08| +|go|github.com/uber/jaeger-client-go|5.1872111666509476e-08| +|go|github.com/vbauerster/mpb/v7|5.1872111666509476e-08| +|go|github.com/vishvananda/netlink|5.1872111666509476e-08| +|go|go.etcd.io/bbolt|5.1872111666509476e-08| +|go|golang.org/x/text|5.1872111666509476e-08| +|go|google.golang.org/protobuf|5.1872111666509476e-08| +|go|gopkg.in/inf.v0|5.1872111666509476e-08| +|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.113108149984521e-08| +|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.0410925422382276e-08| +|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.0410925422382276e-08| +|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.0410925422382276e-08| +|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.0410925422382276e-08| +|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.0410925422382276e-08| +|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.902980417793338e-08| +|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.31225988552911e-08| +|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.260923458320445e-08| +|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.1686869975756335e-08| +|pypi|[PySide6](https://pyside.org)|4.067245119305848e-08| +|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.0265726681128114e-08| +|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9370932754880806e-08| +|pypi|[jmp](https://github.com/deepmind/jmp)|3.61569790606048e-08| +|rubygems|[coffee-script](http://github.com/josh/ruby-coffee-script)|3.61569790606048e-08| +|npm|text-table|3.407099949941624e-08| +|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3836027089075366e-08| +|pypi|[pika](https://pika.readthedocs.io)|3.0812034329906934e-08| +|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.028533288836985e-08| +|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.028533288836985e-08| +|npm|[utfx](https://github.com/dcodeIO/utfx)|2.952819956616045e-08| +|cran|[OAIHarvester](NA)|2.952819956616045e-08| +|rubygems|[hoe-rubygems](http://github.com/jbarnette/hoe-rubygems)|2.4117156995661547e-08| +|rubygems|[hoe-git](http://github.com/jbarnette/hoe-git)|2.4117156995661547e-08| +|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.2497675859931757e-08| +|cran|[uroot](https://jalobe.com)|2.2008595949933437e-08| +|pypi|[geomet](https://github.com/geomet/geomet)|1.2303416485900291e-08| +|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.447127497608474e-09| +|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.447127497608474e-09| +|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.447127497608474e-09| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/go.md b/pages/go.md index cc3ec9c8..286f2df4 100644 --- a/pages/go.md +++ b/pages/go.md @@ -9,252 +9,252 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6258158085569257e-06| -|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6258158085569257e-06| -|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6258158085569257e-06| -|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6258158085569257e-06| -|go.mod|github/linksmart/thing-directory|3.6258158085569257e-06| -|go.mod|github/sylabs/singularity|3.6258158085569257e-06| -|go.mod|github/containers/podman|3.6258158085569257e-06| -|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6258158085569257e-06| -|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6258158085569257e-06| -|go.mod|github/jasonyangshadow/lpmx|3.6258158085569257e-06| -|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6258158085569257e-06| -|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6258158085569257e-06| -|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6258158085569257e-06| -|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6258158085569257e-06| -|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6258158085569257e-06| -|go.mod|github/mlpack/mlpack|3.6258158085569257e-06| -|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6258158085569257e-06| -|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.065820406583495e-06| -|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1395102359569367e-06| -|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8472673860000175e-06| -|go|[golang.org/x/sys](https://golang.org/x/sys)|1.480937311357283e-06| -|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0605511240029007e-06| -|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0328900721570343e-06| -|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.153299672872847e-07| -|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.079940143722974e-07| -|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.973894126178391e-07| -|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.973894126178391e-07| -|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.973894126178391e-07| -|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.973894126178391e-07| -|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.973894126178391e-07| -|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.973894126178391e-07| -|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.179115300942712e-07| -|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.179115300942712e-07| -|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.438612149272048e-07| -|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.640733450740703e-07| -|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.152475096370368e-07| -|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|5.000698138447611e-07| -|go|[golang.org/x/crypto](https://golang.org/x/crypto)|5.000698138447611e-07| -|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.786076867295142e-07| -|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.786076867295142e-07| -|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.786076867295142e-07| -|go|[golang.org/x/net](https://golang.org/x/net)|4.4804723920024863e-07| -|go|[github.com/fatih/color](https://github.com/fatih/color)|4.261176788033121e-07| -|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8668727936313145e-07| -|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.695603668015939e-07| -|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5115237885045884e-07| -|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.369081024596994e-07| -|go|github.com/opencontainers/go-digest|3.34920529009826e-07| -|go|github.com/opencontainers/image-spec|3.34920529009826e-07| -|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.2632342277012325e-07| -|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.2632342277012325e-07| -|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.2632342277012325e-07| -|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.2632342277012325e-07| -|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.2632342277012325e-07| -|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.2632342277012325e-07| -|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.012216210185754e-07| -|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.012216210185754e-07| -|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.012216210185754e-07| -|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.012216210185754e-07| -|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.012216210185754e-07| -|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.012216210185754e-07| -|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.012216210185754e-07| -|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.012216210185754e-07| -|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.991298042059464e-07| -|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.991298042059464e-07| -|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.991298042059464e-07| -|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.991298042059464e-07| -|go|[golang.org/x/tools](https://golang.org/x/tools)|2.991298042059464e-07| -|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.755481426225822e-07| -|go|github.com/docker/distribution|2.514424441151433e-07| -|go|golang.org/x/sync|2.514424441151433e-07| -|go|[github.com/docker/docker](https://github.com/docker/docker)|2.209663178837512e-07| -|go|github.com/davecgh/go-spew|2.1518428602957403e-07| -|go|github.com/onsi/ginkgo|2.1518428602957403e-07| -|go|github.com/onsi/gomega|2.1518428602957403e-07| -|go|github.com/bradfitz/gomemcache|1.994198694706309e-07| -|go|github.com/docker/libtrust|1.994198694706309e-07| -|go|github.com/phayes/permbits|1.994198694706309e-07| -|go|github.com/spf13/afero|1.994198694706309e-07| -|go|github.com/spf13/viper|1.994198694706309e-07| -|go|github.com/sylabs/sif|1.994198694706309e-07| -|go|github.com/vmihailenco/msgpack|1.994198694706309e-07| -|go|google.golang.org/appengine|1.994198694706309e-07| -|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.889240868669135e-07| -|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.889240868669135e-07| -|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.889240868669135e-07| -|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.889240868669135e-07| -|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.889240868669135e-07| -|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.889240868669135e-07| -|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.889240868669135e-07| -|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.889240868669135e-07| -|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.889240868669135e-07| -|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.889240868669135e-07| -|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.889240868669135e-07| -|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.889240868669135e-07| -|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.889240868669135e-07| -|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.889240868669135e-07| -|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.889240868669135e-07| -|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.889240868669135e-07| -|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.794778825235678e-07| -|go|[github.com/biogo/store](https://github.com/biogo/store)|1.794778825235678e-07| -|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.794778825235678e-07| -|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.794778825235678e-07| -|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.794778825235678e-07| -|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.794778825235678e-07| -|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.794778825235678e-07| -|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.794778825235678e-07| -|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.794778825235678e-07| -|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.794778825235678e-07| -|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6316171138506163e-07| -|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6316171138506163e-07| -|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6316171138506163e-07| -|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6316171138506163e-07| -|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6316171138506163e-07| -|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6316171138506163e-07| -|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6316171138506163e-07| -|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6316171138506163e-07| -|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6316171138506163e-07| -|go|github.com/antchfx/jsonquery|1.6316171138506163e-07| -|go|github.com/bhmj/jsonslice|1.6316171138506163e-07| -|go|github.com/codegangsta/negroni|1.6316171138506163e-07| -|go|github.com/evanphx/json-patch/v5|1.6316171138506163e-07| -|go|github.com/gorilla/context|1.6316171138506163e-07| -|go|github.com/grandcat/zeroconf|1.6316171138506163e-07| -|go|github.com/justinas/alice|1.6316171138506163e-07| -|go|github.com/kelseyhightower/envconfig|1.6316171138506163e-07| -|go|github.com/linksmart/go-sec|1.6316171138506163e-07| -|go|github.com/linksmart/service-catalog/v3|1.6316171138506163e-07| -|go|github.com/miekg/dns|1.6316171138506163e-07| -|go|github.com/rs/cors|1.6316171138506163e-07| -|go|github.com/satori/go.uuid|1.6316171138506163e-07| -|go|github.com/syndtr/goleveldb|1.6316171138506163e-07| -|go|github.com/xeipuuv/gojsonschema|1.6316171138506163e-07| -|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.3805990963351372e-07| -|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.3805990963351372e-07| -|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.3805990963351372e-07| -|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.3805990963351372e-07| -|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.3805990963351372e-07| -|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.3805990963351372e-07| -|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.3805990963351372e-07| -|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.3805990963351372e-07| -|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.3805990963351372e-07| -|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.3805990963351372e-07| -|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.374882329890685e-07| -|go|[github.com/google/shlex](https://github.com/google/shlex)|1.374882329890685e-07| -|go|github.com/containernetworking/cni|1.355006595391951e-07| -|go|github.com/containernetworking/plugins|1.355006595391951e-07| -|go|github.com/containers/common|1.355006595391951e-07| -|go|github.com/containers/image/v5|1.355006595391951e-07| -|go|github.com/cyphar/filepath-securejoin|1.355006595391951e-07| -|go|github.com/moby/term|1.355006595391951e-07| -|go|github.com/opencontainers/runc|1.355006595391951e-07| -|go|github.com/opencontainers/runtime-spec|1.355006595391951e-07| -|go|github.com/opencontainers/runtime-tools|1.355006595391951e-07| -|go|github.com/opencontainers/selinux|1.355006595391951e-07| -|go|gopkg.in/yaml.v2|1.355006595391951e-07| -|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.54656583445561e-08| -|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.54656583445561e-08| -|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.54656583445561e-08| -|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.54656583445561e-08| -|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.54656583445561e-08| -|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.54656583445561e-08| -|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.54656583445561e-08| -|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.54656583445561e-08| -|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.54656583445561e-08| -|go|[github.com/creack/pty](https://github.com/creack/pty)|8.54656583445561e-08| -|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.54656583445561e-08| -|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.54656583445561e-08| -|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.54656583445561e-08| -|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.54656583445561e-08| -|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.54656583445561e-08| -|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.54656583445561e-08| -|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.54656583445561e-08| -|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.54656583445561e-08| -|go|[github.com/lib/pq](https://github.com/lib/pq)|8.54656583445561e-08| -|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.54656583445561e-08| -|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.54656583445561e-08| -|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.54656583445561e-08| -|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.54656583445561e-08| -|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.54656583445561e-08| -|go|[google.golang.org/api](https://google.golang.org/api)|8.54656583445561e-08| -|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.54656583445561e-08| -|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.54656583445561e-08| -|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.54656583445561e-08| -|go|[rsc.io/getopt](https://rsc.io/getopt)|8.54656583445561e-08| -|go|github.com/Netflix/go-expect|8.347808489468271e-08| -|go|github.com/ProtonMail/go-crypto|8.347808489468271e-08| -|go|github.com/adigunhammedolalekan/registry-auth|8.347808489468271e-08| -|go|github.com/apex/log|8.347808489468271e-08| -|go|github.com/blang/semver/v4|8.347808489468271e-08| -|go|github.com/buger/jsonparser|8.347808489468271e-08| -|go|github.com/containerd/containerd|8.347808489468271e-08| -|go|github.com/go-log/log|8.347808489468271e-08| -|go|github.com/gosimple/slug|8.347808489468271e-08| -|go|github.com/opencontainers/umoci|8.347808489468271e-08| -|go|github.com/pelletier/go-toml|8.347808489468271e-08| -|go|github.com/seccomp/libseccomp-golang|8.347808489468271e-08| -|go|github.com/sylabs/json-resp|8.347808489468271e-08| -|go|github.com/sylabs/scs-build-client|8.347808489468271e-08| -|go|github.com/sylabs/scs-key-client|8.347808489468271e-08| -|go|github.com/sylabs/scs-library-client|8.347808489468271e-08| -|go|github.com/sylabs/sif/v2|8.347808489468271e-08| -|go|github.com/vbauerster/mpb/v4|8.347808489468271e-08| -|go|github.com/vbauerster/mpb/v6|8.347808489468271e-08| -|go|golang.org/x/term|8.347808489468271e-08| -|go|gotest.tools/v3|8.347808489468271e-08| -|go|mvdan.cc/sh/v3|8.347808489468271e-08| -|go|oras.land/oras-go|8.347808489468271e-08| -|go|github.com/blang/semver|5.2022574644512404e-08| -|go|github.com/buger/goterm|5.2022574644512404e-08| -|go|github.com/checkpoint-restore/checkpointctl|5.2022574644512404e-08| -|go|github.com/checkpoint-restore/go-criu/v5|5.2022574644512404e-08| -|go|github.com/container-orchestrated-devices/container-device-interface|5.2022574644512404e-08| -|go|github.com/containers/buildah|5.2022574644512404e-08| -|go|github.com/containers/conmon|5.2022574644512404e-08| -|go|github.com/containers/ocicrypt|5.2022574644512404e-08| -|go|github.com/containers/psgo|5.2022574644512404e-08| -|go|github.com/containers/storage|5.2022574644512404e-08| -|go|github.com/coreos/go-systemd/v22|5.2022574644512404e-08| -|go|github.com/coreos/stream-metadata-go|5.2022574644512404e-08| -|go|github.com/digitalocean/go-qemu|5.2022574644512404e-08| -|go|github.com/docker/go-connections|5.2022574644512404e-08| -|go|github.com/docker/go-plugins-helpers|5.2022574644512404e-08| -|go|github.com/docker/go-units|5.2022574644512404e-08| -|go|github.com/dtylman/scp|5.2022574644512404e-08| -|go|github.com/godbus/dbus/v5|5.2022574644512404e-08| -|go|github.com/google/gofuzz|5.2022574644512404e-08| -|go|github.com/gorilla/handlers|5.2022574644512404e-08| -|go|github.com/gorilla/schema|5.2022574644512404e-08| -|go|github.com/hashicorp/go-multierror|5.2022574644512404e-08| -|go|github.com/json-iterator/go|5.2022574644512404e-08| -|go|github.com/mrunalp/fileutils|5.2022574644512404e-08| -|go|github.com/nxadm/tail|5.2022574644512404e-08| -|go|github.com/pmezard/go-difflib|5.2022574644512404e-08| -|go|github.com/rootless-containers/rootlesskit|5.2022574644512404e-08| -|go|github.com/stretchr/testify|5.2022574644512404e-08| -|go|github.com/syndtr/gocapability|5.2022574644512404e-08| -|go|github.com/uber/jaeger-client-go|5.2022574644512404e-08| -|go|github.com/vbauerster/mpb/v7|5.2022574644512404e-08| -|go|github.com/vishvananda/netlink|5.2022574644512404e-08| -|go|go.etcd.io/bbolt|5.2022574644512404e-08| -|go|golang.org/x/text|5.2022574644512404e-08| -|go|google.golang.org/protobuf|5.2022574644512404e-08| -|go|gopkg.in/inf.v0|5.2022574644512404e-08| +|go.mod|[github/arvados/arvados](https://github/arvados/arvados)|3.6153289949385395e-06| +|go.mod|[github/ExaScience/elprep](https://github/ExaScience/elprep)|3.6153289949385395e-06| +|go.mod|[github/shenwei356/seqkit](https://github/shenwei356/seqkit)|3.6153289949385395e-06| +|go.mod|[github/shenwei356/csvtk](https://github/shenwei356/csvtk)|3.6153289949385395e-06| +|go.mod|github/linksmart/thing-directory|3.6153289949385395e-06| +|go.mod|github/sylabs/singularity|3.6153289949385395e-06| +|go.mod|github/containers/podman|3.6153289949385395e-06| +|go.mod|[github/will-rowe/hulk](https://github/will-rowe/hulk)|3.6153289949385395e-06| +|go.mod|[github/will-rowe/groot](https://github/will-rowe/groot)|3.6153289949385395e-06| +|go.mod|github/jasonyangshadow/lpmx|3.6153289949385395e-06| +|go.mod|[github/GoelandProver/Goeland](https://github/GoelandProver/Goeland)|3.6153289949385395e-06| +|go.mod|[github/brentp/vcfanno](https://github/brentp/vcfanno)|3.6153289949385395e-06| +|go.mod|[github/brentp/smoove](https://github/brentp/smoove)|3.6153289949385395e-06| +|go.mod|[github/phil-mansfield/gotetra](https://github/phil-mansfield/gotetra)|3.6153289949385395e-06| +|go.mod|[github/fredericlemoine/goalign](https://github/fredericlemoine/goalign)|3.6153289949385395e-06| +|go.mod|github/mlpack/mlpack|3.6153289949385395e-06| +|go.mod|[github/cov-ert/gofasta](https://github/cov-ert/gofasta)|3.6153289949385395e-06| +|go|[github.com/spf13/cobra](https://github.com/spf13/cobra)|3.056953247056138e-06| +|go|[github.com/biogo/hts](https://github.com/biogo/hts)|2.1333222092441182e-06| +|go|[github.com/spf13/pflag](https://github.com/spf13/pflag)|1.8419246025264091e-06| +|go|[golang.org/x/sys](https://golang.org/x/sys)|1.4766540508761338e-06| +|go|[gonum.org/v1/gonum](https://gonum.org/v1/gonum)|1.0574837310195226e-06| +|go|[github.com/google/uuid](https://github.com/google/uuid)|1.0299026822158715e-06| +|go|[github.com/pkg/errors](https://github.com/pkg/errors)|9.126825921107486e-07| +|go|[github.com/ulikunitz/xz](https://github.com/ulikunitz/xz)|9.053678567023846e-07| +|go|[github.com/bits-and-blooms/bitset](https://github.com/bits-and-blooms/bitset)|8.947939262472886e-07| +|go|[github.com/exascience/pargo](https://github.com/exascience/pargo)|8.947939262472886e-07| +|go|[github.com/phil-mansfield/pyplot](https://github.com/phil-mansfield/pyplot)|8.947939262472886e-07| +|go|[github.com/phil-mansfield/table](https://github.com/phil-mansfield/table)|8.947939262472886e-07| +|go|[gopkg.in/gcfg.v1](https://gopkg.in/gcfg.v1)|8.947939262472886e-07| +|go|[gopkg.in/warnings.v0](https://gopkg.in/warnings.v0)|8.947939262472886e-07| +|go|[github.com/armon/go-radix](https://github.com/armon/go-radix)|7.158351409978307e-07| +|go|[github.com/fredericlemoine/cobrashell](https://github.com/fredericlemoine/cobrashell)|7.158351409978307e-07| +|go|[github.com/biogo/biogo](https://github.com/biogo/biogo)|6.419989988319706e-07| +|go|[gopkg.in/check.v1](https://gopkg.in/check.v1)|5.624418964982957e-07| +|go|[github.com/pkg/profile](https://github.com/pkg/profile)|5.137572782281082e-07| +|go|[github.com/gorilla/mux](https://github.com/gorilla/mux)|4.986234803267718e-07| +|go|[golang.org/x/crypto](https://golang.org/x/crypto)|4.986234803267718e-07| +|go|[github.com/brentp/irelate](https://github.com/brentp/irelate)|4.772234273318872e-07| +|go|[github.com/brentp/vcfgo](https://github.com/brentp/vcfgo)|4.772234273318872e-07| +|go|[github.com/brentp/xopen](https://github.com/brentp/xopen)|4.772234273318872e-07| +|go|[golang.org/x/net](https://golang.org/x/net)|4.467513686602624e-07| +|go|[github.com/fatih/color](https://github.com/fatih/color)|4.248852343237653e-07| +|go|[github.com/dustin/go-humanize](https://github.com/dustin/go-humanize)|3.8556887797668704e-07| +|go|[github.com/mattn/go-isatty](https://github.com/mattn/go-isatty)|3.6849150095401154e-07| +|go|[github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)|3.5013675374893897e-07| +|go|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|3.3593367555453755e-07| +|go|github.com/opencontainers/go-digest|3.339518506902025e-07| +|go|github.com/opencontainers/image-spec|3.339518506902025e-07| +|go|[github.com/adam-hanna/arrayOperations](https://github.com/adam-hanna/arrayOperations)|3.253796095444685e-07| +|go|[github.com/dgryski/go-minhash](https://github.com/dgryski/go-minhash)|3.253796095444685e-07| +|go|[github.com/ekzhu/lshensemble](https://github.com/ekzhu/lshensemble)|3.253796095444685e-07| +|go|[github.com/orcaman/concurrent-map](https://github.com/orcaman/concurrent-map)|3.253796095444685e-07| +|go|[github.com/will-rowe/gfa](https://github.com/will-rowe/gfa)|3.253796095444685e-07| +|go|[github.com/will-rowe/nthash](https://github.com/will-rowe/nthash)|3.253796095444685e-07| +|go|[github.com/bsipos/thist](https://github.com/bsipos/thist)|3.0035040881027866e-07| +|go|[github.com/mattn/go-colorable](https://github.com/mattn/go-colorable)|3.0035040881027866e-07| +|go|[github.com/mitchellh/go-homedir](https://github.com/mitchellh/go-homedir)|3.0035040881027866e-07| +|go|[github.com/shenwei356/breader](https://github.com/shenwei356/breader)|3.0035040881027866e-07| +|go|[github.com/shenwei356/go-logging](https://github.com/shenwei356/go-logging)|3.0035040881027866e-07| +|go|[github.com/shenwei356/util](https://github.com/shenwei356/util)|3.0035040881027866e-07| +|go|[github.com/shenwei356/xopen](https://github.com/shenwei356/xopen)|3.0035040881027866e-07| +|go|[github.com/tatsushid/go-prettytable](https://github.com/tatsushid/go-prettytable)|3.0035040881027866e-07| +|go|[github.com/brentp/bix](https://github.com/brentp/bix)|2.982646420824295e-07| +|go|[github.com/brentp/goluaez](https://github.com/brentp/goluaez)|2.982646420824295e-07| +|go|[github.com/yuin/gluare](https://github.com/yuin/gluare)|2.982646420824295e-07| +|go|[github.com/yuin/gopher-lua](https://github.com/yuin/gopher-lua)|2.982646420824295e-07| +|go|[golang.org/x/tools](https://golang.org/x/tools)|2.982646420824295e-07| +|go|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|2.7475118487096227e-07| +|go|github.com/docker/distribution|2.5071520638812917e-07| +|go|golang.org/x/sync|2.5071520638812917e-07| +|go|[github.com/docker/docker](https://github.com/docker/docker)|2.2032722513499125e-07| +|go|github.com/davecgh/go-spew|2.1456191643874374e-07| +|go|github.com/onsi/ginkgo|2.1456191643874374e-07| +|go|github.com/onsi/gomega|2.1456191643874374e-07| +|go|github.com/bradfitz/gomemcache|1.9884309472161969e-07| +|go|github.com/docker/libtrust|1.9884309472161969e-07| +|go|github.com/phayes/permbits|1.9884309472161969e-07| +|go|github.com/spf13/afero|1.9884309472161969e-07| +|go|github.com/spf13/viper|1.9884309472161969e-07| +|go|github.com/sylabs/sif|1.9884309472161969e-07| +|go|github.com/vmihailenco/msgpack|1.9884309472161969e-07| +|go|google.golang.org/appengine|1.9884309472161969e-07| +|go|[github.com/JSchwehn/goDistances](https://github.com/JSchwehn/goDistances)|1.883776686836397e-07| +|go|[github.com/Lebonesco/go_worker_pool](https://github.com/Lebonesco/go_worker_pool)|1.883776686836397e-07| +|go|[github.com/cheekybits/genny](https://github.com/cheekybits/genny)|1.883776686836397e-07| +|go|[github.com/cornelk/hashmap](https://github.com/cornelk/hashmap)|1.883776686836397e-07| +|go|[github.com/deckarep/golang-set](https://github.com/deckarep/golang-set)|1.883776686836397e-07| +|go|[github.com/dgryski/go-jump](https://github.com/dgryski/go-jump)|1.883776686836397e-07| +|go|[github.com/irfansharif/cfilter](https://github.com/irfansharif/cfilter)|1.883776686836397e-07| +|go|[github.com/leesper/go_rng](https://github.com/leesper/go_rng)|1.883776686836397e-07| +|go|[github.com/linxGnu/fimap](https://github.com/linxGnu/fimap)|1.883776686836397e-07| +|go|[github.com/lithammer/go-jump-consistent-hash](https://github.com/lithammer/go-jump-consistent-hash)|1.883776686836397e-07| +|go|[github.com/oleiade/lane](https://github.com/oleiade/lane)|1.883776686836397e-07| +|go|[github.com/segmentio/objconv](https://github.com/segmentio/objconv)|1.883776686836397e-07| +|go|[github.com/tidwall/gjson](https://github.com/tidwall/gjson)|1.883776686836397e-07| +|go|[github.com/twmb/murmur3](https://github.com/twmb/murmur3)|1.883776686836397e-07| +|go|[github.com/valyala/fastrand](https://github.com/valyala/fastrand)|1.883776686836397e-07| +|go|[github.com/will-rowe/ntHash](https://github.com/will-rowe/ntHash)|1.883776686836397e-07| +|go|[github.com/alexflint/go-arg](https://github.com/alexflint/go-arg)|1.7895878524945768e-07| +|go|[github.com/biogo/store](https://github.com/biogo/store)|1.7895878524945768e-07| +|go|[github.com/brentp/faidx](https://github.com/brentp/faidx)|1.7895878524945768e-07| +|go|[github.com/brentp/gargs](https://github.com/brentp/gargs)|1.7895878524945768e-07| +|go|[github.com/brentp/go-athenaeum](https://github.com/brentp/go-athenaeum)|1.7895878524945768e-07| +|go|[github.com/brentp/go-chartjs](https://github.com/brentp/go-chartjs)|1.7895878524945768e-07| +|go|[github.com/brentp/goleft](https://github.com/brentp/goleft)|1.7895878524945768e-07| +|go|[github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go)|1.7895878524945768e-07| +|go|[github.com/kyroy/kdtree](https://github.com/kyroy/kdtree)|1.7895878524945768e-07| +|go|[github.com/valyala/fasttemplate](https://github.com/valyala/fasttemplate)|1.7895878524945768e-07| +|go|[github.com/Knetic/govaluate](https://github.com/Knetic/govaluate)|1.6268980477223426e-07| +|go|[github.com/araddon/dateparse](https://github.com/araddon/dateparse)|1.6268980477223426e-07| +|go|[github.com/cheggaaa/pb/v3](https://github.com/cheggaaa/pb/v3)|1.6268980477223426e-07| +|go|[github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth)|1.6268980477223426e-07| +|go|[github.com/metakeule/fmtdate](https://github.com/metakeule/fmtdate)|1.6268980477223426e-07| +|go|[github.com/mxschmitt/golang-combinations](https://github.com/mxschmitt/golang-combinations)|1.6268980477223426e-07| +|go|[github.com/shenwei356/natsort](https://github.com/shenwei356/natsort)|1.6268980477223426e-07| +|go|[github.com/xuri/excelize/v2](https://github.com/xuri/excelize/v2)|1.6268980477223426e-07| +|go|[gonum.org/v1/plot](https://gonum.org/v1/plot)|1.6268980477223426e-07| +|go|github.com/antchfx/jsonquery|1.6268980477223426e-07| +|go|github.com/bhmj/jsonslice|1.6268980477223426e-07| +|go|github.com/codegangsta/negroni|1.6268980477223426e-07| +|go|github.com/evanphx/json-patch/v5|1.6268980477223426e-07| +|go|github.com/gorilla/context|1.6268980477223426e-07| +|go|github.com/grandcat/zeroconf|1.6268980477223426e-07| +|go|github.com/justinas/alice|1.6268980477223426e-07| +|go|github.com/kelseyhightower/envconfig|1.6268980477223426e-07| +|go|github.com/linksmart/go-sec|1.6268980477223426e-07| +|go|github.com/linksmart/service-catalog/v3|1.6268980477223426e-07| +|go|github.com/miekg/dns|1.6268980477223426e-07| +|go|github.com/rs/cors|1.6268980477223426e-07| +|go|github.com/satori/go.uuid|1.6268980477223426e-07| +|go|github.com/syndtr/goleveldb|1.6268980477223426e-07| +|go|github.com/xeipuuv/gojsonschema|1.6268980477223426e-07| +|go|[github.com/cespare/xxhash/v2](https://github.com/cespare/xxhash/v2)|1.376606040380444e-07| +|go|[github.com/cznic/sortutil](https://github.com/cznic/sortutil)|1.376606040380444e-07| +|go|[github.com/iafan/cwalk](https://github.com/iafan/cwalk)|1.376606040380444e-07| +|go|[github.com/klauspost/compress](https://github.com/klauspost/compress)|1.376606040380444e-07| +|go|[github.com/klauspost/pgzip](https://github.com/klauspost/pgzip)|1.376606040380444e-07| +|go|[github.com/logrusorgru/aurora](https://github.com/logrusorgru/aurora)|1.376606040380444e-07| +|go|[github.com/shenwei356/bio](https://github.com/shenwei356/bio)|1.376606040380444e-07| +|go|[github.com/shenwei356/bwt](https://github.com/shenwei356/bwt)|1.376606040380444e-07| +|go|[github.com/smallfish/simpleyaml](https://github.com/smallfish/simpleyaml)|1.376606040380444e-07| +|go|[github.com/twotwotwo/sorts](https://github.com/twotwotwo/sorts)|1.376606040380444e-07| +|go|[github.com/ghodss/yaml](https://github.com/ghodss/yaml)|1.370905808329179e-07| +|go|[github.com/google/shlex](https://github.com/google/shlex)|1.370905808329179e-07| +|go|github.com/containernetworking/cni|1.3510875596858282e-07| +|go|github.com/containernetworking/plugins|1.3510875596858282e-07| +|go|github.com/containers/common|1.3510875596858282e-07| +|go|github.com/containers/image/v5|1.3510875596858282e-07| +|go|github.com/cyphar/filepath-securejoin|1.3510875596858282e-07| +|go|github.com/moby/term|1.3510875596858282e-07| +|go|github.com/opencontainers/runc|1.3510875596858282e-07| +|go|github.com/opencontainers/runtime-spec|1.3510875596858282e-07| +|go|github.com/opencontainers/runtime-tools|1.3510875596858282e-07| +|go|github.com/opencontainers/selinux|1.3510875596858282e-07| +|go|gopkg.in/yaml.v2|1.3510875596858282e-07| +|go|[github.com/AdRoll/goamz](https://github.com/AdRoll/goamz)|8.521846916640842e-08| +|go|[github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest/autorest)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest/autorest/azure/auth)|8.521846916640842e-08| +|go|[github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest/autorest/to)|8.521846916640842e-08| +|go|[github.com/arvados/cgofuse](https://github.com/arvados/cgofuse)|8.521846916640842e-08| +|go|[github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go)|8.521846916640842e-08| +|go|[github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2)|8.521846916640842e-08| +|go|[github.com/bradleypeabody/godap](https://github.com/bradleypeabody/godap)|8.521846916640842e-08| +|go|[github.com/coreos/go-oidc](https://github.com/coreos/go-oidc)|8.521846916640842e-08| +|go|[github.com/coreos/go-systemd](https://github.com/coreos/go-systemd)|8.521846916640842e-08| +|go|[github.com/creack/pty](https://github.com/creack/pty)|8.521846916640842e-08| +|go|[github.com/go-ldap/ldap](https://github.com/go-ldap/ldap)|8.521846916640842e-08| +|go|[github.com/gogo/protobuf](https://github.com/gogo/protobuf)|8.521846916640842e-08| +|go|[github.com/hashicorp/golang-lru](https://github.com/hashicorp/golang-lru)|8.521846916640842e-08| +|go|[github.com/imdario/mergo](https://github.com/imdario/mergo)|8.521846916640842e-08| +|go|[github.com/jmcvetta/randutil](https://github.com/jmcvetta/randutil)|8.521846916640842e-08| +|go|[github.com/jmoiron/sqlx](https://github.com/jmoiron/sqlx)|8.521846916640842e-08| +|go|[github.com/johannesboyne/gofakes3](https://github.com/johannesboyne/gofakes3)|8.521846916640842e-08| +|go|[github.com/julienschmidt/httprouter](https://github.com/julienschmidt/httprouter)|8.521846916640842e-08| +|go|[github.com/lib/pq](https://github.com/lib/pq)|8.521846916640842e-08| +|go|[github.com/msteinert/pam](https://github.com/msteinert/pam)|8.521846916640842e-08| +|go|[github.com/prometheus/client_golang](https://github.com/prometheus/client_golang)|8.521846916640842e-08| +|go|[github.com/prometheus/client_model](https://github.com/prometheus/client_model)|8.521846916640842e-08| +|go|[github.com/prometheus/common](https://github.com/prometheus/common)|8.521846916640842e-08| +|go|[golang.org/x/oauth2](https://golang.org/x/oauth2)|8.521846916640842e-08| +|go|[google.golang.org/api](https://google.golang.org/api)|8.521846916640842e-08| +|go|[gopkg.in/square/go-jose.v2](https://gopkg.in/square/go-jose.v2)|8.521846916640842e-08| +|go|[gopkg.in/src-d/go-billy.v4](https://gopkg.in/src-d/go-billy.v4)|8.521846916640842e-08| +|go|[gopkg.in/src-d/go-git.v4](https://gopkg.in/src-d/go-git.v4)|8.521846916640842e-08| +|go|[rsc.io/getopt](https://rsc.io/getopt)|8.521846916640842e-08| +|go|github.com/Netflix/go-expect|8.323664430207335e-08| +|go|github.com/ProtonMail/go-crypto|8.323664430207335e-08| +|go|github.com/adigunhammedolalekan/registry-auth|8.323664430207335e-08| +|go|github.com/apex/log|8.323664430207335e-08| +|go|github.com/blang/semver/v4|8.323664430207335e-08| +|go|github.com/buger/jsonparser|8.323664430207335e-08| +|go|github.com/containerd/containerd|8.323664430207335e-08| +|go|github.com/go-log/log|8.323664430207335e-08| +|go|github.com/gosimple/slug|8.323664430207335e-08| +|go|github.com/opencontainers/umoci|8.323664430207335e-08| +|go|github.com/pelletier/go-toml|8.323664430207335e-08| +|go|github.com/seccomp/libseccomp-golang|8.323664430207335e-08| +|go|github.com/sylabs/json-resp|8.323664430207335e-08| +|go|github.com/sylabs/scs-build-client|8.323664430207335e-08| +|go|github.com/sylabs/scs-key-client|8.323664430207335e-08| +|go|github.com/sylabs/scs-library-client|8.323664430207335e-08| +|go|github.com/sylabs/sif/v2|8.323664430207335e-08| +|go|github.com/vbauerster/mpb/v4|8.323664430207335e-08| +|go|github.com/vbauerster/mpb/v6|8.323664430207335e-08| +|go|golang.org/x/term|8.323664430207335e-08| +|go|gotest.tools/v3|8.323664430207335e-08| +|go|mvdan.cc/sh/v3|8.323664430207335e-08| +|go|oras.land/oras-go|8.323664430207335e-08| +|go|github.com/blang/semver|5.1872111666509476e-08| +|go|github.com/buger/goterm|5.1872111666509476e-08| +|go|github.com/checkpoint-restore/checkpointctl|5.1872111666509476e-08| +|go|github.com/checkpoint-restore/go-criu/v5|5.1872111666509476e-08| +|go|github.com/container-orchestrated-devices/container-device-interface|5.1872111666509476e-08| +|go|github.com/containers/buildah|5.1872111666509476e-08| +|go|github.com/containers/conmon|5.1872111666509476e-08| +|go|github.com/containers/ocicrypt|5.1872111666509476e-08| +|go|github.com/containers/psgo|5.1872111666509476e-08| +|go|github.com/containers/storage|5.1872111666509476e-08| +|go|github.com/coreos/go-systemd/v22|5.1872111666509476e-08| +|go|github.com/coreos/stream-metadata-go|5.1872111666509476e-08| +|go|github.com/digitalocean/go-qemu|5.1872111666509476e-08| +|go|github.com/docker/go-connections|5.1872111666509476e-08| +|go|github.com/docker/go-plugins-helpers|5.1872111666509476e-08| +|go|github.com/docker/go-units|5.1872111666509476e-08| +|go|github.com/dtylman/scp|5.1872111666509476e-08| +|go|github.com/godbus/dbus/v5|5.1872111666509476e-08| +|go|github.com/google/gofuzz|5.1872111666509476e-08| +|go|github.com/gorilla/handlers|5.1872111666509476e-08| +|go|github.com/gorilla/schema|5.1872111666509476e-08| +|go|github.com/hashicorp/go-multierror|5.1872111666509476e-08| +|go|github.com/json-iterator/go|5.1872111666509476e-08| +|go|github.com/mrunalp/fileutils|5.1872111666509476e-08| +|go|github.com/nxadm/tail|5.1872111666509476e-08| +|go|github.com/pmezard/go-difflib|5.1872111666509476e-08| +|go|github.com/rootless-containers/rootlesskit|5.1872111666509476e-08| +|go|github.com/stretchr/testify|5.1872111666509476e-08| +|go|github.com/syndtr/gocapability|5.1872111666509476e-08| +|go|github.com/uber/jaeger-client-go|5.1872111666509476e-08| +|go|github.com/vbauerster/mpb/v7|5.1872111666509476e-08| +|go|github.com/vishvananda/netlink|5.1872111666509476e-08| +|go|go.etcd.io/bbolt|5.1872111666509476e-08| +|go|golang.org/x/text|5.1872111666509476e-08| +|go|google.golang.org/protobuf|5.1872111666509476e-08| +|go|gopkg.in/inf.v0|5.1872111666509476e-08| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/js.md b/pages/js.md index 031a88ee..90ce1185 100644 --- a/pages/js.md +++ b/pages/js.md @@ -9,1697 +9,1697 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|npm|[express](http://expressjs.com/)|0.00032358994472543275| -|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003106684666792537| -|npm|[lodash](https://lodash.com/)|0.00029391008675800056| -|npm|[mocha](https://mochajs.org/)|0.00025267143685000067| -|npm|[axios](https://axios-http.com)|0.00023000028448837286| -|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.00018526105873821613| -|npm|eslint|0.00017548176643799048| -|npm|[react](https://reactjs.org/)|0.00017492947398925254| -|npm|[react-dom](https://reactjs.org/)|0.00017492947398925254| -|npm|[angular](http://angularjs.org)|0.0001720593554680756| -|npm|[fs](https://github.com/npm/security-holder#readme)|0.0001653054075700412| -|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014798585637984204| -|npm|[papaparse](http://papaparse.com)|0.00014575480136340782| -|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013659436390105068| -|npm|[d3](https://d3js.org)|0.00013628974523094227| -|npm|nestjs|0.00013384791239045738| -|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012930386184558122| -|npm|[rollup](https://rollupjs.org/)|0.000127792563067577| -|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.0001224143843266235| -|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.0001213083447553172| -|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.00011965192168237854| -|npm|[ajv](https://ajv.js.org)|0.00011601811170583034| -|npm|[nyc](https://istanbul.js.org/)|0.00010828216028743119| -|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010573412620638872| -|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.673288096964674e-05| -|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.57404616222419e-05| -|npm|[tape](https://github.com/substack/tape)|9.425370990709042e-05| -|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.376004425948846e-05| -|npm|[three](https://threejs.org/)|9.375924583031183e-05| -|npm|[yargs](https://yargs.js.org/)|9.16445944546017e-05| -|npm|[tap](http://www.node-tap.org/)|9.104837790195487e-05| -|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.049827076476823e-05| -|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.97389412617839e-05| -|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.97389412617839e-05| -|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.97389412617839e-05| -|npm|[quasar](https://quasar.dev)|8.97389412617839e-05| -|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.97389412617839e-05| -|npm|[vows](https://github.com/cloudhead/vows)|8.900647852284672e-05| -|npm|[webpack](https://github.com/webpack/webpack)|8.840288103090284e-05| -|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.480810601996418e-05| -|npm|[jshint](http://jshint.com/)|8.285745025460401e-05| -|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.72131155064246e-05| -|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.179115300942713e-05| -|npm|[bootstrap](https://getbootstrap.com/)|7.123275431146934e-05| -|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.653237312610048e-05| -|npm|[debug](https://github.com/debug-js/debug#readme)|6.631880864578954e-05| -|npm|[react-select](https://github.com/JedWatson/react-select)|6.537652822674199e-05| -|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.481145757795505e-05| -|npm|[chai](http://chaijs.com)|6.478133548046984e-05| -|npm|[cytoscape](http://js.cytoscape.org)|6.305423184502228e-05| -|npm|[pg](https://github.com/brianc/node-postgres)|6.215684243240444e-05| -|npm|loose-envify|5.922770123277738e-05| -|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.8416736227876546e-05| -|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.818781991633339e-05| -|npm|[requirejs](http://github.com/jrburke/r.js)|5.73088164102033e-05| -|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.6129214553744065e-05| -|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.576765241213109e-05| -|npm|[pako](https://github.com/nodeca/pako#readme)|5.538174660727236e-05| -|npm|[moment](https://momentjs.com)|5.4843272925140384e-05| -|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.384336475707034e-05| -|npm|[react-images](https://jossmac.github.io/react-images/)|5.369685219990825e-05| -|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.127939500673366e-05| -|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.127939500673366e-05| -|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.127939500673366e-05| -|npm|[filepond](https://pqina.nl/filepond/)|5.127939500673366e-05| -|npm|[tslib](https://www.typescriptlang.org/)|5.118815694659865e-05| -|npm|[d3-array](https://d3js.org/d3-array/)|5.094204885123543e-05| -|npm|[d3-scale](https://d3js.org/d3-scale/)|5.094204885123543e-05| -|npm|[typescript](https://www.typescriptlang.org/)|5.073721433897974e-05| -|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0382148477879e-05| -|npm|[d3-brush](https://d3js.org/d3-brush/)|5.034378924282354e-05| -|npm|[d3-format](https://d3js.org/d3-format/)|5.034378924282354e-05| -|npm|eslint-plugin-import|5.012744245662894e-05| -|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.952962041233924e-05| -|npm|[rc-slider](http://github.com/react-component/slider/)|4.933017823747186e-05| -|npm|[ws](https://github.com/websockets/ws)|4.770767879366729e-05| -|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.596627991298042e-05| -|npm|[semver](https://github.com/npm/node-semver#readme)|4.5755658921210744e-05| -|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.486947063089195e-05| -|npm|[web-worker](https://github.com/developit/web-worker)|4.486947063089195e-05| -|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.486947063089195e-05| -|npm|[fflate](https://101arrowz.github.io/fflate)|4.486947063089195e-05| -|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.486947063089195e-05| -|npm|react-router-dom|4.4296801580064874e-05| -|npm|cross-env|4.359130485252041e-05| -|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.3477845916773577e-05| -|npm|[ava](https://avajs.dev)|4.332866944513065e-05| -|npm|[mongoose](https://mongoosejs.com)|4.1928355209046905e-05| -|npm|[prop-types](https://facebook.github.io/react/)|4.1683907870798654e-05| -|npm|[esm](https://github.com/standard-things/esm#readme)|4.1049135391032545e-05| -|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.017897903655913e-05| -|npm|[apexcharts](https://apexcharts.com)|3.988397389412618e-05| -|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.988397389412618e-05| -|npm|[lodash.debounce](https://lodash.com/)|3.988397389412618e-05| -|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.988397389412618e-05| -|npm|vue-apexcharts|3.988397389412618e-05| -|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.988397389412618e-05| -|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.988397389412618e-05| -|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.988397389412618e-05| -|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.988397389412618e-05| -|npm|rollup-plugin-json|3.95995970904678e-05| -|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.884180599217306e-05| -|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.874212829411343e-05| -|npm|[xo](https://github.com/xojs/xo#readme)|3.834642095123875e-05| -|npm|[nodemon](https://nodemon.io)|3.83414773950888e-05| -|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.826856753645464e-05| -|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.8207956723298466e-05| -|npm|[testcafe](https://testcafe.io/)|3.820763622707966e-05| -|npm|[jquery](https://jquery.com)|3.8009177352854016e-05| -|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.7882672764909036e-05| -|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.782738854818398e-05| -|npm|gh-pages|3.765383206292521e-05| -|npm|[colors](https://github.com/Marak/colors.js)|3.6027165130011396e-05| -|npm|[auspice](https://www.npmjs.com/package/auspice)|3.5895576504713564e-05| -|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.5895576504713564e-05| -|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.5895576504713564e-05| -|npm|[rxjs](https://rxjs.dev)|3.537250554006974e-05| -|npm|prettier|3.535500658990605e-05| -|npm|husky|3.484877279859449e-05| -|npm|[passport](https://www.passportjs.org/)|3.4602727350942095e-05| -|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.4290489750437753e-05| -|npm|[xlsx](https://sheetjs.com/)|3.3765700620251884e-05| -|npm|[browserify](https://github.com/browserify/browserify#readme)|3.360460738275716e-05| -|npm|jest|3.3323448326091874e-05| -|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.2717603472059405e-05| -|npm|[angular-animate](http://angularjs.org)|3.2632342277012324e-05| -|npm|[angular-sanitize](http://angularjs.org)|3.2632342277012324e-05| -|npm|[angular-touch](http://angularjs.org)|3.2632342277012324e-05| -|npm|[colorbrewer](http://colorbrewer2.org/)|3.2632342277012324e-05| -|npm|[dc](http://dc-js.github.io/dc.js/)|3.2632342277012324e-05| -|npm|[babel-cli](https://babeljs.io/)|3.2589300947188545e-05| -|npm|eslint-config-standard|3.251565672555239e-05| -|npm|[sinon](https://sinonjs.org/)|3.2245360771842095e-05| -|npm|npm-run-all|3.181908269171025e-05| -|npm|fortawesome|3.177033231711829e-05| -|npm|eslint-plugin-node|3.167800780811739e-05| -|npm|eslint-plugin-standard|3.1226966083344706e-05| -|npm|eslint-plugin-promise|3.1226966083344706e-05| -|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.111354193206985e-05| -|npm|[babel](https://babeljs.io/)|3.064256530890182e-05| -|npm|[commander](https://github.com/tj/commander.js#readme)|3.064091381657812e-05| -|npm|react-router-bootstrap|3.056124934611836e-05| -|npm|[events](https://github.com/Gozala/events#readme)|3.0514369386958222e-05| -|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0379480472392004e-05| -|npm|immutable|3.011989727763935e-05| -|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0087981530538248e-05| -|npm|[async](https://caolan.github.io/async/)|2.998568786407574e-05| -|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.9912980420594635e-05| -|npm|[downloadjs](http://danml.com/download.html)|2.9912980420594635e-05| -|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.9912980420594635e-05| -|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.9912980420594635e-05| -|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.9912980420594635e-05| -|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.9912980420594635e-05| -|npm|babel-preset-env|2.9444908157941594e-05| -|npm|[grunt](https://gruntjs.com/)|2.894124461961949e-05| -|npm|eslint-plugin-markdown|2.892794964117232e-05| -|npm|[winston](https://github.com/winstonjs/winston#readme)|2.876248117364869e-05| -|npm|[underscore](https://underscorejs.org)|2.8141704651403708e-05| -|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7885067253908366e-05| -|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7717862458902878e-05| -|npm|chalk|2.7621252717672996e-05| -|npm|ndoc|2.733586210743571e-05| -|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.684025901484205e-05| -|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6211233879071265e-05| -|npm|object-assign|2.6047775809940504e-05| -|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.5973982998847492e-05| -|npm|[zone.js](https://github.com/angular/angular#readme)|2.5926301196724065e-05| -|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.563969750336683e-05| -|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.563969750336683e-05| -|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.563969750336683e-05| -|npm|[md5-node](https://github.com/shanelau/node-md5)|2.563969750336683e-05| -|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.563969750336683e-05| -|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.563969750336683e-05| -|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.563969750336683e-05| -|npm|net|2.563969750336683e-05| -|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5396120377084845e-05| -|npm|process|2.538330052833316e-05| -|npm|util|2.538330052833316e-05| -|npm|spc|2.538330052833316e-05| -|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.504903250484106e-05| -|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.5003965663843117e-05| -|npm|[mathjs](https://mathjs.org)|2.4877628716461206e-05| -|npm|after|2.4558293562725477e-05| -|npm|expect.js|2.4554817802755622e-05| -|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4550485168686764e-05| -|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4505338117285184e-05| -|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.4428934010152285e-05| -|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.4348809955454267e-05| -|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.3227186305994483e-05| -|npm|[express-session](https://github.com/expressjs/session#readme)|2.2963554076452915e-05| -|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2760362765099134e-05| -|npm|[emotion](https://emotion.sh)|2.2434735315445976e-05| -|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.2434735315445976e-05| -|npm|[helmet](https://helmetjs.github.io/)|2.2434735315445976e-05| -|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.2434735315445976e-05| -|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.2434735315445976e-05| -|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.235619651032279e-05| -|npm|clipboard|2.2344996374184193e-05| -|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2163025743292244e-05| -|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1229384866402636e-05| -|npm|sax|2.11454692843292e-05| -|npm|[diff2html](https://diff2html.xyz/)|2.1115045002772684e-05| -|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1115045002772684e-05| -|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1115045002772684e-05| -|npm|react-schemaorg|2.1115045002772684e-05| -|npm|safe-buffer|2.106015086249541e-05| -|npm|lint-staged|2.094769315994145e-05| -|npm|vary|2.0717664105163455e-05| -|npm|[standard](https://standardjs.com)|2.0523881743686498e-05| -|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| -|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.0300942712110227e-05| -|npm|redux|2.02336380490305e-05| -|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.021591533919308e-05| -|npm|eslint-config-prettier|2.017555647696917e-05| -|npm|[bower](http://bower.io)|1.994198694706309e-05| -|npm|[http-auth](https://github.com/gevorg/http-auth)|1.994198694706309e-05| -|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.994198694706309e-05| -|npm|[multer](https://github.com/expressjs/multer#readme)|1.994198694706309e-05| -|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.994198694706309e-05| -|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.994198694706309e-05| -|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.994198694706309e-05| -|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.994198694706309e-05| -|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.994198694706309e-05| -|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.994198694706309e-05| -|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.994198694706309e-05| -|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.994198694706309e-05| -|npm|coffee-script|1.987290431972979e-05| -|npm|scheduler|1.974256707759246e-05| -|npm|[babel-loader](https://github.com/babel/babel-loader)|1.956518654851028e-05| -|npm|json5|1.947530582395567e-05| -|npm|[jasmine](http://jasmine.github.io/)|1.9342005503043522e-05| -|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8621579779901026e-05| -|npm|validator|1.857791641133783e-05| -|npm|[ts-node](https://typestrong.org/ts-node)|1.854650452351497e-05| -|npm|[minimist](https://github.com/substack/minimist)|1.803245689948966e-05| -|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.7947788252356782e-05| -|npm|tinymce|1.7947788252356782e-05| -|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7901699252524126e-05| -|npm|depd|1.7878218560775957e-05| -|npm|[font-awesome](http://fontawesome.io/)|1.766922161406832e-05| -|npm|gulp|1.7560251432165976e-05| -|npm|react-transition-group|1.7428091306807767e-05| -|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7424311094996377e-05| -|npm|[sass](https://github.com/sass/dart-sass)|1.716098173471369e-05| -|npm|on-headers|1.6845602999789314e-05| -|npm|rollup-plugin-commonjs|1.6697995882830824e-05| -|npm|autoprefixer|1.633883457873658e-05| -|npm|js-cookie|1.6299521984283198e-05| -|npm|styled-components|1.6190084251037122e-05| -|npm|[babel-preset-es2015](https://babeljs.io/)|1.616380399128006e-05| -|npm|react-highcharts|1.5856128719187383e-05| -|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5661581891639905e-05| -|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5405184916606237e-05| -|npm|nprogress|1.53838185020201e-05| -|npm|[form-data](https://github.com/form-data/form-data#readme)|1.5123270344858012e-05| -|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.5006552474826587e-05| -|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4956490210297318e-05| -|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4956490210297318e-05| -|npm|docco|1.4903532729960395e-05| -|npm|postcss|1.4855143229326898e-05| -|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4798952348413007e-05| -|npm|babel-core|1.4688927959258504e-05| -|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4585302821677388e-05| -|npm|[should](https://github.com/shouldjs/should.js)|1.4549636839147725e-05| -|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4548978147487032e-05| -|npm|[qunit](https://qunitjs.com)|1.4546069255334002e-05| -|npm|whatwg-fetch|1.4450461834382204e-05| -|npm|zap|1.430214376359681e-05| -|npm|diff|1.430214376359681e-05| -|npm|[terser](https://terser.org)|1.411118076051623e-05| -|npm|del-cli|1.4089897845942464e-05| -|npm|puppeteer|1.3982203309228615e-05| -|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.380599096335137e-05| -|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.380599096335137e-05| -|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.380599096335137e-05| -|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.380599096335137e-05| -|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.380599096335137e-05| -|npm|reflect-metadata|1.3754448318516944e-05| -|npm|recharts|1.3735552233946515e-05| -|npm|[request](https://github.com/request/request#readme)|1.3677022327911526e-05| -|npm|babel-runtime|1.3601218533098517e-05| -|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3294657964708726e-05| -|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3294657964708726e-05| -|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3294657964708726e-05| -|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3294657964708726e-05| -|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3294657964708726e-05| -|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3294657964708726e-05| -|npm|ngx-smart-modal|1.3294657964708726e-05| -|npm|plotly|1.3294657964708726e-05| -|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3154120335904327e-05| -|npm|stylelint-config-twbs-bootstrap|1.3154120335904327e-05| -|npm|stylelint|1.3154120335904327e-05| -|npm|postcss-cli|1.3154120335904327e-05| -|npm|lockfile-lint|1.3154120335904327e-05| -|npm|hugo-bin|1.3154120335904327e-05| -|npm|find-unused-sass-variables|1.3154120335904327e-05| -|npm|clean-css-cli|1.3154120335904327e-05| -|npm|[stylus](https://github.com/stylus/stylus)|1.3152434356334698e-05| -|npm|eslint-plugin-react|1.314280434101459e-05| -|npm|inherits|1.312306255081524e-05| -|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.309463142896852e-05| -|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3042059463379268e-05| -|npm|grunt-shell|1.3018248730964466e-05| -|npm|[difflet](https://github.com/substack/difflet#readme)|1.2948086684888714e-05| -|npm|camelcase|1.288583326731708e-05| -|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.2787287362615048e-05| -|npm|karma|1.2723363906964428e-05| -|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.269165026416658e-05| -|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.269165026416658e-05| -|npm|on-finished|1.263463879177108e-05| -|npm|retry|1.2579295516279298e-05| -|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2563451776649754e-05| -|npm|npm-run-all2|1.2510340974678485e-05| -|npm|readable-stream|1.23994168811609e-05| -|npm|dayjs|1.238338350635472e-05| -|npm|marked|1.2298335394741892e-05| -|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2167992035496123e-05| -|npm|[auth0](https://github.com/auth0/node-auth0)|1.2167992035496123e-05| -|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2167992035496123e-05| -|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2167992035496123e-05| -|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2167992035496123e-05| -|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2167992035496123e-05| -|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2167992035496123e-05| -|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2167992035496123e-05| -|npm|hammerjs|1.2167992035496123e-05| -|npm|http-status-codes|1.2167992035496123e-05| -|npm|is-url|1.2167992035496123e-05| -|npm|jwks-rsa|1.2167992035496123e-05| -|npm|nats|1.2167992035496123e-05| -|npm|nestjs-s3|1.2167992035496123e-05| -|npm|ngx-material-file-input|1.2167992035496123e-05| -|npm|passport-jwt|1.2167992035496123e-05| -|npm|sharp|1.2167992035496123e-05| -|npm|ssh2|1.2167992035496123e-05| -|npm|stackdriver-errors-js|1.2167992035496123e-05| -|npm|tiny-version-compare|1.2167992035496123e-05| -|npm|unzipper|1.2167992035496123e-05| -|npm|yaml|1.2167992035496123e-05| -|npm|[pug](https://pugjs.org)|1.2078008937145993e-05| -|npm|svgo|1.2057067750958252e-05| -|npm|p-each-series|1.1845540246555475e-05| -|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1735357843313741e-05| -|npm|[split](http://github.com/dominictarr/split)|1.17258533990031e-05| -|npm|react-test-renderer|1.172419285229865e-05| -|npm|react-collapsible|1.1703137187947925e-05| -|npm|react-icons|1.1703137187947925e-05| -|npm|basic-auth|1.1587793489369584e-05| -|npm|[jade](http://jade-lang.com)|1.1483176029657698e-05| -|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.142248523774992e-05| -|npm|[keycode](https://github.com/timoxley/keycode)|1.142248523774992e-05| -|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.142248523774992e-05| -|npm|simple-assign|1.142248523774992e-05| -|npm|warning|1.142248523774992e-05| -|npm|lodash.merge|1.142248523774992e-05| -|npm|lodash.throttle|1.142248523774992e-05| -|npm|recompose|1.142248523774992e-05| -|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.1255827203978038e-05| -|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1105193981145758e-05| -|npm|ms|1.1003760771754876e-05| -|npm|eslint-plugin-prettier|1.0993823104763348e-05| -|npm|react-json-view|1.0896871438930903e-05| -|npm|[canvg](https://github.com/canvg/canvg)|1.0877447425670775e-05| -|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0877447425670775e-05| -|npm|[http](https://github.com/npm/security-holder#readme)|1.0877447425670775e-05| -|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0877447425670775e-05| -|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0877447425670775e-05| -|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0877447425670775e-05| -|npm|[sequelize](https://sequelize.org/)|1.0877447425670775e-05| -|npm|create-react-class|1.0787433705684825e-05| -|npm|react-ga|1.0787433705684825e-05| -|npm|acorn|1.0767566757107068e-05| -|npm|vue-loader|1.0560350409199213e-05| -|npm|karma-chrome-launcher|1.0519952402768842e-05| -|npm|[through2](https://github.com/rvagg/through2#readme)|1.051021911382671e-05| -|npm|babel-eslint|1.0397057853447863e-05| -|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.0394210628785557e-05| -|npm|lodash.get|1.0243059152595049e-05| -|npm|react-router|1.020553384633e-05| -|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0153320211333265e-05| -|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0153320211333265e-05| -|npm|[remark](https://remark.js.org)|1.0153320211333265e-05| -|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0153320211333265e-05| -|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0153320211333265e-05| -|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0127726942370936e-05| -|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0048508413575792e-05| -|npm|babel-jest|1.0016469790118611e-05| -|npm|source-map-js|9.87128353879623e-06| -|npm|[del](https://github.com/sindresorhus/del#readme)|9.798785650535104e-06| -|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.727221324464422e-06| -|npm|codemirror|9.624747985879242e-06| -|npm|highcharts-exporting|9.446204343345675e-06| -|npm|highcharts-no-data-to-display|9.446204343345675e-06| -|npm|[history](https://github.com/remix-run/history#readme)|9.446204343345675e-06| -|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.446204343345675e-06| -|npm|[ramda](https://ramdajs.com/)|9.446204343345675e-06| -|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.446204343345675e-06| -|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.446204343345675e-06| -|npm|react-fontawesome|9.446204343345675e-06| -|npm|react-js-pagination|9.446204343345675e-06| -|npm|react-router-redux|9.446204343345675e-06| -|npm|react-s-alert|9.446204343345675e-06| -|npm|react-table|9.446204343345675e-06| -|npm|redux-form|9.446204343345675e-06| -|npm|redux-observable|9.446204343345675e-06| -|npm|redux-persist|9.446204343345675e-06| -|npm|reselect|9.446204343345675e-06| -|npm|rx-dom|9.446204343345675e-06| -|npm|codecov|9.283049750970842e-06| -|npm|[fuse.js](http://fusejs.io)|9.140552159950279e-06| -|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.120406683340491e-06| -|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.973894126178391e-06| -|npm|form-create|8.973894126178391e-06| -|npm|ant-design-vue|8.973894126178391e-06| -|npm|butterfly-dag|8.973894126178391e-06| -|npm|china-area-data|8.973894126178391e-06| -|npm|cron-parser|8.973894126178391e-06| -|npm|dom-align|8.973894126178391e-06| -|npm|element-resize-detector|8.973894126178391e-06| -|npm|enquire.js|8.973894126178391e-06| -|npm|lodash.pick|8.973894126178391e-06| -|npm|md5|8.973894126178391e-06| -|npm|react-visual-modeling|8.973894126178391e-06| -|npm|viser-vue|8.973894126178391e-06| -|npm|vue-area-linkage|8.973894126178391e-06| -|npm|vue-cropper|8.973894126178391e-06| -|npm|vue-i18n|8.973894126178391e-06| -|npm|vue-ls|8.973894126178391e-06| -|npm|vue-photo-preview|8.973894126178391e-06| -|npm|vue-splitpane|8.973894126178391e-06| -|npm|vuedraggable|8.973894126178391e-06| -|npm|vuera|8.973894126178391e-06| -|npm|vxe-table|8.973894126178391e-06| -|npm|vxe-table-plugin-antd|8.973894126178391e-06| -|npm|xe-utils|8.973894126178391e-06| -|npm|svg-sprite|8.884155184916607e-06| -|npm|picocolors|8.884155184916607e-06| -|npm|dompurify|8.864456392932312e-06| -|npm|query-string|8.864456392932312e-06| -|npm|react-virtualized|8.864456392932312e-06| -|npm|[benchmark](https://benchmarkjs.com/)|8.785000969472952e-06| -|npm|publish-please|8.556080173186025e-06| -|npm|eslint-config-react-app|8.523774992230395e-06| -|npm|babel-preset-react|8.509125578049594e-06| -|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.502035791151944e-06| -|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.441377331877701e-06| -|npm|globby|8.392039595759773e-06| -|npm|strip-json-comments|8.305034813977213e-06| -|npm|cpy-cli|8.289475426088517e-06| -|npm|clean-css|8.195851400748841e-06| -|npm|[actions](https://github.com/fundon/actions)|7.99958562105045e-06| -|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.96070344241897e-06| -|npm|needle|7.934861681272354e-06| -|npm|webworker-threads|7.897026831036984e-06| -|npm|simplebar-core|7.897026831036984e-06| -|npm|c8|7.784832949263352e-06| -|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.724467597046072e-06| -|npm|parseurl|7.647428073875e-06| -|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.535079767947789e-06| -|npm|coffeescript|7.503704009913219e-06| -|npm|rtlcss|7.4428777170293665e-06| -|npm|quick-lru|7.403462654097172e-06| -|npm|map-obj|7.403462654097172e-06| -|npm|lodash.kebabcase|7.403462654097172e-06| -|npm|memfs|7.3441267151062935e-06| -|npm|ghsign|7.3294280275562e-06| -|npm|git-config-path|7.3294280275562e-06| -|npm|github-username|7.3294280275562e-06| -|npm|parse-git-config|7.3294280275562e-06| -|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.325627858104808e-06| -|npm|[child_process](https://github.com/npm/security-holder#readme)|7.325627858104808e-06| -|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.325627858104808e-06| -|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.325627858104808e-06| -|npm|mkdir-recursive|7.325627858104808e-06| -|npm|ncp|7.325627858104808e-06| -|npm|node-pre-gyp|7.325627858104808e-06| -|npm|react-bootstrap-drawer|7.325627858104808e-06| -|npm|react-combo-select|7.325627858104808e-06| -|npm|react-jsx-parser|7.325627858104808e-06| -|npm|react-pro-sidebar|7.325627858104808e-06| -|npm|react-spinners|7.325627858104808e-06| -|npm|reactour|7.325627858104808e-06| -|npm|util-promisifyall|7.325627858104808e-06| -|npm|package-json-versionify|7.293578236225599e-06| -|npm|[nopt](https://github.com/npm/nopt#readme)|7.186542456081302e-06| -|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.186542456081302e-06| -|npm|[grunt-legacy-util](http://gruntjs.com/)|6.9660888603782e-06| -|npm|[grunt-known-options](http://gruntjs.com/)|6.9660888603782e-06| -|npm|accepts|6.917037051056268e-06| -|npm|xregexp|6.833965526858928e-06| -|npm|bufferedstream|6.833965526858928e-06| -|npm|tslint|6.825806374036199e-06| -|npm|concat-stream|6.820018658436767e-06| -|npm|gulp-eslint|6.806384482727101e-06| -|npm|safer-buffer|6.7355007313086126e-06| -|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.653059438373633e-06| -|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.572624552918475e-06| -|npm|electron|6.515047135605511e-06| -|npm|v8-argv|6.515047135605511e-06| -|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.502189156021643e-06| -|npm|[shelljs](http://github.com/shelljs/shelljs)|6.422475090244884e-06| -|npm|[mdi](http://materialdesignicons.com)|6.409924375841708e-06| -|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.409924375841708e-06| -|npm|color|6.409924375841708e-06| -|npm|dotenv-load|6.409924375841708e-06| -|npm|iframe-resizer|6.409924375841708e-06| -|npm|isomorphic-unfetch|6.409924375841708e-06| -|npm|js-file-download|6.409924375841708e-06| -|npm|material-table|6.409924375841708e-06| -|npm|material-ui-chip-input|6.409924375841708e-06| -|npm|materialize-css|6.409924375841708e-06| -|npm|mui-datatables|6.409924375841708e-06| -|npm|next|6.409924375841708e-06| -|npm|next-env|6.409924375841708e-06| -|npm|next-redux-wrapper|6.409924375841708e-06| -|npm|ra-data-simple-rest|6.409924375841708e-06| -|npm|react-admin|6.409924375841708e-06| -|npm|react-loading|6.409924375841708e-06| -|npm|react-scroll|6.409924375841708e-06| -|npm|react-scroll-to-component|6.409924375841708e-06| -|npm|react-swipeable-views|6.409924375841708e-06| -|npm|react-wordcloud|6.409924375841708e-06| -|npm|redux-saga|6.409924375841708e-06| -|npm|serialize-error|6.409924375841708e-06| -|npm|swagger-client|6.409924375841708e-06| -|npm|swagger-ui-react|6.409924375841708e-06| -|npm|tween|6.409924375841708e-06| -|npm|uuid5|6.409924375841708e-06| -|npm|cross-spawn|6.384328196668948e-06| -|npm|sprintf-js|6.3378127266134885e-06| -|npm|rollup-plugin-replace|6.270605619256214e-06| -|npm|karma-firefox-launcher|6.170857850344476e-06| -|npm|bundlewatch|6.150209634567955e-06| -|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.083996017748061e-06| -|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.083996017748061e-06| -|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.083996017748061e-06| -|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.083996017748061e-06| -|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.083996017748061e-06| -|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.083996017748061e-06| -|npm|[esdoc](https://esdoc.org/)|6.083996017748061e-06| -|npm|esdoc-standard-plugin|6.083996017748061e-06| -|npm|fast-random|6.083996017748061e-06| -|npm|flatted|6.083996017748061e-06| -|npm|fs.realpath|6.083996017748061e-06| -|npm|has-unicode|6.083996017748061e-06| -|npm|ignore-walk|6.083996017748061e-06| -|npm|ini|6.083996017748061e-06| -|npm|is-fullwidth-code-point|6.083996017748061e-06| -|npm|jsdocs|6.083996017748061e-06| -|npm|mimic-response|6.083996017748061e-06| -|npm|node|6.083996017748061e-06| -|npm|npm|6.083996017748061e-06| -|npm|npm-bundled|6.083996017748061e-06| -|npm|npm-normalize-package-bin|6.083996017748061e-06| -|npm|npm-packlist|6.083996017748061e-06| -|npm|number-is-nan|6.083996017748061e-06| -|npm|odex|6.083996017748061e-06| -|npm|os-homedir|6.083996017748061e-06| -|npm|os-tmpdir|6.083996017748061e-06| -|npm|osenv|6.083996017748061e-06| -|npm|path-is-absolute|6.083996017748061e-06| -|npm|rc|6.083996017748061e-06| -|npm|set-blocking|6.083996017748061e-06| -|npm|signal-exit|6.083996017748061e-06| -|npm|simple-concat|6.083996017748061e-06| -|npm|string-width|6.083996017748061e-06| -|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.941804811750346e-06| -|npm|prismjs|5.8675461594243326e-06| -|npm|run-sequence|5.6931895868739645e-06| -|npm|tsconfig-paths|5.640733450740702e-06| -|npm|replace|5.640733450740702e-06| -|npm|node-qunit-phantomjs|5.640733450740702e-06| -|npm|karma-coverage-istanbul-reporter|5.557523873439403e-06| -|npm|karma-browserstack-launcher|5.557523873439403e-06| -|npm|ip|5.557523873439403e-06| -|npm|chai-passport-strategy|5.552596990572879e-06| -|npm|passport-strategy|5.552596990572879e-06| -|npm|uglify-es|5.534969698539315e-06| -|npm|d3-axis|5.474318611931587e-06| -|npm|d3-color|5.474318611931587e-06| -|npm|d3-ease|5.474318611931587e-06| -|npm|d3-interpolate|5.474318611931587e-06| -|npm|d3-selection|5.474318611931587e-06| -|npm|d3-shape|5.474318611931587e-06| -|npm|d3-timer|5.474318611931587e-06| -|npm|d3-transition|5.474318611931587e-06| -|npm|d3-zoom|5.474318611931587e-06| -|npm|d3-request|5.457409613591629e-06| -|npm|tough-cookie|5.353344134676782e-06| -|npm|moment-timezone|5.347397928456421e-06| -|npm|gulp-uglify|5.346299561828413e-06| -|npm|karma-jasmine|5.30300645155942e-06| -|npm|rollup-plugin-svelte|5.301441213102163e-06| -|npm|classnames|5.246276566073521e-06| -|npm|[compression](https://github.com/expressjs/compression#readme)|5.239288051484066e-06| -|npm|murl|5.225973638186239e-06| -|npm|protein|5.225973638186239e-06| -|npm|network-address|5.225973638186239e-06| -|npm|updater-license|5.225973638186239e-06| -|npm|update|5.225973638186239e-06| -|npm|cose-base|5.225973638186239e-06| -|npm|karma-mocha|5.152846707451004e-06| -|npm|grunt-contrib-clean|5.150981887427811e-06| -|npm|mime-types|5.067231371310217e-06| -|npm|[which](https://github.com/isaacs/node-which#readme)|5.063055945142603e-06| -|npm|cli-table|5.06255827203978e-06| -|npm|const-version|4.935641769398115e-06| -|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.935641769398115e-06| -|npm|microbundle|4.935641769398115e-06| -|npm|fresh|4.930556973619202e-06| -|npm|etag|4.930556973619202e-06| -|npm|esbuild|4.911045547955931e-06| -|npm|eslint-config-airbnb-base|4.888943004964579e-06| -|npm|execa|4.8613275447843384e-06| -|npm|gulp-rename|4.860180452331349e-06| -|npm|gulp-concat|4.860180452331349e-06| -|npm|eslint-plugin-html|4.8267473012370975e-06| -|npm|compressible|4.739782969025173e-06| -|npm|jshint-stylish|4.73387707289085e-06| -|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.726197490417487e-06| -|npm|karma-rollup-preprocessor|4.696575243900884e-06| -|npm|browser-sync|4.647900365714406e-06| -|npm|serialize-javascript|4.643197747266143e-06| -|npm|jest-worker|4.643197747266143e-06| -|npm|jsmd|4.615145550606029e-06| -|npm|is-mergeable-object|4.615145550606029e-06| -|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.588659779870847e-06| -|npm|gzip-size|4.575261576711904e-06| -|npm|read-file-relative|4.568994095099969e-06| -|npm|normalize-newline|4.568994095099969e-06| -|npm|callsite-record|4.568994095099969e-06| -|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.4869470630891954e-06| -|npm|baseui|4.4869470630891954e-06| -|npm|color2k|4.4869470630891954e-06| -|npm|copy-to-clipboard|4.4869470630891954e-06| -|npm|cypress-circleci-reporter|4.4869470630891954e-06| -|npm|d3-graphviz|4.4869470630891954e-06| -|npm|decamelize|4.4869470630891954e-06| -|npm|deck.gl|4.4869470630891954e-06| -|npm|fzy.js|4.4869470630891954e-06| -|npm|hoist-non-react-statics|4.4869470630891954e-06| -|npm|humanize-string|4.4869470630891954e-06| -|npm|immer|4.4869470630891954e-06| -|npm|jest-fetch-mock|4.4869470630891954e-06| -|npm|katex|4.4869470630891954e-06| -|npm|mapbox-gl|4.4869470630891954e-06| -|npm|moment-duration-format|4.4869470630891954e-06| -|npm|node-emoji|4.4869470630891954e-06| -|npm|numbro|4.4869470630891954e-06| -|npm|protobufjs|4.4869470630891954e-06| -|npm|react-color|4.4869470630891954e-06| -|npm|react-debounce-render|4.4869470630891954e-06| -|npm|react-device-detect|4.4869470630891954e-06| -|npm|react-dropzone|4.4869470630891954e-06| -|npm|react-feather|4.4869470630891954e-06| -|npm|react-google-login|4.4869470630891954e-06| -|npm|react-hotkeys|4.4869470630891954e-06| -|npm|react-html-parser|4.4869470630891954e-06| -|npm|react-map-gl|4.4869470630891954e-06| -|npm|react-markdown|4.4869470630891954e-06| -|npm|react-webcam|4.4869470630891954e-06| -|npm|react-window|4.4869470630891954e-06| -|npm|rehype-katex|4.4869470630891954e-06| -|npm|rehype-raw|4.4869470630891954e-06| -|npm|remark-emoji|4.4869470630891954e-06| -|npm|remark-gfm|4.4869470630891954e-06| -|npm|remark-math|4.4869470630891954e-06| -|npm|re-resizable|4.4869470630891954e-06| -|npm|styletron-engine-atomic|4.4869470630891954e-06| -|npm|styletron-react|4.4869470630891954e-06| -|npm|typed-signals|4.4869470630891954e-06| -|npm|vega|4.4869470630891954e-06| -|npm|vega-embed|4.4869470630891954e-06| -|npm|vega-lite|4.4869470630891954e-06| -|npm|xxhashjs|4.4869470630891954e-06| -|npm|draco3d|4.442077592458303e-06| -|npm|webgl-obj-loader|4.442077592458303e-06| -|npm|temp-path|4.401738212612261e-06| -|npm|hot-loader|4.377509329843117e-06| -|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.377509329843117e-06| -|npm|babel-plugin-strip-function-call|4.377509329843117e-06| -|npm|babel-plugin-styled-components|4.377509329843117e-06| -|npm|binomial|4.377509329843117e-06| -|npm|compression-webpack-plugin|4.377509329843117e-06| -|npm|css.escape|4.377509329843117e-06| -|npm|dom-to-image|4.377509329843117e-06| -|npm|express-naked-redirect|4.377509329843117e-06| -|npm|express-static-gzip|4.377509329843117e-06| -|npm|html-webpack-plugin|4.377509329843117e-06| -|npm|i18next|4.377509329843117e-06| -|npm|leaflet|4.377509329843117e-06| -|npm|leaflet-gesture-handling|4.377509329843117e-06| -|npm|linspace|4.377509329843117e-06| -|npm|lodash-webpack-plugin|4.377509329843117e-06| -|npm|mousetrap|4.377509329843117e-06| -|npm|null-loader|4.377509329843117e-06| -|npm|outer-product|4.377509329843117e-06| -|npm|react-addons-css-transition-group|4.377509329843117e-06| -|npm|react-hot-loader|4.377509329843117e-06| -|npm|react-i18next|4.377509329843117e-06| -|npm|react-tooltip|4.377509329843117e-06| -|npm|redux-thunk|4.377509329843117e-06| -|npm|typeface-lato|4.377509329843117e-06| -|npm|webpack-bundle-analyzer|4.377509329843117e-06| -|npm|webpack-dev-middleware|4.377509329843117e-06| -|npm|webpack-hot-middleware|4.377509329843117e-06| -|npm|yaml-front-matter|4.377509329843117e-06| -|npm|merge-stream|4.365700571909275e-06| -|npm|vinyl-source-stream|4.34879527685211e-06| -|npm|vinyl-buffer|4.34879527685211e-06| -|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.275459004374886e-06| -|npm|rollup-plugin-istanbul|4.2699651509877215e-06| -|npm|karma-jasmine-html-reporter|4.2699651509877215e-06| -|npm|karma-detect-browsers|4.2699651509877215e-06| -|npm|hammer-simulator|4.2699651509877215e-06| -|npm|eslint-plugin-unicorn|4.2699651509877215e-06| -|npm|eslint-config-xo|4.2699651509877215e-06| -|npm|less|4.247337985230351e-06| -|npm|gulp-clean|4.230550088055527e-06| -|npm|mocha-lcov-reporter|4.230550088055527e-06| -|npm|any-promise|4.230550088055526e-06| -|npm|thenify-all|4.230550088055526e-06| -|npm|schema-utils|4.201356818442044e-06| -|npm|loader-utils|4.201356818442044e-06| -|npm|karma-browserify|4.177668211954833e-06| -|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.149223785124023e-06| -|npm|[shx](https://github.com/shelljs/shx#readme)|4.107057642675766e-06| -|npm|babel-plugin-external-helpers|4.016167743384518e-06| -|npm|csso|3.948513415518492e-06| -|npm|google-closure-compiler|3.948513415518492e-06| -|npm|ora|3.948513415518492e-06| -|npm|update-notifier|3.948513415518492e-06| -|npm|crass|3.948513415518492e-06| -|npm|sqwish|3.948513415518492e-06| -|npm|html-minifier|3.948513415518492e-06| -|npm|node-version|3.948513415518492e-06| -|npm|ascli|3.909028281363307e-06| -|npm|prettier-plugin-svelte|3.891257850416988e-06| -|npm|eslint-plugin-svelte3|3.891257850416988e-06| -|npm|svelte|3.891257850416988e-06| -|npm|path-platform|3.8699379985496735e-06| -|npm|underscore.string|3.790572878897752e-06| -|npm|gulp-babel|3.750080470912078e-06| -|npm|gulp-uglify-es|3.7444309785584632e-06| -|npm|escape-html|3.73587779868313e-06| -|npm|eslint-plugin-jsx-a11y|3.7271185040089553e-06| -|npm|superagent|3.701731327048586e-06| -|npm|connect-flash|3.701731327048586e-06| -|npm|isexe|3.701731327048586e-06| -|npm|seedrandom|3.6664767429814563e-06| -|npm|[typedoc](https://typedoc.org)|3.631398431834663e-06| -|npm|sass-true|3.62618578976188e-06| -|package.json|gitlab/magnumpi/magnumpi|3.6258158085569257e-06| -|package.json|gitlab/geekysquirrel/bigx|3.6258158085569257e-06| -|package.json|gitlab/metafundev/metafun|3.6258158085569257e-06| -|package.json|github/emrecdem/emo-spectre|3.6258158085569257e-06| -|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6258158085569257e-06| -|package.json|github/eWaterCycle/Cesium-NcWMS|3.6258158085569257e-06| -|package.json|github/eWaterCycle/setup-grpc|3.6258158085569257e-06| -|package.json|github/eWaterCycle/eWaterleaf|3.6258158085569257e-06| -|package.json|github/eWaterCycle/setup-singularity|3.6258158085569257e-06| -|package.json|github/EMResearch/EvoMaster|3.6258158085569257e-06| -|package.json|github/ReGIS-org/regis-v2|3.6258158085569257e-06| -|package.json|github/tyo-nu/MINE-app|3.6258158085569257e-06| -|package.json|github/streamlit/streamlit|3.6258158085569257e-06| -|package.json|github/ZjuLiangsl/mmkp|3.6258158085569257e-06| -|package.json|github/AA-ALERT/frbcat-web|3.6258158085569257e-06| -|package.json|github/eucp-project/storyboards|3.6258158085569257e-06| -|package.json|github/eucp-project/atlas|3.6258158085569257e-06| -|package.json|github/MaayanLab/signature-commons-ui|3.6258158085569257e-06| -|package.json|github/luntergroup/octopus|3.6258158085569257e-06| -|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6258158085569257e-06| -|package.json|github/MolMeDB/MolMeDB|3.6258158085569257e-06| -|package.json|github/interactivereport/OmicsView0|3.6258158085569257e-06| -|package.json|github/klevis-a/kinematics-vis|3.6258158085569257e-06| -|package.json|github/ablab/spades|3.6258158085569257e-06| -|package.json|github/DorianDepriester/mtex2Gmsh|3.6258158085569257e-06| -|package.json|github/fairdataihub/SPARClink|3.6258158085569257e-06| -|package.json|github/Via-Appia/via-appia-online-viewer|3.6258158085569257e-06| -|package.json|github/ADAH-EviDENce/evidence|3.6258158085569257e-06| -|package.json|github/bio-tools/biotoolsSum|3.6258158085569257e-06| -|package.json|github/nextstrain/auspice|3.6258158085569257e-06| -|package.json|github/souzamonteiro/cnatool|3.6258158085569257e-06| -|package.json|github/phelelani/nf-rnaSeqMetagen|3.6258158085569257e-06| -|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6258158085569257e-06| -|package.json|github/davidhoksza/MolArt|3.6258158085569257e-06| -|package.json|github/lumen-org/lumen|3.6258158085569257e-06| -|package.json|github/meta-logic/sequoia|3.6258158085569257e-06| -|package.json|github/tobiasrausch/alfred|3.6258158085569257e-06| -|package.json|github/CrowdTruth/CrowdTruth|3.6258158085569257e-06| -|package.json|github/eweitz/ideogram|3.6258158085569257e-06| -|package.json|github/Yomguithereal/talisman|3.6258158085569257e-06| -|package.json|github/MichaelSel/edoJS|3.6258158085569257e-06| -|package.json|github/sonjageorgievska/CClusTera|3.6258158085569257e-06| -|package.json|github/biosimulations/Biosimulations|3.6258158085569257e-06| -|package.json|github/SchmidtDSE/afscgap|3.6258158085569257e-06| -|package.json|github/Samreay/Marz|3.6258158085569257e-06| -|package.json|github/TNOCS/csWeb|3.6258158085569257e-06| -|package.json|github/Shamir-Lab/domino_web|3.6258158085569257e-06| -|package.json|github/PathwayCommons/grounding-search|3.6258158085569257e-06| -|package.json|github/ci-for-research/self-hosted-runners|3.6258158085569257e-06| -|package.json|github/ci-for-science/self-hosted-runners|3.6258158085569257e-06| -|package.json|github/Kaixhin/FGLab|3.6258158085569257e-06| -|package.json|github/Kaixhin/FGMachine|3.6258158085569257e-06| -|package.json|github/sib-swiss/glittr|3.6258158085569257e-06| -|package.json|github/bramvandijk88/cacatoo|3.6258158085569257e-06| -|package.json|github/wangjun1996/VisFeature|3.6258158085569257e-06| -|package.json|github/ratschlab/metagraph|3.6258158085569257e-06| -|package.json|github/research-software-directory/research-software-directory|3.6258158085569257e-06| -|package.json|github/pmkruyen/dearscholar|3.6258158085569257e-06| -|package.json|github/bids-standard/bids-validator|3.6258158085569257e-06| -|package.json|github/IPK-BIT/divbrowse|3.6258158085569257e-06| -|package.json|github/hetalang/heta-compiler|3.6258158085569257e-06| -|package.json|github/dondi/GRNsight|3.6258158085569257e-06| -|package.json|github/nlesc-sherlock/Rig|3.6258158085569257e-06| -|package.json|github/yyZhang14/dbEssLnc|3.6258158085569257e-06| -|package.json|github/i-VRESSE/workflow-builder|3.6258158085569257e-06| -|package.json|github/vibbits/phyd3|3.6258158085569257e-06| -|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6258158085569257e-06| -|package.json|github/CDSP-SCPO/dataverse-feed|3.6258158085569257e-06| -|package.json|github/quinlanW/dbMisLoc|3.6258158085569257e-06| -|package.json|github/PDB-REDO/tortoize|3.6258158085569257e-06| -|package.json|github/FINNGEN/lavaa-react|3.6258158085569257e-06| -|package.json|github/tortellini-tools/action|3.6258158085569257e-06| -|package.json|github/amkram/shusher|3.6258158085569257e-06| -|package.json|github/neuroneural/brainchop|3.6258158085569257e-06| -|package.json|github/PopMedNet-Team/popmednet|3.6258158085569257e-06| -|package.json|github/gear-genomics/tracy|3.6258158085569257e-06| -|package.json|github/cinemascience/cinema_snap|3.6258158085569257e-06| -|package.json|github/citation-file-format/cff-initializer-javascript|3.6258158085569257e-06| -|package.json|github/LTLA/gesel.js|3.6258158085569257e-06| -|package.json|github/NLeSC/spot|3.6258158085569257e-06| -|package.json|github/NLeSC/xenon-flow|3.6258158085569257e-06| -|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6258158085569257e-06| -|package.json|github/NLeSC/UncertaintyVisualization|3.6258158085569257e-06| -|package.json|github/NLeSC/DiVE|3.6258158085569257e-06| -|package.json|github/NLeSC/ExtJS-DateTime|3.6258158085569257e-06| -|package.json|github/NLeSC/docker-couch-admin|3.6258158085569257e-06| -|package.json|github/NLeSC/case-law-app|3.6258158085569257e-06| -|package.json|github/NLeSC/pattyvis|3.6258158085569257e-06| -|package.json|github/jspsych/jspsych|3.6258158085569257e-06| -|package.json|github/mathjax/MathJax|3.6258158085569257e-06| -|package.json|github/leraman/Hopla|3.6258158085569257e-06| -|package.json|github/iomega/paired-data-form|3.6258158085569257e-06| -|package.json|github/iomega/zenodo-upload|3.6258158085569257e-06| -|package.json|github/korcsmarosgroup/TFlink|3.6258158085569257e-06| -|npm|leaflet-geotiff-2|3.5895576504713563e-06| -|npm|retape|3.589557650471356e-06| -|npm|test|3.589557650471356e-06| -|npm|babel-plugin-remove-comments|3.589557650471356e-06| -|npm|svelte-preprocess|3.4883483182212237e-06| -|npm|karma-phantomjs-launcher|3.4725765306122454e-06| -|npm|json-stringify-safe|3.4508814019555498e-06| -|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4260872547674587e-06| -|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.416982763429464e-06| -|npm|loud-rejection|3.416982763429464e-06| -|npm|csv-spectrum|3.416982763429464e-06| -|npm|bops|3.416982763429464e-06| -|npm|babel-plugin-transform-runtime|3.4037410649539006e-06| -|npm|babel-plugin-add-module-exports|3.3538860975862426e-06| -|npm|karma-cli|3.290690626409023e-06| -|npm|through|3.2519448204338915e-06| -|npm|watch-run|3.172912566041645e-06| -|npm|rollup-plugin-modify|3.172912566041645e-06| -|npm|rollup-plugin-html|3.172912566041645e-06| -|npm|rollup-plugin-esbuild|3.172912566041645e-06| -|npm|p-limit|3.172912566041645e-06| -|npm|number-precision|3.172912566041645e-06| -|npm|archiver|3.172912566041645e-06| -|npm|path-scurry|3.1427698966642494e-06| -|npm|minipass|3.1427698966642494e-06| -|npm|jackspeak|3.1427698966642494e-06| -|npm|foreground-child|3.1427698966642494e-06| -|npm|eslint-config-xo-nextjs|3.1411834403812285e-06| -|npm|babelify|3.122548874517175e-06| -|npm|babel-plugin-transform-es2015-modules-commonjs|3.122548874517175e-06| -|npm|babel-register|3.076100700837982e-06| -|npm|livereload|3.063501787902278e-06| -|npm|jsonlint|3.063501787902278e-06| -|npm|http-server|3.063501787902278e-06| -|npm|highlight.js|3.063501787902278e-06| -|npm|handlebars|3.063501787902278e-06| -|npm|download-cli|3.063501787902278e-06| -|npm|heap|3.063501787902278e-06| -|npm|git-state|3.0545755006414902e-06| -|npm|xpath|3.0545755006414902e-06| -|npm|coffee-coverage|3.0545755006414902e-06| -|npm|conventional-changelog-cli|3.0461076765056827e-06| -|npm|gulp-if|3.0387267865253982e-06| -|npm|babel-plugin-istanbul|3.0362157178821967e-06| -|npm|read-package-json|3.006944831817928e-06| -|npm|is-wsl|3.006944831817928e-06| -|npm|[covert](https://github.com/substack/covert)|2.9748100072516343e-06| -|npm|utest|2.9613850616388687e-06| -|npm|urun|2.9613850616388687e-06| -|npm|timezone-mock|2.9613850616388687e-06| -|npm|sqlstring|2.9613850616388687e-06| -|npm|bignumber.js|2.9613850616388687e-06| -|npm|[resolve](https://github.com/browserify/resolve#readme)|2.9459240282016747e-06| -|npm|eslint-plugin-pabigot|2.93177121102248e-06| -|npm|gulp-jshint|2.9288423686538258e-06| -|npm|enquirer|2.8839069640959916e-06| -|npm|zuul|2.826776649746193e-06| -|npm|travis-cov|2.820366725370351e-06| -|npm|[x2js](https://github.com/x2js/x2js#readme)|2.820366725370351e-06| -|npm|toml|2.820366725370351e-06| -|npm|properties|2.820366725370351e-06| -|npm|hjson|2.820366725370351e-06| -|npm|cson|2.820366725370351e-06| -|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8158624541873298e-06| -|npm|ts-loader|2.7870177944960396e-06| -|npm|in-publish|2.7801486831022762e-06| -|npm|assert|2.7551235566463992e-06| -|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.73820938303311e-06| -|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.7316740977094214e-06| -|npm|eslint-plugin-jest|2.728993969693315e-06| -|npm|server-destroy|2.698881334328216e-06| -|npm|karma-coverage|2.684259418750487e-06| -|npm|eslint-config-airbnb|2.6737602499023817e-06| -|npm|gulp-mocha|2.6544628003485654e-06| -|npm|gulp-istanbul|2.6544628003485654e-06| -|npm|gulp-coveralls|2.6544628003485654e-06| -|npm|stealthy-require|2.6544628003485654e-06| -|npm|request-promise-core|2.6544628003485654e-06| -|npm|updox|2.632342277012328e-06| -|npm|safename|2.632342277012328e-06| -|npm|[q](https://github.com/kriskowal/q)|2.6067025795089703e-06| -|npm|browserify-istanbul|2.601941584954441e-06| -|npm|combined-stream|2.601941584954441e-06| -|npm|split2|2.5975512455274965e-06| -|npm|csstype|2.5916650172237346e-06| -|npm|gulp-replace|2.5526076770283347e-06| -|npm|gulp-header|2.5526076770283347e-06| -|npm|jest-canvas-mock|2.532401354011216e-06| -|npm|postcss-loader|2.516732649981381e-06| -|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5122416606236405e-06| -|npm|open|2.510126385579612e-06| -|npm|imagemin-svgo|2.4850783734032465e-06| -|npm|imagemin-optipng|2.4850783734032465e-06| -|npm|imagemin-jpegtran|2.4850783734032465e-06| -|npm|imagemin-gifsicle|2.4850783734032465e-06| -|npm|pretty-bytes|2.4850783734032465e-06| -|npm|plur|2.4850783734032465e-06| -|npm|p-map|2.4850783734032465e-06| -|npm|imagemin|2.4850783734032465e-06| -|npm|nodeunit-x|2.480729486249791e-06| -|npm|karma-chai|2.47349831834917e-06| -|npm|prettier-plugin-pkgjson|2.4678208846990574e-06| -|npm|make-dir-cli|2.4678208846990574e-06| -|npm|koa|2.4678208846990574e-06| -|npm|formdata-polyfill|2.4678208846990574e-06| -|npm|once|2.4678208846990574e-06| -|npm|hexoid|2.4678208846990574e-06| -|npm|dezalgo|2.4678208846990574e-06| -|npm|houkou|2.4678208846990574e-06| -|npm|rollup-plugin-typescript2|2.4432246632568737e-06| -|npm|gulp-sourcemaps|2.434362488231752e-06| -|npm|gulp-file|2.434362488231752e-06| -|npm|watchify|2.417457193174587e-06| -|npm|gulp-gh-pages|2.417457193174587e-06| -|npm|gulp-beautify|2.417457193174587e-06| -|npm|babel-preset-es2017|2.3803895162125762e-06| -|npm|statuses|2.3419116558878807e-06| -|npm|setprototypeof|2.3419116558878807e-06| -|npm|[babel-polyfill](https://babeljs.io/)|2.3107500329266705e-06| -|npm|[angular-mocks](http://angularjs.org)|2.3075727753030144e-06| -|npm|gulp-angular-templatecache|2.3075727753030144e-06| -|npm|gulp-cssnano|2.3075727753030144e-06| -|npm|gulp-less|2.3075727753030144e-06| -|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.29154796436341e-06| -|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2625090645395217e-06| -|npm|gulp-json-editor|2.2210387962291518e-06| -|npm|requizzle|2.2210387962291518e-06| -|npm|markdown-it-anchor|2.2210387962291518e-06| -|npm|klaw|2.2210387962291518e-06| -|npm|js2xmlparser|2.2210387962291518e-06| -|npm|escape-string-regexp|2.2210387962291518e-06| -|npm|catharsis|2.2210387962291518e-06| -|npm|optimist|2.216338185020201e-06| -|npm|gaze|2.161811094996374e-06| -|npm|hooker|2.154977129469515e-06| -|npm|punycode|2.1537345902828134e-06| -|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1310434579923347e-06| -|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1233181406582376e-06| -|npm|phantomjs-prebuilt|2.1152750440277636e-06| -|npm|node-sass|2.095482996832182e-06| -|npm|pify|2.091952780721816e-06| -|npm|rollup-plugin-livereload|2.078164955536048e-06| -|npm|duplexer|2.0676813555371387e-06| -|npm|rollup-plugin-copy|2.061037222386026e-06| -|npm|[opener](https://github.com/domenic/opener#readme)|2.0521525506504278e-06| -|npm|karma-sinon|2.0468882254360075e-06| -|npm|bl|2.040065264684554e-06| -|npm|qs|2.02713858385994e-06| -|npm|xvfb-maybe|1.974256707759246e-06| -|npm|twolfson-style|1.974256707759246e-06| -|npm|proclaim|1.974256707759246e-06| -|npm|jscs|1.974256707759246e-06| -|npm|foundry-release-npm|1.974256707759246e-06| -|npm|foundry-release-git|1.974256707759246e-06| -|npm|foundry-release-component|1.974256707759246e-06| -|npm|foundry|1.974256707759246e-06| -|npm|domify|1.974256707759246e-06| -|npm|css-controls|1.974256707759246e-06| -|npm|brfs|1.974256707759246e-06| -|npm|computed-style|1.974256707759246e-06| -|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.967353712277571e-06| -|npm|gulp-autoprefixer|1.9572327790525568e-06| -|npm|ubelt|1.952561579102551e-06| -|npm|asynct|1.952561579102551e-06| -|npm|event-stream|1.952561579102551e-06| -|npm|it-is|1.952561579102551e-06| -|npm|stream-spec|1.952561579102551e-06| -|npm|string-to-stream|1.952561579102551e-06| -|npm|read-dir-deep|1.9313380836775232e-06| -|npm|gulp-strip-comments|1.9313380836775232e-06| -|npm|gulp-jsbeautifier|1.9313380836775232e-06| -|npm|webgpu|1.9313380836775232e-06| -|npm|gpu-mock.js|1.9313380836775232e-06| -|npm|gl-wiretap|1.9313380836775232e-06| -|npm|gl|1.9313380836775232e-06| -|npm|babel-preset-stage-2|1.9144307469180564e-06| -|npm|pngjs|1.9056531928178049e-06| -|npm|[types](http://nodeca.github.com/types/)|1.8903287626939066e-06| -|npm|[runmd](https://github.com/broofa/runmd)|1.8802444835802342e-06| -|npm|random-seed|1.8802444835802342e-06| -|npm|optional-dev-dependency|1.8802444835802342e-06| -|npm|pm2-sysmonit|1.850865663524293e-06| -|npm|yamljs|1.850865663524293e-06| -|npm|vizion|1.850865663524293e-06| -|npm|source-map-support|1.850865663524293e-06| -|npm|promptly|1.850865663524293e-06| -|npm|pm2-multimeter|1.850865663524293e-06| -|npm|pm2-deploy|1.850865663524293e-06| -|npm|pm2-axon-rpc|1.850865663524293e-06| -|npm|pm2-axon|1.850865663524293e-06| -|npm|pidusage|1.850865663524293e-06| -|npm|fclone|1.850865663524293e-06| -|npm|croner|1.850865663524293e-06| -|npm|cli-tableau|1.850865663524293e-06| -|npm|blessed|1.850865663524293e-06| -|npm|mocha-headless-chrome|1.83235700688905e-06| -|npm|gulp-format-md|1.83235700688905e-06| -|npm|babel-plugin-module-resolver|1.8175167326499814e-06| -|npm|sveld|1.81309289488094e-06| -|npm|pretty-quick|1.81309289488094e-06| -|npm|toidentifier|1.81309289488094e-06| -|npm|gulp-plumber|1.81309289488094e-06| -|npm|gulp-filter|1.81309289488094e-06| -|npm|kefir|1.8050347042370246e-06| -|npm|highland|1.8050347042370246e-06| -|npm|grunt-saucelabs|1.8050347042370246e-06| -|npm|co|1.8050347042370246e-06| -|npm|baconjs|1.8050347042370246e-06| -|npm|acorn-walk|1.8050347042370246e-06| -|npm|travis-check-changes|1.804166899090757e-06| -|npm|shelljs-release|1.804166899090757e-06| -|npm|shelljs-changelog|1.804166899090757e-06| -|npm|rechoir|1.804166899090757e-06| -|npm|interpret|1.804166899090757e-06| -|npm|[natives](https://github.com/addaleax/natives#readme)|1.7947788252356781e-06| -|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7947788252356781e-06| -|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7947788252356781e-06| -|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7947788252356781e-06| -|npm|ejs|1.7627292033564694e-06| -|npm|tmp|1.739985172321667e-06| -|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7180788754392821e-06| -|npm|docdown|1.708491381714732e-06| -|npm|qunitjs|1.708491381714732e-06| -|npm|platform|1.708491381714732e-06| -|npm|qunit-extras|1.708491381714732e-06| -|npm|[formidable](https://github.com/node-formidable/formidable)|1.701881370513339e-06| -|npm|babel-preset-es2016|1.6752978348699887e-06| -|npm|utils-merge|1.6564230729386639e-06| -|npm|mini-svg-data-uri|1.6452139231327048e-06| -|npm|walkdir|1.6287617839013777e-06| -|npm|jasmine-reporters|1.6287617839013777e-06| -|npm|jasmine-growl-reporter|1.6287617839013777e-06| -|npm|[pre-commit](https://github.com/observing/pre-commit)|1.621050580563618e-06| -|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5885342255382666e-06| -|npm|cli-color|1.580877535651958e-06| -|npm|node-domexception|1.5705917201906143e-06| -|npm|native-hello-world|1.5705917201906143e-06| -|npm|module-not-found-error|1.5705917201906143e-06| -|npm|fill-keys|1.5705917201906143e-06| -|npm|codeclimate-test-reporter|1.565148567375854e-06| -|npm|normalize-wheel-es|1.5586237166520363e-06| -|npm|memoize-one|1.5586237166520363e-06| -|npm|lodash-unified|1.5586237166520363e-06| -|npm|lodash-es|1.5586237166520363e-06| -|npm|async-validator|1.5586237166520363e-06| -|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.5558196620534753e-06| -|npm|promise|1.552180992955558e-06| -|npm|gulp-util|1.5467024251129582e-06| -|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.526725565688721e-06| -|npm|shortid|1.5186590059686506e-06| -|npm|react-beautiful-dnd|1.5186590059686506e-06| -|npm|objectpath|1.5186590059686506e-06| -|npm|wdio-chromedriver-service|1.5186590059686506e-06| -|npm|selenium-standalone|1.5186590059686506e-06| -|npm|chromedriver|1.5186590059686506e-06| -|npm|taper|1.4983198228529993e-06| -|npm|karma-tap|1.4983198228529993e-06| -|npm|function-bind|1.4983198228529993e-06| -|npm|buffer-equal|1.4983198228529993e-06| -|npm|tunnel-agent|1.4983198228529993e-06| -|npm|performance-now|1.4983198228529993e-06| -|npm|oauth-sign|1.4983198228529993e-06| -|npm|isstream|1.4983198228529993e-06| -|npm|is-typedarray|1.4983198228529993e-06| -|npm|http-signature|1.4983198228529993e-06| -|npm|har-validator|1.4983198228529993e-06| -|npm|forever-agent|1.4983198228529993e-06| -|npm|extend|1.4983198228529993e-06| -|npm|caseless|1.4983198228529993e-06| -|npm|aws4|1.4983198228529993e-06| -|npm|aws-sign2|1.4983198228529993e-06| -|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.4942494092031829e-06| -|npm|[mz](https://github.com/normalize/mz#readme)|1.4903074173831997e-06| -|npm|es6-promise|1.4742826064435927e-06| -|npm|karma-mocha-reporter|1.464421184326913e-06| -|npm|generate-object-property|1.4504743159047521e-06| -|npm|uri-path|1.4477882523567803e-06| -|npm|maxmin|1.4477882523567803e-06| -|npm|chai-timers|1.4101833626851756e-06| -|npm|svelte-check|1.4101833626851756e-06| -|npm|svelte-guides|1.4101833626851756e-06| -|npm|scenejs|1.4101833626851756e-06| -|npm|print-sizes|1.4101833626851756e-06| -|npm|keycon|1.4101833626851756e-06| -|npm|moveable|1.4101833626851756e-06| -|npm|framework-utils|1.4101833626851756e-06| -|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4071698676799166e-06| -|npm|path-exists|1.3860776641777368e-06| -|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3802169662281164e-06| -|npm|conventional-github-releaser|1.3359631857017452e-06| -|npm|corp-semantic-release|1.3359631857017452e-06| -|npm|gulp-clean-css|1.3359631857017452e-06| -|npm|babel-preset-stage-3|1.3326232777374908e-06| -|npm|babel-preset-es2015-loose|1.3326232777374908e-06| -|npm|saucelabs-connector|1.3326232777374908e-06| -|npm|pinkie|1.3326232777374908e-06| -|npm|desired-capabilities|1.3326232777374908e-06| -|npm|extract-text-webpack-plugin|1.316171138506164e-06| -|npm|copyfiles|1.316171138506164e-06| -|npm|perfect-scrollbar|1.316171138506164e-06| -|npm|methods|1.2980096861079458e-06| -|npm|is-number-like|1.2886906422076836e-06| -|npm|content-disposition|1.288148263991266e-06| -|npm|[material-ui](http://material-ui.com/)|1.2691650264166653e-06| -|npm|rollup-plugin-node-polyfills|1.269165026416658e-06| -|npm|docpress|1.269165026416658e-06| -|npm|into-stream|1.2564733761524913e-06| -|npm|overland|1.2339104423495287e-06| -|npm|sinon-chai|1.2296975672559065e-06| -|npm|repeat-string|1.2215713379260334e-06| -|npm|tap-out|1.2215713379260334e-06| -|npm|figures|1.2215713379260334e-06| -|npm|pretty-ms|1.2215713379260334e-06| -|npm|tapes|1.2215713379260334e-06| -|npm|expect|1.2103712277570145e-06| -|npm|webidl2js|1.200561511475217e-06| -|npm|mocha-sugar-free|1.200561511475217e-06| -|npm|eslint-plugin-jsdom-internal|1.200561511475217e-06| -|npm|xml-name-validator|1.200561511475217e-06| -|npm|whatwg-url|1.200561511475217e-06| -|npm|whatwg-mimetype|1.200561511475217e-06| -|npm|whatwg-encoding|1.200561511475217e-06| -|npm|webidl-conversions|1.200561511475217e-06| -|npm|w3c-xmlserializer|1.200561511475217e-06| -|npm|symbol-tree|1.200561511475217e-06| -|npm|rrweb-cssom|1.200561511475217e-06| -|npm|parse5|1.200561511475217e-06| -|npm|nwsapi|1.200561511475217e-06| -|npm|is-potential-custom-element-name|1.200561511475217e-06| -|npm|https-proxy-agent|1.200561511475217e-06| -|npm|http-proxy-agent|1.200561511475217e-06| -|npm|html-encoding-sniffer|1.200561511475217e-06| -|npm|domexception|1.200561511475217e-06| -|npm|decimal.js|1.200561511475217e-06| -|npm|data-urls|1.200561511475217e-06| -|npm|cssstyle|1.200561511475217e-06| -|npm|abab|1.200561511475217e-06| -|npm|vuetify-loader|1.200561511475217e-06| -|npm|vue-meta|1.200561511475217e-06| -|npm|stylus-loader|1.200561511475217e-06| -|npm|pug-loader|1.200561511475217e-06| -|npm|optimize-css-assets-webpack-plugin|1.200561511475217e-06| -|npm|identity-obj-proxy|1.200561511475217e-06| -|npm|happypack|1.200561511475217e-06| -|npm|friendly-errors-webpack-plugin|1.200561511475217e-06| -|npm|fork-ts-checker-webpack-plugin|1.200561511475217e-06| -|npm|cssnano|1.200561511475217e-06| -|npm|babel-plugin-transform-define|1.200561511475217e-06| -|npm|babel-plugin-detective|1.200561511475217e-06| -|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1965192168237945e-06| -|npm|[node-minify](https://github.com/srod/node-minify)|1.1965192168237945e-06| -|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.1965192168237856e-06| -|npm|[graphql](https://github.com/graphql/graphql-js)|1.1965192168237856e-06| -|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.1965192168237856e-06| -|npm|Gmsh|1.1965192168237856e-06| -|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.1965192168237856e-06| -|npm|[cors](https://github.com/expressjs/cors#readme)|1.1862522383862993e-06| -|npm|babel-plugin-transform-object-rest-spread|1.1859395958974876e-06| -|npm|karma-sourcemap-loader|1.1859395958974876e-06| -|npm|ent|1.1727084844089918e-06| -|npm|traverse|1.1727084844089918e-06| -|npm|charm|1.1727084844089918e-06| -|npm|deep-is|1.1727084844089918e-06| -|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.1557287889775237e-06| -|npm|pkgfiles|1.1036217621014418e-06| -|npm|obake|1.1036217621014418e-06| -|npm|is-node-modern|1.1036217621014418e-06| -|npm|far|1.1036217621014418e-06| -|npm|fake|1.1036217621014418e-06| -|npm|asynckit|1.1036217621014418e-06| -|npm|[temporary](https://github.com/vesln/temporary)|1.1025464383332403e-06| -|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.1025464383332403e-06| -|npm|[grunt-legacy-log](http://gruntjs.com/)|1.1025464383332403e-06| -|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.1025464383332403e-06| -|npm|exit|1.1025464383332403e-06| -|npm|d3-time-format|1.0968092820884699e-06| -|npm|d3-time|1.0968092820884699e-06| -|npm|d3-scale-chromatic|1.0968092820884699e-06| -|npm|d3-random|1.0968092820884699e-06| -|npm|d3-quadtree|1.0968092820884699e-06| -|npm|d3-polygon|1.0968092820884699e-06| -|npm|d3-path|1.0968092820884699e-06| -|npm|d3-hierarchy|1.0968092820884699e-06| -|npm|d3-geo|1.0968092820884699e-06| -|npm|d3-force|1.0968092820884699e-06| -|npm|d3-drag|1.0968092820884699e-06| -|npm|d3-delaunay|1.0968092820884699e-06| -|npm|d3-contour|1.0968092820884699e-06| -|npm|d3-chord|1.0968092820884699e-06| -|npm|cz-conventional-changelog|1.094591685764035e-06| -|npm|browserify-middleware|1.0744254191887052e-06| -|npm|code-mirror|1.0744254191887052e-06| -|npm|github-basic|1.0744254191887052e-06| -|npm|handle|1.0744254191887052e-06| -|npm|highlight-codemirror|1.0744254191887052e-06| -|npm|inconsolata|1.0744254191887052e-06| -|npm|jade-code-mirror|1.0744254191887052e-06| -|npm|jade-highlighter|1.0744254191887052e-06| -|npm|jstransformer-cdata|1.0744254191887052e-06| -|npm|jstransformer-coffee-script|1.0744254191887052e-06| -|npm|jstransformer-less|1.0744254191887052e-06| -|npm|jstransformer-marked|1.0744254191887052e-06| -|npm|jstransformer-stylus|1.0744254191887052e-06| -|npm|jstransformer-verbatim|1.0744254191887052e-06| -|npm|less-file|1.0744254191887052e-06| -|npm|linify|1.0744254191887052e-06| -|npm|lsr|1.0744254191887052e-06| -|npm|pull-request|1.0744254191887052e-06| -|npm|stop|1.0744254191887052e-06| -|npm|twbs|1.0744254191887052e-06| -|npm|character-parser|1.0744254191887052e-06| -|npm|constantinople|1.0744254191887052e-06| -|npm|jstransformer|1.0744254191887052e-06| -|npm|transformers|1.0744254191887052e-06| -|npm|void-elements|1.0744254191887052e-06| -|npm|with|1.0744254191887052e-06| -|npm|testing-library|1.0481282935442274e-06| -|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0330413005716983e-06| -|npm|vitest|1.0330413005716983e-06| -|npm|todomvc-app-css|1.0330413005716983e-06| -|npm|karma-esbuild|1.0330413005716983e-06| -|npm|jasmine-core|1.0330413005716983e-06| -|npm|he|1.0330413005716983e-06| -|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.031415104112714e-06| -|npm|dts-gen|1.0153320211333264e-06| -|npm|documentation|1.0153320211333264e-06| -|npm|check-node-version|1.0153320211333264e-06| -|npm|check-es3-syntax-cli|1.0153320211333264e-06| -|npm|nodeunit|9.772570703408266e-07| -|npm|tar|9.772570703408266e-07| -|npm|closurecompiler-externs|9.772570703408266e-07| -|npm|gpx-parse|9.266393934723969e-07| -|npm|node-geo-distance|9.266393934723969e-07| -|npm|redis|9.266393934723969e-07| -|npm|seed-random|9.254328317621465e-07| -|npm|freeport|9.254328317621465e-07| -|npm|node-uuid|9.254328317621465e-07| -|npm|event-emitter|9.254328317621465e-07| -|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|9.008080389516221e-07| -|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.973894126178409e-07| -|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.973894126178409e-07| -|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.973894126178409e-07| -|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.973894126178409e-07| -|npm|[uikit](https://getuikit.com)|8.973894126178409e-07| -|npm|[tailwindcss](https://tailwindcss.com)|8.973894126178391e-07| -|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.973894126178391e-07| -|npm|babel-plugin-unassert|8.461100176111053e-07| -|npm|babel-preset-power-assert|8.461100176111053e-07| -|npm|eslint-config-mysticatea|8.461100176111053e-07| -|npm|if-node-version|8.461100176111053e-07| -|npm|power-assert|8.461100176111053e-07| -|npm|glob2base|8.461100176111053e-07| -|npm|shell-quote|8.461100176111053e-07| -|npm|subarg|8.461100176111053e-07| -|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.227877543051578e-07| -|npm|batch|8.200758632230714e-07| -|npm|sendgrid-rest|8.03087474342744e-07| -|npm|system-sleep|8.03087474342744e-07| -|npm|lodash.chunk|8.03087474342744e-07| -|npm|mailparser|8.03087474342744e-07| -|npm|async.ensureasync|8.03087474342744e-07| -|npm|bottleneck|8.03087474342744e-07| -|npm|mocha-sinon|8.03087474342744e-07| -|npm|async.queue|8.03087474342744e-07| -|npm|material-components-web|7.793118583260181e-07| -|npm|foundation-sites|7.793118583260181e-07| -|npm|enhanced-resolve|7.793118583260181e-07| -|npm|bootstrap-sass|7.793118583260181e-07| -|npm|neo-async|7.793118583260181e-07| -|npm|klona|7.793118583260181e-07| -|npm|typescript3|7.691909251010049e-07| -|npm|node-qunit|7.691909251010049e-07| -|npm|load-grunt-tasks|7.691909251010049e-07| -|npm|karma-sauce-launcher|7.691909251010049e-07| -|npm|karma-qunit|7.691909251010049e-07| -|npm|grunt-string-replace|7.691909251010049e-07| -|npm|grunt-nuget|7.691909251010049e-07| -|npm|grunt-karma|7.691909251010049e-07| -|npm|grunt-exec|7.691909251010049e-07| -|npm|grunt-env|7.691909251010049e-07| -|npm|grunt-contrib-copy|7.691909251010049e-07| -|npm|grunt-contrib-concat|7.691909251010049e-07| -|npm|grunt-benchmark|7.691909251010049e-07| -|npm|random-buffer|7.593295029843253e-07| -|npm|nock|7.593295029843253e-07| -|npm|is-zip|7.593295029843253e-07| -|npm|p-event|7.593295029843253e-07| -|npm|make-dir|7.593295029843253e-07| -|npm|got|7.593295029843253e-07| -|npm|filenamify|7.593295029843253e-07| -|npm|ext-name|7.593295029843253e-07| -|npm|decompress|7.593295029843253e-07| -|npm|archive-type|7.593295029843253e-07| -|npm|watch|7.593295029843253e-07| -|npm|unminified-webpack-plugin|7.593295029843253e-07| -|npm|jsonpath|7.593295029843253e-07| -|npm|jest-cli|7.593295029843253e-07| -|npm|globify|7.593295029843253e-07| -|npm|codacy-coverage|7.593295029843253e-07| -|npm|cash-cat|7.593295029843253e-07| -|npm|biased-opener|7.593295029843253e-07| -|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.593295029843253e-07| -|npm|package-yaml|7.593295029843253e-07| -|npm|json-loader|7.593295029843253e-07| -|npm|isparta-loader|7.593295029843253e-07| -|npm|isparta|7.593295029843253e-07| -|npm|gatsby|7.593295029843253e-07| -|npm|enzyme-adapter-react-16|7.593295029843253e-07| -|npm|enzyme|7.593295029843253e-07| -|npm|conventional-changelog|7.593295029843253e-07| -|npm|chai-enzyme|7.593295029843253e-07| -|npm|babel-plugin-__coverage__|7.593295029843253e-07| -|npm|add-stream|7.593295029843253e-07| -|npm|karma-webpack|7.593295029843253e-07| -|npm|lodash.isequal|7.593295029843253e-07| -|npm|clamp|7.593295029843253e-07| -|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.179115300942747e-07| -|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.113920343615806e-07| -|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.10163440620294e-07| -|npm|slugify|7.050916813425878e-07| -|npm|serve-handler|7.050916813425878e-07| -|npm|pixelmatch|7.050916813425878e-07| -|npm|magic-string|7.050916813425878e-07| -|npm|dtslint|7.050916813425878e-07| -|npm|cwebp-bin|7.050916813425878e-07| -|npm|zrender|7.050916813425878e-07| -|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.050916813425878e-07| -|npm|rollup-plugin-npm|7.050916813425878e-07| -|npm|native-promise-only|7.050916813425878e-07| -|npm|karma-safari-launcher|7.050916813425878e-07| -|npm|eslint-plugin-prefer-arrow|7.050916813425878e-07| -|npm|cheerio|7.050916813425878e-07| -|npm|babel-plugin-syntax-async-generators|7.050916813425878e-07| -|npm|babel-minify|7.050916813425878e-07| -|npm|should-util|6.730420594633792e-07| -|npm|mocha-better-spec-reporter|6.730420594633792e-07| -|npm|should-equal|6.730420594633792e-07| -|npm|eslint-config-shouldjs|6.730420594633792e-07| -|npm|should-type|6.730420594633792e-07| -|npm|should-format|6.730420594633792e-07| -|npm|should-type-adaptors|6.730420594633792e-07| -|npm|svelte-jest|6.679815928508726e-07| -|npm|rollup-plugin-postcss|6.679815928508726e-07| -|npm|stream-spigot|6.515047135605511e-07| -|npm|polendina|6.515047135605511e-07| -|npm|hundreds|6.515047135605511e-07| -|npm|buffer|6.515047135605511e-07| -|npm|unorm|6.515047135605511e-07| -|npm|iconv|6.515047135605511e-07| -|npm|errto|6.515047135605511e-07| -|npm|grunt-legacy-log-utils|6.515047135605511e-07| -|npm|vuepress-plugin-social-share|6.508538597008502e-07| -|npm|vuepress-plugin-smooth-scroll|6.508538597008502e-07| -|npm|vuepress-plugin-google-adsense|6.508538597008502e-07| -|npm|vuepress-plugin-element-tabs|6.508538597008502e-07| -|npm|vuepress|6.508538597008502e-07| -|npm|vue-eslint-parser|6.508538597008502e-07| -|npm|vue-codemirror|6.508538597008502e-07| -|npm|terser-webpack-plugin|6.508538597008502e-07| -|npm|replace-in-file|6.508538597008502e-07| -|npm|faker|6.508538597008502e-07| -|npm|eslint-plugin-vue|6.508538597008502e-07| -|npm|stream-combiner2|6.449896664249456e-07| -|npm|source-map|6.449896664249456e-07| -|npm|slash|6.449896664249456e-07| -|npm|falafel|6.449896664249456e-07| -|npm|convert-source-map|6.449896664249456e-07| -|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.375932352636479e-07| -|npm|webpack-manifest-plugin|6.267481611934114e-07| -|npm|script-loader|6.267481611934114e-07| -|npm|recursive-readdir|6.267481611934114e-07| -|npm|react-dev-utils|6.267481611934114e-07| -|npm|output-file-sync|6.267481611934114e-07| -|npm|npm-release|6.267481611934114e-07| -|npm|imports-loader|6.267481611934114e-07| -|npm|fs-promise|6.267481611934114e-07| -|npm|flow-typed|6.267481611934114e-07| -|npm|flow-bin|6.267481611934114e-07| -|npm|find-cache-dir|6.267481611934114e-07| -|npm|filesize|6.267481611934114e-07| -|npm|fake-xml-http-request|6.267481611934114e-07| -|npm|eslint-plugin-flowtype|6.267481611934114e-07| -|npm|eslint-loader|6.267481611934114e-07| -|npm|dmd-clear|6.267481611934114e-07| -|npm|dagre|6.267481611934114e-07| -|npm|child-process-promise|6.267481611934114e-07| -|npm|case-sensitive-paths-webpack-plugin|6.267481611934114e-07| -|npm|babel-plugin-flow-react-proptypes|6.267481611934114e-07| -|npm|gulp-marked|6.212695933508116e-07| -|npm|gulp-mocha-phantomjs|6.212695933508116e-07| -|npm|humanize|6.212695933508116e-07| -|npm|chai-jquery|6.212695933508116e-07| -|npm|gulp-iife|6.212695933508116e-07| -|npm|gulp-cache|6.212695933508116e-07| -|npm|gulp-closure-compiler|6.212695933508116e-07| -|npm|drool|6.212695933508116e-07| -|npm|gulp-imagemin|6.212695933508116e-07| -|npm|escodegen|6.212695933508116e-07| -|npm|gulp-zip|6.212695933508116e-07| -|npm|gulp-csso|6.212695933508116e-07| -|npm|gulp-shell|6.212695933508116e-07| -|npm|swig|6.212695933508116e-07| -|npm|vinyl-paths|6.212695933508116e-07| -|npm|gulp-connect|6.212695933508116e-07| -|npm|gulp-css-inline-images|6.212695933508116e-07| -|npm|gulp-front-matter|6.212695933508116e-07| -|npm|gulp-jscs|6.212695933508116e-07| -|npm|gulp-open|6.212695933508116e-07| -|npm|gulp-flatten|6.212695933508116e-07| -|npm|gulp-load-plugins|6.212695933508116e-07| -|npm|gulp-sass|6.212695933508116e-07| -|npm|gulp-size|6.212695933508116e-07| -|npm|gulp-subtree|6.212695933508116e-07| -|npm|gulp-tap|6.212695933508116e-07| -|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.169552211747644e-07| -|npm|node-libs-browser|6.169552211747644e-07| -|npm|module-alias|6.169552211747644e-07| -|npm|mocha-phantomjs-istanbul|6.169552211747644e-07| -|npm|mocha-phantomjs-core|6.169552211747644e-07| -|npm|get-port|6.169552211747644e-07| -|npm|asap|6.169552211747644e-07| -|npm|a-sync-waterfall|6.169552211747644e-07| -|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.159680928208846e-07| -|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.159680928208846e-07| -|npm|[testjs](https://github.com/dcodeIO/test.js)|6.159680928208846e-07| -|npm|websocket-stream|6.013889663635857e-07| -|npm|https-browserify|6.013889663635857e-07| -|npm|setimmediate|6.013889663635857e-07| -|npm|stream-browserify|6.013889663635857e-07| -|npm|timers-browserify|6.013889663635857e-07| -|npm|bunyan|6.013889663635857e-07| -|npm|[joi](https://github.com/hapijs/joi#readme)|5.982596084118973e-07| -|npm|[pm2](http://pm2.keymetrics.io/)|5.982596084118973e-07| -|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.982596084118928e-07| -|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.982596084118928e-07| -|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.982596084118928e-07| -|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.982596084118928e-07| -|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.982596084118928e-07| -|npm|its-set|5.982596084118926e-07| -|npm|babel-plugin-transform-es2015-modules-umd|5.982596084118926e-07| -|npm|eslint-plugin-babel|5.982596084118926e-07| -|npm|pretty-hrtime|5.863542422044959e-07| -|npm|utf8|5.863542422044959e-07| -|npm|[string-random](https://github.com/maichong/string-random#readme)|5.555267792396195e-07| -|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.462927722402137e-07| -|npm|babel-plugin-minify-replace|5.462927722402137e-07| -|npm|babel-plugin-minify-numeric-literals|5.462927722402137e-07| -|npm|babel-plugin-minify-mangle-names|5.462927722402137e-07| -|npm|babel-plugin-minify-infinity|5.462927722402137e-07| -|npm|babel-plugin-minify-guarded-expressions|5.462927722402137e-07| -|npm|babel-plugin-minify-flip-comparisons|5.462927722402137e-07| -|npm|babel-plugin-minify-dead-code-elimination|5.462927722402137e-07| -|npm|babel-plugin-minify-constant-folding|5.462927722402137e-07| -|npm|babel-plugin-minify-builtins|5.462927722402137e-07| -|npm|babel-helper-evaluate-path|5.408298445178116e-07| -|npm|esutils|5.408298445178116e-07| -|npm|babel-helper-is-void-0|5.408298445178116e-07| -|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.382199834248414e-07| -|npm|tiny-lr|5.330493110949964e-07| -|npm|grunt-jscs|5.330493110949964e-07| -|npm|vhost|5.288187610069408e-07| -|npm|pbkdf2-password|5.288187610069408e-07| -|npm|hbs|5.288187610069408e-07| -|npm|cookie-session|5.288187610069408e-07| -|npm|connect-redis|5.288187610069408e-07| -|npm|type-is|5.288187610069408e-07| -|npm|send|5.288187610069408e-07| -|npm|range-parser|5.288187610069408e-07| -|npm|proxy-addr|5.288187610069408e-07| -|npm|path-to-regexp|5.288187610069408e-07| -|npm|merge-descriptors|5.288187610069408e-07| -|npm|encodeurl|5.288187610069408e-07| -|npm|cookie-signature|5.288187610069408e-07| -|npm|cookie|5.288187610069408e-07| -|npm|content-type|5.288187610069408e-07| -|npm|array-flatten|5.288187610069408e-07| -|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.127939500673419e-07| -|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.127939500673419e-07| -|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.127939500673419e-07| -|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.127939500673419e-07| -|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.127939500673366e-07| -|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.127939500673366e-07| -|npm|assume|4.832589908278813e-07| -|npm|spawn-sync|4.832589908278813e-07| -|npm|[request-promise](https://github.com/request/request-promise#readme)|4.558168445043025e-07| -|npm|grunt-release|4.53273223720235e-07| -|npm|grunt-jsdoc|4.53273223720235e-07| -|npm|grunt-mocha-istanbul|4.53273223720235e-07| -|npm|help-me-test|4.53273223720235e-07| -|npm|require-dir|4.53273223720235e-07| -|npm|normalize-path|4.5104172477268924e-07| -|npm|homedir-polyfill|4.5104172477268924e-07| -|npm|eslint-config-gulp|4.5104172477268924e-07| -|npm|resolve-dir|4.5104172477268924e-07| -|npm|micromatch|4.5104172477268924e-07| -|npm|is-glob|4.5104172477268924e-07| -|npm|detect-file|4.5104172477268924e-07| -|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4869470630892043e-07| -|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4869470630892043e-07| -|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4869470630892043e-07| -|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4869470630892043e-07| -|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4869470630892043e-07| -|npm|[vuetify](https://vuetifyjs.com)|4.4869470630892043e-07| -|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.4869470630891953e-07| -|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.4869470630891953e-07| -|npm|[gpu.js](http://gpu.rocks/)|4.486947063089154e-07| -|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.4420775924583305e-07| -|npm|karma-tap-reporter|4.2661009291316234e-07| -|npm|karma-spec-reporter|4.2661009291316234e-07| -|npm|karma-html-reporter|4.2661009291316234e-07| -|npm|karma-chai-sinon|4.2661009291316234e-07| -|npm|eslint-plugin-mocha|4.2661009291316234e-07| -|npm|eslint-config-nfl|4.2661009291316234e-07| -|npm|babel-plugin-transform-class-properties|4.2661009291316234e-07| -|npm|react-side-effect|4.2661009291316234e-07| -|npm|react-fast-compare|4.2661009291316234e-07| -|npm|tslint-config-semistandard|4.113034807831762e-07| -|npm|eslint-plugin-dependencies|4.113034807831762e-07| -|npm|eslint-config-semistandard|4.113034807831762e-07| -|npm|doctoc|4.113034807831762e-07| -|npm|snappy|4.113034807831762e-07| -|npm|optional|4.113034807831762e-07| -|npm|nested-error-stacks|4.113034807831762e-07| -|npm|denque|4.113034807831762e-07| -|npm|buffermaker|4.113034807831762e-07| -|npm|buffer-crc32|4.113034807831762e-07| -|npm|binary|4.113034807831762e-07| -|npm|safe-publish-latest|4.0736189458417613e-07| -|npm|object-keys|4.0736189458417613e-07| -|npm|npmignore|4.0736189458417613e-07| -|npm|mv|4.0736189458417613e-07| -|npm|eclint|4.0736189458417613e-07| -|npm|copy-dir|4.0736189458417613e-07| -|npm|aud|4.0736189458417613e-07| -|npm|array.prototype.map|4.0736189458417613e-07| -|npm|supports-preserve-symlinks-flag|4.0736189458417613e-07| -|npm|path-parse|4.0736189458417613e-07| -|npm|is-core-module|4.0736189458417613e-07| -|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.9883973894126313e-07| -|npm|[rjsf](https://www.rjsf.io/)|3.9883973894126313e-07| -|npm|[config](http://github.com/node-config/node-config.git)|3.9883973894126313e-07| -|npm|[line-height](https://github.com/twolfson/line-height)|3.9883973894126313e-07| -|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.9883973894126313e-07| -|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.9883973894126313e-07| -|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.9883973894126313e-07| -|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.9883973894126313e-07| -|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.9883973894126313e-07| -|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.5895576504713735e-07| -|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2632342277012257e-07| -|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2632342277012257e-07| -|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2632342277012257e-07| -|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2632342277012257e-07| -|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.230601885424231e-07| -|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.230601885424231e-07| -|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.9912980420594863e-07| -|npm|[echarts](https://echarts.apache.org)|2.9912980420594863e-07| -|npm|[element-plus](https://element-plus.org/)|2.9912980420594863e-07| -|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.9912980420594863e-07| -|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.9912980420594863e-07| -|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.9912980420594863e-07| -|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.961385061638869e-07| -|npm|[aws-amplify](https://aws-amplify.github.io/)|2.7611981926702745e-07| -|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.7611981926702745e-07| -|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5639697503367097e-07| -|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5639697503367097e-07| -|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5639697503367097e-07| -|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5639697503367097e-07| -|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5639697503367097e-07| -|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5639697503367097e-07| -|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5639697503367097e-07| -|npm|[cpx](https://github.com/mysticatea/cpx)|2.5639697503367097e-07| -|npm|tls|2.5639697503367097e-07| -|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.3930384336475705e-07| -|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.3930384336475705e-07| -|npm|[cesium](http://cesium.com/cesiumjs/)|2.3930384336475705e-07| -|npm|express-flash|2.2434735315446022e-07| -|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2434735315446022e-07| -|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2434735315445977e-07| -|npm|[root](https://github.com/mafintosh/root#readme)|2.1115045002772712e-07| -|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9941986947063157e-07| -|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9941986947063157e-07| -|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9941986947063157e-07| -|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.4956490210297432e-07| -|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.4956490210297432e-07| -|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.4956490210297432e-07| -|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.4956490210297432e-07| -|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.4956490210297432e-07| -|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3805990963351454e-07| -|npm|[download](https://github.com/kevva/download#readme)|1.3805990963351454e-07| -|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3805990963351454e-07| -|npm|pipeline|1.3805990963351454e-07| -|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.3460841189267838e-07| -|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.329465796470877e-07| -|npm|[cover](http://www.cover.io)|1.3161711385061719e-07| -|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3161711385061719e-07| -|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3161711385061719e-07| -|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2819848751683548e-07| -|npm|[sendgrid](https://sendgrid.com)|1.2167992035496204e-07| -|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2167992035496204e-07| -|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2167992035496204e-07| -|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2167992035496204e-07| -|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2167992035496204e-07| -|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0877447425670836e-07| -|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0877447425670836e-07| -|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0877447425670836e-07| -|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0877447425670836e-07| -|npm|[dedent](https://github.com/dmnd/dedent)|1.0153320211333312e-07| -|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.44620434334572e-08| -|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.44620434334572e-08| -|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.111954035811931e-08| -|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.111954035811931e-08| -|npm|[opn](https://github.com/sindresorhus/open#readme)|9.111954035811931e-08| -|npm|[node-http2](https://github.com/kaazing/node-http2)|9.111954035811931e-08| -|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.111954035811931e-08| -|npm|[parents](https://github.com/substack/node-parents)|7.818056562726564e-08| -|npm|[coverify](https://github.com/substack/coverify)|7.818056562726564e-08| -|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.32562785810483e-08| -|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.32562785810483e-08| -|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.325627858104705e-08| -|npm|[vx](https://github.com/vxjs/vx)|6.409924375841774e-08| -|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.345825132083257e-08| -|npm|eslint-config-richienb|6.345825132083257e-08| -|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.345825132083257e-08| -|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.345825132083257e-08| -|npm|[aproba](https://github.com/iarna/aproba)|6.083996017748102e-08| -|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.083996017748102e-08| -|npm|concat-map|6.083996017748102e-08| -|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.083996017748102e-08| -|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.083996017748102e-08| -|npm|text-table|3.4169827634294894e-08| -|npm|[utfx](https://github.com/dcodeIO/utfx)|2.9613850616388617e-08| -|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.462927722402117e-09| -|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.462927722402117e-09| -|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.462927722402117e-09| +|npm|[express](http://expressjs.com/)|0.0003226540374377236| +|npm|[core-js](https://github.com/zloirock/core-js#readme)|0.0003097699317069347| +|npm|[lodash](https://lodash.com/)|0.0002930600214311517| +|npm|[mocha](https://mochajs.org/)|0.0002519406445525314| +|npm|[axios](https://axios-http.com)|0.0002293350631304889| +|npm|[nuxt](https://github.com/nuxt/nuxt.js#readme)|0.0001847252349963847| +|npm|eslint|0.0001749742269833614| +|npm|[react](https://reactjs.org/)|0.00017442353190974636| +|npm|[react-dom](https://reactjs.org/)|0.00017442353190974636| +|npm|[angular](http://angularjs.org)|0.00017156171452673626| +|npm|[fs](https://github.com/npm/security-holder#readme)|0.00016482730082363473| +|npm|[serve-static](https://github.com/expressjs/serve-static#readme)|0.00014755784233391338| +|npm|[papaparse](http://papaparse.com)|0.0001453332401157913| +|npm|[vue-router](https://github.com/vuejs/router#readme)|0.00013619929704956535| +|npm|[d3](https://d3js.org)|0.00013589555941682528| +|npm|nestjs|0.0001334607889995956| +|npm|[node-fetch](https://github.com/node-fetch/node-fetch)|0.00012892988104487091| +|npm|[rollup](https://rollupjs.org/)|0.00012742295334070044| +|npm|[body-parser](https://github.com/expressjs/body-parser#readme)|0.00012206032970818063| +|npm|[finalhandler](https://github.com/pillarjs/finalhandler#readme)|0.00012095748909441968| +|npm|[progress](https://github.com/visionmedia/node-progress#readme)|0.0001193058568329718| +|npm|[ajv](https://ajv.js.org)|0.00011568255679127984| +|npm|[nyc](https://istanbul.js.org/)|0.00010796897978045378| +|npm|[dotenv](https://github.com/motdotla/dotenv#readme)|0.00010542831528460597| +|npm|[d3-dispatch](https://d3js.org/d3-dispatch/)|9.645310401817993e-05| +|npm|[js-yaml](https://github.com/nodeca/js-yaml#readme)|9.546355500872854e-05| +|npm|[tape](https://github.com/substack/tape)|9.39811033708443e-05| +|npm|[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)|9.348886553422603e-05| +|npm|[three](https://threejs.org/)|9.34880694143167e-05| +|npm|[yargs](https://yargs.js.org/)|9.137953416695282e-05| +|npm|[tap](http://www.node-tap.org/)|9.078504202949802e-05| +|npm|[file-type](https://github.com/sindresorhus/file-type#readme)|9.02365259469381e-05| +|npm|[docusaurus](https://github.com/facebook/docusaurus)|8.947939262472885e-05| +|npm|[plotly.js-dist-min](https://github.com/plotly/plotly.js#readme)|8.947939262472885e-05| +|npm|[midi-parser-js](https://github.com/colxi/midi-parser-js#readme)|8.947939262472885e-05| +|npm|[quasar](https://quasar.dev)|8.947939262472885e-05| +|npm|[postcss-scss](https://github.com/postcss/postcss-scss#readme)|8.947939262472885e-05| +|npm|[vows](https://github.com/cloudhead/vows)|8.874904836081389e-05| +|npm|[webpack](https://github.com/webpack/webpack)|8.814719663168115e-05| +|npm|[uglify-js](https://github.com/mishoo/UglifyJS#readme)|8.456281865620433e-05| +|npm|[jshint](http://jshint.com/)|8.261780470072226e-05| +|npm|[cookie-parser](https://github.com/expressjs/cookie-parser#readme)|7.698979485420064e-05| +|npm|[remark-directive](https://github.com/remarkjs/remark-directive#readme)|7.158351409978308e-05| +|npm|[bootstrap](https://getbootstrap.com/)|7.102673043782806e-05| +|npm|[mkdirp](https://github.com/isaacs/node-mkdirp#readme)|6.63399439919686e-05| +|npm|[debug](https://github.com/debug-js/debug#readme)|6.6126997196344e-05| +|npm|[react-select](https://github.com/JedWatson/react-select)|6.518744210027273e-05| +|npm|[ajv-formats](https://github.com/ajv-validator/ajv-formats#readme)|6.462400578452639e-05| +|npm|[chai](http://chaijs.com)|6.459397080807513e-05| +|npm|[cytoscape](http://js.cytoscape.org)|6.287186241090796e-05| +|npm|[pg](https://github.com/brianc/node-postgres)|6.197706848466067e-05| +|npm|loose-envify|5.905639913232104e-05| +|npm|[webpack-cli](https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli)|5.82477796516571e-05| +|npm|[react-bootstrap](https://react-bootstrap.github.io/)|5.8019525426336765e-05| +|npm|[requirejs](http://github.com/jrburke/r.js)|5.7143064229696545e-05| +|npm|[react-redux](https://github.com/reduxjs/react-redux)|5.596687409227264e-05| +|npm|[supertest](https://github.com/visionmedia/supertest#readme)|5.5606357683534906e-05| +|npm|[pako](https://github.com/nodeca/pako#readme)|5.5221568019832666e-05| +|npm|[moment](https://momentjs.com)|5.468465174531351e-05| +|npm|[vuex](https://github.com/vuejs/vuex#readme)|5.368763557483731e-05| +|npm|[react-images](https://jossmac.github.io/react-images/)|5.354154677055204e-05| +|npm|[cytoscape-cola](https://github.com/cytoscape/cytoscape.js-cola)|5.1131081499845056e-05| +|npm|[modernizr](https://github.com/Modernizr/Modernizr)|5.1131081499845056e-05| +|npm|[choices.js](https://github.com/jshjohnson/Choices#readme)|5.1131081499845056e-05| +|npm|[filepond](https://pqina.nl/filepond/)|5.1131081499845056e-05| +|npm|[tslib](https://www.typescriptlang.org/)|5.1040107324193457e-05| +|npm|[d3-array](https://d3js.org/d3-array/)|5.0794711038216677e-05| +|npm|[d3-scale](https://d3js.org/d3-scale/)|5.0794711038216677e-05| +|npm|[typescript](https://www.typescriptlang.org/)|5.059046896128204e-05| +|npm|[rollup-plugin-node-resolve](https://github.com/rollup/rollup-plugin-node-resolve#readme)|5.0236430044103496e-05| +|npm|[d3-brush](https://d3js.org/d3-brush/)|5.0198181754051814e-05| +|npm|[d3-format](https://d3js.org/d3-format/)|5.0198181754051814e-05| +|npm|eslint-plugin-import|4.998246069970449e-05| +|npm|[rollup-plugin-babel](https://github.com/rollup/rollup-plugin-babel)|4.938636771411122e-05| +|npm|[rc-slider](http://github.com/react-component/slider/)|4.918750237850592e-05| +|npm|[ws](https://github.com/websockets/ws)|4.756969563012811e-05| +|npm|[d3-fetch](https://d3js.org/d3-fetch/)|4.5833333333333334e-05| +|npm|[semver](https://github.com/npm/node-semver#readme)|4.562332151290645e-05| +|npm|[algebrite](https://github.com/davidedc/Algebrite#readme)|4.473969631236442e-05| +|npm|[web-worker](https://github.com/developit/web-worker)|4.473969631236442e-05| +|npm|[websql](https://github.com/nolanlawson/node-websql#readme)|4.473969631236442e-05| +|npm|[fflate](https://101arrowz.github.io/fflate)|4.473969631236442e-05| +|npm|[vue-property-decorator](https://github.com/kaorun343/vue-property-decorator#readme)|4.473969631236442e-05| +|npm|react-router-dom|4.4168683571156515e-05| +|npm|cross-env|4.3465227325831985e-05| +|npm|[fs-extra](https://github.com/jprichardson/node-fs-extra)|4.335209654318927e-05| +|npm|[ava](https://avajs.dev)|4.3203351529164975e-05| +|npm|[mongoose](https://mongoosejs.com)|4.1807087370409025e-05| +|npm|[prop-types](https://facebook.github.io/react/)|4.1563347038200546e-05| +|npm|[esm](https://github.com/standard-things/esm#readme)|4.093041048751546e-05| +|npm|[rimraf](https://github.com/isaacs/rimraf#readme)|4.006277085424082e-05| +|npm|[apexcharts](https://apexcharts.com)|3.976861894432393e-05| +|npm|[idb](https://github.com/jakearchibald/idb#readme)|3.976861894432393e-05| +|npm|[lodash.debounce](https://lodash.com/)|3.976861894432393e-05| +|npm|[nanoid](https://github.com/ai/nanoid#readme)|3.976861894432393e-05| +|npm|vue-apexcharts|3.976861894432393e-05| +|npm|[vuex-persist](https://github.com/championswimmer/vuex-persist#readme)|3.976861894432393e-05| +|npm|[d3-v6-tip](https://github.com/bumbeishvili/d3.tip-for-d3.v6)|3.976861894432393e-05| +|npm|[babyparse](https://github.com/Rich-Harris/BabyParse#readme)|3.976861894432393e-05| +|npm|[colormap](https://github.com/bpostlethwaite/colormap#readme)|3.976861894432393e-05| +|npm|rollup-plugin-json|3.948506463322856e-05| +|npm|[coveralls](https://github.com/nickmerwin/node-coveralls#readme)|3.8729465266237634e-05| +|npm|[multiparty](https://github.com/pillarjs/multiparty#readme)|3.8630075862315556e-05| +|npm|[xo](https://github.com/xojs/xo#readme)|3.823551300922504e-05| +|npm|[nodemon](https://nodemon.io)|3.823058375114059e-05| +|npm|[css-loader](https://github.com/webpack-contrib/css-loader)|3.8157884767007205e-05| +|npm|[chokidar](https://github.com/paulmillr/chokidar)|3.809744925627518e-05| +|npm|[testcafe](https://testcafe.io/)|3.8097129687015804e-05| +|npm|[jquery](https://jquery.com)|3.789924480808798e-05| +|npm|[style-loader](https://github.com/webpack-contrib/style-loader)|3.777310610470685e-05| +|npm|[istanbul](https://github.com/gotwarlost/istanbul#readme)|3.7717981784487135e-05| +|npm|gh-pages|3.7544927270263095e-05| +|npm|[colors](https://github.com/Marak/colors.js)|3.592296508625142e-05| +|npm|[auspice](https://www.npmjs.com/package/auspice)|3.579175704989154e-05| +|npm|[heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect)|3.579175704989154e-05| +|npm|[react-file-drop](https://github.com/sarink/react-file-drop#readme)|3.579175704989154e-05| +|npm|[rxjs](https://rxjs.dev)|3.527019894414763e-05| +|npm|prettier|3.525275060555347e-05| +|npm|husky|3.474798097560505e-05| +|npm|[passport](https://www.passportjs.org/)|3.450264715614545e-05| +|npm|[clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin)|3.419131262896143e-05| +|npm|[xlsx](https://sheetjs.com/)|3.366804132706243e-05| +|npm|[browserify](https://github.com/browserify/browserify#readme)|3.350741401360963e-05| +|npm|jest|3.3227068142936144e-05| +|npm|[tippy.js](https://atomiks.github.io/tippyjs/)|3.262297555167745e-05| +|npm|[angular-animate](http://angularjs.org)|3.253796095444685e-05| +|npm|[angular-sanitize](http://angularjs.org)|3.253796095444685e-05| +|npm|[angular-touch](http://angularjs.org)|3.253796095444685e-05| +|npm|[colorbrewer](http://colorbrewer2.org/)|3.253796095444685e-05| +|npm|[dc](http://dc-js.github.io/dc.js/)|3.253796095444685e-05| +|npm|[babel-cli](https://babeljs.io/)|3.249504411147722e-05| +|npm|eslint-config-standard|3.2421612888312896e-05| +|npm|[sinon](https://sinonjs.org/)|3.215209870164154e-05| +|npm|npm-run-all|3.172705352991211e-05| +|npm|fortawesome|3.1678444154234364e-05| +|npm|eslint-plugin-node|3.158638667201293e-05| +|npm|eslint-plugin-standard|3.113664947862064e-05| +|npm|eslint-plugin-promise|3.113664947862064e-05| +|npm|[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)|3.1023553379844055e-05| +|npm|[babel](https://babeljs.io/)|3.055393894502936e-05| +|npm|[commander](https://github.com/tj/commander.js#readme)|3.055229222925612e-05| +|npm|react-router-bootstrap|3.0472858169412305e-05| +|npm|[events](https://github.com/Gozala/events#readme)|3.0426113799432673e-05| +|npm|[bytes](https://github.com/visionmedia/bytes.js#readme)|3.0291615019109596e-05| +|npm|immutable|3.003278260727741e-05| +|npm|[mongodb](https://github.com/mongodb/node-mongodb-native)|3.0000959168917025e-05| +|npm|[async](https://caolan.github.io/async/)|2.98989613626612e-05| +|npm|[ProtVista](https://github.com/ebi-uniprot/ProtVista)|2.982646420824295e-05| +|npm|[downloadjs](http://danml.com/download.html)|2.982646420824295e-05| +|npm|[litemol](https://webchemdev.ncbr.muni.cz/LiteMol/)|2.982646420824295e-05| +|npm|[semantic-ui-button](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-dropdown](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-label](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[semantic-ui-transition](http://www.semantic-ui.com)|2.982646420824295e-05| +|npm|[normalize.css](https://necolas.github.io/normalize.css)|2.982646420824295e-05| +|npm|[vue-cookies](https://github.com/cmp-cc/vue-cookies#readme)|2.982646420824295e-05| +|npm|babel-preset-env|2.9359745733768223e-05| +|npm|[grunt](https://gruntjs.com/)|2.8857538922961147e-05| +|npm|eslint-plugin-markdown|2.884428239709084e-05| +|npm|[winston](https://github.com/winstonjs/winston#readme)|2.8679292507925915e-05| +|npm|[underscore](https://underscorejs.org)|2.8060311434769133e-05| +|npm|[uuid](https://github.com/uuidjs/uuid#readme)|2.7804416300173272e-05| +|npm|[sirv-cli](https://github.com/lukeed/sirv#readme)|2.7637695105442565e-05| +|npm|chalk|2.754136478501161e-05| +|npm|ndoc|2.7256799599532787e-05| +|npm|[concurrently](https://github.com/open-cli-tools/concurrently#readme)|2.676262992152363e-05| +|npm|[babel-preset-minify](https://github.com/babel/minify#readme)|2.6135424092002363e-05| +|npm|object-assign|2.5972438786629025e-05| +|npm|[swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)|2.589885940376767e-05| +|npm|[zone.js](https://github.com/angular/angular#readme)|2.585131550996564e-05| +|npm|[plotly.js-dist](https://github.com/plotly/plotly.js#readme)|2.5565540749922528e-05| +|npm|[svelte-range-slider-pips](https://simeydotme.github.io/svelte-range-slider-pips/)|2.5565540749922528e-05| +|npm|[svelte-simple-datatables](https://vincjo.fr/svelte-simple-datatables)|2.5565540749922528e-05| +|npm|[md5-node](https://github.com/shanelau/node-md5)|2.5565540749922528e-05| +|npm|[mysql-builder-plus](https://github.com/v25bh145/mysql-builder-plus#readme)|2.5565540749922528e-05| +|npm|[cors-anywhere](https://github.com/Rob--W/cors-anywhere#readme)|2.5565540749922528e-05| +|npm|[dotenv-webpack](https://github.com/mrsteele/dotenv-webpack#readme)|2.5565540749922528e-05| +|npm|net|2.5565540749922528e-05| +|npm|[bcrypt](https://github.com/kelektiv/node.bcrypt.js#readme)|2.5322668112798263e-05| +|npm|process|2.53098853424233e-05| +|npm|util|2.53098853424233e-05| +|npm|spc|2.53098853424233e-05| +|npm|[grunt-cli](https://github.com/gruntjs/grunt-cli#readme)|2.497658411003313e-05| +|npm|[semantic-release](https://github.com/semantic-release/semantic-release#readme)|2.4931647614200763e-05| +|npm|[mathjs](https://mathjs.org)|2.480567606652205e-05| +|npm|after|2.448726451409864e-05| +|npm|expect.js|2.448379880694143e-05| +|npm|[plotly.js](https://github.com/plotly/plotly.js#readme)|2.4479478703990636e-05| +|npm|[glob](https://github.com/isaacs/node-glob#readme)|2.4434462229744223e-05| +|npm|[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter#readme)|2.435827910339841e-05| +|npm|[inquirer](https://github.com/SBoudrias/Inquirer.js#readme)|2.42783867885549e-05| +|npm|[d3-dsv](https://d3js.org/d3-dsv/)|2.316000716989616e-05| +|npm|[express-session](https://github.com/expressjs/session#readme)|2.2897137434149362e-05| +|npm|[regenerator-runtime](https://github.com/hackwaly/regenerator-runtime)|2.2694533805547145e-05| +|npm|[emotion](https://emotion.sh)|2.236984815618221e-05| +|npm|[express-handlebars](https://github.com/express-handlebars/express-handlebars)|2.236984815618221e-05| +|npm|[helmet](https://helmetjs.github.io/)|2.236984815618221e-05| +|npm|[node-cmd](https://github.com/RIAEvangelist/node-cmd)|2.236984815618221e-05| +|npm|[passport-local-mongoose](https://github.com/saintedlama/passport-local-mongoose#readme)|2.236984815618221e-05| +|npm|[bluebird](https://github.com/petkaantonov/bluebird)|2.2291536505954538e-05| +|npm|clipboard|2.228036876355748e-05| +|npm|[markdown-it](https://github.com/markdown-it/markdown-it#readme)|2.2098924439624003e-05| +|npm|[grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint#readme)|2.1167983897880865e-05| +|npm|sax|2.1084311021757018e-05| +|npm|[diff2html](https://diff2html.xyz/)|2.1053974735230318e-05| +|npm|[difflib-ts](https://github.com/mailmangroup/difflib-ts#readme)|2.1053974735230318e-05| +|npm|[react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form#readme)|2.1053974735230318e-05| +|npm|react-schemaorg|2.1053974735230318e-05| +|npm|safe-buffer|2.0999239363254634e-05| +|npm|lint-staged|2.0887106917974882e-05| +|npm|vary|2.0657743167766017e-05| +|npm|[standard](https://standardjs.com)|2.046452127588118e-05| +|npm|[react-dnd](https://github.com/react-dnd/react-dnd#readme)|2.024222704266088e-05| +|npm|[react-dnd-html5-backend](https://github.com/react-dnd/react-dnd#readme)|2.024222704266088e-05| +|npm|redux|2.0175117042381096e-05| +|npm|[date-fns](https://github.com/date-fns/date-fns#readme)|2.0157445591285072e-05| +|npm|eslint-config-prettier|2.0117203457513e-05| +|npm|[bower](http://bower.io)|1.9884309472161965e-05| +|npm|[http-auth](https://github.com/gevorg/http-auth)|1.9884309472161965e-05| +|npm|[kerberos](https://github.com/mongodb-js/kerberos#readme)|1.9884309472161965e-05| +|npm|[multer](https://github.com/expressjs/multer#readme)|1.9884309472161965e-05| +|npm|[ajv-errors](https://github.com/epoberezkin/ajv-errors#readme)|1.9884309472161965e-05| +|npm|[heta-parser](https://github.com/hetalang/heta-parser#readme)|1.9884309472161965e-05| +|npm|[mathjs-mathml](https://github.com/insysbio/mathjs-mathml#readme)|1.9884309472161965e-05| +|npm|[random-id](https://github.com/KingCosmic/random-id#readme)|1.9884309472161965e-05| +|npm|[storybook](https://github.com/storybookjs/storybook/tree/main/lib/cli)|1.9884309472161965e-05| +|npm|[react-bootstrap-icons](https://github.com/ismamz/react-bootstrap-icons#readme)|1.9884309472161965e-05| +|npm|[react-toastify](https://github.com/fkhadra/react-toastify#readme)|1.9884309472161965e-05| +|npm|[recoil](https://github.com/facebookexperimental/Recoil#readme)|1.9884309472161965e-05| +|npm|coffee-script|1.981542664996918e-05| +|npm|scheduler|1.9685466377440345e-05| +|npm|[babel-loader](https://github.com/babel/babel-loader)|1.9508598879534116e-05| +|npm|json5|1.9418978113691152e-05| +|npm|[jasmine](http://jasmine.github.io/)|1.9286063332391192e-05| +|npm|[tsd](https://github.com/SamVerschueren/tsd#readme)|1.8567721270053154e-05| +|npm|validator|1.8524184187443862e-05| +|npm|[ts-node](https://typestrong.org/ts-node)|1.849286315106807e-05| +|npm|[minimist](https://github.com/substack/minimist)|1.7980302288066697e-05| +|npm|[emotion-icons](https://github.com/emotion-icons/emotion-icons)|1.789587852494577e-05| +|npm|tinymce|1.789587852494577e-05| +|npm|[grunt-contrib-internal](https://github.com/gruntjs/grunt-contrib-internal#readme)|1.7849922826631068e-05| +|npm|depd|1.7826510047223463e-05| +|npm|[font-awesome](http://fontawesome.io/)|1.7618117574692854e-05| +|npm|gulp|1.750946256323708e-05| +|npm|react-transition-group|1.7377684679745415e-05| +|npm|[mqtt](https://github.com/mqttjs/MQTT.js#readme)|1.7373915401301518e-05| +|npm|[sass](https://github.com/sass/dart-sass)|1.7111347658835994e-05| +|npm|on-headers|1.679688108221942e-05| +|npm|rollup-plugin-commonjs|1.6649700883892773e-05| +|npm|autoprefixer|1.6291578368819773e-05| +|npm|js-cookie|1.6252379476736465e-05| +|npm|styled-components|1.61432582662185e-05| +|npm|[babel-preset-es2015](https://babeljs.io/)|1.6117054015889514e-05| +|npm|react-highcharts|1.5810268621662616e-05| +|npm|[socket.io](https://github.com/socketio/socket.io#readme)|1.5616284474744343e-05| +|npm|[proj4](https://github.com/proj4js/proj4js#readme)|1.5360629067245118e-05| +|npm|nprogress|1.5339324449953517e-05| +|npm|[form-data](https://github.com/form-data/form-data#readme)|1.507952986663716e-05| +|npm|[saxes](https://github.com/lddubeau/saxes#readme)|1.496314957540554e-05| +|npm|[lru-cache](https://github.com/isaacs/node-lru-cache#readme)|1.4913232104121475e-05| +|npm|[sift](https://github.com/crcn/sift.js#readme)|1.4913232104121475e-05| +|npm|docco|1.486042779075588e-05| +|npm|postcss|1.4812178245294138e-05| +|npm|[eventemitter2](https://github.com/hij1nx/EventEmitter2#readme)|1.4756149883197061e-05| +|npm|babel-core|1.4646443713533965e-05| +|npm|[fibers](https://github.com/laverdet/node-fibers)|1.4543118287124453e-05| +|npm|[should](https://github.com/shouldjs/should.js)|1.4507555460003406e-05| +|npm|[xmlbuilder](http://github.com/oozcitak/xmlbuilder-js)|1.4506898673452362e-05| +|npm|[qunit](https://qunitjs.com)|1.4503998194581047e-05| +|npm|whatwg-fetch|1.4408667295454128e-05| +|npm|zap|1.426077819956616e-05| +|npm|diff|1.426077819956616e-05| +|npm|[terser](https://terser.org)|1.4070367511751177e-05| +|npm|del-cli|1.4049146152967936e-05| +|npm|puppeteer|1.394176309719903e-05| +|npm|[deep-equal-in-any-order](https://github.com/oprogramador/deep-equal-in-any-order#readme)|1.3766060403804439e-05| +|npm|[dice-coefficient](https://words.github.io/dice-coefficient/)|1.3766060403804439e-05| +|npm|[elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump#readme)|1.3766060403804439e-05| +|npm|[elasticsearch](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html)|1.3766060403804439e-05| +|npm|[swagger-jsdoc](https://github.com/Surnet/swagger-jsdoc)|1.3766060403804439e-05| +|npm|reflect-metadata|1.3714666833864688e-05| +|npm|recharts|1.369582540174421e-05| +|npm|[request](https://github.com/request/request#readme)|1.3637464779602309e-05| +|npm|babel-runtime|1.3561880229315153e-05| +|npm|[angular-plotly](https://github.com/alonho/angular-plotly#readme)|1.3256206314774645e-05| +|npm|[angular-plotly.js](https://github.com/plotly/angular-plotly.js)|1.3256206314774645e-05| +|npm|[crypto-js](http://github.com/brix/crypto-js)|1.3256206314774645e-05| +|npm|[ng2-file-upload](https://github.com/valor-software/ng2-file-upload)|1.3256206314774645e-05| +|npm|[ngx-cookie-service](https://github.com/stevermeister/ngx-cookie-service#readme)|1.3256206314774645e-05| +|npm|[ngx-smart-loader](https://github.com/biig-io/ngx-smart-loader)|1.3256206314774645e-05| +|npm|ngx-smart-modal|1.3256206314774645e-05| +|npm|plotly|1.3256206314774645e-05| +|npm|[vnu-jar](https://github.com/validator/validator#readme)|1.3116075157781682e-05| +|npm|stylelint-config-twbs-bootstrap|1.3116075157781682e-05| +|npm|stylelint|1.3116075157781682e-05| +|npm|postcss-cli|1.3116075157781682e-05| +|npm|lockfile-lint|1.3116075157781682e-05| +|npm|hugo-bin|1.3116075157781682e-05| +|npm|find-unused-sass-variables|1.3116075157781682e-05| +|npm|clean-css-cli|1.3116075157781682e-05| +|npm|[stylus](https://github.com/stylus/stylus)|1.3114394054508713e-05| +|npm|eslint-plugin-react|1.310479189172749e-05| +|npm|inherits|1.3085107199981355e-05| +|npm|[cache-manager](https://github.com/BryanDonovan/node-cache-manager#readme)|1.3056758308421972e-05| +|npm|[grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect#readme)|1.3004338394793934e-05| +|npm|grunt-shell|1.2980596529284165e-05| +|npm|[difflet](https://github.com/substack/difflet#readme)|1.2910637410312029e-05| +|npm|camelcase|1.284856404600886e-05| +|npm|[minimatch](https://github.com/isaacs/minimatch#readme)|1.275030316200011e-05| +|npm|karma|1.2686564589807625e-05| +|npm|[type-fest](https://github.com/sindresorhus/type-fest#readme)|1.265494267121165e-05| +|npm|[is-stream](https://github.com/sindresorhus/is-stream#readme)|1.265494267121165e-05| +|npm|on-finished|1.2598096090999507e-05| +|npm|retry|1.2542912882826573e-05| +|npm|[sortablejs](https://github.com/SortableJS/Sortable#readme)|1.2527114967462048e-05| +|npm|npm-run-all2|1.2474157775908626e-05| +|npm|readable-stream|1.2363554504064264e-05| +|npm|dayjs|1.2347567501997945e-05| +|npm|marked|1.226276537190822e-05| +|npm|[bull-board](https://github.com/felixmosh/bull-board#readme)|1.2132798999963233e-05| +|npm|[auth0](https://github.com/auth0/node-auth0)|1.2132798999963233e-05| +|npm|[aws-sdk](https://github.com/aws/aws-sdk-js)|1.2132798999963233e-05| +|npm|[bullmq](https://github.com/taskforcesh/bullmq#readme)|1.2132798999963233e-05| +|npm|[class-transformer](https://github.com/typestack/class-transformer#readme)|1.2132798999963233e-05| +|npm|[class-validator](https://github.com/typestack/class-validator#readme)|1.2132798999963233e-05| +|npm|[compare-versions](https://github.com/omichelsen/compare-versions#readme)|1.2132798999963233e-05| +|npm|[err-code](https://github.com/IndigoUnited/js-err-code#readme)|1.2132798999963233e-05| +|npm|hammerjs|1.2132798999963233e-05| +|npm|http-status-codes|1.2132798999963233e-05| +|npm|is-url|1.2132798999963233e-05| +|npm|jwks-rsa|1.2132798999963233e-05| +|npm|nats|1.2132798999963233e-05| +|npm|nestjs-s3|1.2132798999963233e-05| +|npm|ngx-material-file-input|1.2132798999963233e-05| +|npm|passport-jwt|1.2132798999963233e-05| +|npm|sharp|1.2132798999963233e-05| +|npm|ssh2|1.2132798999963233e-05| +|npm|stackdriver-errors-js|1.2132798999963233e-05| +|npm|tiny-version-compare|1.2132798999963233e-05| +|npm|unzipper|1.2132798999963233e-05| +|npm|yaml|1.2132798999963233e-05| +|npm|[pug](https://pugjs.org)|1.204307615641672e-05| +|npm|svgo|1.2022195537651068e-05| +|npm|p-each-series|1.1811279826464206e-05| +|npm|[rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser)|1.1701416099732214e-05| +|npm|[split](http://github.com/dominictarr/split)|1.169193914477605e-05| +|npm|react-test-renderer|1.1690283400809717e-05| +|npm|react-collapsible|1.166928863498206e-05| +|npm|react-icons|1.166928863498206e-05| +|npm|basic-auth|1.1554278540738006e-05| +|npm|[jade](http://jade-lang.com)|1.1449963662254493e-05| +|npm|[inline-style-prefixer](https://github.com/rofrischmann/inline-style-prefixer#readme)|1.1389448404090486e-05| +|npm|[keycode](https://github.com/timoxley/keycode)|1.1389448404090486e-05| +|npm|[react-event-listener](https://github.com/oliviertassinari/react-event-listener)|1.1389448404090486e-05| +|npm|simple-assign|1.1389448404090486e-05| +|npm|warning|1.1389448404090486e-05| +|npm|lodash.merge|1.1389448404090486e-05| +|npm|lodash.throttle|1.1389448404090486e-05| +|npm|recompose|1.1389448404090486e-05| +|npm|[react-plotly.js](https://github.com/plotly/react-plotly.js#readme)|1.122327238921599e-05| +|npm|[bundt](https://github.com/lukeed/bundt#readme)|1.1073074837310194e-05| +|npm|ms|1.097193499945768e-05| +|npm|eslint-plugin-prettier|1.0962026074814645e-05| +|npm|react-json-view|1.0865354818717075e-05| +|npm|[canvg](https://github.com/canvg/canvg)|1.0845986984815618e-05| +|npm|[googleapis](https://github.com/googleapis/google-api-nodejs-client#readme)|1.0845986984815618e-05| +|npm|[http](https://github.com/npm/security-holder#readme)|1.0845986984815618e-05| +|npm|[jspdf](https://github.com/mrrio/jspdf)|1.0845986984815618e-05| +|npm|[node-xlsx](https://github.com/mgcrea/node-xlsx#readme)|1.0845986984815618e-05| +|npm|[pg-hstore](https://github.com/scarney81/pg-hstore)|1.0845986984815618e-05| +|npm|[sequelize](https://sequelize.org/)|1.0845986984815618e-05| +|npm|create-react-class|1.0756233608199113e-05| +|npm|react-ga|1.0756233608199113e-05| +|npm|acorn|1.0736424120065541e-05| +|npm|vue-loader|1.0529807096374343e-05| +|npm|karma-chrome-launcher|1.0489525931611157e-05| +|npm|[through2](https://github.com/rvagg/through2#readme)|1.047982079390241e-05| +|npm|babel-eslint|1.0366986825672163e-05| +|npm|[file-loader](https://github.com/webpack-contrib/file-loader)|1.036414783593296e-05| +|npm|lodash.get|1.0213433529594052e-05| +|npm|react-router|1.0176016756391229e-05| +|npm|[unist-util-remove-position](https://github.com/syntax-tree/unist-util-remove-position#readme)|1.0123954136969321e-05| +|npm|[unist-builder](https://github.com/syntax-tree/unist-builder#readme)|1.0123954136969321e-05| +|npm|[remark](https://remark.js.org)|1.0123954136969321e-05| +|npm|[unist-util-visit-parents](https://github.com/syntax-tree/unist-util-visit-parents#readme)|1.0123954136969321e-05| +|npm|[unist-util-find-after](https://github.com/syntax-tree/unist-util-find-after#readme)|1.0123954136969321e-05| +|npm|[strip-ansi](https://github.com/chalk/strip-ansi#readme)|1.0098434890476875e-05| +|npm|[standard-version](https://github.com/conventional-changelog/standard-version#readme)|1.0019445482517007e-05| +|npm|babel-jest|9.987499523191295e-06| +|npm|source-map-js|9.842733188720172e-06| +|npm|[del](https://github.com/sindresorhus/del#readme)|9.770444983433052e-06| +|npm|[morgan](https://github.com/expressjs/morgan#readme)|9.699087640228806e-06| +|npm|codemirror|9.59691068150938e-06| +|npm|highcharts-exporting|9.418883434181985e-06| +|npm|highcharts-no-data-to-display|9.418883434181985e-06| +|npm|[history](https://github.com/remix-run/history#readme)|9.418883434181985e-06| +|npm|[jsdocx](https://github.com/zuck/jsdocx#readme)|9.418883434181985e-06| +|npm|[ramda](https://ramdajs.com/)|9.418883434181985e-06| +|npm|[rc-tooltip](http://github.com/react-component/tooltip)|9.418883434181985e-06| +|npm|[react-bootstrap-table](https://github.com/AllenFang/react-bootstrap-table#readme)|9.418883434181985e-06| +|npm|react-fontawesome|9.418883434181985e-06| +|npm|react-js-pagination|9.418883434181985e-06| +|npm|react-router-redux|9.418883434181985e-06| +|npm|react-s-alert|9.418883434181985e-06| +|npm|react-table|9.418883434181985e-06| +|npm|redux-form|9.418883434181985e-06| +|npm|redux-observable|9.418883434181985e-06| +|npm|redux-persist|9.418883434181985e-06| +|npm|reselect|9.418883434181985e-06| +|npm|rx-dom|9.418883434181985e-06| +|npm|codecov|9.256200727829927e-06| +|npm|[fuse.js](http://fusejs.io)|9.114115277347383e-06| +|npm|[bootstrap-icons](https://icons.getbootstrap.com/)|9.09402806675816e-06| +|npm|[antv](https://github.com/ant-design-vue/antv#readme)|8.947939262472886e-06| +|npm|form-create|8.947939262472886e-06| +|npm|ant-design-vue|8.947939262472886e-06| +|npm|butterfly-dag|8.947939262472886e-06| +|npm|china-area-data|8.947939262472886e-06| +|npm|cron-parser|8.947939262472886e-06| +|npm|dom-align|8.947939262472886e-06| +|npm|element-resize-detector|8.947939262472886e-06| +|npm|enquire.js|8.947939262472886e-06| +|npm|lodash.pick|8.947939262472886e-06| +|npm|md5|8.947939262472886e-06| +|npm|react-visual-modeling|8.947939262472886e-06| +|npm|viser-vue|8.947939262472886e-06| +|npm|vue-area-linkage|8.947939262472886e-06| +|npm|vue-cropper|8.947939262472886e-06| +|npm|vue-i18n|8.947939262472886e-06| +|npm|vue-ls|8.947939262472886e-06| +|npm|vue-photo-preview|8.947939262472886e-06| +|npm|vue-splitpane|8.947939262472886e-06| +|npm|vuedraggable|8.947939262472886e-06| +|npm|vuera|8.947939262472886e-06| +|npm|vxe-table|8.947939262472886e-06| +|npm|vxe-table-plugin-antd|8.947939262472886e-06| +|npm|xe-utils|8.947939262472886e-06| +|npm|svg-sprite|8.858459869848155e-06| +|npm|picocolors|8.858459869848155e-06| +|npm|dompurify|8.838818051954924e-06| +|npm|query-string|8.838818051954924e-06| +|npm|react-virtualized|8.838818051954924e-06| +|npm|[benchmark](https://benchmarkjs.com/)|8.759592434492553e-06| +|npm|publish-please|8.531333737399514e-06| +|npm|eslint-config-react-app|8.4991219915298e-06| +|npm|babel-preset-react|8.484514947310477e-06| +|npm|[webpack-dev-server](https://github.com/webpack/webpack-dev-server#readme)|8.477445665942539e-06| +|npm|[deepmerge](https://github.com/TehShrike/deepmerge)|8.416962646897575e-06| +|npm|globby|8.367767608497994e-06| +|npm|strip-json-comments|8.281014467443656e-06| +|npm|cpy-cli|8.265500081399903e-06| +|npm|clean-css|8.172146841382973e-06| +|npm|[actions](https://github.com/fundon/actions)|7.97644871397583e-06| +|npm|[react-scripts](https://github.com/facebook/create-react-app#readme)|7.937678992838583e-06| +|npm|needle|7.911911972866649e-06| +|npm|webworker-threads|7.874186550976138e-06| +|npm|simplebar-core|7.874186550976138e-06| +|npm|c8|7.762317163437572e-06| +|npm|[web-vitals](https://github.com/GoogleChrome/web-vitals#readme)|7.702126403706819e-06| +|npm|parseurl|7.625309699113252e-06| +|npm|[matcha](https://github.com/logicalparadox/matcha#readme)|7.513286334056399e-06| +|npm|coffeescript|7.482001322972038e-06| +|npm|rtlcss|7.421350955736439e-06| +|npm|quick-lru|7.38204989154013e-06| +|npm|map-obj|7.38204989154013e-06| +|npm|lodash.kebabcase|7.38204989154013e-06| +|npm|memfs|7.322885567701791e-06| +|npm|ghsign|7.308229392624728e-06| +|npm|git-config-path|7.308229392624728e-06| +|npm|github-username|7.308229392624728e-06| +|npm|parse-git-config|7.308229392624728e-06| +|npm|[cdbreact](https://www.devwares.com/product/contrast/)|7.304440214263579e-06| +|npm|[child_process](https://github.com/npm/security-holder#readme)|7.304440214263579e-06| +|npm|[danfojs-node](https://github.com/opensource9ja/danfojs#readme)|7.304440214263579e-06| +|npm|[express-fileupload](https://github.com/richardgirges/express-fileupload#readme)|7.304440214263579e-06| +|npm|mkdir-recursive|7.304440214263579e-06| +|npm|ncp|7.304440214263579e-06| +|npm|node-pre-gyp|7.304440214263579e-06| +|npm|react-bootstrap-drawer|7.304440214263579e-06| +|npm|react-combo-select|7.304440214263579e-06| +|npm|react-jsx-parser|7.304440214263579e-06| +|npm|react-pro-sidebar|7.304440214263579e-06| +|npm|react-spinners|7.304440214263579e-06| +|npm|reactour|7.304440214263579e-06| +|npm|util-promisifyall|7.304440214263579e-06| +|npm|package-json-versionify|7.272483288326175e-06| +|npm|[nopt](https://github.com/npm/nopt#readme)|7.165757083829439e-06| +|npm|[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|7.165757083829439e-06| +|npm|[grunt-legacy-util](http://gruntjs.com/)|6.945941097947606e-06| +|npm|[grunt-known-options](http://gruntjs.com/)|6.945941097947606e-06| +|npm|accepts|6.89703115936847e-06| +|npm|xregexp|6.814199899883197e-06| +|npm|bufferedstream|6.814199899883197e-06| +|npm|tslint|6.806064345477887e-06| +|npm|concat-stream|6.800293369475273e-06| +|npm|gulp-eslint|6.786698627390218e-06| +|npm|safer-buffer|6.7160198904371475e-06| +|npm|[rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license)|6.633817039419552e-06| +|npm|[brace-expansion](https://github.com/juliangruber/brace-expansion)|6.553614792823265e-06| +|npm|electron|6.4962039045553135e-06| +|npm|v8-argv|6.4962039045553135e-06| +|npm|[grunt-contrib-nodeunit](https://github.com/gruntjs/grunt-contrib-nodeunit#readme)|6.483383113632571e-06| +|npm|[shelljs](http://github.com/shelljs/shelljs)|6.403899601914457e-06| +|npm|[mdi](http://materialdesignicons.com)|6.391385187480632e-06| +|npm|[abort-controller](https://github.com/mysticatea/abort-controller#readme)|6.391385187480632e-06| +|npm|color|6.391385187480632e-06| +|npm|dotenv-load|6.391385187480632e-06| +|npm|iframe-resizer|6.391385187480632e-06| +|npm|isomorphic-unfetch|6.391385187480632e-06| +|npm|js-file-download|6.391385187480632e-06| +|npm|material-table|6.391385187480632e-06| +|npm|material-ui-chip-input|6.391385187480632e-06| +|npm|materialize-css|6.391385187480632e-06| +|npm|mui-datatables|6.391385187480632e-06| +|npm|next|6.391385187480632e-06| +|npm|next-env|6.391385187480632e-06| +|npm|next-redux-wrapper|6.391385187480632e-06| +|npm|ra-data-simple-rest|6.391385187480632e-06| +|npm|react-admin|6.391385187480632e-06| +|npm|react-loading|6.391385187480632e-06| +|npm|react-scroll|6.391385187480632e-06| +|npm|react-scroll-to-component|6.391385187480632e-06| +|npm|react-swipeable-views|6.391385187480632e-06| +|npm|react-wordcloud|6.391385187480632e-06| +|npm|redux-saga|6.391385187480632e-06| +|npm|serialize-error|6.391385187480632e-06| +|npm|swagger-client|6.391385187480632e-06| +|npm|swagger-ui-react|6.391385187480632e-06| +|npm|tween|6.391385187480632e-06| +|npm|uuid5|6.391385187480632e-06| +|npm|cross-spawn|6.365863039194851e-06| +|npm|sprintf-js|6.319482104121475e-06| +|npm|rollup-plugin-replace|6.252469377407315e-06| +|npm|karma-firefox-launcher|6.15301010529648e-06| +|npm|bundlewatch|6.132421609594512e-06| +|npm|[ansi-regex](https://github.com/chalk/ansi-regex#readme)|6.066399499981616e-06| +|npm|[balanced-match](https://github.com/juliangruber/balanced-match)|6.066399499981616e-06| +|npm|[cacatoo](https://github.com/bramvandijk88/cacatoo#readme)|6.066399499981616e-06| +|npm|[code-point-at](https://github.com/sindresorhus/code-point-at#readme)|6.066399499981616e-06| +|npm|[decompress-response](https://github.com/sindresorhus/decompress-response#readme)|6.066399499981616e-06| +|npm|[detect-libc](https://github.com/lovell/detect-libc#readme)|6.066399499981616e-06| +|npm|[esdoc](https://esdoc.org/)|6.066399499981616e-06| +|npm|esdoc-standard-plugin|6.066399499981616e-06| +|npm|fast-random|6.066399499981616e-06| +|npm|flatted|6.066399499981616e-06| +|npm|fs.realpath|6.066399499981616e-06| +|npm|has-unicode|6.066399499981616e-06| +|npm|ignore-walk|6.066399499981616e-06| +|npm|ini|6.066399499981616e-06| +|npm|is-fullwidth-code-point|6.066399499981616e-06| +|npm|jsdocs|6.066399499981616e-06| +|npm|mimic-response|6.066399499981616e-06| +|npm|node|6.066399499981616e-06| +|npm|npm|6.066399499981616e-06| +|npm|npm-bundled|6.066399499981616e-06| +|npm|npm-normalize-package-bin|6.066399499981616e-06| +|npm|npm-packlist|6.066399499981616e-06| +|npm|number-is-nan|6.066399499981616e-06| +|npm|odex|6.066399499981616e-06| +|npm|os-homedir|6.066399499981616e-06| +|npm|os-tmpdir|6.066399499981616e-06| +|npm|osenv|6.066399499981616e-06| +|npm|path-is-absolute|6.066399499981616e-06| +|npm|rc|6.066399499981616e-06| +|npm|set-blocking|6.066399499981616e-06| +|npm|signal-exit|6.066399499981616e-06| +|npm|simple-concat|6.066399499981616e-06| +|npm|string-width|6.066399499981616e-06| +|npm|[rollup-plugin-uglify](https://github.com/TrySound/rollup-plugin-uglify)|5.924619548375796e-06| +|npm|prismjs|5.850575671616886e-06| +|npm|run-sequence|5.676723384164278e-06| +|npm|tsconfig-paths|5.624418964982956e-06| +|npm|replace|5.624418964982956e-06| +|npm|node-qunit-phantomjs|5.624418964982956e-06| +|npm|karma-coverage-istanbul-reporter|5.541450051679636e-06| +|npm|karma-browserstack-launcher|5.541450051679636e-06| +|npm|ip|5.541450051679636e-06| +|npm|chai-passport-strategy|5.536537418655097e-06| +|npm|passport-strategy|5.536537418655097e-06| +|npm|uglify-es|5.518961109389525e-06| +|npm|d3-axis|5.458485441687389e-06| +|npm|d3-color|5.458485441687389e-06| +|npm|d3-ease|5.458485441687389e-06| +|npm|d3-interpolate|5.458485441687389e-06| +|npm|d3-selection|5.458485441687389e-06| +|npm|d3-shape|5.458485441687389e-06| +|npm|d3-timer|5.458485441687389e-06| +|npm|d3-transition|5.458485441687389e-06| +|npm|d3-zoom|5.458485441687389e-06| +|npm|d3-request|5.44162534862101e-06| +|npm|tough-cookie|5.337860854460797e-06| +|npm|moment-timezone|5.331931846233842e-06| +|npm|gulp-uglify|5.330836656371208e-06| +|npm|karma-jasmine|5.287668761171684e-06| +|npm|rollup-plugin-svelte|5.28610804979601e-06| +|npm|classnames|5.2311029534456865e-06| +|npm|[compression](https://github.com/expressjs/compression#readme)|5.224134651479773e-06| +|npm|murl|5.210858746969503e-06| +|npm|protein|5.210858746969503e-06| +|npm|network-address|5.210858746969503e-06| +|npm|updater-license|5.210858746969503e-06| +|npm|update|5.210858746969503e-06| +|npm|cose-base|5.210858746969503e-06| +|npm|karma-mocha|5.137943318564666e-06| +|npm|grunt-contrib-clean|5.136083892091795e-06| +|npm|mime-types|5.052575604509609e-06| +|npm|[which](https://github.com/isaacs/node-which#readme)|5.048412254773426e-06| +|npm|cli-table|5.047916021072203e-06| +|npm|const-version|4.921366594360086e-06| +|npm|[tslint-config-prettier](https://github.com/prettier/tslint-config-prettier#readme)|4.921366594360086e-06| +|npm|microbundle|4.921366594360086e-06| +|npm|fresh|4.916296505148864e-06| +|npm|etag|4.916296505148864e-06| +|npm|esbuild|4.89684151166394e-06| +|npm|eslint-config-airbnb-base|4.874802895044218e-06| +|npm|execa|4.847267306043096e-06| +|npm|gulp-rename|4.846123531283392e-06| +|npm|gulp-concat|4.846123531283392e-06| +|npm|eslint-plugin-html|4.812787077661574e-06| +|npm|compressible|4.726074269187067e-06| +|npm|jshint-stylish|4.720185454458773e-06| +|npm|[is-plain-object](https://github.com/jonschlinkert/is-plain-object)|4.712528083359157e-06| +|npm|karma-rollup-preprocessor|4.682991512175935e-06| +|npm|browser-sync|4.634457414548203e-06| +|npm|serialize-javascript|4.6297683973102035e-06| +|npm|jest-worker|4.6297683973102035e-06| +|npm|jsmd|4.601797334986054e-06| +|npm|is-mergeable-object|4.601797334986054e-06| +|npm|[react-helmet](https://github.com/nfl/react-helmet#readme)|4.575388168070786e-06| +|npm|gzip-size|4.562028716041731e-06| +|npm|read-file-relative|4.555779361636194e-06| +|npm|normalize-newline|4.555779361636194e-06| +|npm|callsite-record|4.555779361636194e-06| +|npm|[apache-arrow](https://github.com/apache/arrow/blob/master/js/README.md)|4.473969631236443e-06| +|npm|baseui|4.473969631236443e-06| +|npm|color2k|4.473969631236443e-06| +|npm|copy-to-clipboard|4.473969631236443e-06| +|npm|cypress-circleci-reporter|4.473969631236443e-06| +|npm|d3-graphviz|4.473969631236443e-06| +|npm|decamelize|4.473969631236443e-06| +|npm|deck.gl|4.473969631236443e-06| +|npm|fzy.js|4.473969631236443e-06| +|npm|hoist-non-react-statics|4.473969631236443e-06| +|npm|humanize-string|4.473969631236443e-06| +|npm|immer|4.473969631236443e-06| +|npm|jest-fetch-mock|4.473969631236443e-06| +|npm|katex|4.473969631236443e-06| +|npm|mapbox-gl|4.473969631236443e-06| +|npm|moment-duration-format|4.473969631236443e-06| +|npm|node-emoji|4.473969631236443e-06| +|npm|numbro|4.473969631236443e-06| +|npm|protobufjs|4.473969631236443e-06| +|npm|react-color|4.473969631236443e-06| +|npm|react-debounce-render|4.473969631236443e-06| +|npm|react-device-detect|4.473969631236443e-06| +|npm|react-dropzone|4.473969631236443e-06| +|npm|react-feather|4.473969631236443e-06| +|npm|react-google-login|4.473969631236443e-06| +|npm|react-hotkeys|4.473969631236443e-06| +|npm|react-html-parser|4.473969631236443e-06| +|npm|react-map-gl|4.473969631236443e-06| +|npm|react-markdown|4.473969631236443e-06| +|npm|react-webcam|4.473969631236443e-06| +|npm|react-window|4.473969631236443e-06| +|npm|rehype-katex|4.473969631236443e-06| +|npm|rehype-raw|4.473969631236443e-06| +|npm|remark-emoji|4.473969631236443e-06| +|npm|remark-gfm|4.473969631236443e-06| +|npm|remark-math|4.473969631236443e-06| +|npm|re-resizable|4.473969631236443e-06| +|npm|styletron-engine-atomic|4.473969631236443e-06| +|npm|styletron-react|4.473969631236443e-06| +|npm|typed-signals|4.473969631236443e-06| +|npm|vega|4.473969631236443e-06| +|npm|vega-embed|4.473969631236443e-06| +|npm|vega-lite|4.473969631236443e-06| +|npm|xxhashjs|4.473969631236443e-06| +|npm|draco3d|4.429229934924078e-06| +|npm|webgl-obj-loader|4.429229934924078e-06| +|npm|temp-path|4.389007227181711e-06| +|npm|hot-loader|4.3648484207184805e-06| +|npm|[babel-plugin-lodash](https://github.com/lodash/babel-plugin-lodash#readme)|4.3648484207184805e-06| +|npm|babel-plugin-strip-function-call|4.3648484207184805e-06| +|npm|babel-plugin-styled-components|4.3648484207184805e-06| +|npm|binomial|4.3648484207184805e-06| +|npm|compression-webpack-plugin|4.3648484207184805e-06| +|npm|css.escape|4.3648484207184805e-06| +|npm|dom-to-image|4.3648484207184805e-06| +|npm|express-naked-redirect|4.3648484207184805e-06| +|npm|express-static-gzip|4.3648484207184805e-06| +|npm|html-webpack-plugin|4.3648484207184805e-06| +|npm|i18next|4.3648484207184805e-06| +|npm|leaflet|4.3648484207184805e-06| +|npm|leaflet-gesture-handling|4.3648484207184805e-06| +|npm|linspace|4.3648484207184805e-06| +|npm|lodash-webpack-plugin|4.3648484207184805e-06| +|npm|mousetrap|4.3648484207184805e-06| +|npm|null-loader|4.3648484207184805e-06| +|npm|outer-product|4.3648484207184805e-06| +|npm|react-addons-css-transition-group|4.3648484207184805e-06| +|npm|react-hot-loader|4.3648484207184805e-06| +|npm|react-i18next|4.3648484207184805e-06| +|npm|react-tooltip|4.3648484207184805e-06| +|npm|redux-thunk|4.3648484207184805e-06| +|npm|typeface-lato|4.3648484207184805e-06| +|npm|webpack-bundle-analyzer|4.3648484207184805e-06| +|npm|webpack-dev-middleware|4.3648484207184805e-06| +|npm|webpack-hot-middleware|4.3648484207184805e-06| +|npm|yaml-front-matter|4.3648484207184805e-06| +|npm|merge-stream|4.3530738168206e-06| +|npm|vinyl-source-stream|4.3362174163261455e-06| +|npm|vinyl-buffer|4.3362174163261455e-06| +|npm|[dateformat](https://github.com/felixge/node-dateformat)|4.263093251650735e-06| +|npm|rollup-plugin-istanbul|4.257615287933527e-06| +|npm|karma-jasmine-html-reporter|4.257615287933527e-06| +|npm|karma-detect-browsers|4.257615287933527e-06| +|npm|hammer-simulator|4.257615287933527e-06| +|npm|eslint-plugin-unicorn|4.257615287933527e-06| +|npm|eslint-config-xo|4.257615287933527e-06| +|npm|less|4.235053565894904e-06| +|npm|gulp-clean|4.218314223737217e-06| +|npm|mocha-lcov-reporter|4.218314223737217e-06| +|npm|any-promise|4.218314223737216e-06| +|npm|thenify-all|4.218314223737216e-06| +|npm|schema-utils|4.189205388743006e-06| +|npm|loader-utils|4.189205388743006e-06| +|npm|karma-browserify|4.1655852959405014e-06| +|npm|[grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch#readme)|4.137223137878545e-06| +|npm|[shx](https://github.com/shelljs/shx#readme)|4.0951789510122055e-06| +|npm|babel-plugin-external-helpers|4.004551929231562e-06| +|npm|csso|3.937093275488069e-06| +|npm|google-closure-compiler|3.937093275488069e-06| +|npm|ora|3.937093275488069e-06| +|npm|update-notifier|3.937093275488069e-06| +|npm|crass|3.937093275488069e-06| +|npm|sqwish|3.937093275488069e-06| +|npm|html-minifier|3.937093275488069e-06| +|npm|node-version|3.937093275488069e-06| +|npm|ascli|3.897722342733188e-06| +|npm|prettier-plugin-svelte|3.880003308550272e-06| +|npm|eslint-plugin-svelte3|3.880003308550272e-06| +|npm|svelte|3.880003308550272e-06| +|npm|path-platform|3.858745119305857e-06| +|npm|underscore.string|3.779609544468546e-06| +|npm|gulp-babel|3.7392342511842046e-06| +|npm|gulp-uglify-es|3.7336010986494003e-06| +|npm|escape-html|3.7250726568214293e-06| +|npm|eslint-plugin-jsx-a11y|3.7163386963328633e-06| +|npm|superagent|3.691024945770065e-06| +|npm|connect-flash|3.691024945770065e-06| +|npm|isexe|3.691024945770065e-06| +|npm|seedrandom|3.655872327238921e-06| +|npm|[typedoc](https://typedoc.org)|3.6208954718004335e-06| +|npm|sass-true|3.6156979060604716e-06| +|package.json|gitlab/magnumpi/magnumpi|3.6153289949385395e-06| +|package.json|gitlab/geekysquirrel/bigx|3.6153289949385395e-06| +|package.json|gitlab/metafundev/metafun|3.6153289949385395e-06| +|package.json|github/emrecdem/emo-spectre|3.6153289949385395e-06| +|package.json|github/reproducible-biomedical-modeling/Biosimulations|3.6153289949385395e-06| +|package.json|github/eWaterCycle/Cesium-NcWMS|3.6153289949385395e-06| +|package.json|github/eWaterCycle/setup-grpc|3.6153289949385395e-06| +|package.json|github/eWaterCycle/eWaterleaf|3.6153289949385395e-06| +|package.json|github/eWaterCycle/setup-singularity|3.6153289949385395e-06| +|package.json|github/EMResearch/EvoMaster|3.6153289949385395e-06| +|package.json|github/ReGIS-org/regis-v2|3.6153289949385395e-06| +|package.json|github/tyo-nu/MINE-app|3.6153289949385395e-06| +|package.json|github/streamlit/streamlit|3.6153289949385395e-06| +|package.json|github/ZjuLiangsl/mmkp|3.6153289949385395e-06| +|package.json|github/AA-ALERT/frbcat-web|3.6153289949385395e-06| +|package.json|github/eucp-project/storyboards|3.6153289949385395e-06| +|package.json|github/eucp-project/atlas|3.6153289949385395e-06| +|package.json|github/MaayanLab/signature-commons-ui|3.6153289949385395e-06| +|package.json|github/luntergroup/octopus|3.6153289949385395e-06| +|package.json|github/CNIC-Proteomics/TurboPutative-web|3.6153289949385395e-06| +|package.json|github/MolMeDB/MolMeDB|3.6153289949385395e-06| +|package.json|github/interactivereport/OmicsView0|3.6153289949385395e-06| +|package.json|github/klevis-a/kinematics-vis|3.6153289949385395e-06| +|package.json|github/ablab/spades|3.6153289949385395e-06| +|package.json|github/DorianDepriester/mtex2Gmsh|3.6153289949385395e-06| +|package.json|github/fairdataihub/SPARClink|3.6153289949385395e-06| +|package.json|github/Via-Appia/via-appia-online-viewer|3.6153289949385395e-06| +|package.json|github/ADAH-EviDENce/evidence|3.6153289949385395e-06| +|package.json|github/bio-tools/biotoolsSum|3.6153289949385395e-06| +|package.json|github/nextstrain/auspice|3.6153289949385395e-06| +|package.json|github/souzamonteiro/cnatool|3.6153289949385395e-06| +|package.json|github/phelelani/nf-rnaSeqMetagen|3.6153289949385395e-06| +|package.json|github/ImperialCollegeLondon/EpiCollectplus|3.6153289949385395e-06| +|package.json|github/davidhoksza/MolArt|3.6153289949385395e-06| +|package.json|github/lumen-org/lumen|3.6153289949385395e-06| +|package.json|github/meta-logic/sequoia|3.6153289949385395e-06| +|package.json|github/tobiasrausch/alfred|3.6153289949385395e-06| +|package.json|github/CrowdTruth/CrowdTruth|3.6153289949385395e-06| +|package.json|github/eweitz/ideogram|3.6153289949385395e-06| +|package.json|github/Yomguithereal/talisman|3.6153289949385395e-06| +|package.json|github/MichaelSel/edoJS|3.6153289949385395e-06| +|package.json|github/sonjageorgievska/CClusTera|3.6153289949385395e-06| +|package.json|github/biosimulations/Biosimulations|3.6153289949385395e-06| +|package.json|github/SchmidtDSE/afscgap|3.6153289949385395e-06| +|package.json|github/Samreay/Marz|3.6153289949385395e-06| +|package.json|github/TNOCS/csWeb|3.6153289949385395e-06| +|package.json|github/Shamir-Lab/domino_web|3.6153289949385395e-06| +|package.json|github/PathwayCommons/grounding-search|3.6153289949385395e-06| +|package.json|github/ci-for-research/self-hosted-runners|3.6153289949385395e-06| +|package.json|github/ci-for-science/self-hosted-runners|3.6153289949385395e-06| +|package.json|github/Kaixhin/FGLab|3.6153289949385395e-06| +|package.json|github/Kaixhin/FGMachine|3.6153289949385395e-06| +|package.json|github/sib-swiss/glittr|3.6153289949385395e-06| +|package.json|github/bramvandijk88/cacatoo|3.6153289949385395e-06| +|package.json|github/wangjun1996/VisFeature|3.6153289949385395e-06| +|package.json|github/ratschlab/metagraph|3.6153289949385395e-06| +|package.json|github/research-software-directory/research-software-directory|3.6153289949385395e-06| +|package.json|github/pmkruyen/dearscholar|3.6153289949385395e-06| +|package.json|github/bids-standard/bids-validator|3.6153289949385395e-06| +|package.json|github/IPK-BIT/divbrowse|3.6153289949385395e-06| +|package.json|github/hetalang/heta-compiler|3.6153289949385395e-06| +|package.json|github/dondi/GRNsight|3.6153289949385395e-06| +|package.json|github/nlesc-sherlock/Rig|3.6153289949385395e-06| +|package.json|github/yyZhang14/dbEssLnc|3.6153289949385395e-06| +|package.json|github/i-VRESSE/workflow-builder|3.6153289949385395e-06| +|package.json|github/vibbits/phyd3|3.6153289949385395e-06| +|package.json|github/CDSP-SCPO/WPSS-for-ESS-webpanel|3.6153289949385395e-06| +|package.json|github/CDSP-SCPO/dataverse-feed|3.6153289949385395e-06| +|package.json|github/quinlanW/dbMisLoc|3.6153289949385395e-06| +|package.json|github/PDB-REDO/tortoize|3.6153289949385395e-06| +|package.json|github/FINNGEN/lavaa-react|3.6153289949385395e-06| +|package.json|github/tortellini-tools/action|3.6153289949385395e-06| +|package.json|github/amkram/shusher|3.6153289949385395e-06| +|package.json|github/neuroneural/brainchop|3.6153289949385395e-06| +|package.json|github/PopMedNet-Team/popmednet|3.6153289949385395e-06| +|package.json|github/gear-genomics/tracy|3.6153289949385395e-06| +|package.json|github/cinemascience/cinema_snap|3.6153289949385395e-06| +|package.json|github/citation-file-format/cff-initializer-javascript|3.6153289949385395e-06| +|package.json|github/LTLA/gesel.js|3.6153289949385395e-06| +|package.json|github/NLeSC/spot|3.6153289949385395e-06| +|package.json|github/NLeSC/xenon-flow|3.6153289949385395e-06| +|package.json|github/NLeSC/nlesc-serverless-boilerplate|3.6153289949385395e-06| +|package.json|github/NLeSC/UncertaintyVisualization|3.6153289949385395e-06| +|package.json|github/NLeSC/DiVE|3.6153289949385395e-06| +|package.json|github/NLeSC/ExtJS-DateTime|3.6153289949385395e-06| +|package.json|github/NLeSC/docker-couch-admin|3.6153289949385395e-06| +|package.json|github/NLeSC/case-law-app|3.6153289949385395e-06| +|package.json|github/NLeSC/pattyvis|3.6153289949385395e-06| +|package.json|github/jspsych/jspsych|3.6153289949385395e-06| +|package.json|github/mathjax/MathJax|3.6153289949385395e-06| +|package.json|github/leraman/Hopla|3.6153289949385395e-06| +|package.json|github/iomega/paired-data-form|3.6153289949385395e-06| +|package.json|github/iomega/zenodo-upload|3.6153289949385395e-06| +|package.json|github/korcsmarosgroup/TFlink|3.6153289949385395e-06| +|npm|leaflet-geotiff-2|3.5791757049891544e-06| +|npm|retape|3.5791757049891536e-06| +|npm|test|3.5791757049891536e-06| +|npm|babel-plugin-remove-comments|3.5791757049891536e-06| +|npm|svelte-preprocess|3.478259096765775e-06| +|npm|karma-phantomjs-launcher|3.4625329253176325e-06| +|npm|json-stringify-safe|3.4409005446830823e-06| +|npm|[url-loader](https://github.com/webpack-contrib/url-loader)|3.4161781086943783e-06| +|npm|[time-span](https://github.com/sindresorhus/time-span#readme)|3.4070999499415983e-06| +|npm|loud-rejection|3.4070999499415983e-06| +|npm|csv-spectrum|3.4070999499415983e-06| +|npm|bops|3.4070999499415983e-06| +|npm|babel-plugin-transform-runtime|3.393896549943187e-06| +|npm|babel-plugin-add-module-exports|3.344185776262783e-06| +|npm|karma-cli|3.2811730830209995e-06| +|npm|through|3.2425393401144874e-06| +|npm|watch-run|3.1637356678029125e-06| +|npm|rollup-plugin-modify|3.1637356678029125e-06| +|npm|rollup-plugin-html|3.1637356678029125e-06| +|npm|rollup-plugin-esbuild|3.1637356678029125e-06| +|npm|p-limit|3.1637356678029125e-06| +|npm|number-precision|3.1637356678029125e-06| +|npm|archiver|3.1637356678029125e-06| +|npm|path-scurry|3.133680178958785e-06| +|npm|minipass|3.133680178958785e-06| +|npm|jackspeak|3.133680178958785e-06| +|npm|foreground-child|3.133680178958785e-06| +|npm|eslint-config-xo-nextjs|3.1320983111248835e-06| +|npm|babelify|3.1135176413298506e-06| +|npm|babel-plugin-transform-es2015-modules-commonjs|3.1135176413298506e-06| +|npm|babel-register|3.06720380799391e-06| +|npm|livereload|3.0546413344303988e-06| +|npm|jsonlint|3.0546413344303988e-06| +|npm|http-server|3.0546413344303988e-06| +|npm|highlight.js|3.0546413344303988e-06| +|npm|handlebars|3.0546413344303988e-06| +|npm|download-cli|3.0546413344303988e-06| +|npm|heap|3.0546413344303988e-06| +|npm|git-state|3.0457408643417315e-06| +|npm|xpath|3.0457408643417315e-06| +|npm|coffee-coverage|3.0457408643417315e-06| +|npm|conventional-changelog-cli|3.037297531382022e-06| +|npm|gulp-if|3.029937988878181e-06| +|npm|babel-plugin-istanbul|3.0274341829063982e-06| +|npm|read-package-json|2.9982479559486065e-06| +|npm|is-wsl|2.9982479559486065e-06| +|npm|[covert](https://github.com/substack/covert)|2.966206073752714e-06| +|npm|utest|2.9528199566160516e-06| +|npm|urun|2.9528199566160516e-06| +|npm|timezone-mock|2.9528199566160516e-06| +|npm|sqlstring|2.9528199566160516e-06| +|npm|bignumber.js|2.9528199566160516e-06| +|npm|[resolve](https://github.com/browserify/resolve#readme)|2.937403640556839e-06| +|npm|eslint-plugin-pabigot|2.923291757049891e-06| +|npm|gulp-jshint|2.920371385664227e-06| +|npm|enquirer|2.87556594612319e-06| +|npm|zuul|2.8186008676789586e-06| +|npm|travis-cov|2.812209482491478e-06| +|npm|[x2js](https://github.com/x2js/x2js#readme)|2.812209482491478e-06| +|npm|toml|2.812209482491478e-06| +|npm|properties|2.812209482491478e-06| +|npm|hjson|2.812209482491478e-06| +|npm|cson|2.812209482491478e-06| +|npm|[sass-loader](https://github.com/webpack-contrib/sass-loader)|2.8077182388462237e-06| +|npm|ts-loader|2.7789570055025584e-06| +|npm|in-publish|2.7721077613868677e-06| +|npm|assert|2.7471550141832134e-06| +|npm|[jsdom](https://github.com/jsdom/jsdom#readme)|2.730289760811756e-06| +|npm|[rx](https://github.com/Reactive-Extensions/RxJS)|2.723773377253284e-06| +|npm|eslint-plugin-jest|2.7211010008727996e-06| +|npm|server-destroy|2.6910754591746997e-06| +|npm|karma-coverage|2.6764958340252505e-06| +|npm|eslint-config-airbnb|2.666027031536793e-06| +|npm|gulp-mocha|2.6467853952860967e-06| +|npm|gulp-istanbul|2.6467853952860967e-06| +|npm|gulp-coveralls|2.6467853952860967e-06| +|npm|stealthy-require|2.6467853952860967e-06| +|npm|request-promise-core|2.6467853952860967e-06| +|npm|updox|2.6247288503253795e-06| +|npm|safename|2.6247288503253795e-06| +|npm|[q](https://github.com/kriskowal/q)|2.599163309575466e-06| +|npm|browserify-istanbul|2.594416085070263e-06| +|npm|combined-stream|2.594416085070263e-06| +|npm|split2|2.590038443660461e-06| +|npm|csstype|2.5841692398781848e-06| +|npm|gulp-replace|2.545224863790364e-06| +|npm|gulp-header|2.545224863790364e-06| +|npm|jest-canvas-mock|2.5250769827776333e-06| +|npm|postcss-loader|2.5094535967637917e-06| +|npm|[connect](https://github.com/senchalabs/connect#readme)|2.5049755965292844e-06| +|npm|open|2.502866439417415e-06| +|npm|imagemin-svgo|2.477890872684799e-06| +|npm|imagemin-optipng|2.477890872684799e-06| +|npm|imagemin-jpegtran|2.477890872684799e-06| +|npm|imagemin-gifsicle|2.477890872684799e-06| +|npm|pretty-bytes|2.477890872684799e-06| +|npm|plur|2.477890872684799e-06| +|npm|p-map|2.477890872684799e-06| +|npm|imagemin|2.477890872684799e-06| +|npm|nodeunit-x|2.4735545636576008e-06| +|npm|karma-chai|2.4663443101977623e-06| +|npm|prettier-plugin-pkgjson|2.460683297180043e-06| +|npm|make-dir-cli|2.460683297180043e-06| +|npm|koa|2.460683297180043e-06| +|npm|formdata-polyfill|2.460683297180043e-06| +|npm|once|2.460683297180043e-06| +|npm|hexoid|2.460683297180043e-06| +|npm|dezalgo|2.460683297180043e-06| +|npm|houkou|2.460683297180043e-06| +|npm|rollup-plugin-typescript2|2.4361582144838967e-06| +|npm|gulp-sourcemaps|2.4273216712014354e-06| +|npm|gulp-file|2.4273216712014354e-06| +|npm|watchify|2.410465270706981e-06| +|npm|gulp-gh-pages|2.410465270706981e-06| +|npm|gulp-beautify|2.410465270706981e-06| +|npm|babel-preset-es2017|2.3735048032228073e-06| +|npm|statuses|2.335138230997388e-06| +|npm|setprototypeof|2.335138230997388e-06| +|npm|[babel-polyfill](https://babeljs.io/)|2.3040667356513944e-06| +|npm|[angular-mocks](http://angularjs.org)|2.300898667493027e-06| +|npm|gulp-angular-templatecache|2.300898667493027e-06| +|npm|gulp-cssnano|2.300898667493027e-06| +|npm|gulp-less|2.300898667493027e-06| +|npm|[ts-jest](https://kulshekhar.github.io/ts-jest)|2.2849202045243256e-06| +|npm|[querystring](https://github.com/Gozala/querystring#readme)|2.2559652928416487e-06| +|npm|gulp-json-editor|2.214614967462039e-06| +|npm|requizzle|2.214614967462039e-06| +|npm|markdown-it-anchor|2.214614967462039e-06| +|npm|klaw|2.214614967462039e-06| +|npm|js2xmlparser|2.214614967462039e-06| +|npm|escape-string-regexp|2.214614967462039e-06| +|npm|catharsis|2.214614967462039e-06| +|npm|optimist|2.2099279516578863e-06| +|npm|gaze|2.1555585683297175e-06| +|npm|hooker|2.1487443684298348e-06| +|npm|punycode|2.147505422993492e-06| +|npm|[jsdoc](https://github.com/jsdoc/jsdoc#readme)|2.1248799194298115e-06| +|npm|[http-errors](https://github.com/jshttp/http-errors#readme)|2.1171769457467167e-06| +|npm|phantomjs-prebuilt|2.1091571118686086e-06| +|npm|node-sass|2.0894223084827036e-06| +|npm|pify|2.0859023026864676e-06| +|npm|rollup-plugin-livereload|2.0721543555200363e-06| +|npm|duplexer|2.0617010768515648e-06| +|npm|rollup-plugin-copy|2.055076160282234e-06| +|npm|[opener](https://github.com/domenic/opener#readme)|2.0462171853557047e-06| +|npm|karma-sinon|2.040968085955354e-06| +|npm|bl|2.0341648590021693e-06| +|npm|qs|2.02127556554075e-06| +|npm|xvfb-maybe|1.9685466377440345e-06| +|npm|twolfson-style|1.9685466377440345e-06| +|npm|proclaim|1.9685466377440345e-06| +|npm|jscs|1.9685466377440345e-06| +|npm|foundry-release-npm|1.9685466377440345e-06| +|npm|foundry-release-git|1.9685466377440345e-06| +|npm|foundry-release-component|1.9685466377440345e-06| +|npm|foundry|1.9685466377440345e-06| +|npm|domify|1.9685466377440345e-06| +|npm|css-controls|1.9685466377440345e-06| +|npm|brfs|1.9685466377440345e-06| +|npm|computed-style|1.9685466377440345e-06| +|npm|[clsx](https://github.com/lukeed/clsx#readme)|1.9616636075421333e-06| +|npm|gulp-autoprefixer|1.9515719467197944e-06| +|npm|ubelt|1.946914257109485e-06| +|npm|asynct|1.946914257109485e-06| +|npm|event-stream|1.946914257109485e-06| +|npm|it-is|1.946914257109485e-06| +|npm|stream-spec|1.946914257109485e-06| +|npm|string-to-stream|1.946914257109485e-06| +|npm|read-dir-deep|1.9257521456191644e-06| +|npm|gulp-strip-comments|1.9257521456191644e-06| +|npm|gulp-jsbeautifier|1.9257521456191644e-06| +|npm|webgpu|1.9257521456191644e-06| +|npm|gpu-mock.js|1.9257521456191644e-06| +|npm|gl-wiretap|1.9257521456191644e-06| +|npm|gl|1.9257521456191644e-06| +|npm|babel-preset-stage-2|1.908893709327549e-06| +|npm|pngjs|1.9001415422239716e-06| +|npm|[types](http://nodeca.github.com/types/)|1.8848614343853195e-06| +|npm|[runmd](https://github.com/broofa/runmd)|1.8748063216609853e-06| +|npm|random-seed|1.8748063216609853e-06| +|npm|optional-dev-dependency|1.8748063216609853e-06| +|npm|pm2-sysmonit|1.8455124728850324e-06| +|npm|yamljs|1.8455124728850324e-06| +|npm|vizion|1.8455124728850324e-06| +|npm|source-map-support|1.8455124728850324e-06| +|npm|promptly|1.8455124728850324e-06| +|npm|pm2-multimeter|1.8455124728850324e-06| +|npm|pm2-deploy|1.8455124728850324e-06| +|npm|pm2-axon-rpc|1.8455124728850324e-06| +|npm|pm2-axon|1.8455124728850324e-06| +|npm|pidusage|1.8455124728850324e-06| +|npm|fclone|1.8455124728850324e-06| +|npm|croner|1.8455124728850324e-06| +|npm|cli-tableau|1.8455124728850324e-06| +|npm|blessed|1.8455124728850324e-06| +|npm|mocha-headless-chrome|1.827057348156182e-06| +|npm|gulp-format-md|1.827057348156182e-06| +|npm|babel-plugin-module-resolver|1.8122599958961128e-06| +|npm|sveld|1.8078489530302358e-06| +|npm|pretty-quick|1.8078489530302358e-06| +|npm|toidentifier|1.8078489530302358e-06| +|npm|gulp-plumber|1.8078489530302358e-06| +|npm|gulp-filter|1.8078489530302358e-06| +|npm|kefir|1.7998140687945456e-06| +|npm|highland|1.7998140687945456e-06| +|npm|grunt-saucelabs|1.7998140687945456e-06| +|npm|co|1.7998140687945456e-06| +|npm|baconjs|1.7998140687945456e-06| +|npm|acorn-walk|1.7998140687945456e-06| +|npm|travis-check-changes|1.7989487735691638e-06| +|npm|shelljs-release|1.7989487735691638e-06| +|npm|shelljs-changelog|1.7989487735691638e-06| +|npm|rechoir|1.7989487735691638e-06| +|npm|interpret|1.7989487735691638e-06| +|npm|[natives](https://github.com/addaleax/natives#readme)|1.7895878524945772e-06| +|npm|[nonew](https://github.com/frewsxcv/nonew.js)|1.7895878524945772e-06| +|npm|[three.trackball](https://github.com/anvaka/three.trackball)|1.7895878524945772e-06| +|npm|[three-buffergeometry-sort](https://github.com/frewsxcv/three-buffergeometry-sort)|1.7895878524945772e-06| +|npm|ejs|1.7576309265571737e-06| +|npm|tmp|1.7349526772462607e-06| +|npm|[nunjucks](https://github.com/mozilla/nunjucks#readme)|1.7131097391401086e-06| +|npm|docdown|1.7035499749707992e-06| +|npm|qunitjs|1.7035499749707992e-06| +|npm|platform|1.7035499749707992e-06| +|npm|qunit-extras|1.7035499749707992e-06| +|npm|[formidable](https://github.com/node-formidable/formidable)|1.6969590816615288e-06| +|npm|babel-preset-es2016|1.670452432599938e-06| +|npm|utils-merge|1.6516322614478797e-06| +|npm|mini-svg-data-uri|1.6404555314533623e-06| +|npm|walkdir|1.6240509761388284e-06| +|npm|jasmine-reporters|1.6240509761388284e-06| +|npm|jasmine-growl-reporter|1.6240509761388284e-06| +|npm|[pre-commit](https://github.com/observing/pre-commit)|1.616362075630679e-06| +|npm|[ndjson](https://github.com/ndjson/ndjson.js)|1.5839397664622342e-06| +|npm|cli-color|1.5763052217382862e-06| +|npm|node-domexception|1.5660491555624418e-06| +|npm|native-hello-world|1.5660491555624418e-06| +|npm|module-not-found-error|1.5660491555624418e-06| +|npm|fill-keys|1.5660491555624418e-06| +|npm|codeclimate-test-reporter|1.5606217457782377e-06| +|npm|normalize-wheel-es|1.5541157666400273e-06| +|npm|memoize-one|1.5541157666400273e-06| +|npm|lodash-unified|1.5541157666400273e-06| +|npm|lodash-es|1.5541157666400273e-06| +|npm|async-validator|1.5541157666400273e-06| +|npm|[grunt-eslint](https://github.com/sindresorhus/grunt-eslint#readme)|1.551319822105381e-06| +|npm|promise|1.547691676996178e-06| +|npm|gulp-util|1.542228954613716e-06| +|npm|[abbrev](https://github.com/isaacs/abbrev-js#readme)|1.5223098735247623e-06| +|npm|shortid|1.5142666444184882e-06| +|npm|react-beautiful-dnd|1.5142666444184882e-06| +|npm|objectpath|1.5142666444184882e-06| +|npm|wdio-chromedriver-service|1.5142666444184882e-06| +|npm|selenium-standalone|1.5142666444184882e-06| +|npm|chromedriver|1.5142666444184882e-06| +|npm|taper|1.4939862875735977e-06| +|npm|karma-tap|1.4939862875735977e-06| +|npm|function-bind|1.4939862875735977e-06| +|npm|buffer-equal|1.4939862875735977e-06| +|npm|tunnel-agent|1.4939862875735977e-06| +|npm|performance-now|1.4939862875735977e-06| +|npm|oauth-sign|1.4939862875735977e-06| +|npm|isstream|1.4939862875735977e-06| +|npm|is-typedarray|1.4939862875735977e-06| +|npm|http-signature|1.4939862875735977e-06| +|npm|har-validator|1.4939862875735977e-06| +|npm|forever-agent|1.4939862875735977e-06| +|npm|extend|1.4939862875735977e-06| +|npm|caseless|1.4939862875735977e-06| +|npm|aws4|1.4939862875735977e-06| +|npm|aws-sign2|1.4939862875735977e-06| +|npm|[argparse](https://github.com/nodeca/argparse#readme)|1.489927646631373e-06| +|npm|[mz](https://github.com/normalize/mz#readme)|1.4859970560892495e-06| +|npm|es6-promise|1.4700185931205454e-06| +|npm|karma-mocha-reporter|1.4601856928321135e-06| +|npm|generate-object-property|1.4462791624241888e-06| +|npm|uri-path|1.4436008676789589e-06| +|npm|maxmin|1.4436008676789589e-06| +|npm|chai-timers|1.406104741245739e-06| +|npm|svelte-check|1.406104741245739e-06| +|npm|svelte-guides|1.406104741245739e-06| +|npm|scenejs|1.406104741245739e-06| +|npm|print-sizes|1.406104741245739e-06| +|npm|keycon|1.406104741245739e-06| +|npm|moveable|1.406104741245739e-06| +|npm|framework-utils|1.406104741245739e-06| +|npm|[file-saver](https://github.com/eligrey/FileSaver.js#readme)|1.4030999620611749e-06| +|npm|path-exists|1.382068762762906e-06| +|npm|[tap-spec](https://github.com/scottcorgan/tap-spec#readme)|1.3762250154942677e-06| +|npm|conventional-github-releaser|1.3320992285485947e-06| +|npm|corp-semantic-release|1.3320992285485947e-06| +|npm|gulp-clean-css|1.3320992285485947e-06| +|npm|babel-preset-stage-3|1.3287689804772232e-06| +|npm|babel-preset-es2015-loose|1.3287689804772232e-06| +|npm|saucelabs-connector|1.3287689804772232e-06| +|npm|pinkie|1.3287689804772232e-06| +|npm|desired-capabilities|1.3287689804772232e-06| +|npm|extract-text-webpack-plugin|1.3123644251626898e-06| +|npm|copyfiles|1.3123644251626898e-06| +|npm|perfect-scrollbar|1.3123644251626898e-06| +|npm|methods|1.294255500464828e-06| +|npm|is-number-like|1.28496340969226e-06| +|npm|content-disposition|1.284422600176396e-06| +|npm|[material-ui](http://material-ui.com/)|1.2654942671211724e-06| +|npm|rollup-plugin-node-polyfills|1.2654942671211652e-06| +|npm|docpress|1.2654942671211652e-06| +|npm|into-stream|1.2528393244499535e-06| +|npm|overland|1.2303416485900215e-06| +|npm|sinon-chai|1.2261409582399817e-06| +|npm|repeat-string|1.2180382321041213e-06| +|npm|tap-out|1.2180382321041213e-06| +|npm|figures|1.2180382321041213e-06| +|npm|pretty-ms|1.2180382321041213e-06| +|npm|tapes|1.2180382321041213e-06| +|npm|expect|1.206870515601535e-06| +|npm|webidl2js|1.1970891716011022e-06| +|npm|mocha-sugar-free|1.1970891716011022e-06| +|npm|eslint-plugin-jsdom-internal|1.1970891716011022e-06| +|npm|xml-name-validator|1.1970891716011022e-06| +|npm|whatwg-url|1.1970891716011022e-06| +|npm|whatwg-mimetype|1.1970891716011022e-06| +|npm|whatwg-encoding|1.1970891716011022e-06| +|npm|webidl-conversions|1.1970891716011022e-06| +|npm|w3c-xmlserializer|1.1970891716011022e-06| +|npm|symbol-tree|1.1970891716011022e-06| +|npm|rrweb-cssom|1.1970891716011022e-06| +|npm|parse5|1.1970891716011022e-06| +|npm|nwsapi|1.1970891716011022e-06| +|npm|is-potential-custom-element-name|1.1970891716011022e-06| +|npm|https-proxy-agent|1.1970891716011022e-06| +|npm|http-proxy-agent|1.1970891716011022e-06| +|npm|html-encoding-sniffer|1.1970891716011022e-06| +|npm|domexception|1.1970891716011022e-06| +|npm|decimal.js|1.1970891716011022e-06| +|npm|data-urls|1.1970891716011022e-06| +|npm|cssstyle|1.1970891716011022e-06| +|npm|abab|1.1970891716011022e-06| +|npm|vuetify-loader|1.1970891716011022e-06| +|npm|vue-meta|1.1970891716011022e-06| +|npm|stylus-loader|1.1970891716011022e-06| +|npm|pug-loader|1.1970891716011022e-06| +|npm|optimize-css-assets-webpack-plugin|1.1970891716011022e-06| +|npm|identity-obj-proxy|1.1970891716011022e-06| +|npm|happypack|1.1970891716011022e-06| +|npm|friendly-errors-webpack-plugin|1.1970891716011022e-06| +|npm|fork-ts-checker-webpack-plugin|1.1970891716011022e-06| +|npm|cssnano|1.1970891716011022e-06| +|npm|babel-plugin-transform-define|1.1970891716011022e-06| +|npm|babel-plugin-detective|1.1970891716011022e-06| +|npm|[grunt-contrib-qunit](https://github.com/gruntjs/grunt-contrib-qunit#readme)|1.1930585683297272e-06| +|npm|[node-minify](https://github.com/srod/node-minify)|1.1930585683297272e-06| +|npm|[apollo-server-express](https://github.com/apollographql/apollo-server#readme)|1.193058568329718e-06| +|npm|[graphql](https://github.com/graphql/graphql-js)|1.193058568329718e-06| +|npm|[Matlab](https://github.com/abdennour/masfufa#readme)|1.193058568329718e-06| +|npm|Gmsh|1.193058568329718e-06| +|npm|[MTEX](https://github.com/diversemix/mtex#readme)|1.193058568329718e-06| +|npm|[cors](https://github.com/expressjs/cors#readme)|1.1828212846961002e-06| +|npm|babel-plugin-transform-object-rest-spread|1.1825095464516526e-06| +|npm|karma-sourcemap-loader|1.1825095464516526e-06| +|npm|ent|1.1693167028199565e-06| +|npm|traverse|1.1693167028199565e-06| +|npm|charm|1.1693167028199565e-06| +|npm|deep-is|1.1693167028199565e-06| +|npm|[xml2js](https://github.com/Leonidas-from-XIV/node-xml2js)|1.152386117136663e-06| +|npm|pkgfiles|1.1004297974966653e-06| +|npm|obake|1.1004297974966653e-06| +|npm|is-node-modern|1.1004297974966653e-06| +|npm|far|1.1004297974966653e-06| +|npm|fake|1.1004297974966653e-06| +|npm|asynckit|1.1004297974966653e-06| +|npm|[temporary](https://github.com/vesln/temporary)|1.0993575838478224e-06| +|npm|[eslint-config-grunt](http://gruntjs.com/contributing#syntax)|1.0993575838478224e-06| +|npm|[grunt-legacy-log](http://gruntjs.com/)|1.0993575838478224e-06| +|npm|[findup-sync](https://github.com/gulpjs/findup-sync#readme)|1.0993575838478224e-06| +|npm|exit|1.0993575838478224e-06| +|npm|d3-time-format|1.093637020968908e-06| +|npm|d3-time|1.093637020968908e-06| +|npm|d3-scale-chromatic|1.093637020968908e-06| +|npm|d3-random|1.093637020968908e-06| +|npm|d3-quadtree|1.093637020968908e-06| +|npm|d3-polygon|1.093637020968908e-06| +|npm|d3-path|1.093637020968908e-06| +|npm|d3-hierarchy|1.093637020968908e-06| +|npm|d3-geo|1.093637020968908e-06| +|npm|d3-force|1.093637020968908e-06| +|npm|d3-drag|1.093637020968908e-06| +|npm|d3-delaunay|1.093637020968908e-06| +|npm|d3-contour|1.093637020968908e-06| +|npm|d3-chord|1.093637020968908e-06| +|npm|cz-conventional-changelog|1.0914258385167057e-06| +|npm|browserify-middleware|1.0713178980919917e-06| +|npm|code-mirror|1.0713178980919917e-06| +|npm|github-basic|1.0713178980919917e-06| +|npm|handle|1.0713178980919917e-06| +|npm|highlight-codemirror|1.0713178980919917e-06| +|npm|inconsolata|1.0713178980919917e-06| +|npm|jade-code-mirror|1.0713178980919917e-06| +|npm|jade-highlighter|1.0713178980919917e-06| +|npm|jstransformer-cdata|1.0713178980919917e-06| +|npm|jstransformer-coffee-script|1.0713178980919917e-06| +|npm|jstransformer-less|1.0713178980919917e-06| +|npm|jstransformer-marked|1.0713178980919917e-06| +|npm|jstransformer-stylus|1.0713178980919917e-06| +|npm|jstransformer-verbatim|1.0713178980919917e-06| +|npm|less-file|1.0713178980919917e-06| +|npm|linify|1.0713178980919917e-06| +|npm|lsr|1.0713178980919917e-06| +|npm|pull-request|1.0713178980919917e-06| +|npm|stop|1.0713178980919917e-06| +|npm|twbs|1.0713178980919917e-06| +|npm|character-parser|1.0713178980919917e-06| +|npm|constantinople|1.0713178980919917e-06| +|npm|jstransformer|1.0713178980919917e-06| +|npm|transformers|1.0713178980919917e-06| +|npm|void-elements|1.0713178980919917e-06| +|npm|with|1.0713178980919917e-06| +|npm|testing-library|1.0450968306561745e-06| +|npm|[yorkie](https://github.com/yyx990803/yorkie)|1.0300534732381577e-06| +|npm|vitest|1.0300534732381577e-06| +|npm|todomvc-app-css|1.0300534732381577e-06| +|npm|karma-esbuild|1.0300534732381577e-06| +|npm|jasmine-core|1.0300534732381577e-06| +|npm|he|1.0300534732381577e-06| +|npm|[crossfilter2](https://crossfilter.github.io/crossfilter/)|1.0284319801673408e-06| +|npm|dts-gen|1.012395413696932e-06| +|npm|documentation|1.012395413696932e-06| +|npm|check-node-version|1.012395413696932e-06| +|npm|check-es3-syntax-cli|1.012395413696932e-06| +|npm|nodeunit|9.74430585683297e-07| +|npm|tar|9.74430585683297e-07| +|npm|closurecompiler-externs|9.74430585683297e-07| +|npm|gpx-parse|9.239593084587384e-07| +|npm|node-geo-distance|9.239593084587384e-07| +|npm|redis|9.239593084587384e-07| +|npm|seed-random|9.227562364425162e-07| +|npm|freeport|9.227562364425162e-07| +|npm|node-uuid|9.227562364425162e-07| +|npm|event-emitter|9.227562364425162e-07| +|npm|[grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify#readme)|8.982026650139455e-07| +|npm|[svd-js](https://github.com/danilosalvati/svd-js#readme)|8.947939262472903e-07| +|npm|[csv-parser](https://github.com/mafintosh/csv-parser)|8.947939262472903e-07| +|npm|[hasha](https://github.com/sindresorhus/hasha#readme)|8.947939262472903e-07| +|npm|[cytoscape-cose-bilkent](https://github.com/cytoscape/cytoscape.js-cose-bilkent)|8.947939262472903e-07| +|npm|[uikit](https://getuikit.com)|8.947939262472903e-07| +|npm|[tailwindcss](https://tailwindcss.com)|8.947939262472886e-07| +|npm|[font-awesome-webpack](https://github.com/gowravshekar/font-awesome-webpack)|8.947939262472886e-07| +|npm|babel-plugin-unassert|8.436628447474433e-07| +|npm|babel-preset-power-assert|8.436628447474433e-07| +|npm|eslint-config-mysticatea|8.436628447474433e-07| +|npm|if-node-version|8.436628447474433e-07| +|npm|power-assert|8.436628447474433e-07| +|npm|glob2base|8.436628447474433e-07| +|npm|shell-quote|8.436628447474433e-07| +|npm|subarg|8.436628447474433e-07| +|npm|[get-stream](https://github.com/sindresorhus/get-stream#readme)|8.20408035565302e-07| +|npm|batch|8.177039879859836e-07| +|npm|sendgrid-rest|8.007647339975734e-07| +|npm|system-sleep|8.007647339975734e-07| +|npm|lodash.chunk|8.007647339975734e-07| +|npm|mailparser|8.007647339975734e-07| +|npm|async.ensureasync|8.007647339975734e-07| +|npm|bottleneck|8.007647339975734e-07| +|npm|mocha-sinon|8.007647339975734e-07| +|npm|async.queue|8.007647339975734e-07| +|npm|material-components-web|7.770578833200136e-07| +|npm|foundation-sites|7.770578833200136e-07| +|npm|enhanced-resolve|7.770578833200136e-07| +|npm|bootstrap-sass|7.770578833200136e-07| +|npm|neo-async|7.770578833200136e-07| +|npm|klona|7.770578833200136e-07| +|npm|typescript3|7.669662224976758e-07| +|npm|node-qunit|7.669662224976758e-07| +|npm|load-grunt-tasks|7.669662224976758e-07| +|npm|karma-sauce-launcher|7.669662224976758e-07| +|npm|karma-qunit|7.669662224976758e-07| +|npm|grunt-string-replace|7.669662224976758e-07| +|npm|grunt-nuget|7.669662224976758e-07| +|npm|grunt-karma|7.669662224976758e-07| +|npm|grunt-exec|7.669662224976758e-07| +|npm|grunt-env|7.669662224976758e-07| +|npm|grunt-contrib-copy|7.669662224976758e-07| +|npm|grunt-contrib-concat|7.669662224976758e-07| +|npm|grunt-benchmark|7.669662224976758e-07| +|npm|random-buffer|7.571333222092441e-07| +|npm|nock|7.571333222092441e-07| +|npm|is-zip|7.571333222092441e-07| +|npm|p-event|7.571333222092441e-07| +|npm|make-dir|7.571333222092441e-07| +|npm|got|7.571333222092441e-07| +|npm|filenamify|7.571333222092441e-07| +|npm|ext-name|7.571333222092441e-07| +|npm|decompress|7.571333222092441e-07| +|npm|archive-type|7.571333222092441e-07| +|npm|watch|7.571333222092441e-07| +|npm|unminified-webpack-plugin|7.571333222092441e-07| +|npm|jsonpath|7.571333222092441e-07| +|npm|jest-cli|7.571333222092441e-07| +|npm|globify|7.571333222092441e-07| +|npm|codacy-coverage|7.571333222092441e-07| +|npm|cash-cat|7.571333222092441e-07| +|npm|biased-opener|7.571333222092441e-07| +|npm|[wallaby-webpack](https://github.com/jeffling/wallaby-webpack#readme)|7.571333222092441e-07| +|npm|package-yaml|7.571333222092441e-07| +|npm|json-loader|7.571333222092441e-07| +|npm|isparta-loader|7.571333222092441e-07| +|npm|isparta|7.571333222092441e-07| +|npm|gatsby|7.571333222092441e-07| +|npm|enzyme-adapter-react-16|7.571333222092441e-07| +|npm|enzyme|7.571333222092441e-07| +|npm|conventional-changelog|7.571333222092441e-07| +|npm|chai-enzyme|7.571333222092441e-07| +|npm|babel-plugin-__coverage__|7.571333222092441e-07| +|npm|add-stream|7.571333222092441e-07| +|npm|karma-webpack|7.571333222092441e-07| +|npm|lodash.isequal|7.571333222092441e-07| +|npm|clamp|7.571333222092441e-07| +|npm|[remark-sectionize](https://github.com/jake-low/remark-sectionize#readme)|7.158351409978342e-07| +|npm|[serve-favicon](https://github.com/expressjs/serve-favicon#readme)|7.093345013627041e-07| +|npm|[url](https://github.com/defunctzombie/node-url#readme)|7.081094610378781e-07| +|npm|slugify|7.030523706228695e-07| +|npm|serve-handler|7.030523706228695e-07| +|npm|pixelmatch|7.030523706228695e-07| +|npm|magic-string|7.030523706228695e-07| +|npm|dtslint|7.030523706228695e-07| +|npm|cwebp-bin|7.030523706228695e-07| +|npm|zrender|7.030523706228695e-07| +|npm|[rsvp](https://github.com/tildeio/rsvp.js)|7.030523706228695e-07| +|npm|rollup-plugin-npm|7.030523706228695e-07| +|npm|native-promise-only|7.030523706228695e-07| +|npm|karma-safari-launcher|7.030523706228695e-07| +|npm|eslint-plugin-prefer-arrow|7.030523706228695e-07| +|npm|cheerio|7.030523706228695e-07| +|npm|babel-plugin-syntax-async-generators|7.030523706228695e-07| +|npm|babel-minify|7.030523706228695e-07| +|npm|should-util|6.710954446854663e-07| +|npm|mocha-better-spec-reporter|6.710954446854663e-07| +|npm|should-equal|6.710954446854663e-07| +|npm|eslint-config-shouldjs|6.710954446854663e-07| +|npm|should-type|6.710954446854663e-07| +|npm|should-format|6.710954446854663e-07| +|npm|should-type-adaptors|6.710954446854663e-07| +|npm|svelte-jest|6.660496142742974e-07| +|npm|rollup-plugin-postcss|6.660496142742974e-07| +|npm|stream-spigot|6.496203904555314e-07| +|npm|polendina|6.496203904555314e-07| +|npm|hundreds|6.496203904555314e-07| +|npm|buffer|6.496203904555314e-07| +|npm|unorm|6.496203904555314e-07| +|npm|iconv|6.496203904555314e-07| +|npm|errto|6.496203904555314e-07| +|npm|grunt-legacy-log-utils|6.496203904555314e-07| +|npm|vuepress-plugin-social-share|6.489714190364949e-07| +|npm|vuepress-plugin-smooth-scroll|6.489714190364949e-07| +|npm|vuepress-plugin-google-adsense|6.489714190364949e-07| +|npm|vuepress-plugin-element-tabs|6.489714190364949e-07| +|npm|vuepress|6.489714190364949e-07| +|npm|vue-eslint-parser|6.489714190364949e-07| +|npm|vue-codemirror|6.489714190364949e-07| +|npm|terser-webpack-plugin|6.489714190364949e-07| +|npm|replace-in-file|6.489714190364949e-07| +|npm|faker|6.489714190364949e-07| +|npm|eslint-plugin-vue|6.489714190364949e-07| +|npm|stream-combiner2|6.431241865509761e-07| +|npm|source-map|6.431241865509761e-07| +|npm|slash|6.431241865509761e-07| +|npm|falafel|6.431241865509761e-07| +|npm|convert-source-map|6.431241865509761e-07| +|npm|[method-override](https://github.com/expressjs/method-override#readme)|6.357491478153075e-07| +|npm|webpack-manifest-plugin|6.249354405536618e-07| +|npm|script-loader|6.249354405536618e-07| +|npm|recursive-readdir|6.249354405536618e-07| +|npm|react-dev-utils|6.249354405536618e-07| +|npm|output-file-sync|6.249354405536618e-07| +|npm|npm-release|6.249354405536618e-07| +|npm|imports-loader|6.249354405536618e-07| +|npm|fs-promise|6.249354405536618e-07| +|npm|flow-typed|6.249354405536618e-07| +|npm|flow-bin|6.249354405536618e-07| +|npm|find-cache-dir|6.249354405536618e-07| +|npm|filesize|6.249354405536618e-07| +|npm|fake-xml-http-request|6.249354405536618e-07| +|npm|eslint-plugin-flowtype|6.249354405536618e-07| +|npm|eslint-loader|6.249354405536618e-07| +|npm|dmd-clear|6.249354405536618e-07| +|npm|dagre|6.249354405536618e-07| +|npm|child-process-promise|6.249354405536618e-07| +|npm|case-sensitive-paths-webpack-plugin|6.249354405536618e-07| +|npm|babel-plugin-flow-react-proptypes|6.249354405536618e-07| +|npm|gulp-marked|6.194727181711997e-07| +|npm|gulp-mocha-phantomjs|6.194727181711997e-07| +|npm|humanize|6.194727181711997e-07| +|npm|chai-jquery|6.194727181711997e-07| +|npm|gulp-iife|6.194727181711997e-07| +|npm|gulp-cache|6.194727181711997e-07| +|npm|gulp-closure-compiler|6.194727181711997e-07| +|npm|drool|6.194727181711997e-07| +|npm|gulp-imagemin|6.194727181711997e-07| +|npm|escodegen|6.194727181711997e-07| +|npm|gulp-zip|6.194727181711997e-07| +|npm|gulp-csso|6.194727181711997e-07| +|npm|gulp-shell|6.194727181711997e-07| +|npm|swig|6.194727181711997e-07| +|npm|vinyl-paths|6.194727181711997e-07| +|npm|gulp-connect|6.194727181711997e-07| +|npm|gulp-css-inline-images|6.194727181711997e-07| +|npm|gulp-front-matter|6.194727181711997e-07| +|npm|gulp-jscs|6.194727181711997e-07| +|npm|gulp-open|6.194727181711997e-07| +|npm|gulp-flatten|6.194727181711997e-07| +|npm|gulp-load-plugins|6.194727181711997e-07| +|npm|gulp-sass|6.194727181711997e-07| +|npm|gulp-size|6.194727181711997e-07| +|npm|gulp-subtree|6.194727181711997e-07| +|npm|gulp-tap|6.194727181711997e-07| +|npm|[uglifyjs-webpack-plugin](https://github.com/webpack-contrib/uglifyjs-webpack-plugin)|6.151708242950108e-07| +|npm|node-libs-browser|6.151708242950108e-07| +|npm|module-alias|6.151708242950108e-07| +|npm|mocha-phantomjs-istanbul|6.151708242950108e-07| +|npm|mocha-phantomjs-core|6.151708242950108e-07| +|npm|get-port|6.151708242950108e-07| +|npm|asap|6.151708242950108e-07| +|npm|a-sync-waterfall|6.151708242950108e-07| +|npm|[closurecompiler](https://github.com/dcodeIO/ClosureCompiler.js#readme)|6.141865509761387e-07| +|npm|[metascript](https://github.com/dcodeIO/MetaScript)|6.141865509761387e-07| +|npm|[testjs](https://github.com/dcodeIO/test.js)|6.141865509761387e-07| +|npm|websocket-stream|5.996495911897213e-07| +|npm|https-browserify|5.996495911897213e-07| +|npm|setimmediate|5.996495911897213e-07| +|npm|stream-browserify|5.996495911897213e-07| +|npm|timers-browserify|5.996495911897213e-07| +|npm|bunyan|5.996495911897213e-07| +|npm|[joi](https://github.com/hapijs/joi#readme)|5.965292841648636e-07| +|npm|[pm2](http://pm2.keymetrics.io/)|5.965292841648636e-07| +|npm|[html-entities](https://github.com/mdevils/html-entities#readme)|5.96529284164859e-07| +|npm|[long](https://github.com/dcodeIO/long.js#readme)|5.96529284164859e-07| +|npm|[mnemonist](https://github.com/yomguithereal/mnemonist#readme)|5.96529284164859e-07| +|npm|[obliterator](https://github.com/yomguithereal/obliterator#readme)|5.96529284164859e-07| +|npm|[pandemonium](https://github.com/yomguithereal/pandemonium#readme)|5.96529284164859e-07| +|npm|its-set|5.965292841648589e-07| +|npm|babel-plugin-transform-es2015-modules-umd|5.965292841648589e-07| +|npm|eslint-plugin-babel|5.965292841648589e-07| +|npm|pretty-hrtime|5.846583514099782e-07| +|npm|utf8|5.846583514099782e-07| +|npm|[string-random](https://github.com/maichong/string-random#readme)|5.539200495816597e-07| +|npm|[babel-plugin-transform-undefined-to-void](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-simplify-comparison-operators](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-remove-debugger](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-remove-console](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-regexp-constructors](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-minify-booleans](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-merge-sibling-variables](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-member-expression-literals](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-transform-inline-consecutive-adds](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|[babel-plugin-minify-simplify](https://github.com/babel/minify#readme)|5.447127497608494e-07| +|npm|babel-plugin-minify-replace|5.447127497608494e-07| +|npm|babel-plugin-minify-numeric-literals|5.447127497608494e-07| +|npm|babel-plugin-minify-mangle-names|5.447127497608494e-07| +|npm|babel-plugin-minify-infinity|5.447127497608494e-07| +|npm|babel-plugin-minify-guarded-expressions|5.447127497608494e-07| +|npm|babel-plugin-minify-flip-comparisons|5.447127497608494e-07| +|npm|babel-plugin-minify-dead-code-elimination|5.447127497608494e-07| +|npm|babel-plugin-minify-constant-folding|5.447127497608494e-07| +|npm|babel-plugin-minify-builtins|5.447127497608494e-07| +|npm|babel-helper-evaluate-path|5.392656222632409e-07| +|npm|esutils|5.392656222632409e-07| +|npm|babel-helper-is-void-0|5.392656222632409e-07| +|npm|[proxyquire](https://github.com/thlorenz/proxyquire#readme)|5.366633095754565e-07| +|npm|tiny-lr|5.315075921908894e-07| +|npm|grunt-jscs|5.315075921908894e-07| +|npm|vhost|5.27289277967152e-07| +|npm|pbkdf2-password|5.27289277967152e-07| +|npm|hbs|5.27289277967152e-07| +|npm|cookie-session|5.27289277967152e-07| +|npm|connect-redis|5.27289277967152e-07| +|npm|type-is|5.27289277967152e-07| +|npm|send|5.27289277967152e-07| +|npm|range-parser|5.27289277967152e-07| +|npm|proxy-addr|5.27289277967152e-07| +|npm|path-to-regexp|5.27289277967152e-07| +|npm|merge-descriptors|5.27289277967152e-07| +|npm|encodeurl|5.27289277967152e-07| +|npm|cookie-signature|5.27289277967152e-07| +|npm|cookie|5.27289277967152e-07| +|npm|content-type|5.27289277967152e-07| +|npm|array-flatten|5.27289277967152e-07| +|npm|[path](http://nodejs.org/docs/latest/api/path.html)|5.113108149984559e-07| +|npm|[react-grid-gallery](https://benhowell.github.io/react-grid-gallery/)|5.113108149984559e-07| +|npm|[d3-cloud](https://www.jasondavies.com/wordcloud/)|5.113108149984559e-07| +|npm|[js-logger](http://github.com/jonnyreeves/js-logger)|5.113108149984559e-07| +|npm|[atob](https://git.coolaj86.com/coolaj86/atob.js.git)|5.113108149984506e-07| +|npm|[node-html-parser](https://github.com/taoqf/node-fast-html-parser)|5.113108149984506e-07| +|npm|assume|4.818612786345974e-07| +|npm|spawn-sync|4.818612786345974e-07| +|npm|[request-promise](https://github.com/request/request-promise#readme)|4.544985022208483e-07| +|npm|grunt-release|4.5196223825755895e-07| +|npm|grunt-jsdoc|4.5196223825755895e-07| +|npm|grunt-mocha-istanbul|4.5196223825755895e-07| +|npm|help-me-test|4.5196223825755895e-07| +|npm|require-dir|4.5196223825755895e-07| +|npm|normalize-path|4.4973719339229096e-07| +|npm|homedir-polyfill|4.4973719339229096e-07| +|npm|eslint-config-gulp|4.4973719339229096e-07| +|npm|resolve-dir|4.4973719339229096e-07| +|npm|micromatch|4.4973719339229096e-07| +|npm|is-glob|4.4973719339229096e-07| +|npm|detect-file|4.4973719339229096e-07| +|npm|[svgr](https://github.com/smooth-code/svgr#readme)|4.4739696312364515e-07| +|npm|[cross-blob](https://github.com/Richienb/cross-blob#readme)|4.4739696312364515e-07| +|npm|[deep-filter](https://github.com/IndigoUnited/js-deep-filter#readme)|4.4739696312364515e-07| +|npm|[kebabcase-keys](https://github.com/mattii/kebabcase-keys#readme)|4.4739696312364515e-07| +|npm|[vue-class-component](https://github.com/vuejs/vue-class-component#readme)|4.4739696312364515e-07| +|npm|[vuetify](https://vuetifyjs.com)|4.4739696312364515e-07| +|npm|[camera-controls](https://github.com/yomotsu/camera-controls#readme)|4.473969631236443e-07| +|npm|[daisyui](https://github.com/saadeghi/daisyui)|4.473969631236443e-07| +|npm|[gpu.js](http://gpu.rocks/)|4.473969631236401e-07| +|npm|[github-current-user](https://github.com/beaugunderson/github-current-user)|4.429229934924105e-07| +|npm|karma-tap-reporter|4.253762242424084e-07| +|npm|karma-spec-reporter|4.253762242424084e-07| +|npm|karma-html-reporter|4.253762242424084e-07| +|npm|karma-chai-sinon|4.253762242424084e-07| +|npm|eslint-plugin-mocha|4.253762242424084e-07| +|npm|eslint-config-nfl|4.253762242424084e-07| +|npm|babel-plugin-transform-class-properties|4.253762242424084e-07| +|npm|react-side-effect|4.253762242424084e-07| +|npm|react-fast-compare|4.253762242424084e-07| +|npm|tslint-config-semistandard|4.1011388286334057e-07| +|npm|eslint-plugin-dependencies|4.1011388286334057e-07| +|npm|eslint-config-semistandard|4.1011388286334057e-07| +|npm|doctoc|4.1011388286334057e-07| +|npm|snappy|4.1011388286334057e-07| +|npm|optional|4.1011388286334057e-07| +|npm|nested-error-stacks|4.1011388286334057e-07| +|npm|denque|4.1011388286334057e-07| +|npm|buffermaker|4.1011388286334057e-07| +|npm|buffer-crc32|4.1011388286334057e-07| +|npm|binary|4.1011388286334057e-07| +|npm|safe-publish-latest|4.0618369676903753e-07| +|npm|object-keys|4.0618369676903753e-07| +|npm|npmignore|4.0618369676903753e-07| +|npm|mv|4.0618369676903753e-07| +|npm|eclint|4.0618369676903753e-07| +|npm|copy-dir|4.0618369676903753e-07| +|npm|aud|4.0618369676903753e-07| +|npm|array.prototype.map|4.0618369676903753e-07| +|npm|supports-preserve-symlinks-flag|4.0618369676903753e-07| +|npm|path-parse|4.0618369676903753e-07| +|npm|is-core-module|4.0618369676903753e-07| +|npm|[js-sha256](https://github.com/emn178/js-sha256)|3.976861894432407e-07| +|npm|[rjsf](https://www.rjsf.io/)|3.976861894432407e-07| +|npm|[config](http://github.com/node-config/node-config.git)|3.976861894432407e-07| +|npm|[line-height](https://github.com/twolfson/line-height)|3.976861894432407e-07| +|npm|[react-perfect-scrollbar](https://github.com/goldenyz/react-perfect-scrollbar)|3.976861894432407e-07| +|npm|[simplebar-react](https://grsmto.github.io/simplebar/)|3.976861894432407e-07| +|npm|[react-mdl](https://github.com/react-mdl/react-mdl#readme)|3.976861894432407e-07| +|npm|[react-sigma](https://github.com/dunnock/react-sigma)|3.976861894432407e-07| +|npm|[react-simple-file-input](https://github.com/greena13/react-simple-file-input#readme)|3.976861894432407e-07| +|npm|[node-gzip](https://github.com/Rebsos/node-gzip#readme)|3.579175704989171e-07| +|npm|[angular-toastr](https://github.com/Foxandxss/angular-toastr#readme)|3.2537960954446783e-07| +|npm|[dialog-polyfill](https://github.com/GoogleChrome/dialog-polyfill)|3.2537960954446783e-07| +|npm|[grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin#readme)|3.2537960954446783e-07| +|npm|[material-design-lite](https://github.com/google/material-design-lite#readme)|3.2537960954446783e-07| +|npm|[testcafe-reporter-xunit](https://github.com/DevExpress/testcafe-reporter-xunit#readme)|3.221258134490249e-07| +|npm|[testcafe-browser-provider-saucelabs](https://github.com/DevExpress/testcafe-browser-provider-saucelabs)|3.221258134490249e-07| +|npm|[color-blend](https://github.com/Loilo/color-blend#readme)|2.982646420824318e-07| +|npm|[echarts](https://echarts.apache.org)|2.982646420824318e-07| +|npm|[element-plus](https://element-plus.org/)|2.982646420824318e-07| +|npm|[mysql](https://github.com/mysqljs/mysql#readme)|2.982646420824318e-07| +|npm|[bs-custom-file-input](https://github.com/Johann-S/bs-custom-file-input)|2.982646420824318e-07| +|npm|[uglify-js-plugin](https://github.com/KyLeoHC/uglify-js-plugin#readme)|2.982646420824318e-07| +|npm|[less-loader](https://github.com/webpack-contrib/less-loader)|2.9528199566160517e-07| +|npm|[aws-amplify](https://aws-amplify.github.io/)|2.753212080760888e-07| +|npm|[aws-amplify-react](https://github.com/aws-amplify/amplify-js#readme)|2.753212080760888e-07| +|npm|[dataframe-js](https://gmousse.gitbooks.io/dataframe-js/)|2.5565540749922795e-07| +|npm|[svelte-inview](https://github.com/maciekgrzybek/svelte-inview)|2.5565540749922795e-07| +|npm|[svelte-moveable](https://daybrush.com/moveable)|2.5565540749922795e-07| +|npm|[svelte-simple-modal](https://github.com/flekschas/svelte-simple-modal#readme)|2.5565540749922795e-07| +|npm|[sveltejs-tippy](https://github.com/mdauner/sveltejs-tippy#readme)|2.5565540749922795e-07| +|npm|[json2csv](http://zemirco.github.io/json2csv)|2.5565540749922795e-07| +|npm|[vue-axios](https://github.com/imcvampire/vue-axios#readme)|2.5565540749922795e-07| +|npm|[cpx](https://github.com/mysticatea/cpx)|2.5565540749922795e-07| +|npm|tls|2.5565540749922795e-07| +|npm|[angular-cesium](https://github.com/articodeltd/angular-cesium#readme)|2.386117136659436e-07| +|npm|[angular2-uuid](https://github.com/wulfsolter/angular2-uuid#readme)|2.386117136659436e-07| +|npm|[cesium](http://cesium.com/cesiumjs/)|2.386117136659436e-07| +|npm|express-flash|2.2369848156182257e-07| +|npm|[passport-local](https://www.passportjs.org/packages/passport-local/?utm_source=github&utm_medium=referral&utm_campaign=passport-local)|2.2369848156182257e-07| +|npm|[ng-bootstrap](https://github.com/valor-software/ngx-bootstrap#readme)|2.2369848156182215e-07| +|npm|[root](https://github.com/mafintosh/root#readme)|2.1053974735230344e-07| +|npm|[mongoskin](https://github.com/kissjs/node-mongoskin)|1.9884309472162035e-07| +|npm|[xml-js](https://github.com/nashwaan/xml-js#readme)|1.9884309472162035e-07| +|npm|[ltd](https://github.com/overlandjs/ltd#readme)|1.9884309472162035e-07| +|npm|[bcryptjs](https://github.com/dcodeIO/bcrypt.js#readme)|1.491323210412159e-07| +|npm|[hypertimer](https://github.com/enmasseio/hypertimer#readme)|1.491323210412159e-07| +|npm|[jwt-simple](https://github.com/hokaccha/node-jwt-simple#readme)|1.491323210412159e-07| +|npm|[kafka-node](https://github.com/SOHU-Co/kafka-node#readme)|1.491323210412159e-07| +|npm|[mqtt-router](https://github.com/wolfeidau/mqtt-router)|1.491323210412159e-07| +|npm|[binary-split](https://github.com/maxogden/binary-split#readme)|1.3766060403804525e-07| +|npm|[download](https://github.com/kevva/download#readme)|1.3766060403804525e-07| +|npm|[ftp](https://github.com/mscdex/node-ftp)|1.3766060403804525e-07| +|npm|pipeline|1.3766060403804525e-07| +|npm|[loaders.gl](https://github.com/uber/luma.gl#readme)|1.342190889370958e-07| +|npm|[filesaver](https://github.com/jacoborus/node-filesaver)|1.3256206314774688e-07| +|npm|[cover](http://www.cover.io)|1.3123644251626977e-07| +|npm|[jasmine-node](https://github.com/mhevery/jasmine-node)|1.3123644251626977e-07| +|npm|[promises-aplus-tests](https://github.com/promises-aplus/promises-tests#readme)|1.3123644251626977e-07| +|npm|[zeit](https://github.com/daviddenton/zeit#readme)|1.2782770374961397e-07| +|npm|[sendgrid](https://sendgrid.com)|1.2132798999963313e-07| +|npm|[stoplight](https://github.com/andrewhao/stoplight)|1.2132798999963313e-07| +|npm|[cache-manager-redis-store](https://github.com/dabroek/node-cache-manager-redis-store#readme)|1.2132798999963313e-07| +|npm|[cron](https://github.com/kelektiv/node-cron#readme)|1.2132798999963313e-07| +|npm|[email-validator](http://github.com/manishsaraan/email-validator)|1.2132798999963313e-07| +|npm|[d3-v4-grid](https://github.com/finnfiddle/d3-v4-grid#readme)|1.0845986984815678e-07| +|npm|[errorhandler](https://github.com/expressjs/errorhandler#readme)|1.0845986984815678e-07| +|npm|[parallelshell](https://github.com/darkguy2008/parallelshell)|1.0845986984815678e-07| +|npm|[save-svg-as-png](https://github.com/exupero/saveSvgAsPng)|1.0845986984815678e-07| +|npm|[dedent](https://github.com/dmnd/dedent)|1.0123954136969369e-07| +|npm|[jsx-to-string](https://github.com/alansouzati/jsx-to-string#readme)|9.41888343418203e-08| +|npm|[pretty-checkbox](https://lokesh-coder.github.io/pretty-checkbox)|9.41888343418203e-08| +|npm|[serve-index](https://github.com/expressjs/serve-index#readme)|9.085599866510956e-08| +|npm|[portscanner](https://github.com/baalexander/node-portscanner)|9.085599866510956e-08| +|npm|[opn](https://github.com/sindresorhus/open#readme)|9.085599866510956e-08| +|npm|[node-http2](https://github.com/kaazing/node-http2)|9.085599866510956e-08| +|npm|[connect-livereload](https://github.com/intesso/connect-livereload#readme)|9.085599866510956e-08| +|npm|[parents](https://github.com/substack/node-parents)|7.795444685466329e-08| +|npm|[coverify](https://github.com/substack/coverify)|7.795444685466329e-08| +|npm|[connect-timeout](https://github.com/expressjs/timeout#readme)|7.304440214263601e-08| +|npm|[csv-writer](https://github.com/ryu1kn/csv-writer#readme)|7.304440214263601e-08| +|npm|[csv-write-stream](https://github.com/maxogden/csv-write-stream)|7.304440214263477e-08| +|npm|[vx](https://github.com/vxjs/vx)|6.391385187480699e-08| +|npm|[is-blob](https://github.com/sindresorhus/is-blob#readme)|6.327471335605793e-08| +|npm|eslint-config-richienb|6.327471335605793e-08| +|npm|[fetch-blob](https://github.com/node-fetch/fetch-blob#readme)|6.327471335605793e-08| +|npm|[blob-polyfill](https://github.com/bjornstar/blob-polyfill)|6.327471335605793e-08| +|npm|[aproba](https://github.com/iarna/aproba)|6.066399499981657e-08| +|npm|[chownr](https://github.com/isaacs/chownr#readme)|6.066399499981657e-08| +|npm|concat-map|6.066399499981657e-08| +|npm|[console-control-strings](https://github.com/iarna/console-control-strings#readme)|6.066399499981657e-08| +|npm|[deep-extend](https://github.com/unclechu/node-deep-extend)|6.066399499981657e-08| +|npm|text-table|3.407099949941624e-08| +|npm|[utfx](https://github.com/dcodeIO/utfx)|2.952819956616045e-08| +|npm|[babel-plugin-transform-remove-undefined](https://github.com/babel/minify#readme)|5.447127497608474e-09| +|npm|[babel-plugin-transform-property-literals](https://github.com/babel/minify#readme)|5.447127497608474e-09| +|npm|[babel-plugin-minify-type-constructors](https://github.com/babel/minify#readme)|5.447127497608474e-09| > Note that credit values are rounded and expanded (so shared dependencies are represented as one record) and may not add to 1.0. Rounded values that hit zero are removed. diff --git a/pages/python.md b/pages/python.md index 8bb24102..1534092c 100644 --- a/pages/python.md +++ b/pages/python.md @@ -9,5970 +9,5986 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|pypi|[numpy](https://pypi.org/project/numpy)|0.08771648399162085| -|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030882937612729585| -|pypi|[scipy](https://pypi.org/project/scipy)|0.012005976178855524| -|pypi|[pytest](https://pypi.org/project/pytest)|0.010824917610944292| -|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009596979104241503| -|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007812619188160334| -|pypi|[six](https://pypi.org/project/six)|0.005751884333841296| -|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004969948627652628| -|pypi|[h5py](http://www.h5py.org)|0.0046962334469644275| -|pypi|[colorama](https://github.com/tartley/colorama)|0.0045377710488165215| -|pypi|[biopython](https://biopython.org/)|0.0044350138852079345| -|pypi|[pytz](https://pypi.org/project/pytz)|0.004426201526399585| -|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.004180844978730624| -|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.004156955511380346| -|pypi|[pyyaml](https://pyyaml.org/)|0.003670691205416431| -|pypi|[numba](https://numba.pydata.org)|0.003293228213347207| -|pypi|[cython](https://pypi.org/project/cython)|0.0032485282471534827| -|pypi|[pandas](https://pypi.org/project/pandas)|0.0032150182470747054| -|pypi|[packaging](https://pypi.org/project/packaging)|0.0031744592912705295| -|pypi|[docutils](http://docutils.sourceforge.net/)|0.0031195580702194953| -|pypi|[requests](https://pypi.org/project/requests)|0.0026844973892707915| -|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.0026048094027280567| -|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025854828905733135| -|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.002554700182213093| -|pypi|[tomli](https://pypi.org/project/tomli)|0.0025363023704613906| -|pypi|[setuptools](https://pypi.org/project/setuptools)|0.002484835258247388| -|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.002429621668839121| -|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023813550921384548| -|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023504943433548635| -|pypi|[future](https://pypi.org/project/future)|0.002297533458609078| -|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.002147791257410709| -|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021196403981098887| -|pypi|[flake8](https://pypi.org/project/flake8)|0.0020228113510012452| -|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.0020075875181844783| -|pypi|[astropy](http://astropy.org)|0.0019335256010421004| -|pypi|[lxml](https://pypi.org/project/lxml)|0.0018383763618450204| -|pypi|[mock](https://pypi.org/project/mock)|0.0018238695818146888| -|pypi|[nose](https://pypi.org/project/nose)|0.0017998773845961187| -|pypi|[joblib](https://joblib.readthedocs.io)|0.0017736774831959314| -|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017209081456718658| -|pypi|[seaborn](https://seaborn.pydata.org)|0.0016905469962345562| -|pypi|[pycparser](https://pypi.org/project/pycparser)|0.0016745454658807092| -|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016501476554676726| -|pypi|[wheel](https://pypi.org/project/wheel)|0.0016376715737261897| -|pypi|[idna](https://github.com/kjd/idna)|0.001581192861471885| -|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015623242013751122| -|pypi|[ipython](https://pypi.org/project/ipython)|0.0015441585859982912| -|pypi|[mpmath](https://pypi.org/project/mpmath)|0.0015201675471689597| -|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015137986017825567| -|pypi|[chardet](https://github.com/chardet/chardet)|0.0014109578400111201| -|pypi|[astroquery](http://astropy.org/astroquery)|0.0013813542758503332| -|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.0012924602659056999| -|pypi|[dask](https://pypi.org/project/dask)|0.0012289658053017617| -|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011943719344316974| -|pypi|[twine](https://pypi.org/project/twine)|0.0011758228850020074| -|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011378232804949847| -|pypi|[ipywidgets](http://ipython.org)|0.0011334082143711149| -|pypi|[mypy](https://pypi.org/project/mypy)|0.0011270690191592118| -|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011251428111272441| -|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011057843078775388| -|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011051562978609203| -|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010973692070765826| -|pypi|[pillow](https://python-pillow.org)|0.0010455696552072772| -|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.001036438918339819| -|pypi|[Babel](http://babel.pocoo.org/)|0.0010331913919272824| -|pypi|[click](https://pypi.org/project/click)|0.001023595955267131| -|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009970909459368596| -|pypi|[pygments](https://pypi.org/project/pygments)|0.000990430001957255| -|pypi|[jinja2](https://pypi.org/project/jinja2)|0.000987895926191763| -|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009743237716104989| -|pypi|[Cython](http://cython.org/)|0.0009605354448413453| -|pypi|[healpy](http://github.com/healpy)|0.0009379302914994366| -|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009276423655022306| -|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009264144996065733| -|pypi|[psutil](https://pypi.org/project/psutil)|0.000924072208006368| -|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009229398126498448| -|pypi|[keras](https://keras.io/)|0.0009193883772406203| -|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.00089084131112102| -|pypi|[toml](https://pypi.org/project/toml)|0.0008846416891044824| -|pypi|[attrs](https://pypi.org/project/attrs)|0.0008841296048669273| -|pypi|[tornado](https://pypi.org/project/tornado)|0.0008783942562536788| -|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008500852839083639| -|pypi|[networkx](https://pypi.org/project/networkx)|0.0008448819773287535| -|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008437761314319346| -|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000832118101497109| -|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008247719219094674| -|pypi|[black](https://pypi.org/project/black)|0.0008109366677055486| -|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007968065209349388| -|pypi|[docopt](https://pypi.org/project/docopt)|0.0007962119132245496| -|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0007957908115064036| -|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007927479261249509| -|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.00078647666733899| -|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007861720347184911| -|pypi|[py-make](https://github.com/tqdm/pymake)|0.0007752507857372128| -|pypi|[jupyter](http://jupyter.org)|0.0007696420294448171| -|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007654238071945584| -|pypi|[photutils](https://github.com/astropy/photutils)|0.0007605133557053435| -|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007568710057714739| -|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007548119154078939| -|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007478207891985955| -|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007474221666520346| -|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007317988401724908| -|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007274337257071204| -|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007157266774480835| -|pypi|[asdf](https://pypi.org/project/asdf)|0.000711900076828519| -|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.0007103770948929225| -|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0007003662742328662| -|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006881977572519275| -|pypi|[tqdm](https://tqdm.github.io)|0.0006880627760882019| -|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006877610382257564| -|pypi|[sympy](https://sympy.org)|0.0006862335825733799| -|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006755409990944418| -|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006540485623905924| -|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006484339481322863| -|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006471256871337055| -|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.0006469943203866247| -|pypi|[py](https://pypi.org/project/py)|0.000645948296304466| -|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006283601380836999| -|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006140393690122048| -|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006018666625664563| -|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005925346906714441| -|pypi|[cffi](https://pypi.org/project/cffi)|0.0005922354678373478| -|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005900821172531947| -|pypi|[filelock](https://pypi.org/project/filelock)|0.0005891727829928085| -|pypi|[scikit-learn](http://scikit-learn.org)|0.000587011365360674| -|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005815828213829348| -|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005763664773235479| -|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005694139302137202| -|pypi|[zipp](https://pypi.org/project/zipp)|0.0005661869004166529| -|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005657461659112681| -|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.0005647007099796741| -|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.000561190206371441| -|pypi|[isal](https://pypi.org/project/isal)|0.0005586130937273386| -|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005570110326824266| -|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005539482701735146| -|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005452510637539397| -|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005451696271531573| -|pypi|[jax](https://github.com/google/jax)|0.0005434015494432847| -|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005433625558799766| -|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005424125930122213| -|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005388127570696437| -|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.0005359743887643234| -|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005348008024496714| -|pypi|[absl-py](https://pypi.org/project/absl-py)|0.000532332322035957| -|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005180915259504818| -|pypi|[termcolor](https://pypi.org/project/termcolor)|0.000514307169368715| -|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005136171289302211| -|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005120999294817113| -|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005120999294817113| -|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005091104785848667| -|pypi|[dill](https://pypi.org/project/dill)|0.000506764667678935| -|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005059796001628697| -|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005024220219878366| -|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004926525137819292| -|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004921217604624762| -|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004911560745378848| -|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004879192051685214| -|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004865863146999751| -|pypi|[enum34](https://pypi.org/project/enum34)|0.0004789696574610692| -|pypi|[webencodings](https://pypi.org/project/webencodings)|0.000477354762686141| -|pypi|[pathlib](https://pypi.org/project/pathlib)|0.00047501075709471607| -|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.0004744027895802123| -|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.0004698192505347809| -|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046484063052724283| -|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.0004589577970421894| -|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045462929086349086| -|pypi|[cobaya](https://cobaya.readthedocs.io)|0.0004486947063089195| -|pypi|[isort](https://pypi.org/project/isort)|0.00044794488479527056| -|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.0004473005283297754| -|pypi|[decorator](https://github.com/micheles/decorator)|0.0004466176740995369| -|pypi|[brotli](https://pypi.org/project/brotli)|0.00044433845969788735| -|pypi|[types-setuptools](https://github.com/python/typeshed)|0.0004436695378586855| -|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00044017656891125737| -|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.0004401612200444818| -|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004376471428103394| -|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004356429739900986| -|pypi|[olefile](https://pypi.org/project/olefile)|0.0004324826757475092| -|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042941467775565334| -|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004287318714180466| -|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.0004282990608216755| -|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004238257740980443| -|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.0004231592113410441| -|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004194634672732773| -|pypi|[torch](https://pytorch.org/)|0.00041753587239378554| -|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.0004161963871272132| -|pypi|[codecov](https://pypi.org/project/codecov)|0.00041432295061461253| -|pypi|[pyroma](https://pypi.org/project/pyroma)|0.00040734654258580924| -|pypi|[imageio](https://github.com/imageio/imageio)|0.0004069788560374054| -|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040639642889541035| -|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004020293081217296| -|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003964322516316504| -|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003937532373355434| -|pypi|[plotly](https://pypi.org/project/plotly)|0.0003936913082470455| -|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.00039097538298170825| -|pypi|[alabaster](https://alabaster.readthedocs.io)|0.0003891829291577355| -|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.00038706199169057293| -|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.0003841490818762043| -|pypi|[nbformat](https://pypi.org/project/nbformat)|0.00038237568260676604| -|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.0003790275377923997| -|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037709099821704137| -|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.0003739848334910936| -|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037381265789872476| -|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003707585833199579| -|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036638619530695167| -|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.0003651887906002893| -|pypi|[fsspec](https://pypi.org/project/fsspec)|0.00036193277513818766| -|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003596222906716307| -|pypi|[fields](https://pypi.org/project/fields)|0.0003596222906716307| -|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003576749245852344| -|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.0003548728306444138| -|pypi|[execnet](https://pypi.org/project/execnet)|0.00035275234722448713| -|pypi|[hunter](https://pypi.org/project/hunter)|0.00034873809005070975| -|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.00034871779582635367| -|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003482032900304685| -|pypi|[gym](https://pypi.org/project/gym)|0.00034725949393103257| -|pypi|[xarray](https://pypi.org/project/xarray)|0.0003463271806593614| -|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034578628389665136| -|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003455959841588328| -|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.0003455393931239686| -|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034326829969793285| -|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.0003408199036118412| -|pypi|[Pygments](https://pypi.org/project/Pygments)|0.00034023279904020243| -|pypi|[pydot](https://pypi.org/project/pydot)|0.0003377075576404673| -|pypi|[munkres](https://pypi.org/project/munkres)|0.00033576680690437593| -|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.00032862682344775084| -|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032780719332853667| -|pypi|[pandoc](https://pypi.org/project/pandoc)|0.00032613309451513936| -|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.00032388775996733084| -|pypi|[pyproj](https://pypi.org/project/pyproj)|0.00032277904757014014| -|pypi|[rich](https://pypi.org/project/rich)|0.0003202140026465713| -|pypi|[pip](https://pypi.org/project/pip)|0.000311777380857346| -|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031171836246552797| -|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.00030952987415967966| -|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.0003046741114484958| -|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003040371285853831| -|pypi|[python](http://www.python.org/2.5)|0.00029941973704749377| -|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002987353175985698| -|pypi|[ujson](https://pypi.org/project/ujson)|0.0002964501270809481| -|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.0002962906871554157| -|pypi|[babel](https://pypi.org/project/babel)|0.0002936035537592038| -|pypi|[emcee](https://emcee.readthedocs.io)|0.00029321125228248796| -|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.00029253460014423574| -|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.0002912401144195173| -|pypi|[pooch](https://pypi.org/project/pooch)|0.00028631362763634644| -|pypi|[pexpect](https://pypi.org/project/pexpect)|0.0002859710708934033| -|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.0002847723357584157| -|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002845993473531545| -|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.0002815185369833212| -|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.0002787550572835382| -|pypi|[Flask](https://pypi.org/project/Flask)|0.0002783144420386275| -|pypi|[tzdata](https://pypi.org/project/tzdata)|0.0002778595264759169| -|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.000274253005210707| -|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027283804425954906| -|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.0002717061656081394| -|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.00027070393628560586| -|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026447699378569694| -|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002617657722987672| -|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.00026174887286214293| -|pypi|[tox](https://pypi.org/project/tox)|0.00025869609216791186| -|pypi|[keyring](https://pypi.org/project/keyring)|0.000258677624476568| -|pypi|[pox](https://pypi.org/project/pox)|0.0002584174555213555| -|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.00025835545549708194| -|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025835545549708194| -|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.00025621465220228924| -|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025406283229444153| -|pypi|[tifffile](https://pypi.org/project/tifffile)|0.00025349738091692646| -|pypi|[pep517](https://pypi.org/project/pep517)|0.00025219636967236986| -|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002516341338909972| -|pypi|[reno](https://pypi.org/project/reno)|0.00025132177606204524| -|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00025038925911489426| -|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00025025812617056776| -|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.000249346845793705| -|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.0002484331295970165| -|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002482333611854099| -|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.00024811726946982396| -|pypi|[furo](https://pypi.org/project/furo)|0.00024797926723127113| -|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024379407728746086| -|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024333542340259644| -|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.00024145989426249952| -|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002414428673060607| -|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002414428673060607| -|pypi|[wmi](https://pypi.org/project/wmi)|0.000239937993564485| -|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.00023930384336475708| -|pypi|[mappy](https://github.com/lh3/minimap2)|0.00023466678354278067| -|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.00023438352533831913| -|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.00023393475193608137| -|pypi|[lz4](https://pypi.org/project/lz4)|0.0002307507382678422| -|pypi|[fs](https://pypi.org/project/fs)|0.00022859070182743686| -|pypi|[semver](https://github.com/python-semver/python-semver)|0.00022777874091038617| -|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022696183538215462| -|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002266486871754813| -|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022486608504208332| -|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002246952071337582| -|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022389865844815084| -|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022234262729265661| -|pypi|[ci-info](https://pypi.org/project/ci-info)|0.0002213119728254647| -|pypi|[arviz](https://pypi.org/project/arviz)|0.00021747741989111162| -|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.00021695199990540235| -|pypi|[pint](https://pypi.org/project/pint)|0.00021555138887803917| -|pypi|[gast](https://pypi.org/project/gast)|0.0002151253109938721| -|pypi|[multidict](https://pypi.org/project/multidict)|0.0002141962459094136| -|pypi|[notebook](http://jupyter.org)|0.0002134415839204981| -|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021334475740625522| -|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021105004306366177| -|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.0002107016511886876| -|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00021059003662969047| -|pypi|[ultranest](https://pypi.org/project/ultranest)|0.00021013639348750043| -|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020901678990484874| -|pypi|[pulp](https://pypi.org/project/pulp)|0.00020888980005620312| -|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020703520267357744| -|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.0002065809108636413| -|pypi|[psycopg2-binary](https://psycopg.org/)|0.00020516397961690798| -|pypi|[sh](https://github.com/amoffat/sh)|0.00020445233382144188| -|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020407989998272438| -|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020402339975432337| -|pypi|[xattr](https://pypi.org/project/xattr)|0.00020284676916795984| -|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.00020095985940847986| -|pypi|[doit](http://pydoit.org)|0.00020083228243383927| -|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00020051726578372748| -|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00020013386382471772| -|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001991222736654209| -|pypi|[redis](https://pypi.org/project/redis)|0.00019789795897534327| -|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019615471072512332| -|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019504765449219528| -|pypi|[theano](http://deeplearning.net/software/theano/)|0.00019462134131278442| -|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019341095182765264| -|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.00018795729709280854| -|pypi|[asv](https://pypi.org/project/asv)|0.00018766892344054256| -|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001861395208151328| -|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001836452570749529| -|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018298837364379253| -|pypi|[futures](https://pypi.org/project/futures)|0.00018175729655920002| -|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.00018077444026552678| -|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001794778825235678| -|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001794778825235678| -|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001794778825235678| -|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001794778825235678| -|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001794778825235678| -|pypi|[http](https://github.com/franckcuny/http)|0.0001794778825235678| -|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001794778825235678| -|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001794778825235678| -|pypi|[conan](https://conan.io)|0.00017944912004239417| -|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017887962291515593| -|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.0001781568964783648| -|pypi|[libclang](https://pypi.org/project/libclang)|0.00017805557450134332| -|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017759371228718773| -|pypi|[flask](https://palletsprojects.com/p/flask)|0.00017723810984616138| -|pypi|[nestle](https://pypi.org/project/nestle)|0.0001749035271196499| -|pypi|[edlib](https://github.com/Martinsos/edlib)|0.00017489646501022332| -|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017404569666871542| -|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017393659833899624| -|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.00017300921076318163| -|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.00017224711697928278| -|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017215822167772725| -|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001720118300160792| -|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017047854280554468| -|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016942517164674522| -|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016939688554771777| -|pypi|[gdal](https://pypi.org/project/gdal)|0.00016879180305867436| -|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016835688019237974| -|pypi|[jaxlib](https://github.com/google/jax)|0.0001681943744338147| -|pypi|[scikit-bio](http://scikit-bio.org)|0.00016813425877965402| -|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016764700116669783| -|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.0001675365933953101| -|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016667940018647053| -|pypi|[monotonic](https://pypi.org/project/monotonic)|0.0001660235182874601| -|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016336684588618908| -|pypi|[markdown](https://pypi.org/project/markdown)|0.0001624960858373449| -|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016221908992023205| -|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016153009427121102| -|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.00016046628982337096| -|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015991918102189383| -|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.00015920445615398945| -|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.00015913705583756347| -|pypi|[gunicorn](https://gunicorn.org)|0.00015879943339321465| -|pypi|[jedi](https://pypi.org/project/jedi)|0.00015759563773647245| -|pypi|[camb](https://pypi.org/project/camb)|0.0001567319516639143| -|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015615462195292176| -|pypi|[python-libsbml](http://sbml.org)|0.00015552173581161025| -|pypi|[ete3](http://etetoolkit.org)|0.00015295503988397392| -|pypi|[rsa](https://pypi.org/project/rsa)|0.00015250631932222036| -|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015215635609411226| -|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015152681262618783| -|pypi|[streamlit](https://streamlit.io)|0.00015141520511758008| -|pypi|[texext](https://pypi.org/project/texext)|0.00015126274975965062| -|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015042361559004084| -|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.0001495904618265429| -|pypi|[bmipy](http://csdms.colorado.edu)|0.00014956490210297317| -|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.00014955528719716785| -|pypi|[shapely](https://github.com/shapely/shapely)|0.00014892874280142505| -|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001475258717474704| -|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001473570118983655| -|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014725933508589323| -|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.0001468190100704097| -|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014620232116898397| -|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.0001433430021754895| -|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.00014268414761453194| -|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014262081736247798| -|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014211385061638869| -|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.0001419295180117301| -|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.00014170679218919666| -|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.00014168867561813723| -|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014141717600745882| -|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014123064530444516| -|pypi|[ginga](https://pypi.org/project/ginga)|0.00014106331819396207| -|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.00014101833626851756| -|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014059524272847396| -|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001401778347641084| -|pypi|[blinker](https://pypi.org/project/blinker)|0.00013969513675667685| -|pypi|[httpx](https://pypi.org/project/httpx)|0.00013925457256585858| -|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.0001390533281153556| -|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013865484729737039| -|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013832222346181738| -|pypi|[dash](https://plotly.com/dash)|0.00013809382455473926| -|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013770855446677187| -|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013759970993473532| -|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.00013736464084304972| -|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.0001372291339777081| -|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013633196933595775| -|pypi|[fire](https://pypi.org/project/fire)|0.00013616346554318722| -|pypi|[simframe](https://github.com/stammler/simframe)|0.0001351212058427432| -|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.0001345566529799436| -|pypi|[pyregion](https://github.com/astropy/pyregion)|0.0001335236554598411| -|pypi|[argh](https://pypi.org/project/argh)|0.00013311923754273284| -|pypi|[boto3](https://pypi.org/project/boto3)|0.00013242037704323678| -|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.0001316171138506164| -|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.0001316171138506164| -|pypi|[rebound](https://github.com/hannorein/rebound/)|0.0001315010571140627| -|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.00013131243751244226| -|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00013033512897544806| -|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00013024254117890811| -|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.000130088308184277| -|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.00013007242047488604| -|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012977396002711647| -|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012977396002711647| -|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012930955917534435| -|pypi|[plac](https://pypi.org/project/plac)|0.00012891472151851049| -|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012891399688719254| -|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012885905987949057| -|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012707402765583996| -|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012690231000542817| -|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.000126456275011012| -|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.0001261791180900318| -|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012612167201906145| -|pypi|[email-validator](https://pypi.org/project/email-validator)|0.00012610255260303273| -|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012608709497318143| -|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.00012567001392514712| -|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012467102512637545| -|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.00012436548223350254| -|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.00012352456035559804| -|pypi|[django](https://pypi.org/project/django)|0.00012349745518066185| -|pypi|[panel](https://pypi.org/project/panel)|0.0001231009206088018| -|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012281917843279445| -|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012281917843279445| -|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001227592153847036| -|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.000122643219724438| -|pypi|[livereload](https://pypi.org/project/livereload)|0.00012240411097405438| -|pypi|[tables](https://pypi.org/project/tables)|0.00012239719111999624| -|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.0001222356142769486| -|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012192846811850695| -|pypi|[pyia](http://github.com/adrn/pyia)|0.00012180565627266135| -|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012163399541252944| -|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012114518633540374| -|pypi|[munch](https://pypi.org/project/munch)|0.00012085708627742616| -|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012064909111890762| -|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012060209870750331| -|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.0001205773545141407| -|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.00012004309142634016| -|pypi|[distributed](https://distributed.dask.org)|0.00011988019374457814| -|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011979368274875924| -|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.00011965192168237854| -|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.00011965192168237854| -|pypi|[udatetime](https://github.com/freach/udatetime)|0.00011965192168237854| -|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.00011965192168237854| -|pypi|[requests_file](http://github.com/dashea/requests-file)|0.00011965192168237854| -|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.00011965192168237854| -|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.00011965192168237854| -|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.00011965192168237854| -|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.00011965192168237854| -|pypi|[cogent3](https://cogent3.org)|0.00011965192168237854| -|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011952934361335272| -|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011922399987913948| -|pypi|[Django](https://pypi.org/project/Django)|0.00011906457019410889| -|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011884683685503746| -|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.0001186970073074134| -|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011810749680582894| -|pypi|[ads](http://www.github.com/andycasey/ads/)|0.00011687177409034681| -|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011643344147018701| -|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.0001160733384303921| -|pypi|[parso](https://pypi.org/project/parso)|0.00011606190618561866| -|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011579557991410285| -|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011532127796318158| -|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011480601885424222| -|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011423792277456893| -|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011390477699771743| -|pypi|[mistune](https://pypi.org/project/mistune)|0.00011369729910885152| -|pypi|[pycurl](http://pycurl.io/)|0.00011357548095380285| -|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011330187624317243| -|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011267802703901471| -|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.00011253754796646104| -|pypi|[holoviews](https://www.holoviews.org)|0.00011229348324232156| -|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.0001122445548428808| -|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011221893447082818| -|pypi|[typer](https://pypi.org/project/typer)|0.00011215002330330671| -|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011187468014499278| -|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.0001118503722010922| -|pypi|[shiboken2](https://www.pyside.org)|0.00011158498912255258| -|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011110535584792293| -|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011050128134724348| -|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00011006715287419525| -|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010988811857667977| -|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010919827817274477| -|pypi|[fluids](https://github.com/CalebBell/fluids)|0.00010903864083704548| -|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010847493458127303| -|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010809501683470472| -|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010768672951414069| -|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010768672951414068| -|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010760320836377409| -|pypi|[testpath](https://pypi.org/project/testpath)|0.00010752315415864828| -|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010731899927483685| -|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.00010730801755705593| -|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010706757824024968| -|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010622571100491158| -|pypi|[pbr](https://pypi.org/project/pbr)|0.00010620391079962445| -|pypi|[json5](https://pypi.org/project/json5)|0.00010617210244892609| -|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010506454402551134| -|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010490902650907107| -|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010488919533549461| -|pypi|[astroML_addons](http://astroML.github.com)|0.00010469543147208122| -|pypi|[os](https://pypi.org/project/os)|0.00010469543147208122| -|pypi|[time](UNKNOWN)|0.00010469543147208122| -|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010425252917298797| -|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.00010421139926010349| -|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001040249804553407| -|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001040017134588859| -|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010399565543613588| -|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010292362990065368| -|pypi|[stopit](https://pypi.org/project/stopit)|0.00010266499366243961| -|pypi|[skimage](https://pypi.org/project/skimage)|0.00010232958665699782| -|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010143800078663183| -|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010125762353900686| -|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010119430270264487| -|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010060504051879352| -|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010039488403975893| -|pypi|[zope.interface](https://pypi.org/project/zope.interface)|0.00010028343178109082| -|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.970993473531545e-05| -|pypi|[reproject](https://pypi.org/project/reproject)|9.954841393107792e-05| -|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.935668104767468e-05| -|pypi|[docker](https://github.com/docker/docker-py)|9.932428060337056e-05| -|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.928563843956728e-05| -|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.86230964467005e-05| -|pypi|[Keras](https://keras.io/)|9.82066608369236e-05| -|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.812725546199415e-05| -|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.678964404392112e-05| -|pypi|[sunpy](https://pypi.org/project/sunpy)|9.678040496753174e-05| -|pypi|[nbclient](https://pypi.org/project/nbclient)|9.64156657791366e-05| -|pypi|[gwpy](https://gwpy.github.io)|9.636842534353785e-05| -|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.634179107978523e-05| -|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.614886563762561e-05| -|pypi|[async_generator](https://pypi.org/project/async_generator)|9.607866170398544e-05| -|pypi|[geopandas](http://geopandas.org)|9.57673551934044e-05| -|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.499680734743734e-05| -|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.494493889762995e-05| -|pypi|[pycosat](https://pypi.org/project/pycosat)|9.4811787197574e-05| -|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.474327454591298e-05| -|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.372733865119653e-05| -|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.364522838450344e-05| -|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.362351979057927e-05| -|pypi|[cigar](https://github.com/brentp/cigar)|9.332849891225526e-05| -|pypi|[IPython](https://ipython.org)|9.309981834590822e-05| -|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.309501883499009e-05| -|pypi|[urllib](https://urllib3.readthedocs.io/)|9.245830311820159e-05| -|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.219683203509555e-05| -|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.209828650319949e-05| -|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.190741109242182e-05| -|pypi|[websockets](https://pypi.org/project/websockets)|9.177022234524887e-05| -|pypi|[jeepney](https://pypi.org/project/jeepney)|9.125210102143434e-05| -|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.116336890085985e-05| -|pypi|[pytorch](http://pytorch.org)|9.116336890085985e-05| -|pypi|[cftime](https://pypi.org/project/cftime)|9.05364614309748e-05| -|pypi|[partd](https://pypi.org/project/partd)|9.040833492704002e-05| -|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.039395225485671e-05| -|pypi|[regions](https://github.com/astropy/regions)|9.000437396559195e-05| -|pypi|[green](https://github.com/CleanCut/green)|8.97389412617839e-05| -|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.97389412617839e-05| -|pypi|[GetDist](https://getdist.readthedocs.io)|8.97389412617839e-05| -|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.97389412617839e-05| -|pypi|[cherrypy](https://www.cherrypy.org)|8.97389412617839e-05| -|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.97389412617839e-05| -|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.97389412617839e-05| -|pypi|[South](http://south.aeracode.org/)|8.97389412617839e-05| -|pypi|[radio-pyse](http://docs.transientskp.org/)|8.97389412617839e-05| -|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.97389412617839e-05| -|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.97389412617839e-05| -|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.97389412617839e-05| -|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.97389412617839e-05| -|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.97389412617839e-05| -|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.97389412617839e-05| -|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.97389412617839e-05| -|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.97389412617839e-05| -|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.97389412617839e-05| -|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.97389412617839e-05| -|pypi|[openmdao](http://openmdao.org)|8.97389412617839e-05| -|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.97389412617839e-05| -|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.97389412617839e-05| -|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.97389412617839e-05| -|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.97389412617839e-05| -|pypi|[ppft](https://pypi.org/project/ppft)|8.969992377906077e-05| -|pypi|[zarr](https://pypi.org/project/zarr)|8.891848790197474e-05| -|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.859048928061727e-05| -|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.858844201483795e-05| -|pypi|[autograd](https://pypi.org/project/autograd)|8.810114191639816e-05| -|pypi|[wxPython](https://pypi.org/project/wxPython)|8.800826168030664e-05| -|pypi|[contourpy](https://pypi.org/project/contourpy)|8.749558531825396e-05| -|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.743794276789202e-05| -|pypi|[terminado](https://pypi.org/project/terminado)|8.731797051695309e-05| -|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.724501983534532e-05| -|pypi|[iminuit](https://pypi.org/project/iminuit)|8.660706192375428e-05| -|pypi|[deprecated](https://pypi.org/project/deprecated)|8.593500676970198e-05| -|pypi|[pyvo](https://github.com/astropy/pyvo)|8.590807621715778e-05| -|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.555755690191584e-05| -|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.54556931179961e-05| -|pypi|[debugpy](https://pypi.org/project/debugpy)|8.540063250175253e-05| -|pypi|[Six](https://pypi.org/project/Six)|8.52631946981304e-05| -|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.507713836959421e-05| -|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.47813218205445e-05| -|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.45690233994613e-05| -|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.42138956526145e-05| -|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.413950784007409e-05| -|pypi|[biom-format](http://www.biom-format.org)|8.411156182015954e-05| -|pypi|[gitpython](https://pypi.org/project/gitpython)|8.347808319433196e-05| -|pypi|[yt](https://github.com/yt-project/yt)|8.294935213445004e-05| -|pypi|[iso8601](https://pypi.org/project/iso8601)|8.278503562104209e-05| -|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.26233284064263e-05| -|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.257251070354474e-05| -|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.241275427921215e-05| -|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.187156730427813e-05| -|pypi|[orjson](https://pypi.org/project/orjson)|8.17517025951341e-05| -|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.168894483171628e-05| -|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.118067460368248e-05| -|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.080107462082307e-05| -|pypi|[alembic](https://alembic.sqlalchemy.org)|7.994627725199778e-05| -|pypi|[flaky](https://pypi.org/project/flaky)|7.974448574357067e-05| -|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.962570405954885e-05| -|pypi|[kaleido](https://pypi.org/project/kaleido)|7.921110950862729e-05| -|pypi|[deap](https://pypi.org/project/deap)|7.917689410789698e-05| -|pypi|[freezegun](https://pypi.org/project/freezegun)|7.893741260947898e-05| -|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.890381294722702e-05| -|pypi|[getdist](https://getdist.readthedocs.io)|7.886685486377292e-05| -|pypi|[appnope](https://pypi.org/project/appnope)|7.885616533226759e-05| -|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.876296633452289e-05| -|pypi|[asttokens](https://pypi.org/project/asttokens)|7.874252037900482e-05| -|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.859309112387941e-05| -|pypi|[corner](https://corner.readthedocs.io)|7.809856751436097e-05| -|pypi|[executing](https://pypi.org/project/executing)|7.785187825520365e-05| -|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.750181290790427e-05| -|pypi|[distro](https://pypi.org/project/distro)|7.719930545168837e-05| -|pypi|[fastapi](https://pypi.org/project/fastapi)|7.6713798977849e-05| -|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.666269553506682e-05| -|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.64433207394603e-05| -|pypi|[pylint](http://pylint.pycqa.org)|7.615102518877875e-05| -|pypi|[elementpath](https://pypi.org/project/elementpath)|7.587715342704341e-05| -|pypi|[botocore](https://github.com/boto/botocore)|7.552083795622413e-05| -|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.531650220451781e-05| -|pypi|[rasterio](https://pypi.org/project/rasterio)|7.520029149233722e-05| -|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.489498398216833e-05| -|pypi|[atari-py](https://pypi.org/project/atari-py)|7.449190248478176e-05| -|pypi|[invoke](https://pypi.org/project/invoke)|7.392285984676722e-05| -|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.371413032217964e-05| -|pypi|[ipdb](https://pypi.org/project/ipdb)|7.363563872768653e-05| -|pypi|[specutils](https://pypi.org/project/specutils)|7.358833267486908e-05| -|pypi|[lockfile](https://pypi.org/project/lockfile)|7.357213531369508e-05| -|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.349279618133861e-05| -|pypi|[retrying](https://github.com/rholder/retrying)|7.346110392422663e-05| -|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.32192512889576e-05| -|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.304480298457048e-05| -|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.304480298457048e-05| -|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.251631617113851e-05| -|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.251631617113851e-05| -|pypi|[igraph](https://pypi.org/project/igraph)|7.24341296944713e-05| -|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.214411644595289e-05| -|pypi|[pymysql](https://pypi.org/project/pymysql)|7.213871623267008e-05| -|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.194435964355775e-05| -|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.179115300942713e-05| -|pypi|[hope](http://hope.phys.ethz.ch)|7.179115300942713e-05| -|pypi|[amuse-framework](http://www.amusecode.org/)|7.179115300942713e-05| -|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.179115300942713e-05| -|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.179115300942713e-05| -|pypi|[superfreq](http://adrian.pw/superfreq)|7.179115300942713e-05| -|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.179115300942713e-05| -|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.179115300942713e-05| -|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.179115300942713e-05| -|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.179115300942713e-05| -|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.179115300942713e-05| -|pypi|[patool](http://wummel.github.io/patool/)|7.179115300942713e-05| -|pypi|[chemparse](https://pypi.org/project/chemparse)|7.179115300942713e-05| -|pypi|[importlib](https://github.com/brettcannon/importlib)|7.179115300942713e-05| -|pypi|[gwtools](https://pypi.org/project/gwtools)|7.179115300942713e-05| -|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.151950829720244e-05| -|pypi|[music21](https://github.com/cuthbertLab/music21)|7.1464829586657e-05| -|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.1464829586657e-05| -|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.142705995423243e-05| -|pypi|[patsy](https://github.com/pydata/patsy)|7.115863661071647e-05| -|pypi|[trio](https://pypi.org/project/trio)|7.012859741281379e-05| -|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|7.005800119648535e-05| -|pypi|[python-snappy](https://pypi.org/project/python-snappy)|6.99660114207669e-05| -|pypi|[param](https://pypi.org/project/param)|6.990997540859112e-05| -|pypi|[capturer](https://capturer.readthedocs.io)|6.963314548592291e-05| -|pypi|[Biopython](https://pypi.org/project/Biopython)|6.959254894851342e-05| -|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.956707540994769e-05| -|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.900406889676158e-05| -|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.886145457422827e-05| -|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.852791878172589e-05| -|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.851809574499502e-05| -|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.813404359420964e-05| -|pypi|[dominate](https://github.com/Knio/dominate/)|6.779398991146635e-05| -|pypi|[pathspec](https://pypi.org/project/pathspec)|6.729291810238399e-05| -|pypi|[traits](https://pypi.org/project/traits)|6.699190393496431e-05| -|pypi|[twisted](https://pypi.org/project/twisted)|6.694577649990675e-05| -|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.693154548428288e-05| -|pypi|[dgl](https://github.com/dmlc/dgl)|6.646120377084845e-05| -|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.623588521703098e-05| -|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.612459593221962e-05| -|pypi|[dnspython](https://pypi.org/project/dnspython)|6.569677529480842e-05| -|pypi|[grapheme](https://pypi.org/project/grapheme)|6.566683173362128e-05| -|pypi|[about-time](https://pypi.org/project/about-time)|6.566683173362128e-05| -|pypi|[types-backports](https://pypi.org/project/types-backports)|6.564738293017431e-05| -|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.554938336011307e-05| -|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.549404330260023e-05| -|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.545227236693827e-05| -|pypi|[tblib](https://pypi.org/project/tblib)|6.521505570632302e-05| -|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.508538597008504e-05| -|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.483582365395103e-05| -|pypi|[tess-point](https://pypi.org/project/tess-point)|6.478270442561208e-05| -|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.47650509721036e-05| -|pypi|[paramiko](https://pypi.org/project/paramiko)|6.469572822746392e-05| -|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.441973997720917e-05| -|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.433790765307899e-05| -|pypi|[pynvml](http://www.nvidia.com/)|6.425036258158085e-05| -|pypi|[pygame](https://www.pygame.org)|6.407022530928063e-05| -|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.40377552691291e-05| -|pypi|[pip-run](https://pypi.org/project/pip-run)|6.389363660393865e-05| -|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.381221275274353e-05| -|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.370172124811297e-05| -|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.345497515119706e-05| -|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.340949692705363e-05| -|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.330190750123545e-05| -|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.313902738932804e-05| -|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.309266456916523e-05| -|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.285721512225956e-05| -|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.285721512225956e-05| -|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.271445306553097e-05| -|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.259278739887531e-05| -|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.24804969854481e-05| -|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.244607591452603e-05| -|pypi|[glob2](https://pypi.org/project/glob2)|6.23027556200145e-05| -|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.207278624149857e-05| -|pypi|[cvxopt](http://cvxopt.org)|6.166347249559722e-05| -|pypi|[celery](https://pypi.org/project/celery)|6.157256797339569e-05| -|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.141159467326525e-05| -|pypi|[rich-click](https://github.com/ewels/rich-click)|6.11698651455862e-05| -|pypi|[pyface](http://docs.enthought.com/pyface)|6.0694434372733866e-05| -|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.060063033413288e-05| -|pypi|[Shapely](https://pypi.org/project/Shapely)|6.0294913890843985e-05| -|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.025328913291206e-05| -|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.0244324203715064e-05| -|pypi|[mne](https://mne.tools/dev/)|6.000889924497719e-05| -|pypi|[gnuplot](https://github.com/gnuplot)|5.982596084118927e-05| -|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.982596084118927e-05| -|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.982596084118927e-05| -|pypi|[jsonify](https://pypi.org/project/jsonify)|5.982596084118927e-05| -|pypi|[gpytorch](https://gpytorch.ai)|5.982596084118927e-05| -|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.982596084118927e-05| -|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.982596084118927e-05| -|pypi|[nnde](https://github.com/elwinter/nnde)|5.982596084118927e-05| -|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.982596084118927e-05| -|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.982596084118927e-05| -|pypi|[ripser](https://ripser.scikit-tda.org)|5.982596084118927e-05| -|pypi|[python-copasi](http://copasi.org)|5.982596084118927e-05| -|pypi|[Numpy](https://www.numpy.org)|5.982596084118927e-05| -|pypi|[Matplotlib](https://matplotlib.org)|5.982596084118927e-05| -|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.982596084118927e-05| -|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.982596084118927e-05| -|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.982596084118927e-05| -|pypi|[coplot](https://pypi.org/project/coplot)|5.982596084118927e-05| -|pypi|[pyYAML](https://pyyaml.org/)|5.982596084118927e-05| -|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.982596084118927e-05| -|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.982596084118927e-05| -|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.982596084118927e-05| -|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.982596084118927e-05| -|pypi|[tartiflette](https://tartiflette.io)|5.982596084118927e-05| -|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.982596084118927e-05| -|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.982596084118927e-05| -|pypi|[PuLP](https://github.com/coin-or/pulp)|5.982596084118927e-05| -|pypi|[clawpack](http://www.clawpack.org)|5.982596084118927e-05| -|pypi|[PyEscape](https://github.com/qaviton/escape)|5.982596084118927e-05| -|pypi|[mc3](https://github.com/pcubillos/mc3)|5.982596084118927e-05| -|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.982596084118927e-05| -|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9478913170195265e-05| -|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.944350761513615e-05| -|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.9306313624720125e-05| -|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.9306313624720125e-05| -|pypi|[odfpy](https://pypi.org/project/odfpy)|5.9306313624720125e-05| -|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.922770123277738e-05| -|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.920605164179588e-05| -|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.903557174399888e-05| -|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.897933786996945e-05| -|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.8876588198731275e-05| -|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.872636342005076e-05| -|pypi|[mercurial](https://mercurial-scm.org/)|5.872636342005076e-05| -|pypi|[radvel](https://pypi.org/project/radvel)|5.865793017714701e-05| -|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.858997697793804e-05| -|pypi|[Mako](https://www.makotemplates.org/)|5.84586133138073e-05| -|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.827203978037916e-05| -|pypi|[cupy](https://pypi.org/project/cupy)|5.822305378085355e-05| -|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.8084009319573564e-05| -|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7876046282116777e-05| -|pypi|[libcst](https://pypi.org/project/libcst)|5.768096692239953e-05| -|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.768096692239953e-05| -|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.752496234729738e-05| -|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.752496234729738e-05| -|pypi|[blosc](http://github.com/blosc/python-blosc)|5.752202490241156e-05| -|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.7344252017619215e-05| -|pypi|[towncrier](https://pypi.org/project/towncrier)|5.727403840680009e-05| -|pypi|[xxhash](https://pypi.org/project/xxhash)|5.658644071553227e-05| -|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.6523495300095704e-05| -|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.6523495300095704e-05| -|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.634418680437916e-05| -|pypi|[texttable](https://github.com/foutaise/texttable/)|5.616270210118345e-05| -|pypi|[asteval](https://github.com/newville/asteval)|5.584217447703741e-05| -|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.583756345177665e-05| -|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5807435025171704e-05| -|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.5523537588160765e-05| -|pypi|[bidict](https://bidict.readthedocs.io)|5.522396385340548e-05| -|pypi|[fbs](https://build-system.fman.io)|5.522396385340548e-05| -|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.5077275199419874e-05| -|pypi|[prospector](https://pypi.org/project/prospector)|5.498355447767509e-05| -|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.498112633378225e-05| -|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.4942403029400486e-05| -|pypi|[py4j](https://pypi.org/project/py4j)|5.491146413456365e-05| -|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.488430111060704e-05| -|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.48404641044235e-05| -|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4752162532058504e-05| -|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.471676624984012e-05| -|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.467873101479643e-05| -|pypi|[mkdocs](https://www.mkdocs.org)|5.4639564327771094e-05| -|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.445599469741628e-05| -|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.44421854059859e-05| -|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.42065938050347e-05| -|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.4123798948513416e-05| -|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|5.382511242489968e-05| -|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.3791226959659915e-05| -|pypi|[pynacl](https://pypi.org/project/pynacl)|5.361706858570298e-05| -|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.3600257252522936e-05| -|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.3600257252522936e-05| -|pypi|[dash-table](https://pypi.org/project/dash-table)|5.3600257252522936e-05| -|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.330541749942518e-05| -|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|5.330493110949964e-05| -|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.284626540971719e-05| -|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.276268329205241e-05| -|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.273013796766903e-05| -|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.273013796766903e-05| -|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.27038226458096e-05| -|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.254743473531545e-05| -|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.247591422355745e-05| -|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.229464431916536e-05| -|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.222634477985141e-05| -|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2176784419351505e-05| -|pypi|[curio](https://pypi.org/project/curio)|5.2062988645739125e-05| -|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1848676452346905e-05| -|pypi|[whoosh](https://pypi.org/project/whoosh)|5.178023330705931e-05| -|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.1707193858518354e-05| -|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.17034854710162e-05| -|pypi|[feets](https://github.com/carpyncho/feets)|5.1524750963703674e-05| -|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.15084233376564e-05| -|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.1326320813773804e-05| -|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.127939500673366e-05| -|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.127939500673366e-05| -|pypi|[pony](https://ponyorm.com)|5.127939500673366e-05| -|pypi|[msgpack-python](http://msgpack.org/)|5.127939500673366e-05| -|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.127939500673366e-05| -|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.127939500673366e-05| -|pypi|[STAR](https://github.com/dbrgn/star)|5.127939500673366e-05| -|pypi|[fastqc](https://github.com/fastqc)|5.127939500673366e-05| -|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.127939500673366e-05| -|pypi|[cppyy](http://cppyy.readthedocs.org)|5.127939500673366e-05| -|pypi|[cykhash](https://github.com/realead/cykhash)|5.127939500673366e-05| -|pypi|[dustpy](https://github.com/stammler/dustpy)|5.127939500673366e-05| -|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.127939500673366e-05| -|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.127939500673366e-05| -|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.127939500673366e-05| -|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.127939500673366e-05| -|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.127939500673366e-05| -|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.127939500673366e-05| -|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.127939500673366e-05| -|pypi|[libstempo](https://github.com/vallis/libstempo)|5.127939500673366e-05| -|pypi|[noise](https://github.com/caseman/noise)|5.127939500673366e-05| -|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.127939500673366e-05| -|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.127939500673366e-05| -|pypi|[ncls](https://github.com/endrebak/ncls)|5.127939500673366e-05| -|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.127939500673366e-05| -|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.127939500673366e-05| -|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.127939500673366e-05| -|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.127939500673366e-05| -|pypi|[easydev](http://github.com/cokelaer/easydev)|5.127939500673366e-05| -|pypi|[mdtraj](http://mdtraj.org)|5.127939500673366e-05| -|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.127939500673366e-05| -|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.127939500673366e-05| -|pypi|[pympler](https://pypi.org/project/pympler)|5.103813044052529e-05| -|pypi|[geojson](https://github.com/jazzband/geojson)|5.080399228219207e-05| -|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.075861683764563e-05| -|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.0460349114265e-05| -|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.042815704962188e-05| -|pypi|[freesasa](http://freesasa.github.io/)|5.015147322621274e-05| -|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|5.01170620532477e-05| -|pypi|[contextvars](https://pypi.org/project/contextvars)|4.990135954403223e-05| -|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|4.982387565438226e-05| -|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.978810696483926e-05| -|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.974758743794277e-05| -|pypi|[h11](https://pypi.org/project/h11)|4.973160047076166e-05| -|pypi|[colour](http://github.com/vaab/colour)|4.950035985540356e-05| -|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.933182939134278e-05| -|pypi|[khmer](https://khmer.readthedocs.io/)|4.9313684864808874e-05| -|pypi|[coveralls](https://pypi.org/project/coveralls)|4.926901810254418e-05| -|pypi|[zict](https://pypi.org/project/zict)|4.9030443893495464e-05| -|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.880538910728599e-05| -|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.880538910728599e-05| -|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.8800493321632236e-05| -|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.858204907496704e-05| -|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.852351679178422e-05| -|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.836972313489955e-05| -|pypi|[pip-api](https://pypi.org/project/pip-api)|4.828607827650049e-05| -|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.828607827650049e-05| -|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.828607827650049e-05| -|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.826874977693842e-05| -|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.821899594648601e-05| -|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.777369240995966e-05| -|pypi|[path](https://pypi.org/project/path)|4.7769982398894814e-05| -|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7693984671251775e-05| -|pypi|[configparser](https://pypi.org/project/configparser)|4.7626095414593436e-05| -|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.760034301370915e-05| -|pypi|[pockets](https://pypi.org/project/pockets)|4.728573627945737e-05| -|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.7083565342380606e-05| -|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.699129804205947e-05| -|pypi|[gevent](https://pypi.org/project/gevent)|4.6892101356017e-05| -|pypi|[chevron](https://pypi.org/project/chevron)|4.6752651626835826e-05| -|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.668260265840034e-05| -|pypi|[pycairo](https://pypi.org/project/pycairo)|4.658827998204358e-05| -|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.652627116212625e-05| -|pypi|[wandb](https://github.com/wandb/client)|4.63838476230477e-05| -|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.6365119651921686e-05| -|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.6181443456356635e-05| -|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6164771173924795e-05| -|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.599157465363141e-05| -|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.589203509128333e-05| -|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.588970968369375e-05| -|pypi|[types-protobuf](https://github.com/python/typeshed)|4.5886699989640525e-05| -|pypi|[clang-format](http://clang.llvm.org/)|4.5886699989640525e-05| -|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.576686004350979e-05| -|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.572371632174932e-05| -|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.555977017905952e-05| -|pypi|[tk](https://github.com/atranitell/TensorKit)|4.5519752813948355e-05| -|pypi|[pycbc](http://www.pycbc.org/)|4.550518835432069e-05| -|pypi|[zstandard](https://pypi.org/project/zstandard)|4.548721976549888e-05| -|pypi|[wasabi](https://pypi.org/project/wasabi)|4.545848729552083e-05| -|pypi|[math](https://pypi.org/project/math)|4.538226458095929e-05| -|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.517464767828257e-05| -|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.486947063089195e-05| -|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.486947063089195e-05| -|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.486947063089195e-05| -|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.486947063089195e-05| -|pypi|[pygedm](https://github.com/frbs/pygedm)|4.486947063089195e-05| -|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.486947063089195e-05| -|pypi|[structlog](https://www.structlog.org/)|4.486947063089195e-05| -|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.486947063089195e-05| -|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.486947063089195e-05| -|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.486947063089195e-05| -|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.486947063089195e-05| -|pypi|[Psycopg2](https://psycopg.org/)|4.486947063089195e-05| -|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.486947063089195e-05| -|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.486947063089195e-05| -|pypi|[sbpy](https://sbpy.org)|4.486947063089195e-05| -|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.486947063089195e-05| -|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.486947063089195e-05| -|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.486947063089195e-05| -|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.486947063089195e-05| -|pypi|[gemmi](https://project-gemmi.github.io/)|4.486947063089195e-05| -|pypi|[gputil](https://github.com/anderskm/gputil)|4.486947063089195e-05| -|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.486947063089195e-05| -|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.486947063089195e-05| -|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.486947063089195e-05| -|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.486947063089195e-05| -|pypi|[types](https://www.pytosquatting.org)|4.486947063089195e-05| -|pypi|[imexam](http://imexam.readthedocs.io/)|4.486947063089195e-05| -|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.486947063089195e-05| -|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.486947063089195e-05| -|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.486947063089195e-05| -|pypi|[trippy](https://github.com/fraserw/trippy)|4.486947063089195e-05| -|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.486947063089195e-05| -|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.481433257772041e-05| -|pypi|[bz2file](https://pypi.org/project/bz2file)|4.48004406760752e-05| -|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.471990572878898e-05| -|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.4532106190058184e-05| -|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.4532106190058184e-05| -|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4486188937965595e-05| -|pypi|[boto](https://github.com/boto/boto/)|4.4420775924583033e-05| -|pypi|[args](https://github.com/kennethreitz/args)|4.4420775924583033e-05| -|pypi|[anyio](https://pypi.org/project/anyio)|4.436743134936497e-05| -|pypi|[yapf](https://pypi.org/project/yapf)|4.398085856094346e-05| -|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.397208121827411e-05| -|pypi|[sos](https://github.com/vatlab/SoS)|4.384498683256364e-05| -|pypi|[pyglet](https://pypi.org/project/pyglet)|4.383854112711074e-05| -|pypi|[backoff](https://pypi.org/project/backoff)|4.357975378444525e-05| -|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.347353154459754e-05| -|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.347353154459754e-05| -|pypi|[xlwt](https://pypi.org/project/xlwt)|4.326128756021444e-05| -|pypi|[spectres](https://spectres.readthedocs.io)|4.31779790260501e-05| -|pypi|[vine](https://pypi.org/project/vine)|4.2912860888040995e-05| -|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.288822127835905e-05| -|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.280513778548835e-05| -|pypi|[zope.event](https://pypi.org/project/zope.event)|4.259467562893959e-05| -|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.24999471034829e-05| -|pypi|[sniffio](https://pypi.org/project/sniffio)|4.219974581831044e-05| -|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.2117131176386366e-05| -|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.196003969314148e-05| -|pypi|[colorlog](https://pypi.org/project/colorlog)|4.189712788187561e-05| -|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.18183466279913e-05| -|pypi|[segments](https://github.com/cldf/segments)|4.18183466279913e-05| -|pypi|[requests-file](https://pypi.org/project/requests-file)|4.1728607686729514e-05| -|pypi|[distlib](https://pypi.org/project/distlib)|4.152154629287078e-05| -|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.138736093669856e-05| -|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.117031530708137e-05| -|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.1147328420386194e-05| -|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.079042784626541e-05| -|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.0781363306744025e-05| -|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.0733537310985246e-05| -|pypi|[tablib](https://tablib.readthedocs.io)|4.071904459753445e-05| -|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.0644491706191855e-05| -|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.059618771366415e-05| -|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.0482749198934e-05| -|pypi|[overrides](https://github.com/mkorpela/overrides)|4.0210297316896305e-05| -|pypi|[asciitree](https://pypi.org/project/asciitree)|4.008601665960255e-05| -|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.998522120208397e-05| -|pypi|[fiona](https://pypi.org/project/fiona)|3.9964561052495965e-05| -|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.988397389412618e-05| -|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.988397389412618e-05| -|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.988397389412618e-05| -|pypi|[lda](https://pypi.org/project/lda)|3.988397389412618e-05| -|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.988397389412618e-05| -|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.988397389412618e-05| -|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.988397389412618e-05| -|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.988397389412618e-05| -|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.988397389412618e-05| -|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.988397389412618e-05| -|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.988397389412618e-05| -|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.988397389412618e-05| -|pypi|[precession](https://github.com/dgerosa/precession/)|3.988397389412618e-05| -|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.988397389412618e-05| -|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.988397389412618e-05| -|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.988397389412618e-05| -|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.988397389412618e-05| -|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.988397389412618e-05| -|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.988397389412618e-05| -|pypi|[tensorly-viz](https://tensorly.org/viz)|3.988397389412618e-05| -|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.988397389412618e-05| -|pypi|[pygobject](https://pygobject.readthedocs.io)|3.988397389412618e-05| -|pypi|[genicam](https://www.emva.org)|3.988397389412618e-05| -|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.988397389412618e-05| -|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.988397389412618e-05| -|pypi|[fseval](https://github.com/dunnkers/fseval)|3.988397389412618e-05| -|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.988397389412618e-05| -|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.988397389412618e-05| -|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.988397389412618e-05| -|pypi|[sick](http://www.github.com/andycasey/sick/)|3.988397389412618e-05| -|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.988397389412618e-05| -|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.988397389412618e-05| -|pypi|[treegp](https://github.com/PFLeget/treegp)|3.988397389412618e-05| -|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.988397389412618e-05| -|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.988397389412618e-05| -|pypi|[protfasta](https://pypi.org/project/protfasta)|3.988397389412618e-05| -|pypi|[hjson](http://github.com/hjson/hjson-py)|3.988397389412618e-05| -|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.988397389412618e-05| -|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.968272065958617e-05| -|pypi|[casadi](http://casadi.org)|3.9545596786153625e-05| -|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.948513415518492e-05| -|pypi|[unidecode](https://pypi.org/project/unidecode)|3.9445688466718205e-05| -|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.9386421319796954e-05| -|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.920978650469642e-05| -|pypi|[ply](https://pypi.org/project/ply)|3.907532972391316e-05| -|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.893435546807556e-05| -|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.883439563375444e-05| -|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.8813265604953425e-05| -|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.874870541014978e-05| -|pypi|[wslink](https://pypi.org/project/wslink)|3.8734905856457505e-05| -|pypi|[bwapy](https://pypi.org/project/bwapy)|3.8574350870736965e-05| -|pypi|[pytabix](https://pypi.org/project/pytabix)|3.8574350870736965e-05| -|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8555112400290064e-05| -|pypi|[Brotli](https://pypi.org/project/Brotli)|3.851994204994224e-05| -|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.824906781521687e-05| -|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.8100562326838974e-05| -|pypi|[yarl](https://pypi.org/project/yarl)|3.8038857612431365e-05| -|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7775076853802595e-05| -|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7775076853802595e-05| -|pypi|[pydap](https://pypi.org/project/pydap)|3.7775076853802595e-05| -|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7775076853802595e-05| -|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.776028177768569e-05| -|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.7739396166258834e-05| -|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.763208329016886e-05| -|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.7350865695470157e-05| -|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.7335920040800395e-05| -|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.712948694706309e-05| -|pypi|[chex](https://github.com/deepmind/chex)|3.6761084353348934e-05| -|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.652440617946167e-05| -|pypi|[torchvision](https://pypi.org/project/torchvision)|3.638429049851211e-05| -|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.636373734159054e-05| -|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.629441624365483e-05| -|pypi|[spglib](http://spglib.github.io/spglib/)|3.620983875095939e-05| -|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.618019149623478e-05| -|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.6080945029560405e-05| -|pypi|[jaxopt](https://github.com/google/jaxopt)|3.601426888300563e-05| -|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.5895576504713564e-05| -|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.5895576504713564e-05| -|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.5895576504713564e-05| -|pypi|[pykeops](http://www.kernel-operations.io/)|3.5895576504713564e-05| -|pypi|[keopscore](http://www.kernel-operations.io/)|3.5895576504713564e-05| -|pypi|[simpleitk](http://simpleitk.org/)|3.5895576504713564e-05| -|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.5895576504713564e-05| -|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.5895576504713564e-05| -|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.5895576504713564e-05| -|pypi|[caput](https://github.com/eykd/caput)|3.5895576504713564e-05| -|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.5895576504713564e-05| -|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.5895576504713564e-05| -|pypi|[urepr](https://github.com/j-faria/urepr)|3.5895576504713564e-05| -|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.5895576504713564e-05| -|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.5895576504713564e-05| -|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.5895576504713564e-05| -|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.5895576504713564e-05| -|pypi|[disksurf](https://github.com/richteague/disksurf)|3.5895576504713564e-05| -|pypi|[gofish](https://github.com/richteague/gofish)|3.5895576504713564e-05| -|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.5895576504713564e-05| -|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.5895576504713564e-05| -|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.5895576504713564e-05| -|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.5895576504713564e-05| -|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.5895576504713564e-05| -|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.5895576504713564e-05| -|pypi|[pywfa](https://pypi.org/project/pywfa)|3.5895576504713564e-05| -|pypi|[astLib](https://astlib.readthedocs.io)|3.5895576504713564e-05| -|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.5895576504713564e-05| -|pypi|[Cerberus](http://docs.python-cerberus.org)|3.5895576504713564e-05| -|pypi|[2to3](https://pypi.org/project/2to3)|3.5895576504713564e-05| -|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.5895576504713564e-05| -|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5872933368902754e-05| -|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.586981412923171e-05| -|pypi|[optlang](https://github.com/opencobra/optlang)|3.586981412923171e-05| -|pypi|[kombu](https://kombu.readthedocs.io)|3.5721346162612395e-05| -|pypi|[ray](https://github.com/ray-project/ray)|3.559578203296911e-05| -|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.558877670552798e-05| -|pypi|[cymem](https://pypi.org/project/cymem)|3.5587203756724604e-05| -|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.5587203756724604e-05| -|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.553662073966643e-05| -|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.553662073966643e-05| -|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.553662073966643e-05| -|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.5195852421332194e-05| -|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.514734098175851e-05| -|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.496143898485739e-05| -|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.493356394769137e-05| -|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.490608404224323e-05| -|pypi|[jdcal](https://pypi.org/project/jdcal)|3.487581580855692e-05| -|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.4669565617052574e-05| -|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.461626612138781e-05| -|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4588851570550744e-05| -|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.4560273461344506e-05| -|pypi|[crds](https://hst-crds.stsci.edu)|3.445050630682769e-05| -|pypi|[hiredis](https://pypi.org/project/hiredis)|3.416367019632989e-05| -|pypi|[isodate](https://pypi.org/project/isodate)|3.413801145086576e-05| -|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.410079767947789e-05| -|pypi|[types-toml](https://pypi.org/project/types-toml)|3.3749203916000965e-05| -|pypi|[nibabel](https://nipy.org/nibabel)|3.3731471480756203e-05| -|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3492830004398054e-05| -|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.328537865836957e-05| -|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.324105389564665e-05| -|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.3107398850206e-05| -|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.2911846579142547e-05| -|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.291178136131454e-05| -|pypi|[rpy2](https://rpy2.github.io)|3.2845800229502205e-05| -|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.27819071791153e-05| -|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.270829686679503e-05| -|pypi|[marxs](http://marxs.readthedocs.io)|3.2632342277012324e-05| -|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.2632342277012324e-05| -|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.2632342277012324e-05| -|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.2632342277012324e-05| -|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.2632342277012324e-05| -|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.2632342277012324e-05| -|pypi|[PIL](http://www.pythonware.com/products/pil)|3.2632342277012324e-05| -|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.2632342277012324e-05| -|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.2632342277012324e-05| -|pypi|[wurst](https://github.com/polca/wurst)|3.2632342277012324e-05| -|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.2632342277012324e-05| -|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.2632342277012324e-05| -|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.2632342277012324e-05| -|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| -|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.2632342277012324e-05| -|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.2632342277012324e-05| -|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.2632342277012324e-05| -|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.2632342277012324e-05| -|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.2632342277012324e-05| -|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.2632342277012324e-05| -|pypi|[configuration](http://k0s.org/hg/configuration)|3.2632342277012324e-05| -|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.2632342277012324e-05| -|pypi|[flatdict](https://github.com/gmr/flatdict)|3.2632342277012324e-05| -|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.2632342277012324e-05| -|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.2632342277012324e-05| -|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.2632342277012324e-05| -|pypi|[filetype](https://github.com/h2non/filetype.py)|3.2632342277012324e-05| -|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.2632342277012324e-05| -|pypi|[colored](https://gitlab.com/dslackw/colored)|3.2632342277012324e-05| -|pypi|[cdips](https://github.com/lgbouma/cdips)|3.2632342277012324e-05| -|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.2632342277012324e-05| -|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.2632342277012324e-05| -|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.260514865844815e-05| -|pypi|[billiard](https://pypi.org/project/billiard)|3.251317901250362e-05| -|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.250088397373418e-05| -|pypi|[altair](https://pypi.org/project/altair)|3.2418328368952574e-05| -|pypi|[scikit_learn](http://scikit-learn.org)|3.226659953321432e-05| -|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2254464161201384e-05| -|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1708967585596784e-05| -|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.170167107521268e-05| -|pypi|[pypairix](https://pypi.org/project/pypairix)|3.168967997194973e-05| -|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.158810732414794e-05| -|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.138854392525532e-05| -|pypi|[optax](https://github.com/deepmind/optax)|3.1251045303156906e-05| -|pypi|[matchms](https://github.com/matchms/matchms)|3.122915155910081e-05| -|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.120053914304632e-05| -|pypi|[addict](https://pypi.org/project/addict)|3.114689086294417e-05| -|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.107461942215386e-05| -|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0910298910661495e-05| -|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.080182326737803e-05| -|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.073794893324683e-05| -|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.072910036666783e-05| -|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0703488453171194e-05| -|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0663272094084075e-05| -|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.0636048835777974e-05| -|pypi|[sep](https://github.com/kbarbary/sep)|3.059827379107034e-05| -|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.059670568735109e-05| -|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.059011656078838e-05| -|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.055068201160716e-05| -|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.054889273163385e-05| -|pypi|[itk](https://itk.org/)|3.0232008823721475e-05| -|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.0230805837563453e-05| -|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.0197600828395333e-05| -|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0165464742403574e-05| -|pypi|[cligj](https://pypi.org/project/cligj)|3.0135968687412766e-05| -|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.992505080126545e-05| -|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.9912980420594635e-05| -|pypi|[random2](http://pypi.python.org/pypi/random2)|2.9912980420594635e-05| -|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.9912980420594635e-05| -|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.9912980420594635e-05| -|pypi|[blackjax](https://pypi.org/project/blackjax)|2.9912980420594635e-05| -|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.9912980420594635e-05| -|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.9912980420594635e-05| -|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.9912980420594635e-05| -|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.9912980420594635e-05| -|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.9912980420594635e-05| -|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.9912980420594635e-05| -|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.9912980420594635e-05| -|pypi|[toil](https://github.com/DataBiosphere/toil)|2.9912980420594635e-05| -|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.9912980420594635e-05| -|pypi|[vtk](https://vtk.org)|2.989396853650253e-05| -|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.978371361234849e-05| -|pypi|[Pint](https://github.com/hgrecco/pint)|2.9783551745571326e-05| -|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9764140908266858e-05| -|pypi|[arrow](https://pypi.org/project/arrow)|2.963758333154888e-05| -|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.955917773200651e-05| -|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9554003362328355e-05| -|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.953823086258077e-05| -|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.946886354624487e-05| -|pypi|[autocommand](https://pypi.org/project/autocommand)|2.943070620659873e-05| -|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.940072063089195e-05| -|pypi|[ndcube](https://pypi.org/project/ndcube)|2.914264522590851e-05| -|pypi|[shap](https://pypi.org/project/shap)|2.9118446634464484e-05| -|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8987884944723056e-05| -|pypi|[smart-open](https://pypi.org/project/smart-open)|2.8940258767968842e-05| -|pypi|[astor](https://pypi.org/project/astor)|2.8802533201549295e-05| -|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.876248117364869e-05| -|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.8653841173329933e-05| -|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8460064228737182e-05| -|pypi|[gensim](http://radimrehurek.com/gensim)|2.8425679512162487e-05| -|pypi|[dipy](https://dipy.org)|2.8210241535114635e-05| -|pypi|[lml](https://pypi.org/project/lml)|2.819134096912877e-05| -|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8124775876770082e-05| -|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8124775876770076e-05| -|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8100876430228476e-05| -|pypi|[gmsh](https://gmsh.info)|2.8083009853687668e-05| -|pypi|[PIMS](https://pypi.org/project/PIMS)|2.800942712110225e-05| -|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7929519718859823e-05| -|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.781070440849191e-05| -|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.7800906013569654e-05| -|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7754972547394593e-05| -|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.761198192670274e-05| -|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.761198192670274e-05| -|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.761198192670274e-05| -|pypi|[filemagic](http://filemagic.readthedocs.org)|2.761198192670274e-05| -|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.761198192670274e-05| -|pypi|[ulid](https://github.com/mdipierro/ulid)|2.761198192670274e-05| -|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.761198192670274e-05| -|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.761198192670274e-05| -|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.761198192670274e-05| -|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.761198192670274e-05| -|pypi|[pmesh](https://pypi.org/project/pmesh)|2.761198192670274e-05| -|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.761198192670274e-05| -|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.761198192670274e-05| -|pypi|[coramin](https://github.com/Coramin/Coramin)|2.761198192670274e-05| -|pypi|[json2table](https://github.com/latture/json2table)|2.761198192670274e-05| -|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.761198192670274e-05| -|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.761198192670274e-05| -|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.761198192670274e-05| -|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.761198192670274e-05| -|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.761145858026861e-05| -|pypi|[pretend](https://pypi.org/project/pretend)|2.7596579423429994e-05| -|pypi|[reportlab](https://pypi.org/project/reportlab)|2.757166667244656e-05| -|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.754307849731066e-05| -|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7393405090058496e-05| -|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.733586210743571e-05| -|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7226153786387653e-05| -|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7185990620680678e-05| -|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.7051348645836616e-05| -|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.702162056605986e-05| -|pypi|[funcy](https://pypi.org/project/funcy)|2.687161620531923e-05| -|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.6839324537579195e-05| -|pypi|[flax](https://pypi.org/project/flax)|2.6696130938496292e-05| -|pypi|[toposort](https://pypi.org/project/toposort)|2.6693061742463484e-05| -|pypi|[datrie](https://pypi.org/project/datrie)|2.6693061742463484e-05| -|pypi|[intake](https://pypi.org/project/intake)|2.6677355435663563e-05| -|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.6641846967832574e-05| -|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.660432604039553e-05| -|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6598724268602427e-05| -|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6594064021547707e-05| -|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.6463044715007915e-05| -|pypi|[datashader](https://datashader.org)|2.6447323321294975e-05| -|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6447136702149986e-05| -|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6278120599755654e-05| -|pypi|[astroid](https://pypi.org/project/astroid)|2.6194369133159027e-05| -|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.606576166979601e-05| -|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5999643782965854e-05| -|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5742420650415578e-05| -|pypi|[srsly](https://pypi.org/project/srsly)|2.571592021792838e-05| -|pypi|[area](https://github.com/scisco/area)|2.563969750336683e-05| -|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.563969750336683e-05| -|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.563969750336683e-05| -|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.563969750336683e-05| -|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.563969750336683e-05| -|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.563969750336683e-05| -|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.563969750336683e-05| -|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.563969750336683e-05| -|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.563969750336683e-05| -|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.563969750336683e-05| -|pypi|[wres](https://github.com/jks-liu/wres)|2.563969750336683e-05| -|pypi|[thermo](https://github.com/CalebBell/thermo)|2.563969750336683e-05| -|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.563969750336683e-05| -|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.563969750336683e-05| -|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.563969750336683e-05| -|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.563969750336683e-05| -|pypi|[dash_table](https://pypi.org/project/dash_table)|2.563969750336683e-05| -|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.563969750336683e-05| -|pypi|[python-time](https://github.com/hengdai/pytime)|2.563969750336683e-05| -|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.563969750336683e-05| -|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.563969750336683e-05| -|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.563201912451822e-05| -|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5588073300880393e-05| -|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.5539496386687004e-05| -|pypi|[srastream](https://github.com/jdidion/srastream)|2.538330052833316e-05| -|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.538330052833316e-05| -|pypi|[progress](https://pypi.org/project/progress)|2.536153097384917e-05| -|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.533546875141381e-05| -|pypi|[humanize](https://pypi.org/project/humanize)|2.5276883727410098e-05| -|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5213804787512386e-05| -|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5174609804732517e-05| -|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.5126903553299495e-05| -|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5105192519123254e-05| -|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4902556200145033e-05| -|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4902556200145033e-05| -|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4902556200145033e-05| -|pypi|[pythutils](https://github.com/JolleJolles)|2.4902556200145033e-05| -|pypi|[typeguard](https://pypi.org/project/typeguard)|2.484000771335478e-05| -|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.4818125024637838e-05| -|pypi|[ortools](https://pypi.org/project/ortools)|2.4761904761904776e-05| -|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4704177258564512e-05| -|pypi|[boltons](https://pypi.org/project/boltons)|2.470268825595649e-05| -|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4588570613026382e-05| -|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.4525124770720472e-05| -|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.440795166129868e-05| -|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4404008182797547e-05| -|pypi|[cmake](https://pypi.org/project/cmake)|2.434436119223943e-05| -|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4233787845568162e-05| -|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.4142911155371354e-05| -|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.4126955350668186e-05| -|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.410131565316482e-05| -|pypi|[astlib](https://astlib.readthedocs.io)|2.410131565316482e-05| -|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.410131565316482e-05| -|pypi|[cfgv](https://pypi.org/project/cfgv)|2.4005402462242665e-05| -|pypi|[identify](https://pypi.org/project/identify)|2.4005402462242665e-05| -|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.4005402462242665e-05| -|pypi|[george](https://github.com/dfm/george)|2.3976478198946657e-05| -|pypi|[scandir](https://pypi.org/project/scandir)|2.396633743794277e-05| -|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.393038433647571e-05| -|pypi|[vedo](https://github.com/marcomusy/vedo)|2.393038433647571e-05| -|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.393038433647571e-05| -|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.393038433647571e-05| -|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.393038433647571e-05| -|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.393038433647571e-05| -|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.393038433647571e-05| -|pypi|[scikit-video](http://scikit-video.org/)|2.393038433647571e-05| -|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.393038433647571e-05| -|pypi|[haversine](https://github.com/mapado/haversine)|2.393038433647571e-05| -|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.393038433647571e-05| -|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.393038433647571e-05| -|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.378081943437274e-05| -|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.3725331991596365e-05| -|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.3725331991596365e-05| -|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.3595774930106656e-05| -|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.3585314194532955e-05| -|pypi|[starlette](https://pypi.org/project/starlette)|2.3553037992470853e-05| -|pypi|[Theano](http://deeplearning.net/software/theano/)|2.3531544597534446e-05| -|pypi|[scanpy](https://scanpy.readthedocs.io)|2.352350621609646e-05| -|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.344321893621717e-05| -|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.339982670189862e-05| -|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3283861768057478e-05| -|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3143597540539057e-05| -|pypi|[loguru](https://pypi.org/project/loguru)|2.3124589486691198e-05| -|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.3118546047860775e-05| -|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.3118546047860775e-05| -|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.3118546047860775e-05| -|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.300998493891895e-05| -|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.300998493891895e-05| -|pypi|[httptools](https://pypi.org/project/httptools)|2.2945886185047373e-05| -|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2945886185047373e-05| -|pypi|[service-identity](https://pypi.org/project/service-identity)|2.2891449558418376e-05| -|pypi|[geoviews](https://pypi.org/project/geoviews)|2.2851213303683864e-05| -|pypi|[av](https://pypi.org/project/av)|2.270802405214787e-05| -|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2676888014088892e-05| -|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.2633196435544153e-05| -|pypi|[formulaic](https://pypi.org/project/formulaic)|2.261364070073661e-05| -|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.261364070073661e-05| -|pypi|[nltk](https://pypi.org/project/nltk)|2.2552501382254552e-05| -|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.25227146696242e-05| -|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.247306906978777e-05| -|pypi|[julia](http://julialang.org)|2.2434735315445976e-05| -|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.2434735315445976e-05| -|pypi|[ref_index](http://github.com/phn/ref_index)|2.2434735315445976e-05| -|pypi|[cerberus](http://docs.python-cerberus.org)|2.2434735315445976e-05| -|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.2434735315445976e-05| -|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.2434735315445976e-05| -|pypi|[bfit](https://github.com/dfujim/bfit)|2.2434735315445976e-05| -|pypi|[bdata](https://github.com/dfujim/bdata)|2.2434735315445976e-05| -|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.2434735315445976e-05| -|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.2434735315445976e-05| -|pypi|[traittypes](https://pypi.org/project/traittypes)|2.2401965523209227e-05| -|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2369395441163205e-05| -|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2369395441163205e-05| -|pypi|[anndata](http://anndata.readthedocs.io)|2.2343062199872995e-05| -|pypi|[nbval](https://pypi.org/project/nbval)|2.229452299285179e-05| -|pypi|[miniball](https://github.com/marmakoide/miniball)|2.2210387962291517e-05| -|pypi|[pyramid](https://pypi.org/project/pyramid)|2.21946331664813e-05| -|pypi|[datatable](https://pypi.org/project/datatable)|2.212812397899418e-05| -|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.2080163554326175e-05| -|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2065222027897454e-05| -|pypi|[aiodns](https://pypi.org/project/aiodns)|2.20317062427108e-05| -|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.1962856661881573e-05| -|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.182404045374495e-05| -|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1790455737156244e-05| -|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1465554749818706e-05| -|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.1416269553506685e-05| -|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.138391801811854e-05| -|pypi|[pyavm](https://pypi.org/project/pyavm)|2.134997888261122e-05| -|pypi|[waitress](https://pypi.org/project/waitress)|2.1201145714116096e-05| -|pypi|[xgboost](https://pypi.org/project/xgboost)|2.118565293198474e-05| -|pypi|[databases](https://pypi.org/project/databases)|2.1161652113607267e-05| -|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1115045002772684e-05| -|pypi|[pykalman](http://pykalman.github.com)|2.1115045002772684e-05| -|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1115045002772684e-05| -|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1115045002772684e-05| -|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1115045002772684e-05| -|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1115045002772684e-05| -|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1115045002772684e-05| -|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1115045002772684e-05| -|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1115045002772684e-05| -|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1115045002772684e-05| -|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1115045002772684e-05| -|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1110267939512936e-05| -|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.110472866030314e-05| -|pypi|[h2](https://pypi.org/project/h2)|2.1056005126387677e-05| -|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.0910241257567887e-05| -|pypi|[apptools](https://docs.enthought.com/apptools)|2.0810460478607687e-05| -|pypi|[passlib](https://pypi.org/project/passlib)|2.077114282889532e-05| -|pypi|[prov](https://pypi.org/project/prov)|2.0672957652820062e-05| -|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0404703362944165e-05| -|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0404703362944165e-05| -|pypi|[h3](https://github.com/uber/h3-py)|2.039780379156739e-05| -|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.0354579780450604e-05| -|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0325059127890578e-05| -|pypi|[incremental](https://pypi.org/project/incremental)|2.0228650115905598e-05| -|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.016871754020113e-05| -|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9965718029228234e-05| -|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.994198694706309e-05| -|pypi|[tkp](http://docs.transientskp.org/)|1.994198694706309e-05| -|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.994198694706309e-05| -|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.994198694706309e-05| -|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.994198694706309e-05| -|pypi|[pydub](http://pydub.com)|1.9913498394281568e-05| -|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.985405730616327e-05| -|pypi|[pyscf](http://www.pyscf.org)|1.982758291668257e-05| -|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9794808539977525e-05| -|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.974256707759246e-05| -|pypi|[clikit](https://pypi.org/project/clikit)|1.974256707759246e-05| -|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.974256707759246e-05| -|pypi|[httpstan](https://pypi.org/project/httpstan)|1.974256707759246e-05| -|pypi|[language-data](https://pypi.org/project/language-data)|1.974256707759246e-05| -|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.973412105959135e-05| -|pypi|[anytree](https://pypi.org/project/anytree)|1.9655170719134698e-05| -|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.954514140681653e-05| -|pypi|[validators](https://pypi.org/project/validators)|1.9511332112774825e-05| -|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.949712476757336e-05| -|pypi|[fastcore](https://pypi.org/project/fastcore)|1.9470239918230643e-05| -|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.9428480783176215e-05| -|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9403014326872195e-05| -|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9403014326872195e-05| -|pypi|[selenium](https://pypi.org/project/selenium)|1.9334728625600157e-05| -|pypi|[pyside6](https://www.pyside.org)|1.924002900652647e-05| -|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.9217684667580425e-05| -|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.9143420116037973e-05| -|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.911364169121646e-05| -|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.911364169121646e-05| -|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9111301700248626e-05| -|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.889240868669135e-05| -|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.889240868669135e-05| -|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.889240868669135e-05| -|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.889240868669135e-05| -|pypi|[kneed](https://github.com/arvkevi/kneed)|1.889240868669135e-05| -|pypi|[BioPython](https://biopython.org/)|1.889240868669135e-05| -|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.889240868669135e-05| -|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.889240868669135e-05| -|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.889240868669135e-05| -|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.889240868669135e-05| -|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.889240868669135e-05| -|pypi|[sos-python](https://github.com/vatlab/SOS)|1.889240868669135e-05| -|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.889240868669135e-05| -|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.867958795193204e-05| -|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8598285294914246e-05| -|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.8450735162546793e-05| -|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8430824928668525e-05| -|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8221830105621215e-05| -|pypi|[constantly](https://pypi.org/project/constantly)|1.8189488891704455e-05| -|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8189488891704455e-05| -|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.814008598363203e-05| -|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8139895437246226e-05| -|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.810533667076446e-05| -|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.810533667076446e-05| -|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8085848161990298e-05| -|pypi|[envisage](http://docs.enthought.com/envisage)|1.7947788252356782e-05| -|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.7947788252356782e-05| -|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.7947788252356782e-05| -|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.7947788252356782e-05| -|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.7947788252356782e-05| -|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.7947788252356782e-05| -|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.7947788252356782e-05| -|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.7947788252356782e-05| -|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.7947788252356782e-05| -|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.7947788252356782e-05| -|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7878557358259064e-05| -|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7823792927297615e-05| -|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.7768310369833214e-05| -|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7728849392339955e-05| -|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.7709082668600436e-05| -|pypi|[awscrt](https://pypi.org/project/awscrt)|1.768753181445909e-05| -|pypi|[e13tools](https://e13tools.readthedocs.io)|1.76686004350979e-05| -|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.764925915421588e-05| -|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.763048031961037e-05| -|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.758452582531884e-05| -|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.7549945612762874e-05| -|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7490298186377977e-05| -|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7430721019372216e-05| -|pypi|[triton](https://pypi.org/project/triton)|1.7399071572061443e-05| -|pypi|[stevedore](https://pypi.org/project/stevedore)|1.737039699562568e-05| -|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.7266348163630935e-05| -|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.7266348163630935e-05| -|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.7257488704189212e-05| -|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.7242696571014193e-05| -|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7226495034797823e-05| -|pypi|[celerite](https://pypi.org/project/celerite)|1.719875050845533e-05| -|pypi|[folium](https://pypi.org/project/folium)|1.7173604985641153e-05| -|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.712561769387568e-05| -|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7093131668911218e-05| -|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7093131668911218e-05| -|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7093131668911218e-05| -|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7093131668911218e-05| -|pypi|[owslib](https://owslib.readthedocs.io)|1.7093131668911218e-05| -|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7093131668911218e-05| -|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7093131668911218e-05| -|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7078462583784013e-05| -|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.7077489818684408e-05| -|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.7034497796792858e-05| -|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.7016017756639476e-05| -|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.7007995766153373e-05| -|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.700766601056666e-05| -|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6999821770404906e-05| -|pypi|[configobj](https://github.com/DiffSK/configobj)|1.6936167240072633e-05| -|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6922200352222106e-05| -|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6922200352222106e-05| -|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6922200352222106e-05| -|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.6806549990061172e-05| -|pypi|[bottle](https://pypi.org/project/bottle)|1.6717928036948032e-05| -|pypi|[moto](https://pypi.org/project/moto)|1.668434618770288e-05| -|pypi|[meshio](https://github.com/nschloe/meshio)|1.6682408826506774e-05| -|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.6675466269146244e-05| -|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6651067918853173e-05| -|pypi|[plumbum](https://pypi.org/project/plumbum)|1.6598666374684134e-05| -|pypi|[onnx](https://pypi.org/project/onnx)|1.657866505993262e-05| -|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.653449711993267e-05| -|pypi|[neo](https://pypi.org/project/neo)|1.6504161805971565e-05| -|pypi|[nbsite](https://pypi.org/project/nbsite)|1.6408958792292633e-05| -|pypi|[inflect](https://github.com/jaraco/inflect)|1.6358127007148035e-05| -|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6316171138506162e-05| -|pypi|[SQLObject](http://sqlobject.org/)|1.6316171138506162e-05| -|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6316171138506162e-05| -|pypi|[pweave](http://mpastell.com/pweave)|1.6316171138506162e-05| -|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6316171138506162e-05| -|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6316171138506162e-05| -|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6316171138506162e-05| -|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6316171138506162e-05| -|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6316171138506162e-05| -|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.62549490115598e-05| -|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6239474396243037e-05| -|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6231069972976243e-05| -|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6184534362953703e-05| -|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6166206330247837e-05| -|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.615988597434423e-05| -|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.6153009427121104e-05| -|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.6153009427121104e-05| -|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.6092375655896995e-05| -|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.6014761578790726e-05| -|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.5967342652096724e-05| -|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5945919562670832e-05| -|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5877579907402244e-05| -|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5855179190170843e-05| -|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.5775943450398508e-05| -|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.576230927468885e-05| -|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.5636447232415314e-05| -|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5607888449557947e-05| -|pypi|[beast](http://beast.readthedocs.io/)|1.5606772393353723e-05| -|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5606772393353723e-05| -|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5606772393353723e-05| -|pypi|[itables](https://pypi.org/project/itables)|1.5606772393353723e-05| -|pypi|[gekko](https://pypi.org/project/gekko)|1.5606772393353723e-05| -|pypi|[readlif](https://pypi.org/project/readlif)|1.5606772393353723e-05| -|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5606772393353723e-05| -|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.5560918193362607e-05| -|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5556563413581243e-05| -|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5506889050036258e-05| -|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5419206626178393e-05| -|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.540518491660624e-05| -|pypi|[mopti](https://github.com/basf/mopti)|1.540518491660624e-05| -|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.53838185020201e-05| -|pypi|[pytoml](https://pypi.org/project/pytoml)|1.53838185020201e-05| -|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.531134542844862e-05| -|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5274446365816925e-05| -|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5229980316999899e-05| -|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5229980316999899e-05| -|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5209035211997146e-05| -|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5074580740144555e-05| -|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.5033961150037892e-05| -|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4986453364833978e-05| -|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4956490210297318e-05| -|pypi|[hyperion](http://www.hyperion-rt.org)|1.4956490210297318e-05| -|pypi|[cmyt](https://github.com/yt-project/yt)|1.4956490210297318e-05| -|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4956490210297318e-05| -|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4956490210297318e-05| -|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4956490210297318e-05| -|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4956490210297318e-05| -|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4956490210297318e-05| -|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4956490210297318e-05| -|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4956490210297318e-05| -|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4956490210297318e-05| -|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4956490210297318e-05| -|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4956490210297318e-05| -|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4956490210297318e-05| -|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4956490210297318e-05| -|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4956490210297318e-05| -|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4956490210297316e-05| -|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.490827134782236e-05| -|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4896504805831167e-05| -|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4825922562840522e-05| -|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.4806925308194344e-05| -|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4804201894819045e-05| -|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4804201894819045e-05| -|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4804201894819045e-05| -|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4804201894819045e-05| -|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4804201894819045e-05| -|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4804201894819045e-05| -|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4804201894819045e-05| -|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4777946250027469e-05| -|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4777946250027469e-05| -|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4777946250027469e-05| -|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4777946250027469e-05| -|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4777946250027469e-05| -|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4777946250027469e-05| -|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4777946250027469e-05| -|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4777946250027469e-05| -|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4777946250027469e-05| -|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4777946250027469e-05| -|pypi|[autoflake](https://pypi.org/project/autoflake)|1.4734207678720512e-05| -|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.4697028384295673e-05| -|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.465651811953742e-05| -|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4653813020839527e-05| -|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4551035755665737e-05| -|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4551035755665737e-05| -|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4551035755665737e-05| -|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4551035755665737e-05| -|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4488470107141889e-05| -|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4488470107141889e-05| -|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4488470107141889e-05| -|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4477882523567804e-05| -|pypi|[pyct](https://pypi.org/project/pyct)|1.4463274900976898e-05| -|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.442726055670218e-05| -|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4358230601885423e-05| -|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4358230601885423e-05| -|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4358230601885423e-05| -|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4358230601885423e-05| -|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4358230601885423e-05| -|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4358230601885423e-05| -|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4358230601885423e-05| -|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.428432794437572e-05| -|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.4185655714843533e-05| -|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.4185655714843533e-05| -|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4101833626851757e-05| -|pypi|[manhole](https://pypi.org/project/manhole)|1.3978646871327298e-05| -|pypi|[pydeck](https://pypi.org/project/pydeck)|1.3972368538278257e-05| -|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3955555865454344e-05| -|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3890473702171224e-05| -|pypi|[pvlib](https://pypi.org/project/pvlib)|1.386896991183376e-05| -|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3850879716092545e-05| -|pypi|[fabio](https://pypi.org/project/fabio)|1.3808045426292348e-05| -|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.380599096335137e-05| -|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.380599096335137e-05| -|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.380599096335137e-05| -|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.380599096335137e-05| -|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.380599096335137e-05| -|pypi|[pypylon](https://pypi.org/project/pypylon)|1.380599096335137e-05| -|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.380599096335137e-05| -|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.380599096335137e-05| -|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.380599096335137e-05| -|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.380599096335137e-05| -|pypi|[ipython_genutils](http://ipython.org)|1.380599096335137e-05| -|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.380599096335137e-05| -|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.380599096335137e-05| -|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.380599096335137e-05| -|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.380599096335137e-05| -|pypi|[interlap](http://brentp.github.io/interlap)|1.380599096335137e-05| -|pypi|[eemont](https://github.com/davemlz/eemont)|1.380599096335137e-05| -|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.380599096335137e-05| -|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.380599096335137e-05| -|pypi|[bottle-cork](http://cork.firelet.net/)|1.380599096335137e-05| -|pypi|[beaker](https://beaker.readthedocs.io/)|1.380599096335137e-05| -|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.380599096335137e-05| -|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.380599096335137e-05| -|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.380599096335137e-05| -|pypi|[mlflow](https://pypi.org/project/mlflow)|1.373442416531286e-05| -|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3689492822994533e-05| -|pypi|[scitokens](https://scitokens.org)|1.3674505335128978e-05| -|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3651745365858358e-05| -|pypi|[gssapi](https://pypi.org/project/gssapi)|1.35576390131344e-05| -|pypi|[raven](https://pypi.org/project/raven)|1.3538115848546964e-05| -|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.3519963315275348e-05| -|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3477276892795384e-05| -|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3443748057598675e-05| -|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3443748057598675e-05| -|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3443748057598675e-05| -|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3443748057598675e-05| -|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.342191231026834e-05| -|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.3421443605298998e-05| -|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.3421443605298998e-05| -|pypi|[nose2](https://pypi.org/project/nose2)|1.3413146921417327e-05| -|pypi|[backports.os](https://pypi.org/project/backports.os)|1.3397013134617377e-05| -|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.336906518051747e-05| -|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.3360712105510854e-05| -|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3335471727913776e-05| -|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3294657964708726e-05| -|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3294657964708726e-05| -|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3294657964708726e-05| -|pypi|[scico](https://github.com/lanl/scico)|1.3294657964708726e-05| -|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3294657964708726e-05| -|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3294657964708726e-05| -|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3294657964708726e-05| -|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3294657964708726e-05| -|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3294657964708726e-05| -|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3232398529202565e-05| -|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3232398529202565e-05| -|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3226858006480048e-05| -|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3161711385061638e-05| -|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.3140927690873303e-05| -|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3064849774349414e-05| -|pypi|[Automat](https://pypi.org/project/Automat)|1.306154939103109e-05| -|pypi|[pypblib](https://pypi.org/project/pypblib)|1.3030094271211021e-05| -|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.3030094271211021e-05| -|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.3009493320463683e-05| -|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.2994740646021338e-05| -|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2880290449040042e-05| -|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2839501092315106e-05| -|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2819848751683416e-05| -|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2819848751683416e-05| -|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2600909891666592e-05| -|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2486362063043133e-05| -|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2377785001625367e-05| -|pypi|[datasize](https://pypi.org/project/datasize)|1.2377785001625367e-05| -|pypi|[halo](https://pypi.org/project/halo)|1.2377785001625367e-05| -|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2377785001625367e-05| -|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2377785001625367e-05| -|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2377785001625367e-05| -|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2377785001625367e-05| -|pypi|[spock](https://pypi.org/project/spock)|1.2377785001625367e-05| -|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2377785001625367e-05| -|pypi|[Celery](http://celeryproject.org)|1.2377785001625367e-05| -|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2377785001625367e-05| -|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2377785001625367e-05| -|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2377785001625367e-05| -|pypi|[mpld3](http://mpld3.github.com)|1.2364031907179117e-05| -|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.2318502150023905e-05| -|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2295153963329262e-05| -|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.2269254200864826e-05| -|pypi|[visitor](http://github.com/mbr/visitor)|1.224131198750488e-05| -|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2221589143271527e-05| -|pypi|[silx](https://pypi.org/project/silx)|1.2221589143271527e-05| -|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2170309748264785e-05| -|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2150543525513904e-05| -|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.2084060488701536e-05| -|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.2054027734755736e-05| -|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.20429659173314e-05| -|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2039699260829867e-05| -|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2039699260829867e-05| -|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.20305482599131e-05| -|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.1975711018495647e-05| -|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.1965192168237855e-05| -|pypi|[pyfai](https://pypi.org/project/pyfai)|1.1965192168237855e-05| -|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.1965192168237855e-05| -|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.1965192168237855e-05| -|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.1965192168237855e-05| -|pypi|[PyCBC](http://www.pycbc.org/)|1.1965192168237855e-05| -|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.1965192168237855e-05| -|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.1965192168237855e-05| -|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1938451562145374e-05| -|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.193527918781726e-05| -|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.187938464725992e-05| -|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1877230227058031e-05| -|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1845540246555475e-05| -|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1802345471908852e-05| -|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1736571532166167e-05| -|pypi|[untokenize](https://pypi.org/project/untokenize)|1.173206910914866e-05| -|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1691948597088192e-05| -|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1579218227326955e-05| -|pypi|[mir-flare](https://github.com/mir-group/flare)|1.1553888687454678e-05| -|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1531033753849684e-05| -|pypi|[psims](https://pypi.org/project/psims)|1.1458480071891775e-05| -|pypi|[bandit](https://pypi.org/project/bandit)|1.1402982148382459e-05| -|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.137190339333703e-05| -|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.1286743868056834e-05| -|pypi|[m2r](https://pypi.org/project/m2r)|1.1285417633716899e-05| -|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1217367657722988e-05| -|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1217367657722988e-05| -|pypi|[schema](https://github.com/keleshev/schema)|1.1214862074947446e-05| -|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1210169346926587e-05| -|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.120298036187697e-05| -|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1188195556074421e-05| -|pypi|[memoization](https://pypi.org/project/memoization)|1.1188195556074421e-05| -|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1188195556074421e-05| -|pypi|[treq](https://pypi.org/project/treq)|1.1178587615249145e-05| -|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1157492800663803e-05| -|pypi|[plaster](https://pypi.org/project/plaster)|1.115244662878818e-05| -|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1147281689104692e-05| -|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1132632475090778e-05| -|pypi|[stfio](https://pypi.org/project/stfio)|1.1105193981145758e-05| -|pypi|[klusta](https://klusta.cortexlab.net)|1.1105193981145758e-05| -|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1105193981145758e-05| -|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.099943022894437e-05| -|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.099943022894437e-05| -|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.0978451135464171e-05| -|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0951620427088391e-05| -|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0934344842974286e-05| -|pypi|[emperor](http://github.com/biocore/emperor)|1.0877447425670775e-05| -|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0877447425670775e-05| -|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.0843891940857396e-05| -|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.0843891940857396e-05| -|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0830856690176545e-05| -|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0756197049824017e-05| -|pypi|[equinox](https://pypi.org/project/equinox)|1.0748085782536366e-05| -|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0729275367445482e-05| -|pypi|[looseversion](https://pypi.org/project/looseversion)|1.0684706690584328e-05| -|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0604151559100795e-05| -|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0557522501386342e-05| -|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0557522501386342e-05| -|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0557522501386342e-05| -|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0557522501386342e-05| -|pypi|[sty](https://pypi.org/project/sty)|1.0557522501386342e-05| -|pypi|[awscli](https://pypi.org/project/awscli)|1.0557522501386342e-05| -|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0557522501386342e-05| -|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0557522501386342e-05| -|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0557522501386342e-05| -|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0557522501386342e-05| -|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0557522501386342e-05| -|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0557522501386342e-05| -|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0557522501386342e-05| -|pypi|[pims](https://github.com/soft-matter/pims)|1.0537915673883767e-05| -|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0467371605979767e-05| -|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0457182411497133e-05| -|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0457182411497133e-05| -|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0457182411497133e-05| -|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0440780666034473e-05| -|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0425298633368979e-05| -|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0381378573336895e-05| -|pypi|[yattag](https://pypi.org/project/yattag)|1.0381378573336895e-05| -|pypi|[od](https://pypi.org/project/od)|1.0364847715736042e-05| -|pypi|[beartype](https://pypi.org/project/beartype)|1.0361454226360593e-05| -|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.0346301667875281e-05| -|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0255879001346732e-05| -|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0255879001346732e-05| -|pypi|[webtest](https://pypi.org/project/webtest)|1.0254559040808754e-05| -|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.023732154857885e-05| -|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0170413343002176e-05| -|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.016237422951414e-05| -|pypi|[slycot](https://github.com/python-control/Slycot)|1.0153320211333265e-05| -|pypi|[PySide](http://www.pyside.org)|1.0153320211333265e-05| -|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0153320211333265e-05| -|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0032353433368662e-05| -|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|1.000582366195209e-05| -|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|1.000582366195209e-05| -|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.995191767551818e-06| -|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.986213931101531e-06| -|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.975191786573032e-06| -|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.970993473531546e-06| -|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.970993473531546e-06| -|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.970993473531546e-06| -|pypi|[xlwings](https://pypi.org/project/xlwings)|9.970993473531546e-06| -|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.894070114860665e-06| -|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.840829146965309e-06| -|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.840093583924688e-06| -|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.837152061136832e-06| -|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|9.829865565906178e-06| -|pypi|[siphon](https://pypi.org/project/siphon)|9.824972843030517e-06| -|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.779504104941471e-06| -|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.705586713264504e-06| -|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.701507163436097e-06| -|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.691805656272665e-06| -|pypi|[Click](https://palletsprojects.com/p/click/)|9.69045874732009e-06| -|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.673857868020304e-06| -|pypi|[affine](https://pypi.org/project/affine)|9.660525120964884e-06| -|pypi|[linetools](https://pypi.org/project/linetools)|9.625682225869244e-06| -|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.59666437072087e-06| -|pypi|[spacy](https://pypi.org/project/spacy)|9.584929125713494e-06| -|pypi|[ninja](https://pypi.org/project/ninja)|9.568134237786953e-06| -|pypi|[clang](http://clang.llvm.org/)|9.512870627779485e-06| -|pypi|[alerce](https://pypi.org/project/alerce)|9.446204343345675e-06| -|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.446204343345675e-06| -|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.446204343345675e-06| -|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.446204343345675e-06| -|pypi|[mp-api](https://github.com/materialsproject/api)|9.446204343345675e-06| -|pypi|[trainstation](https://pypi.org/project/trainstation)|9.446204343345675e-06| -|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.446204343345675e-06| -|pypi|[pygithub](https://pypi.org/project/pygithub)|9.446204343345675e-06| -|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.414716995534522e-06| -|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.392388227254978e-06| -|pypi|[itk-io](https://pypi.org/project/itk-io)|9.2618279291412e-06| -|pypi|[minio](https://pypi.org/project/minio)|9.248770162475749e-06| -|pypi|[recipy](http://www.recipy.org)|9.203993975567579e-06| -|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.203993975567579e-06| -|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.203993975567579e-06| -|pypi|[svn](https://github.com/dsoprea/PySvn)|9.203993975567579e-06| -|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.203993975567579e-06| -|pypi|[tableone](https://pypi.org/project/tableone)|9.203993975567579e-06| -|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.19824147933285e-06| -|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.18249985112295e-06| -|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.146684678709506e-06| -|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.146684678709506e-06| -|pypi|[profimp](https://pypi.org/project/profimp)|9.123320898432566e-06| -|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.123320898432566e-06| -|pypi|[scrublet](https://pypi.org/project/scrublet)|9.123320898432566e-06| -|pypi|[scanorama](https://pypi.org/project/scanorama)|9.123320898432566e-06| -|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.123320898432566e-06| -|pypi|[bbknn](https://pypi.org/project/bbknn)|9.123320898432566e-06| -|pypi|[session-info](https://pypi.org/project/session-info)|9.123320898432566e-06| -|pypi|[visdom](https://pypi.org/project/visdom)|9.11670606030855e-06| -|pypi|[nameparser](https://pypi.org/project/nameparser)|9.111954035811904e-06| -|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.088311276287166e-06| -|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.07157816870403e-06| -|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.065720019562555e-06| -|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.02671314843654e-06| -|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.986713974930073e-06| -|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.973894126178394e-06| -|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.973894126178391e-06| -|pypi|[ccxt](https://ccxt.com)|8.973894126178391e-06| -|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.973894126178391e-06| -|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.973894126178391e-06| -|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.973894126178391e-06| -|pypi|[schedule](https://github.com/dbader/schedule)|8.973894126178391e-06| -|pypi|[tangle](https://github.com/fifman/tangle)|8.973894126178391e-06| -|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.973894126178391e-06| -|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.973419316965365e-06| -|pypi|[mygene](https://github.com/biothings/mygene.py)|8.935274547684774e-06| -|pypi|[eventlet](https://pypi.org/project/eventlet)|8.897083382067418e-06| -|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.884155184916607e-06| -|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.884155184916607e-06| -|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.85300422520177e-06| -|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.839304996395999e-06| -|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.824329224075418e-06| -|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.796940410636399e-06| -|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.755018659686235e-06| -|pypi|[lit](https://pypi.org/project/lit)|8.755018659686235e-06| -|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.690438657573186e-06| -|pypi|[nglview](https://pypi.org/project/nglview)|8.681900790425761e-06| -|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.678849077702147e-06| -|pypi|[pyrr](https://pypi.org/project/pyrr)|8.635433983473691e-06| -|pypi|[pathtools](https://pypi.org/project/pathtools)|8.621190218719371e-06| -|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.60728125689948e-06| -|pypi|[pyklip](https://pypi.org/project/pyklip)|8.58247959514295e-06| -|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.571947891200976e-06| -|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.57024157251024e-06| -|pypi|[configargparse](https://pypi.org/project/configargparse)|8.54989054398143e-06| -|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.546565834455609e-06| -|pypi|[uuid](http://zesty.ca/python/)|8.546565834455609e-06| -|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.546565834455609e-06| -|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.546565834455609e-06| -|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.546565834455609e-06| -|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.522175857593259e-06| -|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.496306200145034e-06| -|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.461100176111053e-06| -|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.426486584481514e-06| -|pypi|[path.py](https://pypi.org/project/path.py)|8.341103736797034e-06| -|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.3266232498466e-06| -|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.324326538927542e-06| -|pypi|[zappy](https://pypi.org/project/zappy)|8.2690752075752e-06| -|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.2690752075752e-06| -|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.2690752075752e-06| -|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.2690752075752e-06| -|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.2690752075752e-06| -|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.2690752075752e-06| -|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.2690752075752e-06| -|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.2690752075752e-06| -|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.2690752075752e-06| -|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.2690752075752e-06| -|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.2690752075752e-06| -|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.2690752075752e-06| -|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.2690752075752e-06| -|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.2690752075752e-06| -|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.2690752075752e-06| -|pypi|[flit_core](https://pypi.org/project/flit_core)|8.2690752075752e-06| -|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.2690752075752e-06| -|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.2690752075752e-06| -|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.2690752075752e-06| -|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.2690752075752e-06| -|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.2690752075752e-06| -|pypi|[streamz](https://pypi.org/project/streamz)|8.241770517035964e-06| -|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.239666424945612e-06| -|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.23150833937636e-06| -|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.222385751079708e-06| -|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.182079938574415e-06| -|pypi|[plams](https://www.scm.com/doc/plams/)|8.178672821396384e-06| -|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.166259038640836e-06| -|pypi|[priority](https://pypi.org/project/priority)|8.165257512610667e-06| -|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.158085569253081e-06| -|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.158085569253081e-06| -|pypi|[transitions](https://pypi.org/project/transitions)|8.158085569253081e-06| -|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.158085569253081e-06| -|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.158085569253081e-06| -|pypi|[scalpl](https://pypi.org/project/scalpl)|8.158085569253081e-06| -|pypi|[shellingham](https://pypi.org/project/shellingham)|8.158085569253081e-06| -|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.13633067440174e-06| -|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.092248387466131e-06| -|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.07650471356055e-06| -|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.07650471356055e-06| -|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.032507892283283e-06| -|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|8.009447043167132e-06| -|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.995739666424945e-06| -|pypi|[coreapi](https://github.com/core-api/python-client)|7.976794778825236e-06| -|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.976794778825236e-06| -|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.976794778825236e-06| -|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.976794778825236e-06| -|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.976794778825236e-06| -|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.976794778825236e-06| -|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.976794778825236e-06| -|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.976794778825236e-06| -|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.976794778825236e-06| -|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.976794778825236e-06| -|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.976794778825236e-06| -|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.976794778825236e-06| -|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.976794778825236e-06| -|pypi|[sregistry](https://pypi.org/project/sregistry)|7.976794778825236e-06| -|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.975896407474393e-06| -|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.897026831036984e-06| -|pypi|[jupyter_client](https://jupyter.org)|7.849193700161483e-06| -|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.833341130786685e-06| -|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.805652053871137e-06| -|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.803386196676862e-06| -|pypi|[sgt](https://github.com/cran2367/sgt)|7.803386196676862e-06| -|pypi|[torchaudio](https://github.com/pytorch/audio)|7.732511407106716e-06| -|pypi|[mujoco](https://pypi.org/project/mujoco)|7.725352334710093e-06| -|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.725352334710093e-06| -|pypi|[swig](https://pypi.org/project/swig)|7.725352334710093e-06| -|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.725352334710093e-06| -|pypi|[shimmy](https://pypi.org/project/shimmy)|7.725352334710093e-06| -|pypi|[autorom](https://pypi.org/project/autorom)|7.725352334710093e-06| -|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.725352334710093e-06| -|pypi|[soundfile](https://pypi.org/project/soundfile)|7.7000604222964e-06| -|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.698673188689082e-06| -|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.693191235885223e-06| -|pypi|[lingua](https://pypi.org/project/lingua)|7.665756759556616e-06| -|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.642992568165147e-06| -|pypi|[optuna](https://pypi.org/project/optuna)|7.616761228101983e-06| -|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.610878131541862e-06| -|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.59719319199761e-06| -|pypi|[stimela](https://pypi.org/project/stimela)|7.59719319199761e-06| -|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.590588469259607e-06| -|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.547799068866125e-06| -|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.547735259664194e-06| -|pypi|[nox](https://pypi.org/project/nox)|7.495046323252337e-06| -|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.415789431743026e-06| -|pypi|[pyside2](https://pypi.org/project/pyside2)|7.414039029317311e-06| -|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.403462654097172e-06| -|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.403462654097172e-06| -|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.403462654097172e-06| -|pypi|[bagit](https://pypi.org/project/bagit)|7.403462654097172e-06| -|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.403462654097172e-06| -|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.403462654097172e-06| -|pypi|[adal](https://pypi.org/project/adal)|7.403462654097172e-06| -|pypi|[annoy](https://pypi.org/project/annoy)|7.402219971991309e-06| -|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.402219971991309e-06| -|pypi|[nmslib](https://pypi.org/project/nmslib)|7.402219971991309e-06| -|pypi|[pyemd](https://pypi.org/project/pyemd)|7.402219971991309e-06| -|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.402219971991309e-06| -|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.402219971991309e-06| -|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.399514140681653e-06| -|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.385641655557744e-06| -|pypi|[intervals](https://pypi.org/project/intervals)|7.373056602570743e-06| -|pypi|[scooby](https://github.com/banesullivan/scooby)|7.333638456630885e-06| -|pypi|[pycares](http://github.com/saghul/pycares)|7.302365524069839e-06| -|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.295316111303614e-06| -|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.274647827698046e-06| -|pypi|[neobolt](https://pypi.org/project/neobolt)|7.25237157952376e-06| -|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.25237157952376e-06| -|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.2480247501879e-06| -|pypi|[pymoo](https://pypi.org/project/pymoo)|7.22144499021714e-06| -|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.179115300942725e-06| -|pypi|[gatspy](http://github.com/astroml/gatspy)|7.1791153009427125e-06| -|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.179115300942712e-06| -|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.163366505468699e-06| -|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.162603335750545e-06| -|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.162603335750545e-06| -|pypi|[hvplot](https://pypi.org/project/hvplot)|7.133717954186754e-06| -|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.11821820182304e-06| -|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.114145931703409e-06| -|pypi|[rq](https://github.com/nvie/rq/)|7.113306744017406e-06| -|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.110085346125957e-06| -|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.107324147933286e-06| -|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.107324147933286e-06| -|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.107324147933285e-06| -|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.073926798364797e-06| -|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.058032815625273e-06| -|pypi|[webargs](https://pypi.org/project/webargs)|7.031193969192521e-06| -|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|7.011648630557259e-06| -|pypi|[annotated-types](https://pypi.org/project/annotated-types)|7.011648630557259e-06| -|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.99592341239943e-06| -|pypi|[einops](https://pypi.org/project/einops)|6.991583050446312e-06| -|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.983829413745194e-06| -|pypi|[prefect](https://pypi.org/project/prefect)|6.9679648509149855e-06| -|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.939651796457969e-06| -|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.939651796457969e-06| -|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|6.9359436226041e-06| -|pypi|[doc8](https://pypi.org/project/doc8)|6.927015185559609e-06| -|pypi|[banzai](http://github.com/twneale/banzai/)|6.902995481675685e-06| -|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.902995481675685e-06| -|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.902995481675685e-06| -|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.902995481675685e-06| -|pypi|[logutils](https://pypi.org/project/logutils)|6.902995481675685e-06| -|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.902995481675685e-06| -|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.902995481675685e-06| -|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.902995481675685e-06| -|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.902995481675685e-06| -|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.902995481675685e-06| -|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.902995481675685e-06| -|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.902995481675685e-06| -|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.902995481675685e-06| -|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.902995481675685e-06| -|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.902995481675685e-06| -|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.902995481675685e-06| -|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.902995481675685e-06| -|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.902995481675685e-06| -|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.902995481675685e-06| -|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.902995481675685e-06| -|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.902995481675685e-06| -|pypi|[infinity](https://pypi.org/project/infinity)|6.902995481675685e-06| -|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.895729170642347e-06| -|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.895729170642342e-06| -|pypi|[paramz](https://pypi.org/project/paramz)|6.895729170642342e-06| -|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.8792376722262505e-06| -|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.873253155413914e-06| -|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.833965526858928e-06| -|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.833965526858928e-06| -|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.833965526858928e-06| -|pypi|[cytocad](https://github.com/cytham/cytocad)|6.77275028390822e-06| -|pypi|[nanovar](https://github.com/cytham/nanovar)|6.77275028390822e-06| -|pypi|[iwopy](https://pypi.org/project/iwopy)|6.77275028390822e-06| -|pypi|[hatch](https://pypi.org/project/hatch)|6.747142136483815e-06| -|pypi|[parameterized](https://pypi.org/project/parameterized)|6.730563899467561e-06| -|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.729395006733658e-06| -|pypi|[polib](https://pypi.org/project/polib)|6.701191339479954e-06| -|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.69284015771009e-06| -|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|6.669796204615963e-06| -|pypi|[echo](https://pypi.org/project/echo)|6.647328982354363e-06| -|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.647328982354363e-06| -|pypi|[WebTest](https://pypi.org/project/WebTest)|6.644133151112847e-06| -|pypi|[autobahn](https://pypi.org/project/autobahn)|6.611227785992108e-06| -|pypi|[txaio](https://pypi.org/project/txaio)|6.611227785992108e-06| -|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.601773860657109e-06| -|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.596599366436398e-06| -|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.59646961088223e-06| -|pypi|[minikanren](https://pypi.org/project/minikanren)|6.580855692530819e-06| -|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.580855692530819e-06| -|pypi|[etuples](https://pypi.org/project/etuples)|6.580855692530819e-06| -|pypi|[cons](https://pypi.org/project/cons)|6.580855692530819e-06| -|pypi|[mkl](https://pypi.org/project/mkl)|6.580855692530819e-06| -|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.57209399574859e-06| -|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5696596912876816e-06| -|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5696596912876816e-06| -|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5696596912876816e-06| -|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5696596912876816e-06| -|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5696596912876816e-06| -|pypi|[amqp](http://github.com/celery/py-amqp)|6.5275449852320944e-06| -|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.4821518967797975e-06| -|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.461203770848441e-06| -|pypi|[safetensors](https://pypi.org/project/safetensors)|6.461203770848441e-06| -|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.438612149272048e-06| -|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.438612149272048e-06| -|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.409924375841708e-06| -|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.409924375841708e-06| -|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.409924375841708e-06| -|pypi|[datasets](https://pypi.org/project/datasets)|6.406564334838242e-06| -|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.363227921934613e-06| -|pypi|[keepalive](https://github.com/wikier/keepalive)|6.34582513208329e-06| -|pypi|[spectra](http://github.com/jsvine/spectra)|6.34582513208329e-06| -|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.34582513208329e-06| -|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.34582513208329e-06| -|pypi|[pyTest](https://pypi.org/project/pyTest)|6.34582513208329e-06| -|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.34582513208329e-06| -|pypi|[Flake8](https://pypi.org/project/Flake8)|6.34582513208329e-06| -|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.34582513208329e-06| -|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.34582513208329e-06| -|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.34582513208329e-06| -|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.34582513208329e-06| -|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.34582513208329e-06| -|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.34582513208329e-06| -|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.34582513208329e-06| -|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.324458717497183e-06| -|pypi|[numkit](https://pypi.org/project/numkit)|6.307004463328193e-06| -|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.2974695622304495e-06| -|pypi|[nilearn](https://pypi.org/project/nilearn)|6.2974695622304495e-06| -|pypi|[nipype](https://pypi.org/project/nipype)|6.2974695622304495e-06| -|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.2974695622304495e-06| -|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.2974695622304495e-06| -|pypi|[pybids](https://pypi.org/project/pybids)|6.2974695622304495e-06| -|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.2974695622304495e-06| -|pypi|[templateflow](https://pypi.org/project/templateflow)|6.2974695622304495e-06| -|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.2974695622304495e-06| -|pypi|[num2words](https://pypi.org/project/num2words)|6.2974695622304495e-06| -|pypi|[surfplot](https://pypi.org/project/surfplot)|6.2974695622304495e-06| -|pypi|[brainspace](https://pypi.org/project/brainspace)|6.2974695622304495e-06| -|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.2974695622304495e-06| -|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.2974695622304495e-06| -|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.2974695622304495e-06| -|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.2974695622304495e-06| -|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.2974695622304495e-06| -|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.2974695622304495e-06| -|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.293930384336476e-06| -|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.293930384336476e-06| -|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.293930384336476e-06| -|pypi|[lisa2](https://pypi.org/project/lisa2)|6.234494866608145e-06| -|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.225681083779976e-06| -|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.219394899566687e-06| -|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.219394899566687e-06| -|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.219394899566687e-06| -|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.219394899566687e-06| -|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.219394899566687e-06| -|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.219394899566687e-06| -|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.219394899566687e-06| -|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.219394899566687e-06| -|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.219394899566687e-06| -|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.219394899566687e-06| -|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.219394899566687e-06| -|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.191340170444361e-06| -|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.189028520428088e-06| -|pypi|[cityhash](https://pypi.org/project/cityhash)|6.188892500812684e-06| -|pypi|[transformers](https://github.com/huggingface/transformers)|6.1884488526047405e-06| -|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.1792120802368624e-06| -|pypi|[ddt](https://pypi.org/project/ddt)|6.1359898477157355e-06| -|pypi|[unyt](https://github.com/yt-project/unyt)|6.132160986221903e-06| -|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.131674156522475e-06| -|pypi|[etils](https://pypi.org/project/etils)|6.118860059921432e-06| -|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.1116942101446515e-06| -|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.083443809620045e-06| -|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|6.077114188055589e-06| -|pypi|[codespell](https://pypi.org/project/codespell)|6.037421353139452e-06| -|pypi|[kazoo](https://kazoo.readthedocs.io)|6.028533875479126e-06| -|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.0242141438345435e-06| -|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.981997824510515e-06| -|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.9817742989425365e-06| -|pypi|[pyshp](https://pypi.org/project/pyshp)|5.98152776338962e-06| -|pypi|[blis](https://pypi.org/project/blis)|5.973353140335922e-06| -|pypi|[catalogue](https://pypi.org/project/catalogue)|5.973353140335922e-06| -|pypi|[preshed](https://pypi.org/project/preshed)|5.973353140335922e-06| -|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.922770123277738e-06| -|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.9227701232777374e-06| -|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.9227701232777374e-06| -|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.9227701232777374e-06| -|pypi|[ordered-set](https://pypi.org/project/ordered-set)|5.897130425774371e-06| -|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.892109318346628e-06| -|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.885697642625329e-06| -|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.884520738477633e-06| -|pypi|[pefile](https://pypi.org/project/pefile)|5.884520738477633e-06| -|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.884520738477633e-06| -|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.884520738477633e-06| -|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.884520738477633e-06| -|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.884520738477633e-06| -|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.884520738477633e-06| -|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.8800935215122656e-06| -|pypi|[ansicon](https://pypi.org/project/ansicon)|5.86354242204496e-06| -|pypi|[socksio](https://pypi.org/project/socksio)|5.84393725430327e-06| -|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.812117807796986e-06| -|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.810407919512983e-06| -|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.810407919512983e-06| -|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.7896091136634775e-06| -|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.7896091136634775e-06| -|pypi|[imblearn](https://pypi.org/project/imblearn)|5.7896091136634775e-06| -|pypi|[imutils](https://pypi.org/project/imutils)|5.7896091136634775e-06| -|pypi|[kornia](https://pypi.org/project/kornia)|5.7896091136634775e-06| -|pypi|[local-attention](https://pypi.org/project/local-attention)|5.7896091136634775e-06| -|pypi|[thop](https://pypi.org/project/thop)|5.7896091136634775e-06| -|pypi|[timmy](https://pypi.org/project/timmy)|5.7896091136634775e-06| -|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.7896091136634775e-06| -|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.772276246627541e-06| -|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.772276246627541e-06| -|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.762522013881695e-06| -|pypi|[chempy](https://github.com/bjodah/chempy)|5.762522013881695e-06| -|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.72652612546738e-06| -|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.725144759703689e-06| -|pypi|[fett](https://pypi.org/project/fett)|5.688113065192616e-06| -|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.688113065192616e-06| -|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.688113065192616e-06| -|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.688113065192616e-06| -|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.678264022448529e-06| -|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.678264022448529e-06| -|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.666373148244069e-06| -|pypi|[blosc2](https://pypi.org/project/blosc2)|5.640733450740702e-06| -|pypi|[multiset](https://pypi.org/project/multiset)|5.640733450740702e-06| -|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.627971610354417e-06| -|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.586853457844341e-06| -|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.573067767091859e-06| -|pypi|[re-assert](https://pypi.org/project/re-assert)|5.567205234176533e-06| -|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.567205234176533e-06| -|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.567205234176533e-06| -|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.567205234176533e-06| -|pypi|[librosa](https://librosa.org)|5.555598550357796e-06| -|pypi|[blurb](https://pypi.org/project/blurb)|5.5263169507256775e-06| -|pypi|[bitstring](https://pypi.org/project/bitstring)|5.522790842225215e-06| -|pypi|[tempora](https://pypi.org/project/tempora)|5.505772673932639e-06| -|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.50264020672257e-06| -|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4785623640319075e-06| -|pypi|[soxr](https://pypi.org/project/soxr)|5.474075416968818e-06| -|pypi|[samplerate](https://pypi.org/project/samplerate)|5.474075416968818e-06| -|pypi|[presets](https://pypi.org/project/presets)|5.474075416968818e-06| -|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.474075416968818e-06| -|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.474075416968818e-06| -|pypi|[audioread](https://pypi.org/project/audioread)|5.474075416968818e-06| -|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.467936018320477e-06| -|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.467172421487142e-06| -|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.449018439863255e-06| -|pypi|[flit](https://pypi.org/project/flit)|5.449018439863255e-06| -|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.447977585216046e-06| -|pypi|[halomod](https://github.com/steven-murray/halomod)|5.4356158707137695e-06| -|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.428384161161542e-06| -|pypi|[pybamm](https://pypi.org/project/pybamm)|5.395148396340983e-06| -|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.384336475707034e-06| -|pypi|[resample](https://pypi.org/project/resample)|5.383304993623565e-06| -|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.383304993623565e-06| -|pypi|[imgaug](https://github.com/aleju/imgaug)|5.351179344299843e-06| -|pypi|[cogapp](https://pypi.org/project/cogapp)|5.337308967361581e-06| -|pypi|[thinc](https://pypi.org/project/thinc)|5.3364961378329395e-06| -|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.3102717040208654e-06| -|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.305096733318389e-06| -|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.280791543481899e-06| -|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.279201900414425e-06| -|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.2787612506931745e-06| -|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.275860832423561e-06| -|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.273852185871517e-06| -|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.239551219180565e-06| -|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.239551219180565e-06| -|pypi|[kgt](https://pypi.org/project/kgt)|5.225973638186239e-06| -|pypi|[x21](https://pypi.org/project/x21)|5.225973638186239e-06| -|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.225973638186239e-06| -|pypi|[comm](https://pypi.org/project/comm)|5.1814007703598316e-06| -|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.1688062141145284e-06| -|pypi|[cooler](https://github.com/mirnylab/cooler)|5.1496346293300616e-06| -|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.139650210117158e-06| -|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.1360668865911665e-06| -|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.132018702827526e-06| -|pypi|[crossbar](http://crossbar.io/)|5.127939500673366e-06| -|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.127939500673366e-06| -|pypi|[asq](https://pypi.org/project/asq)|5.127939500673366e-06| -|pypi|[automat](https://pypi.org/project/automat)|5.127939500673366e-06| -|pypi|[cbor](https://pypi.org/project/cbor)|5.127939500673366e-06| -|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.127939500673366e-06| -|pypi|[hpack](https://pypi.org/project/hpack)|5.127939500673366e-06| -|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.127939500673366e-06| -|pypi|[netaddr](https://pypi.org/project/netaddr)|5.127939500673366e-06| -|pypi|[node-semver](https://pypi.org/project/node-semver)|5.127939500673366e-06| -|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.127939500673366e-06| -|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.127939500673366e-06| -|pypi|[pytrie](https://pypi.org/project/pytrie)|5.127939500673366e-06| -|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.127939500673366e-06| -|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.127939500673366e-06| -|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.127939500673366e-06| -|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.127939500673366e-06| -|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.127939500673366e-06| -|pypi|[sym](https://github.com/bjodah/sym)|5.127939500673366e-06| -|pypi|[translationstring](https://pypi.org/project/translationstring)|5.115777080062796e-06| -|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.1016134410317505e-06| -|pypi|[ablog](https://pypi.org/project/ablog)|5.1016134410317505e-06| -|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.097184994367254e-06| -|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.0557150006638815e-06| -|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.0557150006638815e-06| -|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.0557150006638815e-06| -|pypi|[zstd](https://pypi.org/project/zstd)|5.0557150006638815e-06| -|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.994727892091772e-06| -|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.991194447322075e-06| -|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.977117750653561e-06| -|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.977117750653561e-06| -|pypi|[peewee](https://pypi.org/project/peewee)|4.977117750653561e-06| -|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.977117750653561e-06| -|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.977117750653561e-06| -|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.941468973376151e-06| -|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.935641769398115e-06| -|pypi|[h5io](https://pypi.org/project/h5io)|4.929471296220221e-06| -|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.917202260919666e-06| -|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.917202260919666e-06| -|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.917202260919666e-06| -|pypi|[voila](https://pypi.org/project/voila)|4.917202260919666e-06| -|pypi|[SALib](http://salib.github.io/SALib/)|4.91476095514348e-06| -|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.913668773764876e-06| -|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.88938775510204e-06| -|pypi|[fixtures](https://pypi.org/project/fixtures)|4.88938775510204e-06| -|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.861940782672216e-06| -|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.842313270485862e-06| -|pypi|[webob](https://pypi.org/project/webob)|4.833329514937564e-06| -|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.789912598755781e-06| -|pypi|[sspa](https://github.com/cwieder/sspa)|4.7860768672951425e-06| -|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.7860768672951425e-06| -|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.770052056355548e-06| -|pypi|[grayskull](https://pypi.org/project/grayskull)|4.73821609862219e-06| -|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.700611208950586e-06| -|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.700164663528584e-06| -|pypi|[slicer](https://pypi.org/project/slicer)|4.688250473239597e-06| -|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.623898057785896e-06| -|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.6188833070195636e-06| -|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.597939964123507e-06| -|pypi|[dnest4](https://pypi.org/project/dnest4)|4.59542270637267e-06| -|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.584263959390864e-06| -|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.546773023930383e-06| -|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.535802070974822e-06| -|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.529679892261475e-06| -|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.529679892261475e-06| -|pypi|[jupyter-book](https://executablebooks.org/)|4.486947063089207e-06| -|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.4216071888064215e-06| -|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.4216071888064215e-06| -|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.39765681653372e-06| -|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.396733312614388e-06| -|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.3919293605767185e-06| -|pypi|[kopt](https://pypi.org/project/kopt)|4.3872371283538795e-06| -|pypi|[oemof.solph](https://oemof.org)|4.344860406091371e-06| -|pypi|[horovod](https://pypi.org/project/horovod)|4.335001410298061e-06| -|pypi|[lcapy](https://pypi.org/project/lcapy)|4.324768253579947e-06| -|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.324768253579947e-06| -|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.324768253579947e-06| -|pypi|[property-cached](https://pypi.org/project/property-cached)|4.324768253579947e-06| -|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.3216027989414505e-06| -|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.320859209103971e-06| -|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.307469180565629e-06| -|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.307469180565629e-06| -|pypi|[mdurl](https://pypi.org/project/mdurl)|4.28409803890658e-06| -|pypi|[apipkg](https://pypi.org/project/apipkg)|4.273282917227804e-06| -|pypi|[atpublic](https://pypi.org/project/atpublic)|4.273282917227804e-06| -|pypi|[dvc](https://pypi.org/project/dvc)|4.273282917227804e-06| -|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.273282917227804e-06| -|pypi|[nanotime](https://pypi.org/project/nanotime)|4.273282917227804e-06| -|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.273282917227804e-06| -|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.273282917227804e-06| -|pypi|[treelib](https://pypi.org/project/treelib)|4.273282917227804e-06| -|pypi|[nbdime](https://pypi.org/project/nbdime)|4.269601319637577e-06| -|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.251663814686358e-06| -|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.230550088055527e-06| -|pypi|[retrolab](https://pypi.org/project/retrolab)|4.230550088055527e-06| -|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.230550088055527e-06| -|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.230550088055527e-06| -|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.230550088055527e-06| -|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.230550088055527e-06| -|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.230550088055527e-06| -|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.230550088055527e-06| -|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.230550088055527e-06| -|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.226268154768021e-06| -|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.191014178067316e-06| -|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.185424220449601e-06| -|pypi|[npx](https://pypi.org/project/npx)|4.1807789105489915e-06| -|pypi|[meshplex](https://pypi.org/project/meshplex)|4.1807789105489915e-06| -|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.1807789105489915e-06| -|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.1807789105489915e-06| -|pypi|[update-checker](https://pypi.org/project/update-checker)|4.1807789105489915e-06| -|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.174095736241433e-06| -|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.174095736241433e-06| -|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.168234292977786e-06| -|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.168234292977786e-06| -|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.168234292977786e-06| -|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.168234292977786e-06| -|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.168234292977786e-06| -|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.168234292977786e-06| -|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.168234292977786e-06| -|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.157904278462654e-06| -|pypi|[Bio](https://github.com/ialbert/bio)|4.127031523269213e-06| -|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.093776450872015e-06| -|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.090617185205345e-06| -|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0790427846265405e-06| -|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0790427846265405e-06| -|pypi|[databroker](https://pypi.org/project/databroker)|4.0790427846265405e-06| -|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0790427846265405e-06| -|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0790427846265405e-06| -|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0790427846265405e-06| -|pypi|[doct](https://pypi.org/project/doct)|4.0790427846265405e-06| -|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0790427846265405e-06| -|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0790427846265405e-06| -|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0790427846265405e-06| -|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0790427846265405e-06| -|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.067364600578762e-06| -|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.056733479997935e-06| -|pypi|[qudida](https://pypi.org/project/qudida)|4.038252356780275e-06| -|pypi|[nitime](https://pypi.org/project/nitime)|4.032081883602381e-06| -|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.032081883602381e-06| -|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|4.000861131254535e-06| -|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.98839738941262e-06| -|pypi|[mako](https://www.makotemplates.org/)|3.979528608222569e-06| -|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.948513415518492e-06| -|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.948513415518492e-06| -|pypi|[piqp](https://pypi.org/project/piqp)|3.948513415518492e-06| -|pypi|[Mosek](https://pypi.org/project/Mosek)|3.948513415518492e-06| -|pypi|[diffcp](https://pypi.org/project/diffcp)|3.948513415518492e-06| -|pypi|[cylp](https://pypi.org/project/cylp)|3.948513415518492e-06| -|pypi|[scs](https://pypi.org/project/scs)|3.948513415518492e-06| -|pypi|[clarabel](https://pypi.org/project/clarabel)|3.948513415518492e-06| -|pypi|[ecos](https://pypi.org/project/ecos)|3.948513415518492e-06| -|pypi|[osqp](https://pypi.org/project/osqp)|3.948513415518492e-06| -|pypi|[user-agents](https://pypi.org/project/user-agents)|3.948513415518491e-06| -|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.932677131766413e-06| -|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.919480228639679e-06| -|pypi|[pylama](https://pypi.org/project/pylama)|3.919480228639679e-06| -|pypi|[tabulator](https://pypi.org/project/tabulator)|3.919480228639679e-06| -|pypi|[tableschema](https://pypi.org/project/tableschema)|3.919480228639679e-06| -|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.918771366414586e-06| -|pypi|[coconut](https://pypi.org/project/coconut)|3.905123158205101e-06| -|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.905123158205101e-06| -|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.901693098338431e-06| -|pypi|[Epip](https://pypi.org/project/Epip)|3.901693098338431e-06| -|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.901693098338431e-06| -|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.897234020511763e-06| -|pypi|[ducc0](https://pypi.org/project/ducc0)|3.867220492257819e-06| -|pypi|[langcodes](https://pypi.org/project/langcodes)|3.853207852514197e-06| -|pypi|[pathy](https://pypi.org/project/pathy)|3.853207852514197e-06| -|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.853207852514197e-06| -|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.848220202224072e-06| -|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.84014941097596e-06| -|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.835158963398347e-06| -|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.8080524639783117e-06| -|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.7875106664624547e-06| -|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7690355329949346e-06| -|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.769035532994932e-06| -|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.766704651403713e-06| -|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.760488967160468e-06| -|pypi|[noodles](https://pypi.org/project/noodles)|3.7599630246475754e-06| -|pypi|[hupper](https://pypi.org/project/hupper)|3.74898397469101e-06| -|pypi|[venusian](https://pypi.org/project/venusian)|3.74898397469101e-06| -|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7406969199648865e-06| -|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7406969199648865e-06| -|pypi|[saspy](https://pypi.org/project/saspy)|3.7406969199648865e-06| -|pypi|[Twisted](https://pypi.org/project/Twisted)|3.72676181686334e-06| -|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.724062901336679e-06| -|pypi|[portray](https://pypi.org/project/portray)|3.701731327048586e-06| -|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.701731327048586e-06| -|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.701731327048586e-06| -|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.674846863585781e-06| -|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.674846863585781e-06| -|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.674846863585781e-06| -|pypi|[configupdater](https://pypi.org/project/configupdater)|3.674846863585781e-06| -|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.653787983043566e-06| -|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6531902693275097e-06| -|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6269488759971004e-06| -|requirements.txt|gitlab/aegge/comet-emu|3.6258158085569257e-06| -|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6258158085569257e-06| -|requirements.txt|gitlab/rki_bioinformatics/purple|3.6258158085569257e-06| -|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6258158085569257e-06| -|requirements.txt|gitlab/dsbowen/conditional-inference|3.6258158085569257e-06| -|requirements.txt|gitlab/sybreton/apollinaire|3.6258158085569257e-06| -|requirements.txt|gitlab/esa/pyxel|3.6258158085569257e-06| -|requirements.txt|gitlab/gpagano/lensinggw|3.6258158085569257e-06| -|requirements.txt|gitlab/binary_c/binary_c-python|3.6258158085569257e-06| -|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6258158085569257e-06| -|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6258158085569257e-06| -|requirements.txt|gitlab/ENKI-portal/vaporock|3.6258158085569257e-06| -|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6258158085569257e-06| -|requirements.txt|gitlab/AstroVian/bmarxiv|3.6258158085569257e-06| -|requirements.txt|gitlab/jesseds/apav|3.6258158085569257e-06| -|requirements.txt|gitlab/LouisLab/PiVR|3.6258158085569257e-06| -|requirements.txt|gitlab/dglaeser/fieldcompare|3.6258158085569257e-06| -|requirements.txt|gitlab/casi-project/casi-2d|3.6258158085569257e-06| -|requirements.txt|gitlab/cracklet/cracklet|3.6258158085569257e-06| -|requirements.txt|gitlab/etienne.behar/menura|3.6258158085569257e-06| -|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6258158085569257e-06| -|requirements.txt|github/pylops/pyproximal|3.6258158085569257e-06| -|requirements.txt|github/tikk3r/legacystamps|3.6258158085569257e-06| -|requirements.txt|github/katholt/Kleborate|3.6258158085569257e-06| -|requirements.txt|github/fgbuster/fgbuster|3.6258158085569257e-06| -|requirements.txt|github/hyosubkim/bayes-toolbox|3.6258158085569257e-06| -|requirements.txt|github/grahambell/pymoc|3.6258158085569257e-06| -|requirements.txt|github/rodluger/everest|3.6258158085569257e-06| -|requirements.txt|github/xraypy/xraylarch|3.6258158085569257e-06| -|requirements.txt|github/Leo-Simpson/c-lasso|3.6258158085569257e-06| -|requirements.txt|github/variomes/sibtm-variomes|3.6258158085569257e-06| -|requirements.txt|github/robashaw/libecpint|3.6258158085569257e-06| -|requirements.txt|github/barentsen/dave|3.6258158085569257e-06| -|requirements.txt|github/barentsen/k2flix|3.6258158085569257e-06| -|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6258158085569257e-06| -|requirements.txt|github/pyamg/pyamg|3.6258158085569257e-06| -|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6258158085569257e-06| -|requirements.txt|github/UoMMIB/TFBMiner|3.6258158085569257e-06| -|requirements.txt|github/klb2/qmkpy|3.6258158085569257e-06| -|requirements.txt|github/WangLabTHU/DeSP|3.6258158085569257e-06| -|requirements.txt|github/SuperKogito/spafe|3.6258158085569257e-06| -|requirements.txt|github/bonsai-team/matam|3.6258158085569257e-06| -|requirements.txt|github/harrispopgen/mutyper|3.6258158085569257e-06| -|requirements.txt|github/zhoux85/scAdapt|3.6258158085569257e-06| -|requirements.txt|github/danhey/echelle|3.6258158085569257e-06| -|requirements.txt|github/astromer-science/main-code|3.6258158085569257e-06| -|requirements.txt|github/aimalz/qp|3.6258158085569257e-06| -|requirements.txt|github/lmcinnes/umap|3.6258158085569257e-06| -|requirements.txt|github/onnela-lab/beiwe-backend|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/hide|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/seek|3.6258158085569257e-06| -|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6258158085569257e-06| -|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6258158085569257e-06| -|requirements.txt|github/LCOGT/neoexchange|3.6258158085569257e-06| -|requirements.txt|github/mlares/hearsay|3.6258158085569257e-06| -|requirements.txt|github/tessgi/tvguide|3.6258158085569257e-06| -|requirements.txt|github/ot483/NetCom|3.6258158085569257e-06| -|requirements.txt|github/pnsaevik/effluent|3.6258158085569257e-06| -|requirements.txt|github/LuisScoccola/persistable|3.6258158085569257e-06| -|requirements.txt|github/duetosymmetry/qnm|3.6258158085569257e-06| -|requirements.txt|github/ToyotaCRDL/mahos|3.6258158085569257e-06| -|requirements.txt|github/firefly-cpp/NiaARM|3.6258158085569257e-06| -|requirements.txt|github/soraxas/sbp-env|3.6258158085569257e-06| -|requirements.txt|github/mwvgroup/pwv_kpno|3.6258158085569257e-06| -|requirements.txt|github/linsalrob/PhiSpy|3.6258158085569257e-06| -|requirements.txt|github/emerge-erc/ALminer|3.6258158085569257e-06| -|requirements.txt|github/PolymerGuy/recolo|3.6258158085569257e-06| -|requirements.txt|github/amrex-astro/Castro|3.6258158085569257e-06| -|requirements.txt|github/amrex-astro/Nyx|3.6258158085569257e-06| -|requirements.txt|github/JulianZDing/UniMAP|3.6258158085569257e-06| -|requirements.txt|github/STOmics/EAGS|3.6258158085569257e-06| -|requirements.txt|github/sybila/biodivine-aeon-py|3.6258158085569257e-06| -|requirements.txt|github/mwalmsley/zoobot|3.6258158085569257e-06| -|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6258158085569257e-06| -|requirements.txt|github/intake/intake|3.6258158085569257e-06| -|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6258158085569257e-06| -|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6258158085569257e-06| -|requirements.txt|github/nialov/fractopo|3.6258158085569257e-06| -|requirements.txt|github/secimTools/SECIMTools|3.6258158085569257e-06| -|requirements.txt|github/mraveri/tensiometer|3.6258158085569257e-06| -|requirements.txt|github/frescigno/magpy_rv|3.6258158085569257e-06| -|requirements.txt|github/abinit/abinit|3.6258158085569257e-06| -|requirements.txt|github/EGaraldi/corecon|3.6258158085569257e-06| -|requirements.txt|github/fenderglass/Ragout|3.6258158085569257e-06| -|requirements.txt|github/fenderglass/Flye|3.6258158085569257e-06| -|requirements.txt|github/ebachelet/pyLIMA|3.6258158085569257e-06| -|requirements.txt|github/KVSlab/VaMPy|3.6258158085569257e-06| -|requirements.txt|github/StingraySoftware/HENDRICS|3.6258158085569257e-06| -|requirements.txt|github/21cmfast/21cmEMU|3.6258158085569257e-06| -|requirements.txt|github/a-griffiths/AutoSpec|3.6258158085569257e-06| -|requirements.txt|github/MIAnalyzer/MIA|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/Castro|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6258158085569257e-06| -|requirements.txt|github/AMReX-Astro/Nyx|3.6258158085569257e-06| -|requirements.txt|github/matiscke/lcps|3.6258158085569257e-06| -|requirements.txt|github/johnh2o2/cuvarbase|3.6258158085569257e-06| -|requirements.txt|github/johnpaulett/python-hl7|3.6258158085569257e-06| -|requirements.txt|github/mswzeus/TargetNet|3.6258158085569257e-06| -|requirements.txt|github/lpantano/seqcluster|3.6258158085569257e-06| -|requirements.txt|github/dirmeier/surjectors|3.6258158085569257e-06| -|requirements.txt|github/swagnercarena/paltas|3.6258158085569257e-06| -|requirements.txt|github/damonge/schNell|3.6258158085569257e-06| -|requirements.txt|github/roualdes/bridgestan|3.6258158085569257e-06| -|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6258158085569257e-06| -|requirements.txt|github/kiyo-masui/bitshuffle|3.6258158085569257e-06| -|requirements.txt|github/lgrcia/prose|3.6258158085569257e-06| -|requirements.txt|github/achael/eht-imaging|3.6258158085569257e-06| -|requirements.txt|github/iancze/PSOAP|3.6258158085569257e-06| -|requirements.txt|github/Kamuish/archi|3.6258158085569257e-06| -|requirements.txt|github/mpound/pdrtpy|3.6258158085569257e-06| -|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6258158085569257e-06| -|requirements.txt|github/labsyspharm/minerva-story|3.6258158085569257e-06| -|requirements.txt|github/aewallin/allantools|3.6258158085569257e-06| -|requirements.txt|github/mrempel/geohexviz|3.6258158085569257e-06| -|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6258158085569257e-06| -|requirements.txt|github/pysam-developers/pysam|3.6258158085569257e-06| -|requirements.txt|github/wmglab-duke/ascent|3.6258158085569257e-06| -|requirements.txt|github/pynucastro/pynucastro|3.6258158085569257e-06| -|requirements.txt|github/li-yangyang/lotus|3.6258158085569257e-06| -|requirements.txt|github/austinpeel/herculens|3.6258158085569257e-06| -|requirements.txt|github/JakobBD/pounce|3.6258158085569257e-06| -|requirements.txt|github/annayqho/TheCannon|3.6258158085569257e-06| -|requirements.txt|github/Basvanstein/GSAreport|3.6258158085569257e-06| -|requirements.txt|github/kkjawz/coref-ee|3.6258158085569257e-06| -|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6258158085569257e-06| -|requirements.txt|github/jesford/cluster-lensing|3.6258158085569257e-06| -|requirements.txt|github/broadinstitute/cromwell|3.6258158085569257e-06| -|requirements.txt|github/dartoon/galight|3.6258158085569257e-06| -|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6258158085569257e-06| -|requirements.txt|github/snowformatics/macrobot|3.6258158085569257e-06| -|requirements.txt|github/Jacks0nJ/PyFPT|3.6258158085569257e-06| -|requirements.txt|github/epi2me-labs/mapula|3.6258158085569257e-06| -|requirements.txt|github/skyfielders/python-skyfield|3.6258158085569257e-06| -|requirements.txt|github/luizfelippesr/galmag|3.6258158085569257e-06| -|requirements.txt|github/erling6232/imagedata|3.6258158085569257e-06| -|requirements.txt|github/jts/nanopolish|3.6258158085569257e-06| -|requirements.txt|github/MrOlm/drep|3.6258158085569257e-06| -|requirements.txt|github/theislab/scCODA|3.6258158085569257e-06| -|requirements.txt|github/uab-cgds-worthey/quac|3.6258158085569257e-06| -|requirements.txt|github/python-hydro/pyro2|3.6258158085569257e-06| -|requirements.txt|github/desihub/fastspecfit|3.6258158085569257e-06| -|requirements.txt|github/fhcrc/seqmagick|3.6258158085569257e-06| -|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6258158085569257e-06| -|requirements.txt|github/kinnala/scikit-fem|3.6258158085569257e-06| -|requirements.txt|github/sorenwacker/ProteomicsQC|3.6258158085569257e-06| -|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6258158085569257e-06| -|requirements.txt|github/Higgins00/TESS-Localize|3.6258158085569257e-06| -|requirements.txt|github/palaeoware/revosim|3.6258158085569257e-06| -|requirements.txt|github/tholoien/empiriciSN|3.6258158085569257e-06| -|requirements.txt|github/tholoien/XDGMM|3.6258158085569257e-06| -|requirements.txt|github/mentatpsi/OSGenome|3.6258158085569257e-06| -|requirements.txt|github/hpparvi/opents|3.6258158085569257e-06| -|requirements.txt|github/hpparvi/PyTransit|3.6258158085569257e-06| -|requirements.txt|github/ronshnapp/MyPTV|3.6258158085569257e-06| -|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6258158085569257e-06| -|requirements.txt|github/trygvrad/DF-XRM_viz|3.6258158085569257e-06| -|requirements.txt|github/HLasse/TextDescriptives|3.6258158085569257e-06| -|requirements.txt|github/ZJUFanLab/bulk2space|3.6258158085569257e-06| -|requirements.txt|github/ppsp-team/PyNM|3.6258158085569257e-06| -|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6258158085569257e-06| -|requirements.txt|github/ABM4ALL/Melodie|3.6258158085569257e-06| -|requirements.txt|github/esa/NIDN|3.6258158085569257e-06| -|requirements.txt|github/smaret/astrochem|3.6258158085569257e-06| -|requirements.txt|github/FlorianThibord/OptimiR|3.6258158085569257e-06| -|requirements.txt|github/muctadir/lama|3.6258158085569257e-06| -|requirements.txt|github/COMBINE-lab/alevin-fry|3.6258158085569257e-06| -|requirements.txt|github/rhdtownsend/gyre|3.6258158085569257e-06| -|requirements.txt|github/chanzuckerberg/cellxgene|3.6258158085569257e-06| -|requirements.txt|github/dib-lab/dammit|3.6258158085569257e-06| -|requirements.txt|github/dib-lab/sourmash|3.6258158085569257e-06| -|requirements.txt|github/cwieder/py-ssPA|3.6258158085569257e-06| -|requirements.txt|github/igmhub/LyaCoLoRe|3.6258158085569257e-06| -|requirements.txt|github/igmhub/picca|3.6258158085569257e-06| -|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/pycrires|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/ARTES|3.6258158085569257e-06| -|requirements.txt|github/tomasstolker/species|3.6258158085569257e-06| -|requirements.txt|github/Lyalpha/spalipy|3.6258158085569257e-06| -|requirements.txt|github/rcsb/mmtf-python|3.6258158085569257e-06| -|requirements.txt|github/stinefm/relsad|3.6258158085569257e-06| -|requirements.txt|github/danielenricocahall/elephas|3.6258158085569257e-06| -|requirements.txt|github/idruglab/hignn|3.6258158085569257e-06| -|requirements.txt|github/Climdyn/qgs|3.6258158085569257e-06| -|requirements.txt|github/PaulRitsche/DLTrack|3.6258158085569257e-06| -|requirements.txt|github/ablab/TandemTools|3.6258158085569257e-06| -|requirements.txt|github/pavolgaj/ObsPlanner|3.6258158085569257e-06| -|requirements.txt|github/Smith42/pix2prof|3.6258158085569257e-06| -|requirements.txt|github/legolason/PyQSOFit|3.6258158085569257e-06| -|requirements.txt|github/kingyin3613/RingsPy|3.6258158085569257e-06| -|requirements.txt|github/OpenBioLink/Explorer|3.6258158085569257e-06| -|requirements.txt|github/abatten/fruitbat|3.6258158085569257e-06| -|requirements.txt|github/tamarervin/SolAster|3.6258158085569257e-06| -|requirements.txt|github/dfm/ketu|3.6258158085569257e-06| -|requirements.txt|github/ketch/RK-Opt|3.6258158085569257e-06| -|requirements.txt|github/minkailin/stratsi|3.6258158085569257e-06| -|requirements.txt|github/londumas/redvsblue|3.6258158085569257e-06| -|requirements.txt|github/deeptools/deepTools|3.6258158085569257e-06| -|requirements.txt|github/deeptools/HiCExplorer|3.6258158085569257e-06| -|requirements.txt|github/arnikz/PIQMIe|3.6258158085569257e-06| -|requirements.txt|github/huiwenke/MineProt|3.6258158085569257e-06| -|requirements.txt|github/Zafiirah13/meercrab|3.6258158085569257e-06| -|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6258158085569257e-06| -|requirements.txt|github/miracum/ahd2fhir|3.6258158085569257e-06| -|requirements.txt|github/rae-holcomb/SpinSpotter|3.6258158085569257e-06| -|requirements.txt|github/JLiangLab/TransVW|3.6258158085569257e-06| -|requirements.txt|github/kylemede/ExoSOFT|3.6258158085569257e-06| -|requirements.txt|github/myinxd/mcrgnet|3.6258158085569257e-06| -|requirements.txt|github/semaphoreP/whereistheplanet|3.6258158085569257e-06| -|requirements.txt|github/epfl-radio-astro/PINION|3.6258158085569257e-06| -|requirements.txt|github/epfl-radio-astro/LiSA|3.6258158085569257e-06| -|requirements.txt|github/sczesla/PyAstronomy|3.6258158085569257e-06| -|requirements.txt|github/igvteam/igv-reports|3.6258158085569257e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6258158085569257e-06| -|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6258158085569257e-06| -|requirements.txt|github/freqtrade/freqtrade|3.6258158085569257e-06| -|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6258158085569257e-06| -|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6258158085569257e-06| -|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6258158085569257e-06| -|requirements.txt|github/kboone/avocado|3.6258158085569257e-06| -|requirements.txt|github/lucianolorenti/ceruleo|3.6258158085569257e-06| -|requirements.txt|github/icecube/TauRunner|3.6258158085569257e-06| -|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6258158085569257e-06| -|requirements.txt|github/ashleychontos/pySYD|3.6258158085569257e-06| -|requirements.txt|github/nextstrain/nextclade|3.6258158085569257e-06| -|requirements.txt|github/CederGroupHub/sparse-lm|3.6258158085569257e-06| -|requirements.txt|github/CederGroupHub/smol|3.6258158085569257e-06| -|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6258158085569257e-06| -|requirements.txt|github/pysal/spopt|3.6258158085569257e-06| -|requirements.txt|github/atomec-project/atoMEC|3.6258158085569257e-06| -|requirements.txt|github/Narayana-Rao/SAR-tools|3.6258158085569257e-06| -|requirements.txt|github/htjb/globalemu|3.6258158085569257e-06| -|requirements.txt|github/htjb/margarine|3.6258158085569257e-06| -|requirements.txt|github/benjaminbolling/RSW|3.6258158085569257e-06| -|requirements.txt|github/wouterpeere/GHEtool|3.6258158085569257e-06| -|requirements.txt|github/RuiningZHAO/wcpy|3.6258158085569257e-06| -|requirements.txt|github/YangLab/CIRCexplorer2|3.6258158085569257e-06| -|requirements.txt|github/vortex-exoplanet/VIP|3.6258158085569257e-06| -|requirements.txt|github/SESMG/SESMG|3.6258158085569257e-06| -|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6258158085569257e-06| -|requirements.txt|github/johnveitch/cpnest|3.6258158085569257e-06| -|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6258158085569257e-06| -|requirements.txt|github/PacificBiosciences/pbbam|3.6258158085569257e-06| -|requirements.txt|github/ncbi/datasets|3.6258158085569257e-06| -|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6258158085569257e-06| -|requirements.txt|github/ImperialCollegeLondon/champ|3.6258158085569257e-06| -|requirements.txt|github/xuanxu/starmatrix|3.6258158085569257e-06| -|requirements.txt|github/moead-framework/framework|3.6258158085569257e-06| -|requirements.txt|github/ianfhunter/GNOLL|3.6258158085569257e-06| -|requirements.txt|github/cylammarco/WDPhotTools|3.6258158085569257e-06| -|requirements.txt|github/cylammarco/ASPIRED|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/VarSum|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6258158085569257e-06| -|requirements.txt|github/DEIB-GECO/MutViz|3.6258158085569257e-06| -|requirements.txt|github/kblin/ncbi-acc-download|3.6258158085569257e-06| -|requirements.txt|github/joshspeagle/dynesty|3.6258158085569257e-06| -|requirements.txt|github/villano-lab/nrCascadeSim|3.6258158085569257e-06| -|requirements.txt|github/segasai/rvspecfit|3.6258158085569257e-06| -|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6258158085569257e-06| -|requirements.txt|github/j-erler/pymf|3.6258158085569257e-06| -|requirements.txt|github/JD2112/methylr|3.6258158085569257e-06| -|requirements.txt|github/tud-hri/joan|3.6258158085569257e-06| -|requirements.txt|github/tud-hri/travia|3.6258158085569257e-06| -|requirements.txt|github/jgieseler/solarmach|3.6258158085569257e-06| -|requirements.txt|github/williamjameshandley/anesthetic|3.6258158085569257e-06| -|requirements.txt|github/williamjameshandley/fgivenx|3.6258158085569257e-06| -|requirements.txt|github/ryneches/SuchTree|3.6258158085569257e-06| -|requirements.txt|github/wbalmer/backtracks|3.6258158085569257e-06| -|requirements.txt|github/wbalmer/backtrack|3.6258158085569257e-06| -|requirements.txt|github/silx-kit/pyFAI|3.6258158085569257e-06| -|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6258158085569257e-06| -|requirements.txt|github/wcoulton/CompressedFisher|3.6258158085569257e-06| -|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6258158085569257e-06| -|requirements.txt|github/phirling/pyc2ray|3.6258158085569257e-06| -|requirements.txt|github/JorenSix/Olaf|3.6258158085569257e-06| -|requirements.txt|github/cdanielmachado/reframed|3.6258158085569257e-06| -|requirements.txt|github/singularityhub/sregistry|3.6258158085569257e-06| -|requirements.txt|github/open2c/pairtools|3.6258158085569257e-06| -|requirements.txt|github/logan-pearce/lofti_gaia|3.6258158085569257e-06| -|requirements.txt|github/benstahl92/deepSIP|3.6258158085569257e-06| -|requirements.txt|github/khyox/recentrifuge|3.6258158085569257e-06| -|requirements.txt|github/pyomeca/biosiglive|3.6258158085569257e-06| -|requirements.txt|github/TianlaiProject/tlpipe|3.6258158085569257e-06| -|requirements.txt|github/SPARTA-dev/SPARTA|3.6258158085569257e-06| -|requirements.txt|github/taoliu/MACS|3.6258158085569257e-06| -|requirements.txt|github/radiocosmology/draco|3.6258158085569257e-06| -|requirements.txt|github/radiocosmology/driftscan|3.6258158085569257e-06| -|requirements.txt|github/SCIInstitute/UncertainSCI|3.6258158085569257e-06| -|requirements.txt|github/YesselmanLab/rna_map|3.6258158085569257e-06| -|requirements.txt|github/sebastian-zieba/PACMAN|3.6258158085569257e-06| -|requirements.txt|github/PNNL-m-q/mza|3.6258158085569257e-06| -|requirements.txt|github/micahvista/MAMnet|3.6258158085569257e-06| -|requirements.txt|github/jpierel14/snsed|3.6258158085569257e-06| -|requirements.txt|github/biocircuits/bioscrape|3.6258158085569257e-06| -|requirements.txt|github/me-manu/gammaALPs|3.6258158085569257e-06| -|requirements.txt|github/maxmahlke/ssos|3.6258158085569257e-06| -|requirements.txt|github/EnricoCorsaro/FAMED|3.6258158085569257e-06| -|requirements.txt|github/winger/hawking_net|3.6258158085569257e-06| -|requirements.txt|github/kazewong/flowMC|3.6258158085569257e-06| -|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6258158085569257e-06| -|requirements.txt|github/BorgwardtLab/simbsig|3.6258158085569257e-06| -|requirements.txt|github/SterlingYM/astroPIPS|3.6258158085569257e-06| -|requirements.txt|github/statgen/Minimac4|3.6258158085569257e-06| -|requirements.txt|github/ajshajib/dolphin|3.6258158085569257e-06| -|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6258158085569257e-06| -|requirements.txt|github/NBISweden/AGAT|3.6258158085569257e-06| -|requirements.txt|github/saberyoung/haffet|3.6258158085569257e-06| -|requirements.txt|github/1313e/CMasher|3.6258158085569257e-06| -|requirements.txt|github/rzellem/EXOTIC|3.6258158085569257e-06| -|requirements.txt|github/scikit-tda/DREiMac|3.6258158085569257e-06| -|requirements.txt|github/MD-Studio/MDStudio|3.6258158085569257e-06| -|requirements.txt|github/Julian/jsonschema|3.6258158085569257e-06| -|requirements.txt|github/pudu-py/pudu|3.6258158085569257e-06| -|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6258158085569257e-06| -|requirements.txt|github/asntech/intervene|3.6258158085569257e-06| -|requirements.txt|github/astroweaver/the_farmer|3.6258158085569257e-06| -|requirements.txt|github/ifilot/edp|3.6258158085569257e-06| -|requirements.txt|github/BioGearsEngine/core|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/Stimela-classic|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/PyMORESANE|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/QuartiCal|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/Stimela|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/rodrigues|3.6258158085569257e-06| -|requirements.txt|github/ratt-ru/breizorro|3.6258158085569257e-06| -|requirements.txt|github/mrtommyb/ktransit|3.6258158085569257e-06| -|requirements.txt|github/ArgonneCPAC/diffmah|3.6258158085569257e-06| -|requirements.txt|github/ArgonneCPAC/diffstar|3.6258158085569257e-06| -|requirements.txt|github/ywx649999311/EzTao|3.6258158085569257e-06| -|requirements.txt|github/icrar/daliuge|3.6258158085569257e-06| -|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6258158085569257e-06| -|requirements.txt|github/MRChemSoft/mrchem|3.6258158085569257e-06| -|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6258158085569257e-06| -|requirements.txt|github/SimonPfeifer/cows|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/K2fov|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/kadenza|3.6258158085569257e-06| -|requirements.txt|github/KeplerGO/PyKE|3.6258158085569257e-06| -|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6258158085569257e-06| -|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6258158085569257e-06| -|requirements.txt|github/grant-m-s/astronomicAL|3.6258158085569257e-06| -|requirements.txt|github/mirapy-org/mirapy|3.6258158085569257e-06| -|requirements.txt|github/ihmwg/python-modelcif|3.6258158085569257e-06| -|requirements.txt|github/Samreay/ChainConsumer|3.6258158085569257e-06| -|requirements.txt|github/Samreay/Barry|3.6258158085569257e-06| -|requirements.txt|github/N-Wouda/ALNS|3.6258158085569257e-06| -|requirements.txt|github/teuben/QAC|3.6258158085569257e-06| -|requirements.txt|github/marius311/cosmoslik|3.6258158085569257e-06| -|requirements.txt|github/jkrogager/VoigtFit|3.6258158085569257e-06| -|requirements.txt|github/tuoyl/tat-pulsar|3.6258158085569257e-06| -|requirements.txt|github/mirnylab/cooler|3.6258158085569257e-06| -|requirements.txt|github/mirnylab/pairtools|3.6258158085569257e-06| -|requirements.txt|github/LoganAMorrison/Hazma|3.6258158085569257e-06| -|requirements.txt|github/openmsi/openmsistream|3.6258158085569257e-06| -|requirements.txt|github/IMMM-SFA/tell|3.6258158085569257e-06| -|requirements.txt|github/winni2k/abeona|3.6258158085569257e-06| -|requirements.txt|github/pni-lab/mlconfound|3.6258158085569257e-06| -|requirements.txt|github/vrodgom/statmorph|3.6258158085569257e-06| -|requirements.txt|github/kartheikiyer/dense_basis|3.6258158085569257e-06| -|requirements.txt|github/jellis18/PTMCMCSampler|3.6258158085569257e-06| -|requirements.txt|github/msyazwanfaid/hilalpy|3.6258158085569257e-06| -|requirements.txt|github/OxES/k2sc|3.6258158085569257e-06| -|requirements.txt|github/zachetienne/nrpytutorial|3.6258158085569257e-06| -|requirements.txt|github/iontorrent/TS|3.6258158085569257e-06| -|requirements.txt|github/bjmorgan/py-sc-fermi|3.6258158085569257e-06| -|requirements.txt|github/markur4/plotastic|3.6258158085569257e-06| -|requirements.txt|github/mwanakijiji/rrlfe|3.6258158085569257e-06| -|requirements.txt|github/connor-lab/vapor|3.6258158085569257e-06| -|requirements.txt|github/mgieles/limepy|3.6258158085569257e-06| -|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6258158085569257e-06| -|requirements.txt|github/galaxyproject/galaxy-lib|3.6258158085569257e-06| -|requirements.txt|github/deepmind/alphafold|3.6258158085569257e-06| -|requirements.txt|github/r3w0p/bobocep|3.6258158085569257e-06| -|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6258158085569257e-06| -|requirements.txt|github/tvwenger/millennium-tap-query|3.6258158085569257e-06| -|requirements.txt|github/pcingola/SnpEff|3.6258158085569257e-06| -|requirements.txt|github/rpoleski/MulensModel|3.6258158085569257e-06| -|requirements.txt|github/jtschindler/sculptor|3.6258158085569257e-06| -|requirements.txt|github/pmlmodelling/nctoolkit|3.6258158085569257e-06| -|requirements.txt|github/cmoestl/3DCORE|3.6258158085569257e-06| -|requirements.txt|github/stammler/dustpylib|3.6258158085569257e-06| -|requirements.txt|github/pyvisa/pyvisa|3.6258158085569257e-06| -|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6258158085569257e-06| -|requirements.txt|github/siavashk/pycpd|3.6258158085569257e-06| -|requirements.txt|github/alawryaguila/multi-view-AE|3.6258158085569257e-06| -|requirements.txt|github/rsnemmen/BCES|3.6258158085569257e-06| -|requirements.txt|github/zhangyk8/sconce-scms|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/spinning-up-basic|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/Rainbow|3.6258158085569257e-06| -|requirements.txt|github/Kaixhin/PlaNet|3.6258158085569257e-06| -|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6258158085569257e-06| -|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6258158085569257e-06| -|requirements.txt|github/benlansdell/ethome|3.6258158085569257e-06| -|requirements.txt|github/VIB-PSB/MINI-EX|3.6258158085569257e-06| -|requirements.txt|github/BASTAcode/BASTA|3.6258158085569257e-06| -|requirements.txt|github/transientskp/lpf|3.6258158085569257e-06| -|requirements.txt|github/astroboylrx/Rubble|3.6258158085569257e-06| -|requirements.txt|github/aboucaud/pypher|3.6258158085569257e-06| -|requirements.txt|github/gmbrandt/HTOF|3.6258158085569257e-06| -|requirements.txt|github/exoclime/HELA|3.6258158085569257e-06| -|requirements.txt|github/exoclime/HELIOS-K|3.6258158085569257e-06| -|requirements.txt|github/valentineap/pyprop8|3.6258158085569257e-06| -|requirements.txt|github/mms-fcul/PypKa|3.6258158085569257e-06| -|requirements.txt|github/Chenmi0619/GALMoss|3.6258158085569257e-06| -|requirements.txt|github/gbrammer/grizli|3.6258158085569257e-06| -|requirements.txt|github/RBrearton/islatu|3.6258158085569257e-06| -|requirements.txt|github/travisseymour/EPICpy|3.6258158085569257e-06| -|requirements.txt|github/chemfiles/chemfiles|3.6258158085569257e-06| -|requirements.txt|github/mindearth/mobilkit|3.6258158085569257e-06| -|requirements.txt|github/ITA-Solar/rh|3.6258158085569257e-06| -|requirements.txt|github/mjshao06/pdifFinder|3.6258158085569257e-06| -|requirements.txt|github/parsotat/batanalysis|3.6258158085569257e-06| -|requirements.txt|github/LSARP/ProteomicsQC|3.6258158085569257e-06| -|requirements.txt|github/hongwanliu/DarkHistory|3.6258158085569257e-06| -|requirements.txt|github/AOtools/aotools|3.6258158085569257e-06| -|requirements.txt|github/hposborn/MonoTools|3.6258158085569257e-06| -|requirements.txt|github/enveda/RPath|3.6258158085569257e-06| -|requirements.txt|github/ethicsai/ethical-smart-grid|3.6258158085569257e-06| -|requirements.txt|github/paulbrodersen/netgraph|3.6258158085569257e-06| -|requirements.txt|github/nickk124/RCR|3.6258158085569257e-06| -|requirements.txt|github/smithlabcode/dnmtools|3.6258158085569257e-06| -|requirements.txt|github/ORNL/curifactory|3.6258158085569257e-06| -|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6258158085569257e-06| -|requirements.txt|github/MikeSWang/HorizonGRound|3.6258158085569257e-06| -|requirements.txt|github/MikeSWang/Harmonia|3.6258158085569257e-06| -|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6258158085569257e-06| -|requirements.txt|github/mtlam/PyPulse|3.6258158085569257e-06| -|requirements.txt|github/uedaLabR/nanoDoc|3.6258158085569257e-06| -|requirements.txt|github/telatin/qax|3.6258158085569257e-06| -|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6258158085569257e-06| -|requirements.txt|github/ucberkeleyseti/blimpy|3.6258158085569257e-06| -|requirements.txt|github/bedops/bedops|3.6258158085569257e-06| -|requirements.txt|github/SDXorg/pysd|3.6258158085569257e-06| -|requirements.txt|github/ryanhausen/fitsmap|3.6258158085569257e-06| -|requirements.txt|github/koszullab/pareidolia|3.6258158085569257e-06| -|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6258158085569257e-06| -|requirements.txt|github/sjteresi/TE_Density|3.6258158085569257e-06| -|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6258158085569257e-06| -|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6258158085569257e-06| -|requirements.txt|github/tylertrimble/viswaternet|3.6258158085569257e-06| -|requirements.txt|github/jonas-fuchs/varVAMP|3.6258158085569257e-06| -|requirements.txt|github/learningsimulator/learningsimulator|3.6258158085569257e-06| -|requirements.txt|github/erikbern/ann-benchmarks|3.6258158085569257e-06| -|requirements.txt|github/minaskar/hankl|3.6258158085569257e-06| -|requirements.txt|github/minaskar/zeus|3.6258158085569257e-06| -|requirements.txt|github/minaskar/pocomc|3.6258158085569257e-06| -|requirements.txt|github/drphilmarshall/HumVI|3.6258158085569257e-06| -|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6258158085569257e-06| -|requirements.txt|github/johannesulf/dsigma|3.6258158085569257e-06| -|requirements.txt|github/SebastianBocquet/pygtc|3.6258158085569257e-06| -|requirements.txt|github/cytham/nanovar|3.6258158085569257e-06| -|requirements.txt|github/imcgreer/simqso|3.6258158085569257e-06| -|requirements.txt|github/MichelleLochner/astronomaly|3.6258158085569257e-06| -|requirements.txt|github/podondra/bayesian-sznet|3.6258158085569257e-06| -|requirements.txt|github/exosports/homer|3.6258158085569257e-06| -|requirements.txt|github/exosports/MARGE|3.6258158085569257e-06| -|requirements.txt|github/pyxnat/pyxnat|3.6258158085569257e-06| -|requirements.txt|github/AWehrhahn/SME|3.6258158085569257e-06| -|requirements.txt|github/widdowquinn/pyani|3.6258158085569257e-06| -|requirements.txt|github/kno10/python-kmedoids|3.6258158085569257e-06| -|requirements.txt|github/ska-sa/katdal|3.6258158085569257e-06| -|requirements.txt|github/RosettaCommons/RFDesign|3.6258158085569257e-06| -|requirements.txt|github/SHTOOLS/SHTOOLS|3.6258158085569257e-06| -|requirements.txt|github/JLBLine/WODEN|3.6258158085569257e-06| -|requirements.txt|github/JLBLine/PUMA|3.6258158085569257e-06| -|requirements.txt|github/villrv/SuperRAENN|3.6258158085569257e-06| -|requirements.txt|github/silburt/DeepMoon|3.6258158085569257e-06| -|requirements.txt|github/GalletFlorian/TATOO|3.6258158085569257e-06| -|requirements.txt|github/jeschaef/Graph4Med|3.6258158085569257e-06| -|requirements.txt|github/bthorne93/PySM_public|3.6258158085569257e-06| -|requirements.txt|github/pysat/pysat|3.6258158085569257e-06| -|requirements.txt|github/nanograv/enterprise|3.6258158085569257e-06| -|requirements.txt|github/miguelcarcamov/csromer|3.6258158085569257e-06| -|requirements.txt|github/miguelcarcamov/gpuvmem|3.6258158085569257e-06| -|requirements.txt|github/ExObsSim/ExoRad2-public|3.6258158085569257e-06| -|requirements.txt|github/timstaley/amisurvey|3.6258158085569257e-06| -|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6258158085569257e-06| -|requirements.txt|github/nickelnine37/pykronecker|3.6258158085569257e-06| -|requirements.txt|github/PynPoint/PynPoint|3.6258158085569257e-06| -|requirements.txt|github/ggonnella/fastsubtrees|3.6258158085569257e-06| -|requirements.txt|github/ECP-WarpX/WarpX|3.6258158085569257e-06| -|requirements.txt|github/floodlight-sports/floodlight|3.6258158085569257e-06| -|requirements.txt|github/olivecha/guitarsounds|3.6258158085569257e-06| -|requirements.txt|github/pennsignals/chime|3.6258158085569257e-06| -|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6258158085569257e-06| -|requirements.txt|github/reneshbedre/bioinfokit|3.6258158085569257e-06| -|requirements.txt|github/JacobBumgarner/VesselVio|3.6258158085569257e-06| -|requirements.txt|github/candYgene/siga|3.6258158085569257e-06| -|requirements.txt|github/ngbusca/QuasarNET|3.6258158085569257e-06| -|requirements.txt|github/arq5x/poretools|3.6258158085569257e-06| -|requirements.txt|github/qmarcou/IGoR|3.6258158085569257e-06| -|requirements.txt|github/CGATOxford/UMI-tools|3.6258158085569257e-06| -|requirements.txt|github/OSeMOSYS/otoole|3.6258158085569257e-06| -|requirements.txt|github/DSIMB/medusa|3.6258158085569257e-06| -|requirements.txt|github/aertslab/pySCENIC|3.6258158085569257e-06| -|requirements.txt|github/TearsWaiting/MIMML|3.6258158085569257e-06| -|requirements.txt|github/JulianBMunoz/Zeus21|3.6258158085569257e-06| -|requirements.txt|github/JulianBMunoz/RelicFast|3.6258158085569257e-06| -|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6258158085569257e-06| -|requirements.txt|github/flu-crew/smot|3.6258158085569257e-06| -|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6258158085569257e-06| -|requirements.txt|github/MLMI2-CSSI/foundry|3.6258158085569257e-06| -|requirements.txt|github/opengeos/segment-geospatial|3.6258158085569257e-06| -|requirements.txt|github/NREL/G2Aero|3.6258158085569257e-06| -|requirements.txt|github/rrwick/Deepbinner|3.6258158085569257e-06| -|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6258158085569257e-06| -|requirements.txt|github/rkiman/wdwarfdate|3.6258158085569257e-06| -|requirements.txt|github/jsobeck/MOOG_SCAT|3.6258158085569257e-06| -|requirements.txt|github/temuller/hostphot|3.6258158085569257e-06| -|requirements.txt|github/temuller/piscola|3.6258158085569257e-06| -|requirements.txt|github/iAART/aart|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/nnkcde|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/cdetools|3.6258158085569257e-06| -|requirements.txt|github/tpospisi/RFCDE|3.6258158085569257e-06| -|requirements.txt|github/lutteropp/NetRAX|3.6258158085569257e-06| -|requirements.txt|github/sosl/H-FISTA|3.6258158085569257e-06| -|requirements.txt|github/lucydot/effmass|3.6258158085569257e-06| -|requirements.txt|github/basehc/IPEV|3.6258158085569257e-06| -|requirements.txt|github/pipliggins/EVolve|3.6258158085569257e-06| -|requirements.txt|github/FraunhoferIWES/foxes|3.6258158085569257e-06| -|requirements.txt|github/sandialabs/pvOps|3.6258158085569257e-06| -|requirements.txt|github/JulioHC00/PEPITA|3.6258158085569257e-06| -|requirements.txt|github/he2016012996/CABnet|3.6258158085569257e-06| -|requirements.txt|github/ArtRand/signalAlign|3.6258158085569257e-06| -|requirements.txt|github/snad-space/ztf-viewer|3.6258158085569257e-06| -|requirements.txt|github/inpefess/gym-saturation|3.6258158085569257e-06| -|requirements.txt|github/GBLille/MassiveFold|3.6258158085569257e-06| -|requirements.txt|github/scottgigante/picopore|3.6258158085569257e-06| -|requirements.txt|github/PolyChord/PolyChordLite|3.6258158085569257e-06| -|requirements.txt|github/jeffdaily/parasail-python|3.6258158085569257e-06| -|requirements.txt|github/fcastagna/preprofit|3.6258158085569257e-06| -|requirements.txt|github/fcastagna/JoXSZ|3.6258158085569257e-06| -|requirements.txt|github/moldyn/msmhelper|3.6258158085569257e-06| -|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6258158085569257e-06| -|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6258158085569257e-06| -|requirements.txt|github/samsledje/ConPLex_dev|3.6258158085569257e-06| -|requirements.txt|github/tmcclintock/AReconstructionTool|3.6258158085569257e-06| -|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6258158085569257e-06| -|requirements.txt|github/KolmogorovLab/Severus|3.6258158085569257e-06| -|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6258158085569257e-06| -|requirements.txt|github/yuhuan-wu/mobilesal|3.6258158085569257e-06| -|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6258158085569257e-06| -|requirements.txt|github/RECETOX/RIAssigner|3.6258158085569257e-06| -|requirements.txt|github/ACTCollaboration/zCluster|3.6258158085569257e-06| -|requirements.txt|github/sblunt/orbitize|3.6258158085569257e-06| -|requirements.txt|github/jdber1/opendrop|3.6258158085569257e-06| -|requirements.txt|github/YuRui8879/MRASleepNet|3.6258158085569257e-06| -|requirements.txt|github/sciris/sciris|3.6258158085569257e-06| -|requirements.txt|github/bradkav/verne|3.6258158085569257e-06| -|requirements.txt|github/bradkav/CEvNS|3.6258158085569257e-06| -|requirements.txt|github/bradkav/WIMpy_NREFT|3.6258158085569257e-06| -|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6258158085569257e-06| -|requirements.txt|github/TeamCOMPAS/COMPAS|3.6258158085569257e-06| -|requirements.txt|github/kyleaoman/martini|3.6258158085569257e-06| -|requirements.txt|github/ixkael/Delight|3.6258158085569257e-06| -|requirements.txt|github/C0PEP0D/otto|3.6258158085569257e-06| -|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6258158085569257e-06| -|requirements.txt|github/ptriska/WavesDash|3.6258158085569257e-06| -|requirements.txt|github/prashjet/popkinmocks|3.6258158085569257e-06| -|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6258158085569257e-06| -|requirements.txt|github/chianti-atomic/ChiantiPy|3.6258158085569257e-06| -|requirements.txt|github/CosmoStat/mccd|3.6258158085569257e-06| -|requirements.txt|github/hallamlab/TreeSAPP|3.6258158085569257e-06| -|requirements.txt|github/tomasplsek/CADET|3.6258158085569257e-06| -|requirements.txt|github/pierfied/karmma|3.6258158085569257e-06| -|requirements.txt|github/florpi/sunbird|3.6258158085569257e-06| -|requirements.txt|github/tnakazato/priism|3.6258158085569257e-06| -|requirements.txt|github/mscaudill/openseize|3.6258158085569257e-06| -|requirements.txt|github/phineasng/DECODE|3.6258158085569257e-06| -|requirements.txt|github/geoelements/gns|3.6258158085569257e-06| -|requirements.txt|github/TinkerTools/tinker9|3.6258158085569257e-06| -|requirements.txt|github/migueldvb/cine|3.6258158085569257e-06| -|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6258158085569257e-06| -|requirements.txt|github/macrocosme/amber_meta|3.6258158085569257e-06| -|requirements.txt|github/SJLeo/FFSD|3.6258158085569257e-06| -|requirements.txt|github/csb-toolbox/CSB|3.6258158085569257e-06| -|requirements.txt|github/dkoslicki/TAMPA|3.6258158085569257e-06| -|requirements.txt|github/nanoporetech/pychopper|3.6258158085569257e-06| -|requirements.txt|github/nanoporetech/medaka|3.6258158085569257e-06| -|requirements.txt|github/fabiorigamonti/bang|3.6258158085569257e-06| -|requirements.txt|github/JuliaHCI/ADI.jl|3.6258158085569257e-06| -|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6258158085569257e-06| -|requirements.txt|github/songningqiang/CosmoLED|3.6258158085569257e-06| -|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6258158085569257e-06| -|requirements.txt|github/ExeClim/Isca|3.6258158085569257e-06| -|requirements.txt|github/cogent3/cogent3|3.6258158085569257e-06| -|requirements.txt|github/neuroanatomy/reorient|3.6258158085569257e-06| -|requirements.txt|github/maserlib/ExPRES|3.6258158085569257e-06| -|requirements.txt|github/bfarr/kombine|3.6258158085569257e-06| -|requirements.txt|github/spacetelescope/mirage|3.6258158085569257e-06| -|requirements.txt|github/mattyowl/astLib|3.6258158085569257e-06| -|requirements.txt|github/brentp/peddy|3.6258158085569257e-06| -|requirements.txt|github/brentp/cyvcf2|3.6258158085569257e-06| -|requirements.txt|github/bcbio/bcbio-nextgen|3.6258158085569257e-06| -|requirements.txt|github/CarlosCoba/XookSuut-code|3.6258158085569257e-06| -|requirements.txt|github/institut-de-genomique/HAPO-G|3.6258158085569257e-06| -|requirements.txt|github/quantling/pyndl|3.6258158085569257e-06| -|requirements.txt|github/cwentland0/perform|3.6258158085569257e-06| -|requirements.txt|github/arnauqb/qwind|3.6258158085569257e-06| -|requirements.txt|github/tiberioap/grav_waldo|3.6258158085569257e-06| -|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6258158085569257e-06| -|requirements.txt|github/alexander-mead/pyhalomodel|3.6258158085569257e-06| -|requirements.txt|github/nickhand/pyRSD|3.6258158085569257e-06| -|requirements.txt|github/HHTpy/HHTpywrapper|3.6258158085569257e-06| -|requirements.txt|github/justyncw/STAR_MELT|3.6258158085569257e-06| -|requirements.txt|github/dirac-institute/asterogap|3.6258158085569257e-06| -|requirements.txt|github/chenwuperth/rgz_rcnn|3.6258158085569257e-06| -|requirements.txt|github/dsavransky/EXOSIMS|3.6258158085569257e-06| -|requirements.txt|github/kuanrongchan/COVID19-severity|3.6258158085569257e-06| -|requirements.txt|github/bow/fsnviz|3.6258158085569257e-06| -|requirements.txt|github/spack/spack|3.6258158085569257e-06| -|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6258158085569257e-06| -|requirements.txt|github/andr1976/HydDown|3.6258158085569257e-06| -|requirements.txt|github/kuenzelab/ENDURE|3.6258158085569257e-06| -|requirements.txt|github/vterron/lemon|3.6258158085569257e-06| -|requirements.txt|github/Gabaldonlab/jloh|3.6258158085569257e-06| -|requirements.txt|github/sbird/fake_spectra|3.6258158085569257e-06| -|requirements.txt|github/danielreardon/scintools|3.6258158085569257e-06| -|requirements.txt|github/lucabaldini/ixpeobssim|3.6258158085569257e-06| -|requirements.txt|github/healpy/healpy|3.6258158085569257e-06| -|requirements.txt|github/surf-eds/one-button-compute|3.6258158085569257e-06| -|requirements.txt|github/lkreidberg/batman|3.6258158085569257e-06| -|requirements.txt|github/james-m-osborn/astrosat|3.6258158085569257e-06| -|requirements.txt|github/lys-devel/lys|3.6258158085569257e-06| -|requirements.txt|github/ryanvarley/exodata|3.6258158085569257e-06| -|requirements.txt|github/ggciag/mandyoc|3.6258158085569257e-06| -|requirements.txt|github/AllenInstitute/bmtk|3.6258158085569257e-06| -|requirements.txt|github/sidmohite/nimbus-astro|3.6258158085569257e-06| -|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6258158085569257e-06| -|requirements.txt|github/eggnogdb/eggnog-mapper|3.6258158085569257e-06| -|requirements.txt|github/jdswinbank/Comet|3.6258158085569257e-06| -|requirements.txt|github/florian-lienhard/MM-LSD|3.6258158085569257e-06| -|requirements.txt|github/dstndstn/tractor|3.6258158085569257e-06| -|requirements.txt|github/christinahedges/contaminante|3.6258158085569257e-06| -|requirements.txt|github/bcgsc/NanoSim|3.6258158085569257e-06| -|requirements.txt|github/bcgsc/TMBur|3.6258158085569257e-06| -|requirements.txt|github/roban/CosmoloPy|3.6258158085569257e-06| -|requirements.txt|github/miguelzuma/hi_class_public|3.6258158085569257e-06| -|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/sacc|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/Spectractor|3.6258158085569257e-06| -|requirements.txt|github/LSSTDESC/snmachine|3.6258158085569257e-06| -|requirements.txt|github/michaelhb/superplot|3.6258158085569257e-06| -|requirements.txt|github/shandley/hecatomb|3.6258158085569257e-06| -|requirements.txt|github/monarch-initiative/loinc2hpo|3.6258158085569257e-06| -|requirements.txt|github/vallis/libstempo|3.6258158085569257e-06| -|requirements.txt|github/forrest-lab/scMatch|3.6258158085569257e-06| -|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6258158085569257e-06| -|requirements.txt|github/fccoelho/epimodels|3.6258158085569257e-06| -|requirements.txt|github/fccoelho/epigrass|3.6258158085569257e-06| -|requirements.txt|github/citation-file-format/citation-file-format|3.6258158085569257e-06| -|requirements.txt|github/astro-informatics/sleplet|3.6258158085569257e-06| -|requirements.txt|github/genouest/biomaj-daemon|3.6258158085569257e-06| -|requirements.txt|github/yupidevs/pactus|3.6258158085569257e-06| -|requirements.txt|github/SegataLab/lefse|3.6258158085569257e-06| -|requirements.txt|github/vgteam/vg#vg|3.6258158085569257e-06| -|requirements.txt|github/vgteam/vg|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/repack|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/mc3|3.6258158085569257e-06| -|requirements.txt|github/pcubillos/pyratbay|3.6258158085569257e-06| -|requirements.txt|github/lgbouma/gyro-interp|3.6258158085569257e-06| -|requirements.txt|github/valboz/VBBinaryLensing|3.6258158085569257e-06| -|requirements.txt|github/mr-superonion/FPFS|3.6258158085569257e-06| -|requirements.txt|github/discsim/frank|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/deepscm|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/masf|3.6258158085569257e-06| -|requirements.txt|github/biomedia-mira/istn|3.6258158085569257e-06| -|requirements.txt|github/exciting/excitingtools|3.6258158085569257e-06| -|requirements.txt|github/sibirrer/psfr|3.6258158085569257e-06| -|requirements.txt|github/timothydmorton/isochrones|3.6258158085569257e-06| -|requirements.txt|github/qMRLab/qMRLab|3.6258158085569257e-06| -|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6258158085569257e-06| -|requirements.txt|github/jakeret/abcpmc|3.6258158085569257e-06| -|requirements.txt|github/jakeret/tf_unet|3.6258158085569257e-06| -|requirements.txt|github/milnus/Magphi|3.6258158085569257e-06| -|requirements.txt|github/gperezs/StarcNet|3.6258158085569257e-06| -|requirements.txt|github/oliverphilcox/RascalC|3.6258158085569257e-06| -|requirements.txt|github/gbouras13/plassembler|3.6258158085569257e-06| -|requirements.txt|github/etal/cnvkit|3.6258158085569257e-06| -|requirements.txt|github/Qiskit/qiskit-experiments|3.6258158085569257e-06| -|requirements.txt|github/manodeep/TesseRACt|3.6258158085569257e-06| -|requirements.txt|github/DataBiosphere/wdl-parsers|3.6258158085569257e-06| -|requirements.txt|github/Vini2/GraphBin|3.6258158085569257e-06| -|requirements.txt|github/GalSim-developers/GalSim|3.6258158085569257e-06| -|requirements.txt|github/sklasfeld/DANPOS3|3.6258158085569257e-06| -|requirements.txt|github/GilbertLabUCSF/CanDI|3.6258158085569257e-06| -|requirements.txt|github/aksholokhov/pysr3|3.6258158085569257e-06| -|requirements.txt|github/jrkerns/pylinac|3.6258158085569257e-06| -|requirements.txt|github/cobilab/altair|3.6258158085569257e-06| -|requirements.txt|github/BenNordick/HiLoop|3.6258158085569257e-06| -|requirements.txt|github/SharmaLlama/ticktack|3.6258158085569257e-06| -|requirements.txt|github/artic-network/fieldbioinformatics|3.6258158085569257e-06| -|requirements.txt|github/NLeSC/litstudy|3.6258158085569257e-06| -|requirements.txt|github/NLeSC/ShiCo|3.6258158085569257e-06| -|requirements.txt|github/NLESC-JCER/QMCblip|3.6258158085569257e-06| -|requirements.txt|github/RuthAngus/stardate|3.6258158085569257e-06| -|requirements.txt|github/Ambuj-UF/APOP|3.6258158085569257e-06| -|requirements.txt|github/jeremysanders/mbproj2|3.6258158085569257e-06| -|requirements.txt|github/hannorein/rebound|3.6258158085569257e-06| -|requirements.txt|github/spiketools/spiketools|3.6258158085569257e-06| -|requirements.txt|github/python-streamz/streamz|3.6258158085569257e-06| -|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6258158085569257e-06| -|requirements.txt|github/CobayaSampler/cobaya|3.6258158085569257e-06| -|requirements.txt|github/JustinYKC/FEPOPS|3.6258158085569257e-06| -|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6258158085569257e-06| -|requirements.txt|github/rmjarvis/TreeCorr|3.6258158085569257e-06| -|requirements.txt|github/rmjarvis/Piff|3.6258158085569257e-06| -|requirements.txt|github/TommasoRonconi/scampy|3.6258158085569257e-06| -|requirements.txt|github/carronj/lenspyx|3.6258158085569257e-06| -|requirements.txt|github/carronj/plancklens|3.6258158085569257e-06| -|requirements.txt|github/VChristiaens/vcal_sphere|3.6258158085569257e-06| -|requirements.txt|github/VChristiaens/special|3.6258158085569257e-06| -|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6258158085569257e-06| -|requirements.txt|github/AemulusProject/bias_emulator|3.6258158085569257e-06| -|requirements.txt|github/seeh/surprise|3.6258158085569257e-06| -|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6258158085569257e-06| -|requirements.txt|github/bd-j/sedpy|3.6258158085569257e-06| -|requirements.txt|github/bd-j/prospector|3.6258158085569257e-06| -|requirements.txt|github/Ajstros/pyripherals|3.6258158085569257e-06| -|requirements.txt|github/CAMI-challenge/CAMITAX|3.6258158085569257e-06| -|requirements.txt|github/mwaskom/seaborn|3.6258158085569257e-06| -|requirements.txt|github/AdmiralenOla/Scoary|3.6258158085569257e-06| -|requirements.txt|github/pyFFTW/pyFFTW|3.6258158085569257e-06| -|requirements.txt|github/keatonb/Pyriod|3.6258158085569257e-06| -|requirements.txt|github/keatonb/TESS_PRF|3.6258158085569257e-06| -|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6258158085569257e-06| -|requirements.txt|github/daler/gffutils|3.6258158085569257e-06| -|requirements.txt|github/daler/pybedtools|3.6258158085569257e-06| -|requirements.txt|github/miRTop/mirtop|3.6258158085569257e-06| -|requirements.txt|github/3d-pli/fastpli|3.6258158085569257e-06| -|requirements.txt|github/STEllAR-GROUP/hpx|3.6258158085569257e-06| -|requirements.txt|github/pymedphys/pymedphys|3.6258158085569257e-06| -|requirements.txt|github/ladsantos/p-winds|3.6258158085569257e-06| -|requirements.txt|github/ladsantos/flatstar|3.6258158085569257e-06| -|requirements.txt|github/ylxu05/HN-PPISP|3.6258158085569257e-06| -|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6258158085569257e-06| -|requirements.txt|github/PaulHancock/Robbie|3.6258158085569257e-06| -|requirements.txt|github/sourmash-bio/sourmash|3.6258158085569257e-06| -|requirements.txt|github/PetroFit/petrofit|3.6258158085569257e-06| -|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6258158085569257e-06| -|requirements.txt|github/E3SM-Project/gdess|3.6258158085569257e-06| -|requirements.txt|github/afeinstein20/eleanor|3.6258158085569257e-06| -|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6258158085569257e-06| -|requirements.txt|github/jan-rybizki/Chempy|3.6258158085569257e-06| -|requirements.txt|github/COINtoolbox/ActSNClass|3.6258158085569257e-06| -|requirements.txt|github/AusSRC/SoFiAX|3.6258158085569257e-06| -|requirements.txt|github/radis/radis|3.6258158085569257e-06| -|requirements.txt|github/mtceballos/SIRENAdoc|3.6258158085569257e-06| -|requirements.txt|github/alejandrobll/py-sphviewer|3.6258158085569257e-06| -|requirements.txt|github/antoinemarchal/ROHSA|3.6258158085569257e-06| -|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6258158085569257e-06| -|requirements.txt|github/bregaldo/pywst|3.6258158085569257e-06| -|requirements.txt|github/cistrome/MIRA|3.6258158085569257e-06| -|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6258158085569257e-06| -|setup.py|gitlab/Molcas/OpenMolcas|3.6258158085569257e-06| -|setup.py|gitlab/materials-modeling/calorine|3.6258158085569257e-06| -|setup.py|gitlab/petsc/petsc|3.6258158085569257e-06| -|setup.py|gitlab/joseaher/astroplotlib|3.6258158085569257e-06| -|setup.py|gitlab/octopus-code/octopus|3.6258158085569257e-06| -|setup.py|gitlab/pythia-uq/pythia|3.6258158085569257e-06| -|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6258158085569257e-06| -|setup.py|gitlab/picos-api/picos|3.6258158085569257e-06| -|setup.py|gitlab/fduchate/predihood|3.6258158085569257e-06| -|setup.py|gitlab/chjordan/sslf|3.6258158085569257e-06| -|setup.py|gitlab/gims-developers/gims|3.6258158085569257e-06| -|setup.py|gitlab/jason-rumengan/pyarma|3.6258158085569257e-06| -|setup.py|gitlab/permafrostnet/teaspoon|3.6258158085569257e-06| -|setup.py|github/AstroChem/VISIBLE|3.6258158085569257e-06| -|setup.py|github/YeoLab/clipper|3.6258158085569257e-06| -|setup.py|github/hiddenSymmetries/simsopt|3.6258158085569257e-06| -|setup.py|github/nbarbey/TomograPy|3.6258158085569257e-06| -|setup.py|github/tikk3r/lofar-h5plot|3.6258158085569257e-06| -|setup.py|github/vinisalazar/metaphor|3.6258158085569257e-06| -|setup.py|github/samaygarg/fuelcell|3.6258158085569257e-06| -|setup.py|github/katholt/Kaptive|3.6258158085569257e-06| -|setup.py|github/phac-nml/biohansel|3.6258158085569257e-06| -|setup.py|github/phac-nml/staramr|3.6258158085569257e-06| -|setup.py|github/phac-nml/mob-suite|3.6258158085569257e-06| -|setup.py|github/ACCarnall/SpectRes|3.6258158085569257e-06| -|setup.py|github/ACCarnall/bagpipes|3.6258158085569257e-06| -|setup.py|github/aprsa/dips|3.6258158085569257e-06| -|setup.py|github/rodluger/starry_process|3.6258158085569257e-06| -|setup.py|github/rodluger/planetplanet|3.6258158085569257e-06| -|setup.py|github/josegit88/SCORPIO|3.6258158085569257e-06| -|setup.py|github/BEAST-Fitting/beast|3.6258158085569257e-06| -|setup.py|github/cheerfuluser/tessreduce|3.6258158085569257e-06| -|setup.py|github/grazianoucci/game|3.6258158085569257e-06| -|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6258158085569257e-06| -|setup.py|github/toros-astro/corral|3.6258158085569257e-06| -|setup.py|github/toros-astro/astroalign-legacy|3.6258158085569257e-06| -|setup.py|github/BonsonW/slow5curl|3.6258158085569257e-06| -|setup.py|github/lofar-astron/RMextract|3.6258158085569257e-06| -|setup.py|github/panoptes/POCS|3.6258158085569257e-06| -|setup.py|github/astroML/gatspy|3.6258158085569257e-06| -|setup.py|github/devanshkv/fetch|3.6258158085569257e-06| -|setup.py|github/poldracklab/mriqc|3.6258158085569257e-06| -|setup.py|github/revoltek/losoto|3.6258158085569257e-06| -|setup.py|github/rfeldmann/leopy|3.6258158085569257e-06| -|setup.py|github/fair-data/fairdatapoint-client|3.6258158085569257e-06| -|setup.py|github/jonathansick/skyoffset|3.6258158085569257e-06| -|setup.py|github/jonathansick/MoAstro|3.6258158085569257e-06| -|setup.py|github/cagrikymk/JAX-ReaxFF|3.6258158085569257e-06| -|setup.py|github/gwpy/gwpy|3.6258158085569257e-06| -|setup.py|github/davidemms/OrthoFinder|3.6258158085569257e-06| -|setup.py|github/danielemichilli/SpS|3.6258158085569257e-06| -|setup.py|github/arabic-digital-humanities/adhtools|3.6258158085569257e-06| -|setup.py|github/mgalardini/pyseer|3.6258158085569257e-06| -|setup.py|github/planck-npipe/hillipop|3.6258158085569257e-06| -|setup.py|github/planck-npipe/lollipop|3.6258158085569257e-06| -|setup.py|github/brainets/frites|3.6258158085569257e-06| -|setup.py|github/flemingtonlab/SpliceV|3.6258158085569257e-06| -|setup.py|github/LCOGT/banzai|3.6258158085569257e-06| -|setup.py|github/lehtiolab/msstitch|3.6258158085569257e-06| -|setup.py|github/mirochaj/ares|3.6258158085569257e-06| -|setup.py|github/HIPS/autograd|3.6258158085569257e-06| -|setup.py|github/light-curve/light-curve-python|3.6258158085569257e-06| -|setup.py|github/cgobat/asymmetric_uncertainty|3.6258158085569257e-06| -|setup.py|github/mchalela/GriSPy|3.6258158085569257e-06| -|setup.py|github/ireis/PRF|3.6258158085569257e-06| -|setup.py|github/conchoecia/pauvre|3.6258158085569257e-06| -|setup.py|github/dbosul/CWITools|3.6258158085569257e-06| -|setup.py|github/olivares-j/Kalkayotl|3.6258158085569257e-06| -|setup.py|github/MillionConcepts/lhorizon|3.6258158085569257e-06| -|setup.py|github/bio-ontology-research-group/deepgoplus|3.6258158085569257e-06| -|setup.py|github/HERA-Team/hera_opm|3.6258158085569257e-06| -|setup.py|github/HERA-Team/aipy|3.6258158085569257e-06| -|setup.py|github/bxlab/bx-python|3.6258158085569257e-06| -|setup.py|github/danielkoll/PyRADS|3.6258158085569257e-06| -|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6258158085569257e-06| -|setup.py|github/chandra-marx/marxs|3.6258158085569257e-06| -|setup.py|github/tdaylan/pcat|3.6258158085569257e-06| -|setup.py|github/jbuisine/macop|3.6258158085569257e-06| -|setup.py|github/palaimon/ipyannotator|3.6258158085569257e-06| -|setup.py|github/mroosmalen/nanosv|3.6258158085569257e-06| -|setup.py|github/CosmoStatGW/WF4Py|3.6258158085569257e-06| -|setup.py|github/CosmoStatGW/gwfast|3.6258158085569257e-06| -|setup.py|github/vedantchandra/wdtools|3.6258158085569257e-06| -|setup.py|github/vsoch/gridtest|3.6258158085569257e-06| -|setup.py|github/vsoch/citelang|3.6258158085569257e-06| -|setup.py|github/athulpg007/AMAT|3.6258158085569257e-06| -|setup.py|github/pyspeckit/pyspeckit|3.6258158085569257e-06| -|setup.py|github/skovaka/UNCALLED|3.6258158085569257e-06| -|setup.py|github/rabix/cwl-format|3.6258158085569257e-06| -|setup.py|github/dpryan79/pyBigWig|3.6258158085569257e-06| -|setup.py|github/Kuifje02/vrpy|3.6258158085569257e-06| -|setup.py|github/bwkeller/PASTA|3.6258158085569257e-06| -|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6258158085569257e-06| -|setup.py|github/webbjj/clustertools|3.6258158085569257e-06| -|setup.py|github/webbjj/m2mcluster|3.6258158085569257e-06| -|setup.py|github/Illumina/SpliceAI|3.6258158085569257e-06| -|setup.py|github/StingraySoftware/stingray|3.6258158085569257e-06| -|setup.py|github/sambit-giri/BCemu|3.6258158085569257e-06| -|setup.py|github/sambit-giri/tools21cm|3.6258158085569257e-06| -|setup.py|github/sambit-giri/BCMemu|3.6258158085569257e-06| -|setup.py|github/quatrope/feets|3.6258158085569257e-06| -|setup.py|github/quatrope/ProperImage|3.6258158085569257e-06| -|setup.py|github/wen-jams/bsavi|3.6258158085569257e-06| -|setup.py|github/RudolfCardinal/camcops|3.6258158085569257e-06| -|setup.py|github/v-morello/clfd|3.6258158085569257e-06| -|setup.py|github/ModellingWebLab/chaste-codegen|3.6258158085569257e-06| -|setup.py|github/seung-lab/FlyWirePaper|3.6258158085569257e-06| -|setup.py|github/yqiuu/starduster|3.6258158085569257e-06| -|setup.py|github/HadrienG/InSilicoSeq|3.6258158085569257e-06| -|setup.py|github/vals/umis|3.6258158085569257e-06| -|setup.py|github/spyder-ide/spyder|3.6258158085569257e-06| -|setup.py|github/rajeshrinet/pystokes|3.6258158085569257e-06| -|setup.py|github/aiidateam/kiwipy|3.6258158085569257e-06| -|setup.py|github/ELELAB/cancermuts|3.6258158085569257e-06| -|setup.py|github/ELELAB/RosettaDDGPrediction|3.6258158085569257e-06| -|setup.py|github/ELELAB/LipidDyn|3.6258158085569257e-06| -|setup.py|github/swagnercarena/ovejero|3.6258158085569257e-06| -|setup.py|github/milicolazo/Pyedra|3.6258158085569257e-06| -|setup.py|github/Jammy2211/PyAutoGalaxy|3.6258158085569257e-06| -|setup.py|github/Jammy2211/PyAutoLens|3.6258158085569257e-06| -|setup.py|github/sebhaan/geobo|3.6258158085569257e-06| -|setup.py|github/enthought/vpsearch|3.6258158085569257e-06| -|setup.py|github/enthought/mayavi|3.6258158085569257e-06| -|setup.py|github/dokester/BayesicFitting|3.6258158085569257e-06| -|setup.py|github/vaexio/vaex|3.6258158085569257e-06| -|setup.py|github/BoPeng/simuPOP|3.6258158085569257e-06| -|setup.py|github/Materials-Consortia/optimade-python-tools|3.6258158085569257e-06| -|setup.py|github/ni1o1/transbigdata|3.6258158085569257e-06| -|setup.py|github/BradhamLab/icat|3.6258158085569257e-06| -|setup.py|github/DLTK/DLTK|3.6258158085569257e-06| -|setup.py|github/tariqdaouda/CAMAP|3.6258158085569257e-06| -|setup.py|github/MIT-STARLab/deconfuser|3.6258158085569257e-06| -|setup.py|github/linuxscout/pyarabic|3.6258158085569257e-06| -|setup.py|github/CEED/libCEED|3.6258158085569257e-06| -|setup.py|github/Johannes-Sahlmann/pygacs|3.6258158085569257e-06| -|setup.py|github/rgerum/pylustrator|3.6258158085569257e-06| -|setup.py|github/mkelley/calviacat|3.6258158085569257e-06| -|setup.py|github/psheehan/pdspy|3.6258158085569257e-06| -|setup.py|github/davidgardenier/frbpoppy|3.6258158085569257e-06| -|setup.py|github/davidgardenier/frbcat|3.6258158085569257e-06| -|setup.py|github/riogroup/SORA|3.6258158085569257e-06| -|setup.py|github/fforster/delight|3.6258158085569257e-06| -|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6258158085569257e-06| -|setup.py|github/eWaterCycle/grpc4bmi|3.6258158085569257e-06| -|setup.py|github/icredd-cheminfo/CGRdb2|3.6258158085569257e-06| -|setup.py|github/hippke/tls|3.6258158085569257e-06| -|setup.py|github/hippke/pandora|3.6258158085569257e-06| -|setup.py|github/hippke/wotan|3.6258158085569257e-06| -|setup.py|github/nboley/idr|3.6258158085569257e-06| -|setup.py|github/google/jax|3.6258158085569257e-06| -|setup.py|github/lilyminium/psiresp|3.6258158085569257e-06| -|setup.py|github/SandoghdarLab/PiSCAT|3.6258158085569257e-06| -|setup.py|github/potassco/clingo|3.6258158085569257e-06| -|setup.py|github/pyranges/pyrle|3.6258158085569257e-06| -|setup.py|github/sparks-baird/xtal2png|3.6258158085569257e-06| -|setup.py|github/hoechenberger/questplus|3.6258158085569257e-06| -|setup.py|github/FlowModelingControl/flowtorch|3.6258158085569257e-06| -|setup.py|github/AprilYuge/ResPAN|3.6258158085569257e-06| -|setup.py|github/a-renzini/pygwb|3.6258158085569257e-06| -|setup.py|github/hera-team/librarian|3.6258158085569257e-06| -|setup.py|github/broadinstitute/wot|3.6258158085569257e-06| -|setup.py|github/broadinstitute/CellBender|3.6258158085569257e-06| -|setup.py|github/LMBooth/pybci|3.6258158085569257e-06| -|setup.py|github/bwinkel/cygrid|3.6258158085569257e-06| -|setup.py|github/zdelrosario/py_grama|3.6258158085569257e-06| -|setup.py|github/mattpitkin/psrqpy|3.6258158085569257e-06| -|setup.py|github/CIRADA-Tools/RM-Tools|3.6258158085569257e-06| -|setup.py|github/nasa/simupy-flight|3.6258158085569257e-06| -|setup.py|github/starkit/wsynphot|3.6258158085569257e-06| -|setup.py|github/synchrofit/synchrofit|3.6258158085569257e-06| -|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6258158085569257e-06| -|setup.py|github/szymon-datalions/pyinterpolate|3.6258158085569257e-06| -|setup.py|github/Nico-Curti/rFBP|3.6258158085569257e-06| -|setup.py|github/HinLeung622/pipes_vis|3.6258158085569257e-06| -|setup.py|github/AA-ALERT/frbcatdb|3.6258158085569257e-06| -|setup.py|github/sncosmo/sncosmo|3.6258158085569257e-06| -|setup.py|github/pkgw/pwkit|3.6258158085569257e-06| -|setup.py|github/EdanRein/pyPplusS|3.6258158085569257e-06| -|setup.py|github/gogrean/PyXel|3.6258158085569257e-06| -|setup.py|github/INCF/one_click|3.6258158085569257e-06| -|setup.py|github/adrn/pyia|3.6258158085569257e-06| -|setup.py|github/adrn/schwimmbad|3.6258158085569257e-06| -|setup.py|github/adrn/SuperFreq|3.6258158085569257e-06| -|setup.py|github/JulianKarlBauer/mechkit|3.6258158085569257e-06| -|setup.py|github/shirtsgroup/physical_validation|3.6258158085569257e-06| -|setup.py|github/jiwoncpark/baobab|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/spectral-cube|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/uvcombine|3.6258158085569257e-06| -|setup.py|github/radio-astro-tools/pvextractor|3.6258158085569257e-06| -|setup.py|github/HCGB-IGTP/spaTyper|3.6258158085569257e-06| -|setup.py|github/benallard/galileo|3.6258158085569257e-06| -|setup.py|github/SCECcode/pycsep|3.6258158085569257e-06| -|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6258158085569257e-06| -|setup.py|github/hpparvi/ldtk|3.6258158085569257e-06| -|setup.py|github/DynaSlum/satsense|3.6258158085569257e-06| -|setup.py|github/mdshw5/pyfaidx|3.6258158085569257e-06| -|setup.py|github/jhparkastro/gpcal|3.6258158085569257e-06| -|setup.py|github/meinardmueller/synctoolbox|3.6258158085569257e-06| -|setup.py|github/meinardmueller/libfmp|3.6258158085569257e-06| -|setup.py|github/elkebir-group/Jumper|3.6258158085569257e-06| -|setup.py|github/glotzerlab/freud|3.6258158085569257e-06| -|setup.py|github/glotzerlab/coxeter|3.6258158085569257e-06| -|setup.py|github/cupy/cupy|3.6258158085569257e-06| -|setup.py|github/blackjax-devs/blackjax|3.6258158085569257e-06| -|setup.py|github/UM-Bridge/umbridge|3.6258158085569257e-06| -|setup.py|github/astrom-tom/dfitspy|3.6258158085569257e-06| -|setup.py|github/astrom-tom/specstack|3.6258158085569257e-06| -|setup.py|github/chanzuckerberg/idseq-dag|3.6258158085569257e-06| -|setup.py|github/RamanLab/iCOMIC|3.6258158085569257e-06| -|setup.py|github/aineniamh/snipit|3.6258158085569257e-06| -|setup.py|github/wfondrie/mokapot|3.6258158085569257e-06| -|setup.py|github/theia-dev/Qiber3D|3.6258158085569257e-06| -|setup.py|github/EliseJ/astroABC|3.6258158085569257e-06| -|setup.py|github/clwainwright/CosmoTransitions|3.6258158085569257e-06| -|setup.py|github/opimwue/ddop|3.6258158085569257e-06| -|setup.py|github/jonescompneurolab/hnn-core|3.6258158085569257e-06| -|setup.py|github/libgamera/GAMERA|3.6258158085569257e-06| -|setup.py|github/volkamerlab/opencadd|3.6258158085569257e-06| -|setup.py|github/KIT-MBS/pyREX|3.6258158085569257e-06| -|setup.py|github/acerbilab/pybads|3.6258158085569257e-06| -|setup.py|github/juliotux/astropop|3.6258158085569257e-06| -|setup.py|github/pavolgaj/OCFit|3.6258158085569257e-06| -|setup.py|github/dgbowl/yadg|3.6258158085569257e-06| -|setup.py|github/dcorre/otrain|3.6258158085569257e-06| -|setup.py|github/eldariont/svim|3.6258158085569257e-06| -|setup.py|github/sinc-lab/miRe2e|3.6258158085569257e-06| -|setup.py|github/zarr-developers/zarr-python|3.6258158085569257e-06| -|setup.py|github/B-UMMI/chewBBACA|3.6258158085569257e-06| -|setup.py|github/dfm/corner.py|3.6258158085569257e-06| -|setup.py|github/dfm/celerite|3.6258158085569257e-06| -|setup.py|github/ketch/nodepy|3.6258158085569257e-06| -|setup.py|github/jet-net/JetNet|3.6258158085569257e-06| -|setup.py|github/EpistasisLab/regens|3.6258158085569257e-06| -|setup.py|github/EpistasisLab/tpot|3.6258158085569257e-06| -|setup.py|github/OP2/PyOP2|3.6258158085569257e-06| -|setup.py|github/deeptools/py2bit|3.6258158085569257e-06| -|setup.py|github/deeptools/deeptools_intervals|3.6258158085569257e-06| -|setup.py|github/antoinediez/Sisyphe|3.6258158085569257e-06| -|setup.py|github/slzarate/parliament2|3.6258158085569257e-06| -|setup.py|github/gilestrolab/ethoscope|3.6258158085569257e-06| -|setup.py|github/pjcigan/multicolorfits|3.6258158085569257e-06| -|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6258158085569257e-06| -|setup.py|github/ECSHackWeek/impedance.py|3.6258158085569257e-06| -|setup.py|github/cdominik/optool|3.6258158085569257e-06| -|setup.py|github/eblur/dust|3.6258158085569257e-06| -|setup.py|github/fAndreuzzi/BisPy|3.6258158085569257e-06| -|setup.py|github/Electrostatics/apbs|3.6258158085569257e-06| -|setup.py|github/brinckmann/montepython_public|3.6258158085569257e-06| -|setup.py|github/nebblu/ReACT|3.6258158085569257e-06| -|setup.py|github/nlesc/scriptcwl|3.6258158085569257e-06| -|setup.py|github/dolfin-adjoint/pyadjoint|3.6258158085569257e-06| -|setup.py|github/jveitchmichaelis/pygadgetreader|3.6258158085569257e-06| -|setup.py|github/21cmFAST/21cmFAST|3.6258158085569257e-06| -|setup.py|github/kboone/parsnip|3.6258158085569257e-06| -|setup.py|github/loosolab/TOBIAS|3.6258158085569257e-06| -|setup.py|github/mgckind/easyaccess|3.6258158085569257e-06| -|setup.py|github/icecube/FIRESONG|3.6258158085569257e-06| -|setup.py|github/indralab/pybiopax|3.6258158085569257e-06| -|setup.py|github/jobovy/apogee|3.6258158085569257e-06| -|setup.py|github/jobovy/galpy|3.6258158085569257e-06| -|setup.py|github/jobovy/gaia_tools|3.6258158085569257e-06| -|setup.py|github/jobovy/segueSelect|3.6258158085569257e-06| -|setup.py|github/SMTG-UCL/ShakeNBreak|3.6258158085569257e-06| -|setup.py|github/SMTG-UCL/surfaxe|3.6258158085569257e-06| -|setup.py|github/nextstrain/augur|3.6258158085569257e-06| -|setup.py|github/seawander/DebrisDiskFM|3.6258158085569257e-06| -|setup.py|github/seawander/centerRadon|3.6258158085569257e-06| -|setup.py|github/davidebolo1993/TRiCoLOR|3.6258158085569257e-06| -|setup.py|github/davidebolo1993/VISOR|3.6258158085569257e-06| -|setup.py|github/dh4gan/taktent|3.6258158085569257e-06| -|setup.py|github/chakrah/sage|3.6258158085569257e-06| -|setup.py|github/benhid/Sequoya|3.6258158085569257e-06| -|setup.py|github/nlesc-ave/ave-rest-service|3.6258158085569257e-06| -|setup.py|github/spicy-oil/hfs_fit|3.6258158085569257e-06| -|setup.py|github/TeraTrees/TIPP|3.6258158085569257e-06| -|setup.py|github/cedrus-opensource/pyxid|3.6258158085569257e-06| -|setup.py|github/tibordome/cosmic_profiles|3.6258158085569257e-06| -|setup.py|github/elwinter/nnde|3.6258158085569257e-06| -|setup.py|github/DavidT3/XGA|3.6258158085569257e-06| -|setup.py|github/Nicholaswogan/PhotochemPy|3.6258158085569257e-06| -|setup.py|github/htjb/maxsmooth|3.6258158085569257e-06| -|setup.py|github/Theano/Theano|3.6258158085569257e-06| -|setup.py|github/jnktsj/DNApi|3.6258158085569257e-06| -|setup.py|github/mtazzari/uvplot|3.6258158085569257e-06| -|setup.py|github/wokast/PyCactus|3.6258158085569257e-06| -|setup.py|github/pysersic/pysersic|3.6258158085569257e-06| -|setup.py|github/natelust/least_asymmetry|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/FALCON|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/kineticsTools|3.6258158085569257e-06| -|setup.py|github/PacificBiosciences/pbcore|3.6258158085569257e-06| -|setup.py|github/ElectionDataAnalysis/electiondata|3.6258158085569257e-06| -|setup.py|github/ncbi/ngs|3.6258158085569257e-06| -|setup.py|github/ImperialCollegeLondon/hcga|3.6258158085569257e-06| -|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6258158085569257e-06| -|setup.py|github/DESI-UR/VAST|3.6258158085569257e-06| -|setup.py|github/tkerscher/blast|3.6258158085569257e-06| -|setup.py|github/snakemake/snakemake|3.6258158085569257e-06| -|setup.py|github/mne-tools/mne-icalabel|3.6258158085569257e-06| -|setup.py|github/fkeruzore/panco2|3.6258158085569257e-06| -|setup.py|github/iraf-community/pyraf|3.6258158085569257e-06| -|setup.py|github/ExoCTK/exoctk|3.6258158085569257e-06| -|setup.py|github/domenico-simone/rmlst_api|3.6258158085569257e-06| -|setup.py|github/ckm3/Py-PDM|3.6258158085569257e-06| -|setup.py|github/FCS-analysis/multipletau|3.6258158085569257e-06| -|setup.py|github/fermisurfaces/IFermi|3.6258158085569257e-06| -|setup.py|github/xenon-middleware/pyxenon|3.6258158085569257e-06| -|setup.py|github/marcelm/cutadapt|3.6258158085569257e-06| -|setup.py|github/marcelm/tinyalign|3.6258158085569257e-06| -|setup.py|github/marcelm/alignlib|3.6258158085569257e-06| -|setup.py|github/marcelm/dnaio|3.6258158085569257e-06| -|setup.py|github/abmantz/lmc|3.6258158085569257e-06| -|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6258158085569257e-06| -|setup.py|github/polca/unfold|3.6258158085569257e-06| -|setup.py|github/AlexMikes/AutoFunc|3.6258158085569257e-06| -|setup.py|github/mtakahiro/gsf|3.6258158085569257e-06| -|setup.py|github/jlenain/flaapluc|3.6258158085569257e-06| -|setup.py|github/SouthGreenPlatform/PyRice|3.6258158085569257e-06| -|setup.py|github/Autostronomy/AstroPhot|3.6258158085569257e-06| -|setup.py|github/fabiopardo/tonic|3.6258158085569257e-06| -|setup.py|github/ProjectPyRhO/PyRhO|3.6258158085569257e-06| -|setup.py|github/rmaphoh/AutoMorph|3.6258158085569257e-06| -|setup.py|github/gausspy/gausspy|3.6258158085569257e-06| -|setup.py|github/dokkum/maskfill|3.6258158085569257e-06| -|setup.py|github/Oftatkofta/cellocity|3.6258158085569257e-06| -|setup.py|github/saltastro/pyhrs|3.6258158085569257e-06| -|setup.py|github/cdanielmachado/carveme|3.6258158085569257e-06| -|setup.py|github/multiscale/muscle3|3.6258158085569257e-06| -|setup.py|github/VarStarDetect/varstardetect|3.6258158085569257e-06| -|setup.py|github/singularityhub/singularity-compose|3.6258158085569257e-06| -|setup.py|github/singularityhub/singularity-hpc|3.6258158085569257e-06| -|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6258158085569257e-06| -|setup.py|github/PfizerRD/sit2standpy|3.6258158085569257e-06| -|setup.py|github/sensein/etelemetry-client|3.6258158085569257e-06| -|setup.py|github/DRMacIver/shrinkray|3.6258158085569257e-06| -|setup.py|github/veragluscevic/dmdd|3.6258158085569257e-06| -|setup.py|github/agreenbaum/ImPlaneIA|3.6258158085569257e-06| -|setup.py|github/LiberTEM/LiberTEM|3.6258158085569257e-06| -|setup.py|github/OttoStruve/muler|3.6258158085569257e-06| -|setup.py|github/tum-pbs/PhiML|3.6258158085569257e-06| -|setup.py|github/nlppln/nlppln|3.6258158085569257e-06| -|setup.py|github/3D-e-Chem/kripodb|3.6258158085569257e-06| -|setup.py|github/3D-e-Chem/sygma|3.6258158085569257e-06| -|setup.py|github/medema-group/bigslice|3.6258158085569257e-06| -|setup.py|github/bmorris3/aesop|3.6258158085569257e-06| -|setup.py|github/bmorris3/fleck|3.6258158085569257e-06| -|setup.py|github/willvousden/ptemcee|3.6258158085569257e-06| -|setup.py|github/oliveirara/polyMV|3.6258158085569257e-06| -|setup.py|github/steven-murray/mrpy|3.6258158085569257e-06| -|setup.py|github/steven-murray/pydftools|3.6258158085569257e-06| -|setup.py|github/steven-murray/powerbox|3.6258158085569257e-06| -|setup.py|github/radiocosmology/caput|3.6258158085569257e-06| -|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6258158085569257e-06| -|setup.py|github/dicompyler/dicompyler-core|3.6258158085569257e-06| -|setup.py|github/aalhossary/pyemgpipeline|3.6258158085569257e-06| -|setup.py|github/ejhigson/perfectns|3.6258158085569257e-06| -|setup.py|github/ejhigson/nestcheck|3.6258158085569257e-06| -|setup.py|github/ejhigson/dyPolyChord|3.6258158085569257e-06| -|setup.py|github/thejasvibr/bat_beamshapes|3.6258158085569257e-06| -|setup.py|github/jonaselgammal/GPry|3.6258158085569257e-06| -|setup.py|github/ginolhac/mapDamage|3.6258158085569257e-06| -|setup.py|github/thomasorb/orcs|3.6258158085569257e-06| -|setup.py|github/mlujnie/simple|3.6258158085569257e-06| -|setup.py|github/mlower/rmnest|3.6258158085569257e-06| -|setup.py|github/jpierel14/sntd|3.6258158085569257e-06| -|setup.py|github/felixchenier/kineticstoolkit|3.6258158085569257e-06| -|setup.py|github/dgerosa/gwdet|3.6258158085569257e-06| -|setup.py|github/dgerosa/spops|3.6258158085569257e-06| -|setup.py|github/dgerosa/surrkick|3.6258158085569257e-06| -|setup.py|github/halomod/hmf|3.6258158085569257e-06| -|setup.py|github/halomod/halomod|3.6258158085569257e-06| -|setup.py|github/parallelwindfarms/byteparsing|3.6258158085569257e-06| -|setup.py|github/wilkelab/Opfi|3.6258158085569257e-06| -|setup.py|github/heliopython/heliopy|3.6258158085569257e-06| -|setup.py|github/tofflemire/saphires|3.6258158085569257e-06| -|setup.py|github/omuse-geoscience/omuse|3.6258158085569257e-06| -|setup.py|github/astropy/astroscrappy|3.6258158085569257e-06| -|setup.py|github/astropy/astroplan|3.6258158085569257e-06| -|setup.py|github/astropy/halotools|3.6258158085569257e-06| -|setup.py|github/astropy/specutils|3.6258158085569257e-06| -|setup.py|github/astropy/SPISEA|3.6258158085569257e-06| -|setup.py|github/astropy/astroquery|3.6258158085569257e-06| -|setup.py|github/astropy/ccdproc|3.6258158085569257e-06| -|setup.py|github/NathanSandford/Chem-I-Calc|3.6258158085569257e-06| -|setup.py|github/brandon-rhodes/python-jplephem|3.6258158085569257e-06| -|setup.py|github/icesat2py/icepyx|3.6258158085569257e-06| -|setup.py|github/Hoohm/CITE-seq-Count|3.6258158085569257e-06| -|setup.py|github/1313e/PRISM|3.6258158085569257e-06| -|setup.py|github/smeingast/PNICER|3.6258158085569257e-06| -|setup.py|github/matthiasdemuzere/w2w|3.6258158085569257e-06| -|setup.py|github/dask/dask|3.6258158085569257e-06| -|setup.py|github/GijsMulders/epos|3.6258158085569257e-06| -|setup.py|github/MD-Studio/cerulean|3.6258158085569257e-06| -|setup.py|github/COSMIC-PopSynth/COSMIC|3.6258158085569257e-06| -|setup.py|github/malonge/RagTag|3.6258158085569257e-06| -|setup.py|github/glue-viz/glue|3.6258158085569257e-06| -|setup.py|github/eScatter/pyelsepa|3.6258158085569257e-06| -|setup.py|github/joshjchayes/TransitFit|3.6258158085569257e-06| -|setup.py|github/cbalbin-FIU/Epitopedia|3.6258158085569257e-06| -|setup.py|github/ratt-ru/CubiCal|3.6258158085569257e-06| -|setup.py|github/ratt-ru/montblanc|3.6258158085569257e-06| -|setup.py|github/JoschaJ/mockFRBhosts|3.6258158085569257e-06| -|setup.py|github/GalacticDynamics-Oxford/Agama|3.6258158085569257e-06| -|setup.py|github/ArgonneCPAC/dsps|3.6258158085569257e-06| -|setup.py|github/TriPed-Robot/TriP|3.6258158085569257e-06| -|setup.py|github/copasi/basico|3.6258158085569257e-06| -|setup.py|github/cmateu/PyMGC3|3.6258158085569257e-06| -|setup.py|github/cmateu/galstreams|3.6258158085569257e-06| -|setup.py|github/bartongroup/yanosim|3.6258158085569257e-06| -|setup.py|github/NKI-AI/direct|3.6258158085569257e-06| -|setup.py|github/neuralhydrology/neuralhydrology|3.6258158085569257e-06| -|setup.py|github/eggplantbren/DNest4|3.6258158085569257e-06| -|setup.py|github/gmzsebastian/FLEET|3.6258158085569257e-06| -|setup.py|github/reggiebernardo/PTAfast|3.6258158085569257e-06| -|setup.py|github/KeplerGO/k2mosaic|3.6258158085569257e-06| -|setup.py|github/ucl-exoplanets/TauREx3_public|3.6258158085569257e-06| -|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6258158085569257e-06| -|setup.py|github/ghislainv/forestatrisk|3.6258158085569257e-06| -|setup.py|github/0xCoto/Virgo|3.6258158085569257e-06| -|setup.py|github/sdss/marvin|3.6258158085569257e-06| -|setup.py|github/jdidion/atropos|3.6258158085569257e-06| -|setup.py|github/rgmyr/corebreakout|3.6258158085569257e-06| -|setup.py|github/deepmodeling/DMFF|3.6258158085569257e-06| -|setup.py|github/oscaribv/citlalicue|3.6258158085569257e-06| -|setup.py|github/teuben/nemo|3.6258158085569257e-06| -|setup.py|github/astroml/gatspy|3.6258158085569257e-06| -|setup.py|github/NKI-CCB/PRECISE|3.6258158085569257e-06| -|setup.py|github/marius311/pypico|3.6258158085569257e-06| -|setup.py|github/ERA-URBAN/fm128_radar|3.6258158085569257e-06| -|setup.py|github/finagle29/DBSP_DRP|3.6258158085569257e-06| -|setup.py|github/IMMM-SFA/mosartwmpy|3.6258158085569257e-06| -|setup.py|github/exafmm/exafmm-t|3.6258158085569257e-06| -|setup.py|github/franpoz/SHERLOCK|3.6258158085569257e-06| -|setup.py|github/H-E-L-P/XID_plus|3.6258158085569257e-06| -|setup.py|github/siavash-saki/tesspy|3.6258158085569257e-06| -|setup.py|github/agshumate/LiftoffTools|3.6258158085569257e-06| -|setup.py|github/Extraweich/homopy|3.6258158085569257e-06| -|setup.py|github/cthoyt/bel-resources|3.6258158085569257e-06| -|setup.py|github/caseyjlaw/rtpipe|3.6258158085569257e-06| -|setup.py|github/hknd23/idcempy|3.6258158085569257e-06| -|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6258158085569257e-06| -|setup.py|github/mgm8/pyngham|3.6258158085569257e-06| -|setup.py|github/WMD-group/MacroDensity|3.6258158085569257e-06| -|setup.py|github/WMD-group/SMACT|3.6258158085569257e-06| -|setup.py|github/nickrodd/HDMSpectra|3.6258158085569257e-06| -|setup.py|github/MASILab/pyPheWAS|3.6258158085569257e-06| -|setup.py|github/IKNL/vantage6|3.6258158085569257e-06| -|setup.py|github/saphir746/BiobankRead-Bash|3.6258158085569257e-06| -|setup.py|github/NoahSailer/FishLSS|3.6258158085569257e-06| -|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6258158085569257e-06| -|setup.py|github/era-urban/wrfpy|3.6258158085569257e-06| -|setup.py|github/illumina/pyflow|3.6258158085569257e-06| -|setup.py|github/ebellm/pyraf-dbsp|3.6258158085569257e-06| -|setup.py|github/biocore/emperor|3.6258158085569257e-06| -|setup.py|github/biocore/scikit-bio|3.6258158085569257e-06| -|setup.py|github/biocore/deblur|3.6258158085569257e-06| -|setup.py|github/KathrynJones1/catwoman|3.6258158085569257e-06| -|setup.py|github/mikecokina/elisa|3.6258158085569257e-06| -|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6258158085569257e-06| -|setup.py|github/telegraphic/fits2hdf|3.6258158085569257e-06| -|setup.py|github/telegraphic/pygsm|3.6258158085569257e-06| -|setup.py|github/bio-phys/BioEn|3.6258158085569257e-06| -|setup.py|github/Midnighter/dependency-info|3.6258158085569257e-06| -|setup.py|github/tvwenger/hii-region-kinematics|3.6258158085569257e-06| -|setup.py|github/tvwenger/wisp|3.6258158085569257e-06| -|setup.py|github/tvwenger/kd|3.6258158085569257e-06| -|setup.py|github/tvwenger/kinematic_scaleheight|3.6258158085569257e-06| -|setup.py|github/Starlink/starlink|3.6258158085569257e-06| -|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6258158085569257e-06| -|setup.py|github/girder/viime|3.6258158085569257e-06| -|setup.py|github/kathlandgren/SWAMPE|3.6258158085569257e-06| -|setup.py|github/zonca/python-qucs|3.6258158085569257e-06| -|setup.py|github/BaroudLab/Griottes|3.6258158085569257e-06| -|setup.py|github/computational-chemical-biology/ChemWalker|3.6258158085569257e-06| -|setup.py|github/nextgenusfs/amptk|3.6258158085569257e-06| -|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6258158085569257e-06| -|setup.py|github/pierrexyz/pybird|3.6258158085569257e-06| -|setup.py|github/Substra/substra|3.6258158085569257e-06| -|setup.py|github/stammler/dustpy|3.6258158085569257e-06| -|setup.py|github/stammler/simframe|3.6258158085569257e-06| -|setup.py|github/nithyanandan/PRISim|3.6258158085569257e-06| -|setup.py|github/thomas0809/MolScribe|3.6258158085569257e-06| -|setup.py|github/mriener/gausspyplus|3.6258158085569257e-06| -|setup.py|github/fjprichard/PyAFBF|3.6258158085569257e-06| -|setup.py|github/sylvainprigent/napari-tracks-reader|3.6258158085569257e-06| -|setup.py|github/GoekeLab/xpore|3.6258158085569257e-06| -|setup.py|github/remi-adam/minot|3.6258158085569257e-06| -|setup.py|github/pmvreeswijk/BlackBOX|3.6258158085569257e-06| -|setup.py|github/pmvreeswijk/ZOGY|3.6258158085569257e-06| -|setup.py|github/elizabethnewman/hessQuik|3.6258158085569257e-06| -|setup.py|github/EnsembleGovServices/kamodo-core|3.6258158085569257e-06| -|setup.py|github/daniel-muthukrishna/astrodash|3.6258158085569257e-06| -|setup.py|github/e-koch/FilFinder|3.6258158085569257e-06| -|setup.py|github/DrafProject/elmada|3.6258158085569257e-06| -|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6258158085569257e-06| -|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6258158085569257e-06| -|setup.py|github/Sarc-Graph/sarcgraph|3.6258158085569257e-06| -|setup.py|github/transientskp/pyse|3.6258158085569257e-06| -|setup.py|github/transientskp/tkp|3.6258158085569257e-06| -|setup.py|github/Heldenkombinat/Logodetect|3.6258158085569257e-06| -|setup.py|github/cdslaborg/paramonte|3.6258158085569257e-06| -|setup.py|github/subisarkar/JexoSim|3.6258158085569257e-06| -|setup.py|github/gmbrandt/xwavecal|3.6258158085569257e-06| -|setup.py|github/MNiwano/Eclaire|3.6258158085569257e-06| -|setup.py|github/a-slide/pycoQC|3.6258158085569257e-06| -|setup.py|github/kgullikson88/Telluric-Fitter|3.6258158085569257e-06| -|setup.py|github/vatlab/sos-notebook|3.6258158085569257e-06| -|setup.py|github/bethgelab/foolbox|3.6258158085569257e-06| -|setup.py|github/RTIInternational/gobbli|3.6258158085569257e-06| -|setup.py|github/ConorMacBride/mcalf|3.6258158085569257e-06| -|setup.py|github/astrosupriyo/pyTANSPEC|3.6258158085569257e-06| -|setup.py|github/tcassanelli/pywpf|3.6258158085569257e-06| -|setup.py|github/DrMarc/slab|3.6258158085569257e-06| -|setup.py|github/j-faria/kima|3.6258158085569257e-06| -|setup.py|github/kevin218/Eureka|3.6258158085569257e-06| -|setup.py|github/MonashSmartStructures/ospgrillage|3.6258158085569257e-06| -|setup.py|github/clauswilke/PeptideBuilder|3.6258158085569257e-06| -|setup.py|github/BPSB/combine-p-values-discrete|3.6258158085569257e-06| -|setup.py|github/lanl/swiftbat_python|3.6258158085569257e-06| -|setup.py|github/lanl/PyBNF|3.6258158085569257e-06| -|setup.py|github/lanl/scico|3.6258158085569257e-06| -|setup.py|github/ejeschke/ginga|3.6258158085569257e-06| -|setup.py|github/anuradhawick/LRBinner|3.6258158085569257e-06| -|setup.py|github/nye17/javelin|3.6258158085569257e-06| -|setup.py|github/Yu-Group/veridical-flow|3.6258158085569257e-06| -|setup.py|github/AstarVienna/Pyckles|3.6258158085569257e-06| -|setup.py|github/AstarVienna/skycalc_ipy|3.6258158085569257e-06| -|setup.py|github/AstarVienna/ScopeSim_Templates|3.6258158085569257e-06| -|setup.py|github/AstarVienna/AnisoCADO|3.6258158085569257e-06| -|setup.py|github/wiederm/transformato|3.6258158085569257e-06| -|setup.py|github/RichardObi/medigan|3.6258158085569257e-06| -|setup.py|github/mjacob1002/Eir|3.6258158085569257e-06| -|setup.py|github/ORNL/tx2|3.6258158085569257e-06| -|setup.py|github/pmaxted/pycheops|3.6258158085569257e-06| -|setup.py|github/peterk87/sistr_cmd|3.6258158085569257e-06| -|setup.py|github/jiffyclub/palettable|3.6258158085569257e-06| -|setup.py|github/ofionnad/radiowinds|3.6258158085569257e-06| -|setup.py|github/mikekatz04/BOWIE|3.6258158085569257e-06| -|setup.py|github/richteague/bettermoments|3.6258158085569257e-06| -|setup.py|github/richteague/eddy|3.6258158085569257e-06| -|setup.py|github/richteague/gofish|3.6258158085569257e-06| -|setup.py|github/richteague/disksurf|3.6258158085569257e-06| -|setup.py|github/SWIFTSIM/emulator|3.6258158085569257e-06| -|setup.py|github/liamedeiros/ehtplot|3.6258158085569257e-06| -|setup.py|github/FreBio/komics|3.6258158085569257e-06| -|setup.py|github/tardis-sn/carsus|3.6258158085569257e-06| -|setup.py|github/tardis-sn/tardis|3.6258158085569257e-06| -|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6258158085569257e-06| -|setup.py|github/iric-soft/km|3.6258158085569257e-06| -|setup.py|github/MNGuenther/allesfitter|3.6258158085569257e-06| -|setup.py|github/cbg-ethz/shorah|3.6258158085569257e-06| -|setup.py|github/minzastro/unidam|3.6258158085569257e-06| -|setup.py|github/Singh-Lab/DeMaSk|3.6258158085569257e-06| -|setup.py|github/musevlt/origin|3.6258158085569257e-06| -|setup.py|github/musevlt/muse-psfr|3.6258158085569257e-06| -|setup.py|github/cadop/seg1d|3.6258158085569257e-06| -|setup.py|github/miniufo/xinvert|3.6258158085569257e-06| -|setup.py|github/Martindelosrios/cosmic-kite|3.6258158085569257e-06| -|setup.py|github/LindleyLentati/Cobra|3.6258158085569257e-06| -|setup.py|github/jacobblum/simDRIFT|3.6258158085569257e-06| -|setup.py|github/JixingGE/GGCHEMPY|3.6258158085569257e-06| -|setup.py|github/maxpumperla/hyperas|3.6258158085569257e-06| -|setup.py|github/GenomicParisCentre/toulligQC|3.6258158085569257e-06| -|setup.py|github/prajwel/curvit|3.6258158085569257e-06| -|setup.py|github/PabloMSanAla/fabada|3.6258158085569257e-06| -|setup.py|github/djsutherland/py-sdm|3.6258158085569257e-06| -|setup.py|github/samuelefiorini/tangle|3.6258158085569257e-06| -|setup.py|github/songweizhi/Binning_refiner|3.6258158085569257e-06| -|setup.py|github/Guo-Jian-Wang/colfi|3.6258158085569257e-06| -|setup.py|github/thieu1995/permetrics|3.6258158085569257e-06| -|setup.py|github/privong/pymccorrelation|3.6258158085569257e-06| -|setup.py|github/federicomarulli/CosmoBolognaLib|3.6258158085569257e-06| -|setup.py|github/napakalas/casbert|3.6258158085569257e-06| -|setup.py|github/hover2pi/SEDkit|3.6258158085569257e-06| -|setup.py|github/jollejolles/pirecorder|3.6258158085569257e-06| -|setup.py|github/nespinoza/mc-spam|3.6258158085569257e-06| -|setup.py|github/nespinoza/juliet|3.6258158085569257e-06| -|setup.py|github/sonwell/biotools|3.6258158085569257e-06| -|setup.py|github/orcasgit/python-fitbit|3.6258158085569257e-06| -|setup.py|github/podondra/eidein|3.6258158085569257e-06| -|setup.py|github/vanheeringen-lab/gimmemotifs|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanopack|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanomath|3.6258158085569257e-06| -|setup.py|github/wdecoster/NanoPlot|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanoget|3.6258158085569257e-06| -|setup.py|github/wdecoster/NanoComp|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanocomp|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanostat|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanolyse|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanoQC|3.6258158085569257e-06| -|setup.py|github/wdecoster/nanofilt|3.6258158085569257e-06| -|setup.py|github/KBNLresearch/ochre|3.6258158085569257e-06| -|setup.py|github/engyasin/Offline_MOT|3.6258158085569257e-06| -|setup.py|github/Bahler-Lab/pyphe|3.6258158085569257e-06| -|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6258158085569257e-06| -|setup.py|github/guangtunbenzhu/SetCoverPy|3.6258158085569257e-06| -|setup.py|github/bxia888/CEFCIG|3.6258158085569257e-06| -|setup.py|github/OBrink/RanDepict|3.6258158085569257e-06| -|setup.py|github/Cascella-Group-UiO/HyMD|3.6258158085569257e-06| -|setup.py|github/MDAnalysis/mdanalysis|3.6258158085569257e-06| -|setup.py|github/LucaMalavolta/PyORBIT|3.6258158085569257e-06| -|setup.py|github/cog-imperial/GPdoemd|3.6258158085569257e-06| -|setup.py|github/cog-imperial/galini|3.6258158085569257e-06| -|setup.py|github/cog-imperial/entmoot|3.6258158085569257e-06| -|setup.py|github/cog-imperial/suspect|3.6258158085569257e-06| -|setup.py|github/rohinkumar/correlcalc|3.6258158085569257e-06| -|setup.py|github/fakedrtom/oncogemini|3.6258158085569257e-06| -|setup.py|github/vijayvarma392/binaryBHexp|3.6258158085569257e-06| -|setup.py|github/Xia-Yijie/Xponge|3.6258158085569257e-06| -|setup.py|github/WorkflowConversion/CTDConverter|3.6258158085569257e-06| -|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6258158085569257e-06| -|setup.py|github/maxibor/sam2lca|3.6258158085569257e-06| -|setup.py|github/nanograv/PINT|3.6258158085569257e-06| -|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6258158085569257e-06| -|setup.py|github/recipy/recipy|3.6258158085569257e-06| -|setup.py|github/abrupt-climate/hyper-canny|3.6258158085569257e-06| -|setup.py|github/YosefLab/scvi-tools|3.6258158085569257e-06| -|setup.py|github/caracal-pipeline/caracal|3.6258158085569257e-06| -|setup.py|github/supernnova/SuperNNova|3.6258158085569257e-06| -|setup.py|github/timstaley/voevent-parse|3.6258158085569257e-06| -|setup.py|github/fitbenchmarking/fitbenchmarking|3.6258158085569257e-06| -|setup.py|github/TPI-Immunogenetics/igmat|3.6258158085569257e-06| -|setup.py|github/seclark/RHT|3.6258158085569257e-06| -|setup.py|github/fair-software/howfairis|3.6258158085569257e-06| -|setup.py|github/fair-software/fairtally|3.6258158085569257e-06| -|setup.py|github/cosimoNigro/agnpy|3.6258158085569257e-06| -|setup.py|github/ggonnella/gfapy|3.6258158085569257e-06| -|setup.py|github/mbaes/SpheCow|3.6258158085569257e-06| -|setup.py|github/tensorly/viz|3.6258158085569257e-06| -|setup.py|github/Astroua/TurbuStat|3.6258158085569257e-06| -|setup.py|github/Astroua/SCIMES|3.6258158085569257e-06| -|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6258158085569257e-06| -|setup.py|github/TimothyADavis/KinMSpy|3.6258158085569257e-06| -|setup.py|github/ml-evs/matador|3.6258158085569257e-06| -|setup.py|github/ekaterinailin/AltaiPony|3.6258158085569257e-06| -|setup.py|github/pytoolz/toolz|3.6258158085569257e-06| -|setup.py|github/rjtanner/StarburstPy|3.6258158085569257e-06| -|setup.py|github/tylunel/pvpumpingsystem|3.6258158085569257e-06| -|setup.py|github/ledatelescope/bifrost|3.6258158085569257e-06| -|setup.py|github/afarahi/tatter|3.6258158085569257e-06| -|setup.py|github/afarahi/PoPE|3.6258158085569257e-06| -|setup.py|github/afarahi/kllr|3.6258158085569257e-06| -|setup.py|github/migp11/pyfastcore|3.6258158085569257e-06| -|setup.py|github/aspuru-guzik-group/funsies|3.6258158085569257e-06| -|setup.py|github/zclaytor/kiauhoku|3.6258158085569257e-06| -|setup.py|github/zclaytor/butterpy|3.6258158085569257e-06| -|setup.py|github/cmillion/gPhoton|3.6258158085569257e-06| -|setup.py|github/mdruett/COCOPLOT|3.6258158085569257e-06| -|setup.py|github/XSLiuLab/Seq2Neo|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/BXA|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/PyMultiNest|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/UltraNest|3.6258158085569257e-06| -|setup.py|github/JohannesBuchner/nway|3.6258158085569257e-06| -|setup.py|github/sfschen/velocileptors|3.6258158085569257e-06| -|setup.py|github/wtsi-hpag/HiLine|3.6258158085569257e-06| -|setup.py|github/Magritte-code/Magritte|3.6258158085569257e-06| -|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6258158085569257e-06| -|setup.py|github/4pisky/fourpisky-core|3.6258158085569257e-06| -|setup.py|github/jianhuupenn/SpaGCN|3.6258158085569257e-06| -|setup.py|github/philres/catfishq|3.6258158085569257e-06| -|setup.py|github/virgesmith/neworder|3.6258158085569257e-06| -|setup.py|github/andresmegias/richvalues|3.6258158085569257e-06| -|setup.py|github/scipion-em/scipion-em-continuousflex|3.6258158085569257e-06| -|setup.py|github/markusbonse/applefy|3.6258158085569257e-06| -|setup.py|github/soichiro-hattori/unpopular|3.6258158085569257e-06| -|setup.py|github/JoeMcEwen/FAST-PT|3.6258158085569257e-06| -|setup.py|github/NREL/graph-env|3.6258158085569257e-06| -|setup.py|github/AnantharamanLab/vRhyme|3.6258158085569257e-06| -|setup.py|github/fpavogt/fcmaker|3.6258158085569257e-06| -|setup.py|github/cy-xu/cosmic-conn|3.6258158085569257e-06| -|setup.py|github/mishioo/tesliper|3.6258158085569257e-06| -|setup.py|github/PhilippJunk/homelette|3.6258158085569257e-06| -|setup.py|github/cumbof/honto|3.6258158085569257e-06| -|setup.py|github/ideasrule/platon|3.6258158085569257e-06| -|setup.py|github/benvanwerkhoven/kernel_tuner|3.6258158085569257e-06| -|setup.py|github/Starfish-develop/Starfish|3.6258158085569257e-06| -|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6258158085569257e-06| -|setup.py|github/dmey/synthia|3.6258158085569257e-06| -|setup.py|github/astronomyk/SimCADO|3.6258158085569257e-06| -|setup.py|github/PlanetHunters/tkmatrix|3.6258158085569257e-06| -|setup.py|github/dmnfarrell/epitopepredict|3.6258158085569257e-06| -|setup.py|github/dmnfarrell/snpgenie|3.6258158085569257e-06| -|setup.py|github/gem-pasteur/macsyfinder|3.6258158085569257e-06| -|setup.py|github/dfujim/bfit|3.6258158085569257e-06| -|setup.py|github/smog-server/OpenSMOG|3.6258158085569257e-06| -|setup.py|github/ziotom78/dacapo_calibration|3.6258158085569257e-06| -|setup.py|github/ChrisBeaumont/brut|3.6258158085569257e-06| -|setup.py|github/icb-dcm/pyabc|3.6258158085569257e-06| -|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6258158085569257e-06| -|setup.py|github/DeltaRCM/pyDeltaRCM|3.6258158085569257e-06| -|setup.py|github/vferat/pycrostates|3.6258158085569257e-06| -|setup.py|github/snad-space/zwad|3.6258158085569257e-06| -|setup.py|github/matplotlib/matplotlib|3.6258158085569257e-06| -|setup.py|github/joe-antognini/kozai|3.6258158085569257e-06| -|setup.py|github/NickSwainston/pulsar_spectra|3.6258158085569257e-06| -|setup.py|github/YSOVAR/YSOVAR|3.6258158085569257e-06| -|setup.py|github/symmy596/Polypy|3.6258158085569257e-06| -|setup.py|github/symmy596/SurfinPy|3.6258158085569257e-06| -|setup.py|github/adbar/htmldate|3.6258158085569257e-06| -|setup.py|github/numba/numba|3.6258158085569257e-06| -|setup.py|github/dparks1134/RefineM|3.6258158085569257e-06| -|setup.py|github/galkintool/galkin|3.6258158085569257e-06| -|setup.py|github/ICAMS/strucscan|3.6258158085569257e-06| -|setup.py|github/tmcclintock/cluster_toolkit|3.6258158085569257e-06| -|setup.py|github/ajeldorado/falco-python|3.6258158085569257e-06| -|setup.py|github/odb9402/CNNPeaks|3.6258158085569257e-06| -|setup.py|github/fcs-analysis/PyScanFCS|3.6258158085569257e-06| -|setup.py|github/fcs-analysis/PyCorrFit|3.6258158085569257e-06| -|setup.py|github/hyperopt/hyperopt|3.6258158085569257e-06| -|setup.py|github/lmfit/lmfit-py|3.6258158085569257e-06| -|setup.py|github/dmentipl/plonk|3.6258158085569257e-06| -|setup.py|github/NiallJeffrey/DeepMass|3.6258158085569257e-06| -|setup.py|github/javicarron/pynkowski|3.6258158085569257e-06| -|setup.py|github/javicarron/mtneedlet|3.6258158085569257e-06| -|setup.py|github/ryansmcgee/seirsplus|3.6258158085569257e-06| -|setup.py|github/coljac/sensie|3.6258158085569257e-06| -|setup.py|github/deepmedic/deepmedic|3.6258158085569257e-06| -|setup.py|github/realfastvla/realfast|3.6258158085569257e-06| -|setup.py|github/realfastvla/rfpipe|3.6258158085569257e-06| -|setup.py|github/brian-team/brian2|3.6258158085569257e-06| -|setup.py|github/lberaldoesilva/naif|3.6258158085569257e-06| -|setup.py|github/DirectDM/directdm-py|3.6258158085569257e-06| -|setup.py|github/matchms/matchms|3.6258158085569257e-06| -|setup.py|github/matchms/ms2deepscore|3.6258158085569257e-06| -|setup.py|github/tschad/pycelp|3.6258158085569257e-06| -|setup.py|github/herjy/SLIT|3.6258158085569257e-06| -|setup.py|github/carpyncho/carpyncho-py|3.6258158085569257e-06| -|setup.py|github/getzlab/rnaseqc|3.6258158085569257e-06| -|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6258158085569257e-06| -|setup.py|github/einsteinpy/einsteinpy|3.6258158085569257e-06| -|setup.py|github/morriscb/The-wiZZ|3.6258158085569257e-06| -|setup.py|github/edwardoughton/itmlogic|3.6258158085569257e-06| -|setup.py|github/CLARIAH/grlc|3.6258158085569257e-06| -|setup.py|github/davemlz/eemont|3.6258158085569257e-06| -|setup.py|github/qpv-research-group/solcore5|3.6258158085569257e-06| -|setup.py|github/HajimeKawahara/sot|3.6258158085569257e-06| -|setup.py|github/HajimeKawahara/exojax|3.6258158085569257e-06| -|setup.py|github/codemeleon/seqPanther|3.6258158085569257e-06| -|setup.py|github/popgenmethods/smcpp|3.6258158085569257e-06| -|setup.py|github/actris-cloudnet/cloudnetpy|3.6258158085569257e-06| -|setup.py|github/spokenlanguage/platalea|3.6258158085569257e-06| -|setup.py|github/linnarsson-lab/loompy|3.6258158085569257e-06| -|setup.py|github/compomics/DeepLC|3.6258158085569257e-06| -|setup.py|github/aabdurrouf/piXedfit|3.6258158085569257e-06| -|setup.py|github/lantunes/cellpylib|3.6258158085569257e-06| -|setup.py|github/SISPO-developers/sispo|3.6258158085569257e-06| -|setup.py|github/precice/micro-manager|3.6258158085569257e-06| -|setup.py|github/LBNL-ETA/MSWH|3.6258158085569257e-06| -|setup.py|github/chasmani/piecewise-regression|3.6258158085569257e-06| -|setup.py|github/shbhuk/barycorrpy|3.6258158085569257e-06| -|setup.py|github/shbhuk/mrexo|3.6258158085569257e-06| -|setup.py|github/warrickball/tomso|3.6258158085569257e-06| -|setup.py|github/apertif/apercal|3.6258158085569257e-06| -|setup.py|github/pynbody/pynbody|3.6258158085569257e-06| -|setup.py|github/pynbody/tangos|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/flamingo|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/insilico-server|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/swan|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/CAT|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/Moka|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/ceiba-cli|3.6258158085569257e-06| -|setup.py|github/nlesc-nano/ceiba|3.6258158085569257e-06| -|setup.py|github/yymao/abundancematching|3.6258158085569257e-06| -|setup.py|github/cmbant/getdist|3.6258158085569257e-06| -|setup.py|github/CosmoStat/shapepipe|3.6258158085569257e-06| -|setup.py|github/linqs/psl|3.6258158085569257e-06| -|setup.py|github/toshiyan/cmblensplus|3.6258158085569257e-06| -|setup.py|github/opencobra/cobrapy|3.6258158085569257e-06| -|setup.py|github/RaRe-Technologies/gensim|3.6258158085569257e-06| -|setup.py|github/pybamm-team/PyBaMM|3.6258158085569257e-06| -|setup.py|github/pybamm-team/liionpack|3.6258158085569257e-06| -|setup.py|github/dnarayanan/powderday|3.6258158085569257e-06| -|setup.py|github/RECeSS-EU-Project/stanscofi|3.6258158085569257e-06| -|setup.py|github/ACEnglish/truvari|3.6258158085569257e-06| -|setup.py|github/CQCL/qujax|3.6258158085569257e-06| -|setup.py|github/stevengiacalone/triceratops|3.6258158085569257e-06| -|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6258158085569257e-06| -|setup.py|github/jakevdp/wpca|3.6258158085569257e-06| -|setup.py|github/smoh/kinesis|3.6258158085569257e-06| -|setup.py|github/tjiangHIT/cuteSV|3.6258158085569257e-06| -|setup.py|github/galizia-lab/pyview|3.6258158085569257e-06| -|setup.py|github/4dn-dcic/pairix|3.6258158085569257e-06| -|setup.py|github/phenomecentre/nPYc-Toolbox|3.6258158085569257e-06| -|setup.py|github/LucIJspeert/eclipsr|3.6258158085569257e-06| -|setup.py|github/LucIJspeert/star_shadow|3.6258158085569257e-06| -|setup.py|github/egjergo/galcem|3.6258158085569257e-06| -|setup.py|github/nanoporetech/qcat|3.6258158085569257e-06| -|setup.py|github/nanoporetech/megalodon|3.6258158085569257e-06| -|setup.py|github/nanoporetech/tombo|3.6258158085569257e-06| -|setup.py|github/nanoporetech/ont_fast5_api|3.6258158085569257e-06| -|setup.py|github/simonsobs/pixell|3.6258158085569257e-06| -|setup.py|github/simonsobs/nemo|3.6258158085569257e-06| -|setup.py|github/t-brandt/orvara|3.6258158085569257e-06| -|setup.py|github/connectomicslab/connectomemapper3|3.6258158085569257e-06| -|setup.py|github/CyclotronResearchCentre/bidsme|3.6258158085569257e-06| -|setup.py|github/bwengals/CCSNMultivar|3.6258158085569257e-06| -|setup.py|github/colour-science/colour|3.6258158085569257e-06| -|setup.py|github/circuitgraph/circuitgraph|3.6258158085569257e-06| -|setup.py|github/andizq/sf3dmodels|3.6258158085569257e-06| -|setup.py|github/pnnl/interflow|3.6258158085569257e-06| -|setup.py|github/gbernstein/pixmappy|3.6258158085569257e-06| -|setup.py|github/dtamayo/reboundx|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/pyranges|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/epic2|3.6258158085569257e-06| -|setup.py|github/biocore-ntnu/ncls|3.6258158085569257e-06| -|setup.py|github/tomlouden/spiderman|3.6258158085569257e-06| -|setup.py|github/sbebo/joypy|3.6258158085569257e-06| -|setup.py|github/EISy-as-Py/hardy|3.6258158085569257e-06| -|setup.py|github/bfarr/exocartographer|3.6258158085569257e-06| -|setup.py|github/kennethcarrell/ATARRI|3.6258158085569257e-06| -|setup.py|github/lynx-x-ray-observatory/soxs|3.6258158085569257e-06| -|setup.py|github/keflavich/HiGal_SEDfitter|3.6258158085569257e-06| -|setup.py|github/spacetelescope/specview|3.6258158085569257e-06| -|setup.py|github/spacetelescope/stginga|3.6258158085569257e-06| -|setup.py|github/spacetelescope/synphot_refactor|3.6258158085569257e-06| -|setup.py|github/spacetelescope/specviz|3.6258158085569257e-06| -|setup.py|github/spacetelescope/stsynphot_refactor|3.6258158085569257e-06| -|setup.py|github/spacetelescope/imexam|3.6258158085569257e-06| -|setup.py|github/rvalieris/parallel-fastq-dump|3.6258158085569257e-06| -|setup.py|github/comprna/reorientexpress|3.6258158085569257e-06| -|setup.py|github/brentp/geneimpacts|3.6258158085569257e-06| -|setup.py|github/brentp/cigar|3.6258158085569257e-06| -|setup.py|github/dbuscher/pois|3.6258158085569257e-06| -|setup.py|github/vincentlab/PyFR|3.6258158085569257e-06| -|setup.py|github/alphaparrot/ExoPlaSim|3.6258158085569257e-06| -|setup.py|github/ulelab/ultraplex|3.6258158085569257e-06| -|setup.py|github/cov-lineages/pangolin|3.6258158085569257e-06| -|setup.py|github/chapmanb/bcbb|3.6258158085569257e-06| -|setup.py|github/AlexanderLabWHOI/EUKulele|3.6258158085569257e-06| -|setup.py|github/bioinform/somaticseq|3.6258158085569257e-06| -|setup.py|github/rasg-affiliates/healvis|3.6258158085569257e-06| -|setup.py|github/jbussemaker/SBArchOpt|3.6258158085569257e-06| -|setup.py|github/ngltr/sinaps|3.6258158085569257e-06| -|setup.py|github/biobakery/MetaPhlAn|3.6258158085569257e-06| -|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6258158085569257e-06| -|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6258158085569257e-06| -|setup.py|github/seqcode/allo|3.6258158085569257e-06| -|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6258158085569257e-06| -|setup.py|github/dwkim78/upsilon|3.6258158085569257e-06| -|setup.py|github/dwkim78/pdtrend|3.6258158085569257e-06| -|setup.py|github/dwkim78/ASTRiDE|3.6258158085569257e-06| -|setup.py|github/spacepy/spacepy|3.6258158085569257e-06| -|setup.py|github/MartianColonist/POSEIDON|3.6258158085569257e-06| -|setup.py|github/FrancesBW/bellamy|3.6258158085569257e-06| -|setup.py|github/DeepRank/DeepRank-GNN|3.6258158085569257e-06| -|setup.py|github/DeepRank/pdb2sql|3.6258158085569257e-06| -|setup.py|github/DeepRank/iScore|3.6258158085569257e-06| -|setup.py|github/DeepRank/deeprank|3.6258158085569257e-06| -|setup.py|github/DeepRank/pssmgen|3.6258158085569257e-06| -|setup.py|github/SCM-NV/qmflows|3.6258158085569257e-06| -|setup.py|github/SCM-NV/pyZacros|3.6258158085569257e-06| -|setup.py|github/SCM-NV/qmflows-namd|3.6258158085569257e-06| -|setup.py|github/fred3m/toyz|3.6258158085569257e-06| -|setup.py|github/avigan/SPHERE|3.6258158085569257e-06| -|setup.py|github/avigan/pyZELDA|3.6258158085569257e-06| -|setup.py|github/MannLabs/alphapept|3.6258158085569257e-06| -|setup.py|github/jorisparet/partycls|3.6258158085569257e-06| -|setup.py|github/conda/pycosat|3.6258158085569257e-06| -|setup.py|github/conda/conda|3.6258158085569257e-06| -|setup.py|github/kerkelae/disimpy|3.6258158085569257e-06| -|setup.py|github/bootphon/phonemizer|3.6258158085569257e-06| -|setup.py|github/Adamtaranto/Yanagiba|3.6258158085569257e-06| -|setup.py|github/beastraban/INSANE|3.6258158085569257e-06| -|setup.py|github/tool-bin/ukbcc|3.6258158085569257e-06| -|setup.py|github/schlafly/crowdsource|3.6258158085569257e-06| -|setup.py|github/catherinezucker/radfil|3.6258158085569257e-06| -|setup.py|github/mzy2240/ESA|3.6258158085569257e-06| -|setup.py|github/cire-thk/BifacialSimu|3.6258158085569257e-06| -|setup.py|github/twesterhout/lattice-symmetries|3.6258158085569257e-06| -|setup.py|github/clawpack/clawpack|3.6258158085569257e-06| -|setup.py|github/dunnkers/fseval|3.6258158085569257e-06| -|setup.py|github/agree019/DarkCapPy|3.6258158085569257e-06| -|setup.py|github/agurvich/FIRE_studio|3.6258158085569257e-06| -|setup.py|github/panoptes-organization/panoptes|3.6258158085569257e-06| -|setup.py|github/johnlees/pp-sketchlib|3.6258158085569257e-06| -|setup.py|github/BackmanLab/PWSpy|3.6258158085569257e-06| -|setup.py|github/pyro-ppl/pyro|3.6258158085569257e-06| -|setup.py|github/3fon3fonov/exostriker|3.6258158085569257e-06| -|setup.py|github/VeinsOfTheEarth/rabpro|3.6258158085569257e-06| -|setup.py|github/martinjzhang/scDRS|3.6258158085569257e-06| -|setup.py|github/sherpa-deproject/deproject|3.6258158085569257e-06| -|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6258158085569257e-06| -|setup.py|github/UNSW-CEEM/nempy|3.6258158085569257e-06| -|setup.py|github/smirarab/sepp|3.6258158085569257e-06| -|setup.py|github/jiahecui/SenAOReFoc|3.6258158085569257e-06| -|setup.py|github/gdrouart/MrMoose|3.6258158085569257e-06| -|setup.py|github/benmontet/f3|3.6258158085569257e-06| -|setup.py|github/cabb99/open3spn2|3.6258158085569257e-06| -|setup.py|github/equib/pyEQUIB|3.6258158085569257e-06| -|setup.py|github/julianreul/mode_behave|3.6258158085569257e-06| -|setup.py|github/cas-bioinf/rboAnalyzer|3.6258158085569257e-06| -|setup.py|github/matthewholman/assist|3.6258158085569257e-06| -|setup.py|github/PyPSA/atlite|3.6258158085569257e-06| -|setup.py|github/PyPSA/linopy|3.6258158085569257e-06| -|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6258158085569257e-06| -|setup.py|github/shadden/celmech|3.6258158085569257e-06| -|setup.py|github/parmoo/parmoo|3.6258158085569257e-06| -|setup.py|github/cameronliang/BayesVP|3.6258158085569257e-06| -|setup.py|github/undark-lab/sstrax|3.6258158085569257e-06| -|setup.py|github/dstndstn/astrometry.net|3.6258158085569257e-06| -|setup.py|github/OpenMDAO/dymos|3.6258158085569257e-06| -|setup.py|github/thomaspinder/GPJax|3.6258158085569257e-06| -|setup.py|github/natashabatalha/PandExo|3.6258158085569257e-06| -|setup.py|github/natashabatalha/picaso|3.6258158085569257e-06| -|setup.py|github/bcgsc/tigmint|3.6258158085569257e-06| -|setup.py|github/atomneb/AtomNeb-py|3.6258158085569257e-06| -|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6258158085569257e-06| -|setup.py|github/epic-astronomy/EPIC|3.6258158085569257e-06| -|setup.py|github/matteobreschi/bajes|3.6258158085569257e-06| -|setup.py|github/Filter-Bubble/e2e-Dutch|3.6258158085569257e-06| -|setup.py|github/exobssim/rapoc-public|3.6258158085569257e-06| -|setup.py|github/LSSTDESC/CCL|3.6258158085569257e-06| -|setup.py|github/LSSTDESC/descqa|3.6258158085569257e-06| -|setup.py|github/ynop/audiomate|3.6258158085569257e-06| -|setup.py|github/maayane/catsHTM|3.6258158085569257e-06| -|setup.py|github/MIC-DKFZ/HD-BET|3.6258158085569257e-06| -|setup.py|github/MIC-DKFZ/TractSeg|3.6258158085569257e-06| -|setup.py|github/SIOSlab/exodetbox|3.6258158085569257e-06| -|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6258158085569257e-06| -|setup.py|github/Alymantara/pydoppler|3.6258158085569257e-06| -|setup.py|github/gpantel/MolPainter|3.6258158085569257e-06| -|setup.py|github/jfowkes/pycutest|3.6258158085569257e-06| -|setup.py|github/fruzsinaagocs/oscode|3.6258158085569257e-06| -|setup.py|github/OpenWaterAnalytics/EPyT|3.6258158085569257e-06| -|setup.py|github/fraserw/TRIPPy|3.6258158085569257e-06| -|setup.py|github/abhisrkckl/GWecc|3.6258158085569257e-06| -|setup.py|github/VMBoehm/MADLens|3.6258158085569257e-06| -|setup.py|github/astro-informatics/ssht|3.6258158085569257e-06| -|setup.py|github/astro-informatics/s2let|3.6258158085569257e-06| -|setup.py|github/BD2KGenomics/toil|3.6258158085569257e-06| -|setup.py|github/genouest/biomaj-cli|3.6258158085569257e-06| -|setup.py|github/SynthSys/pyOmeroUpload|3.6258158085569257e-06| -|setup.py|github/astrosmili/smili|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/ariba|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/pymummer|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/iva|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/gubbins|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/circlator|3.6258158085569257e-06| -|setup.py|github/sanger-pathogens/Fastaq|3.6258158085569257e-06| -|setup.py|github/citiususc/BigSeqKit|3.6258158085569257e-06| -|setup.py|github/gwastro/pycbc|3.6258158085569257e-06| -|setup.py|github/PyFstat/PyFstat|3.6258158085569257e-06| -|setup.py|github/tlambert03/pycudadecon|3.6258158085569257e-06| -|setup.py|github/mscroggs/symfem|3.6258158085569257e-06| -|setup.py|github/changhoonhahn/pySpectrum|3.6258158085569257e-06| -|setup.py|github/vhaasteren/piccard|3.6258158085569257e-06| -|setup.py|github/kbarbary/nestle|3.6258158085569257e-06| -|setup.py|github/kbarbary/extinction|3.6258158085569257e-06| -|setup.py|github/GabrieleParimbelli/COLIBRI|3.6258158085569257e-06| -|setup.py|github/DMGW-Goethe/imripy|3.6258158085569257e-06| -|setup.py|github/Libensemble/libensemble|3.6258158085569257e-06| -|setup.py|github/biomedia-mira/blast-ct|3.6258158085569257e-06| -|setup.py|github/timothydmorton/vespa|3.6258158085569257e-06| -|setup.py|github/morpheus-project/morpheus|3.6258158085569257e-06| -|setup.py|github/insilicomedicine/GENTRL|3.6258158085569257e-06| -|setup.py|github/HillLab/SomaticSiMu|3.6258158085569257e-06| -|setup.py|github/swiftsim/swiftsimio|3.6258158085569257e-06| -|setup.py|github/milnus/Corekaburra|3.6258158085569257e-06| -|setup.py|github/djones1040/PythonPhot|3.6258158085569257e-06| -|setup.py|github/rhayes777/PyAutoFit|3.6258158085569257e-06| -|setup.py|github/Qiskit/rustworkx|3.6258158085569257e-06| -|setup.py|github/manodeep/Corrfunc|3.6258158085569257e-06| -|setup.py|github/mmp2/megaman|3.6258158085569257e-06| -|setup.py|github/yatiml/yatiml|3.6258158085569257e-06| -|setup.py|github/andycasey/sick|3.6258158085569257e-06| -|setup.py|github/eelregit/mcfit|3.6258158085569257e-06| -|setup.py|github/raspishake/rsudp|3.6258158085569257e-06| -|setup.py|github/fjankowsk/scatfit|3.6258158085569257e-06| -|setup.py|github/Ayuei/DeBEIR|3.6258158085569257e-06| -|setup.py|github/BartoszBartmanski/StoSpa2|3.6258158085569257e-06| -|setup.py|github/babinyurii/recan|3.6258158085569257e-06| -|setup.py|github/xpsi-group/xpsi|3.6258158085569257e-06| -|setup.py|github/zblz/naima|3.6258158085569257e-06| -|setup.py|github/nicolet5/DiffCapAnalyzer|3.6258158085569257e-06| -|setup.py|github/ChenfuShi/HiChIP_peaks|3.6258158085569257e-06| -|setup.py|github/Caltech-IPAC/Montage|3.6258158085569257e-06| -|setup.py|github/radifar/PyPLIF-HIPPOS|3.6258158085569257e-06| -|setup.py|github/perfanalytics/pose2sim|3.6258158085569257e-06| -|setup.py|github/noraeisner/LATTE|3.6258158085569257e-06| -|setup.py|github/lh3/minimap2|3.6258158085569257e-06| -|setup.py|github/NLeSC/mcfly|3.6258158085569257e-06| -|setup.py|github/NLeSC/Massive-PotreeConverter|3.6258158085569257e-06| -|setup.py|github/NLeSC/cptm|3.6258158085569257e-06| -|setup.py|github/NLeSC/noodles|3.6258158085569257e-06| -|setup.py|github/NLeSC/boatswain|3.6258158085569257e-06| -|setup.py|github/NLESC-JCER/QMCTorch|3.6258158085569257e-06| -|setup.py|github/DLR-RM/BlenderProc|3.6258158085569257e-06| -|setup.py|github/NeuralEnsemble/PyNN|3.6258158085569257e-06| -|setup.py|github/SYalouz/QuantNBody|3.6258158085569257e-06| -|setup.py|github/pec27/hfof|3.6258158085569257e-06| -|setup.py|github/pec27/smerfs|3.6258158085569257e-06| -|setup.py|github/ageller/firefly|3.6258158085569257e-06| -|setup.py|github/Fermipy/fermipy|3.6258158085569257e-06| -|setup.py|github/szwiep/py_SBeLT|3.6258158085569257e-06| -|setup.py|github/ylab-hi/ScanExitronLR|3.6258158085569257e-06| -|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6258158085569257e-06| -|setup.py|github/shilpagarg/WHdenovo|3.6258158085569257e-06| -|setup.py|github/pmelchior/skymapper|3.6258158085569257e-06| -|setup.py|github/pmelchior/pyGMMis|3.6258158085569257e-06| -|setup.py|github/pmelchior/scarlet|3.6258158085569257e-06| -|setup.py|github/bulik/ldsc|3.6258158085569257e-06| -|setup.py|github/weecology/retriever|3.6258158085569257e-06| -|setup.py|github/sanjibs/bmcmc|3.6258158085569257e-06| -|setup.py|github/sxs-collaboration/gwsurrogate|3.6258158085569257e-06| -|setup.py|github/MrMinimal64/multivar_horner|3.6258158085569257e-06| -|setup.py|github/jmschrei/pomegranate|3.6258158085569257e-06| -|setup.py|github/christopherburke/tess-point|3.6258158085569257e-06| -|setup.py|github/oschwengers/referenceseeker|3.6258158085569257e-06| -|setup.py|github/oschwengers/platon|3.6258158085569257e-06| -|setup.py|github/oschwengers/bakta|3.6258158085569257e-06| -|setup.py|github/spglib/spgrep|3.6258158085569257e-06| -|setup.py|github/easybuilders/easybuild|3.6258158085569257e-06| -|setup.py|github/infer-actively/pymdp|3.6258158085569257e-06| -|setup.py|github/Gaiana/nirdust|3.6258158085569257e-06| -|setup.py|github/gagneurlab/drop|3.6258158085569257e-06| -|setup.py|github/rbturnbull/ausdex|3.6258158085569257e-06| -|setup.py|github/SJ001/AI-Feynman|3.6258158085569257e-06| -|setup.py|github/lkmklsmn/DrivAER|3.6258158085569257e-06| -|setup.py|github/pierrehoudayer/RUBIS|3.6258158085569257e-06| -|setup.py|github/NuGrid/NuPyCEE|3.6258158085569257e-06| -|setup.py|github/wasserman-group/pyCADMium|3.6258158085569257e-06| -|setup.py|github/iomega/spec2vec|3.6258158085569257e-06| -|setup.py|github/amusecode/amuse|3.6258158085569257e-06| -|setup.py|github/COVID-IWG/epimargin|3.6258158085569257e-06| -|setup.py|github/birnstiel/two-pop-py|3.6258158085569257e-06| -|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6258158085569257e-06| -|setup.py|github/auctus-team/pycapacity|3.6258158085569257e-06| -|setup.py|github.com/idptools/metapredict|3.6258158085569257e-06| -|setup.py|github/sfarrens/sf_deconvolve|3.6258158085569257e-06| -|setup.py|github/dynamicslab/pysindy|3.6258158085569257e-06| -|setup.py|github/ismaelpessa/PyMUSE|3.6258158085569257e-06| -|setup.py|github/WBK-Robotics/pybullet_industrial|3.6258158085569257e-06| -|setup.py|github/carlosborca/CrystaLattE|3.6258158085569257e-06| -|setup.py|github/PaulHancock/Aegean|3.6258158085569257e-06| -|setup.py|github/drcandacemakedamoore/cleanX|3.6258158085569257e-06| -|setup.py|github/ReSurfEMG/ReSurfEMG|3.6258158085569257e-06| -|setup.py|github/jeaadams/ExoPix|3.6258158085569257e-06| -|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.620920910212316e-06| -|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.599419072588036e-06| -|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5971356055112413e-06| -|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.595967574847198e-06| -|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.595967574847198e-06| -|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.595967574847198e-06| -|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.595967574847198e-06| -|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.595967574847198e-06| -|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.595967574847198e-06| -|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.595967574847198e-06| -|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.595967574847198e-06| -|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.595967574847198e-06| -|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.595967574847198e-06| -|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.595967574847198e-06| -|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.595967574847198e-06| -|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.595967574847198e-06| -|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.595967574847198e-06| -|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.595967574847198e-06| -|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.594258075155518e-06| -|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.5895576504713635e-06| -|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.5895576504713635e-06| -|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.5895576504713635e-06| -|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.5895576504713635e-06| -|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.5895576504713635e-06| -|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| -|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.5895576504713635e-06| -|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5895576504713563e-06| -|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5895576504713563e-06| -|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5895576504713563e-06| -|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5895576504713563e-06| -|pypi|[ares](https://github.com/barnumbirr/ares)|3.5895576504713563e-06| -|pypi|[requirement](http://github.com/storborg/funniest)|3.5895576504713563e-06| -|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5895576504713563e-06| -|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5895576504713563e-06| -|pypi|[macop](https://github.com/prise-3d/macop)|3.5895576504713563e-06| -|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5895576504713563e-06| -|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5895576504713563e-06| -|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5895576504713563e-06| -|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5895576504713563e-06| -|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5895576504713563e-06| -|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5895576504713563e-06| -|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5895576504713563e-06| -|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5895576504713563e-06| -|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5895576504713563e-06| -|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5895576504713563e-06| -|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5895576504713563e-06| -|pypi|[ngs](https://broadtech.com.cn)|3.5895576504713563e-06| -|pypi|[gsf](UNKNOWN)|3.5895576504713563e-06| -|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5895576504713563e-06| -|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5895576504713563e-06| -|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5895576504713563e-06| -|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5895576504713563e-06| -|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5895576504713563e-06| -|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5895576504713563e-06| -|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5895576504713563e-06| -|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5895576504713563e-06| -|pypi|[crc](https://github.com/Nicoretti/crc)|3.5895576504713563e-06| -|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5895576504713563e-06| -|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5895576504713563e-06| -|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5895576504713563e-06| -|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5895576504713563e-06| -|pypi|[UNKNOWN](UNKNOWN)|3.5895576504713563e-06| -|pypi|[biotools](https://github.com/sonwell/biotools)|3.5895576504713563e-06| -|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5895576504713563e-06| -|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5895576504713563e-06| -|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5895576504713563e-06| -|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5895576504713563e-06| -|pypi|[neworder](https://neworder.readthedocs.io)|3.5895576504713563e-06| -|pypi|[requirements](http://github.com/mattack108/requirements)|3.5895576504713563e-06| -|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5895576504713563e-06| -|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5895576504713563e-06| -|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5895576504713563e-06| -|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5895576504713563e-06| -|pypi|[galkin](UNKNOWN)|3.5895576504713563e-06| -|pypi|[SLIT](https://github.com/bweir/slit)|3.5895576504713563e-06| -|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5895576504713563e-06| -|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5895576504713563e-06| -|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5895576504713563e-06| -|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5895576504713563e-06| -|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5895576504713563e-06| -|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5895576504713563e-06| -|pypi|[Libra](https://github.com/Palashio/libra)|3.5895576504713563e-06| -|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5895576504713563e-06| -|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5895576504713563e-06| -|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5895576504713563e-06| -|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5895576504713563e-06| -|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5895576504713563e-06| -|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5895576504713563e-06| -|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5895576504713563e-06| -|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5895576504713563e-06| -|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5895576504713563e-06| -|pypi|[megaman](https://github.com/mmp2/megaman)|3.5895576504713563e-06| -|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5895576504713563e-06| -|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5895576504713563e-06| -|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5895576504713563e-06| -|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.576841606163006e-06| -|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.576841606163006e-06| -|pypi|[watermark](https://pypi.org/project/watermark)|3.531133160209732e-06| -|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4993438999965468e-06| -|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4839824254574928e-06| -|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4839824254574928e-06| -|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4839824254574928e-06| -|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4839824254574928e-06| -|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4839824254574928e-06| -|pypi|[truecase](https://pypi.org/project/truecase)|3.4839824254574928e-06| -|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4839824254574928e-06| -|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4839824254574928e-06| -|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4839824254574928e-06| -|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4839824254574928e-06| -|pypi|[fireo](https://pypi.org/project/fireo)|3.4839824254574928e-06| -|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.4773839738941264e-06| -|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4757294948885647e-06| -|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.4672325099504854e-06| -|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4514977408378424e-06| -|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4514977408378424e-06| -|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4514977408378424e-06| -|pypi|[parsley](https://pypi.org/project/parsley)|3.4514977408378424e-06| -|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4310142713339627e-06| -|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.416982763429464e-06| -|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.416982763429464e-06| -|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.416982763429464e-06| -|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.416982763429464e-06| -|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.416982763429464e-06| -|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.416982763429464e-06| -|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.410754714483934e-06| -|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.410754714483934e-06| -|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.393417365060985e-06| -|pypi|[fury](https://pypi.org/project/fury)|3.3933672525711016e-06| -|pypi|[obspy](https://www.obspy.org)|3.390137781000727e-06| -|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3844400704444213e-06| -|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3844400704444213e-06| -|pypi|[colorful](https://pypi.org/project/colorful)|3.3844400704444213e-06| -|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3844400704444213e-06| -|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3844400704444213e-06| -|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3844400704444213e-06| -|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3844400704444213e-06| -|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3844400704444213e-06| -|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3844400704444213e-06| -|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3844400704444213e-06| -|pypi|[pygam](https://github.com/dswah/pyGAM)|3.376961825339274e-06| -|pypi|[pythran](https://pypi.org/project/pythran)|3.369499598062275e-06| -|pypi|[meson-python](https://pypi.org/project/meson-python)|3.369499598062275e-06| -|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.369499598062275e-06| -|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.354245500692201e-06| -|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3493005921108274e-06| -|pypi|[biomaj-core](http://biomaj.genouest.org)|3.340337734078415e-06| -|pypi|[funsor](https://pypi.org/project/funsor)|3.3399079642543632e-06| -|pypi|[csvw](https://github.com/cldf/csvw)|3.320340826686006e-06| -|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3201819967014728e-06| -|pypi|[httpcore](https://pypi.org/project/httpcore)|3.314930727834815e-06| -|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.3091234590282815e-06| -|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2904278462654096e-06| -|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.263234227701232e-06| -|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2622985161000246e-06| -|pypi|[questionary](https://pypi.org/project/questionary)|3.2417426602549882e-06| -|pypi|[ubelt](https://pypi.org/project/ubelt)|3.2356356186158995e-06| -|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2306018854242204e-06| -|pypi|[pot](https://pypi.org/project/pot)|3.2306018854242204e-06| -|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2306018854242204e-06| -|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.230601885424211e-06| -|pypi|[wxpython](http://wxPython.org/)|3.221627991298049e-06| -|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.2175628939588344e-06| -|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.212084326116237e-06| -|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.208167150108775e-06| -|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.208167150108775e-06| -|pypi|[pyro4](https://pypi.org/project/pyro4)|3.208167150108775e-06| -|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.208167150108775e-06| -|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.208167150108775e-06| -|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.208167150108775e-06| -|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.208167150108775e-06| -|pypi|[couchbase](https://pypi.org/project/couchbase)|3.208167150108775e-06| -|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.208167150108775e-06| -|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.208167150108775e-06| -|pypi|[pyArango](https://pypi.org/project/pyArango)|3.208167150108775e-06| -|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.204962187920854e-06| -|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.204962187920854e-06| -|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.2021270290623085e-06| -|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.198295866569978e-06| -|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1961931079463294e-06| -|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.176599690682616e-06| -|pypi|[platon](https://pypi.org/project/platon)|3.176599690682616e-06| -|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.176599690682616e-06| -|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.176599690682616e-06| -|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.176599690682616e-06| -|pypi|[scp](https://pypi.org/project/scp)|3.176599690682616e-06| -|pypi|[wtforms](https://pypi.org/project/wtforms)|3.176599690682616e-06| -|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.176599690682616e-06| -|pypi|[bytecode](https://pypi.org/project/bytecode)|3.176599690682616e-06| -|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.176599690682616e-06| -|pypi|[docrep](https://pypi.org/project/docrep)|3.176599690682616e-06| -|pypi|[mudata](https://pypi.org/project/mudata)|3.176599690682616e-06| -|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.172912566041645e-06| -|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1672567504158925e-06| -|pypi|[flox](https://pypi.org/project/flox)|3.158810732414793e-06| -|pypi|[vispy](https://pypi.org/project/vispy)|3.1411834403812285e-06| -|pypi|[pyside](https://pypi.org/project/pyside)|3.1411834403812285e-06| -|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.1297738598714523e-06| -|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1172474333040725e-06| -|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1172474333040725e-06| -|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.094446250406342e-06| -|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.094446250406342e-06| -|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.094446250406342e-06| -|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.094446250406342e-06| -|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.094446250406342e-06| -|pypi|[katversion](https://pypi.org/project/katversion)|3.094446250406342e-06| -|pypi|[lupa](https://pypi.org/project/lupa)|3.094446250406342e-06| -|pypi|[omnijson](https://pypi.org/project/omnijson)|3.094446250406342e-06| -|pypi|[pygelf](https://pypi.org/project/pygelf)|3.094446250406342e-06| -|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.094446250406342e-06| -|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.094446250406342e-06| -|pypi|[spead2](https://pypi.org/project/spead2)|3.094446250406342e-06| -|pypi|[katpoint](https://pypi.org/project/katpoint)|3.094446250406342e-06| -|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.094446250406342e-06| -|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.090140933884037e-06| -|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.090140933884037e-06| -|pypi|[logomaker](http://logomaker.readthedocs.io)|3.078609332841153e-06| -|pypi|[cbor2](https://pypi.org/project/cbor2)|3.06799799185586e-06| -|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.06799799185586e-06| -|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.06799799185586e-06| -|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.0664437666413866e-06| -|pypi|[stone](https://pypi.org/project/stone)|3.045996063399979e-06| -|pypi|[msrest](https://pypi.org/project/msrest)|3.045996063399979e-06| -|pypi|[azure-core](https://pypi.org/project/azure-core)|3.045996063399979e-06| -|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.037318011937301e-06| -|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.037318011937301e-06| -|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.037318011937301e-06| -|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.037318011937301e-06| -|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.037318011937301e-06| -|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.037318011937301e-06| -|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.01849166062364e-06| -|pypi|[modin](https://github.com/modin-project/modin)|3.01849166062364e-06| -|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|3.007468324624283e-06| -|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|3.0069448318179285e-06| -|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|3.0069448318179285e-06| -|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.996077687635968e-06| -|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.9912980420594638e-06| -|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.9909989122552573e-06| -|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9613850616388687e-06| -|pypi|[types-decorator](https://github.com/python/typeshed)|2.9613850616388687e-06| -|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9613850616388687e-06| -|pypi|[metpy](https://pypi.org/project/metpy)|2.9613850616388687e-06| -|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9422603692388166e-06| -|pypi|[vaex](https://pypi.org/project/vaex)|2.9422603692388166e-06| -|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9422603692388166e-06| -|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9422603692388166e-06| -|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9422603692388166e-06| -|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9422603692388166e-06| -|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9422603692388166e-06| -|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9422603692388166e-06| -|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9422603692388166e-06| -|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9422603692388166e-06| -|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9422603692388166e-06| -|pypi|[aplus](https://pypi.org/project/aplus)|2.9422603692388166e-06| -|pypi|[blake3](https://pypi.org/project/blake3)|2.9422603692388166e-06| -|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9422603692388166e-06| -|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9422603692388166e-06| -|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9422603692388166e-06| -|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9369108049311094e-06| -|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9233253027669275e-06| -|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9233253027669275e-06| -|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9233253027669275e-06| -|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9233253027669275e-06| -|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9233253027669275e-06| -|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9233253027669275e-06| -|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9233253027669275e-06| -|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9233253027669275e-06| -|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.8962348926037853e-06| -|pypi|[findspark](https://pypi.org/project/findspark)|2.8948045568317387e-06| -|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8948045568317387e-06| -|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8948045568317387e-06| -|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8948045568317387e-06| -|pypi|[gmql](https://pypi.org/project/gmql)|2.8948045568317387e-06| -|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8948045568317387e-06| -|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8948045568317387e-06| -|pypi|[strconv](https://pypi.org/project/strconv)|2.8948045568317387e-06| -|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8948045568317387e-06| -|pypi|[deepdiff](https://pypi.org/project/deepdiff)|2.8678755766265897e-06| -|pypi|[pyqt](https://pypi.org/project/pyqt)|2.862672226250907e-06| -|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.862672226250907e-06| -|pypi|[channels](https://pypi.org/project/channels)|2.8473201924978574e-06| -|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.841733139956495e-06| -|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.835750543872375e-06| -|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8355626667785964e-06| -|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.824137269120847e-06| -|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.8241372691208443e-06| -|pypi|[aafigure](https://pypi.org/project/aafigure)|2.820366725370351e-06| -|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.820366725370351e-06| -|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.820366725370351e-06| -|pypi|[spin](https://pypi.org/project/spin)|2.818544237757369e-06| -|pypi|[mizani](https://github.com/has2k1/mizani)|2.794727027866987e-06| -|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.791878172588852e-06| -|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7807106598984776e-06| -|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7659241207084616e-06| -|pypi|[hashin](https://pypi.org/project/hashin)|2.749517662351082e-06| -|pypi|[nengo](https://pypi.org/project/nengo)|2.748535510333575e-06| -|pypi|[hankel](https://github.com/steven-murray/hankel)|2.748475024527587e-06| -|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.740120343871264e-06| -|pypi|[bio](https://pypi.org/project/bio)|2.740120343871264e-06| -|pypi|[kahypar](https://pypi.org/project/kahypar)|2.740120343871264e-06| -|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.740120343871264e-06| -|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.740120343871264e-06| -|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.740120343871264e-06| -|pypi|[selfies](https://pypi.org/project/selfies)|2.740120343871264e-06| -|pypi|[upfp](https://pypi.org/project/upfp)|2.740120343871264e-06| -|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.7220812182741236e-06| -|pypi|[pendulum](https://pypi.org/project/pendulum)|2.713534652439656e-06| -|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.713534652439656e-06| -|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.697809510708833e-06| -|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.692168237853517e-06| -|pypi|[xnat](https://pypi.org/project/xnat)|2.692168237853517e-06| -|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.692168237853517e-06| -|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.692168237853517e-06| -|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.692168237853517e-06| -|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.692168237853517e-06| -|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.692168237853517e-06| -|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.692168237853517e-06| -|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.692168237853517e-06| -|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.692168237853517e-06| -|pypi|[cudf](https://pypi.org/project/cudf)|2.6840445907317893e-06| -|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.6787743660234e-06| -|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.6787743660234e-06| -|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.6787743660234e-06| -|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.6787743660234e-06| -|pypi|[python-apt](https://pypi.org/project/python-apt)|2.6787743660234e-06| -|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.6787743660234e-06| -|pypi|[Truvari](https://pypi.org/project/Truvari)|2.6787743660234e-06| -|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.6787743660234e-06| -|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6719263714034903e-06| -|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6719263714034903e-06| -|pypi|[motor](https://pypi.org/project/motor)|2.6719263714034903e-06| -|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6719263714034903e-06| -|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6719263714034903e-06| -|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6719263714034903e-06| -|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6719263714034903e-06| -|pypi|[flametree](https://pypi.org/project/flametree)|2.6201150733367562e-06| -|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.6201150733367562e-06| -|pypi|[platemap](https://pypi.org/project/platemap)|2.6201150733367562e-06| -|pypi|[proglog](https://pypi.org/project/proglog)|2.6201150733367562e-06| -|pypi|[sbol2](https://pypi.org/project/sbol2)|2.6201150733367562e-06| -|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.6182655803438162e-06| -|pypi|[pixell](https://pypi.org/project/pixell)|2.6173857868020297e-06| -|pypi|[qmflows](https://pypi.org/project/qmflows)|2.5836925945700434e-06| -|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.579994561276289e-06| -|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.5751174449033643e-06| -|pypi|[pyceo](https://pypi.org/project/pyceo)|2.5751174449033643e-06| -|pypi|[properconf](https://pypi.org/project/properconf)|2.5751174449033643e-06| -|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.5751174449033643e-06| -|pypi|[multipart](https://pypi.org/project/multipart)|2.5751174449033643e-06| -|pypi|[resampy](https://pypi.org/project/resampy)|2.542304205946338e-06| -|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.5403721475327995e-06| -|pypi|[proselint](https://pypi.org/project/proselint)|2.5403721475327995e-06| -|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.538388780632067e-06| -|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5191823521866326e-06| -|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5191823521866326e-06| -|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.470491686522327e-06| -|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.4678208846990574e-06| -|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4605135709105997e-06| -|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.45706847444377e-06| -|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4431426758520667e-06| -|pypi|[percy](https://pypi.org/project/percy)|2.4424720696556456e-06| -|pypi|[preconditions](https://pypi.org/project/preconditions)|2.4424720696556456e-06| -|pypi|[mimesis](https://pypi.org/project/mimesis)|2.4424720696556456e-06| -|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.4424720696556456e-06| -|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.4424720696556456e-06| -|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.4424720696556456e-06| -|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4322842639593908e-06| -|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.4155611483171947e-06| -|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.41440484823371e-06| -|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.393038433647589e-06| -|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.393038433647572e-06| -|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.3930384336475713e-06| -|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.393038433647571e-06| -|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.390047135605524e-06| -|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.387055837563459e-06| -|pypi|[colander](https://pypi.org/project/colander)|2.3815334411781125e-06| -|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.369108049311095e-06| -|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.3454169688179837e-06| -|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.3442091051434694e-06| -|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3318048031395305e-06| -|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.326552435695091e-06| -|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.3075727753030144e-06| -|pypi|[fido](https://pypi.org/project/fido)|2.3075727753030144e-06| -|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.3075727753030144e-06| -|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.3075727753030144e-06| -|pypi|[mip](https://pypi.org/project/mip)|2.298779308677789e-06| -|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.277988508952976e-06| -|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.264839946130751e-06| -|pypi|[lark](https://github.com/lark-parser/lark)|2.257969822056133e-06| -|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.256293380296281e-06| -|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2434735315445977e-06| -|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2434735315445977e-06| -|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2434735315445977e-06| -|pypi|[deform](https://pypi.org/project/deform)|2.2434735315445977e-06| -|pypi|[Faker](https://pypi.org/project/Faker)|2.2434735315445977e-06| -|pypi|[flower](https://pypi.org/project/flower)|2.2434735315445977e-06| -|pypi|[hl7](https://pypi.org/project/hl7)|2.2434735315445977e-06| -|pypi|[paginate](https://pypi.org/project/paginate)|2.2434735315445977e-06| -|pypi|[pycap](https://pypi.org/project/pycap)|2.2434735315445977e-06| -|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2434735315445977e-06| -|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2434735315445977e-06| -|pypi|[twilio](https://pypi.org/project/twilio)|2.2434735315445977e-06| -|pypi|[Wand](https://pypi.org/project/Wand)|2.2434735315445977e-06| -|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2434735315445977e-06| -|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2434735315445977e-06| -|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2434735315445977e-06| -|pypi|[parsel](https://pypi.org/project/parsel)|2.2434735315445977e-06| -|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2434735315445977e-06| -|pypi|[portend](https://pypi.org/project/portend)|2.2434735315445977e-06| -|pypi|[protego](https://pypi.org/project/protego)|2.2434735315445977e-06| -|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2434735315445977e-06| -|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2434735315445977e-06| -|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2434735315445977e-06| -|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2434735315445977e-06| -|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2434735315445977e-06| -|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2434735315445977e-06| -|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2434735315445977e-06| -|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2434735315445977e-06| -|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2434735315445977e-06| -|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2434735315445977e-06| -|pypi|[hickle](http://github.com/telegraphic/hickle)|2.23350253807108e-06| -|pypi|[biomaj-user](http://biomaj.genouest.org)|2.226677473019664e-06| -|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.2258776607089535e-06| -|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.2210387962291518e-06| -|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.2210387962291518e-06| -|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.2210387962291518e-06| -|pypi|[oemof](https://pypi.org/project/oemof)|2.217079725291132e-06| -|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.2140947114886564e-06| -|pypi|[pymanopt](https://pymanopt.org)|2.2097008117148965e-06| -|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.2034361577508787e-06| -|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.2023842727251085e-06| -|pypi|[HTSeq](https://github.com/htseq)|2.193618564176945e-06| -|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.1936185641769397e-06| -|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.1936185641769397e-06| -|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.182073203312851e-06| -|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.171077540585896e-06| -|pypi|[zope.component](https://pypi.org/project/zope.component)|2.170326432994127e-06| -|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.168469830637929e-06| -|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.1666582434778305e-06| -|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.1666582434778305e-06| -|pypi|[twobody](https://pypi.org/project/twobody)|2.153734590282814e-06| -|pypi|[cmastro](https://pypi.org/project/cmastro)|2.153734590282814e-06| -|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.153734590282814e-06| -|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.1463191875735094e-06| -|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1337576853439372e-06| -|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1337576853439372e-06| -|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1152750440277636e-06| -|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1152750440277636e-06| -|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1152750440277636e-06| -|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1152750440277636e-06| -|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1152750440277636e-06| -|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.107930339013778e-06| -|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0903894552744957e-06| -|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0903894552744957e-06| -|pypi|[rise](https://pypi.org/project/rise)|2.0903894552744957e-06| -|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0748083497358393e-06| -|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.069168950618941e-06| -|pypi|[rpyc](http://rpyc.readthedocs.org)|2.0439363562683957e-06| -|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0276601013757257e-06| -|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0276601013757257e-06| -|pypi|[nflows](https://github.com/bayesiains/nflows)|2.011730111802628e-06| -|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0101707035868786e-06| -|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0101707035868786e-06| -|pypi|[copier](https://pypi.org/project/copier)|2.0053394695370706e-06| -|pypi|[dunamai](https://pypi.org/project/dunamai)|2.0053394695370706e-06| -|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|2.0053394695370706e-06| -|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|2.0053394695370706e-06| -|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|2.0053394695370706e-06| -|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|2.0053394695370706e-06| -|pypi|[powerlaw](https://pypi.org/project/powerlaw)|2.0053394695370706e-06| -|pypi|[pygeos](https://pypi.org/project/pygeos)|2.0053394695370706e-06| -|pypi|[python-ternary](https://pypi.org/project/python-ternary)|2.0053394695370706e-06| -|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|2.0053394695370706e-06| -|pypi|[send2trash](https://pypi.org/project/send2trash)|2.0053394695370706e-06| -|pypi|[botorch](https://pypi.org/project/botorch)|1.9992472989967046e-06| -|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9953108439783568e-06| -|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.9628667652144835e-06| -|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9579405366207396e-06| -|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9525615791025505e-06| -|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9525615791025505e-06| -|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9525615791025505e-06| -|pypi|[rtoml](https://pypi.org/project/rtoml)|1.949398065946449e-06| -|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9173793121309436e-06| -|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9130256691143397e-06| -|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9108411892675855e-06| -|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9105710075089477e-06| -|pypi|[blue](https://pypi.org/project/blue)|1.9105710075089477e-06| -|pypi|[pyright](https://pypi.org/project/pyright)|1.9003540502495414e-06| -|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.9003540502495414e-06| -|pypi|[influxdb](https://pypi.org/project/influxdb)|1.9003540502495414e-06| -|pypi|[drmaa](https://pypi.org/project/drmaa)|1.9003540502495414e-06| -|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.9003540502495414e-06| -|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.9003540502495414e-06| -|pypi|[dfsql](https://pypi.org/project/dfsql)|1.9003540502495414e-06| -|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.9003540502495414e-06| -|pypi|[wotan](https://github.com/hippke/wotan)|1.8983159184925186e-06| -|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8902457840248098e-06| -|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.885417405006352e-06| -|pypi|[bson](https://pypi.org/project/bson)|1.877360710310266e-06| -|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8650269557256768e-06| -|pypi|[libpysal](http://pysal.org/libpysal)|1.861252115059223e-06| -|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8516134880348082e-06| -|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.850865663524293e-06| -|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8297988998744232e-06| -|pypi|[snappy](https://pypi.org/project/snappy)|1.8297988998744232e-06| -|pypi|[datashape](https://pypi.org/project/datashape)|1.8297988998744232e-06| -|pypi|[fastremap](https://pypi.org/project/fastremap)|1.822390807162381e-06| -|pypi|[edt](https://pypi.org/project/edt)|1.822390807162381e-06| -|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.822390807162381e-06| -|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.822390807162381e-06| -|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.822390807162381e-06| -|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.822390807162381e-06| -|pypi|[bs4](https://pypi.org/project/bs4)|1.8127431488018938e-06| -|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.794778825235692e-06| -|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7947788252356817e-06| -|pypi|[exhale](https://github.com/svenevs/exhale)|1.7947788252356817e-06| -|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7947788252356817e-06| -|pypi|[jumper](https://vlab.jumper.io)|1.7947788252356817e-06| -|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7947788252356817e-06| -|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7947788252356817e-06| -|pypi|[atropos](https://atropos.readthedocs.org/)|1.7947788252356817e-06| -|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7947788252356817e-06| -|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7947788252356817e-06| -|pypi|[git](https://pypi.org)|1.7947788252356817e-06| -|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7947788252356817e-06| -|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7947788252356817e-06| -|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7947788252356817e-06| -|pypi|[petsc](https://petsc.org/)|1.7947788252356781e-06| -|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7947788252356781e-06| -|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7947788252356781e-06| -|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7947788252356781e-06| -|pypi|[catscii](https://pypi.org/project/catscii)|1.7947788252356781e-06| -|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7947788252356781e-06| -|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7947788252356781e-06| -|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7947788252356781e-06| -|pypi|[komics](http://github.com/frebio/komics)|1.7947788252356781e-06| -|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7947788252356781e-06| -|pypi|[partycls](https://pypi.org/project/partycls)|1.7947788252356781e-06| -|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7947788252356781e-06| -|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7947788252356781e-06| -|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7947788252356781e-06| -|pypi|[gymnasium](https://farama.org)|1.7947788252356616e-06| -|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7947788252356616e-06| -|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7939241686522381e-06| -|pypi|[optree](https://github.com/metaopt/optree)|1.7768310369833214e-06| -|pypi|[pytype](https://pypi.org/project/pytype)|1.750572450229873e-06| -|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.750572450229873e-06| -|pypi|[jraph](https://pypi.org/project/jraph)|1.750572450229873e-06| -|pypi|[clu](https://pypi.org/project/clu)|1.750572450229873e-06| -|pypi|[orbax](https://pypi.org/project/orbax)|1.750572450229873e-06| -|pypi|[yte](https://pypi.org/project/yte)|1.7328162229358765e-06| -|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7256191148647543e-06| -|pypi|[kombine](https://pypi.org/project/kombine)|1.7237765859955885e-06| -|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7144860883172399e-06| -|pypi|[lap](https://pypi.org/project/lap)|1.7144860883172399e-06| -|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7114429528156444e-06| -|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.708491381714732e-06| -|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.708491381714732e-06| -|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6972911639190143e-06| -|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.695068890500367e-06| -|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6922200352222106e-06| -|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6922200352222106e-06| -|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6922200352222106e-06| -|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6922200352222106e-06| -|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6922200352222106e-06| -|pypi|[mike](https://pypi.org/project/mike)|1.6922200352222106e-06| -|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6922200352222106e-06| -|pypi|[trollius](https://pypi.org/project/trollius)|1.6922200352222106e-06| -|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6853410919896003e-06| -|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6853410919896003e-06| -|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6853410919896003e-06| -|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6853410919896003e-06| -|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6833136139841991e-06| -|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6833136139841991e-06| -|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6833136139841991e-06| -|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6833136139841991e-06| -|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6833136139841991e-06| -|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6833136139841991e-06| -|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6833136139841991e-06| -|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.6752978348699887e-06| -|pypi|[cliff](https://pypi.org/project/cliff)|1.6752978348699887e-06| -|pypi|[gstools](https://pypi.org/project/gstools)|1.6452139231327048e-06| -|pypi|[openturns](https://pypi.org/project/openturns)|1.6452139231327048e-06| -|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6452139231327048e-06| -|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.6308326825458804e-06| -|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.6308326825458804e-06| -|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.6308326825458804e-06| -|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.6308326825458804e-06| -|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.6308326825458804e-06| -|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.6308326825458804e-06| -|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.6308326825458804e-06| -|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.6308326825458804e-06| -|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.6308326825458804e-06| -|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.6308326825458804e-06| -|pypi|[jaxns](https://pypi.org/project/jaxns)|1.6254218759371233e-06| -|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6226889469923396e-06| -|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6153009427121102e-06| -|pypi|[levmar](https://pypi.org/project/levmar)|1.6153009427121102e-06| -|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6153009427121102e-06| -|pypi|[bumps](https://pypi.org/project/bumps)|1.6153009427121102e-06| -|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6153009427121102e-06| -|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6153009427121102e-06| -|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6153009427121102e-06| -|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6153009427121102e-06| -|pypi|[croniter](https://pypi.org/project/croniter)|1.6130574691805663e-06| -|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6102832814802688e-06| -|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6079918886726887e-06| -|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5953589557650576e-06| -|pypi|[openbabel](http://openbabel.org/)|1.5913705583756348e-06| -|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5866885266576305e-06| -|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5864562830208225e-06| -|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5864562830208225e-06| -|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5794053662073965e-06| -|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5794053662073965e-06| -|pypi|[swapper](https://pypi.org/project/swapper)|1.5794053662073965e-06| -|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5794053662073965e-06| -|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5794053662073965e-06| -|pypi|[genfire](https://pypi.org/project/genfire)|1.5794053662073965e-06| -|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.572568113539843e-06| -|pypi|[louvain](https://pypi.org/project/louvain)|1.5721572209516407e-06| -|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.567132246299535e-06| -|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5636113125453227e-06| -|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5636113125453227e-06| -|pypi|[smt](https://github.com/SMTorg/smt)|1.5597482647881597e-06| -|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5586237166520363e-06| -|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5554749818709213e-06| -|pypi|[pep440](https://pypi.org/project/pep440)|1.5553599319462264e-06| -|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5505246416752847e-06| -|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5505246416752847e-06| -|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5505246416752847e-06| -|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5505246416752847e-06| -|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5505246416752847e-06| -|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5505246416752847e-06| -|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5505246416752847e-06| -|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5505246416752847e-06| -|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5505246416752847e-06| -|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5505246416752847e-06| -|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5505246416752847e-06| -|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5505246416752847e-06| -|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5505246416752847e-06| -|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5383818502020097e-06| -|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5383818502020095e-06| -|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5338455960283373e-06| -|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5186590059686506e-06| -|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5186590059686506e-06| -|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5186590059686506e-06| -|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5186590059686506e-06| -|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5186590059686506e-06| -|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5186590059686506e-06| -|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5186590059686506e-06| -|pypi|[pylev](https://pypi.org/project/pylev)|1.5186590059686506e-06| -|pypi|[distance](https://pypi.org/project/distance)|1.5186590059686506e-06| -|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5186590059686506e-06| -|pypi|[cmasher](https://cmasher.readthedocs.io)|1.5155910079767953e-06| -|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.5155910079767953e-06| -|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.5155910079767953e-06| -|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.496439244044297e-06| -|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.496439244044297e-06| -|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4931353251960685e-06| -|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4931353251960685e-06| -|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4931353251960685e-06| -|pypi|[autodoc](https://pypi.org/project/autodoc)|1.493135325196068e-06| -|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4832882853187423e-06| -|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4832882853187423e-06| -|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4832882853187423e-06| -|pypi|[daphne](https://pypi.org/project/daphne)|1.4832882853187423e-06| -|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4832882853187423e-06| -|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4832882853187423e-06| -|pypi|[django-light](https://pypi.org/project/django-light)|1.4832882853187423e-06| -|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4832882853187423e-06| -|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4832882853187423e-06| -|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4832882853187423e-06| -|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4832882853187423e-06| -|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4832882853187423e-06| -|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4832882853187423e-06| -|pypi|[missingno](https://pypi.org/project/missingno)|1.4832882853187423e-06| -|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4832882853187423e-06| -|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4832882853187423e-06| -|pypi|[phik](https://pypi.org/project/phik)|1.4832882853187423e-06| -|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4832882853187423e-06| -|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4832882853187423e-06| -|pypi|[pyod](https://pypi.org/project/pyod)|1.4832882853187423e-06| -|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4832882853187423e-06| -|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4832882853187423e-06| -|pypi|[textblob](https://pypi.org/project/textblob)|1.4832882853187423e-06| -|pypi|[visions](https://pypi.org/project/visions)|1.4832882853187423e-06| -|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4832882853187423e-06| -|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4832676482643376e-06| -|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4832676482643376e-06| -|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4832676482643376e-06| -|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4806925308194346e-06| -|pypi|[peppy](https://pypi.org/project/peppy)|1.4806925308194344e-06| -|pypi|[eido](https://pypi.org/project/eido)|1.4806925308194344e-06| -|pypi|[slacker](https://pypi.org/project/slacker)|1.4806925308194344e-06| -|pypi|[throttler](https://pypi.org/project/throttler)|1.4806925308194344e-06| -|pypi|[reretry](https://pypi.org/project/reretry)|1.4806925308194344e-06| -|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4806925308194344e-06| -|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4806925308194344e-06| -|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.476990799492386e-06| -|pypi|[pscript](https://pypi.org/project/pscript)|1.4742826064435927e-06| -|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4742826064435927e-06| -|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4657360406091563e-06| -|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4624123761179599e-06| -|pypi|[splot](https://pypi.org/project/splot)|1.4624123761179599e-06| -|pypi|[esda](https://pypi.org/project/esda)|1.4624123761179599e-06| -|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4358230601885695e-06| -|pypi|[qtsass](https://pypi.org/project/qtsass)|1.4101833626851756e-06| -|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.4034036349799583e-06| -|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.393592970182997e-06| -|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3881492476432198e-06| -|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3881492476432198e-06| -|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.385438346401381e-06| -|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3834753444525029e-06| -|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.3781830479165504e-06| -|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.3781830479165504e-06| -|pypi|[get_version](https://pypi.org/project/get_version)|1.3781830479165504e-06| -|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.3781830479165504e-06| -|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3648208209484564e-06| -|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3640319071791153e-06| -|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3559455410434381e-06| -|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3536292535230121e-06| -|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3460841189267585e-06| -|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3460841189267585e-06| -|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3460841189267585e-06| -|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3460841189267585e-06| -|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3460841189267585e-06| -|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3460841189267585e-06| -|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3460841189267585e-06| -|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3460841189267585e-06| -|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3460841189267585e-06| -|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3298417766169334e-06| -|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.3282485043509802e-06| -|pypi|[uproot](https://pypi.org/project/uproot)|1.3230798267104865e-06| -|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.307571156635244e-06| -|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.3029247370131973e-06| -|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.292240754169688e-06| -|pypi|[WebOb](http://webob.org/)|1.2885591565794623e-06| -|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2875587224516822e-06| -|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.269165026416658e-06| -|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2524006088183045e-06| -|pypi|[astroML](http://astroML.github.com)|1.2463741841914493e-06| -|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2433992320403243e-06| -|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2433061861995925e-06| -|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.2385847564328367e-06| -|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2339104423495291e-06| -|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2339104423495291e-06| -|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2339104423495287e-06| -|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2323177126618173e-06| -|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2294794655200784e-06| -|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2254007151609112e-06| -|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2254007151609112e-06| -|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2254007151609112e-06| -|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2254007151609112e-06| -|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2169425620764673e-06| -|pypi|[radon](https://pypi.org/project/radon)|1.2087285965872932e-06| -|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.2019739367828348e-06| -|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.2019739367828348e-06| -|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.2019739367828348e-06| -|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.2019739367828348e-06| -|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1965192168237945e-06| -|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1965192168237945e-06| -|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1965192168237945e-06| -|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1965192168237945e-06| -|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1965192168237945e-06| -|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1965192168237945e-06| -|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1965192168237945e-06| -|pypi|[pyone](http://opennebula.io)|1.1965192168237945e-06| -|pypi|[contextily](https://github.com/darribas/contextily)|1.1965192168237945e-06| -|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1965192168237945e-06| -|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1965192168237945e-06| -|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1965192168237945e-06| -|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1965192168237945e-06| -|pypi|[synthia](https://github.com/dmey/synthia)|1.1965192168237945e-06| -|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1965192168237945e-06| -|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1965192168237945e-06| -|pypi|[pystan](https://mc-stan.org)|1.1965192168237945e-06| -|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1965192168237945e-06| -|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1965192168237945e-06| -|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1965192168237945e-06| -|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1965192168237945e-06| -|pypi|[parmap](https://github.com/zeehio/parmap)|1.1965192168237945e-06| -|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1965192168237945e-06| -|pypi|[libceed](https://libceed.readthedocs.io)|1.1965192168237856e-06| -|pypi|[clingo](https://github.com/potassco/clingo)|1.1965192168237856e-06| -|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.1965192168237856e-06| -|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.1965192168237856e-06| -|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.1965192168237856e-06| -|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.1965192168237856e-06| -|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.1965192168237856e-06| -|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.1965192168237856e-06| -|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.1965192168237856e-06| -|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.1965192168237856e-06| -|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.1965192168237856e-06| -|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.1965192168237856e-06| -|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.1965192168237856e-06| -|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1896486297716018e-06| -|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.189439221457965e-06| -|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1845540246555475e-06| -|pypi|[pyink](https://pypi.org/project/pyink)|1.1497142004009727e-06| -|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.138994254476488e-06| -|pypi|[pyquery](https://pypi.org/project/pyquery)|1.138994254476488e-06| -|pypi|[PySide2](https://www.pyside.org)|1.127121102248017e-06| -|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.124098316858136e-06| -|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1140006501462829e-06| -|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1140006501462829e-06| -|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1140006501462829e-06| -|pypi|[networkit](https://pypi.org/project/networkit)|1.1140006501462829e-06| -|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1140006501462829e-06| -|pypi|[infomap](https://pypi.org/project/infomap)|1.1140006501462829e-06| -|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1140006501462829e-06| -|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1140006501462829e-06| -|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1140006501462829e-06| -|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1140006501462829e-06| -|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1140006501462829e-06| -|pypi|[nf1](https://pypi.org/project/nf1)|1.1140006501462829e-06| -|pypi|[demon](https://pypi.org/project/demon)|1.1140006501462829e-06| -|pypi|[python-forge](http://github.com/dfee/forge)|1.113338736509832e-06| -|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0934344842974286e-06| -|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0934344842974286e-06| -|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0776430562884676e-06| -|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0663937847554168e-06| -|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0663937847554168e-06| -|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0534571365513747e-06| -|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0515887201380873e-06| -|pypi|[stingray](https://docs.stingray.science)|1.0469543147208178e-06| -|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0255277638707128e-06| -|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0211672626340926e-06| -|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.0188481065374175e-06| -|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.0170413343002234e-06| -|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0136855260518716e-06| -|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0095630891950688e-06| -|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0095630891950688e-06| -|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.007849744629199e-06| -|pypi|[nessai](https://pypi.org/project/nessai)|1.005865055901314e-06| -|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.005865055901314e-06| -|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.005865055901314e-06| -|pypi|[cmaes](https://pypi.org/project/cmaes)|9.996236494983523e-07| -|pypi|[catboost](https://pypi.org/project/catboost)|9.996236494983523e-07| -|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.970993473531604e-07| -|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.88682274940439e-07| -|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.87128353879623e-07| -|pypi|[big-O](https://pypi.org/project/big-O)|9.87128353879623e-07| -|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.759109862219066e-07| -|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.644670050761405e-07| -|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.608411892675902e-07| -|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.572153734590371e-07| -|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.552855037544739e-07| -|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.542970339057987e-07| -|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.501770251247707e-07| -|pypi|[py-spec](https://pypi.org/project/py-spec)|9.501770251247707e-07| -|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.501770251247707e-07| -|pypi|[ale-py](https://pypi.org/project/ale-py)|9.501770251247707e-07| -|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.501770251247707e-07| -|pypi|[rlds](https://pypi.org/project/rlds)|9.501770251247707e-07| -|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.47643219724438e-07| -|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.401222417901169e-07| -|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.401222417901169e-07| -|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.401222417901169e-07| -|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.367344138917768e-07| -|pypi|[connexion](https://github.com/zalando/connexion)|9.273023930384302e-07| -|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.258779653993617e-07| -|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.258224876913094e-07| -|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.245830311820198e-07| -|pypi|[spacy-transformers](https://spacy.io)|9.13667639172302e-07| -|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.13667639172302e-07| -|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.13667639172302e-07| -|pypi|[natto-py](https://pypi.org/project/natto-py)|9.13667639172302e-07| -|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.13667639172302e-07| -|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.13667639172302e-07| -|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.13667639172302e-07| -|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.111954035811905e-07| -|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.973894126178409e-07| -|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.973894126178409e-07| -|pypi|[cspy](https://github.com/torressa/cspy)|8.973894126178409e-07| -|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.973894126178409e-07| -|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.973894126178409e-07| -|pypi|[genshi](https://github.com/edgewall/genshi)|8.973894126178409e-07| -|pypi|[multiqc](http://multiqc.info)|8.973894126178409e-07| -|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.973894126178409e-07| -|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.973894126178409e-07| -|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.973894126178409e-07| -|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.973894126178409e-07| -|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.973894126178409e-07| -|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.973894126178409e-07| -|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.973894126178409e-07| -|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.973894126178409e-07| -|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.973894126178409e-07| -|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.973894126178409e-07| -|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.973894126178391e-07| -|pypi|[COFFEE](UNKNOWN)|8.973894126178391e-07| -|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.973894126178391e-07| -|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.973894126178391e-07| -|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.973894126178391e-07| -|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.973894126178391e-07| -|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.973894126178391e-07| -|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.973894126178391e-07| -|pypi|[easybuild](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-easyblocks](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.973894126178391e-07| -|pypi|[easybuild-framework](https://easybuild.io)|8.973894126178391e-07| -|pypi|[pesummary](https://pypi.org/project/pesummary)|8.906421238011635e-07| -|pypi|[littleutils](https://pypi.org/project/littleutils)|8.906421238011635e-07| -|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.742032746841693e-07| -|pypi|[jsonref](https://pypi.org/project/jsonref)|8.731356447092487e-07| -|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.731356447092487e-07| -|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.731356447092487e-07| -|pypi|[promise](https://pypi.org/project/promise)|8.731356447092487e-07| -|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.709956063643732e-07| -|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.709956063643732e-07| -|pypi|[punch.py](https://pypi.org/project/punch.py)|8.709956063643732e-07| -|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.709956063643732e-07| -|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.709956063643732e-07| -|pypi|[oedialect](https://pypi.org/project/oedialect)|8.709956063643732e-07| -|pypi|[testresources](https://pypi.org/project/testresources)|8.686729514140682e-07| -|pypi|[oslotest](https://pypi.org/project/oslotest)|8.686729514140682e-07| -|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.686729514140682e-07| -|pypi|[betamax](https://pypi.org/project/betamax)|8.686729514140682e-07| -|pypi|[cugraph](https://pypi.org/project/cugraph)|8.54245690857366e-07| -|pypi|[cuml](https://pypi.org/project/cuml)|8.54245690857366e-07| -|pypi|[bioframe](https://github.com/open2c/bioframe)|8.475344452501835e-07| -|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.475344452501835e-07| -|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.461100176111053e-07| -|pypi|[clize](https://github.com/epsy/clize)|8.375634517766521e-07| -|pypi|[tvtk](https://pypi.org/project/tvtk)|8.361557821097981e-07| -|pypi|[docrepr](https://pypi.org/project/docrepr)|8.341929751095404e-07| -|pypi|[sybil](https://pypi.org/project/sybil)|8.143808919506888e-07| -|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.143808919506888e-07| -|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.094100584396244e-07| -|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.094100584396244e-07| -|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.066490401178507e-07| -|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.968817984046448e-07| -|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.88913769334376e-07| -|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.852958600953071e-07| -|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.809215056581034e-07| -|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.793118583260181e-07| -|pypi|[dcor](https://pypi.org/project/dcor)|7.658754469755695e-07| -|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.655797001005305e-07| -|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.597897026831075e-07| -|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.37314544421144e-07| -|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.3294280275562e-07| -|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.3294280275562e-07| -|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.3294280275562e-07| -|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.3294280275562e-07| -|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.3294280275562e-07| -|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.3294280275562e-07| -|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.3294280275562e-07| -|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.3294280275562e-07| -|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.3294280275562e-07| -|pypi|[mercantile](https://github.com/mapbox/mercantile)|7.263868745467761e-07| -|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.179115300942848e-07| -|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.179115300942848e-07| -|pypi|[brian2](http://www.briansimulator.org/)|7.179115300942848e-07| -|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.179115300942848e-07| -|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.179115300942848e-07| -|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.179115300942848e-07| -|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.179115300942747e-07| -|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.179115300942747e-07| -|pypi|[gala](http://gala.adrian.pw/)|7.179115300942747e-07| -|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.179115300942747e-07| -|pypi|[update_checker](https://github.com/bboe/update_checker)|7.179115300942747e-07| -|pypi|[RagTag](https://github.com/malonge/RagTag)|7.179115300942747e-07| -|pypi|[control](https://python-control.org)|7.179115300942747e-07| -|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.179115300942747e-07| -|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.179115300942747e-07| -|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.179115300942747e-07| -|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.179115300942747e-07| -|pypi|[pyviz](http://pyviz.org)|7.179115300942747e-07| -|pypi|[molsets](https://pypi.org/project/molsets)|7.179115300942747e-07| -|pypi|[bakta](https://github.com/oschwengers/bakta)|7.179115300942747e-07| -|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.179115300942712e-07| -|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.179115300942712e-07| -|pypi|[pbcore](UNKNOWN)|7.179115300942712e-07| -|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.179115300942712e-07| -|pypi|[Cigar](https://github.com/brentp/cigar)|7.179115300942712e-07| -|pypi|[statistics](UNKNOWN)|7.179115300942712e-07| -|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.179115300942712e-07| -|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.179115300942712e-07| -|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.179115300942712e-07| -|pypi|[simupy](https://github.com/simupy/simupy)|7.179115300942646e-07| -|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.179115300942646e-07| -|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.179115300942646e-07| -|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.179115300942646e-07| -|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.150225500938918e-07| -|pypi|[sparse](https://github.com/pydata/sparse/)|6.942530819434397e-07| -|pypi|[servicex](https://pypi.org/project/servicex)|6.87362103281749e-07| -|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.87362103281749e-07| -|pypi|[aiostream](https://pypi.org/project/aiostream)|6.87362103281749e-07| -|pypi|[parsl](https://pypi.org/project/parsl)|6.87362103281749e-07| -|pypi|[mplhep](https://pypi.org/project/mplhep)|6.87362103281749e-07| -|pypi|[hist](https://pypi.org/project/hist)|6.87362103281749e-07| -|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.87362103281749e-07| -|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.87362103281749e-07| -|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.87362103281749e-07| -|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.858619082150628e-07| -|pypi|[sciris](http://github.com/sciris/sciris)|6.619851946815224e-07| -|pypi|[iPython](https://ipython.org)|6.598451563366476e-07| -|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.526468455402451e-07| -|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.526468455402451e-07| -|pypi|[geopy](https://github.com/geopy/geopy)|6.450849277625962e-07| -|pypi|[mxnet](https://pypi.org/project/mxnet)|6.368570025029825e-07| -|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.368570025029825e-07| -|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.357177234287375e-07| -|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.357177234287375e-07| -|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.357177234287375e-07| -|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.357177234287375e-07| -|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.357177234287375e-07| -|pypi|[python-framel](https://pypi.org/project/python-framel)|6.357177234287375e-07| -|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.357177234287375e-07| -|pypi|[starry](https://pypi.org/project/starry)|6.212695933508116e-07| -|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.196260229980336e-07| -|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.169552211747644e-07| -|pypi|[ftfy](https://pypi.org/project/ftfy)|6.169552211747644e-07| -|pypi|[fairscale](https://pypi.org/project/fairscale)|6.169552211747644e-07| -|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.169552211747644e-07| -|pypi|[unidic](https://pypi.org/project/unidic)|6.169552211747644e-07| -|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.169552211747644e-07| -|pypi|[ipadic](https://pypi.org/project/ipadic)|6.169552211747644e-07| -|pypi|[fugashi](https://pypi.org/project/fugashi)|6.169552211747644e-07| -|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.169552211747644e-07| -|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.169552211747644e-07| -|pypi|[sigopt](https://pypi.org/project/sigopt)|6.169552211747644e-07| -|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.169552211747644e-07| -|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.169552211747644e-07| -|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.122813179840476e-07| -|pypi|[dash-testing-stub](https://plotly.com/dash)|6.095475255517397e-07| -|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.048338898230175e-07| -|pypi|[falcon](https://pypi.org/project/falcon)|6.043642982936467e-07| -|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.043642982936467e-07| -|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.027967885406969e-07| -|pypi|[gsd](https://gsd.readthedocs.io)|6.027967885406969e-07| -|pypi|[guizero](https://github.com/lawsie/guizero)|5.982596084118973e-07| -|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.982596084118973e-07| -|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.982596084118973e-07| -|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.982596084118973e-07| -|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.982596084118973e-07| -|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.982596084118973e-07| -|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.982596084118973e-07| -|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.982596084118973e-07| -|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.982596084118973e-07| -|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.982596084118973e-07| -|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.982596084118973e-07| -|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.982596084118973e-07| -|pypi|[persim](https://persim.scikit-tda.org)|5.982596084118973e-07| -|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.982596084118973e-07| -|pypi|[Pandas](https://pandas.pydata.org)|5.982596084118973e-07| -|pypi|[Seaborn](https://seaborn.pydata.org)|5.982596084118973e-07| -|pypi|[Sympy](https://sympy.org)|5.982596084118973e-07| -|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.982596084118973e-07| -|pypi|[wntr](https://github.com/USEPA/WNTR)|5.982596084118973e-07| -|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.982596084118973e-07| -|pypi|[mbo](https://github.com/basf/mbo)|5.982596084118973e-07| -|pypi|[Requests](https://requests.readthedocs.io)|5.982596084118973e-07| -|pypi|[proper](https://pypi.org/project/proper)|5.982596084118973e-07| -|pypi|[qtl](https://pypi.org/project/qtl)|5.982596084118973e-07| -|pypi|[agutil](https://github.com/agraubert/agutil)|5.982596084118973e-07| -|pypi|[yupi](https://github.com/yupidevs/yupi)|5.982596084118973e-07| -|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.982596084118928e-07| -|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.982596084118928e-07| -|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.982596084118928e-07| -|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.922770123277738e-07| -|pypi|[distrax](https://github.com/deepmind/distrax)|5.845851030767692e-07| -|pypi|[json-logging](https://pypi.org/project/json-logging)|5.835241500766243e-07| -|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.827203978037935e-07| -|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.783176214648293e-07| -|pypi|[fastai](https://pypi.org/project/fastai)|5.778312315392916e-07| -|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.778312315392916e-07| -|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.778312315392916e-07| -|pypi|[gradio](https://pypi.org/project/gradio)|5.778312315392916e-07| -|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.778312315392916e-07| -|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.778312315392916e-07| -|pypi|[APLpy](http://aplpy.github.io)|5.522396385340582e-07| -|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.429205946337926e-07| -|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.330493110949964e-07| -|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.330493110949964e-07| -|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.330493110949964e-07| -|pypi|[scikit_image](https://scikit-image.org)|5.317863185883508e-07| -|pypi|[kfac](http://github.com/tensorflow/kfac)|5.177246611256773e-07| -|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.127939500673419e-07| -|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.127939500673419e-07| -|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.127939500673419e-07| -|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.127939500673419e-07| -|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.127939500673419e-07| -|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.127939500673419e-07| -|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.127939500673419e-07| -|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.127939500673419e-07| -|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.127939500673419e-07| -|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.127939500673419e-07| -|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.127939500673419e-07| -|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.127939500673419e-07| -|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.127939500673419e-07| -|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.127939500673419e-07| -|pypi|[neomodel](https://neomodel.readthedocs.io)|5.127939500673419e-07| -|pypi|[faker](https://github.com/joke2k/faker)|5.127939500673419e-07| -|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.127939500673419e-07| -|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.127939500673419e-07| -|pypi|[kllr](https://github.com/afarahi/kllr)|5.127939500673419e-07| -|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.127939500673419e-07| -|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.127939500673419e-07| -|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.127939500673419e-07| -|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.127939500673419e-07| -|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.127939500673366e-07| -|pypi|[random](https://www.pytosquatting.org)|5.127939500673366e-07| -|pypi|[sys](https://github.com/stestagg/sys)|5.127939500673366e-07| -|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.127939500673366e-07| -|pypi|[usort](https://pypi.org/project/usort)|5.047815445975344e-07| -|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.998118247491762e-07| -|pypi|[lightning](https://pypi.org/project/lightning)|4.998118247491762e-07| -|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.998118247491762e-07| -|pypi|[fvcore](https://pypi.org/project/fvcore)|4.998118247491762e-07| -|pypi|[types-redis](https://pypi.org/project/types-redis)|4.998118247491762e-07| -|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.998118247491762e-07| -|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.998118247491762e-07| -|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.970156746806569e-07| -|pypi|[ipytree](https://pypi.org/project/ipytree)|4.881403947756377e-07| -|pypi|[py3Dmol](https://3dmol.org)|4.87681290790429e-07| -|pypi|[furl](https://pypi.org/project/furl)|4.7006112089505855e-07| -|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.7006112089505855e-07| -|pypi|[pg8000](https://pypi.org/project/pg8000)|4.7006112089505855e-07| -|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.7006112089505855e-07| -|pypi|[flexmock](https://pypi.org/project/flexmock)|4.7006112089505855e-07| -|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.675474250613981e-07| -|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.6271641588107326e-07| -|pypi|[stregion](https://pypi.org/project/stregion)|4.6271641588107326e-07| -|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.6271641588107326e-07| -|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.6271641588107326e-07| -|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.6271641588107326e-07| -|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.573567662762731e-07| -|pypi|[yajl](https://pypi.org/project/yajl)|4.573567662762731e-07| -|pypi|[tinygp](https://github.com/dfm/tinygp)|4.50454293392482e-07| -|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4869470630892043e-07| -|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4869470630892043e-07| -|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4869470630892043e-07| -|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4869470630892043e-07| -|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4869470630892043e-07| -|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4869470630892043e-07| -|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4869470630892043e-07| -|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4869470630892043e-07| -|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4869470630892043e-07| -|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4869470630892043e-07| -|pypi|[tatter](https://github.com/afarahi/tatter)|4.4869470630892043e-07| -|pypi|[pepita](https://pypi.org/project/pepita)|4.4869470630892043e-07| -|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4869470630892043e-07| -|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4869470630892043e-07| -|pypi|[plotly_express](https://plotly.express/)|4.4869470630892043e-07| -|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4869470630892043e-07| -|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4869470630892043e-07| -|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4869470630892043e-07| -|pypi|[clint](https://github.com/kennethreitz/clint)|4.4869470630892043e-07| -|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4869470630892043e-07| -|pypi|[sgdml](http://www.sgdml.org)|4.4869470630892043e-07| -|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4869470630892043e-07| -|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4869470630892043e-07| -|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4869470630892043e-07| -|pypi|[findiff](https://github.com/maroba/findiff)|4.4869470630891953e-07| -|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.4869470630891953e-07| -|pypi|[blessed](https://github.com/jquast/blessed)|4.4719905728789295e-07| -|pypi|[time-machine](https://pypi.org/project/time-machine)|4.370342177921709e-07| -|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.3594104699372577e-07| -|pypi|[playwright](https://pypi.org/project/playwright)|4.245713350019884e-07| -|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1955868641873225e-07| -|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.190639238168211e-07| -|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.190639238168211e-07| -|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.9883973894126313e-07| -|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.9883973894126313e-07| -|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.9883973894126313e-07| -|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.9883973894126313e-07| -|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.9883973894126313e-07| -|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.9883973894126313e-07| -|pypi|[fleck](https://github.com/bmorris3/fleck)|3.9883973894126313e-07| -|pypi|[modAL](https://modAL-python.github.io/)|3.9883973894126313e-07| -|pypi|[sk-video](http://scikit-video.org/)|3.9883973894126313e-07| -|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.9883973894126313e-07| -|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.9883973894126313e-07| -|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.9883973894126313e-07| -|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.9883973894126313e-07| -|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.9883973894126313e-07| -|pypi|[injector](https://github.com/alecthomas/injector)|3.9883973894126313e-07| -|pypi|[yabox](https://github.com/pablormier/yabox)|3.9883973894126313e-07| -|pypi|[htof](https://pypi.org/project/htof)|3.9883973894126313e-07| -|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.9883973894126313e-07| -|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.9883973894126313e-07| -|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.9883973894126313e-07| -|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.9883973894126313e-07| -|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.9883973894126313e-07| -|pypi|[acor](http://github.com/dfm/acor)|3.9883973894126313e-07| -|pypi|[retriever](https://github.com/weecology/retriever)|3.9883973894126313e-07| -|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.9883973894126313e-07| -|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.9883973894126313e-07| -|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.9883973894126313e-07| -|pypi|[dca](https://github.com/theislab/dca)|3.9883973894126313e-07| -|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.9883973894126313e-07| -|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.9883973894126313e-07| -|pypi|[publib](https://github.com/erwanp/publib)|3.9883973894126313e-07| -|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.9883973894126313e-07| -|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.988397389412618e-07| -|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.988397389412618e-07| -|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.988397389412618e-07| -|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.988397389412618e-07| -|pypi|[vmad](https://pypi.org/project/vmad)|3.988397389412618e-07| -|pypi|[abopt](https://pypi.org/project/abopt)|3.988397389412618e-07| -|pypi|[fastpm](https://pypi.org/project/fastpm)|3.988397389412618e-07| -|pypi|[python-sat](https://github.com/pysathq/pysat)|3.9485134155185156e-07| -|pypi|[single-source](https://github.com/rabbit72/single-source)|3.9485134155185156e-07| -|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.8240494056814964e-07| -|pypi|[panflute](https://pypi.org/project/panflute)|3.8240494056814964e-07| -|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.8240494056814964e-07| -|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7966475149216265e-07| -|pypi|[pypng](https://pypi.org/project/pypng)|3.7966475149216265e-07| -|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7966475149216265e-07| -|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7966475149216265e-07| -|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.778481737338288e-07| -|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.667059463379255e-07| -|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.644781614324761e-07| -|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.644781614324761e-07| -|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.644781614324761e-07| -|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.644781614324761e-07| -|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.644781614324761e-07| -|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.644781614324761e-07| -|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.644781614324761e-07| -|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.644781614324761e-07| -|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.644781614324761e-07| -|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.644781614324761e-07| -|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.644781614324761e-07| -|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.644781614324761e-07| -|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.644781614324761e-07| -|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.644781614324761e-07| -|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.644781614324761e-07| -|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.644781614324761e-07| -|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.644781614324761e-07| -|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.644781614324761e-07| -|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.589557650471424e-07| -|pypi|[pypka](https://pypka.org)|3.589557650471424e-07| -|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.589557650471424e-07| -|pypi|[clldutils](https://github.com/clld/clldutils)|3.589557650471424e-07| -|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.5895576504713735e-07| -|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.5895576504713735e-07| -|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.5895576504713735e-07| -|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.5895576504713735e-07| -|pypi|[cora](https://heycora.com)|3.5895576504713735e-07| -|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.5895576504713735e-07| -|pypi|[slab](http://github.com/DrMarc/slab.git)|3.5895576504713735e-07| -|pypi|[libroadrunner](http://libroadrunner.org)|3.5895576504713735e-07| -|pypi|[muse-origin](https://github.com/musevlt/origin)|3.5895576504713735e-07| -|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.5895576504713735e-07| -|pypi|[fsps](https://github.com/dfm/python-fsps)|3.5895576504713735e-07| -|pypi|[st-pages](https://pypi.org/project/st-pages)|3.5895576504713735e-07| -|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.5895576504713735e-07| -|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.5895576504713735e-07| -|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.589557650471356e-07| -|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.589557650471356e-07| -|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.589557650471356e-07| -|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.589557650471356e-07| -|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.589557650471356e-07| -|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.589557650471356e-07| -|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.589557650471356e-07| -|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.589557650471323e-07| -|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.589557650471323e-07| -|pypi|[grpcio-reflection](https://grpc.io)|3.3203408266860294e-07| -|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2632342277012257e-07| -|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2632342277012257e-07| -|pypi|[bravado](https://github.com/Yelp/bravado)|3.2632342277012257e-07| -|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2632342277012257e-07| -|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2632342277012257e-07| -|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2632342277012257e-07| -|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2632342277012257e-07| -|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2632342277012257e-07| -|pypi|[energyflow](https://energyflow.network)|3.2632342277012257e-07| -|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2632342277012257e-07| -|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2632342277012257e-07| -|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2632342277012257e-07| -|pypi|[OpenNMT-py](https://opennmt.net/)|3.2632342277012257e-07| -|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2632342277012257e-07| -|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2632342277012257e-07| -|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2632342277012257e-07| -|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2632342277012257e-07| -|pypi|[amply](http://github.com/willu47/amply)|3.2632342277012257e-07| -|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2632342277012257e-07| -|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2632342277012257e-07| -|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2632342277012257e-07| -|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2632342277012257e-07| -|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2632342277012257e-07| -|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2632342277012257e-07| -|pypi|[fastcluster](http://danifold.net)|3.2632342277012257e-07| -|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2632342277012257e-07| -|pypi|[dask-image](https://github.com/dask/dask-image)|3.2632342277012257e-07| -|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2632342277012257e-07| -|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2632342277012257e-07| -|pypi|[biomaj](http://biomaj.genouest.org)|3.2632342277012257e-07| -|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2632342277012257e-07| -|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2632342277012257e-07| -|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.140541299211685e-07| -|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.041153009427131e-07| -|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.9912980420594863e-07| -|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.9912980420594863e-07| -|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.9912980420594863e-07| -|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.9912980420594863e-07| -|pypi|[daft](http://daft-pgm.org)|2.9912980420594863e-07| -|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.9912980420594863e-07| -|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.9912980420594863e-07| -|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.9912980420594863e-07| -|pypi|[k2sc](https://github.com/OxES/k2sc)|2.9912980420594863e-07| -|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.9912980420594863e-07| -|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.9912980420594863e-07| -|pypi|[plonk](https://github.com/dmentipl/plonk)|2.9912980420594863e-07| -|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.9912980420594863e-07| -|pypi|[iScore](https://github.com/DeepRank/iScore)|2.9912980420594863e-07| -|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.9912980420594863e-07| -|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.9912980420594863e-07| -|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.8762481173648886e-07| -|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.7611981926703417e-07| -|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.7611981926703417e-07| -|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.761198192670291e-07| -|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.761198192670291e-07| -|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.761198192670291e-07| -|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.761198192670291e-07| -|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.761198192670291e-07| -|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.761198192670291e-07| -|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.761198192670291e-07| -|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.761198192670291e-07| -|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.761198192670291e-07| -|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.761198192670291e-07| -|pypi|[einsteinpy](https://einsteinpy.org/)|2.761198192670291e-07| -|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.761198192670291e-07| -|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.761198192670291e-07| -|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.761198192670291e-07| -|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.761198192670291e-07| -|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.761198192670291e-07| -|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.761198192670291e-07| -|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.761198192670291e-07| -|pypi|[outcome](https://github.com/python-trio/outcome)|2.7314824406919885e-07| -|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5639697503367097e-07| -|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5639697503367097e-07| -|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5639697503367097e-07| -|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5639697503367097e-07| -|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5639697503367097e-07| -|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5639697503367097e-07| -|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5639697503367097e-07| -|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5639697503367097e-07| -|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5639697503367097e-07| -|pypi|[cloup](https://github.com/janLuke/cloup)|2.5639697503367097e-07| -|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5639697503367097e-07| -|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5639697503367097e-07| -|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5639697503367097e-07| -|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5639697503367097e-07| -|pypi|[dace-query](https://dace.unige.ch/)|2.5639697503367097e-07| -|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5639697503367097e-07| -|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5639697503367097e-07| -|pypi|[dash_auth](https://plotly.com/dash)|2.5639697503367097e-07| -|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5639697503367097e-07| -|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5639697503367097e-07| -|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5212369211644195e-07| -|pypi|[retry](https://github.com/invl/retry)|2.5212369211644195e-07| -|pypi|[ficus](https://github.com/camillescott/ficus)|2.393038433647549e-07| -|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.393038433647549e-07| -|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.393038433647549e-07| -|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.393038433647549e-07| -|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.393038433647549e-07| -|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.393038433647549e-07| -|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.393038433647549e-07| -|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.393038433647549e-07| -|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.393038433647549e-07| -|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.393038433647549e-07| -|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.393038433647549e-07| -|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.393038433647549e-07| -|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.3691080493110893e-07| -|pypi|[frites](https://github.com/brainets/frites)|2.2434735315446022e-07| -|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2434735315446022e-07| -|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2434735315446022e-07| -|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2434735315446022e-07| -|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2434735315446022e-07| -|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2434735315446022e-07| -|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2434735315446022e-07| -|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2434735315446022e-07| -|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2434735315446022e-07| -|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2434735315446022e-07| -|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2434735315446022e-07| -|pypi|[pirecorder](https://github.com/jollejolles)|2.2434735315446022e-07| -|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2434735315446022e-07| -|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2434735315446022e-07| -|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2434735315446022e-07| -|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2210387962291653e-07| -|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.22103879622914e-07| -|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.213560551124009e-07| -|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1115045002772712e-07| -|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1115045002772712e-07| -|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1115045002772712e-07| -|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1115045002772712e-07| -|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1115045002772712e-07| -|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1115045002772712e-07| -|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1115045002772712e-07| -|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1115045002772712e-07| -|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1115045002772712e-07| -|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1115045002772712e-07| -|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1115045002772712e-07| -|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1115045002772712e-07| -|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1115045002772712e-07| -|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.111504500277246e-07| -|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.111504500277246e-07| -|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| -|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9941986947063157e-07| -|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9941986947063157e-07| -|pypi|[pymunk](http://www.pymunk.org)|1.9941986947063157e-07| -|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9941986947063157e-07| -|pypi|[kplr](https://github.com/dfm/kplr)|1.9941986947063157e-07| -|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9941986947063157e-07| -|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9941986947063157e-07| -|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9941986947063157e-07| -|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9941986947063157e-07| -|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9941986947063157e-07| -|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9941986947063157e-07| -|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9941986947063157e-07| -|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9941986947063157e-07| -|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.889240868669144e-07| -|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.889240868669144e-07| -|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[sos-r](https://github.com/vatlab/SOS)|1.889240868669144e-07| -|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.889240868669144e-07| -|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7947788252356868e-07| -|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7947788252356868e-07| -|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7430721019372244e-07| -|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.7093131668911315e-07| -|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.7093131668911315e-07| -|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.7093131668911315e-07| -|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.7093131668911315e-07| -|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.7093131668911315e-07| -|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.709313166891122e-07| -|pypi|[torchdata](https://github.com/pytorch/data)|1.6922200352222103e-07| -|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6316171138506128e-07| -|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6316171138506128e-07| -|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6316171138506128e-07| -|pypi|[astral](https://github.com/sffjunkie/astral)|1.6316171138506128e-07| -|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6316171138506128e-07| -|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6316171138506128e-07| -|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6153009427121155e-07| -|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6153009427121155e-07| -|pypi|[your](https://github.com/thepetabyteproject/your)|1.5606772393353393e-07| -|pypi|[Pyside6](https://www.pyside.org)|1.4956490210297432e-07| -|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.4956490210297432e-07| -|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.4956490210297432e-07| -|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.4956490210297432e-07| -|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.4956490210297432e-07| -|pypi|[demandlib](https://github.com/oemof/demandlib)|1.4956490210297432e-07| -|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.4956490210297432e-07| -|pypi|[dhnx](https://pypi.org/project/dhnx)|1.4956490210297432e-07| -|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.4956490210297432e-07| -|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.4956490210297432e-07| -|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.4956490210297432e-07| -|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.4956490210297432e-07| -|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.4956490210297432e-07| -|pypi|[turbustat](https://turbustat.readthedocs.org)|1.4956490210297432e-07| -|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.4956490210297432e-07| -|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.4956490210297432e-07| -|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.4956490210297432e-07| -|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.4956490210297432e-07| -|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.4956490210297432e-07| -|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4358230601885696e-07| -|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4358230601885444e-07| -|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4358230601885444e-07| -|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4358230601885444e-07| -|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4358230601885444e-07| -|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4358230601885444e-07| -|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4358230601885444e-07| -|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4358230601885444e-07| -|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4358230601885444e-07| -|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4358230601885444e-07| -|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4358230601885444e-07| -|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3805990963351454e-07| -|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3805990963351454e-07| -|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3805990963351454e-07| -|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3805990963351454e-07| -|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3805990963351454e-07| -|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3805990963351454e-07| -|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3805990963351454e-07| -|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3805990963351454e-07| -|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3805990963351454e-07| -|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3805990963351454e-07| -|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3805990963351454e-07| -|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3805990963351454e-07| -|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3805990963351454e-07| -|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3805990963351454e-07| -|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3805990963351454e-07| -|pypi|[authlib](https://authlib.org/)|1.3805990963351454e-07| -|pypi|[fspath](https://github.com/return42/fspath)|1.3667931053717958e-07| -|pypi|[geobo](https://github.com/sebhaan/geobo)|1.329465796470877e-07| -|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.329465796470877e-07| -|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2819848751683548e-07| -|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2819848751683548e-07| -|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2377785001625416e-07| -|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2377785001625416e-07| -|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.1965192168237744e-07| -|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.1965192168237744e-07| -|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.1845540246555447e-07| -|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.146342604505369e-07| -|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.146342604505369e-07| -|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1105193981145826e-07| -|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0557522501386356e-07| -|pypi|[drop](https://github.com/cod3monk/drop)|1.0255879001346763e-07| -|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.970993473531578e-08| -|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.871283538796289e-08| -|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.701507163436155e-08| -|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.44620434334572e-08| -|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.230291101212125e-08| -|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.203993975567553e-08| -|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.203993975567553e-08| -|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.203993975567553e-08| -|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.203993975567553e-08| -|pypi|[technical](https://github.com/freqtrade/technical)|8.97389412617856e-08| -|pypi|[janus](https://github.com/aio-libs/janus)|8.973894126178434e-08| -|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.973894126178434e-08| -|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.884155184916585e-08| -|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.884155184916585e-08| -|pypi|[viscm](https://github.com/bids/viscm)|8.884155184916585e-08| -|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.755018659686142e-08| -|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.546565834455657e-08| -|pypi|[dash-auth](https://plotly.com/dash)|8.546565834455657e-08| -|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.546565834455657e-08| -|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.347808489468272e-08| -|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.976794778825288e-08| -|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.976794778825288e-08| -|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.976794778825288e-08| -|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.976794778825288e-08| -|pypi|[django-rq](https://github.com/rq/django-rq)|7.976794778825288e-08| -|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.976794778825288e-08| -|pypi|[google](http://breakingcode.wordpress.com/)|7.976794778825288e-08| -|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.637356703130547e-08| -|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.403462654097217e-08| -|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.179115300942848e-08| -|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.107324147933343e-08| -|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.902995481675727e-08| -|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.7727502839082e-08| -|pypi|[tagore](https://github.com/jordanlab/tagore)|6.7727502839082e-08| -|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.580855692530859e-08| -|pypi|[icecream](https://github.com/gruns/icecream)|6.297469562230437e-08| -|pypi|[comet](http://comet.transientskp.org/)|6.297469562230437e-08| -|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.297469562230437e-08| -|pypi|[trustme](https://github.com/python-trio/trustme)|5.9227701232777234e-08| -|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.7896091136635054e-08| -|pypi|[flowTorch](https://flowtorch.ai/users)|5.6086838288615054e-08| -|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.1279395006733815e-08| -|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.055715000663865e-08| -|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.055715000663865e-08| -|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.055715000663865e-08| -|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.055715000663865e-08| -|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.055715000663865e-08| -|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.9172022609196424e-08| -|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.324768253579956e-08| -|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.273282917227829e-08| -|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.180778910549022e-08| -|pypi|[PySide6](https://pyside.org)|4.079042784626532e-08| -|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.038252356780289e-08| -|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9485134155185034e-08| -|pypi|[jmp](https://github.com/deepmind/jmp)|3.626185789761888e-08| -|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3934173650610034e-08| -|pypi|[pika](https://pika.readthedocs.io)|3.0901409338840676e-08| -|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.03731801193731e-08| -|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.03731801193731e-08| -|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.256293380296274e-08| -|pypi|[geomet](https://github.com/geomet/geomet)|1.2339104423495361e-08| +|pypi|[numpy](https://pypi.org/project/numpy)|0.08781555682489946| +|pypi|[matplotlib](https://pypi.org/project/matplotlib)|0.030843037680413403| +|pypi|[scipy](https://pypi.org/project/scipy)|0.011988266764501548| +|pypi|[pytest](https://pypi.org/project/pytest)|0.010831194277526995| +|pypi|[typing-extensions](https://pypi.org/project/typing-extensions)|0.009573180595032774| +|pypi|[sphinx](https://pypi.org/project/sphinx)|0.007795781863148415| +|pypi|[six](https://pypi.org/project/six)|0.005742333824136636| +|pypi|[cycler](https://github.com/matplotlib/cycler)|0.004955574228151109| +|pypi|[h5py](http://www.h5py.org)|0.00468665810231873| +|pypi|[colorama](https://github.com/tartley/colorama)|0.004546818248706569| +|pypi|[pytz](https://pypi.org/project/pytz)|0.004439873568276247| +|pypi|[biopython](https://biopython.org/)|0.0044221866577742195| +|pypi|[python-dateutil](https://pypi.org/project/python-dateutil)|0.00419479241809107| +|pypi|[pytest-cov](https://pypi.org/project/pytest-cov)|0.0041613821086642095| +|pypi|[pyyaml](https://pyyaml.org/)|0.003669454146083851| +|pypi|[numba](https://numba.pydata.org)|0.0032837033305898795| +|pypi|[cython](https://pypi.org/project/cython)|0.0032590169579353977| +|pypi|[pandas](https://pypi.org/project/pandas)|0.0032171082962295073| +|pypi|[packaging](https://pypi.org/project/packaging)|0.0031771950922202213| +|pypi|[docutils](http://docutils.sourceforge.net/)|0.003110535487225366| +|pypi|[requests](https://pypi.org/project/requests)|0.002717508795084154| +|pypi|[pysam](https://github.com/pysam-developers/pysam)|0.002597275608360077| +|pypi|[hypothesis](https://pypi.org/project/hypothesis)|0.0025918929185822586| +|pypi|[PyYAML](https://pypi.org/project/PyYAML)|0.0025898535045987665| +|pypi|[tomli](https://pypi.org/project/tomli)|0.002536290373990081| +|pypi|[setuptools](https://pypi.org/project/setuptools)|0.0024809923438968515| +|pypi|[coverage](https://github.com/nedbat/coveragepy)|0.0024468830817195816| +|pypi|[importlib-metadata](https://github.com/python/importlib_metadata)|0.0023801389594168463| +|pypi|[sphinx-rtd-theme](https://pypi.org/project/sphinx-rtd-theme)|0.0023447897320942584| +|pypi|[future](https://pypi.org/project/future)|0.0022908883871452764| +|pypi|[certifi](https://certifiio.readthedocs.io/en/latest/)|0.0021603480515314335| +|pypi|[pytest-xdist](https://github.com/pytest-dev/pytest-xdist)|0.0021280066309292515| +|pypi|[flake8](https://pypi.org/project/flake8)|0.0020197559571013437| +|pypi|[MarkupSafe](https://pypi.org/project/MarkupSafe)|0.002001781046692984| +|pypi|[astropy](http://astropy.org)|0.001929446590541874| +|pypi|[lxml](https://pypi.org/project/lxml)|0.0018334570203230153| +|pypi|[mock](https://pypi.org/project/mock)|0.001825086163478988| +|pypi|[nose](https://pypi.org/project/nose)|0.0017985256480692452| +|pypi|[joblib](https://joblib.readthedocs.io)|0.001773939775532382| +|pypi|[sphinx-astropy](https://pypi.org/project/sphinx-astropy)|0.0017163650646074445| +|pypi|[seaborn](https://seaborn.pydata.org)|0.0016891101263964248| +|pypi|[pycparser](https://pypi.org/project/pycparser)|0.001669702239659796| +|pypi|[sklearn](https://pypi.python.org/pypi/scikit-learn/)|0.0016453749941358787| +|pypi|[wheel](https://pypi.org/project/wheel)|0.0016429275277697326| +|pypi|[idna](https://github.com/kjd/idna)|0.0015916282258756182| +|pypi|[pytest-doctestplus](https://pypi.org/project/pytest-doctestplus)|0.0015582397868162496| +|pypi|[ipython](https://pypi.org/project/ipython)|0.0015416545864300984| +|pypi|[mpmath](https://pypi.org/project/mpmath)|0.001517976752723491| +|pypi|[Sphinx](https://pypi.org/project/Sphinx)|0.0015094202978005373| +|pypi|[chardet](https://github.com/chardet/chardet)|0.0014208028682513273| +|pypi|[astroquery](http://astropy.org/astroquery)|0.001377359035717722| +|pypi|[Jinja2](https://pypi.org/project/Jinja2)|0.00128915636887531| +|pypi|[dask](https://pypi.org/project/dask)|0.001225845550962922| +|pypi|[statsmodels](https://www.statsmodels.org/)|0.0011909174964434648| +|pypi|[twine](https://pypi.org/project/twine)|0.001181428816954766| +|pypi|[ipywidgets](http://ipython.org)|0.0011464450501073326| +|pypi|[urllib3](https://pypi.org/project/urllib3)|0.0011395260054004575| +|pypi|[PySocks](https://github.com/Anorov/PySocks)|0.0011368971923071008| +|pypi|[mypy](https://pypi.org/project/mypy)|0.0011243544294432049| +|pypi|[importlib-resources](https://github.com/python/importlib_resources)|0.0011109666161828512| +|pypi|[protobuf](https://pypi.org/project/protobuf)|0.0011031816153351437| +|pypi|[html5lib](https://pypi.org/project/html5lib)|0.0010946295647355005| +|pypi|[pillow](https://python-pillow.org)|0.0010576612185431093| +|pypi|[numpydoc](https://pypi.org/project/numpydoc)|0.0010379875382425228| +|pypi|[Babel](http://babel.pocoo.org/)|0.0010302031304900367| +|pypi|[click](https://pypi.org/project/click)|0.001027398488505633| +|pypi|[beautifulsoup4](https://pypi.org/project/beautifulsoup4)|0.0009946413347198255| +|pypi|[pygments](https://pypi.org/project/pygments)|0.0009934220951999932| +|pypi|[jinja2](https://pypi.org/project/jinja2)|0.00098756965969725| +|pypi|[sortedcontainers](https://pypi.org/project/sortedcontainers)|0.0009729453739438361| +|pypi|[Cython](http://cython.org/)|0.0009577573235258241| +|pypi|[healpy](http://github.com/healpy)|0.0009352175502369652| +|pypi|[graphviz](https://pypi.org/project/graphviz)|0.0009253892754761078| +|pypi|[psutil](https://pypi.org/project/psutil)|0.0009251980130606327| +|pypi|[pytest-black](https://pypi.org/project/pytest-black)|0.0009250344645798376| +|pypi|[lmfit](https://pypi.org/project/lmfit)|0.0009202704277976399| +|pypi|[keras](https://keras.io/)|0.0009175353305356331| +|pypi|[attrs](https://pypi.org/project/attrs)|0.000888981330236361| +|pypi|[pre-commit](https://pypi.org/project/pre-commit)|0.0008886990018123465| +|pypi|[toml](https://pypi.org/project/toml)|0.0008820830725054823| +|pypi|[tornado](https://pypi.org/project/tornado)|0.0008758537088747815| +|pypi|[argparse](https://github.com/ThomasWaldmann/argparse/)|0.0008476266135282962| +|pypi|[networkx](https://pypi.org/project/networkx)|0.0008449693448150457| +|pypi|[pyparsing](https://pypi.org/project/pyparsing)|0.0008418825272918564| +|pypi|[pyerfa](https://pypi.org/project/pyerfa)|0.000830145635166379| +|pypi|[jplephem](https://pypi.org/project/jplephem)|0.0008228207026635897| +|pypi|[black](https://pypi.org/project/black)|0.0008129127851149351| +|pypi|[slack-sdk](https://github.com/slackapi/python-slack-sdk)|0.0008024958962386148| +|pypi|[docopt](https://pypi.org/project/docopt)|0.0008012172882043775| +|pypi|[pytest-astropy](https://pypi.org/project/pytest-astropy)|0.0007949361849890601| +|pypi|[setuptools_scm](https://pypi.org/project/setuptools_scm)|0.0007904550904745532| +|pypi|[pyarrow](https://pypi.org/project/pyarrow)|0.0007857538232073474| +|pypi|[contextlib2](http://contextlib2.readthedocs.org)|0.0007838982182767889| +|pypi|[py-make](https://github.com/tqdm/pymake)|0.00078201527763| +|pypi|[jupyter](http://jupyter.org)|0.0007674160221289966| +|pypi|[pycodestyle](https://pypi.org/project/pycodestyle)|0.0007647617864048193| +|pypi|[bleach](https://github.com/mozilla/bleach)|0.0007636442383166196| +|pypi|[photutils](https://github.com/astropy/photutils)|0.0007583137509166078| +|pypi|[bottleneck](https://pypi.org/project/bottleneck)|0.0007551161738463132| +|pypi|[llvmlite](http://llvmlite.readthedocs.io)|0.0007526288006850944| +|pypi|[skyfield](http://github.com/brandon-rhodes/python-skyfield/)|0.0007456946632565037| +|pypi|[objgraph](https://mg.pov.lt/objgraph/)|0.0007456622370351205| +|pypi|[cryptography](https://pypi.org/project/cryptography)|0.0007278020588980485| +|pypi|[mpi4py](https://github.com/mpi4py/mpi4py/)|0.0007136566075205403| +|pypi|[asdf](https://pypi.org/project/asdf)|0.0007098410744371141| +|pypi|[et-xmlfile](https://pypi.org/project/et-xmlfile)|0.000708322497366117| +|pypi|[defusedxml](https://pypi.org/project/defusedxml)|0.0006983406306342175| +|pypi|[sphinxext-opengraph](https://pypi.org/project/sphinxext-opengraph)|0.0006887034034326915| +|pypi|[sympy](https://sympy.org)|0.0006885693908254151| +|pypi|[tqdm](https://tqdm.github.io)|0.0006873910972909334| +|pypi|[toolz](https://github.com/pytoolz/toolz/)|0.0006862073082070917| +|pypi|[atomicwrites](https://pypi.org/project/atomicwrites)|0.0006774411393152237| +|pypi|[dataclasses](https://pypi.org/project/dataclasses)|0.0006521568818052254| +|pypi|[py](https://pypi.org/project/py)|0.0006479340264103967| +|pypi|[cloudpickle](https://pypi.org/project/cloudpickle)|0.0006465585064890987| +|pypi|[sgp4](https://github.com/brandon-rhodes/python-sgp4)|0.000645557280754696| +|pypi|[wcwidth](https://pypi.org/project/wcwidth)|0.0006452540293256543| +|pypi|[sphinx-gallery](https://pypi.org/project/sphinx-gallery)|0.0006294743063279226| +|pypi|[wrapt](https://pypi.org/project/wrapt)|0.0006128589322582849| +|pypi|[sphinx-copybutton](https://pypi.org/project/sphinx-copybutton)|0.0006006469916441429| +|pypi|[virtualenv](https://pypi.org/project/virtualenv)|0.0005996690734524162| +|pypi|[iniconfig](https://pypi.org/project/iniconfig)|0.0005966776018788556| +|pypi|[filelock](https://pypi.org/project/filelock)|0.0005936508384851498| +|pypi|[cffi](https://pypi.org/project/cffi)|0.0005905225669903846| +|pypi|[scikit-learn](http://scikit-learn.org)|0.0005858248848080352| +|pypi|[pybedtools](https://github.com/daler/pybedtools)|0.0005799007307932517| +|pypi|[charset-normalizer](https://github.com/Ousret/charset_normalizer)|0.0005788810575888819| +|pypi|[ruamel.yaml](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0005677670352601013| +|pypi|[scikit-image](https://pypi.org/project/scikit-image)|0.00056704116979427| +|pypi|[zipp](https://pypi.org/project/zipp)|0.0005652137233727864| +|pypi|[traitlets](https://pypi.org/project/traitlets)|0.0005641098790973527| +|pypi|[pluggy](https://pypi.org/project/pluggy)|0.0005612566876584252| +|pypi|[pytest-astropy-header](https://pypi.org/project/pytest-astropy-header)|0.0005600013348205396| +|pypi|[isal](https://pypi.org/project/isal)|0.0005569974376355747| +|pypi|[PyQt5-sip](https://pypi.org/project/PyQt5-sip)|0.0005523461059792311| +|pypi|[unicodedata2](https://pypi.org/project/unicodedata2)|0.0005505880988892647| +|pypi|[Pillow](https://pypi.org/project/Pillow)|0.0005465244042503955| +|pypi|[sphinx-changelog](https://pypi.org/project/sphinx-changelog)|0.0005441082923986057| +|pypi|[jax](https://github.com/google/jax)|0.0005418298891412071| +|pypi|[appdirs](https://pypi.org/project/appdirs)|0.0005417910083575473| +|pypi|[typing_extensions](https://pypi.org/project/typing_extensions)|0.0005372543687628626| +|pypi|[regex](https://github.com/mrabarnett/mrab-regex)|0.000534424209765728| +|pypi|[absl-py](https://pypi.org/project/absl-py)|0.0005343658371365533| +|pypi|[lightkurve](https://docs.lightkurve.org)|0.0005332540177715812| +|pypi|[xmltodict](https://pypi.org/project/xmltodict)|0.0005165930688978411| +|pypi|[pytest-flake8](https://pypi.org/project/pytest-flake8)|0.0005134310125460778| +|pypi|[termcolor](https://pypi.org/project/termcolor)|0.0005134151843852752| +|pypi|[rst.linker](https://pypi.org/project/rst.linker)|0.0005119182012376939| +|pypi|[jaraco.packaging](https://pypi.org/project/jaraco.packaging)|0.0005119182012376939| +|pypi|[threadpoolctl](https://pypi.org/project/threadpoolctl)|0.0005078819633617347| +|pypi|[pytest-timeout](https://pypi.org/project/pytest-timeout)|0.0005076379970849824| +|pypi|[dill](https://pypi.org/project/dill)|0.0005052989708815987| +|pypi|[win-inet-pton](https://github.com/hickeroar/win_inet_pton)|0.0005009688852648057| +|pypi|[pytest-checkdocs](https://pypi.org/project/pytest-checkdocs)|0.0004925270325825965| +|pypi|[pytest-mypy](https://pypi.org/project/pytest-mypy)|0.0004919978143414356| +|pypi|[argcomplete](https://pypi.org/project/argcomplete)|0.0004910356564958793| +|pypi|[pytest-enabler](https://pypi.org/project/pytest-enabler)|0.0004910349214347027| +|pypi|[pywin32](https://pypi.org/project/pywin32)|0.0004865080144088151| +|pypi|[torch](https://pytorch.org/)|0.00048011427292812847| +|pypi|[enum34](https://pypi.org/project/enum34)|0.0004775843511488173| +|pypi|[webencodings](https://pypi.org/project/webencodings)|0.0004759741270746118| +|pypi|[pathlib](https://pypi.org/project/pathlib)|0.0004736369009642903| +|pypi|[itsdangerous](https://pypi.org/project/itsdangerous)|0.00047341533550409654| +|pypi|[more-itertools](https://pypi.org/project/more-itertools)|0.00046846040960771| +|pypi|[numexpr](https://pypi.org/project/numexpr)|0.00046349618907958633| +|pypi|[pyfaidx](https://pypi.python.org/pypi/pyfaidx)|0.00045763037029730963| +|pypi|[check-manifest](https://pypi.org/project/check-manifest)|0.00045331438329772496| +|pypi|[cobaya](https://cobaya.readthedocs.io)|0.00044739696312364423| +|pypi|[isort](https://pypi.org/project/isort)|0.0004466493102911627| +|pypi|[pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/latest/)|0.00044600681747415785| +|pypi|[decorator](https://github.com/micheles/decorator)|0.00044532593823807794| +|pypi|[brotli](https://pypi.org/project/brotli)|0.0004441360165751167| +|pypi|[types-setuptools](https://github.com/python/typeshed)|0.00044238632878317214| +|pypi|[msgpack](https://pypi.org/project/msgpack)|0.00043890346242127557| +|pypi|[ephem](http://rhodesmill.org/pyephem/)|0.00043888815794746236| +|pypi|[kiwisolver](https://pypi.org/project/kiwisolver)|0.0004363813520863752| +|pypi|[tenacity](https://github.com/jd/tenacity)|0.0004343829798498525| +|pypi|[xmlschema](https://pypi.org/project/xmlschema)|0.0004333485434909772| +|pypi|[olefile](https://pypi.org/project/olefile)|0.00043123182202155783| +|pypi|[markdown2](https://pypi.org/project/markdown2)|0.00042817269748737915| +|pypi|[PyQt5-Qt5](https://pypi.org/project/PyQt5-Qt5)|0.00042706030721120065| +|pypi|[readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search)|0.0004225999584101251| +|pypi|[sphinx-book-theme](https://pypi.org/project/sphinx-book-theme)|0.00042193532352805473| +|pypi|[SQLAlchemy](https://pypi.org/project/SQLAlchemy)|0.0004186349121770804| +|pypi|[sphinx-issues](https://pypi.org/project/sphinx-issues)|0.00041499263763443726| +|pypi|[codecov](https://pypi.org/project/codecov)|0.00041386005825640155| +|pypi|[pyroma](https://pypi.org/project/pyroma)|0.0004061683891726902| +|pypi|[imageio](https://github.com/imageio/imageio)|0.0004058017660705582| +|pypi|[ipykernel](https://pypi.org/project/ipykernel)|0.00040522102346115| +|pypi|[multiprocess](https://pypi.org/project/multiprocess)|0.0004008665335501556| +|pypi|[sphinx-removed-in](https://pypi.org/project/sphinx-removed-in)|0.0003952856652205679| +|pypi|[plotly](https://pypi.org/project/plotly)|0.00039359482111503045| +|pypi|[fitsio](https://github.com/esheldon/fitsio)|0.0003926143993389113| +|pypi|[dynesty](https://github.com/joshspeagle/dynesty)|0.0003898445792709875| +|pypi|[alabaster](https://alabaster.readthedocs.io)|0.00038805730969524046| +|pypi|[snowballstemmer](https://pypi.org/project/snowballstemmer)|0.000385942506537455| +|pypi|[sqlalchemy](https://www.sqlalchemy.org)|0.00038303802162493545| +|pypi|[nbformat](https://pypi.org/project/nbformat)|0.0003812697514929358| +|pypi|[nbconvert](https://pypi.org/project/nbconvert)|0.000377931290394591| +|pypi|[imagesize](https://github.com/shibukawa/imagesize_py)|0.00037600035180137403| +|pypi|[typing](https://docs.python.org/3/library/typing.html)|0.00037290317092134343| +|pypi|[netCDF4](http://github.com/Unidata/netcdf4-python)|0.00037273149330610376| +|pypi|[watchdog](https://pypi.org/project/watchdog)|0.0003696862519148388| +|pypi|[memory-profiler](https://pypi.org/project/memory-profiler)|0.00036877914701886156| +|pypi|[process-tests](https://pypi.org/project/process-tests)|0.0003650720953034102| +|pypi|[fields](https://pypi.org/project/fields)|0.0003650720953034102| +|pypi|[schwimmbad](https://github.com/adrn/schwimmbad)|0.00036413256850166217| +|pypi|[fsspec](https://pypi.org/project/fsspec)|0.0003638511970564035| +|pypi|[pip](https://pypi.org/project/pip)|0.00036264173515764095| +|pypi|[docutils-stubs](https://pypi.org/project/docutils-stubs)|0.0003566404345647421| +|pypi|[execnet](https://pypi.org/project/execnet)|0.0003547481892632963| +|pypi|[hunter](https://pypi.org/project/hunter)|0.00035421937465536247| +|pypi|[wget](http://bitbucket.org/techtonik/python-wget/)|0.00035384644501709804| +|pypi|[railroad-diagrams](https://github.com/tabatkins/railroad-diagrams)|0.000347709212179712| +|pypi|[tensorflow](https://www.tensorflow.org/)|0.0003474067342173566| +|pypi|[gym](https://pypi.org/project/gym)|0.0003462551280772913| +|pypi|[xarray](https://pypi.org/project/xarray)|0.0003453255113009826| +|pypi|[fonttools](http://github.com/fonttools/fonttools)|0.00034478617895407175| +|pypi|[cachetools](https://pypi.org/project/cachetools)|0.0003445964296131819| +|pypi|[backports.functools-lru-cache](https://pypi.org/project/backports.functools-lru-cache)|0.000344540002254485| +|pypi|[xlsxwriter](https://pypi.org/project/xlsxwriter)|0.00034227547742837994| +|pypi|[smmap](https://github.com/gitpython-developers/smmap)|0.00033983416274817714| +|pypi|[Pygments](https://pypi.org/project/Pygments)|0.0003392487562374833| +|pypi|[pydot](https://pypi.org/project/pydot)|0.0003367308185005096| +|pypi|[munkres](https://pypi.org/project/munkres)|0.00033479568092634437| +|pypi|[pygraphviz](https://pypi.org/project/pygraphviz)|0.0003276763481810908| +|pypi|[myst-nb](https://pypi.org/project/myst-nb)|0.00032685908864790454| +|pypi|[pyproj](https://pypi.org/project/pyproj)|0.0003257825788859171| +|pypi|[pandoc](https://pypi.org/project/pandoc)|0.0003251898317688916| +|pypi|[rich](https://pypi.org/project/rich)|0.0003240828834196451| +|pypi|[jsonschema](https://pypi.org/project/jsonschema)|0.0003229509913195583| +|pypi|[flatbuffers](https://pypi.org/project/flatbuffers)|0.00031141231763220613| +|pypi|[locket](http://github.com/mwilliamson/locket.py)|0.0003086346322966002| +|pypi|[setproctitle](https://pypi.org/project/setproctitle)|0.00030680900839916625| +|pypi|[ipaddress](https://pypi.org/project/ipaddress)|0.0003042404738389321| +|pypi|[python](http://www.python.org/2.5)|0.00029855373636189| +|pypi|[pytest-forked](https://pypi.org/project/pytest-forked)|0.000298449831175625| +|pypi|[bump2version](https://pypi.org/project/bump2version)|0.0002978712964341487| +|pypi|[ujson](https://pypi.org/project/ujson)|0.0002955927152889569| +|pypi|[babel](https://pypi.org/project/babel)|0.0002927543750064657| +|pypi|[emcee](https://emcee.readthedocs.io)|0.00029236320816887246| +|pypi|[astroscrappy](https://github.com/astropy/astroscrappy)|0.0002916885130866964| +|pypi|[numdifftools](https://github.com/pbrod/numdifftools)|0.00029039777135539716| +|pypi|[pooch](https://pypi.org/project/pooch)|0.0002870487908927252| +|pypi|[pexpect](https://pypi.org/project/pexpect)|0.00028514396728995155| +|pypi|[python-casacore](https://github.com/casacore/python-casacore)|0.00028394869921247667| +|pypi|[python-magic](http://github.com/ahupp/python-magic)|0.0002837762111352133| +|pypi|[dnaio](https://dnaio.readthedocs.io/)|0.00028070431127982646| +|pypi|[tzdata](https://pypi.org/project/tzdata)|0.00027806124848383693| +|pypi|[palettable](https://jiffyclub.github.io/palettable/)|0.00027794882429067194| +|pypi|[Flask](https://pypi.org/project/Flask)|0.000277894127073261| +|pypi|[entrypoints](https://pypi.org/project/entrypoints)|0.00027345979333735716| +|pypi|[grpcio](https://pypi.org/project/grpcio)|0.00027264445153962123| +|pypi|[cssselect](https://github.com/scrapy/cssselect)|0.00027092031986523794| +|pypi|[SimpleITK](https://pypi.org/project/SimpleITK)|0.0002699209892536879| +|pypi|[sphinxcontrib-serializinghtml](https://pypi.org/project/sphinxcontrib-serializinghtml)|0.00026371205671039494| +|pypi|[nanomath](https://github.com/wdecoster/nanomath)|0.0002610086767895879| +|pypi|[sphinxcontrib-jsmath](https://pypi.org/project/sphinxcontrib-jsmath)|0.0002609918262305822| +|pypi|[keyring](https://pypi.org/project/keyring)|0.0002587414861917478| +|pypi|[tox](https://pypi.org/project/tox)|0.0002579478749815982| +|pypi|[pox](https://pypi.org/project/pox)|0.00025767004422555984| +|pypi|[sphinxcontrib-devhelp](https://pypi.org/project/sphinxcontrib-devhelp)|0.00025760822352167474| +|pypi|[sphinxcontrib-qthelp](https://pypi.org/project/sphinxcontrib-qthelp)|0.00025760822352167474| +|pypi|[sphinxcontrib-applehelp](https://pypi.org/project/sphinxcontrib-applehelp)|0.0002576082235216747| +|pypi|[sphinxcontrib-htmlhelp](https://pypi.org/project/sphinxcontrib-htmlhelp)|0.0002576082235216747| +|pypi|[pyasn1](https://pypi.org/project/pyasn1)|0.0002554736119934612| +|pypi|[simplejson](https://pypi.org/project/simplejson)|0.00025332801571513724| +|pypi|[tifffile](https://pypi.org/project/tifffile)|0.0002527641997718305| +|pypi|[sphinx-prompt](https://pypi.org/project/sphinx-prompt)|0.0002515572202339931| +|pypi|[pep517](https://pypi.org/project/pep517)|0.00025146695139421406| +|pypi|[nbsphinx](https://nbsphinx.readthedocs.io/)|0.0002509063417466992| +|pypi|[reno](https://pypi.org/project/reno)|0.0002505948873388| +|pypi|[astroplan](https://pypi.org/project/astroplan)|0.00024966506747609485| +|pypi|[tabulate](https://pypi.org/project/tabulate)|0.00024953431380275704| +|pypi|[brotlicffi](https://pypi.org/project/brotlicffi)|0.0002484823496738158| +|pypi|[furo](https://pypi.org/project/furo)|0.00024789706096773283| +|pypi|[more_itertools](https://github.com/more-itertools/more-itertools)|0.00024771459559962816| +|pypi|[sphinx-autodoc-typehints](https://pypi.org/project/sphinx-autodoc-typehints)|0.0002475154049708462| +|pypi|[bokeh](https://pypi.org/project/bokeh)|0.00024308896065033172| +|pypi|[progressbar](http://code.google.com/p/python-progressbar)|0.00024263163331321796| +|pypi|[Werkzeug](https://pypi.org/project/Werkzeug)|0.0002411461723492694| +|pypi|[PyICU](https://gitlab.pyicu.org/main/pyicu)|0.0002407445509870265| +|pypi|[fastnumbers](https://github.com/SethMMorton/fastnumbers)|0.0002407445509870265| +|pypi|[wmi](https://pypi.org/project/wmi)|0.00023924402973638802| +|pypi|[onnx2keras](https://github.com/nerox8664/onnx2keras)|0.0002386117136659436| +|pypi|[mappy](https://github.com/lh3/minimap2)|0.0002339880654414277| +|pypi|[backports-functools-lru-cache](https://pypi.org/project/backports-functools-lru-cache)|0.0002337056264942459| +|pypi|[ruamel.yaml.clib](https://sourceforge.net/p/ruamel-yaml-clib/code/ci/default/tree)|0.0002332581510628027| +|pypi|[lz4](https://pypi.org/project/lz4)|0.00023008334640011165| +|pypi|[fs](https://pypi.org/project/fs)|0.0002279295573536048| +|pypi|[semver](https://github.com/python-semver/python-semver)|0.000227119944841231| +|pypi|[pytest-asyncio](https://pypi.org/project/pytest-asyncio)|0.0002263778031713967| +|pypi|[frozenlist](https://pypi.org/project/frozenlist)|0.00022630540201879336| +|pypi|[openpyxl](https://openpyxl.readthedocs.io)|0.00022421571314029857| +|pypi|[Markdown](https://pypi.org/project/Markdown)|0.0002240453294558587| +|pypi|[nfft](http://github.com/jakevdp/nfft/)|0.00022325108459869848| +|pypi|[commonmark](https://github.com/rtfd/commonmark.py)|0.00022169955389484696| +|pypi|[ci-info](https://pypi.org/project/ci-info)|0.00022067188035163832| +|pypi|[arviz](https://pypi.org/project/arviz)|0.00021684841795361015| +|pypi|[PyAstronomy](https://github.com/sczesla/PyAstronomy)|0.000216324517620788| +|pypi|[gast](https://pypi.org/project/gast)|0.0002150986386883064| +|pypi|[pint](https://pypi.org/project/pint)|0.0002149279575291511| +|pypi|[multidict](https://pypi.org/project/multidict)|0.00021357673399065893| +|pypi|[notebook](http://jupyter.org)|0.00021282425468283948| +|pypi|[tokenize-rt](https://pypi.org/project/tokenize-rt)|0.00021272770821635992| +|pypi|[aiohttp](https://pypi.org/project/aiohttp)|0.00021047689020987182| +|pypi|[greenlet](https://greenlet.readthedocs.io/)|0.00021043963079160486| +|pypi|[zopfli](https://pypi.org/project/zopfli)|0.00020998095481731247| +|pypi|[ultranest](https://pypi.org/project/ultranest)|0.0002095286237304867| +|pypi|[quantities](http://python-quantities.readthedocs.io/)|0.00020841225833607117| +|pypi|[pulp](https://pypi.org/project/pulp)|0.00020828563577549104| +|pypi|[pyamg](https://github.com/pyamg/pyamg)|0.00020652861502556825| +|pypi|[pyzmq](https://pyzmq.readthedocs.org)|0.00020643640237661838| +|pypi|[psycopg2-binary](https://psycopg.org/)|0.0002045705913895272| +|pypi|[sh](https://github.com/amoffat/sh)|0.00020386100386100386| +|pypi|[gmpy2](https://pypi.org/project/gmpy2)|0.00020348964719897096| +|pypi|[skia-pathops](https://pypi.org/project/skia-pathops)|0.00020343331038410117| +|pypi|[xattr](https://pypi.org/project/xattr)|0.0002022600829230778| +|pypi|[soupsieve](https://pypi.org/project/soupsieve)|0.0002003786306032492| +|pypi|[doit](http://pydoit.org)|0.00020025142261479708| +|pypi|[gitdb](https://github.com/gitpython-developers/gitdb)|0.00019993731707574852| +|pypi|[pyDOE2](https://pypi.org/project/pyDOE2)|0.00019955502401611404| +|pypi|[mpdaf](https://git-cral.univ-lyon1.fr/MUSE/mpdaf)|0.0001985463596418043| +|pypi|[redis](https://pypi.org/project/redis)|0.00019833095088203574| +|pypi|[cached-property](https://github.com/pydanny/cached-property)|0.00019558737967458067| +|pypi|[shortuuid](https://github.com/skorokithakis/shortuuid/)|0.00019448352533965092| +|pypi|[theano](http://deeplearning.net/software/theano/)|0.0001940584451701588| +|pypi|[requests-toolbelt](https://pypi.org/project/requests-toolbelt)|0.00019366358193805697| +|pypi|[intervaltree](https://github.com/chaimleib/intervaltree)|0.0001874136751200166| +|pypi|[asv](https://pypi.org/project/asv)|0.0001871261355202517| +|pypi|[jupyter-client](https://pypi.org/project/jupyter-client)|0.0001856011563297672| +|pypi|[types-typed-ast](https://pypi.org/project/types-typed-ast)|0.0001831141066568042| +|pypi|[jmespath](https://github.com/jmespath/jmespath.py)|0.00018245912310541556| +|pypi|[futures](https://pypi.org/project/futures)|0.00018123160661976634| +|pypi|[pytest-perf](https://pypi.org/project/pytest-perf)|0.0001808866080496117| +|pypi|[openphi](https://gitlab.com/BioimageInformaticsGroup/openphi)|0.0001789587852494577| +|pypi|[asyncio](http://www.python.org/dev/peps/pep-3156/)|0.0001789587852494577| +|pypi|[pyusb](https://pyusb.github.io/pyusb)|0.0001789587852494577| +|pypi|[apyori](https://github.com/ymoch/apyori)|0.0001789587852494577| +|pypi|[pycryptodome](https://www.pycryptodome.org)|0.0001789587852494577| +|pypi|[http](https://github.com/franckcuny/http)|0.0001789587852494577| +|pypi|[parsec](https://github.com/sighingnow/parsec.py)|0.0001789587852494577| +|pypi|[sf_tools](https://github.com/sfarrens/sf_tools)|0.0001789587852494577| +|pypi|[conan](https://conan.io)|0.00017893010595694975| +|pypi|[llist](https://github.com/ajakubek/python-llist)|0.00017836225596529285| +|pypi|[libclang](https://pypi.org/project/libclang)|0.00017813611763031856| +|pypi|[umap-learn](http://github.com/lmcinnes/umap)|0.00017764161984357553| +|pypi|[pybind11-global](https://pypi.org/project/pybind11-global)|0.00017708006452930717| +|pypi|[flask](https://palletsprojects.com/p/flask)|0.0001767254905841334| +|pypi|[nestle](https://pypi.org/project/nestle)|0.0001743976600853197| +|pypi|[edlib](https://github.com/Martinsos/edlib)|0.0001743906184013723| +|pypi|[python-igraph](https://pypi.org/project/python-igraph)|0.00017354231070582687| +|pypi|[qtpy](https://pypi.org/project/qtpy)|0.00017343352791719148| +|pypi|[psycopg2](https://pypi.org/project/psycopg2)|0.0001725088225903308| +|pypi|[jaraco.tidelift](https://pypi.org/project/jaraco.tidelift)|0.0001723839480266684| +|pypi|[sphinxcontrib-websupport](https://pypi.org/project/sphinxcontrib-websupport)|0.00017166029478928849| +|pypi|[netcdf4](https://pypi.org/project/netcdf4)|0.0001715143265308556| +|pypi|[lark-parser](https://pypi.org/project/lark-parser)|0.00017099083888047945| +|pypi|[types-requests](https://pypi.org/project/types-requests)|0.00016893514945832378| +|pypi|[prompt-toolkit](https://pypi.org/project/prompt-toolkit)|0.00016890694517013936| +|pypi|[gdal](https://pypi.org/project/gdal)|0.00016830361273890954| +|pypi|[gffutils](https://pypi.org/project/gffutils)|0.00016786994778401418| +|pypi|[jaxlib](https://github.com/google/jax)|0.0001677079120348738| +|pypi|[scikit-bio](http://scikit-bio.org)|0.0001676479702510071| +|pypi|[sphinxcontrib-bibtex](https://pypi.org/project/sphinxcontrib-bibtex)|0.00016716212191531188| +|pypi|[pysynphot](https://pypi.org/project/pysynphot)|0.00016705203347225787| +|pypi|[snakemake](https://snakemake.readthedocs.io)|0.00016619731949178804| +|pypi|[monotonic](https://pypi.org/project/monotonic)|0.00016554333457585496| +|pypi|[opt-einsum](https://pypi.org/project/opt-einsum)|0.0001631286943273058| +|pypi|[pyephem](http://rhodesmill.org/pyephem/)|0.00016289434597039384| +|pypi|[markdown](https://pypi.org/project/markdown)|0.00016202610438879146| +|pypi|[json-tricks](https://github.com/mverleg/pyjson_tricks)|0.00016174990961677512| +|pypi|[sentence-transformers](https://github.com/UKPLab/sentence-transformers)|0.00016106290672451194| +|pypi|[pathlib2](https://pypi.org/project/pathlib2)|0.00015945665266029756| +|pypi|[dm-tree](https://pypi.org/project/dm-tree)|0.0001587439949648239| +|pypi|[multisplitby](https://github.com/cthoyt/multisplitby)|0.0001586767895878525| +|pypi|[gunicorn](https://gunicorn.org)|0.00015834014363647362| +|pypi|[jedi](https://pypi.org/project/jedi)|0.00015713982967360476| +|pypi|[fire](https://pypi.org/project/fire)|0.0001568236196983938| +|pypi|[camb](https://pypi.org/project/camb)|0.00015627864160848722| +|pypi|[python-dotenv](https://github.com/theskumar/python-dotenv)|0.00015570298168696964| +|pypi|[python-libsbml](http://sbml.org)|0.00015507192601895196| +|pypi|[shapely](https://github.com/shapely/shapely)|0.0001537275750709799| +|pypi|[ete3](http://etetoolkit.org)|0.00015251265365148227| +|pypi|[rsa](https://pypi.org/project/rsa)|0.00015206523090769474| +|pypi|[unittest2](https://pypi.org/project/unittest2)|0.00015171627986535123| +|pypi|[matplotlib-inline](https://pypi.org/project/matplotlib-inline)|0.00015108855720282925| +|pypi|[streamlit](https://streamlit.io)|0.00015097727249251111| +|pypi|[texext](https://pypi.org/project/texext)|0.0001508252580756024| +|pypi|[typed-ast](https://pypi.org/project/typed-ast)|0.00015038627767253456| +|pypi|[pickleshare](https://pypi.org/project/pickleshare)|0.00014915780683933663| +|pypi|[bmipy](http://csdms.colorado.edu)|0.00014913232104121475| +|pypi|[nb2plots](https://pypi.org/project/nb2plots)|0.0001491227339442476| +|pypi|[tensorboard](https://pypi.org/project/tensorboard)|0.00014742894904470343| +|pypi|[MDAnalysis](https://www.mdanalysis.org)|0.0001470991880981646| +|pypi|[myst-parser](https://pypi.org/project/myst-parser)|0.0001469308166361865| +|pypi|[jupyter-core](https://pypi.org/project/jupyter-core)|0.00014639437085111706| +|pypi|[pytest-runner](https://pypi.org/project/pytest-runner)|0.00014577946557630422| +|pypi|[pysqlite3](https://github.com/coleifer/pysqlite3)|0.00014292841648590022| +|pypi|[pymultinest](http://johannesbuchner.github.com/PyMultiNest/)|0.0001422714675057408| +|pypi|[python-levenshtein](https://pypi.org/project/python-levenshtein)|0.00014220832042144408| +|pypi|[nanoget](https://github.com/wdecoster/nanoget)|0.00014170281995661607| +|pypi|[tensorboard-plugin-wit](https://whatif-tool.dev)|0.00014151902049036572| +|pypi|[sqlparse](https://pypi.org/project/sqlparse)|0.0001412969388495316| +|pypi|[PyWavelets](https://pypi.org/project/PyWavelets)|0.0001412788746763638| +|pypi|[nbodykit](http://github.com/bccp/nbodykit)|0.00014100816031401714| +|pypi|[backcall](https://github.com/takluyver/backcall)|0.00014082216910689063| +|pypi|[ginga](https://pypi.org/project/ginga)|0.00014065532595045096| +|pypi|[cached_property](https://github.com/pydanny/cached-property)|0.0001406104741245739| +|pypi|[pyfakefs](https://pypi.org/project/pyfakefs)|0.00014018860428240452| +|pypi|[diskcache](https://pypi.org/project/diskcache)|0.0001397724035717321| +|pypi|[blinker](https://pypi.org/project/blinker)|0.00013929110165398215| +|pypi|[httpx](https://pypi.org/project/httpx)|0.0001388518116907585| +|pypi|[pyflakes](https://pypi.org/project/pyflakes)|0.00013865114929217305| +|pypi|[ipython-genutils](https://pypi.org/project/ipython-genutils)|0.00013825382098559206| +|pypi|[CommonMark](https://pypi.org/project/CommonMark)|0.00013792215918571665| +|pypi|[dash](https://plotly.com/dash)|0.00013769442086839152| +|pypi|[elasticsearch](https://github.com/elastic/elasticsearch-py)|0.00013731026508292| +|pypi|[Python-Deprecated](https://github.com/vrcmarcos/python-deprecated)|0.00013720173535791756| +|pypi|[flufl.flake8](https://pypi.org/project/flufl.flake8)|0.0001369673461479143| +|pypi|[fastprogress](https://pypi.org/project/fastprogress)|0.00013683223120409215| +|pypi|[dendropy](http://packages.python.org/DendroPy/)|0.00013593766139861587| +|pypi|[simframe](https://github.com/stammler/simframe)|0.00013473039975209173| +|pypi|[mypy-extensions](https://pypi.org/project/mypy-extensions)|0.00013456520649442595| +|pypi|[boto3](https://pypi.org/project/boto3)|0.00013406248164401737| +|pypi|[pyregion](https://github.com/astropy/pyregion)|0.00013313746990536578| +|pypi|[argh](https://pypi.org/project/argh)|0.00013273422167131495| +|pypi|[pyuvdata](https://github.com/RadioAstronomySoftwareGroup/pyuvdata)|0.00013123644251626898| +|pypi|[multiprocessing](http://code.google.com/p/python-multiprocessing)|0.00013123644251626898| +|pypi|[rebound](https://github.com/hannorein/rebound/)|0.00013112072144634305| +|pypi|[oauthlib](https://github.com/oauthlib/oauthlib)|0.0001309326473822544| +|pypi|[readme-renderer](https://pypi.org/project/readme-renderer)|0.00013052408404636148| +|pypi|[spiceypy](https://github.com/AndrewAnnex/SpiceyPy)|0.00012995816547877286| +|pypi|[py-cpuinfo](https://pypi.org/project/py-cpuinfo)|0.00012986584547050925| +|pypi|[jellyfish](http://github.com/jamesturk/jellyfish)|0.0001296962168003383| +|pypi|[ruff](https://docs.astral.sh/ruff)|0.00012945664777115376| +|pypi|[pyreadline3](https://pypi.org/project/pyreadline3)|0.00012939861957873724| +|pypi|[pyreadline](https://pypi.org/project/pyreadline)|0.00012939861957873724| +|pypi|[s3fs](https://pypi.org/project/s3fs)|0.00012897538190746684| +|pypi|[plac](https://pypi.org/project/plac)|0.00012854186621404624| +|pypi|[periodictable](https://pypi.org/project/periodictable)|0.00012848636556313627| +|pypi|[sphinx-design](https://pypi.org/project/sphinx-design)|0.00012696951335363239| +|pypi|[jupyterlab-widgets](https://pypi.org/project/jupyterlab-widgets)|0.00012670649612248975| +|pypi|[lalsuite](https://git.ligo.org/lscsoft/lalsuite)|0.00012609053018090063| +|pypi|[sphinx-autoapi](http://github.com/readthedocs/sphinx-autoapi)|0.00012581417487068244| +|pypi|[galpy](http://github.com/jobovy/galpy)|0.00012575689494886893| +|pypi|[email-validator](https://pypi.org/project/email-validator)|0.0001257378308312235| +|pypi|[tensorboard-data-server](https://pypi.org/project/tensorboard-data-server)|0.00012572241790890617| +|pypi|[widgetsnbextension](https://pypi.org/project/widgetsnbextension)|0.0001253065431690368| +|pypi|[python-utils](https://pypi.org/project/python-utils)|0.00012431044370880094| +|pypi|[django](https://pypi.org/project/django)|0.00012414563292623989| +|pypi|[lenstronomy](https://github.com/lenstronomy/lenstronomy)|0.0001240057845263919| +|pypi|[setuptools-scm](https://pypi.org/project/setuptools-scm)|0.0001231672948158855| +|pypi|[panel](https://pypi.org/project/panel)|0.00012274488034673728| +|pypi|[sfdmap](http://github.com/kbarbary/sfdmap)|0.00012246395304325636| +|pypi|[chainconsumer](http://github.com/samreay/ChainConsumer)|0.00012246395304325636| +|pypi|[mccabe](https://pypi.org/project/mccabe)|0.0001224041634240826| +|pypi|[setuptools_scm_git_archive](https://github.com/Changaco/setuptools_scm_git_archive/)|0.0001222885032537961| +|pypi|[livereload](https://pypi.org/project/livereload)|0.00012205008606885102| +|pypi|[tables](https://pypi.org/project/tables)|0.00012204318622883208| +|pypi|[parasail](https://github.com/jeffdaily/parasail-python)|0.00012188207670854092| +|pypi|[pytest-mock](https://github.com/pytest-dev/pytest-mock/)|0.00012157581889762911| +|pypi|[pyia](http://github.com/adrn/pyia)|0.00012145336225596529| +|pypi|[google-auth](https://pypi.org/project/google-auth)|0.00012128219788422132| +|pypi|[build](https://pypa-build.readthedocs.io/en/stable/)|0.00012093515723747301| +|pypi|[inflection](https://github.com/jpvanhal/inflection)|0.00012079480257159922| +|pypi|[munch](https://pypi.org/project/munch)|0.00012050753577481609| +|pypi|[pybullet](https://pypi.org/project/pybullet)|0.00012025328569605716| +|pypi|[astrodendro](https://pypi.org/project/astrodendro)|0.00012022861306941431| +|pypi|[pyraf](https://iraf-community.github.io/pyraf.html)|0.0001196958952110796| +|pypi|[distributed](https://distributed.dask.org)|0.00011953346867228723| +|pypi|[uncertainties](https://pypi.org/project/uncertainties)|0.00011944720788903763| +|pypi|[questplus](https://github.com/hoechenberger/questplus)|0.0001193058568329718| +|pypi|[intervalTree](https://github.com/chaimleib/intervaltree)|0.0001193058568329718| +|pypi|[udatetime](https://github.com/freach/udatetime)|0.0001193058568329718| +|pypi|[ruamel.YAML](https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree)|0.0001193058568329718| +|pypi|[requests_file](http://github.com/dashea/requests-file)|0.0001193058568329718| +|pypi|[nrpylatex](https://github.com/zachetienne/nrpylatex)|0.0001193058568329718| +|pypi|[tardis](http://bitbucket.org/cedk/tardis)|0.0001193058568329718| +|pypi|[fitbit](https://github.com/orcasgit/python-fitbit)|0.0001193058568329718| +|pypi|[pycudadecon](https://github.com/tlambert03/pycudadecon)|0.0001193058568329718| +|pypi|[cogent3](https://cogent3.org)|0.0001193058568329718| +|pypi|[stack-data](https://pypi.org/project/stack-data)|0.00011918363329198363| +|pypi|[pyDOE](https://github.com/tisimst/pyDOE)|0.00011887917269221499| +|pypi|[Django](https://pypi.org/project/Django)|0.00011872020411979477| +|pypi|[xyzservices](https://pypi.org/project/xyzservices)|0.00011855736860982491| +|pypi|[asgiref](https://github.com/django/asgiref/)|0.00011850310052284645| +|pypi|[torchsummary](https://github.com/sksq96/pytorch-summary)|0.00011835370432170867| +|pypi|[rtree](https://github.com/Toblerity/rtree)|0.00011776589883965155| +|pypi|[ads](http://www.github.com/andycasey/ads/)|0.0001165337501594998| +|pypi|[sphinx-inline-tabs](https://pypi.org/project/sphinx-inline-tabs)|0.00011637263883005228| +|pypi|[google-pasta](https://pypi.org/project/google-pasta)|0.00011605619533400287| +|pypi|[parso](https://pypi.org/project/parso)|0.00011572622460590608| +|pypi|[latexcodec](https://github.com/mcmtroffaes/latexcodec)|0.00011498773847521865| +|pypi|[tomli-w](https://pypi.org/project/tomli-w)|0.00011454253167937971| +|pypi|[gdown](https://github.com/wkentaro/gdown)|0.00011447396963123645| +|pypi|[nest-asyncio](https://pypi.org/project/nest-asyncio)|0.00011357533440336394| +|pypi|[mistune](https://pypi.org/project/mistune)|0.00011336845659515996| +|pypi|[pycurl](http://pycurl.io/)|0.00011324699077027774| +|pypi|[scikit-umfpack](https://pypi.org/project/scikit-umfpack)|0.00011297417739648207| +|pypi|[astunparse](https://pypi.org/project/astunparse)|0.00011294765924235676| +|pypi|[pkginfo](https://pypi.org/project/pkginfo)|0.00011236313461312003| +|pypi|[fastjsonschema](https://pypi.org/project/fastjsonschema)|0.0001122120597583151| +|pypi|[holoviews](https://www.holoviews.org)|0.00011196870093359466| +|pypi|[pandocfilters](https://pypi.org/project/pandocfilters)|0.00011191991404796286| +|pypi|[bcrypt](https://pypi.org/project/bcrypt)|0.00011189436777676938| +|pypi|[typer](https://pypi.org/project/typer)|0.00011182565591848152| +|pypi|[transifex-client](https://pypi.org/project/transifex-client)|0.00011152687148612155| +|pypi|[shiboken2](https://www.pyside.org)|0.00011126225596529283| +|pypi|[isochrones](https://github.com/timothydmorton/isochrones)|0.00011078400991633096| +|pypi|[async-generator](https://pypi.org/project/async-generator)|0.00011018168255809743| +|pypi|[ptyprocess](https://pypi.org/project/ptyprocess)|0.00010974880969885411| +|pypi|[astroalign](https://astroalign.readthedocs.io/)|0.00010957029321564813| +|pypi|[breathe](https://github.com/michaeljones/breathe)|0.00010888244801172458| +|pypi|[fluids](https://github.com/CalebBell/fluids)|0.000108723272389216| +|pypi|[rfc3986](https://pypi.org/project/rfc3986)|0.00010859440308391738| +|pypi|[pybind11](https://github.com/pybind/pybind11)|0.00010816119652030044| +|pypi|[python-pysap](https://github.com/CEA-COSMIC/pysap)|0.00010737527114967462| +|pypi|[NanoPlot](https://github.com/wdecoster/NanoPlot)|0.00010737527114967462| +|pypi|[xlrd](https://pypi.org/project/xlrd)|0.00010729199156445722| +|pypi|[testpath](https://pypi.org/project/testpath)|0.00010721216889716259| +|pypi|[xopen](https://github.com/pycompression/xopen/)|0.00010700860448300798| +|pypi|[text-unidecode](https://pypi.org/project/text-unidecode)|0.0001069976545272452| +|pypi|[pybtex](https://pypi.org/project/pybtex)|0.00010675791062422585| +|pypi|[sphinx-automodapi](https://pypi.org/project/sphinx-automodapi)|0.00010591847829050839| +|pypi|[pbr](https://pypi.org/project/pbr)|0.00010589674113715263| +|pypi|[json5](https://pypi.org/project/json5)|0.00010586502478457633| +|pypi|[backports.zoneinfo](https://pypi.org/project/backports.zoneinfo)|0.00010495636830976675| +|pypi|[brotlipy](https://pypi.org/project/brotlipy)|0.0001047836137814921| +|pypi|[Unidecode](https://pypi.org/project/Unidecode)|0.00010476066971162697| +|pypi|[werkzeug](https://pypi.org/project/werkzeug)|0.00010460560199277582| +|pypi|[antlr4-python3-runtime](https://pypi.org/project/antlr4-python3-runtime)|0.00010458582817617285| +|pypi|[pygments-github-lexers](https://pypi.org/project/pygments-github-lexers)|0.0001045450075098585| +|pypi|[astroML_addons](http://astroML.github.com)|0.00010439262472885033| +|pypi|[os](https://pypi.org/project/os)|0.00010439262472885033| +|pypi|[time](UNKNOWN)|0.00010439262472885033| +|pypi|[sphinxcontrib-jquery](https://pypi.org/project/sphinxcontrib-jquery)|0.0001037241128329102| +|pypi|[pydantic](https://pypi.org/project/pydantic)|0.00010369487262937916| +|pypi|[moviepy](https://zulko.github.io/moviepy/)|0.00010262594767389835| +|pypi|[stopit](https://pypi.org/project/stopit)|0.0001023680594797572| +|pypi|[skimage](https://pypi.org/project/skimage)|0.00010203362255965292| +|pypi|[PyQt5](https://pypi.org/project/PyQt5)|0.00010114461539028576| +|pypi|[pytest-randomly](https://pypi.org/project/pytest-randomly)|0.00010096475984113545| +|pypi|[jupytext](https://pypi.org/project/jupytext)|0.00010090162214529808| +|pypi|[async-timeout](https://pypi.org/project/async-timeout)|0.00010031406426277384| +|pypi|[gcsfs](https://pypi.org/project/gcsfs)|0.00010010451561158898| +|pypi|[zope.interface](https://pypi.org/project/zope.interface)|9.99933857021867e-05| +|pypi|[nlppln](https://github.com/nlppln/nlppln)|9.942154736080983e-05| +|pypi|[reproject](https://pypi.org/project/reproject)|9.926049371724979e-05| +|pypi|[argon2-cffi](https://pypi.org/project/argon2-cffi)|9.906931537580865e-05| +|pypi|[docker](https://github.com/docker/docker-py)|9.903700864211714e-05| +|pypi|[sphinxcontrib-httpdomain](https://pypi.org/project/sphinxcontrib-httpdomain)|9.899847824162202e-05| +|pypi|[rdflib-jsonld](https://github.com/RDFLib/rdflib-jsonld)|9.8337852494577e-05| +|pypi|[Keras](https://keras.io/)|9.792262132618774e-05| +|pypi|[imagecodecs](https://pypi.org/project/imagecodecs)|9.784344561250176e-05| +|pypi|[BeautifulSoup4](https://www.crummy.com/software/BeautifulSoup/bs4/)|9.65097029187037e-05| +|pypi|[sunpy](https://pypi.org/project/sunpy)|9.65004905641549e-05| +|pypi|[nbclient](https://pypi.org/project/nbclient)|9.613680629749054e-05| +|pypi|[gwpy](https://gwpy.github.io)|9.608970249366503e-05| +|pypi|[humanfriendly](https://pypi.org/project/humanfriendly)|9.60631452632132e-05| +|pypi|[openmm](https://github.com/rmcgibbo/openmm-cmd)|9.587077781220949e-05| +|pypi|[async_generator](https://pypi.org/project/async_generator)|9.580077692682279e-05| +|pypi|[geopandas](http://geopandas.org)|9.568921389132656e-05| +|pypi|[markupsafe](https://palletsprojects.com/p/markupsafe/)|9.472205157781349e-05| +|pypi|[asdf-standard](http://asdf-standard.readthedocs.io/)|9.467033314521453e-05| +|pypi|[pycosat](https://pypi.org/project/pycosat)|9.453756655492013e-05| +|pypi|[tensorflow-estimator](https://pypi.org/project/tensorflow-estimator)|9.446925205987999e-05| +|pypi|[SciencePlots](https://github.com/garrettj403/SciencePlots/)|9.345625451916125e-05| +|pypi|[platformdirs](https://pypi.org/project/platformdirs)|9.337438173697053e-05| +|pypi|[ptemcee](https://pypi.org/project/ptemcee)|9.335273593001358e-05| +|pypi|[cigar](https://github.com/brentp/cigar)|9.3058568329718e-05| +|pypi|[IPython](https://ipython.org)|9.283054916775663e-05| +|pypi|[sphinx_astropy](https://pypi.org/project/sphinx_astropy)|9.282576353828729e-05| +|pypi|[urllib](https://urllib3.readthedocs.io/)|9.219088937093274e-05| +|pypi|[keras-preprocessing](https://pypi.org/project/keras-preprocessing)|9.193017453101717e-05| +|pypi|[websockets](https://pypi.org/project/websockets)|9.188944236091892e-05| +|pypi|[sphinxcontrib-mermaid](https://pypi.org/project/sphinxcontrib-mermaid)|9.183191401873614e-05| +|pypi|[sphinxcontrib-moderncmakedomain](https://github.com/scikit-build/moderncmakedomain)|9.164159066988408e-05| +|pypi|[jeepney](https://pypi.org/project/jeepney)|9.098817592809683e-05| +|pypi|[pyhocon](http://github.com/chimpler/pyhocon/)|9.089970044416899e-05| +|pypi|[pytorch](http://pytorch.org)|9.089970044416899e-05| +|pypi|[cftime](https://pypi.org/project/cftime)|9.027460615568635e-05| +|pypi|[partd](https://pypi.org/project/partd)|9.014685022732333e-05| +|pypi|[fastparquet](https://pypi.org/project/fastparquet)|9.013250915361345e-05| +|pypi|[regions](https://github.com/astropy/regions)|8.974405762729665e-05| +|pypi|[green](https://github.com/CleanCut/green)|8.947939262472885e-05| +|pypi|[biodivine_aeon](https://pypi.org/project/biodivine_aeon)|8.947939262472885e-05| +|pypi|[GetDist](https://getdist.readthedocs.io)|8.947939262472885e-05| +|pypi|[sphinx-multiproject](https://sphinx-multiproject.readthedocs.io/)|8.947939262472885e-05| +|pypi|[cherrypy](https://www.cherrypy.org)|8.947939262472885e-05| +|pypi|[deeptools](http://pypi.python.org/pypi/deepTools/)|8.947939262472885e-05| +|pypi|[django-tastypie](https://github.com/django-tastypie/django-tastypie)|8.947939262472885e-05| +|pypi|[South](http://south.aeracode.org/)|8.947939262472885e-05| +|pypi|[radio-pyse](http://docs.transientskp.org/)|8.947939262472885e-05| +|pypi|[pyprop8](https://github.com/valentineap/pyprop8)|8.947939262472885e-05| +|pypi|[sphinx_bootstrap_theme](https://ryan-roemer.github.io/sphinx-bootstrap-theme/README.html)|8.947939262472885e-05| +|pypi|[pyjellyfish](https://github.com/iric-soft/pyJellyfish)|8.947939262472885e-05| +|pypi|[Cactus](http://github.com/koenbok/Cactus)|8.947939262472885e-05| +|pypi|[MacSyFinder](https://github.com/gem-pasteur/macsyfinder/)|8.947939262472885e-05| +|pypi|[PyAbel](https://github.com/PyAbel/PyAbel)|8.947939262472885e-05| +|pypi|[ruamel_yaml_conda](https://pypi.org/project/ruamel_yaml_conda)|8.947939262472885e-05| +|pypi|[menuinst](https://github.com/ContinuumIO/menuinst)|8.947939262472885e-05| +|pypi|[sherpa](http://cxc.harvard.edu/sherpa/)|8.947939262472885e-05| +|pypi|[dymos](https://github.com/OpenMDAO/dymos)|8.947939262472885e-05| +|pypi|[openmdao](http://openmdao.org)|8.947939262472885e-05| +|pypi|[enterprise-pulsar](https://github.com/nanograv/enterprise)|8.947939262472885e-05| +|pypi|[elasticsearchasync](https://pypi.org/project/elasticsearchasync)|8.947939262472885e-05| +|pypi|[PyNN](http://neuralensemble.org/PyNN/)|8.947939262472885e-05| +|pypi|[lazyarray](http://github.com/NeuralEnsemble/lazyarray/)|8.947939262472885e-05| +|pypi|[ppft](https://pypi.org/project/ppft)|8.9440487990835e-05| +|pypi|[zarr](https://pypi.org/project/zarr)|8.866131223197627e-05| +|pypi|[prometheus-client](https://pypi.org/project/prometheus-client)|8.833426226895967e-05| +|pypi|[earthengine-api](http://code.google.com/p/earthengine-api/)|8.833222092441182e-05| +|pypi|[autograd](https://pypi.org/project/autograd)|8.784633022611213e-05| +|pypi|[wxPython](https://pypi.org/project/wxPython)|8.775371862410907e-05| +|pypi|[contourpy](https://pypi.org/project/contourpy)|8.724252505702976e-05| +|pypi|[aipy](http://github.com/HERA-Team/aipy)|8.718504922409478e-05| +|pypi|[terminado](https://pypi.org/project/terminado)|8.706542396448177e-05| +|pypi|[f90nml](http://github.com/marshallward/f90nml)|8.699268427544553e-05| +|pypi|[orjson](https://pypi.org/project/orjson)|8.672611390148137e-05| +|pypi|[iminuit](https://pypi.org/project/iminuit)|8.635657150604276e-05| +|pypi|[deprecated](https://pypi.org/project/deprecated)|8.568646011237818e-05| +|pypi|[pyvo](https://github.com/astropy/pyvo)|8.565960745007996e-05| +|pypi|[easydict](https://github.com/makinacorpus/easydict)|8.531010192895294e-05| +|pypi|[mendeleev](https://github.com/lmmentel/mendeleev)|8.520853276190644e-05| +|pypi|[debugpy](https://pypi.org/project/debugpy)|8.51536313954568e-05| +|pypi|[Six](https://pypi.org/project/Six)|8.50165910981358e-05| +|pypi|[tf-estimator-nightly](https://pypi.org/project/tf-estimator-nightly)|8.483107289347103e-05| +|pypi|[nvidia-cublas-cu11](https://pypi.org/project/nvidia-cublas-cu11)|8.453611192373885e-05| +|pypi|[tzlocal](https://pypi.org/project/tzlocal)|8.432442752556554e-05| +|pypi|[requests-oauthlib](https://github.com/requests/requests-oauthlib)|8.39703269016308e-05| +|pypi|[uvicorn](https://pypi.org/project/uvicorn)|8.389615423822283e-05| +|pypi|[biom-format](http://www.biom-format.org)|8.386828904555313e-05| +|pypi|[gitpython](https://pypi.org/project/gitpython)|8.323664260664048e-05| +|pypi|[yt](https://github.com/yt-project/yt)|8.27094407761436e-05| +|pypi|[iso8601](https://pypi.org/project/iso8601)|8.254559950933988e-05| +|pypi|[pyjwt](https://pypi.org/project/pyjwt)|8.238435999454946e-05| +|pypi|[Send2Trash](https://pypi.org/project/Send2Trash)|8.233368926983962e-05| +|pypi|[tensorflow-io-gcs-filesystem](https://pypi.org/project/tensorflow-io-gcs-filesystem)|8.22302998973085e-05| +|pypi|[pytest-benchmark](https://github.com/ionelmc/pytest-benchmark)|8.217439490313346e-05| +|pypi|[tinycss2](https://pypi.org/project/tinycss2)|8.145267890306344e-05| +|pypi|[jupyterlab-pygments](https://pypi.org/project/jupyterlab-pygments)|8.09458787263038e-05| +|pypi|[qtconsole](https://pypi.org/project/qtconsole)|8.056737664650399e-05| +|pypi|[alembic](https://alembic.sqlalchemy.org)|7.971505157664856e-05| +|pypi|[flaky](https://pypi.org/project/flaky)|7.951384370237452e-05| +|pypi|[pyspark](https://github.com/apache/spark/tree/master/python)|7.939540556624573e-05| +|pypi|[kaleido](https://pypi.org/project/kaleido)|7.8982010131885e-05| +|pypi|[deap](https://pypi.org/project/deap)|7.8947893691099e-05| +|pypi|[freezegun](https://pypi.org/project/freezegun)|7.870910483620497e-05| +|pypi|[progressbar2](https://github.com/WoLpH/python-progressbar)|7.867560235301954e-05| +|pypi|[getdist](https://getdist.readthedocs.io)|7.863875116207005e-05| +|pypi|[appnope](https://pypi.org/project/appnope)|7.862809254750326e-05| +|pypi|[colossus](https://bitbucket.org/bdiemer/colossus)|7.853516310578961e-05| +|pypi|[asttokens](https://pypi.org/project/asttokens)|7.851477628535621e-05| +|pypi|[s3transfer](https://pypi.org/project/s3transfer)|7.83657792189658e-05| +|pypi|[corner](https://corner.readthedocs.io)|7.787268590188274e-05| +|pypi|[rasterio](https://pypi.org/project/rasterio)|7.764231884883083e-05| +|pypi|[executing](https://pypi.org/project/executing)|7.762671013299049e-05| +|pypi|[pybktree](https://github.com/Jetsetter/pybktree)|7.727765726681127e-05| +|pypi|[distro](https://pypi.org/project/distro)|7.697602474177749e-05| +|pypi|[fastapi](https://pypi.org/project/fastapi)|7.64919224804438e-05| +|pypi|[CGRtools](https://github.com/cimm-kzn/CGRtools)|7.644096684226836e-05| +|pypi|[python-Levenshtein](https://pypi.org/project/python-Levenshtein)|7.62222265363093e-05| +|pypi|[pylint](http://pylint.pycqa.org)|7.593077638129134e-05| +|pypi|[pyOpenSSL](https://pyopenssl.org/)|7.57610686271946e-05| +|pypi|[elementpath](https://pypi.org/project/elementpath)|7.565769672877289e-05| +|pypi|[botocore](https://github.com/boto/botocore)|7.530241181607597e-05| +|pypi|[pytest-rerunfailures](https://pypi.org/project/pytest-rerunfailures)|7.50986670571439e-05| +|pypi|[atari-py](https://pypi.org/project/atari-py)|7.427645229682867e-05| +|pypi|[prompt_toolkit](https://pypi.org/project/prompt_toolkit)|7.399419420696694e-05| +|pypi|[invoke](https://pypi.org/project/invoke)|7.370905547989296e-05| +|pypi|[pygtrie](https://github.com/mina86/pygtrie)|7.350092965602726e-05| +|pypi|[ipdb](https://pypi.org/project/ipdb)|7.34226650798841e-05| +|pypi|[specutils](https://pypi.org/project/specutils)|7.337549584862215e-05| +|pypi|[lockfile](https://pypi.org/project/lockfile)|7.335934533447976e-05| +|pypi|[rapidfuzz](https://pypi.org/project/rapidfuzz)|7.335490241065556e-05| +|pypi|[immutabledict](https://github.com/corenting/immutabledict)|7.32802356717758e-05| +|pypi|[retrying](https://github.com/rholder/retrying)|7.324863507701267e-05| +|pypi|[ccdproc](https://pypi.org/project/ccdproc)|7.300748194321946e-05| +|pypi|[pytest-shutil](https://pypi.org/project/pytest-shutil)|7.283353818924274e-05| +|pypi|[pytest-fixture-config](https://pypi.org/project/pytest-fixture-config)|7.283353818924274e-05| +|pypi|[parse](https://github.com/r1chardj0n3s/parse)|7.230657989877078e-05| +|pypi|[editdistance](https://www.github.com/roy-ht/editdistance)|7.230657989877078e-05| +|pypi|[igraph](https://pypi.org/project/igraph)|7.222463112702525e-05| +|pypi|[pure-eval](https://pypi.org/project/pure-eval)|7.193545667315188e-05| +|pypi|[pymysql](https://pypi.org/project/pymysql)|7.193007207870716e-05| +|pypi|[imageio-ffmpeg](https://pypi.org/project/imageio-ffmpeg)|7.173627762000444e-05| +|pypi|[jq](http://github.com/mwilliamson/jq.py)|7.158351409978308e-05| +|pypi|[hope](http://hope.phys.ethz.ch)|7.158351409978308e-05| +|pypi|[amuse-framework](http://www.amusecode.org/)|7.158351409978308e-05| +|pypi|[cluster-lensing](http://github.com/jesford/cluster-lensing)|7.158351409978308e-05| +|pypi|[aplanat](https://github.com/epi2me-labs/aplanat)|7.158351409978308e-05| +|pypi|[superfreq](http://adrian.pw/superfreq)|7.158351409978308e-05| +|pypi|[nmmn](https://github.com/rsnemmen/nmmn)|7.158351409978308e-05| +|pypi|[openexr](https://github.com/sanguinariojoe/pip-openexr)|7.158351409978308e-05| +|pypi|[mathutils](https://gitlab.com/ideasman42/blender-mathutils)|7.158351409978308e-05| +|pypi|[sphinx_epytext](https://github.com/jayvdb/sphinx-epytext)|7.158351409978308e-05| +|pypi|[pymatbridge](https://github.com/arokem/python-matlab-bridge)|7.158351409978308e-05| +|pypi|[patool](http://wummel.github.io/patool/)|7.158351409978308e-05| +|pypi|[chemparse](https://pypi.org/project/chemparse)|7.158351409978308e-05| +|pypi|[importlib](https://github.com/brettcannon/importlib)|7.158351409978308e-05| +|pypi|[gwtools](https://pypi.org/project/gwtools)|7.158351409978308e-05| +|pypi|[pytest-pep8](https://pypi.org/project/pytest-pep8)|7.131265505556194e-05| +|pypi|[music21](https://github.com/cuthbertLab/music21)|7.125813449023861e-05| +|pypi|[pysoundfile](https://github.com/bastibe/PySoundFile)|7.125813449023861e-05| +|pypi|[GitPython](https://github.com/gitpython-developers/GitPython)|7.122047409753183e-05| +|pypi|[python-snappy](https://pypi.org/project/python-snappy)|7.115321363349234e-05| +|pypi|[patsy](https://github.com/pydata/patsy)|7.095282710497326e-05| +|pypi|[trio](https://pypi.org/project/trio)|6.992576705153304e-05| +|pypi|[pyBigWig](https://github.com/dpryan79/pyBigWig)|6.985537501804287e-05| +|pypi|[param](https://pypi.org/project/param)|6.970777735968703e-05| +|pypi|[capturer](https://capturer.readthedocs.io)|6.943174810201569e-05| +|pypi|[Biopython](https://pypi.org/project/Biopython)|6.939126898047721e-05| +|pypi|[cartopy](https://scitools.org.uk/cartopy/docs/latest/)|6.936586911808956e-05| +|pypi|[sphinxcontrib-towncrier](https://pypi.org/project/sphinxcontrib-towncrier)|6.929730416797715e-05| +|pypi|[pyupgrade](https://pypi.org/project/pyupgrade)|6.880449096792062e-05| +|pypi|[pretty_midi](https://github.com/craffel/pretty-midi)|6.832971800433839e-05| +|pypi|[websocket-client](https://pypi.org/project/websocket-client)|6.83216256597742e-05| +|pypi|[opencv-python](https://github.com/skvark/opencv-python)|6.831992337841513e-05| +|pypi|[dominate](https://github.com/Knio/dominate/)|6.759791184953874e-05| +|pypi|[pathspec](https://pypi.org/project/pathspec)|6.709828927200832e-05| +|pypi|[dnspython](https://pypi.org/project/dnspython)|6.68963252620558e-05| +|pypi|[traits](https://pypi.org/project/traits)|6.679814571678654e-05| +|pypi|[twisted](https://pypi.org/project/twisted)|6.675215169441173e-05| +|pypi|[dust-extinction](http://dust-extinction.readthedocs.io/)|6.673796183863057e-05| +|pypi|[dgl](https://github.com/dmlc/dgl)|6.626898047722343e-05| +|pypi|[python_version](https://gitlab.com/halfak/python_version)|6.604431360396653e-05| +|pypi|[flake8-2020](https://pypi.org/project/flake8-2020)|6.599481233553691e-05| +|pypi|[nvidia-cuda-runtime-cu11](https://pypi.org/project/nvidia-cuda-runtime-cu11)|6.593334619705772e-05| +|pypi|[grapheme](https://pypi.org/project/grapheme)|6.547690597300343e-05| +|pypi|[about-time](https://pypi.org/project/about-time)|6.547690597300343e-05| +|pypi|[types-backports](https://pypi.org/project/types-backports)|6.545751342061488e-05| +|pypi|[pyensembl](https://github.com/openvax/pyensembl)|6.530461729160211e-05| +|pypi|[jupyterlab](https://pypi.org/project/jupyterlab)|6.526296716848001e-05| +|pypi|[tblib](https://pypi.org/project/tblib)|6.502643660088173e-05| +|pypi|[loompy](https://github.com/linnarsson-lab/loompy)|6.489714190364949e-05| +|pypi|[sphinx-favicon](https://pypi.org/project/sphinx-favicon)|6.478684053510307e-05| +|pypi|[sphinx-notfound-page](https://pypi.org/project/sphinx-notfound-page)|6.464830138741754e-05| +|pypi|[tess-point](https://pypi.org/project/tess-point)|6.459533579386773e-05| +|pypi|[nvidia-cuda-nvrtc-cu11](https://pypi.org/project/nvidia-cuda-nvrtc-cu11)|6.457773339879309e-05| +|pypi|[paramiko](https://pypi.org/project/paramiko)|6.450861115377639e-05| +|pypi|[pip-run](https://pypi.org/project/pip-run)|6.434385443476716e-05| +|pypi|[pymbar](http://github.com/choderalab/pymbar)|6.423342113418036e-05| +|pypi|[pynvml](http://www.nvidia.com/)|6.406453362255966e-05| +|pypi|[pygame](https://www.pygame.org)|6.388491735466231e-05| +|pypi|[pyprind](https://github.com/rasbt/pyprind)|6.385254122641289e-05| +|pypi|[asdf-coordinates-schemas](https://pypi.org/project/asdf-coordinates-schemas)|6.362765103834658e-05| +|pypi|[hydra-core](https://github.com/facebookresearch/hydra)|6.351747910422832e-05| +|pypi|[jaraco.path](https://pypi.org/project/jaraco.path)|6.331043055679503e-05| +|pypi|[jaraco.envs](https://pypi.org/project/jaraco.envs)|6.331043055679503e-05| +|pypi|[omegaconf](https://github.com/omry/omegaconf)|6.327144666196726e-05| +|pypi|[asdf-wcs-schemas](https://pypi.org/project/asdf-wcs-schemas)|6.322609997281775e-05| +|pypi|[uritemplate](https://pypi.org/project/uritemplate)|6.311882172393614e-05| +|pypi|[spatialpandas](https://pypi.org/project/spatialpandas)|6.295641270418174e-05| +|pypi|[ipyparallel](https://pypi.org/project/ipyparallel)|6.291018397749739e-05| +|pypi|[sphinx-bootstrap-theme](https://pypi.org/project/sphinx-bootstrap-theme)|6.253306636107532e-05| +|pypi|[types-docutils](https://pypi.org/project/types-docutils)|6.241175258354958e-05| +|pypi|[ml-collections](https://pypi.org/project/ml-collections)|6.229978694355238e-05| +|pypi|[primer3-py](https://github.com/libnano/primer3-py)|6.226546542742689e-05| +|pypi|[glob2](https://pypi.org/project/glob2)|6.212255965292842e-05| +|pypi|[pytest-virtualenv](https://github.com/manahl/pytest-plugins)|6.189325540638217e-05| +|pypi|[cvxopt](http://cvxopt.org)|6.148512550356368e-05| +|pypi|[celery](https://pypi.org/project/celery)|6.139448390116606e-05| +|pypi|[natsort](https://github.com/SethMMorton/natsort)|6.12339761781871e-05| +|pypi|[rich-click](https://github.com/ewels/rich-click)|6.0992945795924334e-05| +|pypi|[pyface](http://docs.enthought.com/pyface)|6.051889009399855e-05| +|pypi|[tensorflow_probability](http://github.com/tensorflow/probability)|6.042535736136604e-05| +|pypi|[Shapely](https://pypi.org/project/Shapely)|6.012052513049447e-05| +|pypi|[pyfastaq](https://github.com/sanger-pathogens/Fastaq)|6.007902076231794e-05| +|pypi|[matplotlib-venn](https://github.com/konstantint/matplotlib-venn)|6.007008176205573e-05| +|pypi|[mne](https://mne.tools/dev/)|5.9835337714261414e-05| +|pypi|[gnuplot](https://github.com/gnuplot)|5.96529284164859e-05| +|pypi|[python-bls](https://github.com/zebra-lucky/python-bls)|5.96529284164859e-05| +|pypi|[Pyedra](https://github.com/milicolazo/Pyedra)|5.96529284164859e-05| +|pypi|[jsonify](https://pypi.org/project/jsonify)|5.96529284164859e-05| +|pypi|[gpytorch](https://gpytorch.ai)|5.96529284164859e-05| +|pypi|[torch_geometric](https://github.com/pyg-team/pytorch_geometric)|5.96529284164859e-05| +|pypi|[torch_scatter](https://github.com/rusty1s/pytorch_scatter)|5.96529284164859e-05| +|pypi|[nnde](https://github.com/elwinter/nnde)|5.96529284164859e-05| +|pypi|[extern](https://pypi.org/project/extern)|5.96529284164859e-05| +|pypi|[ncbi-datasets-pylib](https://www.ncbi.nlm.nih.gov/datasets)|5.96529284164859e-05| +|pypi|[PySpectrograph](http://code.google.com/p/pyspectrograph/)|5.96529284164859e-05| +|pypi|[ripser](https://ripser.scikit-tda.org)|5.96529284164859e-05| +|pypi|[python-copasi](http://copasi.org)|5.96529284164859e-05| +|pypi|[Numpy](https://www.numpy.org)|5.96529284164859e-05| +|pypi|[Matplotlib](https://matplotlib.org)|5.96529284164859e-05| +|pypi|[NumExpr](https://github.com/pydata/numexpr)|5.96529284164859e-05| +|pypi|[wsgiref](http://cheeseshop.python.org/pypi/wsgiref)|5.96529284164859e-05| +|pypi|[pytecplot](https://www.tecplot.com/docs/pytecplot)|5.96529284164859e-05| +|pypi|[coplot](https://pypi.org/project/coplot)|5.96529284164859e-05| +|pypi|[pyYAML](https://pyyaml.org/)|5.96529284164859e-05| +|pypi|[ntdownload](https://github.com/ggonnella/fastsubtrees/tree/main/ntdowload)|5.96529284164859e-05| +|pypi|[naif-pds4-bundler](https://github.com/NASA-PDS/naif-pds4-bundler)|5.96529284164859e-05| +|pypi|[PyCap](https://github.com/redcap-tools/PyCap)|5.96529284164859e-05| +|pypi|[cellpylib](http://github.com/lantunes/cellpylib)|5.96529284164859e-05| +|pypi|[tartiflette](https://tartiflette.io)|5.96529284164859e-05| +|pypi|[tartiflette-aiohttp](https://github.com/tartiflette/tartiflette-aiohttp)|5.96529284164859e-05| +|pypi|[stginga](https://github.com/spacetelescope/stginga)|5.96529284164859e-05| +|pypi|[PuLP](https://github.com/coin-or/pulp)|5.96529284164859e-05| +|pypi|[clawpack](http://www.clawpack.org)|5.96529284164859e-05| +|pypi|[PyEscape](https://github.com/qaviton/escape)|5.96529284164859e-05| +|pypi|[mc3](https://github.com/pcubillos/mc3)|5.96529284164859e-05| +|pypi|[simpledist](https://github.com/timothydmorton/simpledist)|5.96529284164859e-05| +|pypi|[types-urllib3](https://github.com/python/typeshed)|5.9306884498697955e-05| +|pypi|[grpcio-tools](https://pypi.org/project/grpcio-tools)|5.9271581345822666e-05| +|pypi|[pyxlsb](https://pypi.org/project/pyxlsb)|5.913478415653585e-05| +|pypi|[pandas-gbq](https://pypi.org/project/pandas-gbq)|5.913478415653585e-05| +|pypi|[odfpy](https://pypi.org/project/odfpy)|5.913478415653585e-05| +|pypi|[crc32c](https://github.com/ICRAR/crc32c)|5.905639913232104e-05| +|pypi|[argparse-manpage-birdtools](https://github.com/wwood/argparse-manpage-birdtools)|5.905639913232104e-05| +|pypi|[jupyter-server](https://pypi.org/project/jupyter-server)|5.9034812157654745e-05| +|pypi|[pytest-qt](https://pypi.org/project/pytest-qt)|5.8864825332591784e-05| +|pypi|[pybtex-docutils](https://pypi.org/project/pybtex-docutils)|5.880875410172658e-05| +|pypi|[pysolr](https://github.com/django-haystack/pysolr/)|5.870630160958092e-05| +|pypi|[pyopenssl](https://pypi.org/project/pyopenssl)|5.856795968053452e-05| +|pypi|[ruamel.yaml.jinja2](https://sourceforge.net/p/ruamel-yaml-jinja2/code/ci/default/tree)|5.855651132049891e-05| +|pypi|[mercurial](https://mercurial-scm.org/)|5.855651132049891e-05| +|pypi|[libcst](https://pypi.org/project/libcst)|5.8519503274653776e-05| +|pypi|[dpcontracts](https://pypi.org/project/dpcontracts)|5.8519503274653776e-05| +|pypi|[radvel](https://pypi.org/project/radvel)|5.8488276004544984e-05| +|pypi|[pyrsistent](https://pypi.org/project/pyrsistent)|5.8420519343873136e-05| +|pypi|[Mako](https://www.makotemplates.org/)|5.8289535618033444e-05| +|pypi|[travis-sphinx](https://github.com/syntaf/travis-sphinx)|5.810350170436938e-05| +|pypi|[cupy](https://pypi.org/project/cupy)|5.8054657385247316e-05| +|pypi|[uvloop](http://github.com/MagicStack/uvloop)|5.791601507714528e-05| +|pypi|[ordereddict](https://pypi.org/project/ordereddict)|5.7708653523527846e-05| +|pypi|[exceptiongroup](https://pypi.org/project/exceptiongroup)|5.736564379963123e-05| +|pypi|[novas](http://www.usno.navy.mil/USNO/astronomical-applications/software-products/novas)|5.735858501585183e-05| +|pypi|[novas_de405](https://github.com/brandon-rhodes/python-novas)|5.735858501585183e-05| +|pypi|[blosc](http://github.com/blosc/python-blosc)|5.735565606682974e-05| +|pypi|[towncrier](https://pypi.org/project/towncrier)|5.710838681343261e-05| +|pypi|[xxhash](https://pypi.org/project/xxhash)|5.6422777835660874e-05| +|pypi|[pygments~=2.7](https://pypi.org/project/pygments~=2.7)|5.636001447493273e-05| +|pypi|[sphinx~=4.0](https://pypi.org/project/sphinx~=4.0)|5.636001447493273e-05| +|pypi|[pingouin](https://pingouin-stats.org/index.html)|5.618122458657908e-05| +|pypi|[texttable](https://github.com/foutaise/texttable/)|5.6000264784911044e-05| +|pypi|[asteval](https://github.com/newville/asteval)|5.568066421101561e-05| +|pypi|[quantiphy](https://quantiphy.readthedocs.io)|5.5676066522053504e-05| +|pypi|[webcolors](https://pypi.org/project/webcolors)|5.5646025234787976e-05| +|pypi|[bidict](https://bidict.readthedocs.io)|5.5064241615217756e-05| +|pypi|[fbs](https://build-system.fman.io)|5.5064241615217756e-05| +|pypi|[osmnx](https://github.com/gboeing/osmnx)|5.491797722342733e-05| +|pypi|[prospector](https://pypi.org/project/prospector)|5.482452756667675e-05| +|pypi|[tbb](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onetbb.html)|5.4822106445615124e-05| +|pypi|[sphinx-lint](https://pypi.org/project/sphinx-lint)|5.478349513922146e-05| +|pypi|[py4j](https://pypi.org/project/py4j)|5.475264572781148e-05| +|pypi|[voluptuous](https://pypi.org/project/voluptuous)|5.472556126646934e-05| +|pypi|[trackpy](https://github.com/soft-matter/trackpy)|5.468185104844541e-05| +|pypi|[gwcs](https://pypi.org/project/gwcs)|5.4593804867468325e-05| +|pypi|[pyreadstat](https://pypi.org/project/pyreadstat)|5.455851096061429e-05| +|pypi|[pyfiglet](https://pypi.org/project/pyfiglet)|5.4520585733481045e-05| +|pypi|[mkdocs](https://www.mkdocs.org)|5.448153232682308e-05| +|pypi|[bibtexparser](https://pypi.org/project/bibtexparser)|5.4298493628154046e-05| +|pypi|[mergedeep](https://github.com/clarketm/mergedeep)|5.428472427682903e-05| +|pypi|[mimeparse](http://code.google.com/p/mimeparse/)|5.404981406879453e-05| +|pypi|[pyfastx](https://github.com/lmdu/pyfastx)|5.396725867678958e-05| +|pypi|[argon2-cffi-bindings](https://pypi.org/project/argon2-cffi-bindings)|5.363564857365946e-05| +|pypi|[pynacl](https://pypi.org/project/pynacl)|5.346199391155777e-05| +|pypi|[dash-core-components](https://pypi.org/project/dash-core-components)|5.344523120117798e-05| +|pypi|[dash-html-components](https://pypi.org/project/dash-html-components)|5.344523120117798e-05| +|pypi|[dash-table](https://pypi.org/project/dash-table)|5.344523120117798e-05| +|pypi|[nvidia-cufft-cu11](https://pypi.org/project/nvidia-cufft-cu11)|5.315124420224679e-05| +|pypi|[django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms)|5.269342010122921e-05| +|pypi|[pynndescent](http://github.com/lmcinnes/pynndescent)|5.261007972504719e-05| +|pypi|[pytest-faulthandler](https://pypi.org/project/pytest-faulthandler)|5.25776285303077e-05| +|pypi|[pytest-localserver](https://pypi.org/project/pytest-localserver)|5.25776285303077e-05| +|pypi|[rfpipe](http://github.com/realfastvla/rfpipe)|5.2551389319285196e-05| +|pypi|[colorspacious](https://github.com/njsmith/colorspacious)|5.239545372378886e-05| +|pypi|[bitarray](https://github.com/ilanschnell/bitarray)|5.2324140068174774e-05| +|pypi|[ratelimit](https://github.com/tomasbasham/ratelimit)|5.2143394444055704e-05| +|pypi|[SecretStorage](https://pypi.org/project/SecretStorage)|5.2075292444985605e-05| +|pypi|[pymummer](https://github.com/sanger-pathogens/pymummer)|5.2025875426092346e-05| +|pypi|[ini2toml](https://pypi.org/project/ini2toml)|5.1994462464989003e-05| +|pypi|[curio](https://pypi.org/project/curio)|5.191240877980787e-05| +|pypi|[nptyping](https://github.com/ramonhagenaars/nptyping)|5.1698716433685007e-05| +|pypi|[whoosh](https://pypi.org/project/whoosh)|5.163047124398754e-05| +|pypi|[pydevtool](https://github.com/pydoit/pydevtool)|5.155764304475545e-05| +|pypi|[h5netcdf](https://pypi.org/project/h5netcdf)|5.155394538288598e-05| +|pypi|[feets](https://github.com/carpyncho/feets)|5.1375727822810824e-05| +|pypi|[pymongo](http://github.com/mongodb/mongo-python-driver)|5.127987397242496e-05| +|pypi|[sphinxcontrib-napoleon](https://pypi.org/project/sphinxcontrib-napoleon)|5.117787158510054e-05| +|pypi|[universal-divergence](https://github.com/slaypni/universal-divergence)|5.1131081499845056e-05| +|pypi|[panstamps](https://github.com/thespacedoctor/panstamps)|5.1131081499845056e-05| +|pypi|[pony](https://ponyorm.com)|5.1131081499845056e-05| +|pypi|[msgpack-python](http://msgpack.org/)|5.1131081499845056e-05| +|pypi|[pylsl](https://github.com/labstreaminglayer/pylsl)|5.1131081499845056e-05| +|pypi|[antropy](https://raphaelvallat.com/antropy/build/html/index.html)|5.1131081499845056e-05| +|pypi|[STAR](https://github.com/dbrgn/star)|5.1131081499845056e-05| +|pypi|[fastqc](https://github.com/fastqc)|5.1131081499845056e-05| +|pypi|[pywgsim](https://github.com/ialbert/pywgsim)|5.1131081499845056e-05| +|pypi|[cppyy](http://cppyy.readthedocs.org)|5.1131081499845056e-05| +|pypi|[cykhash](https://github.com/realead/cykhash)|5.1131081499845056e-05| +|pypi|[dustpy](https://github.com/stammler/dustpy)|5.1131081499845056e-05| +|pypi|[acstools](https://github.com/spacetelescope/acstools)|5.1131081499845056e-05| +|pypi|[drug2ways](https://github.com/drug2ways/drug2ways)|5.1131081499845056e-05| +|pypi|[matplotlib_venn](https://github.com/konstantint/matplotlib-venn)|5.1131081499845056e-05| +|pypi|[cyflann](https://github.com/dougalsutherland/cyflann)|5.1131081499845056e-05| +|pypi|[vlfeat-ctypes](https://github.com/dougalsutherland/vlfeat-ctypes)|5.1131081499845056e-05| +|pypi|[neo4j](https://neo4j.com/docs/api/python-driver/current/)|5.1131081499845056e-05| +|pypi|[scikit-sparse](https://github.com/scikit-sparse/scikit-sparse)|5.1131081499845056e-05| +|pypi|[libstempo](https://github.com/vallis/libstempo)|5.1131081499845056e-05| +|pypi|[noise](https://github.com/caseman/noise)|5.1131081499845056e-05| +|pypi|[strucscan](https://github.com/ICAMS/strucscan)|5.1131081499845056e-05| +|pypi|[numpy-groupies](https://github.com/ml31415/numpy-groupies)|5.1131081499845056e-05| +|pypi|[ncls](https://github.com/endrebak/ncls)|5.1131081499845056e-05| +|pypi|[sorted_nearest](https://github.com/endrebak/sorted_nearest)|5.1131081499845056e-05| +|pypi|[pyrle](https://github.com/endrebak/pyrle)|5.1131081499845056e-05| +|pypi|[pyranges](http://github.com/endrebak/pyranges)|5.1131081499845056e-05| +|pypi|[pytools](http://pypi.python.org/pypi/pytools)|5.1131081499845056e-05| +|pypi|[easydev](http://github.com/cokelaer/easydev)|5.1131081499845056e-05| +|pypi|[mdtraj](http://mdtraj.org)|5.1131081499845056e-05| +|pypi|[reboundx](https://github.com/dtamayo/reboundx)|5.1131081499845056e-05| +|pypi|[mamba](http://nestorsalceda.github.io/mamba)|5.1131081499845056e-05| +|pypi|[pympler](https://pypi.org/project/pympler)|5.089051473426205e-05| +|pypi|[geojson](https://github.com/jazzband/geojson)|5.065705376510691e-05| +|pypi|[google-auth-oauthlib](https://pypi.org/project/google-auth-oauthlib)|5.061180955828875e-05| +|pypi|[qiskit-terra](https://github.com/Qiskit/qiskit-terra)|5.031440450366698e-05| +|pypi|[types-colorama](https://pypi.org/project/types-colorama)|5.0282305546947624e-05| +|pypi|[freesasa](http://freesasa.github.io/)|5.000642196597785e-05| +|pypi|[clickclick](https://codeberg.org/hjacobs/python-clickclick)|4.9972110319181906e-05| +|pypi|[contextvars](https://pypi.org/project/contextvars)|4.97570316783951e-05| +|pypi|[types-psutil](https://pypi.org/project/types-psutil)|4.964410665546879e-05| +|pypi|[pyfits](http://pyfits.readthedocs.io/en/latest/)|4.9603704321708655e-05| +|pypi|[h11](https://pypi.org/project/h11)|4.958776359304434e-05| +|pypi|[colour](http://github.com/vaab/colour)|4.935719178640745e-05| +|pypi|[ansicolors](http://github.com/jonathaneunice/colors/)|4.9189148756805274e-05| +|pypi|[khmer](https://khmer.readthedocs.io/)|4.917105670901766e-05| +|pypi|[coveralls](https://pypi.org/project/coveralls)|4.9126519134785564e-05| +|pypi|[zict](https://pypi.org/project/zict)|4.888863494514118e-05| +|pypi|[torch-geometric](https://github.com/pyg-team/pytorch_geometric)|4.866423107660692e-05| +|pypi|[torch-cluster](https://github.com/rusty1s/pytorch_cluster)|4.866423107660692e-05| +|pypi|[nvidia-cudnn-cu11](https://pypi.org/project/nvidia-cudnn-cu11)|4.865934945085382e-05| +|pypi|[sphinx_rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|4.8441537002443624e-05| +|pypi|[sphinx-math-dollar](https://pypi.org/project/sphinx-math-dollar)|4.8383174010029246e-05| +|pypi|[frozendict](https://github.com/Marco-Sulla/python-frozendict)|4.822982516487815e-05| +|pypi|[pip-api](https://pypi.org/project/pip-api)|4.814642222942456e-05| +|pypi|[requirementslib](https://pypi.org/project/requirementslib)|4.814642222942456e-05| +|pypi|[pipreqs](https://pypi.org/project/pipreqs)|4.814642222942456e-05| +|pypi|[pyasn1-modules](https://pypi.org/project/pyasn1-modules)|4.812914384844399e-05| +|pypi|[aiosignal](https://pypi.org/project/aiosignal)|4.807953391916427e-05| +|pypi|[pytest-regressions](https://pypi.org/project/pytest-regressions)|4.7635518317667656e-05| +|pypi|[path](https://pypi.org/project/path)|4.7631819036931286e-05| +|pypi|[cython-lint](https://pypi.org/project/cython-lint)|4.7556041114718865e-05| +|pypi|[configparser](https://pypi.org/project/configparser)|4.748834821165895e-05| +|pypi|[pytest-remotedata](https://pypi.org/project/pytest-remotedata)|4.746267029349597e-05| +|pypi|[pockets](https://pypi.org/project/pockets)|4.714897348472287e-05| +|pypi|[nrel-pysam](https://pypi.org/project/nrel-pysam)|4.694738727920669e-05| +|pypi|[pyxenon](https://github.com/NLeSC/pyxenon)|4.6855386840202454e-05| +|pypi|[gevent](https://pypi.org/project/gevent)|4.6756477057084196e-05| +|pypi|[zstandard](https://pypi.org/project/zstandard)|4.674522108641024e-05| +|pypi|[chevron](https://pypi.org/project/chevron)|4.661743065322241e-05| +|pypi|[cytoolz](https://pypi.org/project/cytoolz)|4.654758428484025e-05| +|pypi|[pycairo](https://pypi.org/project/pycairo)|4.6453534414488855e-05| +|pypi|[covdefaults](https://pypi.org/project/covdefaults)|4.63917049403992e-05| +|pypi|[wandb](https://github.com/wandb/client)|4.624969332768096e-05| +|pypi|[mechanicalsoup](https://mechanicalsoup.readthedocs.io/)|4.623101952277657e-05| +|pypi|[voevent-parse](https://github.com/timstaley/voevent-parse)|4.604787456711192e-05| +|pypi|[pytest-arraydiff](https://pypi.org/project/pytest-arraydiff)|4.6031250505308954e-05| +|pypi|[semantic-version](https://github.com/rbarrois/python-semanticversion)|4.585855491493688e-05| +|pypi|[pytest-mpl](https://pypi.org/project/pytest-mpl)|4.5759303247201526e-05| +|pypi|[dash-renderer](https://pypi.org/project/dash-renderer)|4.575698456530273e-05| +|pypi|[types-protobuf](https://github.com/python/typeshed)|4.575398357607685e-05| +|pypi|[clang-format](http://clang.llvm.org/)|4.575398357607685e-05| +|pypi|[abg_python](https://github.com/agurvich/abg_python)|4.563449023861171e-05| +|pypi|[magic-impute](https://github.com/KrishnaswamyLab/MAGIC)|4.5591471299849825e-05| +|pypi|[qgrid](https://github.com/quantopian/qgrid)|4.542799933255465e-05| +|pypi|[tk](https://github.com/atranitell/TensorKit)|4.538809770819579e-05| +|pypi|[pycbc](http://www.pycbc.org/)|4.537357537281867e-05| +|pypi|[wasabi](https://pypi.org/project/wasabi)|4.53270093857724e-05| +|pypi|[math](https://pypi.org/project/math)|4.525100712736287e-05| +|pypi|[importlib_metadata](https://pypi.org/project/importlib_metadata)|4.504399070741262e-05| +|pypi|[snakemake-wrapper-utils](https://pypi.org/project/snakemake-wrapper-utils)|4.473969631236442e-05| +|pypi|[RM-Tools](https://github.com/CIRADA-Tools/RM-Tools)|4.473969631236442e-05| +|pypi|[TESS_PRF](https://github.com/keatonb/TESS_PRF)|4.473969631236442e-05| +|pypi|[pygmmis](https://github.com/pmelchior/pygmmis)|4.473969631236442e-05| +|pypi|[pygedm](https://github.com/frbs/pygedm)|4.473969631236442e-05| +|pypi|[prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator)|4.473969631236442e-05| +|pypi|[structlog](https://www.structlog.org/)|4.473969631236442e-05| +|pypi|[averbis-python-api](https://pypi.org/project/averbis-python-api)|4.473969631236442e-05| +|pypi|[torchinfo](https://github.com/tyleryep/torchinfo)|4.473969631236442e-05| +|pypi|[cx_Oracle](https://oracle.github.io/python-cx_Oracle)|4.473969631236442e-05| +|pypi|[maxsmooth](https://github.com/htjb/maxsmooth)|4.473969631236442e-05| +|pypi|[Psycopg2](https://psycopg.org/)|4.473969631236442e-05| +|pypi|[logging](http://www.red-dove.com/python_logging.html)|4.473969631236442e-05| +|pypi|[beamshapes](https://github.com/thejasvibr/bat_beamshapes.git)|4.473969631236442e-05| +|pypi|[sbpy](https://sbpy.org)|4.473969631236442e-05| +|pypi|[umi_tools](https://github.com/CGATOxford/UMI-tools)|4.473969631236442e-05| +|pypi|[pyopengl](http://pyopengl.sourceforge.net)|4.473969631236442e-05| +|pypi|[pyglm](https://github.com/Zuzu-Typ/PyGLM)|4.473969631236442e-05| +|pypi|[pyopengl-accelerate](http://pyopengl.sourceforge.net)|4.473969631236442e-05| +|pypi|[gemmi](https://project-gemmi.github.io/)|4.473969631236442e-05| +|pypi|[gputil](https://github.com/anderskm/gputil)|4.473969631236442e-05| +|pypi|[equadratures](https://github.com/Effective-Quadratures/equadratures)|4.473969631236442e-05| +|pypi|[sip_tpv](https://github.com/stargaser/sip_tpv)|4.473969631236442e-05| +|pypi|[pymangle](https://github.com/esheldon/pymangle)|4.473969631236442e-05| +|pypi|[epitopepredict](https://github.com/dmnfarrell/epitopepredict)|4.473969631236442e-05| +|pypi|[types](https://www.pytosquatting.org)|4.473969631236442e-05| +|pypi|[imexam](http://imexam.readthedocs.io/)|4.473969631236442e-05| +|pypi|[guppy3](https://github.com/zhuyifei1999/guppy3/)|4.473969631236442e-05| +|pypi|[pvrpm](https://github.com/FSEC-Photovoltaics/pvrpm-lcoe)|4.473969631236442e-05| +|pypi|[NREL-PySAM-stubs](http://www.github.com/nrel/pysam)|4.473969631236442e-05| +|pypi|[trippy](https://github.com/fraserw/trippy)|4.473969631236442e-05| +|pypi|[gammapy](https://github.com/gammapy/gammapy)|4.473969631236442e-05| +|pypi|[transforms3d](https://pypi.org/project/transforms3d)|4.468471773295477e-05| +|pypi|[bz2file](https://pypi.org/project/bz2file)|4.46708660103454e-05| +|pypi|[prefixed](https://github.com/Rockhopper-Technologies/prefixed)|4.459056399132321e-05| +|pypi|[dash_core_components](https://pypi.org/project/dash_core_components)|4.44033076182865e-05| +|pypi|[dash_html_components](https://github.com/plotly/dash-html-components)|4.44033076182865e-05| +|pypi|[cramjam](https://pypi.org/project/cramjam)|4.4357523170972204e-05| +|pypi|[boto](https://github.com/boto/boto/)|4.429229934924078e-05| +|pypi|[args](https://github.com/kennethreitz/args)|4.429229934924078e-05| +|pypi|[anyio](https://pypi.org/project/anyio)|4.4239109060574314e-05| +|pypi|[yapf](https://pypi.org/project/yapf)|4.3853654342401316e-05| +|pypi|[diff-match-patch](https://github.com/diff-match-patch-python/diff-match-patch)|4.384490238611713e-05| +|pypi|[fiona](https://pypi.org/project/fiona)|4.378606629890957e-05| +|pypi|[sos](https://github.com/vatlab/SoS)|4.3718175590820865e-05| +|pypi|[pyglet](https://pypi.org/project/pyglet)|4.3711748528044624e-05| +|pypi|[backoff](https://pypi.org/project/backoff)|4.345370966648591e-05| +|pypi|[py2bit](https://github.com/deeptools/py2bit)|4.3347794649313084e-05| +|pypi|[deeptoolsintervals](https://github.com/deeptools/deeptools_intervals)|4.3347794649313084e-05| +|pypi|[xlwt](https://pypi.org/project/xlwt)|4.3136164530394586e-05| +|pypi|[spectres](https://spectres.readthedocs.io)|4.3053096946437514e-05| +|pypi|[vine](https://pypi.org/project/vine)|4.278874559986155e-05| +|pypi|[dpath](https://github.com/dpath-maintainers/dpath-python)|4.276417725441586e-05| +|pypi|[sphinx-autobuild](https://pypi.org/project/sphinx-autobuild)|4.268133406087378e-05| +|pypi|[zope.event](https://pypi.org/project/zope.event)|4.247148061627454e-05| +|pypi|[theano-pymc](http://deeplearning.net/software/theano/)|4.237702607064564e-05| +|pypi|[sniffio](https://pypi.org/project/sniffio)|4.207769304660165e-05| +|pypi|[pyobjc](https://github.com/ronaldoussoren/pyobjc)|4.199531734796586e-05| +|pypi|[sos-notebook](https://github.com/vatlab/SOS)|4.183868021463637e-05| +|pypi|[colorlog](https://pypi.org/project/colorlog)|4.177595036088683e-05| +|pypi|[dlinfo](https://code.grasp-open.com/grasp-tools/python-dlinfo)|4.1697396963123645e-05| +|pypi|[segments](https://github.com/cldf/segments)|4.1697396963123645e-05| +|pypi|[requests-file](https://pypi.org/project/requests-file)|4.160791757049891e-05| +|pypi|[click-plugins](https://pypi.org/project/click-plugins)|4.157513802726866e-05| +|pypi|[distlib](https://pypi.org/project/distlib)|4.140145505268892e-05| +|pypi|[fastrlock](https://pypi.org/project/fastrlock)|4.126765779588381e-05| +|pypi|[pyqtgraph](https://pypi.org/project/pyqtgraph)|4.1051239919353004e-05| +|pypi|[hdmedians](http://github.com/daleroberts/hdmedians)|4.067245119305857e-05| +|pypi|[singleton_decorator](https://github.com/Kemaweyan/singleton_decorator)|4.066341287057122e-05| +|pypi|[tensorflow-gpu](https://pypi.org/project/tensorflow-gpu)|4.06157252001798e-05| +|pypi|[tablib](https://tablib.readthedocs.io)|4.0601274403470716e-05| +|pypi|[uwsgi](https://pypi.org/project/uwsgi)|4.052693713871191e-05| +|pypi|[python_dateutil](https://pypi.org/project/python_dateutil)|4.0478772854044e-05| +|pypi|[astropy-healpix](https://pypi.org/project/astropy-healpix)|4.036566243335502e-05| +|pypi|[overrides](https://github.com/mkorpela/overrides)|4.00939985538684e-05| +|pypi|[asciitree](https://pypi.org/project/asciitree)|3.997007734894571e-05| +|pypi|[ligo-segments](https://pypi.org/project/ligo-segments)|3.986957341841923e-05| +|pypi|[setuptools_git](https://github.com/msabramo/setuptools-git)|3.976861894432393e-05| +|pypi|[reedsolo](https://github.com/tomerfiliba/reedsolomon)|3.976861894432393e-05| +|pypi|[yamlreader](https://github.com/ImmobilienScout24/yamlreader)|3.976861894432393e-05| +|pypi|[lda](https://pypi.org/project/lda)|3.976861894432393e-05| +|pypi|[html2text](https://github.com/Alir3z4/html2text/)|3.976861894432393e-05| +|pypi|[fatslim](https://github.com/seb-buch/FATSLiM)|3.976861894432393e-05| +|pypi|[deep-forest](https://github.com/LAMDA-NJU/Deep-Forest)|3.976861894432393e-05| +|pypi|[dotmap](https://github.com/drgrib/dotmap)|3.976861894432393e-05| +|pypi|[pyqt4](http://www.riverbankcomputing.com/software/pyqt/)|3.976861894432393e-05| +|pypi|[Bottleneck](https://github.com/pydata/bottleneck)|3.976861894432393e-05| +|pypi|[bcbio-gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.976861894432393e-05| +|pypi|[pyxdg](http://freedesktop.org/wiki/Software/pyxdg)|3.976861894432393e-05| +|pypi|[precession](https://github.com/dgerosa/precession/)|3.976861894432393e-05| +|pypi|[isoweek](http://github.com/gisle/isoweek)|3.976861894432393e-05| +|pypi|[pwkit](https://github.com/pkgw/pwkit/)|3.976861894432393e-05| +|pypi|[activegit](http://github.com/caseyjlaw/activegit)|3.976861894432393e-05| +|pypi|[epam.indigo](https://lifescience.opensource.epam.com/indigo/index.html)|3.976861894432393e-05| +|pypi|[portalocker](https://github.com/WoLpH/portalocker)|3.976861894432393e-05| +|pypi|[python-rocksdb](https://github.com/twmht/python-rocksdb)|3.976861894432393e-05| +|pypi|[taxopy](https://github.com/apcamargo/taxopy)|3.976861894432393e-05| +|pypi|[tensorly-viz](https://tensorly.org/viz)|3.976861894432393e-05| +|pypi|[evla_mcast](https://github.com/demorest/evla_mcast/)|3.976861894432393e-05| +|pypi|[pygobject](https://pygobject.readthedocs.io)|3.976861894432393e-05| +|pypi|[genicam](https://www.emva.org)|3.976861894432393e-05| +|pypi|[solcore](https://github.com/qpv-research-group/solcore5)|3.976861894432393e-05| +|pypi|[tmm](http://pypi.python.org/pypi/tmm)|3.976861894432393e-05| +|pypi|[fseval](https://github.com/dunnkers/fseval)|3.976861894432393e-05| +|pypi|[cwl-runner](https://github.com/common-workflow-language/common-workflow-language)|3.976861894432393e-05| +|pypi|[KafNafParserPy](https://github.com/cltl/KafNafParserPy)|3.976861894432393e-05| +|pypi|[Corekaburra](https://github.com/milnus/Corekaburra)|3.976861894432393e-05| +|pypi|[sick](http://www.github.com/andycasey/sick/)|3.976861894432393e-05| +|pypi|[triangle_plot](https://github.com/dfm/triangle.py)|3.976861894432393e-05| +|pypi|[kaggle](https://github.com/Kaggle/kaggle-api)|3.976861894432393e-05| +|pypi|[treegp](https://github.com/PFLeget/treegp)|3.976861894432393e-05| +|pypi|[metapredict](https://github.com/idptools/metapredict.git)|3.976861894432393e-05| +|pypi|[alphaPredict](https://pypi.org/project/alphaPredict)|3.976861894432393e-05| +|pypi|[protfasta](https://pypi.org/project/protfasta)|3.976861894432393e-05| +|pypi|[hjson](http://github.com/hjson/hjson-py)|3.976861894432393e-05| +|pypi|[hitran-api](https://pypi.org/project/hitran-api)|3.976861894432393e-05| +|pypi|[pymatgen](https://pypi.org/project/pymatgen)|3.956794778710725e-05| +|pypi|[casadi](http://casadi.org)|3.943122051200712e-05| +|pypi|[mahotas](http://luispedro.org/software/mahotas)|3.9370932754880696e-05| +|pypi|[unidecode](https://pypi.org/project/unidecode)|3.933160115372697e-05| +|pypi|[tox-conda](https://github.com/tox-dev/tox-conda)|3.927250542299349e-05| +|pypi|[jupyterlab-server](https://pypi.org/project/jupyterlab-server)|3.90963814822678e-05| +|pypi|[ply](https://pypi.org/project/ply)|3.896231358588304e-05| +|pypi|[pyabel](https://github.com/PyAbel/PyAbel)|3.882174706469717e-05| +|pypi|[dash_dangerously_set_inner_html](https://pypi.org/project/dash_dangerously_set_inner_html)|3.8722076340525935e-05| +|pypi|[pytest-lazy-fixture](https://github.com/tvorog/pytest-lazy-fixture)|3.870100742532955e-05| +|pypi|[wsaccel](https://github.com/methane/wsaccel)|3.863663395560126e-05| +|pypi|[wslink](https://pypi.org/project/wslink)|3.8622874313850245e-05| +|pypi|[bwapy](https://pypi.org/project/bwapy)|3.846278369540584e-05| +|pypi|[pytabix](https://pypi.org/project/pytabix)|3.846278369540584e-05| +|pypi|[hopcroftkarp](https://pypi.org/project/hopcroftkarp)|3.8443600867678954e-05| +|pypi|[Brotli](https://pypi.org/project/Brotli)|3.8408532239241045e-05| +|pypi|[coloredlogs](https://coloredlogs.readthedocs.io)|3.813844144409548e-05| +|pypi|[rdflib](https://github.com/RDFLib/rdflib)|3.799036547267602e-05| +|pypi|[yarl](https://pypi.org/project/yarl)|3.792883922454292e-05| +|pypi|[sphinx-autosummary-accessors](https://pypi.org/project/sphinx-autosummary-accessors)|3.7665821389294125e-05| +|pypi|[nc-time-axis](https://pypi.org/project/nc-time-axis)|3.7665821389294125e-05| +|pypi|[pydap](https://pypi.org/project/pydap)|3.7665821389294125e-05| +|pypi|[numbagg](https://pypi.org/project/numbagg)|3.7665821389294125e-05| +|pypi|[lmdb](http://github.com/jnwatson/py-lmdb/)|3.765106910443136e-05| +|pypi|[pydocstyle](https://pypi.org/project/pydocstyle)|3.763024389968975e-05| +|pypi|[nlesc-CAT](https://github.com/nlesc-nano/CAT)|3.7523241400681745e-05| +|pypi|[jaraco.functools](https://pypi.org/project/jaraco.functools)|3.724283716128227e-05| +|pypi|[dogpile.cache](https://pypi.org/project/dogpile.cache)|3.722793473337942e-05| +|pypi|[CoolProp](https://pypi.org/project/CoolProp)|3.702209869848156e-05| +|pypi|[torchvision](https://pypi.org/project/torchvision)|3.6790368369190937e-05| +|pypi|[chex](https://github.com/deepmind/chex)|3.6654761622030503e-05| +|pypi|[astropy-sphinx-theme](https://pypi.org/project/astropy-sphinx-theme)|3.641876798371485e-05| +|pypi|[jaraco.context](https://pypi.org/project/jaraco.context)|3.625856384241026e-05| +|pypi|[jpype1](https://github.com/jpype-project/jpype)|3.6189443239334784e-05| +|pypi|[spglib](http://spglib.github.io/spglib/)|3.610511036700867e-05| +|pypi|[QtPy](https://github.com/spyder-ide/qtpy)|3.6075548859947755e-05| +|pypi|[tensorflow-probability](https://pypi.org/project/tensorflow-probability)|3.5976589440176284e-05| +|pypi|[jaxopt](https://github.com/google/jaxopt)|3.591010613858623e-05| +|pypi|[googledrivedownloader](https://github.com/ndrplz/google-drive-downloader)|3.579175704989154e-05| +|pypi|[DendroPy](http://packages.python.org/DendroPy/)|3.579175704989154e-05| +|pypi|[sisyphe](https://sisyphe.readthedocs.io)|3.579175704989154e-05| +|pypi|[pykeops](http://www.kernel-operations.io/)|3.579175704989154e-05| +|pypi|[keopscore](http://www.kernel-operations.io/)|3.579175704989154e-05| +|pypi|[simpleitk](http://simpleitk.org/)|3.579175704989154e-05| +|pypi|[cythongsl](http://github.com/twiecki/CythonGSL)|3.579175704989154e-05| +|pypi|[rascal](https://rascal.readthedocs.io/en/latest/?badge=latest)|3.579175704989154e-05| +|pypi|[pydftools](https://github.com/steven-murray/pydftools)|3.579175704989154e-05| +|pypi|[caput](https://github.com/eykd/caput)|3.579175704989154e-05| +|pypi|[loguniform](https://github.com/j-faria/LogUniform)|3.579175704989154e-05| +|pypi|[kumaraswamy](https://github.com/j-faria/Kumaraswamy)|3.579175704989154e-05| +|pypi|[urepr](https://github.com/j-faria/urepr)|3.579175704989154e-05| +|pypi|[scopesim](https://github.com/astronomyk/ScopeSim)|3.579175704989154e-05| +|pypi|[pyckles](https://github.com/astronomyk/Pyckles)|3.579175704989154e-05| +|pypi|[spextra](https://github.com/miguelverdugo/speXtra)|3.579175704989154e-05| +|pypi|[blimpy](https://github.com/ucberkeleyseti/blimpy)|3.579175704989154e-05| +|pypi|[disksurf](https://github.com/richteague/disksurf)|3.579175704989154e-05| +|pypi|[gofish](https://github.com/richteague/gofish)|3.579175704989154e-05| +|pypi|[shutilwhich](http://github.com/mbr/shutilwhich)|3.579175704989154e-05| +|pypi|[Cartopy](https://scitools.org.uk/cartopy/docs/latest/)|3.579175704989154e-05| +|pypi|[snipgenie](https://github.com/dmnfarrell/snipgenie)|3.579175704989154e-05| +|pypi|[bcbio_gff](https://github.com/chapmanb/bcbb/tree/master/gff)|3.579175704989154e-05| +|pypi|[pycrostates](https://pypi.org/project/pycrostates)|3.579175704989154e-05| +|pypi|[carpyncho](https://carpyncho-py.readthedocs.io/)|3.579175704989154e-05| +|pypi|[pywfa](https://pypi.org/project/pywfa)|3.579175704989154e-05| +|pypi|[astLib](https://astlib.readthedocs.io)|3.579175704989154e-05| +|pypi|[hclust2](http://github.com/SegataLab/hclust2/)|3.579175704989154e-05| +|pypi|[Cerberus](http://docs.python-cerberus.org)|3.579175704989154e-05| +|pypi|[2to3](https://pypi.org/project/2to3)|3.579175704989154e-05| +|pypi|[streamlit-authenticator](https://github.com/mkhorasani/Streamlit-Authenticator)|3.579175704989154e-05| +|pypi|[scanpydoc](https://pypi.org/project/scanpydoc)|3.5769179403989077e-05| +|pypi|[swiglpk](https://github.com/biosustain/swiglpk)|3.576606918598013e-05| +|pypi|[optlang](https://github.com/opencobra/optlang)|3.576606918598013e-05| +|pypi|[kombu](https://kombu.readthedocs.io)|3.5618030627796445e-05| +|pypi|[ray](https://github.com/ray-project/ray)|3.549282966266406e-05| +|pypi|[django-form-utils](http://bitbucket.org/carljm/django-form-utils/)|3.548584459647367e-05| +|pypi|[cymem](https://pypi.org/project/cymem)|3.548427619705223e-05| +|pypi|[murmurhash](https://pypi.org/project/murmurhash)|3.548427619705223e-05| +|pypi|[pandoc-min](https://github.com/boisgera/pandoc)|3.543383947939262e-05| +|pypi|[entrypoint2](https://pypi.org/project/entrypoint2)|3.543383947939262e-05| +|pypi|[easyprocess](https://pypi.org/project/easyprocess)|3.543383947939262e-05| +|pypi|[mkdocs-material](https://squidfunk.github.io/mkdocs-material/)|3.509405675272385e-05| +|pypi|[PyJWT](https://github.com/jpadilla/pyjwt)|3.504568562100143e-05| +|pypi|[asdf-astropy](https://pypi.org/project/asdf-astropy)|3.489455428328438e-05| +|pypi|[ase](https://wiki.fysik.dtu.dk/ase)|3.4860321301604004e-05| +|pypi|[flake8-bugbear](https://pypi.org/project/flake8-bugbear)|3.483252688638206e-05| +|pypi|[pathos](https://github.com/uqfoundation/pathos)|3.480512646005307e-05| +|pypi|[jdcal](https://pypi.org/project/jdcal)|3.477494577006507e-05| +|pypi|[pycryptodomex](https://pypi.org/project/pycryptodomex)|3.456929210839876e-05| +|pypi|[cfgrib](https://pypi.org/project/cfgrib)|3.451614676890367e-05| +|pypi|[parsimonious](https://github.com/erikrose/parsimonious)|3.4488811508163035e-05| +|pypi|[crds](https://hst-crds.stsci.edu)|3.4350866375354584e-05| +|pypi|[hiredis](https://pypi.org/project/hiredis)|3.406485987038244e-05| +|pypi|[isodate](https://pypi.org/project/isodate)|3.403927533676348e-05| +|pypi|[cwltool](https://github.com/common-workflow-language/cwltool)|3.400216919739697e-05| +|pypi|[types-toml](https://pypi.org/project/types-toml)|3.36515923356221e-05| +|pypi|[nibabel](https://nipy.org/nibabel)|3.363391118724715e-05| +|pypi|[ellc](http://sourceforge.net/projects/goodricke/)|3.3395959924848093e-05| +|pypi|[pep8-naming](https://pypi.org/project/pep8-naming)|3.3189108582712676e-05| +|pypi|[tensorflow-cpu](https://pypi.org/project/tensorflow-cpu)|3.314491201886965e-05| +|pypi|[pytest-openfiles](https://pypi.org/project/pytest-openfiles)|3.301164353899788e-05| +|pypi|[wincertstore](https://github.com/tiran/wincertstore)|3.281665685657091e-05| +|pypi|[repoze.sphinx.autointerface](https://pypi.org/project/repoze.sphinx.autointerface)|3.281659182737002e-05| +|pypi|[rpy2](https://rpy2.github.io)|3.275080153035686e-05| +|pypi|[exo-k](https://forge.oasu.u-bordeaux.fr/jleconte/exo_k-public)|3.268709327548807e-05| +|pypi|[terminaltables](https://github.com/matthewdeanmartin/terminaltables)|3.261369586356496e-05| +|pypi|[marxs](http://marxs.readthedocs.io)|3.253796095444685e-05| +|pypi|[bioservices](http://github.com/cokelaer/bioservices)|3.253796095444685e-05| +|pypi|[pyliftover](https://github.com/konstantint/pyliftover)|3.253796095444685e-05| +|pypi|[drizzle](https://github.com/spacetelescope/drizzle)|3.253796095444685e-05| +|pypi|[mokapot](https://github.com/wfondrie/mokapot)|3.253796095444685e-05| +|pypi|[KMlogger](https://github.com/kylemede/KMlogger)|3.253796095444685e-05| +|pypi|[PIL](http://www.pythonware.com/products/pil)|3.253796095444685e-05| +|pypi|[bw2io](https://github.com/brightway-lca/brightway2-io)|3.253796095444685e-05| +|pypi|[bw2data](https://bitbucket.org/cmutel/brightway2-data)|3.253796095444685e-05| +|pypi|[wurst](https://github.com/polca/wurst)|3.253796095444685e-05| +|pypi|[sphinx_copybutton](https://github.com/choldgraf/sphinx-copybutton)|3.253796095444685e-05| +|pypi|[gwdet](https://github.com/dgerosa/gwdet)|3.253796095444685e-05| +|pypi|[ospgrillage](https://monashsmartstructures.github.io/ospgrillage/)|3.253796095444685e-05| +|pypi|[openseespy](https://github.com/zhuminjie/openseespy)|3.253796095444685e-05| +|pypi|[openseespyvis](https://github.com/u-anurag/openseespyvis)|3.253796095444685e-05| +|pypi|[opsvis](https://github.com/sewkokot/opsvis)|3.253796095444685e-05| +|pypi|[openseespylinux](https://github.com/zhuminjie/openseespy)|3.253796095444685e-05| +|pypi|[textwrap3](https://github.com/jonathaneunice/textwrap3)|3.253796095444685e-05| +|pypi|[bxa](https://github.com/JohannesBuchner/BXA/)|3.253796095444685e-05| +|pypi|[learn2learn](https://github.com/learnables/learn2learn)|3.253796095444685e-05| +|pypi|[configuration](http://k0s.org/hg/configuration)|3.253796095444685e-05| +|pypi|[p2api](https://www.eso.org/copdemo/apidoc/index.html)|3.253796095444685e-05| +|pypi|[flatdict](https://github.com/gmr/flatdict)|3.253796095444685e-05| +|pypi|[toolshed](https://github.com/brentp/toolshed/)|3.253796095444685e-05| +|pypi|[panoptes-ui](https://github.com/panoptes-organization/panoptes)|3.253796095444685e-05| +|pypi|[pyitlib](https://github.com/pafoster/pyitlib)|3.253796095444685e-05| +|pypi|[filetype](https://github.com/h2non/filetype.py)|3.253796095444685e-05| +|pypi|[pyds9](https://github.com/TESScience/pyds9/)|3.253796095444685e-05| +|pypi|[colored](https://gitlab.com/dslackw/colored)|3.253796095444685e-05| +|pypi|[cdips](https://github.com/lgbouma/cdips)|3.253796095444685e-05| +|pypi|[Flask-RESTful](https://www.github.com/flask-restful/flask-restful/)|3.253796095444685e-05| +|pypi|[functools32](https://github.com/MiCHiLU/python-functools32)|3.253796095444685e-05| +|pypi|[codeclimate-test-reporter](http://github.com/codeclimate/python-test-reporter)|3.251084598698482e-05| +|pypi|[billiard](https://pypi.org/project/billiard)|3.24191423414624e-05| +|pypi|[jupyter-console](https://pypi.org/project/jupyter-console)|3.240688286318108e-05| +|pypi|[scikit_learn](http://scikit-learn.org)|3.2383815782278214e-05| +|pypi|[altair](https://pypi.org/project/altair)|3.232456603093681e-05| +|pypi|[berkeleydb](https://pypi.org/project/berkeleydb)|3.2161175761602815e-05| +|pypi|[multipledispatch](https://pypi.org/project/multipledispatch)|3.1617256905667366e-05| +|pypi|[sphinxext-rediraffe](https://pypi.org/project/sphinxext-rediraffe)|3.16099814987117e-05| +|pypi|[pypairix](https://pypi.org/project/pypairix)|3.15980250768754e-05| +|pypi|[python-decouple](https://pypi.org/project/python-decouple)|3.149674620390455e-05| +|pypi|[dash-bootstrap-components](https://pypi.org/project/dash-bootstrap-components)|3.129775999488581e-05| +|pypi|[optax](https://github.com/deepmind/optax)|3.11606590549916e-05| +|pypi|[matchms](https://github.com/matchms/matchms)|3.1138828633405645e-05| +|pypi|[libsvm](https://github.com/ocampor/libsvm)|3.1110298971989064e-05| +|pypi|[addict](https://pypi.org/project/addict)|3.1056805856832974e-05| +|pypi|[pvextractor](https://pypi.org/project/pvextractor)|3.0984743444070995e-05| +|pypi|[pymc](http://github.com/pymc-devs/pymc)|3.0820898190746354e-05| +|pypi|[elastic-transport](https://github.com/elastic/elastic-transport-python)|3.071273628757361e-05| +|pypi|[sphinxcontrib-fulltoc](http://sphinxcontrib-fulltoc.readthedocs.org)|3.064904669482818e-05| +|pypi|[tensorflow-datasets](https://github.com/tensorflow/datasets)|3.064022372063263e-05| +|pypi|[zope.testing](https://pypi.org/project/zope.testing)|3.0614685883530786e-05| +|pypi|[cligj](https://pypi.org/project/cligj)|3.05956260447883e-05| +|pypi|[timm](https://github.com/huggingface/pytorch-image-models)|3.0574585840738926e-05| +|pypi|[opencv-python-headless](https://github.com/opencv/opencv-python)|3.05474413192609e-05| +|pypi|[sep](https://github.com/kbarbary/sep)|3.05097755299248e-05| +|pypi|[safe-netrc](https://git.ligo.org/emfollow/safe-netrc)|3.0508211961574215e-05| +|pypi|[flake8-simplify](https://pypi.org/project/flake8-simplify)|3.050164189249977e-05| +|pypi|[linkify-it-py](https://pypi.org/project/linkify-it-py)|3.046232139841379e-05| +|pypi|[versioneer](https://github.com/python-versioneer/python-versioneer)|3.0460537293509095e-05| +|pypi|[itk](https://itk.org/)|3.014456989726096e-05| +|pypi|[timeout-decorator](https://github.com/pnpnpn/timeout-decorator)|3.014337039045553e-05| +|pypi|[jsonpointer](https://pypi.org/project/jsonpointer)|3.011026141891335e-05| +|pypi|[importlib_resources](https://pypi.org/project/importlib_resources)|3.0078218278940366e-05| +|pypi|[pytz-deprecation-shim](https://pypi.org/project/pytz-deprecation-shim)|2.983849967819599e-05| +|pypi|[mirtop](http://github.com/mirtop/mirtop)|2.982646420824295e-05| +|pypi|[random2](http://pypi.python.org/pypi/random2)|2.982646420824295e-05| +|pypi|[pickle-mixin](https://github.com/limix/pickle-mixin)|2.982646420824295e-05| +|pypi|[bioinfokit](https://github.com/reneshbedre/bioinfokit)|2.982646420824295e-05| +|pypi|[blackjax](https://pypi.org/project/blackjax)|2.982646420824295e-05| +|pypi|[pymoc](http://github.com/grahambell/pymoc)|2.982646420824295e-05| +|pypi|[portion](https://github.com/AlexandreDecan/portion)|2.982646420824295e-05| +|pypi|[namedlist](https://gitlab.com/ericvsmith/namedlist)|2.982646420824295e-05| +|pypi|[pickle5](https://github.com/pitrou/pickle5-backport)|2.982646420824295e-05| +|pypi|[aiocircuitbreaker](https://github.com/GenyaSol/aiocircuitbreaker)|2.982646420824295e-05| +|pypi|[torch_sparse](https://github.com/rusty1s/pytorch_sparse)|2.982646420824295e-05| +|pypi|[pandeia.engine](https://jwst.etc.stsci.edu)|2.982646420824295e-05| +|pypi|[toil](https://github.com/DataBiosphere/toil)|2.982646420824295e-05| +|pypi|[py-tes](https://github.com/ohsu-comp-bio/py-tes)|2.982646420824295e-05| +|pypi|[vtk](https://vtk.org)|2.9807507311523486e-05| +|pypi|[dot2tex](https://github.com/kjellmf/dot2tex)|2.9697571273628755e-05| +|pypi|[Pint](https://github.com/hgrecco/pint)|2.969740987501291e-05| +|pypi|[charset_normalizer](https://pypi.org/project/charset_normalizer)|2.968574447967073e-05| +|pypi|[PyLD](https://github.com/digitalbazaar/pyld)|2.9678055178958783e-05| +|pypi|[arrow](https://pypi.org/project/arrow)|2.9551863640062113e-05| +|pypi|[httpretty](https://httpretty.readthedocs.io/en/latest/)|2.9473684810149655e-05| +|pypi|[pycondor](https://github.com/pycondor/pycondor)|2.9468525406110484e-05| +|pypi|[oset](https://gitorious.com/sleipnir/python-oset)|2.9452798524583427e-05| +|pypi|[types-python-dateutil](https://pypi.org/project/types-python-dateutil)|2.9383631836783583e-05| +|pypi|[autocommand](https://pypi.org/project/autocommand)|2.9345584858206537e-05| +|pypi|[rfc3987](https://pypi.org/project/rfc3987)|2.9315686008676788e-05| +|pypi|[ndcube](https://pypi.org/project/ndcube)|2.905835702568896e-05| +|pypi|[shap](https://pypi.org/project/shap)|2.903422842294036e-05| +|pypi|[ipympl](https://pypi.org/project/ipympl)|2.8904044351968976e-05| +|pypi|[smart-open](https://pypi.org/project/smart-open)|2.885655592265295e-05| +|pypi|[astor](https://pypi.org/project/astor)|2.87192286948203e-05| +|pypi|[iteround](https://github.com/cgdeboer/iteround)|2.8679292507925915e-05| +|pypi|[pylons-sphinx-themes](https://pypi.org/project/pylons-sphinx-themes)|2.857096672308169e-05| +|pypi|[limitedinteraction](https://felixchenier.uqam.ca/limitedinteraction/)|2.8377750232414007e-05| +|pypi|[gensim](http://radimrehurek.com/gensim)|2.834346496548957e-05| +|pypi|[dipy](https://dipy.org)|2.812865009177374e-05| +|pypi|[lml](https://pypi.org/project/lml)|2.8109804191199257e-05| +|pypi|[cfgv](https://pypi.org/project/cfgv)|2.8104659517772738e-05| +|pypi|[identify](https://pypi.org/project/identify)|2.8104659517772738e-05| +|pypi|[nodeenv](https://pypi.org/project/nodeenv)|2.8104659517772738e-05| +|pypi|[jupyter_contrib_nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|2.8043431622607334e-05| +|pypi|[pyspoa](https://github.com/nanoporetech/pyspoa)|2.8043431622607327e-05| +|pypi|[emoji](https://github.com/carpedm20/emoji/)|2.8019601299555365e-05| +|pypi|[gmsh](https://gmsh.info)|2.800178639785632e-05| +|pypi|[PIMS](https://pypi.org/project/PIMS)|2.792841648590022e-05| +|pypi|[skosprovider](http://github.com/onroerenderfgoed/skosprovider)|2.7848740196896382e-05| +|pypi|[netifaces](https://github.com/al45tair/netifaces)|2.773026853167776e-05| +|pypi|[sphinx_gallery](https://sphinx-gallery.github.io)|2.772049847629252e-05| +|pypi|[oaiharvest](http://github.com/bloomonkey/oai-harvest)|2.7674697861791137e-05| +|pypi|[ghp-import](https://pypi.org/project/ghp-import)|2.7621016348304724e-05| +|pypi|[spktype21](https://github.com/whiskie14142/spktype21)|2.7532120807608878e-05| +|pypi|[21cmFAST](https://github.com/21cmFAST/21cmFAST)|2.7532120807608878e-05| +|pypi|[mkdocs-bibtex](https://github.com/shyamd/mkdocs-bibtex/)|2.7532120807608878e-05| +|pypi|[filemagic](http://filemagic.readthedocs.org)|2.7532120807608878e-05| +|pypi|[kliko](https://github.com/gijzelaerr/kliko)|2.7532120807608878e-05| +|pypi|[ulid](https://github.com/mdipierro/ulid)|2.7532120807608878e-05| +|pypi|[plum-dispatch](https://github.com/wesselb/plum)|2.7532120807608878e-05| +|pypi|[ascii_frame](https://github.com/pi314/ascii_frame)|2.7532120807608878e-05| +|pypi|[mpsort](http://github.com/rainwoodman/mpsort)|2.7532120807608878e-05| +|pypi|[pfft-python](http://github.com/rainwoodman/pfft-python)|2.7532120807608878e-05| +|pypi|[pmesh](https://pypi.org/project/pmesh)|2.7532120807608878e-05| +|pypi|[cog-suspect](https://github.com/cog-imperial/suspect)|2.7532120807608878e-05| +|pypi|[pytimeparse](https://github.com/wroberts/pytimeparse)|2.7532120807608878e-05| +|pypi|[coramin](https://github.com/Coramin/Coramin)|2.7532120807608878e-05| +|pypi|[json2table](https://github.com/latture/json2table)|2.7532120807608878e-05| +|pypi|[drive-casa](https://github.com/timstaley/drive-casa)|2.7532120807608878e-05| +|pypi|[pymp-pypi](https://github.com/classner/pymp)|2.7532120807608878e-05| +|pypi|[subprocess32](https://github.com/google/python-subprocess32)|2.7532120807608878e-05| +|pypi|[bashplotlib](https://github.com/glamp/bashplotlib)|2.7532120807608878e-05| +|pypi|[pymdown-extensions](https://github.com/facelessuser/pymdown-extensions)|2.753159897483038e-05| +|pypi|[pretend](https://pypi.org/project/pretend)|2.751676285242948e-05| +|pypi|[reportlab](https://pypi.org/project/reportlab)|2.7491922155678815e-05| +|pypi|[flask-compress](https://pypi.org/project/flask-compress)|2.74634166650697e-05| +|pypi|[pymc3](http://github.com/pymc-devs/pymc3)|2.7314176152704748e-05| +|pypi|[backports.weakref](https://pypi.org/project/backports.weakref)|2.7256799599532787e-05| +|pypi|[PyOpenGL](http://pyopengl.sourceforge.net)|2.7147408583823987e-05| +|pypi|[easygui](https://github.com/robertlugg/easygui)|2.7107361580563017e-05| +|pypi|[markdown-it-py](https://pypi.org/project/markdown-it-py)|2.697310902574743e-05| +|pypi|[python-socks](https://github.com/romis2012/python-socks)|2.6943466927401697e-05| +|pypi|[funcy](https://pypi.org/project/funcy)|2.679389641875287e-05| +|pypi|[google-cloud-storage](https://pypi.org/project/google-cloud-storage)|2.676169814701498e-05| +|pypi|[flax](https://pypi.org/project/flax)|2.6618918701508597e-05| +|pypi|[toposort](https://pypi.org/project/toposort)|2.661585838239851e-05| +|pypi|[datrie](https://pypi.org/project/datrie)|2.661585838239851e-05| +|pypi|[intake](https://pypi.org/project/intake)|2.6600197502371692e-05| +|pypi|[rioxarray](https://github.com/corteva/rioxarray)|2.656479173437536e-05| +|pypi|[pyfftw](https://pypi.org/project/pyfftw)|2.6521793757341104e-05| +|pypi|[Rtree](https://github.com/Toblerity/rtree)|2.6517146988947425e-05| +|pypi|[hdf5plugin](https://pypi.org/project/hdf5plugin)|2.638650662472589e-05| +|pypi|[datashader](https://datashader.org)|2.637083070142138e-05| +|pypi|[PyNaCl](https://pypi.org/project/PyNaCl)|2.6370644622028072e-05| +|pypi|[rfc3986-validator](https://pypi.org/project/rfc3986-validator)|2.6202117358686223e-05| +|pypi|[astroid](https://pypi.org/project/astroid)|2.6118608123374038e-05| +|pypi|[notebook-shim](https://pypi.org/project/notebook-shim)|2.5990372626644032e-05| +|pypi|[cchardet](https://pypi.org/project/cchardet)|2.5924445970144556e-05| +|pypi|[PasteDeploy](https://pypi.org/project/PasteDeploy)|2.5667966794593696e-05| +|pypi|[srsly](https://pypi.org/project/srsly)|2.5641543008332056e-05| +|pypi|[area](https://github.com/scisco/area)|2.5565540749922528e-05| +|pypi|[StringDist](https://github.com/obulkin/string-dist)|2.5565540749922528e-05| +|pypi|[VBBinaryLensing](https://github.com/valboz/VBBinaryLensing)|2.5565540749922528e-05| +|pypi|[py-grama](https://github.com/zdelrosario/py_grama)|2.5565540749922528e-05| +|pypi|[fpdf](http://code.google.com/p/pyfpdf)|2.5565540749922528e-05| +|pypi|[sewar](https://github.com/andrewekhalel/sewar)|2.5565540749922528e-05| +|pypi|[Sequoya](https://github.com/benhid/Sequoya)|2.5565540749922528e-05| +|pypi|[jmetalpy](https://github.com/jMetal/jMetalPy)|2.5565540749922528e-05| +|pypi|[pyMSA](https://github.com/benhid/pyMSA)|2.5565540749922528e-05| +|pypi|[pyoai](http://www.infrae.com/download/oaipmh)|2.5565540749922528e-05| +|pypi|[wres](https://github.com/jks-liu/wres)|2.5565540749922528e-05| +|pypi|[thermo](https://github.com/CalebBell/thermo)|2.5565540749922528e-05| +|pypi|[colorpalette](https://github.com/yoelcortes/colorpalette)|2.5565540749922528e-05| +|pypi|[free_properties](https://github.com/yoelcortes/free_properties)|2.5565540749922528e-05| +|pypi|[flexsolve](https://github.com/yoelcortes/flexsolve)|2.5565540749922528e-05| +|pypi|[ciso8601](https://github.com/closeio/ciso8601)|2.5565540749922528e-05| +|pypi|[dash_table](https://pypi.org/project/dash_table)|2.5565540749922528e-05| +|pypi|[dash_trich_components](https://pypi.org/project/dash_trich_components)|2.5565540749922528e-05| +|pypi|[python-time](https://github.com/hengdai/pytime)|2.5565540749922528e-05| +|pypi|[pybliometrics](https://pybliometrics.readthedocs.io/en/stable/)|2.5565540749922528e-05| +|pypi|[pyvis](https://github.com/WestHealth/pyvis)|2.5565540749922528e-05| +|pypi|[spectral-cube](http://spectral-cube.readthedocs.org)|2.555788457896647e-05| +|pypi|[monty](https://github.com/materialsvirtuallab/monty)|2.5514065858216965e-05| +|pypi|[dicttoxml](https://github.com/quandyfactory/dicttoxml)|2.546562944124467e-05| +|pypi|[srastream](https://github.com/jdidion/srastream)|2.53098853424233e-05| +|pypi|[sgmllib3k](https://pypi.org/project/sgmllib3k)|2.53098853424233e-05| +|pypi|[progress](https://pypi.org/project/progress)|2.5288178751220537e-05| +|pypi|[dash-table-experiments](https://pypi.org/project/dash-table-experiments)|2.5262191907591933e-05| +|pypi|[humanize](https://pypi.org/project/humanize)|2.5203776326896982e-05| +|pypi|[recommonmark](https://github.com/rtfd/recommonmark)|2.5140879827895577e-05| +|pypi|[asynctest](https://pypi.org/project/asynctest)|2.5101798207321873e-05| +|pypi|[MOODS-python](https://www.cs.helsinki.fi/group/pssmfind/)|2.505422993492408e-05| +|pypi|[python-socketio](https://pypi.org/project/python-socketio)|2.5032581694772933e-05| +|pypi|[localconfig](https://github.com/maxzheng/localconfig)|2.4830531453362256e-05| +|pypi|[cron-descriptor](https://github.com/Salamek/cron-descriptor)|2.4830531453362256e-05| +|pypi|[python-crontab](https://gitlab.com/doctormo/python-crontab/)|2.4830531453362256e-05| +|pypi|[pythutils](https://github.com/JolleJolles)|2.4830531453362256e-05| +|pypi|[typeguard](https://pypi.org/project/typeguard)|2.4768163873258304e-05| +|pypi|[requests-mock](https://requests-mock.readthedocs.io/)|2.474634447503656e-05| +|pypi|[ortools](https://pypi.org/project/ortools)|2.4690286816100278e-05| +|pypi|[myst_parser](https://github.com/executablebooks/MyST-Parser)|2.4632726275893315e-05| +|pypi|[boltons](https://pypi.org/project/boltons)|2.4631241579872743e-05| +|pypi|[sphinxcontrib-apidoc](https://pypi.org/project/sphinxcontrib-apidoc)|2.4517453995201285e-05| +|pypi|[phantomjs](https://github.com/neurobin/phantomjspy)|2.445419165497001e-05| +|pypi|[sphinx-togglebutton](https://pypi.org/project/sphinx-togglebutton)|2.433735744102016e-05| +|pypi|[pytest-mypy-plugins](https://pypi.org/project/pytest-mypy-plugins)|2.4333425368096756e-05| +|pypi|[cmake](https://pypi.org/project/cmake)|2.4273950892334182e-05| +|pypi|[service-identity](https://pypi.org/project/service-identity)|2.4214803793883797e-05| +|pypi|[dataframe-api-compat](https://pypi.org/project/dataframe-api-compat)|2.4163697352883937e-05| +|pypi|[autopep8](https://github.com/hhatto/autopep8)|2.407308350199356e-05| +|pypi|[funcsigs](http://funcsigs.readthedocs.org)|2.40571738456771e-05| +|pypi|[qtawesome](https://github.com/spyder-ide/qtawesome)|2.4031608304927176e-05| +|pypi|[astlib](https://astlib.readthedocs.io)|2.4031608304927176e-05| +|pypi|[astro-kittens](https://github.com/ska-sa/kittens)|2.4031608304927176e-05| +|pypi|[george](https://github.com/dfm/george)|2.390713191348332e-05| +|pypi|[scandir](https://pypi.org/project/scandir)|2.3897020482229253e-05| +|pypi|[shmlast](https://github.com/camillescott/shmlast)|2.386117136659436e-05| +|pypi|[vedo](https://github.com/marcomusy/vedo)|2.386117136659436e-05| +|pypi|[pyroaring](https://github.com/Ezibenroc/PyRoaringBitMap)|2.386117136659436e-05| +|pypi|[Chem-I-Calc](https://github.com/NathanSandford/Chem-I-Calc)|2.386117136659436e-05| +|pypi|[w2w](https://github.com/matthiasdemuzere/w2w)|2.386117136659436e-05| +|pypi|[ecmwflibs](https://github.com/ecmwf/ecmwflibs)|2.386117136659436e-05| +|pypi|[findlibs](https://github.com/ecmwf/findlibs)|2.386117136659436e-05| +|pypi|[scikit-video](http://scikit-video.org/)|2.386117136659436e-05| +|pypi|[nexusformat](https://nexpy.github.io/nexpy/)|2.386117136659436e-05| +|pypi|[haversine](https://github.com/mapado/haversine)|2.386117136659436e-05| +|pypi|[leafmap](https://github.com/opengeos/leafmap)|2.386117136659436e-05| +|pypi|[localtileserver](https://pypi.org/project/localtileserver)|2.386117136659436e-05| +|pypi|[future-fstrings](https://github.com/asottile/future-fstrings)|2.3712039045553147e-05| +|pypi|[win32-setctime](https://pypi.org/project/win32-setctime)|2.365671208706536e-05| +|pypi|[aiocontextvars](https://pypi.org/project/aiocontextvars)|2.365671208706536e-05| +|pypi|[spacy-legacy](https://pypi.org/project/spacy-legacy)|2.352752973869637e-05| +|pypi|[google-cloud-core](https://github.com/googleapis/python-cloud-core)|2.351709925832317e-05| +|pypi|[starlette](https://pypi.org/project/starlette)|2.3484916407532396e-05| +|pypi|[Theano](http://deeplearning.net/software/theano/)|2.346348517715112e-05| +|pypi|[scanpy](https://scanpy.readthedocs.io)|2.3455470044827918e-05| +|pypi|[mdit-py-plugins](https://pypi.org/project/mdit-py-plugins)|2.3375414976893332e-05| +|pypi|[python-louvain](https://pypi.org/project/python-louvain)|2.3332148244337087e-05| +|pypi|[python-jose](https://pypi.org/project/python-jose)|2.3216518711606117e-05| +|pypi|[h5py-wrapper](https://pypi.org/project/h5py-wrapper)|2.3076660165150655e-05| +|pypi|[loguru](https://pypi.org/project/loguru)|2.3057707087597366e-05| +|pypi|[trio-websocket~=0.9](https://pypi.org/project/trio-websocket~=0.9)|2.305168112798265e-05| +|pypi|[trio~=0.17](https://pypi.org/project/trio~=0.17)|2.305168112798265e-05| +|pypi|[urllib3[secure,](https://pypi.org/project/urllib3[secure,)|2.305168112798265e-05| +|pypi|[pyclipper](https://github.com/greginvm/pyclipper)|2.294343400634073e-05| +|pypi|[PyQt5_sip](https://www.riverbankcomputing.com/software/sip/)|2.294343400634073e-05| +|pypi|[httptools](https://pypi.org/project/httptools)|2.2879520642935884e-05| +|pypi|[watchfiles](https://pypi.org/project/watchfiles)|2.2879520642935884e-05| +|pypi|[geoviews](https://pypi.org/project/geoviews)|2.27851215804628e-05| +|pypi|[av](https://pypi.org/project/av)|2.2642346469929076e-05| +|pypi|[WTForms](https://wtforms.readthedocs.io/)|2.2611300485487042e-05| +|pypi|[asdf-unit-schemas](https://pypi.org/project/asdf-unit-schemas)|2.25677352744869e-05| +|pypi|[formulaic](https://pypi.org/project/formulaic)|2.2548236100011417e-05| +|pypi|[interface-meta](https://pypi.org/project/interface-meta)|2.2548236100011417e-05| +|pypi|[nltk](https://pypi.org/project/nltk)|2.2487273612530023e-05| +|pypi|[mysqlclient](https://mysqlclient.readthedocs.io/)|2.2457573050912338e-05| +|pypi|[asdf-transform-schemas](https://github.com/asdf-format/asdf-transform-schemas)|2.2408071039217165e-05| +|pypi|[julia](http://julialang.org)|2.236984815618221e-05| +|pypi|[sphinx-fortran](http://sphinx-fortran.readthedocs.org)|2.236984815618221e-05| +|pypi|[ref_index](http://github.com/phn/ref_index)|2.236984815618221e-05| +|pypi|[cerberus](http://docs.python-cerberus.org)|2.236984815618221e-05| +|pypi|[objsize](https://github.com/liran-funaro/objsize)|2.236984815618221e-05| +|pypi|[flex-format](https://github.com/AWehrhahn/flex-format)|2.236984815618221e-05| +|pypi|[bfit](https://github.com/dfujim/bfit)|2.236984815618221e-05| +|pypi|[bdata](https://github.com/dfujim/bdata)|2.236984815618221e-05| +|pypi|[mud-py](https://github.com/dfujim/mudpy)|2.236984815618221e-05| +|pypi|[pose2sim](https://github.com/perfanalytics/pose2sim)|2.236984815618221e-05| +|pypi|[aiodns](https://pypi.org/project/aiodns)|2.2352628401844397e-05| +|pypi|[traittypes](https://pypi.org/project/traittypes)|2.233717314280949e-05| +|pypi|[jupyter-nbextensions-configurator](https://pypi.org/project/jupyter-nbextensions-configurator)|2.2304697262013056e-05| +|pypi|[jupyter-contrib-core](https://pypi.org/project/jupyter-contrib-core)|2.2304697262013056e-05| +|pypi|[anndata](http://anndata.readthedocs.io)|2.2278440183387454e-05| +|pypi|[nbval](https://pypi.org/project/nbval)|2.2230041364528287e-05| +|pypi|[miniball](https://github.com/marmakoide/miniball)|2.214614967462039e-05| +|pypi|[pyramid](https://pypi.org/project/pyramid)|2.2130440445826258e-05| +|pypi|[datatable](https://pypi.org/project/datatable)|2.2064123620414294e-05| +|pypi|[idna-ssl](https://pypi.org/project/idna-ssl)|2.201630190991743e-05| +|pypi|[randomgen](https://github.com/bashtage/randomgen)|2.2001403598315682e-05| +|pypi|[autodocsumm](https://pypi.org/project/autodocsumm)|2.189933429988047e-05| +|pypi|[geographiclib](https://pypi.org/project/geographiclib)|2.1760919584753643e-05| +|pypi|[xdg](https://github.com/srstevenson/xdg)|2.1727432004004672e-05| +|pypi|[Requests](https://requests.readthedocs.io)|2.165050401939518e-05| +|pypi|[databases](https://pypi.org/project/databases)|2.148509069827696e-05| +|pypi|[grismconf](https://github.com/npirzkal/GRISMCONF)|2.1403470715835137e-05| +|pypi|[ffmpeg](https://github.com/jiashaokun/ffmpeg)|2.135432806528251e-05| +|pypi|[batman-package](https://github.com/lkreidberg/batman)|2.1322070099049504e-05| +|pypi|[pyavm](https://pypi.org/project/pyavm)|2.128822912445472e-05| +|pypi|[waitress](https://pypi.org/project/waitress)|2.1139826420655167e-05| +|pypi|[xgboost](https://pypi.org/project/xgboost)|2.1124378447727373e-05| +|pypi|[mne-icalabel](https://mne.tools/mne-icalabel/dev/index.html)|2.1053974735230318e-05| +|pypi|[pykalman](http://pykalman.github.com)|2.1053974735230318e-05| +|pypi|[cubical](https://github.com/ratt-ru/CubiCal)|2.1053974735230318e-05| +|pypi|[sharedarray](https://gitlab.com/tenzing/shared-array)|2.1053974735230318e-05| +|pypi|[faiss-gpu](https://github.com/kyamagu/faiss-wheels)|2.1053974735230318e-05| +|pypi|[penquins](https://github.com/dmitryduev/penquins)|2.1053974735230318e-05| +|pypi|[optcutfreq](https://github.com/demotu/optcutfreq)|2.1053974735230318e-05| +|pypi|[isatools](https://github.com/ISA-tools/isa-api)|2.1053974735230318e-05| +|pypi|[pyChemometrics](https://github.com/Gscorreia89/pyChemometrics/)|2.1053974735230318e-05| +|pypi|[jax-cosmo](https://github.com/DifferentiableUniverseInitiative/jax_cosmo)|2.1053974735230318e-05| +|pypi|[git-lfs](https://github.com/liberapay/git-lfs-fetch.py)|2.1053974735230318e-05| +|pypi|[datacompy](https://github.com/capitalone/datacompy)|2.1053974735230318e-05| +|pypi|[xarray-einstats](https://pypi.org/project/xarray-einstats)|2.1049211488494822e-05| +|pypi|[sphinx-panels](https://pypi.org/project/sphinx-panels)|2.1043688230338416e-05| +|pypi|[h2](https://pypi.org/project/h2)|2.0995105617706873e-05| +|pypi|[pytest-dependency](https://pypi.org/project/pytest-dependency)|2.084976333636016e-05| +|pypi|[apptools](https://docs.enthought.com/apptools)|2.075027114967462e-05| +|pypi|[passlib](https://pypi.org/project/passlib)|2.0711067216953465e-05| +|pypi|[prov](https://pypi.org/project/prov)|2.061316601824936e-05| +|pypi|[stsci.imagestats](https://github.com/spacetelescope/stsci.imagestats)|2.0345687590383223e-05| +|pypi|[stsci.stimage](https://stscistimage.readthedocs.io/)|2.0345687590383223e-05| +|pypi|[h3](https://github.com/uber/h3-py)|2.0338807974382814e-05| +|pypi|[anyjson](http://bitbucket.org/runeh/anyjson/)|2.029570897848256e-05| +|pypi|[pyro-ppl](https://pypi.org/project/pyro-ppl)|2.0266273707419453e-05| +|pypi|[incremental](https://pypi.org/project/incremental)|2.01701435356716e-05| +|pypi|[timezonefinder](https://pypi.org/project/timezonefinder)|2.0110384300750076e-05| +|pypi|[deprecation](http://deprecation.readthedocs.io/)|1.9907971917791566e-05| +|pypi|[astro-parsnip](https://github.com/kboone/parsnip)|1.9884309472161965e-05| +|pypi|[utm](https://github.com/Turbo87/utm)|1.9884309472161965e-05| +|pypi|[faust-cchardet](https://github.com/faust-streaming/cChardet)|1.9884309472161965e-05| +|pypi|[tkp](http://docs.transientskp.org/)|1.9884309472161965e-05| +|pypi|[mkdocs-redirects](https://github.com/datarobot/mkdocs-redirects)|1.9884309472161965e-05| +|pypi|[dash_defer_js_import](https://pypi.org/project/dash_defer_js_import)|1.9884309472161965e-05| +|pypi|[line_profiler](https://github.com/pyutils/line_profiler)|1.9884309472161965e-05| +|pypi|[triton](https://pypi.org/project/triton)|1.9879737411952183e-05| +|pypi|[pydub](http://pydub.com)|1.985590331577316e-05| +|pypi|[sphinx-examples](https://pypi.org/project/sphinx-examples)|1.9796634146926355e-05| +|pypi|[pyscf](http://www.pyscf.org)|1.9770236328347983e-05| +|pypi|[google-api-core](https://github.com/googleapis/python-api-core)|1.9737556743766456e-05| +|pypi|[gwsurrogate](https://pypi.org/project/gwsurrogate)|1.9685466377440345e-05| +|pypi|[clikit](https://pypi.org/project/clikit)|1.9685466377440345e-05| +|pypi|[pysimdjson](https://pypi.org/project/pysimdjson)|1.9685466377440345e-05| +|pypi|[httpstan](https://pypi.org/project/httpstan)|1.9685466377440345e-05| +|pypi|[language-data](https://pypi.org/project/language-data)|1.9685466377440345e-05| +|pypi|[mayavi](http://docs.enthought.com/mayavi/mayavi/)|1.9677044787546256e-05| +|pypi|[anytree](https://pypi.org/project/anytree)|1.9598322792253614e-05| +|pypi|[pyjsparser](https://pypi.org/project/pyjsparser)|1.948861171366594e-05| +|pypi|[validators](https://pypi.org/project/validators)|1.945490020500107e-05| +|pypi|[numcodecs](https://pypi.org/project/numcodecs)|1.9440733951181244e-05| +|pypi|[fastcore](https://pypi.org/project/fastcore)|1.941392685989881e-05| +|pypi|[hdbscan](http://github.com/scikit-learn-contrib/hdbscan)|1.93722885032538e-05| +|pypi|[formlayout](https://github.com/PierreRaybaut/formlayout)|1.9346895702644075e-05| +|pypi|[ttvfast](https://github.com/mindriot101/ttvfast-python)|1.9346895702644075e-05| +|pypi|[selenium](https://pypi.org/project/selenium)|1.9278807501592635e-05| +|pypi|[pyside6](https://www.pyside.org)|1.918438177874186e-05| +|pypi|[pytest-param-files](https://pypi.org/project/pytest-param-files)|1.916210206550499e-05| +|pypi|[cookiecutter](https://pypi.org/project/cookiecutter)|1.908805230659173e-05| +|pypi|[ruamel.yaml.split](https://sourceforge.net/p/ruamel-yaml-split/code/ci/default/tree)|1.9058360008812362e-05| +|pypi|[ruamel.std.pathlib](https://sourceforge.net/p/ruamel-std-pathlib/code/ci/default/tree)|1.9058360008812362e-05| +|pypi|[xcffib](https://pypi.org/project/xcffib)|1.9056026785714284e-05| +|pypi|[session_info](https://gitlab.com/joelostblom/session_info)|1.883776686836397e-05| +|pypi|[sphinx_fontawesome](https://github.com/fraoustin/sphinx_fontawesome)|1.883776686836397e-05| +|pypi|[pypdf2](https://pypdf2.readthedocs.io/en/latest/)|1.883776686836397e-05| +|pypi|[svist4get](https://bitbucket.org/artegorov/svist4get/)|1.883776686836397e-05| +|pypi|[kneed](https://github.com/arvkevi/kneed)|1.883776686836397e-05| +|pypi|[BioPython](https://biopython.org/)|1.883776686836397e-05| +|pypi|[torch-sparse](https://github.com/rusty1s/pytorch_sparse)|1.883776686836397e-05| +|pypi|[torch-scatter](https://github.com/rusty1s/pytorch_scatter)|1.883776686836397e-05| +|pypi|[torch-spline-conv](https://github.com/rusty1s/pytorch_spline_conv)|1.883776686836397e-05| +|pypi|[alphapept](https://github.com/MannLabs/alphapept)|1.883776686836397e-05| +|pypi|[octave_kernel](http://github.com/Calysto/octave_kernel)|1.883776686836397e-05| +|pypi|[sos-python](https://github.com/vatlab/SOS)|1.883776686836397e-05| +|pypi|[sos-ruby](https://github.com/vatlab/SOS)|1.883776686836397e-05| +|pypi|[pyopencl](http://mathema.tician.de/software/pyopencl)|1.862556166718314e-05| +|pypi|[heapdict](https://pypi.org/project/heapdict)|1.8544494158847973e-05| +|pypi|[Flask-Compress](https://pypi.org/project/Flask-Compress)|1.839737078029792e-05| +|pypi|[bilby](https://git.ligo.org/lscsoft/bilby)|1.8377518132056323e-05| +|pypi|[tensorstore](https://pypi.org/project/tensorstore)|1.8169127777043857e-05| +|pypi|[constantly](https://pypi.org/project/constantly)|1.8136880102429822e-05| +|pypi|[hyperlink](https://pypi.org/project/hyperlink)|1.8136880102429822e-05| +|pypi|[pyenchant](https://pypi.org/project/pyenchant)|1.808762008057019e-05| +|pypi|[cairocffi](https://pypi.org/project/cairocffi)|1.8087430085294677e-05| +|pypi|[tensorflow-rocm](https://pypi.org/project/tensorflow-rocm)|1.8052971271861305e-05| +|pypi|[tensorflow-aarch64](https://pypi.org/project/tensorflow-aarch64)|1.8052971271861305e-05| +|pypi|[python-box](https://github.com/cdgriffith/Box)|1.8033539128983815e-05| +|pypi|[envisage](http://docs.enthought.com/envisage)|1.789587852494577e-05| +|pypi|[tesspy](https://github.com/siavash-saki/tesspy)|1.789587852494577e-05| +|pypi|[nanopack](https://github.com/wdecoster/nanopack)|1.789587852494577e-05| +|pypi|[NanoComp](https://github.com/wdecoster/NanoComp)|1.789587852494577e-05| +|pypi|[NanoFilt](https://github.com/wdecoster/nanofilt)|1.789587852494577e-05| +|pypi|[NanoLyse](https://github.com/wdecoster/nanolyse)|1.789587852494577e-05| +|pypi|[nanoQC](https://github.com/wdecoster/nanoQC)|1.789587852494577e-05| +|pypi|[NanoStat](https://github.com/wdecoster/nanostat)|1.789587852494577e-05| +|pypi|[nirdust](https://github.com/Gaiana/nirdust)|1.789587852494577e-05| +|pypi|[astropy_helpers](https://github.com/astropy/astropy-helpers)|1.789587852494577e-05| +|pypi|[python-ligo-lw](https://pypi.org/project/python-ligo-lw)|1.7826847864815075e-05| +|pypi|[sphinx-argparse-cli](https://pypi.org/project/sphinx-argparse-cli)|1.7772241827001744e-05| +|pypi|[pytorch-ranger](https://pypi.org/project/pytorch-ranger)|1.771691973969631e-05| +|pypi|[ligotimegps](https://github.com/gwpy/ligotimegps)|1.7677572893735937e-05| +|pypi|[rpds-py](https://github.com/crate-py/rpds)|1.765786334056399e-05| +|pypi|[awscrt](https://pypi.org/project/awscrt)|1.763637481716492e-05| +|pypi|[e13tools](https://e13tools.readthedocs.io)|1.7617498192335507e-05| +|pypi|[pydicom](https://github.com/pydicom/pydicom)|1.759821285152834e-05| +|pypi|[deprecat](https://github.com/deprecat/deprecat)|1.7579488330255026e-05| +|pypi|[tox-travis](https://pypi.org/project/tox-travis)|1.7533666748456027e-05| +|pypi|[jaxtyping](https://pypi.org/project/jaxtyping)|1.749918655097614e-05| +|pypi|[pyro-api](https://pypi.org/project/pyro-api)|1.7439711640647307e-05| +|pypi|[hijri-converter](https://github.com/mhalshehri/hijri-converter)|1.7380306786488997e-05| +|pypi|[stevedore](https://pypi.org/project/stevedore)|1.7320157235696174e-05| +|pypi|[flask-restful](https://www.github.com/flask-restful/flask-restful/)|1.721640934030879e-05| +|pypi|[pycapnp](https://github.com/capnproto/pycapnp)|1.721640934030879e-05| +|pypi|[exotic-ld](https://github.com/Exo-TiC/ExoTiC-LD)|1.720757550475555e-05| +|pypi|[APScheduler](https://pypi.org/project/APScheduler)|1.71928261543229e-05| +|pypi|[sphinx-argparse](https://github.com/ashb/sphinx-argparse)|1.7176671477213448e-05| +|pypi|[celerite](https://pypi.org/project/celerite)|1.7149007195343382e-05| +|pypi|[folium](https://pypi.org/project/folium)|1.7123934399999387e-05| +|pypi|[pyyaml-env-tag](https://pypi.org/project/pyyaml-env-tag)|1.7076085900111755e-05| +|pypi|[google-cloud](https://github.com/GoogleCloudPlatform/google-cloud-python)|1.7043693833281684e-05| +|pypi|[google-cloud-bigquery](https://github.com/googleapis/python-bigquery)|1.7043693833281684e-05| +|pypi|[p_tqdm](https://github.com/swansonk14/p_tqdm)|1.7043693833281684e-05| +|pypi|[rmnest](https://github.com/mlower/rmnest)|1.7043693833281684e-05| +|pypi|[owslib](https://owslib.readthedocs.io)|1.7043693833281684e-05| +|pypi|[eeharvest](https://github.com/sydney-informatics-hub/eeharvest)|1.7043693833281684e-05| +|pypi|[surfinpy](https://github.com/symmy596/SurfinPy)|1.7043693833281684e-05| +|pypi|[aplpy](https://pypi.org/project/aplpy)|1.7029067175009508e-05| +|pypi|[gwdatafind](https://gwdatafind.readthedocs.io)|1.70280972234026e-05| +|pypi|[moto](https://pypi.org/project/moto)|1.7020734319519087e-05| +|pypi|[zest.releaser](https://pypi.org/project/zest.releaser)|1.698522954575369e-05| +|pypi|[flake8-polyfill](https://pypi.org/project/flake8-polyfill)|1.69668029547403e-05| +|pypi|[pytest-console-scripts](https://pypi.org/project/pytest-console-scripts)|1.695880416596204e-05| +|pypi|[JPype1](https://github.com/jpype-project/jpype)|1.6958475364115275e-05| +|pypi|[python-graphviz](https://pypi.org/project/python-graphviz)|1.6950653811560642e-05| +|pypi|[configobj](https://github.com/DiffSK/configobj)|1.68871833868837e-05| +|pypi|[pooch>=1.1.1](https://pypi.org/project/pooch>=1.1.1)|1.6873256894948865e-05| +|pypi|[pandas>=0.25.1](https://pypi.org/project/pandas>=0.25.1)|1.6873256894948865e-05| +|pypi|[numpy>=1.13.3](https://pypi.org/project/numpy>=1.13.3)|1.6873256894948865e-05| +|pypi|[pydotplus](https://pypi.org/project/pydotplus)|1.675794102407401e-05| +|pypi|[bottle](https://pypi.org/project/bottle)|1.666957538897421e-05| +|pypi|[astropy-iers-data](https://pypi.org/project/astropy-iers-data)|1.6642173649695732e-05| +|pypi|[meshio](https://github.com/nschloe/meshio)|1.6634158909438065e-05| +|pypi|[mkdocstrings](https://pypi.org/project/mkdocstrings)|1.662723643178067e-05| +|pypi|[flufl.lock](https://pypi.org/project/flufl.lock)|1.6602908647938194e-05| +|pypi|[plumbum](https://pypi.org/project/plumbum)|1.655065866282677e-05| +|pypi|[onnx](https://pypi.org/project/onnx)|1.6530715197141784e-05| +|pypi|[Flask-Sockets](https://pypi.org/project/Flask-Sockets)|1.6522368082115537e-05| +|pypi|[sphinxcontrib-programoutput](https://sphinxcontrib-programoutput.readthedocs.org/)|1.6486675002449132e-05| +|pypi|[neo](https://pypi.org/project/neo)|1.6456427426200133e-05| +|pypi|[nbsite](https://pypi.org/project/nbsite)|1.636149976469381e-05| +|pypi|[inflect](https://github.com/jaraco/inflect)|1.631081499845057e-05| +|pypi|[ipynb-py-convert](https://github.com/kiwi0fruit/ipynb-py-convert)|1.6268980477223426e-05| +|pypi|[SQLObject](http://sqlobject.org/)|1.6268980477223426e-05| +|pypi|[dbfread](https://dbfread.readthedocs.io/)|1.6268980477223426e-05| +|pypi|[pweave](http://mpastell.com/pweave)|1.6268980477223426e-05| +|pypi|[epimodels](https://github.com/fccoelho/epimodels)|1.6268980477223426e-05| +|pypi|[scanexitronlr](https://github.com/ylab/ScanExitronLR)|1.6268980477223426e-05| +|pypi|[lifelines](https://github.com/CamDavidsonPilon/lifelines)|1.6268980477223426e-05| +|pypi|[liqa](https://github.com/WGLab/LIQA)|1.6268980477223426e-05| +|pypi|[autograd-gamma](https://github.com/CamDavidsonPilon/autograd-gamma)|1.6268980477223426e-05| +|pypi|[celerite2](https://pypi.org/project/celerite2)|1.6192505562125197e-05| +|pypi|[sphinxcontrib-github-alt](https://pypi.org/project/sphinxcontrib-github-alt)|1.6184125446662504e-05| +|pypi|[numpy-stl](https://pypi.org/project/numpy-stl)|1.6119449406660712e-05| +|pypi|[simplegeneric](https://pypi.org/project/simplegeneric)|1.611314733088987e-05| +|pypi|[shiboken6](https://pypi.org/project/shiboken6)|1.610629067245119e-05| +|pypi|[codacy-coverage](https://pypi.org/project/codacy-coverage)|1.610629067245119e-05| +|pypi|[requests-cache](https://github.com/reclosedev/requests-cache)|1.604583227005203e-05| +|pypi|[testfixtures](https://pypi.org/project/testfixtures)|1.5968442673284463e-05| +|pypi|[allesfitter](https://github.com/MNGuenther/allesfitter)|1.592116089460693e-05| +|pypi|[mdf-toolbox](https://pypi.org/project/mdf-toolbox)|1.5899799766394127e-05| +|pypi|[js2py](https://github.com/PiotrDabkowski/Js2Py)|1.5831657767395298e-05| +|pypi|[lscsoft-glue](https://pypi.org/project/lscsoft-glue)|1.5809321838933905e-05| +|pypi|[cdsapi](https://pypi.org/project/cdsapi)|1.573031526977552e-05| +|pypi|[igwn-auth-utils](https://git.ligo.org/computing/igwn-auth-utils)|1.571672052769047e-05| +|pypi|[onnxruntime](https://pypi.org/project/onnxruntime)|1.559122251156957e-05| +|pypi|[huggingface-hub](https://pypi.org/project/huggingface-hub)|1.5562746328228782e-05| +|pypi|[beast](http://beast.readthedocs.io/)|1.5561633499952842e-05| +|pypi|[cpp-coveralls](https://github.com/eddyxu/cpp-coveralls)|1.5561633499952842e-05| +|pypi|[textfsm](https://pypi.org/project/textfsm)|1.5561633499952842e-05| +|pypi|[itables](https://pypi.org/project/itables)|1.5561633499952842e-05| +|pypi|[gekko](https://pypi.org/project/gekko)|1.5561633499952842e-05| +|pypi|[readlif](https://pypi.org/project/readlif)|1.5561633499952842e-05| +|pypi|[iqrm](https://github.com/v-morello/iqrm)|1.5561633499952842e-05| +|pypi|[djangorestframework](https://www.django-rest-framework.org/)|1.551591192237674e-05| +|pypi|[tensorflow-text](https://pypi.org/project/tensorflow-text)|1.5511569737764668e-05| +|pypi|[python-lsp-server](https://pypi.org/project/python-lsp-server)|1.5462039045553143e-05| +|pypi|[stsci.image](https://github.com/spacetelescope/stsci.image)|1.5374610222342734e-05| +|pypi|[kafka-python](https://github.com/dpkp/kafka-python)|1.536062906724512e-05| +|pypi|[mopti](https://github.com/basf/mopti)|1.536062906724512e-05| +|pypi|[ipaddr](https://pypi.org/project/ipaddr)|1.5339324449953517e-05| +|pypi|[pytoml](https://pypi.org/project/pytoml)|1.5339324449953517e-05| +|pypi|[pyqt5](https://pypi.org/project/pyqt5)|1.5267060987585426e-05| +|pypi|[pyserial](https://pypi.org/project/pyserial)|1.5230268646754546e-05| +|pypi|[wemake-python-styleguide](https://pypi.org/project/wemake-python-styleguide)|1.5185931205453982e-05| +|pypi|[pytest-emoji](https://pypi.org/project/pytest-emoji)|1.5185931205453982e-05| +|pypi|[pyperclip](https://github.com/asweigart/pyperclip)|1.5165046679207566e-05| +|pypi|[sphinx-pytest](https://pypi.org/project/sphinx-pytest)|1.5030981085075446e-05| +|pypi|[lazy-object-proxy](https://pypi.org/project/lazy-object-proxy)|1.4990478977514283e-05| +|pypi|[fasteners](https://pypi.org/project/fasteners)|1.4943108597329033e-05| +|pypi|[pdspy](https://github.com/psheehan/pdspy)|1.4913232104121475e-05| +|pypi|[hyperion](http://www.hyperion-rt.org)|1.4913232104121475e-05| +|pypi|[cmyt](https://github.com/yt-project/yt)|1.4913232104121475e-05| +|pypi|[PyMieScatt](https://pypi.org/project/PyMieScatt)|1.4913232104121475e-05| +|pypi|[geocoder](https://github.com/DenisCarriere/geocoder)|1.4913232104121475e-05| +|pypi|[richardsonpy](https://github.com/RWTH-EBC/richardsonpy)|1.4913232104121475e-05| +|pypi|[dash_canvas](https://pypi.org/project/dash_canvas)|1.4913232104121475e-05| +|pypi|[connection_pool](https://github.com/zhouyl/ConnectionPool)|1.4913232104121475e-05| +|pypi|[imreg_dft](https://pypi.org/project/imreg_dft)|1.4913232104121475e-05| +|pypi|[LDTk](https://pypi.org/project/LDTk)|1.4913232104121475e-05| +|pypi|[pylightcurve](https://pypi.org/project/pylightcurve)|1.4913232104121475e-05| +|pypi|[wfc3tools](http://wfc3tools.readthedocs.io/)|1.4913232104121475e-05| +|pypi|[sregion](https://github.com/gbrammer/sregion/)|1.4913232104121475e-05| +|pypi|[biofluff](https://github.com/simonvh/fluff/)|1.4913232104121475e-05| +|pypi|[genomepy](https://vanheeringen-lab.github.io/genomepy/)|1.4913232104121475e-05| +|pypi|[getCalspec](https://github.com/LSSTDESC/getCalspec)|1.4913232104121475e-05| +|pypi|[Flask-Caching](https://pypi.org/project/Flask-Caching)|1.4913232104121473e-05| +|pypi|[django-extensions](http://github.com/django-extensions/django-extensions)|1.4865152703287805e-05| +|pypi|[dropbox](https://pypi.org/project/dropbox)|1.4853420193232956e-05| +|pypi|[pytest-tornasync](https://pypi.org/project/pytest-tornasync)|1.4783042092666e-05| +|pypi|[nudged](https://github.com/axelpale/nudged-py)|1.476409978308026e-05| +|pypi|[smbprotocol](https://pypi.org/project/smbprotocol)|1.4761384246533236e-05| +|pypi|[ocifs](https://pypi.org/project/ocifs)|1.4761384246533236e-05| +|pypi|[libarchive-c](https://pypi.org/project/libarchive-c)|1.4761384246533236e-05| +|pypi|[pygit2](https://pypi.org/project/pygit2)|1.4761384246533236e-05| +|pypi|[fusepy](https://pypi.org/project/fusepy)|1.4761384246533236e-05| +|pypi|[dropboxdrivefs](https://pypi.org/project/dropboxdrivefs)|1.4761384246533236e-05| +|pypi|[adlfs](https://pypi.org/project/adlfs)|1.4761384246533236e-05| +|pypi|[colorlover](https://pypi.org/project/colorlover)|1.4735204539976775e-05| +|pypi|[dash-tabulator](https://pypi.org/project/dash-tabulator)|1.4735204539976775e-05| +|pypi|[django-bootstrap4](https://pypi.org/project/django-bootstrap4)|1.4735204539976775e-05| +|pypi|[django-cache-memoize](https://pypi.org/project/django-cache-memoize)|1.4735204539976775e-05| +|pypi|[django-cookie-law](https://pypi.org/project/django-cookie-law)|1.4735204539976775e-05| +|pypi|[django-cors-headers](https://pypi.org/project/django-cors-headers)|1.4735204539976775e-05| +|pypi|[django-currentuser](https://pypi.org/project/django-currentuser)|1.4735204539976775e-05| +|pypi|[django-oauth-toolkit](https://pypi.org/project/django-oauth-toolkit)|1.4735204539976775e-05| +|pypi|[django-plotly-dash](https://pypi.org/project/django-plotly-dash)|1.4735204539976775e-05| +|pypi|[dpd-static-support](https://pypi.org/project/dpd-static-support)|1.4735204539976775e-05| +|pypi|[autoflake](https://pypi.org/project/autoflake)|1.469159247212985e-05| +|pypi|[gprof2dot](https://pypi.org/project/gprof2dot)|1.465452071000993e-05| +|pypi|[pytest-filter-subpackage](https://pypi.org/project/pytest-filter-subpackage)|1.4614127611599496e-05| +|pypi|[altgraph](https://altgraph.readthedocs.io)|1.4611430336759006e-05| +|pypi|[fqdn](https://pypi.org/project/fqdn)|1.4508950330486658e-05| +|pypi|[isoduration](https://pypi.org/project/isoduration)|1.4508950330486658e-05| +|pypi|[rfc3339-validator](https://pypi.org/project/rfc3339-validator)|1.4508950330486658e-05| +|pypi|[uri-template](https://pypi.org/project/uri-template)|1.4508950330486658e-05| +|pypi|[black>=20.8b1](https://pypi.org/project/black>=20.8b1)|1.4446565638285365e-05| +|pypi|[importlib_metadata>=0.7](https://pypi.org/project/importlib_metadata>=0.7)|1.4446565638285365e-05| +|pypi|[h5py>=3](https://pypi.org/project/h5py>=3)|1.4446565638285365e-05| +|pypi|[pytensor](https://pypi.org/project/pytensor)|1.4436008676789588e-05| +|pypi|[pyct](https://pypi.org/project/pyct)|1.4421443303287882e-05| +|pypi|[mkdocs-material-extensions](https://pypi.org/project/mkdocs-material-extensions)|1.4385533121975638e-05| +|pypi|[pprintast](https://github.com/clarketm/pprintast)|1.4316702819956614e-05| +|pypi|[primesieve](https://github.com/kimwalisch/primesieve-python)|1.4316702819956614e-05| +|pypi|[astrocalc](https://github.com/thespacedoctor/astrocalc)|1.4316702819956614e-05| +|pypi|[fundamentals](https://github.com/thespacedoctor/fundamentals)|1.4316702819956614e-05| +|pypi|[ztfquery](https://pypi.org/project/ztfquery)|1.4316702819956614e-05| +|pypi|[jwst](https://github.com/spacetelescope/jwst)|1.4316702819956614e-05| +|pypi|[webbpsf](http://webbpsf.readthedocs.io/)|1.4316702819956614e-05| +|pypi|[python-multipart](https://pypi.org/project/python-multipart)|1.4243013908383308e-05| +|pypi|[tensorflow-gan](https://pypi.org/project/tensorflow-gan)|1.414462706490906e-05| +|pypi|[tensorflow-hub](https://pypi.org/project/tensorflow-hub)|1.414462706490906e-05| +|pypi|[sdnotify](https://github.com/bb4242/sdnotify)|1.4061047412457391e-05| +|pypi|[nvidia-nccl-cu12](https://pypi.org/project/nvidia-nccl-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cusparse-cu12](https://pypi.org/project/nvidia-cusparse-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cusolver-cu12](https://pypi.org/project/nvidia-cusolver-cu12)|1.393904379947769e-05| +|pypi|[nvidia-curand-cu12](https://pypi.org/project/nvidia-curand-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cufft-cu12](https://pypi.org/project/nvidia-cufft-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cudnn-cu12](https://pypi.org/project/nvidia-cudnn-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-runtime-cu12](https://pypi.org/project/nvidia-cuda-runtime-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-nvrtc-cu12](https://pypi.org/project/nvidia-cuda-nvrtc-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cuda-cupti-cu12](https://pypi.org/project/nvidia-cuda-cupti-cu12)|1.393904379947769e-05| +|pypi|[nvidia-cublas-cu12](https://pypi.org/project/nvidia-cublas-cu12)|1.393904379947769e-05| +|pypi|[manhole](https://pypi.org/project/manhole)|1.3938216945452165e-05| +|pypi|[pydeck](https://pypi.org/project/pydeck)|1.393195677099473e-05| +|pypi|[PyQt6](https://pypi.org/project/PyQt6)|1.3915192724845654e-05| +|pypi|[unicodecsv](https://pypi.org/project/unicodecsv)|1.3850298796308111e-05| +|pypi|[pvlib](https://pypi.org/project/pvlib)|1.3828857200592013e-05| +|pypi|[pkgutil-resolve-name](https://pypi.org/project/pkgutil-resolve-name)|1.3810819326458147e-05| +|pypi|[fabio](https://pypi.org/project/fabio)|1.3768108924697864e-05| +|pypi|[nodevectors](https://github.com/VHRanger/nodevectors/)|1.3766060403804439e-05| +|pypi|[tensorflow-metadata](https://pypi.org/project/tensorflow-metadata)|1.3766060403804439e-05| +|pypi|[PyDAQmx](https://pypi.org/project/PyDAQmx)|1.3766060403804439e-05| +|pypi|[PyVISA](https://pypi.org/project/PyVISA)|1.3766060403804439e-05| +|pypi|[pythonnet](https://pypi.org/project/pythonnet)|1.3766060403804439e-05| +|pypi|[pypylon](https://pypi.org/project/pypylon)|1.3766060403804439e-05| +|pypi|[pulsestreamer](https://pypi.org/project/pulsestreamer)|1.3766060403804439e-05| +|pypi|[pybigwig](https://github.com/dpryan79/pyBigWig)|1.3766060403804439e-05| +|pypi|[fit_nbinom](https://github.com/joachimwolff/fit_nbinom)|1.3766060403804439e-05| +|pypi|[krbalancing](https://github.com/deeptools/Knight-Ruiz-Matrix-balancing-algorithm)|1.3766060403804439e-05| +|pypi|[ipython_genutils](http://ipython.org)|1.3766060403804439e-05| +|pypi|[pyramid_rewrite](https://github.com/bennihepp/pyramid_rewrite)|1.3766060403804439e-05| +|pypi|[skosprovider_getty](https://github.com/OnroerendErfgoed/skosprovider_getty)|1.3766060403804439e-05| +|pypi|[language-tags](https://github.com/OnroerendErfgoed/language-tags)|1.3766060403804439e-05| +|pypi|[multiprocessing_on_dill](https://github.com/sixty-north/multiprocessing_on_dill)|1.3766060403804439e-05| +|pypi|[interlap](http://brentp.github.io/interlap)|1.3766060403804439e-05| +|pypi|[eemont](https://github.com/davemlz/eemont)|1.3766060403804439e-05| +|pypi|[ee_extra](https://github.com/r-earthengine/ee_extra)|1.3766060403804439e-05| +|pypi|[httplib2shim](https://github.com/GoogleCloudPlatform/httplib2shim)|1.3766060403804439e-05| +|pypi|[bottle-cork](http://cork.firelet.net/)|1.3766060403804439e-05| +|pypi|[beaker](https://beaker.readthedocs.io/)|1.3766060403804439e-05| +|pypi|[flask-security-too](https://github.com/Flask-Middleware/flask-security)|1.3766060403804439e-05| +|pypi|[flask-admin](https://github.com/flask-admin/flask-admin/)|1.3766060403804439e-05| +|pypi|[flask-mail](https://github.com/rduplain/flask-mail)|1.3766060403804439e-05| +|pypi|[mlflow](https://pypi.org/project/mlflow)|1.3694700595781948e-05| +|pypi|[Deprecated](https://github.com/tantale/deprecated)|1.3649899206731352e-05| +|pypi|[scitokens](https://scitokens.org)|1.363495506662535e-05| +|pypi|[sphinx-thebe](https://pypi.org/project/sphinx-thebe)|1.3612260925176193e-05| +|pypi|[gssapi](https://pypi.org/project/gssapi)|1.351842675279272e-05| +|pypi|[raven](https://pypi.org/project/raven)|1.3498960054335691e-05| +|pypi|[pykwalify](https://pypi.org/project/pykwalify)|1.348086002296797e-05| +|pypi|[python-coveralls](http://github.com/z4r/python-coveralls)|1.3438297060856713e-05| +|pypi|[sphinx-autodoc2](https://pypi.org/project/sphinx-autodoc2)|1.3404865199876045e-05| +|pypi|[sphinx-tippy](https://pypi.org/project/sphinx-tippy)|1.3404865199876045e-05| +|pypi|[sphinx-pyscript](https://pypi.org/project/sphinx-pyscript)|1.3404865199876045e-05| +|pypi|[sphinx-design2](https://pypi.org/project/sphinx-design2)|1.3404865199876045e-05| +|pypi|[nbclassic](https://pypi.org/project/nbclassic)|1.3383092607274072e-05| +|pypi|[nvidia-cuda-cupti-cu11](https://pypi.org/project/nvidia-cuda-cupti-cu11)|1.338262525792286e-05| +|pypi|[nvidia-curand-cu11](https://pypi.org/project/nvidia-curand-cu11)|1.338262525792286e-05| +|pypi|[nvidia-cusparse-cu11](https://pypi.org/project/nvidia-cusparse-cu11)|1.338262525792286e-05| +|pypi|[nvidia-nccl-cu11](https://pypi.org/project/nvidia-nccl-cu11)|1.338262525792286e-05| +|pypi|[nose2](https://pypi.org/project/nose2)|1.337435257023463e-05| +|pypi|[backports.os](https://pypi.org/project/backports.os)|1.335826544659245e-05| +|pypi|[pykerberos](https://pypi.org/project/pykerberos)|1.3330636442796706e-05| +|pypi|[fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy)|1.333039832533159e-05| +|pypi|[httplib2](https://github.com/httplib2/httplib2)|1.332206940961639e-05| +|pypi|[pyu2f](https://pypi.org/project/pyu2f)|1.3296902033834489e-05| +|pypi|[dash_bootstrap_components](https://pypi.org/project/dash_bootstrap_components)|1.3256206314774645e-05| +|pypi|[django_admin_index](https://pypi.org/project/django_admin_index)|1.3256206314774645e-05| +|pypi|[django_plotly_dash](https://pypi.org/project/django_plotly_dash)|1.3256206314774645e-05| +|pypi|[scico](https://github.com/lanl/scico)|1.3256206314774645e-05| +|pypi|[bm3d](https://pypi.org/project/bm3d)|1.3256206314774645e-05| +|pypi|[bm4d](https://pypi.org/project/bm4d)|1.3256206314774645e-05| +|pypi|[svmbir](https://github.com/cabouman/svmbir)|1.3256206314774645e-05| +|pypi|[datefinder](https://github.com/akoumjian/datefinder)|1.3256206314774645e-05| +|pypi|[pixedfit](https://pypi.org/project/pixedfit)|1.3256206314774645e-05| +|pypi|[click-didyoumean](https://pypi.org/project/click-didyoumean)|1.3194126949942396e-05| +|pypi|[click-repl](https://pypi.org/project/click-repl)|1.3194126949942396e-05| +|pypi|[colorcet](https://pypi.org/project/colorcet)|1.3188602451869836e-05| +|pypi|[aenum](https://github.com/ethanfurman/aenum)|1.3123644251626898e-05| +|pypi|[pandas-stubs](https://pypi.org/project/pandas-stubs)|1.310292066935234e-05| +|pypi|[nbsphinx-link](https://github.com/vidartf/nbsphinx-link)|1.3027062790186435e-05| +|pypi|[Automat](https://pypi.org/project/Automat)|1.3023771952445318e-05| +|pypi|[pypblib](https://pypi.org/project/pypblib)|1.2992407809110627e-05| +|pypi|[py-aiger-cnf](https://pypi.org/project/py-aiger-cnf)|1.2992407809110627e-05| +|pypi|[radio-beam](http://radio_beam.readthedocs.org)|1.2971866441734935e-05| +|pypi|[marshmallow](https://github.com/marshmallow-code/marshmallow)|1.295715643590992e-05| +|pypi|[pyppeteer](https://pypi.org/project/pyppeteer)|1.2843037259021127e-05| +|pypi|[extinction](http://github.com/kbarbary/extinction)|1.2802365875851431e-05| +|pypi|[graphenv](https://pypi.org/project/graphenv)|1.2782770374961264e-05| +|pypi|[kalman_detector](https://bitbucket.org/bzackay/kalman_detector)|1.2782770374961264e-05| +|pypi|[pyRXP](https://pypi.org/project/pyRXP)|1.2564464743751431e-05| +|pypi|[svgutils](https://pypi.org/project/svgutils)|1.2450248217596875e-05| +|pypi|[pymongocrypt](https://pypi.org/project/pymongocrypt)|1.2357179314241964e-05| +|pypi|[pymongo-auth-aws](https://pypi.org/project/pymongo-auth-aws)|1.2357179314241964e-05| +|pypi|[compress_pickle](https://pypi.org/project/compress_pickle)|1.2341985189617773e-05| +|pypi|[datasize](https://pypi.org/project/datasize)|1.2341985189617773e-05| +|pypi|[halo](https://pypi.org/project/halo)|1.2341985189617773e-05| +|pypi|[lib_programname](https://pypi.org/project/lib_programname)|1.2341985189617773e-05| +|pypi|[py_rinterpolate](https://pypi.org/project/py_rinterpolate)|1.2341985189617773e-05| +|pypi|[str2bool](https://pypi.org/project/str2bool)|1.2341985189617773e-05| +|pypi|[strip-ansi](https://pypi.org/project/strip-ansi)|1.2341985189617773e-05| +|pypi|[spock](https://pypi.org/project/spock)|1.2341985189617773e-05| +|pypi|[triceratops](https://pypi.org/project/triceratops)|1.2341985189617773e-05| +|pypi|[Celery](http://celeryproject.org)|1.2341985189617773e-05| +|pypi|[DAWG](https://pypi.org/project/DAWG)|1.2341985189617773e-05| +|pypi|[django-nose](https://pypi.org/project/django-nose)|1.2341985189617773e-05| +|pypi|[MySQL-python](https://pypi.org/project/MySQL-python)|1.2341985189617773e-05| +|pypi|[mpld3](http://mpld3.github.com)|1.232827187274042e-05| +|pypi|[synphot](https://www.github.com/spacetelescope/synphot_refactor)|1.228287379962615e-05| +|pypi|[google-crc32c](https://pypi.org/project/google-crc32c)|1.2259593142032573e-05| +|pypi|[nbsmoke](https://pypi.org/project/nbsmoke)|1.22337682884979e-05| +|pypi|[visitor](http://github.com/mbr/visitor)|1.2205906891373268e-05| +|pypi|[xraydb](https://pypi.org/project/xraydb)|1.2186241090796408e-05| +|pypi|[silx](https://pypi.org/project/silx)|1.2186241090796408e-05| +|pypi|[Fiona](http://github.com/Toblerity/Fiona)|1.2135110009296558e-05| +|pypi|[pytest-trio](https://pypi.org/project/pytest-trio)|1.2115400955664261e-05| +|pypi|[casa-formats-io](http://casa-formats-io.readthedocs.org)|1.204911020529242e-05| +|pypi|[imbalanced-learn](https://pypi.org/project/imbalanced-learn)|1.201916431397553e-05| +|pypi|[keystoneauth1](https://docs.openstack.org/keystoneauth/latest/)|1.200813449023861e-05| +|pypi|[PyTest-Cov](https://pypi.org/project/PyTest-Cov)|1.2004877281767454e-05| +|pypi|[PyTest](https://pypi.org/project/PyTest)|1.2004877281767454e-05| +|pypi|[m2r2](https://github.com/crossnox/m2r2)|1.1995752747953845e-05| +|pypi|[pyshortcuts](https://pypi.org/project/pyshortcuts)|1.193058568329718e-05| +|pypi|[pyfai](https://pypi.org/project/pyfai)|1.193058568329718e-05| +|pypi|[pycifrw](https://pypi.org/project/pycifrw)|1.193058568329718e-05| +|pypi|[flask-marshmallow](https://github.com/marshmallow-code/flask-marshmallow)|1.193058568329718e-05| +|pypi|[python-telegram-bot](https://python-telegram-bot.org/)|1.193058568329718e-05| +|pypi|[PyCBC](http://www.pycbc.org/)|1.193058568329718e-05| +|pypi|[pegasus-wms.api](https://pypi.org/project/pegasus-wms.api)|1.193058568329718e-05| +|pypi|[pegasus-wms.common](https://pypi.org/project/pegasus-wms.common)|1.193058568329718e-05| +|pypi|[biothings-client](https://github.com/biothings/biothings_client.py)|1.1903922418075537e-05| +|pypi|[TA-Lib](http://github.com/mrjbq7/ta-lib)|1.1900759219088938e-05| +|pypi|[sphinxawesome-theme](https://sphinxawesome.xyz)|1.1845026340254106e-05| +|pypi|[diff-cover](https://github.com/Bachmann1234/diff-cover)|1.1842878151202477e-05| +|pypi|[cloud-sptheme](https://cloud-sptheme.readthedocs.io)|1.1811279826464206e-05| +|pypi|[pytest-ruff](https://pypi.org/project/pytest-ruff)|1.1768209982474552e-05| +|pypi|[connection-pool](https://pypi.org/project/connection-pool)|1.1702626278277037e-05| +|pypi|[untokenize](https://pypi.org/project/untokenize)|1.1698136877451917e-05| +|pypi|[exoplanet](https://docs.exoplanet.codes)|1.1658132404471885e-05| +|pypi|[aesop](https://github.com/rohithmohan/aesop-python)|1.1545728080610174e-05| +|pypi|[mir-flare](https://github.com/mir-group/flare)|1.152047180043384e-05| +|pypi|[prettytable](https://github.com/jazzband/prettytable)|1.1497682969312161e-05| +|pypi|[psims](https://pypi.org/project/psims)|1.1425339131698304e-05| +|pypi|[bandit](https://pypi.org/project/bandit)|1.1370001722790606e-05| +|pypi|[pytest-django](https://pypi.org/project/pytest-django)|1.1339012855684573e-05| +|pypi|[pdb2sql](https://github.com/DeepRank/pdb2sql)|1.125409963416513e-05| +|pypi|[m2r](https://pypi.org/project/m2r)|1.1252777235643965e-05| +|pypi|[pyabc](https://github.com/icb-dcm/pyabc)|1.1184924078091106e-05| +|pypi|[jabbar](https://pypi.org/project/jabbar)|1.1184924078091106e-05| +|pypi|[schema](https://github.com/keleshev/schema)|1.1182425742120414e-05| +|pypi|[django-storages](https://pypi.org/project/django-storages)|1.1177746586704095e-05| +|pypi|[jupyter-bokeh](https://pypi.org/project/jupyter-bokeh)|1.1170578394091353e-05| +|pypi|[fbpca](https://pypi.org/project/fbpca)|1.1155836349838486e-05| +|pypi|[memoization](https://pypi.org/project/memoization)|1.1155836349838486e-05| +|pypi|[oktopus](https://pypi.org/project/oktopus)|1.1155836349838486e-05| +|pypi|[treq](https://pypi.org/project/treq)|1.1146256197706848e-05| +|pypi|[stsci-rtd-theme](https://pypi.org/project/stsci-rtd-theme)|1.1125222394877356e-05| +|pypi|[plaster](https://pypi.org/project/plaster)|1.1120190817858932e-05| +|pypi|[fast-histogram](https://pypi.org/project/fast-histogram)|1.1115040816540397e-05| +|pypi|[glue-core](https://pypi.org/project/glue-core)|1.1100433971909026e-05| +|pypi|[ordered-set](https://pypi.org/project/ordered-set)|1.1090933119451684e-05| +|pypi|[stfio](https://pypi.org/project/stfio)|1.1073074837310194e-05| +|pypi|[klusta](https://klusta.cortexlab.net)|1.1073074837310194e-05| +|pypi|[igor](http://blog.tremily.us/posts/igor/)|1.1073074837310194e-05| +|pypi|[lightgbm](https://pypi.org/project/lightgbm)|1.094669856529652e-05| +|pypi|[sphinxcontrib-spelling](https://pypi.org/project/sphinxcontrib-spelling)|1.0919945458391097e-05| +|pypi|[readthedocs-sphinx-ext](https://pypi.org/project/readthedocs-sphinx-ext)|1.0902719839813115e-05| +|pypi|[emperor](http://github.com/biocore/emperor)|1.0845986984815618e-05| +|pypi|[mcfly](https://github.com/NLeSC/mcfly)|1.0845986984815618e-05| +|pypi|[numpyro](https://github.com/pyro-ppl/numpyro)|1.0799531001990928e-05| +|pypi|[nvidia-cusolver-cu11](https://pypi.org/project/nvidia-cusolver-cu11)|1.0725087296968414e-05| +|pypi|[equinox](https://pypi.org/project/equinox)|1.0716999489600613e-05| +|pypi|[nvidia-nvtx-cu11](https://pypi.org/project/nvidia-nvtx-cu11)|1.0698243479180995e-05| +|pypi|[looseversion](https://pypi.org/project/looseversion)|1.065380370666362e-05| +|pypi|[sigtools](https://sigtools.readthedocs.io/)|1.0573481561822123e-05| +|pypi|[pyslalib](https://pypi.org/project/pyslalib)|1.0526987367615159e-05| +|pypi|[django-reversion](https://pypi.org/project/django-reversion)|1.0526987367615159e-05| +|pypi|[fits2image](https://pypi.org/project/fits2image)|1.0526987367615159e-05| +|pypi|[rollbar](https://pypi.org/project/rollbar)|1.0526987367615159e-05| +|pypi|[sty](https://pypi.org/project/sty)|1.0526987367615159e-05| +|pypi|[awscli](https://pypi.org/project/awscli)|1.0526987367615159e-05| +|pypi|[ifermi](https://github.com/fermisurfaces/IFermi)|1.0526987367615159e-05| +|pypi|[BoltzTraP2](https://pypi.org/project/BoltzTraP2)|1.0526987367615159e-05| +|pypi|[meshcut](https://pypi.org/project/meshcut)|1.0526987367615159e-05| +|pypi|[trimesh](https://pypi.org/project/trimesh)|1.0526987367615159e-05| +|pypi|[DiffCapAnalyzer](https://github.com/nicolet5/DiffCapAnalyzer)|1.0526987367615159e-05| +|pypi|[PeakUtils](https://pypi.org/project/PeakUtils)|1.0526987367615159e-05| +|pypi|[ua-parser](https://pypi.org/project/ua-parser)|1.0526987367615159e-05| +|pypi|[pims](https://github.com/soft-matter/pims)|1.0507437248218158e-05| +|pypi|[ml-dtypes](https://pypi.org/project/ml-dtypes)|1.0489043331771484e-05| +|pypi|[extension-helpers](https://pypi.org/project/extension-helpers)|1.0437097212325451e-05| +|pypi|[databricks-cli](https://pypi.org/project/databricks-cli)|1.0426937487675016e-05| +|pypi|[prometheus-flask-exporter](https://pypi.org/project/prometheus-flask-exporter)|1.0426937487675016e-05| +|pypi|[querystring-parser](https://pypi.org/project/querystring-parser)|1.0426937487675016e-05| +|pypi|[shellescape](https://pypi.org/project/shellescape)|1.0410583180377106e-05| +|pypi|[mocpy](https://pypi.org/project/mocpy)|1.0395145925824888e-05| +|pypi|[pypeit](https://pypi.org/project/pypeit)|1.0351352894166e-05| +|pypi|[yattag](https://pypi.org/project/yattag)|1.0351352894166e-05| +|pypi|[od](https://pypi.org/project/od)|1.0334869848156183e-05| +|pypi|[beartype](https://pypi.org/project/beartype)|1.0331486173645162e-05| +|pypi|[LSSTDESC.Coord](https://github.com/LSSTDESC/Coord)|1.031637744034708e-05| +|pypi|[wbuild](https://github.com/gagneurlab/wBuild)|1.0226216299969011e-05| +|pypi|[click-log](https://github.com/click-contrib/click-log)|1.0226216299969011e-05| +|pypi|[webtest](https://pypi.org/project/webtest)|1.0224900157104318e-05| +|pypi|[leidenalg](https://pypi.org/project/leidenalg)|1.020771252023878e-05| +|pypi|[affine](https://pypi.org/project/affine)|1.0179402850188413e-05| +|pypi|[aiofiles](https://github.com/Tinche/aiofiles)|1.0140997830802603e-05| +|pypi|[vega-datasets](http://github.com/altair-viz/vega_datasets)|1.0132981968546638e-05| +|pypi|[slycot](https://github.com/python-control/Slycot)|1.0123954136969321e-05| +|pypi|[PySide](http://www.pyside.org)|1.0123954136969321e-05| +|pypi|[PyQt4](http://www.riverbankcomputing.com/software/pyqt/)|1.0123954136969321e-05| +|pypi|[pypi-publisher](https://pypi.org/project/pypi-publisher)|1.0003337226764558e-05| +|pypi|[sphinx-hoverxref](https://pypi.org/project/sphinx-hoverxref)|9.976884186429453e-06| +|pypi|[sphinx-reredirects](https://pypi.org/project/sphinx-reredirects)|9.976884186429453e-06| +|pypi|[mmtf-python](https://pypi.org/project/mmtf-python)|9.966283042266058e-06| +|pypi|[mkdocstrings-python](https://mkdocstrings.github.io/python)|9.957331172081714e-06| +|pypi|[pynumpress](https://pypi.org/project/pynumpress)|9.946340906496174e-06| +|pypi|[rubicon-objc](https://beeware.org/rubicon)|9.942154736080983e-06| +|pypi|[sortedcollections](https://pypi.org/project/sortedcollections)|9.942154736080983e-06| +|pypi|[SulfLiq](https://pypi.org/project/SulfLiq)|9.942154736080983e-06| +|pypi|[xlwings](https://pypi.org/project/xlwings)|9.942154736080983e-06| +|pypi|[pyexcel-ezodf](https://pypi.org/project/pyexcel-ezodf)|9.865453860009298e-06| +|pypi|[tensorflow-addons](https://pypi.org/project/tensorflow-addons)|9.8123668790059e-06| +|pypi|[pyexcel-io](https://pypi.org/project/pyexcel-io)|9.81163344340719e-06| +|pypi|[oauth2client](https://pypi.org/project/oauth2client)|9.808700428277436e-06| +|pypi|[siphon](https://pypi.org/project/siphon)|9.796556435675405e-06| +|pypi|[pytest-subtests](https://github.com/pytest-dev/pytest-subtests)|9.751219205144096e-06| +|pypi|[pip-tools](https://pypi.org/project/pip-tools)|9.67751560201862e-06| +|pypi|[xtal2png](https://github.com/sparks-baird/xtal2png/)|9.673447851322037e-06| +|pypi|[pomegranate](https://pypi.org/project/pomegranate)|9.663774403470718e-06| +|pypi|[Click](https://palletsprojects.com/p/click/)|9.662431390133335e-06| +|pypi|[PyQtWebEngine-Qt5](https://pypi.org/project/PyQtWebEngine-Qt5)|9.645878524945769e-06| +|pypi|[linetools](https://pypi.org/project/linetools)|9.597842219431444e-06| +|pypi|[jaraco.classes](https://pypi.org/project/jaraco.classes)|9.568908291557542e-06| +|pypi|[spacy](https://pypi.org/project/spacy)|9.557206987967395e-06| +|pypi|[ninja](https://pypi.org/project/ninja)|9.540460675277083e-06| +|pypi|[clang](http://clang.llvm.org/)|9.485356902174916e-06| +|pypi|[alerce](https://pypi.org/project/alerce)|9.418883434181985e-06| +|pypi|[shakenbreak](https://github.com/SMTG-UCL/ShakeNBreak)|9.418883434181985e-06| +|pypi|[pymatgen-analysis-defects](https://materialsproject.github.io/pymatgen-analysis-defects)|9.418883434181985e-06| +|pypi|[hiphive](http://hiphive.materialsmodeling.org/)|9.418883434181985e-06| +|pypi|[mp-api](https://github.com/materialsproject/api)|9.418883434181985e-06| +|pypi|[trainstation](https://pypi.org/project/trainstation)|9.418883434181985e-06| +|pypi|[emmet-core](https://pypi.org/project/emmet-core)|9.418883434181985e-06| +|pypi|[pygithub](https://pypi.org/project/pygithub)|9.418883434181985e-06| +|pypi|[python-http-client](https://pypi.org/project/python-http-client)|9.387487156068044e-06| +|pypi|[transaction](https://github.com/zopefoundation/transaction)|9.365222968463208e-06| +|pypi|[itk-io](https://pypi.org/project/itk-io)|9.235040285094514e-06| +|pypi|[minio](https://pypi.org/project/minio)|9.222020284927012e-06| +|pypi|[nvidia-nvtx-cu12](https://pypi.org/project/nvidia-nvtx-cu12)|9.18149393277119e-06| +|pypi|[recipy](http://www.recipy.org)|9.177373602536291e-06| +|pypi|[tinydb](https://github.com/msiemens/tinydb)|9.177373602536291e-06| +|pypi|[binaryornot](https://github.com/audreyr/binaryornot)|9.177373602536291e-06| +|pypi|[svn](https://github.com/dsoprea/PySvn)|9.177373602536291e-06| +|pypi|[EUKulele](https://github.com/AlexanderLabWHOI/EUKulele)|9.177373602536291e-06| +|pypi|[tableone](https://pypi.org/project/tableone)|9.177373602536291e-06| +|pypi|[sphinxcontrib.mermaid](https://pypi.org/project/sphinxcontrib.mermaid)|9.171637744034706e-06| +|pypi|[scikit-build](https://pypi.org/project/scikit-build)|9.155941644756723e-06| +|pypi|[sacremoses](https://pypi.org/project/sacremoses)|9.120230059248306e-06| +|pypi|[tokenizers](https://pypi.org/project/tokenizers)|9.120230059248306e-06| +|pypi|[profimp](https://pypi.org/project/profimp)|9.09693385317318e-06| +|pypi|[pytest-nunit](https://pypi.org/project/pytest-nunit)|9.09693385317318e-06| +|pypi|[scrublet](https://pypi.org/project/scrublet)|9.09693385317318e-06| +|pypi|[scanorama](https://pypi.org/project/scanorama)|9.09693385317318e-06| +|pypi|[harmonypy](https://pypi.org/project/harmonypy)|9.09693385317318e-06| +|pypi|[bbknn](https://pypi.org/project/bbknn)|9.09693385317318e-06| +|pypi|[session-info](https://pypi.org/project/session-info)|9.09693385317318e-06| +|pypi|[visdom](https://pypi.org/project/visdom)|9.090338146902016e-06| +|pypi|[nameparser](https://pypi.org/project/nameparser)|9.08559986651093e-06| +|pypi|[onnxconverter-common](https://github.com/microsoft/onnxconverter-common)|9.062025488069414e-06| +|pypi|[lxml-stubs](https://pypi.org/project/lxml-stubs)|9.045340777037493e-06| +|pypi|[sphinx_automodapi](https://pypi.org/project/sphinx_automodapi)|9.039499571205178e-06| +|pypi|[pyvista](https://github.com/pyvista/pyvista)|9.000605518216912e-06| +|pypi|[Flask-SQLAlchemy](https://flask-sqlalchemy.palletsprojects.com)|8.960722032847843e-06| +|pypi|[scabha](https://github.com/caracal-pipeline/scabha2)|8.947939262472887e-06| +|pypi|[pandas-ta](https://github.com/twopirllc/pandas-ta)|8.947939262472886e-06| +|pypi|[ccxt](https://ccxt.com)|8.947939262472886e-06| +|pypi|[pycoingecko](https://github.com/man-c/pycoingecko)|8.947939262472886e-06| +|pypi|[py_find_1st](http://github.com/roebel/py_find_1st)|8.947939262472886e-06| +|pypi|[python-rapidjson](https://github.com/python-rapidjson/python-rapidjson)|8.947939262472886e-06| +|pypi|[schedule](https://github.com/dbader/schedule)|8.947939262472886e-06| +|pypi|[tangle](https://github.com/fifman/tangle)|8.947939262472886e-06| +|pypi|[readline](http://github.com/ludwigschwardt/python-readline)|8.947939262472886e-06| +|pypi|[sphinxcontrib-svg2pdfconverter](https://pypi.org/project/sphinxcontrib-svg2pdfconverter)|8.94746582653307e-06| +|pypi|[mygene](https://github.com/biothings/mygene.py)|8.90943138196479e-06| +|pypi|[eventlet](https://pypi.org/project/eventlet)|8.871350675250157e-06| +|pypi|[pytest-cython](https://pypi.org/project/pytest-cython)|8.858459869848155e-06| +|pypi|[fasttext](https://github.com/facebookresearch/fastText)|8.858459869848155e-06| +|pypi|[opt_einsum](https://github.com/dgasmith/opt_einsum)|8.827399006907622e-06| +|pypi|[python-json-logger](https://pypi.org/project/python-json-logger)|8.813739399877138e-06| +|pypi|[freud-analysis](https://github.com/glotzerlab/freud)|8.798806941431672e-06| +|pypi|[Keras-Preprocessing](https://github.com/keras-team/keras-preprocessing)|8.771497343649745e-06| +|pypi|[cupy-cuda12x](https://pypi.org/project/cupy-cuda12x)|8.729696841436961e-06| +|pypi|[lit](https://pypi.org/project/lit)|8.729696841436961e-06| +|pypi|[googleapis-common-protos](https://github.com/googleapis/python-api-common-protos)|8.66530362168722e-06| +|pypi|[nglview](https://pypi.org/project/nglview)|8.656790448298715e-06| +|pypi|[types-dataclasses](https://pypi.org/project/types-dataclasses)|8.653747561931496e-06| +|pypi|[pyrr](https://pypi.org/project/pyrr)|8.610458035582226e-06| +|pypi|[pathtools](https://pypi.org/project/pathtools)|8.596255467544477e-06| +|pypi|[pretty-errors](https://pypi.org/project/pretty-errors)|8.582386734102953e-06| +|pypi|[pyklip](https://pypi.org/project/pyklip)|8.557656805279919e-06| +|pypi|[kubernetes](https://pypi.org/project/kubernetes)|8.547155561797647e-06| +|pypi|[pywinpty](https://pypi.org/project/pywinpty)|8.54545417822966e-06| +|pypi|[configargparse](https://pypi.org/project/configargparse)|8.525162010231665e-06| +|pypi|[dash-daq](http://github.com/plotly/dash-daq)|8.521846916640842e-06| +|pypi|[uuid](http://zesty.ca/python/)|8.521846916640842e-06| +|pypi|[holidays](https://github.com/dr-prodigy/python-holidays)|8.521846916640842e-06| +|pypi|[korean-lunar-calendar](https://github.com/usingsky/korean_lunar_calendar_py)|8.521846916640842e-06| +|pypi|[PyMeeus](https://github.com/architest/pymeeus)|8.521846916640842e-06| +|pypi|[jupyter-sphinx](https://pypi.org/project/jupyter-sphinx)|8.497527482010922e-06| +|pypi|[codecarbon](https://pypi.org/project/codecarbon)|8.471732646420824e-06| +|pypi|[pdoc3](https://pypi.org/project/pdoc3)|8.436628447474433e-06| +|pypi|[pyaml](https://github.com/mk-fg/pretty-yaml)|8.402114967462042e-06| +|pypi|[path.py](https://pypi.org/project/path.py)|8.316979069445488e-06| +|pypi|[progressbar33](https://pypi.org/project/progressbar33)|8.30254046387452e-06| +|pypi|[flake8-quotes](https://pypi.org/project/flake8-quotes)|8.300250395647923e-06| +|pypi|[zappy](https://pypi.org/project/zappy)|8.245158865687781e-06| +|pypi|[pytest>=4.4](https://pypi.org/project/pytest>=4.4)|8.245158865687781e-06| +|pypi|[scikit-misc>=0.1.3](https://pypi.org/project/scikit-misc>=0.1.3)|8.245158865687781e-06| +|pypi|[cugraph>=0.9](https://pypi.org/project/cugraph>=0.9)|8.245158865687781e-06| +|pypi|[cuml>=0.9](https://pypi.org/project/cuml>=0.9)|8.245158865687781e-06| +|pypi|[cudf>=0.9](https://pypi.org/project/cudf>=0.9)|8.245158865687781e-06| +|pypi|[magic-impute>=2.0](https://pypi.org/project/magic-impute>=2.0)|8.245158865687781e-06| +|pypi|[louvain>=0.6,!=0.6.2](https://pypi.org/project/louvain>=0.6,!=0.6.2)|8.245158865687781e-06| +|pypi|[sphinx-rtd-theme>=1.0](https://pypi.org/project/sphinx-rtd-theme>=1.0)|8.245158865687781e-06| +|pypi|[sphinx>=4.4](https://pypi.org/project/sphinx>=4.4)|8.245158865687781e-06| +|pypi|[umap-learn>=0.3.10](https://pypi.org/project/umap-learn>=0.3.10)|8.245158865687781e-06| +|pypi|[numba>=0.41.0](https://pypi.org/project/numba>=0.41.0)|8.245158865687781e-06| +|pypi|[networkx>=2.3](https://pypi.org/project/networkx>=2.3)|8.245158865687781e-06| +|pypi|[statsmodels>=0.10.0rc2](https://pypi.org/project/statsmodels>=0.10.0rc2)|8.245158865687781e-06| +|pypi|[scikit-learn>=0.22](https://pypi.org/project/scikit-learn>=0.22)|8.245158865687781e-06| +|pypi|[flit_core](https://pypi.org/project/flit_core)|8.245158865687781e-06| +|pypi|[scipy>=1.4](https://pypi.org/project/scipy>=1.4)|8.245158865687781e-06| +|pypi|[pandas>=1.0](https://pypi.org/project/pandas>=1.0)|8.245158865687781e-06| +|pypi|[matplotlib>=3.4](https://pypi.org/project/matplotlib>=3.4)|8.245158865687781e-06| +|pypi|[numpy>=1.17.0](https://pypi.org/project/numpy>=1.17.0)|8.245158865687781e-06| +|pypi|[anndata>=0.7.4](https://pypi.org/project/anndata>=0.7.4)|8.245158865687781e-06| +|pypi|[torchaudio](https://github.com/pytorch/audio)|8.221457763950128e-06| +|pypi|[streamz](https://pypi.org/project/streamz)|8.21793314750007e-06| +|pypi|[griffe](https://mkdocstrings.github.io/griffe)|8.21583514099783e-06| +|pypi|[gurobipy](https://pypi.org/project/gurobipy)|8.20770065075922e-06| +|pypi|[strict-rfc3339](https://pypi.org/project/strict-rfc3339)|8.19860444738895e-06| +|pypi|[py-bcrypt](https://pypi.org/project/py-bcrypt)|8.158415209901748e-06| +|pypi|[plams](https://www.scm.com/doc/plams/)|8.155017947003335e-06| +|pypi|[snowflake-snowpark-python](https://www.snowflake.com/)|8.142640068174773e-06| +|pypi|[priority](https://pypi.org/project/priority)|8.141641438821482e-06| +|pypi|[panoptes-pocs](https://github.com/panoptes/POCS)|8.134490238611713e-06| +|pypi|[fastapi-utils](https://pypi.org/project/fastapi-utils)|8.134490238611713e-06| +|pypi|[transitions](https://pypi.org/project/transitions)|8.134490238611713e-06| +|pypi|[click-spinner](https://pypi.org/project/click-spinner)|8.134490238611713e-06| +|pypi|[panoptes-utils](https://pypi.org/project/panoptes-utils)|8.134490238611713e-06| +|pypi|[scalpl](https://pypi.org/project/scalpl)|8.134490238611713e-06| +|pypi|[shellingham](https://pypi.org/project/shellingham)|8.134490238611713e-06| +|pypi|[wsproto](https://github.com/python-hyper/wsproto/)|8.112798264642082e-06| +|pypi|[etelemetry](https://pypi.org/project/etelemetry)|8.06884347528257e-06| +|pypi|[cssselect2](https://pypi.org/project/cssselect2)|8.053145336225596e-06| +|pypi|[skl2onnx](https://pypi.org/project/skl2onnx)|8.053145336225596e-06| +|pypi|[sphinxemoji](https://pypi.org/project/sphinxemoji)|8.009275765335247e-06| +|pypi|[Nano-Utils](https://pypi.org/project/Nano-Utils)|7.986281614264261e-06| +|pypi|[thriftpy2](https://pypi.org/project/thriftpy2)|7.97261388286334e-06| +|pypi|[coreapi](https://github.com/core-api/python-client)|7.953723788864787e-06| +|pypi|[django-chosen](https://github.com/theatlantic/django-chosen)|7.953723788864787e-06| +|pypi|[django-gravatar2](https://github.com/twaddington/django-gravatar)|7.953723788864787e-06| +|pypi|[django-hstore](https://github.com/djangonauts/django-hstore)|7.953723788864787e-06| +|pypi|[django-ratelimit](https://github.com/jsocol/django-ratelimit)|7.953723788864787e-06| +|pypi|[django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger)|7.953723788864787e-06| +|pypi|[django-taggit](https://github.com/jazzband/django-taggit)|7.953723788864787e-06| +|pypi|[django-taggit-templatetags](http://github.com/feuervogel/django-taggit-templatetags)|7.953723788864787e-06| +|pypi|[python3-saml](https://pypi.org/project/python3-saml)|7.953723788864787e-06| +|pypi|[python-social-auth](https://pypi.org/project/python-social-auth)|7.953723788864787e-06| +|pypi|[rq-scheduler](https://pypi.org/project/rq-scheduler)|7.953723788864787e-06| +|pypi|[social-auth-app-django](https://pypi.org/project/social-auth-app-django)|7.953723788864787e-06| +|pypi|[social-auth-core](https://pypi.org/project/social-auth-core)|7.953723788864787e-06| +|pypi|[sregistry](https://pypi.org/project/sregistry)|7.953723788864787e-06| +|pypi|[pytest-env](https://github.com/MobileDynasty/pytest-env)|7.952828015840339e-06| +|pypi|[fcd-torch](https://pypi.org/project/fcd-torch)|7.874186550976138e-06| +|pypi|[jupyter_client](https://jupyter.org)|7.826491766104617e-06| +|pypi|[pytest-httpserver](https://pypi.org/project/pytest-httpserver)|7.810685046532782e-06| +|pypi|[types-pytz](https://pypi.org/project/types-pytz)|7.783076053715329e-06| +|pypi|[pandarallel](https://nalepae.github.io/pandarallel)|7.780816749976421e-06| +|pypi|[sgt](https://github.com/cran2367/sgt)|7.780816749976421e-06| +|pypi|[mujoco](https://pypi.org/project/mujoco)|7.703008582476657e-06| +|pypi|[mujoco-py](https://pypi.org/project/mujoco-py)|7.703008582476657e-06| +|pypi|[swig](https://pypi.org/project/swig)|7.703008582476657e-06| +|pypi|[box2d-py](https://pypi.org/project/box2d-py)|7.703008582476657e-06| +|pypi|[shimmy](https://pypi.org/project/shimmy)|7.703008582476657e-06| +|pypi|[autorom](https://pypi.org/project/autorom)|7.703008582476657e-06| +|pypi|[farama-notifications](https://pypi.org/project/farama-notifications)|7.703008582476657e-06| +|pypi|[soundfile](https://pypi.org/project/soundfile)|7.677789820930395e-06| +|pypi|[pytest-sugar](https://pypi.org/project/pytest-sugar)|7.676406599567782e-06| +|pypi|[rowan](https://github.com/glotzerlab/rowan)|7.670940502014262e-06| +|pypi|[lingua](https://pypi.org/project/lingua)|7.643585373411837e-06| +|pypi|[nbstripout](https://pypi.org/project/nbstripout)|7.6208870220533155e-06| +|pypi|[optuna](https://pypi.org/project/optuna)|7.594731549929597e-06| +|pypi|[OWSLib](https://pypi.org/project/OWSLib)|7.5888654688331365e-06| +|pypi|[radiopadre-client](http://github.com/ratt-ru/radiopadre-client)|7.5752201097358666e-06| +|pypi|[stimela](https://pypi.org/project/stimela)|7.5752201097358666e-06| +|pypi|[azure-storage-blob](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-blob)|7.568634489594358e-06| +|pypi|[sphinx>=4](https://pypi.org/project/sphinx>=4)|7.525968847408811e-06| +|pypi|[pyobjc-core](https://github.com/ronaldoussoren/pyobjc)|7.525905222759886e-06| +|pypi|[nox](https://pypi.org/project/nox)|7.473368676619646e-06| +|pypi|[apscheduler](https://pypi.org/project/apscheduler)|7.394341016900676e-06| +|pypi|[pyside2](https://pypi.org/project/pyside2)|7.392595677099472e-06| +|pypi|[PyQt6-Qt6](https://pypi.org/project/PyQt6-Qt6)|7.38204989154013e-06| +|pypi|[PyQt6-sip](https://pypi.org/project/PyQt6-sip)|7.38204989154013e-06| +|pypi|[galaxy-tool-util](https://github.com/galaxyproject/galaxy)|7.38204989154013e-06| +|pypi|[bagit](https://pypi.org/project/bagit)|7.38204989154013e-06| +|pypi|[schema-salad](https://pypi.org/project/schema-salad)|7.38204989154013e-06| +|pypi|[zmq](https://github.com/zeromq/pyzmq)|7.38204989154013e-06| +|pypi|[adal](https://pypi.org/project/adal)|7.38204989154013e-06| +|pypi|[annoy](https://pypi.org/project/annoy)|7.380810803597987e-06| +|pypi|[sphinxcontrib.programoutput](https://pypi.org/project/sphinxcontrib.programoutput)|7.380810803597987e-06| +|pypi|[nmslib](https://pypi.org/project/nmslib)|7.380810803597987e-06| +|pypi|[pyemd](https://pypi.org/project/pyemd)|7.380810803597987e-06| +|pypi|[Morfessor](https://pypi.org/project/Morfessor)|7.380810803597987e-06| +|pypi|[Pyro4](https://pypi.org/project/Pyro4)|7.380810803597987e-06| +|pypi|[stestr](http://stestr.readthedocs.io/en/latest/)|7.378112798264641e-06| +|pypi|[sphinxcontrib-autoprogram](https://pypi.org/project/sphinxcontrib-autoprogram)|7.364280436018894e-06| +|pypi|[intervals](https://pypi.org/project/intervals)|7.351731782317466e-06| +|pypi|[scooby](https://github.com/banesullivan/scooby)|7.3124276440303614e-06| +|pypi|[pycares](http://github.com/saghul/pycares)|7.2812451610211924e-06| +|pypi|[optree](https://github.com/metaopt/optree)|7.280314077908821e-06| +|pypi|[pymatreader](https://pypi.org/project/pymatreader)|7.274216137012063e-06| +|pypi|[sphinx-asdf](https://pypi.org/project/sphinx-asdf)|7.25360763152249e-06| +|pypi|[neobolt](https://pypi.org/project/neobolt)|7.231395812120943e-06| +|pypi|[neo4j-driver](https://pypi.org/project/neo4j-driver)|7.231395812120943e-06| +|pypi|[bumpversion](https://pypi.org/project/bumpversion)|7.22706155495959e-06| +|pypi|[pymoo](https://pypi.org/project/pymoo)|7.200558670650351e-06| +|pypi|[EXOSIMS](https://pypi.org/project/EXOSIMS)|7.1583514099783215e-06| +|pypi|[gatspy](http://github.com/astroml/gatspy)|7.158351409978309e-06| +|pypi|[GPJax](https://gpjax.readthedocs.io/en/latest/)|7.158351409978307e-06| +|pypi|[sphinx-click](https://pypi.org/project/sphinx-click)|7.153174595320793e-06| +|pypi|[snuggs](https://github.com/mapbox/snuggs)|7.142648164165825e-06| +|pypi|[oslo.utils](https://pypi.org/project/oslo.utils)|7.141887201735357e-06| +|pypi|[oslo.config](https://pypi.org/project/oslo.config)|7.141887201735357e-06| +|pypi|[hvplot](https://pypi.org/project/hvplot)|7.1130853642975665e-06| +|pypi|[pytest-aiohttp](https://pypi.org/project/pytest-aiohttp)|7.097630441297159e-06| +|pypi|[cosmic-conn](https://pypi.org/project/cosmic-conn)|7.09356994925452e-06| +|pypi|[rq](https://github.com/nvie/rq/)|7.092733188720175e-06| +|pypi|[globus-sdk](https://github.com/globus/globus-sdk-python)|7.089521107959287e-06| +|pypi|[python-lzo](https://github.com/jd-boyd/python-lzo)|7.086767895878525e-06| +|pypi|[docker-registry-client](https://github.com/yodle/docker-registry-client)|7.086767895878525e-06| +|pypi|[simple-websocket](https://pypi.org/project/simple-websocket)|7.086767895878524e-06| +|pypi|[SQLAlchemy-Utils](https://github.com/kvesteri/sqlalchemy-utils)|7.0534671402350365e-06| +|pypi|[python-subunit](https://pypi.org/project/python-subunit)|7.037619127076827e-06| +|pypi|[webargs](https://pypi.org/project/webargs)|7.0108579056518335e-06| +|pypi|[pydantic-core](https://pypi.org/project/pydantic-core)|6.991369097280159e-06| +|pypi|[annotated-types](https://pypi.org/project/annotated-types)|6.991369097280159e-06| +|pypi|[mrcfile](https://pypi.org/project/mrcfile)|6.975689360592057e-06| +|pypi|[einops](https://pypi.org/project/einops)|6.971361552108073e-06| +|pypi|[pytest-xvfb](https://pypi.org/project/pytest-xvfb)|6.96363034096502e-06| +|pypi|[prefect](https://pypi.org/project/prefect)|6.947811662626005e-06| +|pypi|[pysocks](https://github.com/Anorov/PySocks)|6.91958049697436e-06| +|pypi|[urllib3-secure-extra](https://github.com/urllib3/urllib3/issues/2680)|6.91958049697436e-06| +|pypi|[doc8](https://pypi.org/project/doc8)|6.906980434480623e-06| +|pypi|[banzai](http://github.com/twneale/banzai/)|6.8830302019022194e-06| +|pypi|[lcogt-logging](https://github.com/LCOGT/lcogt_logging)|6.8830302019022194e-06| +|pypi|[ocs-ingester](https://pypi.org/project/ocs-ingester)|6.8830302019022194e-06| +|pypi|[ocs-archive](https://pypi.org/project/ocs-archive)|6.8830302019022194e-06| +|pypi|[logutils](https://pypi.org/project/logutils)|6.8830302019022194e-06| +|pypi|[mysql-connector-python](https://pypi.org/project/mysql-connector-python)|6.8830302019022194e-06| +|pypi|[opentsdb-python-metrics](https://pypi.org/project/opentsdb-python-metrics)|6.8830302019022194e-06| +|pypi|[opentsdb-http-client](https://pypi.org/project/opentsdb-http-client)|6.8830302019022194e-06| +|pypi|[sdss-marvin](https://github.com/sdss/marvin)|6.8830302019022194e-06| +|pypi|[Flask-JWT-Extended](https://pypi.org/project/Flask-JWT-Extended)|6.8830302019022194e-06| +|pypi|[marvin-brain](https://pypi.org/project/marvin-brain)|6.8830302019022194e-06| +|pypi|[marvin-sqlalchemy-boolean-search](https://pypi.org/project/marvin-sqlalchemy-boolean-search)|6.8830302019022194e-06| +|pypi|[marvin-wtforms-alchemy](https://pypi.org/project/marvin-wtforms-alchemy)|6.8830302019022194e-06| +|pypi|[numpyencoder](https://pypi.org/project/numpyencoder)|6.8830302019022194e-06| +|pypi|[sdss-access](https://pypi.org/project/sdss-access)|6.8830302019022194e-06| +|pypi|[sdss-tree](https://pypi.org/project/sdss-tree)|6.8830302019022194e-06| +|pypi|[sdsstools](https://pypi.org/project/sdsstools)|6.8830302019022194e-06| +|pypi|[yamlordereddictloader](https://pypi.org/project/yamlordereddictloader)|6.8830302019022194e-06| +|pypi|[daemonocle](https://pypi.org/project/daemonocle)|6.8830302019022194e-06| +|pypi|[flask-classful](https://pypi.org/project/flask-classful)|6.8830302019022194e-06| +|pypi|[WTForms-Components](https://pypi.org/project/WTForms-Components)|6.8830302019022194e-06| +|pypi|[infinity](https://pypi.org/project/infinity)|6.8830302019022194e-06| +|pypi|[orderedmultidict](https://github.com/gruns/orderedmultidict)|6.875784906952853e-06| +|pypi|[GPy](http://sheffieldml.github.com/GPy/)|6.875784906952848e-06| +|pypi|[paramz](https://pypi.org/project/paramz)|6.875784906952848e-06| +|pypi|[jaraco.itertools](https://pypi.org/project/jaraco.itertools)|6.859341106290672e-06| +|pypi|[sphobjinv](https://github.com/bskinn/sphobjinv)|6.8533738982760585e-06| +|pypi|[openapi-core](https://pypi.org/project/openapi-core)|6.814199899883197e-06| +|pypi|[bullet](https://github.com/Mckinsey666/bullets)|6.814199899883197e-06| +|pypi|[pygtail](http://github.com/bgreenlee/pygtail)|6.814199899883197e-06| +|pypi|[cytocad](https://github.com/cytham/cytocad)|6.753161707526706e-06| +|pypi|[nanovar](https://github.com/cytham/nanovar)|6.753161707526706e-06| +|pypi|[iwopy](https://pypi.org/project/iwopy)|6.753161707526706e-06| +|pypi|[hatch](https://pypi.org/project/hatch)|6.7276276256046125e-06| +|pypi|[parameterized](https://pypi.org/project/parameterized)|6.711097337213137e-06| +|pypi|[hacking](https://docs.openstack.org/hacking/latest/)|6.709931825224666e-06| +|pypi|[polib](https://pypi.org/project/polib)|6.681809730399752e-06| +|pypi|[ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet)|6.673482702445564e-06| +|pypi|[echo](https://pypi.org/project/echo)|6.628103157387322e-06| +|pypi|[mpl-scatter-density](https://pypi.org/project/mpl-scatter-density)|6.628103157387322e-06| +|pypi|[WebTest](https://pypi.org/project/WebTest)|6.624916569330885e-06| +|pypi|[autobahn](https://pypi.org/project/autobahn)|6.592106375186635e-06| +|pypi|[txaio](https://pypi.org/project/txaio)|6.592106375186635e-06| +|pypi|[mkdocs-autorefs](https://mkdocstrings.github.io/autorefs)|6.582679793091941e-06| +|pypi|[statannotations](https://github.com/trevismd/statannotations)|6.577520264870421e-06| +|pypi|[zope.deprecation](https://pypi.org/project/zope.deprecation)|6.577390884603466e-06| +|pypi|[minikanren](https://pypi.org/project/minikanren)|6.561822125813449e-06| +|pypi|[logical-unification](https://pypi.org/project/logical-unification)|6.561822125813449e-06| +|pypi|[etuples](https://pypi.org/project/etuples)|6.561822125813449e-06| +|pypi|[cons](https://pypi.org/project/cons)|6.561822125813449e-06| +|pypi|[mkl](https://pypi.org/project/mkl)|6.561822125813449e-06| +|pypi|[pyteomics](http://pyteomics.readthedocs.io)|6.553085770164357e-06| +|pypi|[itk-segmentation](https://pypi.org/project/itk-segmentation)|6.5506585063526485e-06| +|pypi|[itk-registration](https://pypi.org/project/itk-registration)|6.5506585063526485e-06| +|pypi|[itk-filtering](https://pypi.org/project/itk-filtering)|6.5506585063526485e-06| +|pypi|[itk-numerics](https://pypi.org/project/itk-numerics)|6.5506585063526485e-06| +|pypi|[itk-core](https://pypi.org/project/itk-core)|6.5506585063526485e-06| +|pypi|[amqp](http://github.com/celery/py-amqp)|6.508665607111394e-06| +|pypi|[flake8-commas](https://pypi.org/project/flake8-commas)|6.463403807418178e-06| +|pypi|[awkward-cpp](https://pypi.org/project/awkward-cpp)|6.442516268980477e-06| +|pypi|[safetensors](https://pypi.org/project/safetensors)|6.442516268980477e-06| +|pypi|[mkdocstrings-python-legacy](https://pypi.org/project/mkdocstrings-python-legacy)|6.419989988319706e-06| +|pypi|[mkdocstrings-crystal](https://pypi.org/project/mkdocstrings-crystal)|6.419989988319706e-06| +|pypi|[dash-extensions](https://pypi.org/project/dash-extensions)|6.391385187480632e-06| +|pypi|[mwoauth](https://pypi.org/project/mwoauth)|6.391385187480632e-06| +|pypi|[wikidataintegrator](https://pypi.org/project/wikidataintegrator)|6.391385187480632e-06| +|pypi|[datasets](https://pypi.org/project/datasets)|6.388034864600098e-06| +|pypi|[rdkit](https://github.com/kuelumbus/rdkit-pypi)|6.344823792008554e-06| +|pypi|[keepalive](https://github.com/wikier/keepalive)|6.327471335605825e-06| +|pypi|[spectra](http://github.com/jsvine/spectra)|6.327471335605825e-06| +|pypi|[lzstring](https://github.com/gkovacs/lz-string-python)|6.327471335605825e-06| +|pypi|[pyTest-cov](https://pypi.org/project/pyTest-cov)|6.327471335605825e-06| +|pypi|[pyTest](https://pypi.org/project/pyTest)|6.327471335605825e-06| +|pypi|[TOMLi](https://pypi.org/project/TOMLi)|6.327471335605825e-06| +|pypi|[Flake8](https://pypi.org/project/Flake8)|6.327471335605825e-06| +|pypi|[pytest>=6](https://pypi.org/project/pytest>=6)|6.327471335605825e-06| +|pypi|[pytest-mock>=3.6](https://pypi.org/project/pytest-mock>=3.6)|6.327471335605825e-06| +|pypi|[pytest-cov>=2.7](https://pypi.org/project/pytest-cov>=2.7)|6.327471335605825e-06| +|pypi|[appdirs==1.4.4](https://pypi.org/project/appdirs==1.4.4)|6.327471335605825e-06| +|pypi|[sphinx-autodoc-typehints>=1.12](https://pypi.org/project/sphinx-autodoc-typehints>=1.12)|6.327471335605825e-06| +|pypi|[proselint>=0.10.2](https://pypi.org/project/proselint>=0.10.2)|6.327471335605825e-06| +|pypi|[furo>=2021.7.5b38](https://pypi.org/project/furo>=2021.7.5b38)|6.327471335605825e-06| +|pypi|[pytest_runner](https://github.com/pytest-dev/pytest-runner/)|6.306166718314256e-06| +|pypi|[numkit](https://pypi.org/project/numkit)|6.288762946442211e-06| +|pypi|[mriqc](https://github.com/nipreps/mriqc)|6.279255622787989e-06| +|pypi|[nilearn](https://pypi.org/project/nilearn)|6.279255622787989e-06| +|pypi|[nipype](https://pypi.org/project/nipype)|6.279255622787989e-06| +|pypi|[nitransforms](https://pypi.org/project/nitransforms)|6.279255622787989e-06| +|pypi|[niworkflows](https://pypi.org/project/niworkflows)|6.279255622787989e-06| +|pypi|[pybids](https://pypi.org/project/pybids)|6.279255622787989e-06| +|pypi|[mriqc-learn](https://pypi.org/project/mriqc-learn)|6.279255622787989e-06| +|pypi|[templateflow](https://pypi.org/project/templateflow)|6.279255622787989e-06| +|pypi|[bids-validator](https://pypi.org/project/bids-validator)|6.279255622787989e-06| +|pypi|[num2words](https://pypi.org/project/num2words)|6.279255622787989e-06| +|pypi|[surfplot](https://pypi.org/project/surfplot)|6.279255622787989e-06| +|pypi|[brainspace](https://pypi.org/project/brainspace)|6.279255622787989e-06| +|pypi|[ipynbname](https://pypi.org/project/ipynbname)|6.279255622787989e-06| +|pypi|[jupyter_core](https://pypi.org/project/jupyter_core)|6.279255622787989e-06| +|pypi|[pandas-flavor](https://pypi.org/project/pandas-flavor)|6.279255622787989e-06| +|pypi|[XlsxWriter](https://pypi.org/project/XlsxWriter)|6.279255622787989e-06| +|pypi|[logging_tree](https://pypi.org/project/logging_tree)|6.279255622787989e-06| +|pypi|[voeventdb.server](https://pypi.org/project/voeventdb.server)|6.279255622787989e-06| +|pypi|[oslo.serialization](https://pypi.org/project/oslo.serialization)|6.275726681127982e-06| +|pypi|[oslo.i18n](https://pypi.org/project/oslo.i18n)|6.275726681127982e-06| +|pypi|[debtcollector](https://pypi.org/project/debtcollector)|6.275726681127982e-06| +|pypi|[lisa2](https://pypi.org/project/lisa2)|6.216463066560109e-06| +|pypi|[flake8-docstrings](https://pypi.org/project/flake8-docstrings)|6.207674775511631e-06| +|pypi|[pytest-cov>=2.10](https://pypi.org/project/pytest-cov>=2.10)|6.201406772597587e-06| +|pypi|[pytest>=6.0](https://pypi.org/project/pytest>=6.0)|6.201406772597587e-06| +|pypi|[loompy>=3.0.5](https://pypi.org/project/loompy>=3.0.5)|6.201406772597587e-06| +|pypi|[scanpydoc>=0.7.3](https://pypi.org/project/scanpydoc>=0.7.3)|6.201406772597587e-06| +|pypi|[sphinx_issues](https://pypi.org/project/sphinx_issues)|6.201406772597587e-06| +|pypi|[sphinx-autodoc-typehints>=1.11.0](https://pypi.org/project/sphinx-autodoc-typehints>=1.11.0)|6.201406772597587e-06| +|pypi|[sphinx>=4.1,<4.2](https://pypi.org/project/sphinx>=4.1,<4.2)|6.201406772597587e-06| +|pypi|[packaging>=20](https://pypi.org/project/packaging>=20)|6.201406772597587e-06| +|pypi|[scipy>1.4](https://pypi.org/project/scipy>1.4)|6.201406772597587e-06| +|pypi|[numpy>=1.16.5](https://pypi.org/project/numpy>=1.16.5)|6.201406772597587e-06| +|pypi|[pandas>=1.1.1](https://pypi.org/project/pandas>=1.1.1)|6.201406772597587e-06| +|pypi|[mkdocs-section-index](https://pypi.org/project/mkdocs-section-index)|6.173433185135773e-06| +|pypi|[flask-sqlalchemy](https://pypi.org/project/flask-sqlalchemy)|6.1711282210197645e-06| +|pypi|[cityhash](https://pypi.org/project/cityhash)|6.170992594808887e-06| +|pypi|[transformers](https://github.com/huggingface/transformers)|6.170550229748328e-06| +|pypi|[pywavelets](https://github.com/PyWavelets/pywt)|6.161340172557218e-06| +|pypi|[ddt](https://pypi.org/project/ddt)|6.1182429501084595e-06| +|pypi|[unyt](https://github.com/yt-project/unyt)|6.114425162689808e-06| +|pypi|[scikit-optimize](https://pypi.org/project/scikit-optimize)|6.113939741030002e-06| +|pypi|[etils](https://pypi.org/project/etils)|6.1011627061689485e-06| +|pypi|[chart-studio](https://pypi.org/project/chart-studio)|6.094017581915744e-06| +|pypi|[pythreejs](https://pypi.org/project/pythreejs)|6.065848888984846e-06| +|pypi|[codespell](https://pypi.org/project/codespell)|6.019959541561319e-06| +|pypi|[kazoo](https://kazoo.readthedocs.io)|6.011097768825534e-06| +|pypi|[pickydict](https://github.com/florian-huber/pickydict)|6.006790530981804e-06| +|pypi|[referencing](https://github.com/python-jsonschema/referencing)|5.964696312364424e-06| +|pypi|[dm-sonnet](https://pypi.org/project/dm-sonnet)|5.96447343329122e-06| +|pypi|[pyshp](https://pypi.org/project/pyshp)|5.96422761078401e-06| +|pypi|[blis](https://pypi.org/project/blis)|5.956076630891711e-06| +|pypi|[catalogue](https://pypi.org/project/catalogue)|5.956076630891711e-06| +|pypi|[preshed](https://pypi.org/project/preshed)|5.956076630891711e-06| +|pypi|[repeated-test](https://pypi.org/project/repeated-test)|5.905639913232105e-06| +|pypi|[sktda-docs-config](https://pypi.org/project/sktda-docs-config)|5.905639913232103e-06| +|pypi|[pdbmender](https://pypi.org/project/pdbmender)|5.905639913232103e-06| +|pypi|[delphi4py](https://pypi.org/project/delphi4py)|5.905639913232103e-06| +|pypi|[func-timeout](https://pypi.org/project/func-timeout)|5.8750677874186545e-06| +|pypi|[ipyvolume](https://pypi.org/project/ipyvolume)|5.868674655951068e-06| +|pypi|[geomdl](https://github.com/orbingol/NURBS-Python)|5.867501155719925e-06| +|pypi|[pefile](https://pypi.org/project/pefile)|5.867501155719925e-06| +|pypi|[PyExcelerate](https://pypi.org/project/PyExcelerate)|5.867501155719925e-06| +|pypi|[pyinstaller](https://pypi.org/project/pyinstaller)|5.867501155719925e-06| +|pypi|[pyinstaller-hooks-contrib](https://pypi.org/project/pyinstaller-hooks-contrib)|5.867501155719925e-06| +|pypi|[PyMCubes](https://pypi.org/project/PyMCubes)|5.867501155719925e-06| +|pypi|[pyvistaqt](https://pypi.org/project/pyvistaqt)|5.867501155719925e-06| +|pypi|[cassandra-driver](https://pypi.org/project/cassandra-driver)|5.863086743431245e-06| +|pypi|[ansicon](https://pypi.org/project/ansicon)|5.846583514099782e-06| +|pypi|[socksio](https://pypi.org/project/socksio)|5.827035049663203e-06| +|pypi|[torchmetrics](https://pypi.org/project/torchmetrics)|5.795307633370965e-06| +|pypi|[bigplanet](https://github.com/VirtualPlanetaryLaboratory/BigPlanet)|5.793602690533915e-06| +|pypi|[vspace](https://github.com/VirtualPlanetaryLaboratory/vspace)|5.793602690533915e-06| +|pypi|[g-mlp-pytorch](https://pypi.org/project/g-mlp-pytorch)|5.772864040305087e-06| +|pypi|[gsa-pytorch](https://pypi.org/project/gsa-pytorch)|5.772864040305087e-06| +|pypi|[imblearn](https://pypi.org/project/imblearn)|5.772864040305087e-06| +|pypi|[imutils](https://pypi.org/project/imutils)|5.772864040305087e-06| +|pypi|[kornia](https://pypi.org/project/kornia)|5.772864040305087e-06| +|pypi|[local-attention](https://pypi.org/project/local-attention)|5.772864040305087e-06| +|pypi|[thop](https://pypi.org/project/thop)|5.772864040305087e-06| +|pypi|[timmy](https://pypi.org/project/timmy)|5.772864040305087e-06| +|pypi|[torch-multi-head-attention](https://pypi.org/project/torch-multi-head-attention)|5.772864040305087e-06| +|pypi|[mkdocs-literate-nav](https://pypi.org/project/mkdocs-literate-nav)|5.7555813044825584e-06| +|pypi|[mkdocs-gen-files](https://pypi.org/project/mkdocs-gen-files)|5.7555813044825584e-06| +|pypi|[ThrustRTC](https://github.com/fynv/ThrustRTC)|5.745855283545088e-06| +|pypi|[chempy](https://github.com/bjodah/chempy)|5.745855283545088e-06| +|pypi|[sphinx-tabs](https://pypi.org/project/sphinx-tabs)|5.7099635047140404e-06| +|pypi|[PyPDF2](https://pypdf2.readthedocs.io/en/latest/)|5.708586134223707e-06| +|pypi|[fett](https://pypi.org/project/fett)|5.671661545119753e-06| +|pypi|[python-jsonrpc-server](https://pypi.org/project/python-jsonrpc-server)|5.671661545119753e-06| +|pypi|[rstcheck](https://pypi.org/project/rstcheck)|5.671661545119753e-06| +|pypi|[snooty-lextudio](https://pypi.org/project/snooty-lextudio)|5.671661545119753e-06| +|pypi|[mdx-gh-links](https://pypi.org/project/mdx-gh-links)|5.66184098839951e-06| +|pypi|[mkdocs-nature](https://pypi.org/project/mkdocs-nature)|5.66184098839951e-06| +|pypi|[swagger-ui-bundle](https://pypi.org/project/swagger-ui-bundle)|5.64998450573288e-06| +|pypi|[blosc2](https://pypi.org/project/blosc2)|5.624418964982956e-06| +|pypi|[multiset](https://pypi.org/project/multiset)|5.624418964982956e-06| +|pypi|[email_validator](https://github.com/JoshData/python-email-validator)|5.6116940351979334e-06| +|pypi|[sphinx-version-warning](https://pypi.org/project/sphinx-version-warning)|5.570694807207046e-06| +|pypi|[sphinxbootstrap4theme](https://pypi.org/project/sphinxbootstrap4theme)|5.556948988300558e-06| +|pypi|[re-assert](https://pypi.org/project/re-assert)|5.5511034113734194e-06| +|pypi|[devpi-server](https://pypi.org/project/devpi-server)|5.5511034113734194e-06| +|pypi|[devpi-client](https://pypi.org/project/devpi-client)|5.5511034113734194e-06| +|pypi|[pyproject-api](https://pypi.org/project/pyproject-api)|5.5511034113734194e-06| +|pypi|[librosa](https://librosa.org)|5.539530297139118e-06| +|pypi|[blurb](https://pypi.org/project/blurb)|5.5103333875999345e-06| +|pypi|[bitstring](https://pypi.org/project/bitstring)|5.506817477533312e-06| +|pypi|[tempora](https://pypi.org/project/tempora)|5.489848530262552e-06| +|pypi|[google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2)|5.486725122972106e-06| +|pypi|[zope.testrunner](https://pypi.org/project/zope.testrunner)|5.4627169197396955e-06| +|pypi|[soxr](https://pypi.org/project/soxr)|5.458242950108459e-06| +|pypi|[samplerate](https://pypi.org/project/samplerate)|5.458242950108459e-06| +|pypi|[presets](https://pypi.org/project/presets)|5.458242950108459e-06| +|pypi|[mir-eval](https://pypi.org/project/mir-eval)|5.458242950108459e-06| +|pypi|[sphinx-multiversion](https://pypi.org/project/sphinx-multiversion)|5.458242950108459e-06| +|pypi|[audioread](https://pypi.org/project/audioread)|5.458242950108459e-06| +|pypi|[grpcio-status](https://pypi.org/project/grpcio-status)|5.452121308216874e-06| +|pypi|[backports.shutil-get-terminal-size](https://pypi.org/project/backports.shutil-get-terminal-size)|5.451359919906557e-06| +|pypi|[pydata_sphinx_theme](https://pypi.org/project/pydata_sphinx_theme)|5.433258444375581e-06| +|pypi|[flit](https://pypi.org/project/flit)|5.433258444375581e-06| +|pypi|[aesara-theano-fallback](https://github.com/exoplanet-dev/aesara-theano-fallback)|5.43222060015396e-06| +|pypi|[halomod](https://github.com/steven-murray/halomod)|5.419894638983579e-06| +|pypi|[hyperopt](https://hyperopt.github.io/hyperopt)|5.412683845438732e-06| +|pypi|[pybamm](https://pypi.org/project/pybamm)|5.379544207197553e-06| +|pypi|[octave-kernel](https://pypi.org/project/octave-kernel)|5.368763557483731e-06| +|pypi|[resample](https://pypi.org/project/resample)|5.36773505871793e-06| +|pypi|[numba-stats](https://pypi.org/project/numba-stats)|5.36773505871793e-06| +|pypi|[imgaug](https://github.com/aleju/imgaug)|5.335702325227393e-06| +|pypi|[cogapp](https://pypi.org/project/cogapp)|5.321872065069863e-06| +|pypi|[thinc](https://pypi.org/project/thinc)|5.321061586458152e-06| +|pypi|[sphinx-sitemap](https://pypi.org/project/sphinx-sitemap)|5.2949130006108264e-06| +|pypi|[sphinx-material](https://pypi.org/project/sphinx-material)|5.289752997285652e-06| +|pypi|[pdfkit](https://pypi.org/project/pdfkit)|5.265518104455198e-06| +|pypi|[flake8-bandit](https://pypi.org/project/flake8-bandit)|5.263933059053863e-06| +|pypi|[pulumi](https://github.com/pulumi/pulumi)|5.263493683807583e-06| +|pypi|[AssertionLib](https://pypi.org/project/AssertionLib)|5.2606016543109834e-06| +|pypi|[jupyter_sphinx](https://pypi.org/project/jupyter_sphinx)|5.258598817293436e-06| +|pypi|[pyexcel-ods3](https://pypi.org/project/pyexcel-ods3)|5.224397058026031e-06| +|pypi|[pyexcel-xlsx](https://pypi.org/project/pyexcel-xlsx)|5.224397058026031e-06| +|pypi|[kgt](https://pypi.org/project/kgt)|5.210858746969503e-06| +|pypi|[x21](https://pypi.org/project/x21)|5.210858746969503e-06| +|pypi|[PyYaml](https://pypi.org/project/PyYaml)|5.210858746969503e-06| +|pypi|[comm](https://pypi.org/project/comm)|5.166414795608247e-06| +|pypi|[grpcio-gcp](https://pypi.org/project/grpcio-gcp)|5.153856666134443e-06| +|pypi|[cooler](https://github.com/mirnylab/cooler)|5.134740530619056e-06| +|pypi|[python-slugify](https://pypi.org/project/python-slugify)|5.124784988974376e-06| +|pypi|[pytorch-lightning](https://pypi.org/project/pytorch-lightning)|5.121212029363138e-06| +|pypi|[flake8-import-order](https://pypi.org/project/flake8-import-order)|5.1171755540124064e-06| +|pypi|[crossbar](http://crossbar.io/)|5.113108149984506e-06| +|pypi|[asn1crypto](https://pypi.org/project/asn1crypto)|5.113108149984506e-06| +|pypi|[asq](https://pypi.org/project/asq)|5.113108149984506e-06| +|pypi|[automat](https://pypi.org/project/automat)|5.113108149984506e-06| +|pypi|[cbor](https://pypi.org/project/cbor)|5.113108149984506e-06| +|pypi|[dictdiffer](https://pypi.org/project/dictdiffer)|5.113108149984506e-06| +|pypi|[hpack](https://pypi.org/project/hpack)|5.113108149984506e-06| +|pypi|[hyperframe](https://pypi.org/project/hyperframe)|5.113108149984506e-06| +|pypi|[netaddr](https://pypi.org/project/netaddr)|5.113108149984506e-06| +|pypi|[node-semver](https://pypi.org/project/node-semver)|5.113108149984506e-06| +|pypi|[py-ubjson](https://pypi.org/project/py-ubjson)|5.113108149984506e-06| +|pypi|[pyqrcode](https://pypi.org/project/pyqrcode)|5.113108149984506e-06| +|pypi|[pytrie](https://pypi.org/project/pytrie)|5.113108149984506e-06| +|pypi|[redis-py-cluster](https://pypi.org/project/redis-py-cluster)|5.113108149984506e-06| +|pypi|[txtorcon](https://pypi.org/project/txtorcon)|5.113108149984506e-06| +|pypi|[u-msgpack-python](https://pypi.org/project/u-msgpack-python)|5.113108149984506e-06| +|pypi|[pyneqsys](https://github.com/bjodah/pyneqsys)|5.113108149984506e-06| +|pypi|[pyodesys](https://github.com/bjodah/pyodesys)|5.113108149984506e-06| +|pypi|[sym](https://github.com/bjodah/sym)|5.113108149984506e-06| +|pypi|[translationstring](https://pypi.org/project/translationstring)|5.100980906295441e-06| +|pypi|[sphinxcontrib-youtube](https://pypi.org/project/sphinxcontrib-youtube)|5.086858232236286e-06| +|pypi|[ablog](https://pypi.org/project/ablog)|5.086858232236286e-06| +|pypi|[ci-watson](https://pypi.org/project/ci-watson)|5.082442593805093e-06| +|pypi|[cronutils](https://github.com/zagaran/cronutils)|5.041092542238244e-06| +|pypi|[proto-plus](https://pypi.org/project/proto-plus)|5.041092542238244e-06| +|pypi|[pycrypto](https://pypi.org/project/pycrypto)|5.041092542238244e-06| +|pypi|[zstd](https://pypi.org/project/zstd)|5.041092542238244e-06| +|pypi|[google-resumable-media](https://github.com/googleapis/google-resumable-media-python)|4.980281824435686e-06| +|pypi|[grandalf](https://github.com/bdcht/grandalf)|4.976758599318252e-06| +|pypi|[types-orjson](https://pypi.org/project/types-orjson)|4.962722616161432e-06| +|pypi|[types-ujson](https://pypi.org/project/types-ujson)|4.962722616161432e-06| +|pypi|[peewee](https://pypi.org/project/peewee)|4.962722616161432e-06| +|pypi|[mkdocs-markdownextradata-plugin](https://pypi.org/project/mkdocs-markdownextradata-plugin)|4.962722616161432e-06| +|pypi|[mdx-include](https://pypi.org/project/mdx-include)|4.962722616161432e-06| +|pypi|[numpy-financial](https://numpy.org/numpy-financial/)|4.927176944530522e-06| +|pypi|[requests-ntlm](https://pypi.org/project/requests-ntlm)|4.921366594360086e-06| +|pypi|[h5io](https://pypi.org/project/h5io)|4.915213967814667e-06| +|pypi|[ipyannotator](https://github.com/palaimon/ipyannotator)|4.9029804177933615e-06| +|pypi|[ipycanvas](https://github.com/martinRenou/ipycanvas)|4.9029804177933615e-06| +|pypi|[PyPubSub](https://github.com/schollii/pypubsub)|4.9029804177933615e-06| +|pypi|[voila](https://pypi.org/project/voila)|4.9029804177933615e-06| +|pypi|[SALib](http://salib.github.io/SALib/)|4.900546172916021e-06| +|pypi|[rdkit-pypi](https://github.com/kuelumbus/rdkit-pypi)|4.899457150413423e-06| +|pypi|[testtools](https://github.com/testing-cabal/testtools)|4.875246358847226e-06| +|pypi|[fixtures](https://pypi.org/project/fixtures)|4.875246358847226e-06| +|pypi|[pyDeprecate](https://pypi.org/project/pyDeprecate)|4.8478787702856005e-06| +|pypi|[pyahocorasick](http://github.com/WojciechMula/pyahocorasick)|4.828308026030372e-06| +|pypi|[webob](https://pypi.org/project/webob)|4.819350253867607e-06| +|pypi|[depinfo](https://github.com/Midnighter/dependency-info)|4.776058910834578e-06| +|pypi|[sspa](https://github.com/cwieder/sspa)|4.772234273318873e-06| +|pypi|[gseapy](https://github.com/zqfang/gseapy)|4.772234273318873e-06| +|pypi|[nvidia-nvjitlink-cu12](https://pypi.org/project/nvidia-nvjitlink-cu12)|4.757549866706498e-06| +|pypi|[nvidia-cuda-nvcc-cu12](https://pypi.org/project/nvidia-cuda-nvcc-cu12)|4.757549866706498e-06| +|pypi|[pint-pulsar](https://pypi.org/project/pint-pulsar)|4.7562558103501805e-06| +|pypi|[grayskull](https://pypi.org/project/grayskull)|4.724511930585683e-06| +|pypi|[xarray-datatree](https://pypi.org/project/xarray-datatree)|4.687015804152464e-06| +|pypi|[bx-python](https://github.com/bxlab/bx-python)|4.686570550257352e-06| +|pypi|[slicer](https://pypi.org/project/slicer)|4.674690818942446e-06| +|pypi|[scikit-fem](https://github.com/kinnala/scikit-fem)|4.610524527611533e-06| +|pypi|[tensorboardX](https://pypi.org/project/tensorboardX)|4.60552428082428e-06| +|pypi|[jupyterlite-sphinx](https://pypi.org/project/jupyterlite-sphinx)|4.58464151158808e-06| +|pypi|[dnest4](https://pypi.org/project/dnest4)|4.582131534409192e-06| +|pypi|[python-keystoneclient](https://docs.openstack.org/python-keystoneclient/latest/)|4.571005061460593e-06| +|pypi|[pycocotools](https://github.com/ppwwyyxx/cocoapi)|4.533622559652926e-06| +|pypi|[descartes](http://bitbucket.org/sgillies/descartes/)|4.522683337580824e-06| +|pypi|[gitdb2](https://github.com/gitpython-developers/gitdb)|4.516578865819649e-06| +|pypi|[smmap2](https://github.com/gitpython-developers/smmap)|4.516578865819649e-06| +|pypi|[jupyter-book](https://executablebooks.org/)|4.473969631236453e-06| +|pypi|[jupyter-latex-envs](https://pypi.org/project/jupyter-latex-envs)|4.408818737067285e-06| +|pypi|[jupyter-highlight-selected-word](https://pypi.org/project/jupyter-highlight-selected-word)|4.408818737067285e-06| +|pypi|[jupyter-packaging](https://pypi.org/project/jupyter-packaging)|4.384937635574838e-06| +|pypi|[cairosvg](https://courtbouillon.org/cairosvg)|4.384016802671902e-06| +|pypi|[vplanet](https://github.com/VirtualPlanetaryLaboratory/vplanet)|4.379226744927906e-06| +|pypi|[kopt](https://pypi.org/project/kopt)|4.374548083875632e-06| +|pypi|[oemof.solph](https://oemof.org)|4.332293926247289e-06| +|pypi|[horovod](https://pypi.org/project/horovod)|4.322463445264661e-06| +|pypi|[lcapy](https://pypi.org/project/lcapy)|4.312259885529101e-06| +|pypi|[scikit-spatial](https://pypi.org/project/scikit-spatial)|4.312259885529101e-06| +|pypi|[textwrapper](https://pypi.org/project/textwrapper)|4.312259885529101e-06| +|pypi|[property-cached](https://pypi.org/project/property-cached)|4.312259885529101e-06| +|pypi|[pyviz-comms](https://pypi.org/project/pyviz-comms)|4.309103586218553e-06| +|pypi|[jsonargparse](https://pypi.org/project/jsonargparse)|4.308362147038594e-06| +|pypi|[SoundCard](https://github.com/bastibe/SoundCard)|4.295010845986986e-06| +|pypi|[SoundFile](https://github.com/bastibe/PySoundFile)|4.295010845986986e-06| +|pypi|[mdurl](https://pypi.org/project/mdurl)|4.271707299820805e-06| +|pypi|[apipkg](https://pypi.org/project/apipkg)|4.260923458320421e-06| +|pypi|[atpublic](https://pypi.org/project/atpublic)|4.260923458320421e-06| +|pypi|[dvc](https://pypi.org/project/dvc)|4.260923458320421e-06| +|pypi|[jsonpath-ng](https://pypi.org/project/jsonpath-ng)|4.260923458320421e-06| +|pypi|[nanotime](https://pypi.org/project/nanotime)|4.260923458320421e-06| +|pypi|[orderedattrdict](https://pypi.org/project/orderedattrdict)|4.260923458320421e-06| +|pypi|[pyskiplist](https://pypi.org/project/pyskiplist)|4.260923458320421e-06| +|pypi|[treelib](https://pypi.org/project/treelib)|4.260923458320421e-06| +|pypi|[nbdime](https://pypi.org/project/nbdime)|4.257252508879406e-06| +|pypi|[pymc3-ext](https://github.com/exoplanet-dev/pymc3-ext)|4.239366883913585e-06| +|pypi|[pip-check-reqs](https://pypi.org/project/pip-check-reqs)|4.218314223737217e-06| +|pypi|[retrolab](https://pypi.org/project/retrolab)|4.218314223737217e-06| +|pypi|[jupyterlab>=3](https://pypi.org/project/jupyterlab>=3)|4.218314223737217e-06| +|pypi|[traitlets>=4.3](https://pypi.org/project/traitlets>=4.3)|4.218314223737217e-06| +|pypi|[tornado>=5.1](https://pypi.org/project/tornado>=5.1)|4.218314223737217e-06| +|pypi|[pyzmq>=18](https://pypi.org/project/pyzmq>=18)|4.218314223737217e-06| +|pypi|[python-dateutil>=2.1](https://pypi.org/project/python-dateutil>=2.1)|4.218314223737217e-06| +|pypi|[ipython>=4](https://pypi.org/project/ipython>=4)|4.218314223737217e-06| +|pypi|[ipykernel>=4.4](https://pypi.org/project/ipykernel>=4.4)|4.218314223737217e-06| +|pypi|[ligo-gracedb](https://pypi.org/project/ligo-gracedb)|4.214044674927766e-06| +|pypi|[sphinx_inline_tabs](https://github.com/pradyunsg/sphinx-inline-tabs)|4.178892662006383e-06| +|pypi|[openstacksdk](https://docs.openstack.org/openstacksdk/)|4.1733188720173525e-06| +|pypi|[npx](https://pypi.org/project/npx)|4.168686997575603e-06| +|pypi|[meshplex](https://pypi.org/project/meshplex)|4.168686997575603e-06| +|pypi|[skrebate](https://github.com/EpistasisLab/scikit-rebate)|4.168686997575603e-06| +|pypi|[dask-ml](https://pypi.org/project/dask-ml)|4.168686997575603e-06| +|pypi|[update-checker](https://pypi.org/project/update-checker)|4.168686997575603e-06| +|pypi|[texsoup](https://github.com/alvinwan/TexSoup)|4.156178662340106e-06| +|pypi|[sphinx-proof](https://pypi.org/project/sphinx-proof)|4.156178662340106e-06| +|pypi|[sphinx-multitoc-numbering](https://pypi.org/project/sphinx-multitoc-numbering)|4.156178662340106e-06| +|pypi|[sphinx_togglebutton](https://pypi.org/project/sphinx_togglebutton)|4.156178662340106e-06| +|pypi|[sphinx-jupyterbook-latex](https://pypi.org/project/sphinx-jupyterbook-latex)|4.156178662340106e-06| +|pypi|[sphinx-external-toc](https://pypi.org/project/sphinx-external-toc)|4.156178662340106e-06| +|pypi|[sphinx-comments](https://pypi.org/project/sphinx-comments)|4.156178662340106e-06| +|pypi|[boost-histogram](https://github.com/scikit-hep/boost-histogram)|4.14587852494577e-06| +|pypi|[Bio](https://github.com/ialbert/bio)|4.1150950618859325e-06| +|pypi|[flake8-logging-format](https://pypi.org/project/flake8-logging-format)|4.081936171910708e-06| +|pypi|[sphinx_autodoc_typehints](https://pypi.org/project/sphinx_autodoc_typehints)|4.078786043671851e-06| +|pypi|[bluesky](https://github.com/bluesky/bluesky)|4.0672451193058565e-06| +|pypi|[ophyd](https://pypi.org/project/ophyd)|4.0672451193058565e-06| +|pypi|[databroker](https://pypi.org/project/databroker)|4.0672451193058565e-06| +|pypi|[pyepics](https://pypi.org/project/pyepics)|4.0672451193058565e-06| +|pypi|[slicerator](https://pypi.org/project/slicerator)|4.0672451193058565e-06| +|pypi|[HeapDict](https://pypi.org/project/HeapDict)|4.0672451193058565e-06| +|pypi|[doct](https://pypi.org/project/doct)|4.0672451193058565e-06| +|pypi|[mongoquery](https://pypi.org/project/mongoquery)|4.0672451193058565e-06| +|pypi|[qt-material](https://pypi.org/project/qt-material)|4.0672451193058565e-06| +|pypi|[pyvisa](https://pypi.org/project/pyvisa)|4.0672451193058565e-06| +|pypi|[pyvisa-py](https://pypi.org/project/pyvisa-py)|4.0672451193058565e-06| +|pypi|[moarchiving](https://pypi.org/project/moarchiving)|4.055600711639995e-06| +|pypi|[pyinstrument](https://pypi.org/project/pyinstrument)|4.045000339057955e-06| +|pypi|[qudida](https://pypi.org/project/qudida)|4.026572668112798e-06| +|pypi|[nitime](https://pypi.org/project/nitime)|4.020420041567379e-06| +|pypi|[pytest-harvest](https://pypi.org/project/pytest-harvest)|4.020420041567379e-06| +|pypi|[cosmospectra](https://github.com/sambit-giri/cosmospectra.git)|3.989289587852497e-06| +|pypi|[rustworkx](https://github.com/Qiskit/rustworkx)|3.976861894432395e-06| +|pypi|[mako](https://www.makotemplates.org/)|3.968018764091773e-06| +|pypi|[PySCIPOpt](https://pypi.org/project/PySCIPOpt)|3.937093275488069e-06| +|pypi|[proxsuite](https://pypi.org/project/proxsuite)|3.937093275488069e-06| +|pypi|[piqp](https://pypi.org/project/piqp)|3.937093275488069e-06| +|pypi|[Mosek](https://pypi.org/project/Mosek)|3.937093275488069e-06| +|pypi|[diffcp](https://pypi.org/project/diffcp)|3.937093275488069e-06| +|pypi|[cylp](https://pypi.org/project/cylp)|3.937093275488069e-06| +|pypi|[scs](https://pypi.org/project/scs)|3.937093275488069e-06| +|pypi|[clarabel](https://pypi.org/project/clarabel)|3.937093275488069e-06| +|pypi|[ecos](https://pypi.org/project/ecos)|3.937093275488069e-06| +|pypi|[osqp](https://pypi.org/project/osqp)|3.937093275488069e-06| +|pypi|[user-agents](https://pypi.org/project/user-agents)|3.937093275488069e-06| +|pypi|[dataclasses-json](https://github.com/lidatong/dataclasses-json)|3.921302794436648e-06| +|pypi|[tableschema-sql](https://pypi.org/project/tableschema-sql)|3.908144060227128e-06| +|pypi|[pylama](https://pypi.org/project/pylama)|3.908144060227128e-06| +|pypi|[tabulator](https://pypi.org/project/tabulator)|3.908144060227128e-06| +|pypi|[tableschema](https://pypi.org/project/tableschema)|3.908144060227128e-06| +|pypi|[Chameleon](https://pypi.org/project/Chameleon)|3.907437248218159e-06| +|pypi|[coconut](https://pypi.org/project/coconut)|3.893828514218969e-06| +|pypi|[jupyter-cache](https://pypi.org/project/jupyter-cache)|3.893828514218969e-06| +|pypi|[css-html-js-minify](https://pypi.org/project/css-html-js-minify)|3.890408374988211e-06| +|pypi|[Epip](https://pypi.org/project/Epip)|3.890408374988211e-06| +|pypi|[pyproject_hooks](https://pypi.org/project/pyproject_hooks)|3.890408374988211e-06| +|pypi|[decorit](https://gitlab.com/braniii/decorit)|3.885962193988229e-06| +|pypi|[ducc0](https://pypi.org/project/ducc0)|3.856035472757434e-06| +|pypi|[langcodes](https://pypi.org/project/langcodes)|3.842063361256022e-06| +|pypi|[pathy](https://pypi.org/project/pathy)|3.842063361256022e-06| +|pypi|[spacy-loggers](https://pypi.org/project/spacy-loggers)|3.842063361256022e-06| +|pypi|[sentencepiece](https://pypi.org/project/sentencepiece)|3.837090136563265e-06| +|pypi|[ansi2html](https://pypi.org/project/ansi2html)|3.829042688167642e-06| +|pypi|[cvxpy](https://github.com/cvxpy/cvxpy)|3.824066674277889e-06| +|pypi|[pytray](https://github.com/muhrin/pytray.git)|3.797038573988497e-06| +|pypi|[wurlitzer](https://pypi.org/project/wurlitzer)|3.776556188757573e-06| +|pypi|[pyssht](http://astro-informatics.github.io/ssht/)|3.7581344902386223e-06| +|pypi|[pys2let](http://astro-informatics.github.io/s2let/)|3.75813449023862e-06| +|pypi|[CacheControl](https://github.com/ionrock/cachecontrol)|3.7558103501704406e-06| +|pypi|[pytest-json-report](https://pypi.org/project/pytest-json-report)|3.7496126433219706e-06| +|pypi|[noodles](https://pypi.org/project/noodles)|3.7490882219732508e-06| +|pypi|[hupper](https://pypi.org/project/hupper)|3.738140926318802e-06| +|pypi|[venusian](https://pypi.org/project/venusian)|3.738140926318802e-06| +|pypi|[sas7bdat](https://pypi.org/project/sas7bdat)|3.7298778399360653e-06| +|pypi|[sas-kernel](https://pypi.org/project/sas-kernel)|3.7298778399360653e-06| +|pypi|[saspy](https://pypi.org/project/saspy)|3.7298778399360653e-06| +|pypi|[Twisted](https://pypi.org/project/Twisted)|3.7159830408203514e-06| +|pypi|[wordcloud](https://pypi.org/project/wordcloud)|3.713291931267737e-06| +|pypi|[portray](https://pypi.org/project/portray)|3.691024945770065e-06| +|pypi|[typing-inspect](https://pypi.org/project/typing-inspect)|3.691024945770065e-06| +|pypi|[marshmallow-enum](https://pypi.org/project/marshmallow-enum)|3.691024945770065e-06| +|pypi|[validate-pyproject](https://pypi.org/project/validate-pyproject)|3.6642182392514762e-06| +|pypi|[pyproject-fmt](https://pypi.org/project/pyproject-fmt)|3.6642182392514762e-06| +|pypi|[tomlkit](https://pypi.org/project/tomlkit)|3.6642182392514762e-06| +|pypi|[configupdater](https://pypi.org/project/configupdater)|3.6642182392514762e-06| +|pypi|[spacy-lookups-data](https://pypi.org/project/spacy-lookups-data)|3.6432202665344017e-06| +|pypi|[feedparser](https://pypi.org/project/feedparser)|3.6426242815637283e-06| +|pypi|[repoze.lru](https://pypi.org/project/repoze.lru)|3.6164587852494587e-06| +|requirements.txt|gitlab/aegge/comet-emu|3.6153289949385395e-06| +|requirements.txt|gitlab/rki_bioinformatics/IDeFIX|3.6153289949385395e-06| +|requirements.txt|gitlab/rki_bioinformatics/purple|3.6153289949385395e-06| +|requirements.txt|gitlab/mauricemolli/petitRADTRANS|3.6153289949385395e-06| +|requirements.txt|gitlab/dsbowen/conditional-inference|3.6153289949385395e-06| +|requirements.txt|gitlab/sybreton/apollinaire|3.6153289949385395e-06| +|requirements.txt|gitlab/esa/pyxel|3.6153289949385395e-06| +|requirements.txt|gitlab/gpagano/lensinggw|3.6153289949385395e-06| +|requirements.txt|gitlab/binary_c/binary_c-python|3.6153289949385395e-06| +|requirements.txt|gitlab/pipe3d/pyPipe3D|3.6153289949385395e-06| +|requirements.txt|gitlab/eleonoraalei/exo-mercat-gui|3.6153289949385395e-06| +|requirements.txt|gitlab/ENKI-portal/vaporock|3.6153289949385395e-06| +|requirements.txt|gitlab/ENKI-portal/ThermoEngine|3.6153289949385395e-06| +|requirements.txt|gitlab/AstroVian/bmarxiv|3.6153289949385395e-06| +|requirements.txt|gitlab/jesseds/apav|3.6153289949385395e-06| +|requirements.txt|gitlab/LouisLab/PiVR|3.6153289949385395e-06| +|requirements.txt|gitlab/dglaeser/fieldcompare|3.6153289949385395e-06| +|requirements.txt|gitlab/casi-project/casi-2d|3.6153289949385395e-06| +|requirements.txt|gitlab/cracklet/cracklet|3.6153289949385395e-06| +|requirements.txt|gitlab/etienne.behar/menura|3.6153289949385395e-06| +|requirements.txt|github/LINNAE-project/SFB-Annotator|3.6153289949385395e-06| +|requirements.txt|github/pylops/pyproximal|3.6153289949385395e-06| +|requirements.txt|github/tikk3r/legacystamps|3.6153289949385395e-06| +|requirements.txt|github/katholt/Kleborate|3.6153289949385395e-06| +|requirements.txt|github/fgbuster/fgbuster|3.6153289949385395e-06| +|requirements.txt|github/hyosubkim/bayes-toolbox|3.6153289949385395e-06| +|requirements.txt|github/grahambell/pymoc|3.6153289949385395e-06| +|requirements.txt|github/rodluger/everest|3.6153289949385395e-06| +|requirements.txt|github/xraypy/xraylarch|3.6153289949385395e-06| +|requirements.txt|github/Leo-Simpson/c-lasso|3.6153289949385395e-06| +|requirements.txt|github/variomes/sibtm-variomes|3.6153289949385395e-06| +|requirements.txt|github/robashaw/libecpint|3.6153289949385395e-06| +|requirements.txt|github/barentsen/dave|3.6153289949385395e-06| +|requirements.txt|github/barentsen/k2flix|3.6153289949385395e-06| +|requirements.txt|github/MetaCell/scicrunch-antibody-registry|3.6153289949385395e-06| +|requirements.txt|github/pyamg/pyamg|3.6153289949385395e-06| +|requirements.txt|github/bengeof/QPoweredCompound2DeNovoDrugPropMax|3.6153289949385395e-06| +|requirements.txt|github/UoMMIB/TFBMiner|3.6153289949385395e-06| +|requirements.txt|github/klb2/qmkpy|3.6153289949385395e-06| +|requirements.txt|github/WangLabTHU/DeSP|3.6153289949385395e-06| +|requirements.txt|github/SuperKogito/spafe|3.6153289949385395e-06| +|requirements.txt|github/bonsai-team/matam|3.6153289949385395e-06| +|requirements.txt|github/harrispopgen/mutyper|3.6153289949385395e-06| +|requirements.txt|github/zhoux85/scAdapt|3.6153289949385395e-06| +|requirements.txt|github/danhey/echelle|3.6153289949385395e-06| +|requirements.txt|github/astromer-science/main-code|3.6153289949385395e-06| +|requirements.txt|github/aimalz/qp|3.6153289949385395e-06| +|requirements.txt|github/lmcinnes/umap|3.6153289949385395e-06| +|requirements.txt|github/onnela-lab/beiwe-backend|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/hide|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/seek|3.6153289949385395e-06| +|requirements.txt|github/cosmo-ethz/CosmoHammer|3.6153289949385395e-06| +|requirements.txt|github/materialsproject/pymatgen-analysis-defects|3.6153289949385395e-06| +|requirements.txt|github/LCOGT/neoexchange|3.6153289949385395e-06| +|requirements.txt|github/mlares/hearsay|3.6153289949385395e-06| +|requirements.txt|github/tessgi/tvguide|3.6153289949385395e-06| +|requirements.txt|github/ot483/NetCom|3.6153289949385395e-06| +|requirements.txt|github/pnsaevik/effluent|3.6153289949385395e-06| +|requirements.txt|github/LuisScoccola/persistable|3.6153289949385395e-06| +|requirements.txt|github/duetosymmetry/qnm|3.6153289949385395e-06| +|requirements.txt|github/ToyotaCRDL/mahos|3.6153289949385395e-06| +|requirements.txt|github/firefly-cpp/NiaARM|3.6153289949385395e-06| +|requirements.txt|github/soraxas/sbp-env|3.6153289949385395e-06| +|requirements.txt|github/mwvgroup/pwv_kpno|3.6153289949385395e-06| +|requirements.txt|github/linsalrob/PhiSpy|3.6153289949385395e-06| +|requirements.txt|github/emerge-erc/ALminer|3.6153289949385395e-06| +|requirements.txt|github/PolymerGuy/recolo|3.6153289949385395e-06| +|requirements.txt|github/amrex-astro/Castro|3.6153289949385395e-06| +|requirements.txt|github/amrex-astro/Nyx|3.6153289949385395e-06| +|requirements.txt|github/JulianZDing/UniMAP|3.6153289949385395e-06| +|requirements.txt|github/STOmics/EAGS|3.6153289949385395e-06| +|requirements.txt|github/sybila/biodivine-aeon-py|3.6153289949385395e-06| +|requirements.txt|github/mwalmsley/zoobot|3.6153289949385395e-06| +|requirements.txt|github/AlexanderJuestel/pyheatdemand|3.6153289949385395e-06| +|requirements.txt|github/intake/intake|3.6153289949385395e-06| +|requirements.txt|github/CosmoStatGW/MGCosmoPop|3.6153289949385395e-06| +|requirements.txt|github/CosmoStatGW/DarkSirensStat|3.6153289949385395e-06| +|requirements.txt|github/nialov/fractopo|3.6153289949385395e-06| +|requirements.txt|github/secimTools/SECIMTools|3.6153289949385395e-06| +|requirements.txt|github/mraveri/tensiometer|3.6153289949385395e-06| +|requirements.txt|github/frescigno/magpy_rv|3.6153289949385395e-06| +|requirements.txt|github/abinit/abinit|3.6153289949385395e-06| +|requirements.txt|github/EGaraldi/corecon|3.6153289949385395e-06| +|requirements.txt|github/fenderglass/Ragout|3.6153289949385395e-06| +|requirements.txt|github/fenderglass/Flye|3.6153289949385395e-06| +|requirements.txt|github/ebachelet/pyLIMA|3.6153289949385395e-06| +|requirements.txt|github/KVSlab/VaMPy|3.6153289949385395e-06| +|requirements.txt|github/StingraySoftware/HENDRICS|3.6153289949385395e-06| +|requirements.txt|github/21cmfast/21cmEMU|3.6153289949385395e-06| +|requirements.txt|github/a-griffiths/AutoSpec|3.6153289949385395e-06| +|requirements.txt|github/MIAnalyzer/MIA|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/Castro|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/MAESTROeX|3.6153289949385395e-06| +|requirements.txt|github/AMReX-Astro/Nyx|3.6153289949385395e-06| +|requirements.txt|github/matiscke/lcps|3.6153289949385395e-06| +|requirements.txt|github/johnh2o2/cuvarbase|3.6153289949385395e-06| +|requirements.txt|github/johnpaulett/python-hl7|3.6153289949385395e-06| +|requirements.txt|github/mswzeus/TargetNet|3.6153289949385395e-06| +|requirements.txt|github/lpantano/seqcluster|3.6153289949385395e-06| +|requirements.txt|github/dirmeier/surjectors|3.6153289949385395e-06| +|requirements.txt|github/swagnercarena/paltas|3.6153289949385395e-06| +|requirements.txt|github/damonge/schNell|3.6153289949385395e-06| +|requirements.txt|github/roualdes/bridgestan|3.6153289949385395e-06| +|requirements.txt|github/ismael-mendoza/ShapeMeasurementFisherFormalism|3.6153289949385395e-06| +|requirements.txt|github/kiyo-masui/bitshuffle|3.6153289949385395e-06| +|requirements.txt|github/lgrcia/prose|3.6153289949385395e-06| +|requirements.txt|github/achael/eht-imaging|3.6153289949385395e-06| +|requirements.txt|github/iancze/PSOAP|3.6153289949385395e-06| +|requirements.txt|github/Kamuish/archi|3.6153289949385395e-06| +|requirements.txt|github/mpound/pdrtpy|3.6153289949385395e-06| +|requirements.txt|github/UgoLomoio/gtex_visualizer|3.6153289949385395e-06| +|requirements.txt|github/labsyspharm/minerva-story|3.6153289949385395e-06| +|requirements.txt|github/aewallin/allantools|3.6153289949385395e-06| +|requirements.txt|github/mrempel/geohexviz|3.6153289949385395e-06| +|requirements.txt|github/HannahMDoherty/ChemGAPP|3.6153289949385395e-06| +|requirements.txt|github/pysam-developers/pysam|3.6153289949385395e-06| +|requirements.txt|github/wmglab-duke/ascent|3.6153289949385395e-06| +|requirements.txt|github/pynucastro/pynucastro|3.6153289949385395e-06| +|requirements.txt|github/li-yangyang/lotus|3.6153289949385395e-06| +|requirements.txt|github/austinpeel/herculens|3.6153289949385395e-06| +|requirements.txt|github/JakobBD/pounce|3.6153289949385395e-06| +|requirements.txt|github/annayqho/TheCannon|3.6153289949385395e-06| +|requirements.txt|github/Basvanstein/GSAreport|3.6153289949385395e-06| +|requirements.txt|github/kkjawz/coref-ee|3.6153289949385395e-06| +|requirements.txt|github/Cadaei-Yuvxvs/OSHy-X|3.6153289949385395e-06| +|requirements.txt|github/jesford/cluster-lensing|3.6153289949385395e-06| +|requirements.txt|github/broadinstitute/cromwell|3.6153289949385395e-06| +|requirements.txt|github/dartoon/galight|3.6153289949385395e-06| +|requirements.txt|github/LeandroOrdonez/explora-vr-dash-client|3.6153289949385395e-06| +|requirements.txt|github/snowformatics/macrobot|3.6153289949385395e-06| +|requirements.txt|github/Jacks0nJ/PyFPT|3.6153289949385395e-06| +|requirements.txt|github/epi2me-labs/mapula|3.6153289949385395e-06| +|requirements.txt|github/skyfielders/python-skyfield|3.6153289949385395e-06| +|requirements.txt|github/luizfelippesr/galmag|3.6153289949385395e-06| +|requirements.txt|github/erling6232/imagedata|3.6153289949385395e-06| +|requirements.txt|github/jts/nanopolish|3.6153289949385395e-06| +|requirements.txt|github/MrOlm/drep|3.6153289949385395e-06| +|requirements.txt|github/theislab/scCODA|3.6153289949385395e-06| +|requirements.txt|github/uab-cgds-worthey/quac|3.6153289949385395e-06| +|requirements.txt|github/python-hydro/pyro2|3.6153289949385395e-06| +|requirements.txt|github/desihub/fastspecfit|3.6153289949385395e-06| +|requirements.txt|github/fhcrc/seqmagick|3.6153289949385395e-06| +|requirements.txt|github/deepsphere/deepsphere-cosmo-tf1|3.6153289949385395e-06| +|requirements.txt|github/kinnala/scikit-fem|3.6153289949385395e-06| +|requirements.txt|github/sorenwacker/ProteomicsQC|3.6153289949385395e-06| +|requirements.txt|github/scikit-learn-contrib/hdbscan|3.6153289949385395e-06| +|requirements.txt|github/Higgins00/TESS-Localize|3.6153289949385395e-06| +|requirements.txt|github/palaeoware/revosim|3.6153289949385395e-06| +|requirements.txt|github/tholoien/empiriciSN|3.6153289949385395e-06| +|requirements.txt|github/tholoien/XDGMM|3.6153289949385395e-06| +|requirements.txt|github/mentatpsi/OSGenome|3.6153289949385395e-06| +|requirements.txt|github/hpparvi/opents|3.6153289949385395e-06| +|requirements.txt|github/hpparvi/PyTransit|3.6153289949385395e-06| +|requirements.txt|github/ronshnapp/MyPTV|3.6153289949385395e-06| +|requirements.txt|github/yrjia1015/CRISPRCasStack|3.6153289949385395e-06| +|requirements.txt|github/trygvrad/DF-XRM_viz|3.6153289949385395e-06| +|requirements.txt|github/HLasse/TextDescriptives|3.6153289949385395e-06| +|requirements.txt|github/ZJUFanLab/bulk2space|3.6153289949385395e-06| +|requirements.txt|github/ppsp-team/PyNM|3.6153289949385395e-06| +|requirements.txt|github/FAU-LAP/NOMAD-CAMELS|3.6153289949385395e-06| +|requirements.txt|github/ABM4ALL/Melodie|3.6153289949385395e-06| +|requirements.txt|github/esa/NIDN|3.6153289949385395e-06| +|requirements.txt|github/smaret/astrochem|3.6153289949385395e-06| +|requirements.txt|github/FlorianThibord/OptimiR|3.6153289949385395e-06| +|requirements.txt|github/muctadir/lama|3.6153289949385395e-06| +|requirements.txt|github/COMBINE-lab/alevin-fry|3.6153289949385395e-06| +|requirements.txt|github/rhdtownsend/gyre|3.6153289949385395e-06| +|requirements.txt|github/chanzuckerberg/cellxgene|3.6153289949385395e-06| +|requirements.txt|github/dib-lab/dammit|3.6153289949385395e-06| +|requirements.txt|github/dib-lab/sourmash|3.6153289949385395e-06| +|requirements.txt|github/cwieder/py-ssPA|3.6153289949385395e-06| +|requirements.txt|github/igmhub/LyaCoLoRe|3.6153289949385395e-06| +|requirements.txt|github/igmhub/picca|3.6153289949385395e-06| +|requirements.txt|github/SarveshVGharat/Plages-Identification|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/pycrires|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/ARTES|3.6153289949385395e-06| +|requirements.txt|github/tomasstolker/species|3.6153289949385395e-06| +|requirements.txt|github/Lyalpha/spalipy|3.6153289949385395e-06| +|requirements.txt|github/rcsb/mmtf-python|3.6153289949385395e-06| +|requirements.txt|github/stinefm/relsad|3.6153289949385395e-06| +|requirements.txt|github/danielenricocahall/elephas|3.6153289949385395e-06| +|requirements.txt|github/idruglab/hignn|3.6153289949385395e-06| +|requirements.txt|github/Climdyn/qgs|3.6153289949385395e-06| +|requirements.txt|github/PaulRitsche/DLTrack|3.6153289949385395e-06| +|requirements.txt|github/ablab/TandemTools|3.6153289949385395e-06| +|requirements.txt|github/pavolgaj/ObsPlanner|3.6153289949385395e-06| +|requirements.txt|github/Smith42/pix2prof|3.6153289949385395e-06| +|requirements.txt|github/legolason/PyQSOFit|3.6153289949385395e-06| +|requirements.txt|github/kingyin3613/RingsPy|3.6153289949385395e-06| +|requirements.txt|github/OpenBioLink/Explorer|3.6153289949385395e-06| +|requirements.txt|github/abatten/fruitbat|3.6153289949385395e-06| +|requirements.txt|github/tamarervin/SolAster|3.6153289949385395e-06| +|requirements.txt|github/dfm/ketu|3.6153289949385395e-06| +|requirements.txt|github/ketch/RK-Opt|3.6153289949385395e-06| +|requirements.txt|github/minkailin/stratsi|3.6153289949385395e-06| +|requirements.txt|github/londumas/redvsblue|3.6153289949385395e-06| +|requirements.txt|github/deeptools/deepTools|3.6153289949385395e-06| +|requirements.txt|github/deeptools/HiCExplorer|3.6153289949385395e-06| +|requirements.txt|github/arnikz/PIQMIe|3.6153289949385395e-06| +|requirements.txt|github/huiwenke/MineProt|3.6153289949385395e-06| +|requirements.txt|github/Zafiirah13/meercrab|3.6153289949385395e-06| +|requirements.txt|github/dengzhuo-AI/Real-Fundus|3.6153289949385395e-06| +|requirements.txt|github/miracum/ahd2fhir|3.6153289949385395e-06| +|requirements.txt|github/rae-holcomb/SpinSpotter|3.6153289949385395e-06| +|requirements.txt|github/JLiangLab/TransVW|3.6153289949385395e-06| +|requirements.txt|github/kylemede/ExoSOFT|3.6153289949385395e-06| +|requirements.txt|github/myinxd/mcrgnet|3.6153289949385395e-06| +|requirements.txt|github/semaphoreP/whereistheplanet|3.6153289949385395e-06| +|requirements.txt|github/epfl-radio-astro/PINION|3.6153289949385395e-06| +|requirements.txt|github/epfl-radio-astro/LiSA|3.6153289949385395e-06| +|requirements.txt|github/sczesla/PyAstronomy|3.6153289949385395e-06| +|requirements.txt|github/igvteam/igv-reports|3.6153289949385395e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_scrnaseq|3.6153289949385395e-06| +|requirements.txt|github/BIMSBbioinfo/pigx_rnaseq|3.6153289949385395e-06| +|requirements.txt|github/freqtrade/freqtrade|3.6153289949385395e-06| +|requirements.txt|github/nlesc/embodied-emotions-scripts|3.6153289949385395e-06| +|requirements.txt|github/holmescao/ANTS_marking_and_analysis_tools|3.6153289949385395e-06| +|requirements.txt|github/suneeshjacob/ACRoD|3.6153289949385395e-06| +|requirements.txt|github/wathela/FIRST-CLASSIFIER|3.6153289949385395e-06| +|requirements.txt|github/kboone/avocado|3.6153289949385395e-06| +|requirements.txt|github/lucianolorenti/ceruleo|3.6153289949385395e-06| +|requirements.txt|github/icecube/TauRunner|3.6153289949385395e-06| +|requirements.txt|github/nuclear-multimessenger-astronomy/nmma|3.6153289949385395e-06| +|requirements.txt|github/ashleychontos/pySYD|3.6153289949385395e-06| +|requirements.txt|github/nextstrain/nextclade|3.6153289949385395e-06| +|requirements.txt|github/CederGroupHub/sparse-lm|3.6153289949385395e-06| +|requirements.txt|github/CederGroupHub/smol|3.6153289949385395e-06| +|requirements.txt|github/SPARC-FAIR-Codeathon/aqua|3.6153289949385395e-06| +|requirements.txt|github/pysal/spopt|3.6153289949385395e-06| +|requirements.txt|github/atomec-project/atoMEC|3.6153289949385395e-06| +|requirements.txt|github/Narayana-Rao/SAR-tools|3.6153289949385395e-06| +|requirements.txt|github/htjb/globalemu|3.6153289949385395e-06| +|requirements.txt|github/htjb/margarine|3.6153289949385395e-06| +|requirements.txt|github/benjaminbolling/RSW|3.6153289949385395e-06| +|requirements.txt|github/wouterpeere/GHEtool|3.6153289949385395e-06| +|requirements.txt|github/RuiningZHAO/wcpy|3.6153289949385395e-06| +|requirements.txt|github/YangLab/CIRCexplorer2|3.6153289949385395e-06| +|requirements.txt|github/vortex-exoplanet/VIP|3.6153289949385395e-06| +|requirements.txt|github/SESMG/SESMG|3.6153289949385395e-06| +|requirements.txt|github/damar-wicaksono/uqtestfuns|3.6153289949385395e-06| +|requirements.txt|github/johnveitch/cpnest|3.6153289949385395e-06| +|requirements.txt|github/xinyiguan/py2lispIDyOM|3.6153289949385395e-06| +|requirements.txt|github/PacificBiosciences/pbbam|3.6153289949385395e-06| +|requirements.txt|github/ncbi/datasets|3.6153289949385395e-06| +|requirements.txt|github/ImperialCollegeLondon/research-software-directory-data|3.6153289949385395e-06| +|requirements.txt|github/ImperialCollegeLondon/champ|3.6153289949385395e-06| +|requirements.txt|github/xuanxu/starmatrix|3.6153289949385395e-06| +|requirements.txt|github/moead-framework/framework|3.6153289949385395e-06| +|requirements.txt|github/ianfhunter/GNOLL|3.6153289949385395e-06| +|requirements.txt|github/cylammarco/WDPhotTools|3.6153289949385395e-06| +|requirements.txt|github/cylammarco/ASPIRED|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/VarSum|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/GeneNetFusion|3.6153289949385395e-06| +|requirements.txt|github/DEIB-GECO/MutViz|3.6153289949385395e-06| +|requirements.txt|github/kblin/ncbi-acc-download|3.6153289949385395e-06| +|requirements.txt|github/joshspeagle/dynesty|3.6153289949385395e-06| +|requirements.txt|github/villano-lab/nrCascadeSim|3.6153289949385395e-06| +|requirements.txt|github/segasai/rvspecfit|3.6153289949385395e-06| +|requirements.txt|github/JieZheng-ShanghaiTech/PiLSL|3.6153289949385395e-06| +|requirements.txt|github/j-erler/pymf|3.6153289949385395e-06| +|requirements.txt|github/JD2112/methylr|3.6153289949385395e-06| +|requirements.txt|github/tud-hri/joan|3.6153289949385395e-06| +|requirements.txt|github/tud-hri/travia|3.6153289949385395e-06| +|requirements.txt|github/jgieseler/solarmach|3.6153289949385395e-06| +|requirements.txt|github/williamjameshandley/anesthetic|3.6153289949385395e-06| +|requirements.txt|github/williamjameshandley/fgivenx|3.6153289949385395e-06| +|requirements.txt|github/ryneches/SuchTree|3.6153289949385395e-06| +|requirements.txt|github/wbalmer/backtracks|3.6153289949385395e-06| +|requirements.txt|github/wbalmer/backtrack|3.6153289949385395e-06| +|requirements.txt|github/silx-kit/pyFAI|3.6153289949385395e-06| +|requirements.txt|github/Beuth-Erdelt/DBMS-Benchmarker|3.6153289949385395e-06| +|requirements.txt|github/wcoulton/CompressedFisher|3.6153289949385395e-06| +|requirements.txt|github/mavrix93/LightCurvesClassifier|3.6153289949385395e-06| +|requirements.txt|github/phirling/pyc2ray|3.6153289949385395e-06| +|requirements.txt|github/JorenSix/Olaf|3.6153289949385395e-06| +|requirements.txt|github/cdanielmachado/reframed|3.6153289949385395e-06| +|requirements.txt|github/singularityhub/sregistry|3.6153289949385395e-06| +|requirements.txt|github/open2c/pairtools|3.6153289949385395e-06| +|requirements.txt|github/logan-pearce/lofti_gaia|3.6153289949385395e-06| +|requirements.txt|github/benstahl92/deepSIP|3.6153289949385395e-06| +|requirements.txt|github/khyox/recentrifuge|3.6153289949385395e-06| +|requirements.txt|github/pyomeca/biosiglive|3.6153289949385395e-06| +|requirements.txt|github/TianlaiProject/tlpipe|3.6153289949385395e-06| +|requirements.txt|github/SPARTA-dev/SPARTA|3.6153289949385395e-06| +|requirements.txt|github/taoliu/MACS|3.6153289949385395e-06| +|requirements.txt|github/radiocosmology/draco|3.6153289949385395e-06| +|requirements.txt|github/radiocosmology/driftscan|3.6153289949385395e-06| +|requirements.txt|github/SCIInstitute/UncertainSCI|3.6153289949385395e-06| +|requirements.txt|github/YesselmanLab/rna_map|3.6153289949385395e-06| +|requirements.txt|github/sebastian-zieba/PACMAN|3.6153289949385395e-06| +|requirements.txt|github/PNNL-m-q/mza|3.6153289949385395e-06| +|requirements.txt|github/micahvista/MAMnet|3.6153289949385395e-06| +|requirements.txt|github/jpierel14/snsed|3.6153289949385395e-06| +|requirements.txt|github/biocircuits/bioscrape|3.6153289949385395e-06| +|requirements.txt|github/me-manu/gammaALPs|3.6153289949385395e-06| +|requirements.txt|github/maxmahlke/ssos|3.6153289949385395e-06| +|requirements.txt|github/UTEL-UIUC/gtfs_segments|3.6153289949385395e-06| +|requirements.txt|github/EnricoCorsaro/FAMED|3.6153289949385395e-06| +|requirements.txt|github/winger/hawking_net|3.6153289949385395e-06| +|requirements.txt|github/kazewong/flowMC|3.6153289949385395e-06| +|requirements.txt|github/McMahonCosmologyGroup/holosim-ml|3.6153289949385395e-06| +|requirements.txt|github/BorgwardtLab/simbsig|3.6153289949385395e-06| +|requirements.txt|github/SterlingYM/astroPIPS|3.6153289949385395e-06| +|requirements.txt|github/statgen/Minimac4|3.6153289949385395e-06| +|requirements.txt|github/ajshajib/dolphin|3.6153289949385395e-06| +|requirements.txt|github/Rohit-Kundu/ET-NET_Covid-Detection|3.6153289949385395e-06| +|requirements.txt|github/NBISweden/AGAT|3.6153289949385395e-06| +|requirements.txt|github/saberyoung/haffet|3.6153289949385395e-06| +|requirements.txt|github/1313e/CMasher|3.6153289949385395e-06| +|requirements.txt|github/rzellem/EXOTIC|3.6153289949385395e-06| +|requirements.txt|github/scikit-tda/DREiMac|3.6153289949385395e-06| +|requirements.txt|github/MD-Studio/MDStudio|3.6153289949385395e-06| +|requirements.txt|github/Julian/jsonschema|3.6153289949385395e-06| +|requirements.txt|github/pudu-py/pudu|3.6153289949385395e-06| +|requirements.txt|github/NETL-RIC/URC-Assessment-Method|3.6153289949385395e-06| +|requirements.txt|github/asntech/intervene|3.6153289949385395e-06| +|requirements.txt|github/astroweaver/the_farmer|3.6153289949385395e-06| +|requirements.txt|github/ifilot/edp|3.6153289949385395e-06| +|requirements.txt|github/BioGearsEngine/core|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/Stimela-classic|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/PyMORESANE|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/QuartiCal|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/Stimela|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/rodrigues|3.6153289949385395e-06| +|requirements.txt|github/ratt-ru/breizorro|3.6153289949385395e-06| +|requirements.txt|github/mrtommyb/ktransit|3.6153289949385395e-06| +|requirements.txt|github/ArgonneCPAC/diffmah|3.6153289949385395e-06| +|requirements.txt|github/ArgonneCPAC/diffstar|3.6153289949385395e-06| +|requirements.txt|github/ywx649999311/EzTao|3.6153289949385395e-06| +|requirements.txt|github/icrar/daliuge|3.6153289949385395e-06| +|requirements.txt|github/OnroerendErfgoed/atramhasis|3.6153289949385395e-06| +|requirements.txt|github/MRChemSoft/mrchem|3.6153289949385395e-06| +|requirements.txt|github/NLeSC-GO-common-infrastructure/marzipan|3.6153289949385395e-06| +|requirements.txt|github/SimonPfeifer/cows|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/K2fov|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/kadenza|3.6153289949385395e-06| +|requirements.txt|github/KeplerGO/PyKE|3.6153289949385395e-06| +|requirements.txt|github/ucl-exoplanets/ExoTETHyS|3.6153289949385395e-06| +|requirements.txt|github/ucl-exoplanets/pylightcurve|3.6153289949385395e-06| +|requirements.txt|github/grant-m-s/astronomicAL|3.6153289949385395e-06| +|requirements.txt|github/mirapy-org/mirapy|3.6153289949385395e-06| +|requirements.txt|github/ihmwg/python-modelcif|3.6153289949385395e-06| +|requirements.txt|github/Samreay/ChainConsumer|3.6153289949385395e-06| +|requirements.txt|github/Samreay/Barry|3.6153289949385395e-06| +|requirements.txt|github/N-Wouda/ALNS|3.6153289949385395e-06| +|requirements.txt|github/teuben/QAC|3.6153289949385395e-06| +|requirements.txt|github/marius311/cosmoslik|3.6153289949385395e-06| +|requirements.txt|github/jkrogager/VoigtFit|3.6153289949385395e-06| +|requirements.txt|github/tuoyl/tat-pulsar|3.6153289949385395e-06| +|requirements.txt|github/mirnylab/cooler|3.6153289949385395e-06| +|requirements.txt|github/mirnylab/pairtools|3.6153289949385395e-06| +|requirements.txt|github/LoganAMorrison/Hazma|3.6153289949385395e-06| +|requirements.txt|github/openmsi/openmsistream|3.6153289949385395e-06| +|requirements.txt|github/IMMM-SFA/tell|3.6153289949385395e-06| +|requirements.txt|github/winni2k/abeona|3.6153289949385395e-06| +|requirements.txt|github/pni-lab/mlconfound|3.6153289949385395e-06| +|requirements.txt|github/vrodgom/statmorph|3.6153289949385395e-06| +|requirements.txt|github/kartheikiyer/dense_basis|3.6153289949385395e-06| +|requirements.txt|github/jellis18/PTMCMCSampler|3.6153289949385395e-06| +|requirements.txt|github/msyazwanfaid/hilalpy|3.6153289949385395e-06| +|requirements.txt|github/OxES/k2sc|3.6153289949385395e-06| +|requirements.txt|github/zachetienne/nrpytutorial|3.6153289949385395e-06| +|requirements.txt|github/iontorrent/TS|3.6153289949385395e-06| +|requirements.txt|github/bjmorgan/py-sc-fermi|3.6153289949385395e-06| +|requirements.txt|github/markur4/plotastic|3.6153289949385395e-06| +|requirements.txt|github/mwanakijiji/rrlfe|3.6153289949385395e-06| +|requirements.txt|github/connor-lab/vapor|3.6153289949385395e-06| +|requirements.txt|github/mgieles/limepy|3.6153289949385395e-06| +|requirements.txt|github/AndreyTavleev/DiscVerSt|3.6153289949385395e-06| +|requirements.txt|github/galaxyproject/galaxy-lib|3.6153289949385395e-06| +|requirements.txt|github/deepmind/alphafold|3.6153289949385395e-06| +|requirements.txt|github/r3w0p/bobocep|3.6153289949385395e-06| +|requirements.txt|github/SuLab/Wikidata-phenomizer|3.6153289949385395e-06| +|requirements.txt|github/tvwenger/millennium-tap-query|3.6153289949385395e-06| +|requirements.txt|github/pcingola/SnpEff|3.6153289949385395e-06| +|requirements.txt|github/rpoleski/MulensModel|3.6153289949385395e-06| +|requirements.txt|github/jtschindler/sculptor|3.6153289949385395e-06| +|requirements.txt|github/pmlmodelling/nctoolkit|3.6153289949385395e-06| +|requirements.txt|github/cmoestl/3DCORE|3.6153289949385395e-06| +|requirements.txt|github/stammler/dustpylib|3.6153289949385395e-06| +|requirements.txt|github/pyvisa/pyvisa|3.6153289949385395e-06| +|requirements.txt|github/jmsdsouzaPhD/GWDALI|3.6153289949385395e-06| +|requirements.txt|github/siavashk/pycpd|3.6153289949385395e-06| +|requirements.txt|github/alawryaguila/multi-view-AE|3.6153289949385395e-06| +|requirements.txt|github/rsnemmen/BCES|3.6153289949385395e-06| +|requirements.txt|github/zhangyk8/sconce-scms|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/spinning-up-basic|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/Rainbow|3.6153289949385395e-06| +|requirements.txt|github/Kaixhin/PlaNet|3.6153289949385395e-06| +|requirements.txt|github/TNEL-UCSD/autolfads-deploy|3.6153289949385395e-06| +|requirements.txt|github/BobAubouin/Python_Anesthesia_Simulator|3.6153289949385395e-06| +|requirements.txt|github/benlansdell/ethome|3.6153289949385395e-06| +|requirements.txt|github/VIB-PSB/MINI-EX|3.6153289949385395e-06| +|requirements.txt|github/BASTAcode/BASTA|3.6153289949385395e-06| +|requirements.txt|github/transientskp/lpf|3.6153289949385395e-06| +|requirements.txt|github/astroboylrx/Rubble|3.6153289949385395e-06| +|requirements.txt|github/aboucaud/pypher|3.6153289949385395e-06| +|requirements.txt|github/gmbrandt/HTOF|3.6153289949385395e-06| +|requirements.txt|github/exoclime/HELA|3.6153289949385395e-06| +|requirements.txt|github/exoclime/HELIOS-K|3.6153289949385395e-06| +|requirements.txt|github/valentineap/pyprop8|3.6153289949385395e-06| +|requirements.txt|github/mms-fcul/PypKa|3.6153289949385395e-06| +|requirements.txt|github/Chenmi0619/GALMoss|3.6153289949385395e-06| +|requirements.txt|github/gbrammer/grizli|3.6153289949385395e-06| +|requirements.txt|github/RBrearton/islatu|3.6153289949385395e-06| +|requirements.txt|github/travisseymour/EPICpy|3.6153289949385395e-06| +|requirements.txt|github/chemfiles/chemfiles|3.6153289949385395e-06| +|requirements.txt|github/mindearth/mobilkit|3.6153289949385395e-06| +|requirements.txt|github/ITA-Solar/rh|3.6153289949385395e-06| +|requirements.txt|github/mjshao06/pdifFinder|3.6153289949385395e-06| +|requirements.txt|github/parsotat/batanalysis|3.6153289949385395e-06| +|requirements.txt|github/LSARP/ProteomicsQC|3.6153289949385395e-06| +|requirements.txt|github/hongwanliu/DarkHistory|3.6153289949385395e-06| +|requirements.txt|github/AOtools/aotools|3.6153289949385395e-06| +|requirements.txt|github/hposborn/MonoTools|3.6153289949385395e-06| +|requirements.txt|github/enveda/RPath|3.6153289949385395e-06| +|requirements.txt|github/ethicsai/ethical-smart-grid|3.6153289949385395e-06| +|requirements.txt|github/paulbrodersen/netgraph|3.6153289949385395e-06| +|requirements.txt|github/nickk124/RCR|3.6153289949385395e-06| +|requirements.txt|github/smithlabcode/dnmtools|3.6153289949385395e-06| +|requirements.txt|github/ORNL/curifactory|3.6153289949385395e-06| +|requirements.txt|github/diCenzo-GC/Tn-Core-webserver|3.6153289949385395e-06| +|requirements.txt|github/MikeSWang/HorizonGRound|3.6153289949385395e-06| +|requirements.txt|github/MikeSWang/Harmonia|3.6153289949385395e-06| +|requirements.txt|github/Single-Cell-Graph-Learning/scSGL|3.6153289949385395e-06| +|requirements.txt|github/mtlam/PyPulse|3.6153289949385395e-06| +|requirements.txt|github/uedaLabR/nanoDoc|3.6153289949385395e-06| +|requirements.txt|github/telatin/qax|3.6153289949385395e-06| +|requirements.txt|github/ucberkeleyseti/turbo_seti|3.6153289949385395e-06| +|requirements.txt|github/ucberkeleyseti/blimpy|3.6153289949385395e-06| +|requirements.txt|github/bedops/bedops|3.6153289949385395e-06| +|requirements.txt|github/SDXorg/pysd|3.6153289949385395e-06| +|requirements.txt|github/ryanhausen/fitsmap|3.6153289949385395e-06| +|requirements.txt|github/koszullab/pareidolia|3.6153289949385395e-06| +|requirements.txt|github/cbg-ethz/smallgenomeutilities|3.6153289949385395e-06| +|requirements.txt|github/sjteresi/TE_Density|3.6153289949385395e-06| +|requirements.txt|github/moritzobenauer/ProjectRaccoon|3.6153289949385395e-06| +|requirements.txt|github/nathanael-fijalkow/DeepSynth|3.6153289949385395e-06| +|requirements.txt|github/tylertrimble/viswaternet|3.6153289949385395e-06| +|requirements.txt|github/jonas-fuchs/varVAMP|3.6153289949385395e-06| +|requirements.txt|github/learningsimulator/learningsimulator|3.6153289949385395e-06| +|requirements.txt|github/erikbern/ann-benchmarks|3.6153289949385395e-06| +|requirements.txt|github/minaskar/hankl|3.6153289949385395e-06| +|requirements.txt|github/minaskar/zeus|3.6153289949385395e-06| +|requirements.txt|github/minaskar/pocomc|3.6153289949385395e-06| +|requirements.txt|github/drphilmarshall/HumVI|3.6153289949385395e-06| +|requirements.txt|github/ZhenjiangFan/DAG-deepVASE|3.6153289949385395e-06| +|requirements.txt|github/johannesulf/dsigma|3.6153289949385395e-06| +|requirements.txt|github/nabeelre/BTSbot|3.6153289949385395e-06| +|requirements.txt|github/SebastianBocquet/pygtc|3.6153289949385395e-06| +|requirements.txt|github/cytham/nanovar|3.6153289949385395e-06| +|requirements.txt|github/imcgreer/simqso|3.6153289949385395e-06| +|requirements.txt|github/MichelleLochner/astronomaly|3.6153289949385395e-06| +|requirements.txt|github/podondra/bayesian-sznet|3.6153289949385395e-06| +|requirements.txt|github/exosports/homer|3.6153289949385395e-06| +|requirements.txt|github/exosports/MARGE|3.6153289949385395e-06| +|requirements.txt|github/pyxnat/pyxnat|3.6153289949385395e-06| +|requirements.txt|github/AWehrhahn/SME|3.6153289949385395e-06| +|requirements.txt|github/widdowquinn/pyani|3.6153289949385395e-06| +|requirements.txt|github/kno10/python-kmedoids|3.6153289949385395e-06| +|requirements.txt|github/ska-sa/katdal|3.6153289949385395e-06| +|requirements.txt|github/RosettaCommons/RFDesign|3.6153289949385395e-06| +|requirements.txt|github/SHTOOLS/SHTOOLS|3.6153289949385395e-06| +|requirements.txt|github/JLBLine/WODEN|3.6153289949385395e-06| +|requirements.txt|github/JLBLine/PUMA|3.6153289949385395e-06| +|requirements.txt|github/villrv/SuperRAENN|3.6153289949385395e-06| +|requirements.txt|github/silburt/DeepMoon|3.6153289949385395e-06| +|requirements.txt|github/GalletFlorian/TATOO|3.6153289949385395e-06| +|requirements.txt|github/jeschaef/Graph4Med|3.6153289949385395e-06| +|requirements.txt|github/MedMaxLab/selfEEG|3.6153289949385395e-06| +|requirements.txt|github/bthorne93/PySM_public|3.6153289949385395e-06| +|requirements.txt|github/pysat/pysat|3.6153289949385395e-06| +|requirements.txt|github/nanograv/enterprise|3.6153289949385395e-06| +|requirements.txt|github/miguelcarcamov/csromer|3.6153289949385395e-06| +|requirements.txt|github/miguelcarcamov/gpuvmem|3.6153289949385395e-06| +|requirements.txt|github/ExObsSim/ExoRad2-public|3.6153289949385395e-06| +|requirements.txt|github/timstaley/amisurvey|3.6153289949385395e-06| +|requirements.txt|github/dlakaplan/pulsarsurveyscraper|3.6153289949385395e-06| +|requirements.txt|github/nickelnine37/pykronecker|3.6153289949385395e-06| +|requirements.txt|github/PynPoint/PynPoint|3.6153289949385395e-06| +|requirements.txt|github/ggonnella/fastsubtrees|3.6153289949385395e-06| +|requirements.txt|github/ECP-WarpX/WarpX|3.6153289949385395e-06| +|requirements.txt|github/floodlight-sports/floodlight|3.6153289949385395e-06| +|requirements.txt|github/olivecha/guitarsounds|3.6153289949385395e-06| +|requirements.txt|github/pennsignals/chime|3.6153289949385395e-06| +|requirements.txt|github/bioexcel/biobb_wf_flexdyn|3.6153289949385395e-06| +|requirements.txt|github/reneshbedre/bioinfokit|3.6153289949385395e-06| +|requirements.txt|github/JacobBumgarner/VesselVio|3.6153289949385395e-06| +|requirements.txt|github/candYgene/siga|3.6153289949385395e-06| +|requirements.txt|github/ngbusca/QuasarNET|3.6153289949385395e-06| +|requirements.txt|github/arq5x/poretools|3.6153289949385395e-06| +|requirements.txt|github/qmarcou/IGoR|3.6153289949385395e-06| +|requirements.txt|github/CGATOxford/UMI-tools|3.6153289949385395e-06| +|requirements.txt|github/OSeMOSYS/otoole|3.6153289949385395e-06| +|requirements.txt|github/DSIMB/medusa|3.6153289949385395e-06| +|requirements.txt|github/aertslab/pySCENIC|3.6153289949385395e-06| +|requirements.txt|github/TearsWaiting/MIMML|3.6153289949385395e-06| +|requirements.txt|github/JulianBMunoz/Zeus21|3.6153289949385395e-06| +|requirements.txt|github/JulianBMunoz/RelicFast|3.6153289949385395e-06| +|requirements.txt|github/NickMilsonPhysics/BinaryStarSolver|3.6153289949385395e-06| +|requirements.txt|github/flu-crew/smot|3.6153289949385395e-06| +|requirements.txt|github/elliohow/fMRI_ROI_Analysis_Tool|3.6153289949385395e-06| +|requirements.txt|github/MLMI2-CSSI/foundry|3.6153289949385395e-06| +|requirements.txt|github/opengeos/segment-geospatial|3.6153289949385395e-06| +|requirements.txt|github/NREL/G2Aero|3.6153289949385395e-06| +|requirements.txt|github/rrwick/Deepbinner|3.6153289949385395e-06| +|requirements.txt|github/gvilitechltd/LibSWIFFT|3.6153289949385395e-06| +|requirements.txt|github/rkiman/wdwarfdate|3.6153289949385395e-06| +|requirements.txt|github/jsobeck/MOOG_SCAT|3.6153289949385395e-06| +|requirements.txt|github/temuller/hostphot|3.6153289949385395e-06| +|requirements.txt|github/temuller/piscola|3.6153289949385395e-06| +|requirements.txt|github/iAART/aart|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/nnkcde|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/cdetools|3.6153289949385395e-06| +|requirements.txt|github/tpospisi/RFCDE|3.6153289949385395e-06| +|requirements.txt|github/lutteropp/NetRAX|3.6153289949385395e-06| +|requirements.txt|github/sosl/H-FISTA|3.6153289949385395e-06| +|requirements.txt|github/lucydot/effmass|3.6153289949385395e-06| +|requirements.txt|github/basehc/IPEV|3.6153289949385395e-06| +|requirements.txt|github/pipliggins/EVolve|3.6153289949385395e-06| +|requirements.txt|github/FraunhoferIWES/foxes|3.6153289949385395e-06| +|requirements.txt|github/sandialabs/pvOps|3.6153289949385395e-06| +|requirements.txt|github/JulioHC00/PEPITA|3.6153289949385395e-06| +|requirements.txt|github/he2016012996/CABnet|3.6153289949385395e-06| +|requirements.txt|github/ArtRand/signalAlign|3.6153289949385395e-06| +|requirements.txt|github/snad-space/ztf-viewer|3.6153289949385395e-06| +|requirements.txt|github/inpefess/gym-saturation|3.6153289949385395e-06| +|requirements.txt|github/GBLille/MassiveFold|3.6153289949385395e-06| +|requirements.txt|github/scottgigante/picopore|3.6153289949385395e-06| +|requirements.txt|github/PolyChord/PolyChordLite|3.6153289949385395e-06| +|requirements.txt|github/jeffdaily/parasail-python|3.6153289949385395e-06| +|requirements.txt|github/fcastagna/preprofit|3.6153289949385395e-06| +|requirements.txt|github/fcastagna/JoXSZ|3.6153289949385395e-06| +|requirements.txt|github/moldyn/msmhelper|3.6153289949385395e-06| +|requirements.txt|github/bioAI-Oslo/Spikeometric|3.6153289949385395e-06| +|requirements.txt|github/ClusterMonteCarlo/CMC-COSMIC|3.6153289949385395e-06| +|requirements.txt|github/samsledje/ConPLex_dev|3.6153289949385395e-06| +|requirements.txt|github/tmcclintock/AReconstructionTool|3.6153289949385395e-06| +|requirements.txt|github/NiallJeffrey/BornRaytrace|3.6153289949385395e-06| +|requirements.txt|github/KolmogorovLab/Severus|3.6153289949385395e-06| +|requirements.txt|github/DarkQuestCosmology/dark_emulator_public|3.6153289949385395e-06| +|requirements.txt|github/yuhuan-wu/mobilesal|3.6153289949385395e-06| +|requirements.txt|github/RECETOX/MSMetaEnhancer|3.6153289949385395e-06| +|requirements.txt|github/RECETOX/RIAssigner|3.6153289949385395e-06| +|requirements.txt|github/ACTCollaboration/zCluster|3.6153289949385395e-06| +|requirements.txt|github/sblunt/orbitize|3.6153289949385395e-06| +|requirements.txt|github/jdber1/opendrop|3.6153289949385395e-06| +|requirements.txt|github/YuRui8879/MRASleepNet|3.6153289949385395e-06| +|requirements.txt|github/sciris/sciris|3.6153289949385395e-06| +|requirements.txt|github/bradkav/verne|3.6153289949385395e-06| +|requirements.txt|github/bradkav/CEvNS|3.6153289949385395e-06| +|requirements.txt|github/bradkav/WIMpy_NREFT|3.6153289949385395e-06| +|requirements.txt|github/LondonBiofoundry/basicsynbio|3.6153289949385395e-06| +|requirements.txt|github/TeamCOMPAS/COMPAS|3.6153289949385395e-06| +|requirements.txt|github/kyleaoman/martini|3.6153289949385395e-06| +|requirements.txt|github/ixkael/Delight|3.6153289949385395e-06| +|requirements.txt|github/C0PEP0D/otto|3.6153289949385395e-06| +|requirements.txt|github/UUDigitalHumanitieslab/texcavator|3.6153289949385395e-06| +|requirements.txt|github/ptriska/WavesDash|3.6153289949385395e-06| +|requirements.txt|github/prashjet/popkinmocks|3.6153289949385395e-06| +|requirements.txt|github/SAMI-Galaxy-Survey/sami|3.6153289949385395e-06| +|requirements.txt|github/chianti-atomic/ChiantiPy|3.6153289949385395e-06| +|requirements.txt|github/CosmoStat/mccd|3.6153289949385395e-06| +|requirements.txt|github/hallamlab/TreeSAPP|3.6153289949385395e-06| +|requirements.txt|github/tomasplsek/CADET|3.6153289949385395e-06| +|requirements.txt|github/pierfied/karmma|3.6153289949385395e-06| +|requirements.txt|github/florpi/sunbird|3.6153289949385395e-06| +|requirements.txt|github/tnakazato/priism|3.6153289949385395e-06| +|requirements.txt|github/mscaudill/openseize|3.6153289949385395e-06| +|requirements.txt|github/phineasng/DECODE|3.6153289949385395e-06| +|requirements.txt|github/geoelements/gns|3.6153289949385395e-06| +|requirements.txt|github/TinkerTools/tinker9|3.6153289949385395e-06| +|requirements.txt|github/migueldvb/cine|3.6153289949385395e-06| +|requirements.txt|github/macrocosme/time_domain_astronomy_sandbox|3.6153289949385395e-06| +|requirements.txt|github/macrocosme/amber_meta|3.6153289949385395e-06| +|requirements.txt|github/SJLeo/FFSD|3.6153289949385395e-06| +|requirements.txt|github/csb-toolbox/CSB|3.6153289949385395e-06| +|requirements.txt|github/dkoslicki/TAMPA|3.6153289949385395e-06| +|requirements.txt|github/nanoporetech/pychopper|3.6153289949385395e-06| +|requirements.txt|github/nanoporetech/medaka|3.6153289949385395e-06| +|requirements.txt|github/fabiorigamonti/bang|3.6153289949385395e-06| +|requirements.txt|github/JuliaHCI/ADI.jl|3.6153289949385395e-06| +|requirements.txt|github/CDSP-SCPO/metadata-middleware|3.6153289949385395e-06| +|requirements.txt|github/songningqiang/CosmoLED|3.6153289949385395e-06| +|requirements.txt|github/sibyllema/Fast-Multiscale-Diffusion-on-Graphs|3.6153289949385395e-06| +|requirements.txt|github/ExeClim/Isca|3.6153289949385395e-06| +|requirements.txt|github/cogent3/cogent3|3.6153289949385395e-06| +|requirements.txt|github/neuroanatomy/reorient|3.6153289949385395e-06| +|requirements.txt|github/maserlib/ExPRES|3.6153289949385395e-06| +|requirements.txt|github/bfarr/kombine|3.6153289949385395e-06| +|requirements.txt|github/spacetelescope/mirage|3.6153289949385395e-06| +|requirements.txt|github/mattyowl/astLib|3.6153289949385395e-06| +|requirements.txt|github/brentp/peddy|3.6153289949385395e-06| +|requirements.txt|github/brentp/cyvcf2|3.6153289949385395e-06| +|requirements.txt|github/bcbio/bcbio-nextgen|3.6153289949385395e-06| +|requirements.txt|github/CarlosCoba/XookSuut-code|3.6153289949385395e-06| +|requirements.txt|github/institut-de-genomique/HAPO-G|3.6153289949385395e-06| +|requirements.txt|github/quantling/pyndl|3.6153289949385395e-06| +|requirements.txt|github/cwentland0/perform|3.6153289949385395e-06| +|requirements.txt|github/arnauqb/qwind|3.6153289949385395e-06| +|requirements.txt|github/tiberioap/grav_waldo|3.6153289949385395e-06| +|requirements.txt|github/Bishop-Laboratory/RLoop-QC-Meta-Analysis-Miller-2022|3.6153289949385395e-06| +|requirements.txt|github/alexander-mead/pyhalomodel|3.6153289949385395e-06| +|requirements.txt|github/nickhand/pyRSD|3.6153289949385395e-06| +|requirements.txt|github/HHTpy/HHTpywrapper|3.6153289949385395e-06| +|requirements.txt|github/justyncw/STAR_MELT|3.6153289949385395e-06| +|requirements.txt|github/dirac-institute/asterogap|3.6153289949385395e-06| +|requirements.txt|github/chenwuperth/rgz_rcnn|3.6153289949385395e-06| +|requirements.txt|github/dsavransky/EXOSIMS|3.6153289949385395e-06| +|requirements.txt|github/kuanrongchan/COVID19-severity|3.6153289949385395e-06| +|requirements.txt|github/bow/fsnviz|3.6153289949385395e-06| +|requirements.txt|github/spack/spack|3.6153289949385395e-06| +|requirements.txt|github/AndrewAnnex/SpiceyPy|3.6153289949385395e-06| +|requirements.txt|github/andr1976/HydDown|3.6153289949385395e-06| +|requirements.txt|github/kuenzelab/ENDURE|3.6153289949385395e-06| +|requirements.txt|github/vterron/lemon|3.6153289949385395e-06| +|requirements.txt|github/Gabaldonlab/jloh|3.6153289949385395e-06| +|requirements.txt|github/sbird/fake_spectra|3.6153289949385395e-06| +|requirements.txt|github/danielreardon/scintools|3.6153289949385395e-06| +|requirements.txt|github/lucabaldini/ixpeobssim|3.6153289949385395e-06| +|requirements.txt|github/healpy/healpy|3.6153289949385395e-06| +|requirements.txt|github/surf-eds/one-button-compute|3.6153289949385395e-06| +|requirements.txt|github/lkreidberg/batman|3.6153289949385395e-06| +|requirements.txt|github/james-m-osborn/astrosat|3.6153289949385395e-06| +|requirements.txt|github/lys-devel/lys|3.6153289949385395e-06| +|requirements.txt|github/ryanvarley/exodata|3.6153289949385395e-06| +|requirements.txt|github/ggciag/mandyoc|3.6153289949385395e-06| +|requirements.txt|github/AllenInstitute/bmtk|3.6153289949385395e-06| +|requirements.txt|github/sidmohite/nimbus-astro|3.6153289949385395e-06| +|requirements.txt|github/csbioinfopk/iSumoK-PseAAC|3.6153289949385395e-06| +|requirements.txt|github/eggnogdb/eggnog-mapper|3.6153289949385395e-06| +|requirements.txt|github/jdswinbank/Comet|3.6153289949385395e-06| +|requirements.txt|github/florian-lienhard/MM-LSD|3.6153289949385395e-06| +|requirements.txt|github/dstndstn/tractor|3.6153289949385395e-06| +|requirements.txt|github/christinahedges/contaminante|3.6153289949385395e-06| +|requirements.txt|github/bcgsc/NanoSim|3.6153289949385395e-06| +|requirements.txt|github/bcgsc/TMBur|3.6153289949385395e-06| +|requirements.txt|github/roban/CosmoloPy|3.6153289949385395e-06| +|requirements.txt|github/miguelzuma/hi_class_public|3.6153289949385395e-06| +|requirements.txt|github/vergauwenthomas/MetObs_toolkit|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/sacc|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/Spectractor|3.6153289949385395e-06| +|requirements.txt|github/LSSTDESC/snmachine|3.6153289949385395e-06| +|requirements.txt|github/michaelhb/superplot|3.6153289949385395e-06| +|requirements.txt|github/shandley/hecatomb|3.6153289949385395e-06| +|requirements.txt|github/monarch-initiative/loinc2hpo|3.6153289949385395e-06| +|requirements.txt|github/vallis/libstempo|3.6153289949385395e-06| +|requirements.txt|github/forrest-lab/scMatch|3.6153289949385395e-06| +|requirements.txt|github/TRI-AMDD/GMP-featurizer|3.6153289949385395e-06| +|requirements.txt|github/fccoelho/epimodels|3.6153289949385395e-06| +|requirements.txt|github/fccoelho/epigrass|3.6153289949385395e-06| +|requirements.txt|github/citation-file-format/citation-file-format|3.6153289949385395e-06| +|requirements.txt|github/astro-informatics/sleplet|3.6153289949385395e-06| +|requirements.txt|github/genouest/biomaj-daemon|3.6153289949385395e-06| +|requirements.txt|github/yupidevs/pactus|3.6153289949385395e-06| +|requirements.txt|github/SegataLab/lefse|3.6153289949385395e-06| +|requirements.txt|github/vgteam/vg#vg|3.6153289949385395e-06| +|requirements.txt|github/vgteam/vg|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/repack|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/mc3|3.6153289949385395e-06| +|requirements.txt|github/pcubillos/pyratbay|3.6153289949385395e-06| +|requirements.txt|github/lgbouma/gyro-interp|3.6153289949385395e-06| +|requirements.txt|github/valboz/VBBinaryLensing|3.6153289949385395e-06| +|requirements.txt|github/mr-superonion/FPFS|3.6153289949385395e-06| +|requirements.txt|github/discsim/frank|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/deepscm|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/masf|3.6153289949385395e-06| +|requirements.txt|github/biomedia-mira/istn|3.6153289949385395e-06| +|requirements.txt|github/exciting/excitingtools|3.6153289949385395e-06| +|requirements.txt|github/sibirrer/psfr|3.6153289949385395e-06| +|requirements.txt|github/timothydmorton/isochrones|3.6153289949385395e-06| +|requirements.txt|github/qMRLab/qMRLab|3.6153289949385395e-06| +|requirements.txt|github/hemanthpruthvi/PyAstroPol|3.6153289949385395e-06| +|requirements.txt|github/jakeret/abcpmc|3.6153289949385395e-06| +|requirements.txt|github/jakeret/tf_unet|3.6153289949385395e-06| +|requirements.txt|github/milnus/Magphi|3.6153289949385395e-06| +|requirements.txt|github/gperezs/StarcNet|3.6153289949385395e-06| +|requirements.txt|github/oliverphilcox/RascalC|3.6153289949385395e-06| +|requirements.txt|github/gbouras13/plassembler|3.6153289949385395e-06| +|requirements.txt|github/etal/cnvkit|3.6153289949385395e-06| +|requirements.txt|github/Qiskit/qiskit-experiments|3.6153289949385395e-06| +|requirements.txt|github/manodeep/TesseRACt|3.6153289949385395e-06| +|requirements.txt|github/DataBiosphere/wdl-parsers|3.6153289949385395e-06| +|requirements.txt|github/Vini2/GraphBin|3.6153289949385395e-06| +|requirements.txt|github/GalSim-developers/GalSim|3.6153289949385395e-06| +|requirements.txt|github/sklasfeld/DANPOS3|3.6153289949385395e-06| +|requirements.txt|github/GilbertLabUCSF/CanDI|3.6153289949385395e-06| +|requirements.txt|github/aksholokhov/pysr3|3.6153289949385395e-06| +|requirements.txt|github/jrkerns/pylinac|3.6153289949385395e-06| +|requirements.txt|github/cobilab/altair|3.6153289949385395e-06| +|requirements.txt|github/BenNordick/HiLoop|3.6153289949385395e-06| +|requirements.txt|github/SharmaLlama/ticktack|3.6153289949385395e-06| +|requirements.txt|github/artic-network/fieldbioinformatics|3.6153289949385395e-06| +|requirements.txt|github/NLeSC/litstudy|3.6153289949385395e-06| +|requirements.txt|github/NLeSC/ShiCo|3.6153289949385395e-06| +|requirements.txt|github/NLESC-JCER/QMCblip|3.6153289949385395e-06| +|requirements.txt|github/RuthAngus/stardate|3.6153289949385395e-06| +|requirements.txt|github/Ambuj-UF/APOP|3.6153289949385395e-06| +|requirements.txt|github/jeremysanders/mbproj2|3.6153289949385395e-06| +|requirements.txt|github/hannorein/rebound|3.6153289949385395e-06| +|requirements.txt|github/spiketools/spiketools|3.6153289949385395e-06| +|requirements.txt|github/python-streamz/streamz|3.6153289949385395e-06| +|requirements.txt|github/AshleySpindler/AstroVaDEr-Public|3.6153289949385395e-06| +|requirements.txt|github/CobayaSampler/cobaya|3.6153289949385395e-06| +|requirements.txt|github/JustinYKC/FEPOPS|3.6153289949385395e-06| +|requirements.txt|github/CouncilDataProject/cookiecutter-cdp-deployment|3.6153289949385395e-06| +|requirements.txt|github/rmjarvis/TreeCorr|3.6153289949385395e-06| +|requirements.txt|github/rmjarvis/Piff|3.6153289949385395e-06| +|requirements.txt|github/TommasoRonconi/scampy|3.6153289949385395e-06| +|requirements.txt|github/carronj/lenspyx|3.6153289949385395e-06| +|requirements.txt|github/carronj/plancklens|3.6153289949385395e-06| +|requirements.txt|github/VChristiaens/vcal_sphere|3.6153289949385395e-06| +|requirements.txt|github/VChristiaens/special|3.6153289949385395e-06| +|requirements.txt|github/ParisAstronomicalDataCentre/OPUS|3.6153289949385395e-06| +|requirements.txt|github/AemulusProject/bias_emulator|3.6153289949385395e-06| +|requirements.txt|github/seeh/surprise|3.6153289949385395e-06| +|requirements.txt|github/ConnorStoneAstro/AutoProf|3.6153289949385395e-06| +|requirements.txt|github/bd-j/sedpy|3.6153289949385395e-06| +|requirements.txt|github/bd-j/prospector|3.6153289949385395e-06| +|requirements.txt|github/Ajstros/pyripherals|3.6153289949385395e-06| +|requirements.txt|github/CAMI-challenge/CAMITAX|3.6153289949385395e-06| +|requirements.txt|github/mwaskom/seaborn|3.6153289949385395e-06| +|requirements.txt|github/AdmiralenOla/Scoary|3.6153289949385395e-06| +|requirements.txt|github/pyFFTW/pyFFTW|3.6153289949385395e-06| +|requirements.txt|github/keatonb/Pyriod|3.6153289949385395e-06| +|requirements.txt|github/keatonb/TESS_PRF|3.6153289949385395e-06| +|requirements.txt|github/GeminiDRSoftware/DRAGONS|3.6153289949385395e-06| +|requirements.txt|github/daler/gffutils|3.6153289949385395e-06| +|requirements.txt|github/daler/pybedtools|3.6153289949385395e-06| +|requirements.txt|github/miRTop/mirtop|3.6153289949385395e-06| +|requirements.txt|github/3d-pli/fastpli|3.6153289949385395e-06| +|requirements.txt|github/STEllAR-GROUP/hpx|3.6153289949385395e-06| +|requirements.txt|github/pymedphys/pymedphys|3.6153289949385395e-06| +|requirements.txt|github/ladsantos/p-winds|3.6153289949385395e-06| +|requirements.txt|github/ladsantos/flatstar|3.6153289949385395e-06| +|requirements.txt|github/ylxu05/HN-PPISP|3.6153289949385395e-06| +|requirements.txt|github/Cristianetaniguti/Reads2Map|3.6153289949385395e-06| +|requirements.txt|github/PaulHancock/Robbie|3.6153289949385395e-06| +|requirements.txt|github/sourmash-bio/sourmash|3.6153289949385395e-06| +|requirements.txt|github/PetroFit/petrofit|3.6153289949385395e-06| +|requirements.txt|github/MariaTsantaki/FASMA-synthesis|3.6153289949385395e-06| +|requirements.txt|github/E3SM-Project/gdess|3.6153289949385395e-06| +|requirements.txt|github/afeinstein20/eleanor|3.6153289949385395e-06| +|requirements.txt|github/jan-rybizki/gdr2_completeness|3.6153289949385395e-06| +|requirements.txt|github/jan-rybizki/Chempy|3.6153289949385395e-06| +|requirements.txt|github/COINtoolbox/ActSNClass|3.6153289949385395e-06| +|requirements.txt|github/AusSRC/SoFiAX|3.6153289949385395e-06| +|requirements.txt|github/radis/radis|3.6153289949385395e-06| +|requirements.txt|github/mtceballos/SIRENAdoc|3.6153289949385395e-06| +|requirements.txt|github/alejandrobll/py-sphviewer|3.6153289949385395e-06| +|requirements.txt|github/antoinemarchal/ROHSA|3.6153289949385395e-06| +|requirements.txt|github/BioinfoUNIBA/REDItools2|3.6153289949385395e-06| +|requirements.txt|github/bregaldo/pywst|3.6153289949385395e-06| +|requirements.txt|github/cistrome/MIRA|3.6153289949385395e-06| +|pypi|[properscoring](https://pypi.org/project/properscoring)|3.6153289949385395e-06| +|setup.py|gitlab/Molcas/OpenMolcas|3.6153289949385395e-06| +|setup.py|gitlab/materials-modeling/calorine|3.6153289949385395e-06| +|setup.py|gitlab/petsc/petsc|3.6153289949385395e-06| +|setup.py|gitlab/joseaher/astroplotlib|3.6153289949385395e-06| +|setup.py|gitlab/octopus-code/octopus|3.6153289949385395e-06| +|setup.py|gitlab/pythia-uq/pythia|3.6153289949385395e-06| +|setup.py|gitlab/BioimageInformaticsGroup/openphi|3.6153289949385395e-06| +|setup.py|gitlab/picos-api/picos|3.6153289949385395e-06| +|setup.py|gitlab/fduchate/predihood|3.6153289949385395e-06| +|setup.py|gitlab/chjordan/sslf|3.6153289949385395e-06| +|setup.py|gitlab/gims-developers/gims|3.6153289949385395e-06| +|setup.py|gitlab/jason-rumengan/pyarma|3.6153289949385395e-06| +|setup.py|gitlab/permafrostnet/teaspoon|3.6153289949385395e-06| +|setup.py|github/AstroChem/VISIBLE|3.6153289949385395e-06| +|setup.py|github/YeoLab/clipper|3.6153289949385395e-06| +|setup.py|github/hiddenSymmetries/simsopt|3.6153289949385395e-06| +|setup.py|github/nbarbey/TomograPy|3.6153289949385395e-06| +|setup.py|github/tikk3r/lofar-h5plot|3.6153289949385395e-06| +|setup.py|github/vinisalazar/metaphor|3.6153289949385395e-06| +|setup.py|github/samaygarg/fuelcell|3.6153289949385395e-06| +|setup.py|github/katholt/Kaptive|3.6153289949385395e-06| +|setup.py|github/phac-nml/biohansel|3.6153289949385395e-06| +|setup.py|github/phac-nml/staramr|3.6153289949385395e-06| +|setup.py|github/phac-nml/mob-suite|3.6153289949385395e-06| +|setup.py|github/ACCarnall/SpectRes|3.6153289949385395e-06| +|setup.py|github/ACCarnall/bagpipes|3.6153289949385395e-06| +|setup.py|github/aprsa/dips|3.6153289949385395e-06| +|setup.py|github/rodluger/starry_process|3.6153289949385395e-06| +|setup.py|github/rodluger/planetplanet|3.6153289949385395e-06| +|setup.py|github/josegit88/SCORPIO|3.6153289949385395e-06| +|setup.py|github/BEAST-Fitting/beast|3.6153289949385395e-06| +|setup.py|github/cheerfuluser/tessreduce|3.6153289949385395e-06| +|setup.py|github/grazianoucci/game|3.6153289949385395e-06| +|setup.py|github/VirtualPlanetaryLaboratory/vplanet|3.6153289949385395e-06| +|setup.py|github/toros-astro/corral|3.6153289949385395e-06| +|setup.py|github/toros-astro/astroalign-legacy|3.6153289949385395e-06| +|setup.py|github/BonsonW/slow5curl|3.6153289949385395e-06| +|setup.py|github/lofar-astron/RMextract|3.6153289949385395e-06| +|setup.py|github/panoptes/POCS|3.6153289949385395e-06| +|setup.py|github/astroML/gatspy|3.6153289949385395e-06| +|setup.py|github/devanshkv/fetch|3.6153289949385395e-06| +|setup.py|github/poldracklab/mriqc|3.6153289949385395e-06| +|setup.py|github/revoltek/losoto|3.6153289949385395e-06| +|setup.py|github/rfeldmann/leopy|3.6153289949385395e-06| +|setup.py|github/fair-data/fairdatapoint-client|3.6153289949385395e-06| +|setup.py|github/jonathansick/skyoffset|3.6153289949385395e-06| +|setup.py|github/jonathansick/MoAstro|3.6153289949385395e-06| +|setup.py|github/cagrikymk/JAX-ReaxFF|3.6153289949385395e-06| +|setup.py|github/gwpy/gwpy|3.6153289949385395e-06| +|setup.py|github/davidemms/OrthoFinder|3.6153289949385395e-06| +|setup.py|github/danielemichilli/SpS|3.6153289949385395e-06| +|setup.py|github/arabic-digital-humanities/adhtools|3.6153289949385395e-06| +|setup.py|github/mgalardini/pyseer|3.6153289949385395e-06| +|setup.py|github/planck-npipe/hillipop|3.6153289949385395e-06| +|setup.py|github/planck-npipe/lollipop|3.6153289949385395e-06| +|setup.py|github/brainets/frites|3.6153289949385395e-06| +|setup.py|github/flemingtonlab/SpliceV|3.6153289949385395e-06| +|setup.py|github/LCOGT/banzai|3.6153289949385395e-06| +|setup.py|github/lehtiolab/msstitch|3.6153289949385395e-06| +|setup.py|github/mirochaj/ares|3.6153289949385395e-06| +|setup.py|github/HIPS/autograd|3.6153289949385395e-06| +|setup.py|github/light-curve/light-curve-python|3.6153289949385395e-06| +|setup.py|github/cgobat/asymmetric_uncertainty|3.6153289949385395e-06| +|setup.py|github/mchalela/GriSPy|3.6153289949385395e-06| +|setup.py|github/ireis/PRF|3.6153289949385395e-06| +|setup.py|github/conchoecia/pauvre|3.6153289949385395e-06| +|setup.py|github/dbosul/CWITools|3.6153289949385395e-06| +|setup.py|github/olivares-j/Kalkayotl|3.6153289949385395e-06| +|setup.py|github/MillionConcepts/lhorizon|3.6153289949385395e-06| +|setup.py|github/bio-ontology-research-group/deepgoplus|3.6153289949385395e-06| +|setup.py|github/HERA-Team/hera_opm|3.6153289949385395e-06| +|setup.py|github/HERA-Team/aipy|3.6153289949385395e-06| +|setup.py|github/bxlab/bx-python|3.6153289949385395e-06| +|setup.py|github/danielkoll/PyRADS|3.6153289949385395e-06| +|setup.py|github/PrincetonUniversity/FastTemplatePeriodogram|3.6153289949385395e-06| +|setup.py|github/chandra-marx/marxs|3.6153289949385395e-06| +|setup.py|github/tdaylan/pcat|3.6153289949385395e-06| +|setup.py|github/jbuisine/macop|3.6153289949385395e-06| +|setup.py|github/palaimon/ipyannotator|3.6153289949385395e-06| +|setup.py|github/mroosmalen/nanosv|3.6153289949385395e-06| +|setup.py|github/CosmoStatGW/WF4Py|3.6153289949385395e-06| +|setup.py|github/CosmoStatGW/gwfast|3.6153289949385395e-06| +|setup.py|github/vedantchandra/wdtools|3.6153289949385395e-06| +|setup.py|github/vsoch/gridtest|3.6153289949385395e-06| +|setup.py|github/vsoch/citelang|3.6153289949385395e-06| +|setup.py|github/athulpg007/AMAT|3.6153289949385395e-06| +|setup.py|github/pyspeckit/pyspeckit|3.6153289949385395e-06| +|setup.py|github/skovaka/UNCALLED|3.6153289949385395e-06| +|setup.py|github/rabix/cwl-format|3.6153289949385395e-06| +|setup.py|github/dpryan79/pyBigWig|3.6153289949385395e-06| +|setup.py|github/Kuifje02/vrpy|3.6153289949385395e-06| +|setup.py|github/bwkeller/PASTA|3.6153289949385395e-06| +|setup.py|github/s-goldman/Dusty-Evolved-Star-Kit|3.6153289949385395e-06| +|setup.py|github/webbjj/clustertools|3.6153289949385395e-06| +|setup.py|github/webbjj/m2mcluster|3.6153289949385395e-06| +|setup.py|github/Illumina/SpliceAI|3.6153289949385395e-06| +|setup.py|github/StingraySoftware/stingray|3.6153289949385395e-06| +|setup.py|github/sambit-giri/BCemu|3.6153289949385395e-06| +|setup.py|github/sambit-giri/tools21cm|3.6153289949385395e-06| +|setup.py|github/sambit-giri/BCMemu|3.6153289949385395e-06| +|setup.py|github/quatrope/feets|3.6153289949385395e-06| +|setup.py|github/quatrope/ProperImage|3.6153289949385395e-06| +|setup.py|github/wen-jams/bsavi|3.6153289949385395e-06| +|setup.py|github/RudolfCardinal/camcops|3.6153289949385395e-06| +|setup.py|github/v-morello/clfd|3.6153289949385395e-06| +|setup.py|github/ModellingWebLab/chaste-codegen|3.6153289949385395e-06| +|setup.py|github/seung-lab/FlyWirePaper|3.6153289949385395e-06| +|setup.py|github/yqiuu/starduster|3.6153289949385395e-06| +|setup.py|github/HadrienG/InSilicoSeq|3.6153289949385395e-06| +|setup.py|github/vals/umis|3.6153289949385395e-06| +|setup.py|github/spyder-ide/spyder|3.6153289949385395e-06| +|setup.py|github/rajeshrinet/pystokes|3.6153289949385395e-06| +|setup.py|github/aiidateam/kiwipy|3.6153289949385395e-06| +|setup.py|github/ELELAB/cancermuts|3.6153289949385395e-06| +|setup.py|github/ELELAB/RosettaDDGPrediction|3.6153289949385395e-06| +|setup.py|github/ELELAB/LipidDyn|3.6153289949385395e-06| +|setup.py|github/swagnercarena/ovejero|3.6153289949385395e-06| +|setup.py|github/milicolazo/Pyedra|3.6153289949385395e-06| +|setup.py|github/Jammy2211/PyAutoGalaxy|3.6153289949385395e-06| +|setup.py|github/Jammy2211/PyAutoLens|3.6153289949385395e-06| +|setup.py|github/sebhaan/geobo|3.6153289949385395e-06| +|setup.py|github/enthought/vpsearch|3.6153289949385395e-06| +|setup.py|github/enthought/mayavi|3.6153289949385395e-06| +|setup.py|github/dokester/BayesicFitting|3.6153289949385395e-06| +|setup.py|github/vaexio/vaex|3.6153289949385395e-06| +|setup.py|github/BoPeng/simuPOP|3.6153289949385395e-06| +|setup.py|github/Materials-Consortia/optimade-python-tools|3.6153289949385395e-06| +|setup.py|github/ni1o1/transbigdata|3.6153289949385395e-06| +|setup.py|github/BradhamLab/icat|3.6153289949385395e-06| +|setup.py|github/DLTK/DLTK|3.6153289949385395e-06| +|setup.py|github/tariqdaouda/CAMAP|3.6153289949385395e-06| +|setup.py|github/MIT-STARLab/deconfuser|3.6153289949385395e-06| +|setup.py|github/linuxscout/pyarabic|3.6153289949385395e-06| +|setup.py|github/CEED/libCEED|3.6153289949385395e-06| +|setup.py|github/Johannes-Sahlmann/pygacs|3.6153289949385395e-06| +|setup.py|github/rgerum/pylustrator|3.6153289949385395e-06| +|setup.py|github/mkelley/calviacat|3.6153289949385395e-06| +|setup.py|github/psheehan/pdspy|3.6153289949385395e-06| +|setup.py|github/davidgardenier/frbpoppy|3.6153289949385395e-06| +|setup.py|github/davidgardenier/frbcat|3.6153289949385395e-06| +|setup.py|github/riogroup/SORA|3.6153289949385395e-06| +|setup.py|github/fforster/delight|3.6153289949385395e-06| +|setup.py|github/eWaterCycle/jupyterlab_thredds|3.6153289949385395e-06| +|setup.py|github/eWaterCycle/grpc4bmi|3.6153289949385395e-06| +|setup.py|github/icredd-cheminfo/CGRdb2|3.6153289949385395e-06| +|setup.py|github/hippke/tls|3.6153289949385395e-06| +|setup.py|github/hippke/pandora|3.6153289949385395e-06| +|setup.py|github/hippke/wotan|3.6153289949385395e-06| +|setup.py|github/nboley/idr|3.6153289949385395e-06| +|setup.py|github/google/jax|3.6153289949385395e-06| +|setup.py|github/lilyminium/psiresp|3.6153289949385395e-06| +|setup.py|github/SandoghdarLab/PiSCAT|3.6153289949385395e-06| +|setup.py|github/potassco/clingo|3.6153289949385395e-06| +|setup.py|github/pyranges/pyrle|3.6153289949385395e-06| +|setup.py|github/sparks-baird/xtal2png|3.6153289949385395e-06| +|setup.py|github/hoechenberger/questplus|3.6153289949385395e-06| +|setup.py|github/FlowModelingControl/flowtorch|3.6153289949385395e-06| +|setup.py|github/AprilYuge/ResPAN|3.6153289949385395e-06| +|setup.py|github/a-renzini/pygwb|3.6153289949385395e-06| +|setup.py|github/hera-team/librarian|3.6153289949385395e-06| +|setup.py|github/broadinstitute/wot|3.6153289949385395e-06| +|setup.py|github/broadinstitute/CellBender|3.6153289949385395e-06| +|setup.py|github/LMBooth/pybci|3.6153289949385395e-06| +|setup.py|github/bwinkel/cygrid|3.6153289949385395e-06| +|setup.py|github/zdelrosario/py_grama|3.6153289949385395e-06| +|setup.py|github/mattpitkin/psrqpy|3.6153289949385395e-06| +|setup.py|github/CIRADA-Tools/RM-Tools|3.6153289949385395e-06| +|setup.py|github/nasa/simupy-flight|3.6153289949385395e-06| +|setup.py|github/starkit/wsynphot|3.6153289949385395e-06| +|setup.py|github/synchrofit/synchrofit|3.6153289949385395e-06| +|setup.py|github/ThomasEdwardRiley/xpsi-pre-transfer|3.6153289949385395e-06| +|setup.py|github/szymon-datalions/pyinterpolate|3.6153289949385395e-06| +|setup.py|github/Nico-Curti/rFBP|3.6153289949385395e-06| +|setup.py|github/HinLeung622/pipes_vis|3.6153289949385395e-06| +|setup.py|github/AA-ALERT/frbcatdb|3.6153289949385395e-06| +|setup.py|github/sncosmo/sncosmo|3.6153289949385395e-06| +|setup.py|github/pkgw/pwkit|3.6153289949385395e-06| +|setup.py|github/EdanRein/pyPplusS|3.6153289949385395e-06| +|setup.py|github/gogrean/PyXel|3.6153289949385395e-06| +|setup.py|github/INCF/one_click|3.6153289949385395e-06| +|setup.py|github/adrn/pyia|3.6153289949385395e-06| +|setup.py|github/adrn/schwimmbad|3.6153289949385395e-06| +|setup.py|github/adrn/SuperFreq|3.6153289949385395e-06| +|setup.py|github/JulianKarlBauer/mechkit|3.6153289949385395e-06| +|setup.py|github/shirtsgroup/physical_validation|3.6153289949385395e-06| +|setup.py|github/jiwoncpark/baobab|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/spectral-cube|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/uvcombine|3.6153289949385395e-06| +|setup.py|github/radio-astro-tools/pvextractor|3.6153289949385395e-06| +|setup.py|github/HCGB-IGTP/spaTyper|3.6153289949385395e-06| +|setup.py|github/benallard/galileo|3.6153289949385395e-06| +|setup.py|github/SCECcode/pycsep|3.6153289949385395e-06| +|setup.py|github/hpparvi/MuSCAT2_transit_pipeline|3.6153289949385395e-06| +|setup.py|github/hpparvi/ldtk|3.6153289949385395e-06| +|setup.py|github/DynaSlum/satsense|3.6153289949385395e-06| +|setup.py|github/mdshw5/pyfaidx|3.6153289949385395e-06| +|setup.py|github/jhparkastro/gpcal|3.6153289949385395e-06| +|setup.py|github/meinardmueller/synctoolbox|3.6153289949385395e-06| +|setup.py|github/meinardmueller/libfmp|3.6153289949385395e-06| +|setup.py|github/elkebir-group/Jumper|3.6153289949385395e-06| +|setup.py|github/glotzerlab/freud|3.6153289949385395e-06| +|setup.py|github/glotzerlab/coxeter|3.6153289949385395e-06| +|setup.py|github/cupy/cupy|3.6153289949385395e-06| +|setup.py|github/blackjax-devs/blackjax|3.6153289949385395e-06| +|setup.py|github/UM-Bridge/umbridge|3.6153289949385395e-06| +|setup.py|github/astrom-tom/dfitspy|3.6153289949385395e-06| +|setup.py|github/astrom-tom/specstack|3.6153289949385395e-06| +|setup.py|github/chanzuckerberg/idseq-dag|3.6153289949385395e-06| +|setup.py|github/RamanLab/iCOMIC|3.6153289949385395e-06| +|setup.py|github/aineniamh/snipit|3.6153289949385395e-06| +|setup.py|github/wfondrie/mokapot|3.6153289949385395e-06| +|setup.py|github/theia-dev/Qiber3D|3.6153289949385395e-06| +|setup.py|github/EliseJ/astroABC|3.6153289949385395e-06| +|setup.py|github/clwainwright/CosmoTransitions|3.6153289949385395e-06| +|setup.py|github/opimwue/ddop|3.6153289949385395e-06| +|setup.py|github/jonescompneurolab/hnn-core|3.6153289949385395e-06| +|setup.py|github/libgamera/GAMERA|3.6153289949385395e-06| +|setup.py|github/volkamerlab/opencadd|3.6153289949385395e-06| +|setup.py|github/KIT-MBS/pyREX|3.6153289949385395e-06| +|setup.py|github/acerbilab/pybads|3.6153289949385395e-06| +|setup.py|github/juliotux/astropop|3.6153289949385395e-06| +|setup.py|github/pavolgaj/OCFit|3.6153289949385395e-06| +|setup.py|github/dgbowl/yadg|3.6153289949385395e-06| +|setup.py|github/dcorre/otrain|3.6153289949385395e-06| +|setup.py|github/eldariont/svim|3.6153289949385395e-06| +|setup.py|github/sinc-lab/miRe2e|3.6153289949385395e-06| +|setup.py|github/zarr-developers/zarr-python|3.6153289949385395e-06| +|setup.py|github/B-UMMI/chewBBACA|3.6153289949385395e-06| +|setup.py|github/dfm/corner.py|3.6153289949385395e-06| +|setup.py|github/dfm/celerite|3.6153289949385395e-06| +|setup.py|github/ketch/nodepy|3.6153289949385395e-06| +|setup.py|github/jet-net/JetNet|3.6153289949385395e-06| +|setup.py|github/EpistasisLab/regens|3.6153289949385395e-06| +|setup.py|github/EpistasisLab/tpot|3.6153289949385395e-06| +|setup.py|github/OP2/PyOP2|3.6153289949385395e-06| +|setup.py|github/deeptools/py2bit|3.6153289949385395e-06| +|setup.py|github/deeptools/deeptools_intervals|3.6153289949385395e-06| +|setup.py|github/antoinediez/Sisyphe|3.6153289949385395e-06| +|setup.py|github/slzarate/parliament2|3.6153289949385395e-06| +|setup.py|github/gilestrolab/ethoscope|3.6153289949385395e-06| +|setup.py|github/pjcigan/multicolorfits|3.6153289949385395e-06| +|setup.py|github/GEUS-Glaciology-and-Climate/pypromice|3.6153289949385395e-06| +|setup.py|github/ECSHackWeek/impedance.py|3.6153289949385395e-06| +|setup.py|github/cdominik/optool|3.6153289949385395e-06| +|setup.py|github/eblur/dust|3.6153289949385395e-06| +|setup.py|github/fAndreuzzi/BisPy|3.6153289949385395e-06| +|setup.py|github/Electrostatics/apbs|3.6153289949385395e-06| +|setup.py|github/brinckmann/montepython_public|3.6153289949385395e-06| +|setup.py|github/nebblu/ReACT|3.6153289949385395e-06| +|setup.py|github/nlesc/scriptcwl|3.6153289949385395e-06| +|setup.py|github/dolfin-adjoint/pyadjoint|3.6153289949385395e-06| +|setup.py|github/jveitchmichaelis/pygadgetreader|3.6153289949385395e-06| +|setup.py|github/21cmFAST/21cmFAST|3.6153289949385395e-06| +|setup.py|github/kboone/parsnip|3.6153289949385395e-06| +|setup.py|github/loosolab/TOBIAS|3.6153289949385395e-06| +|setup.py|github/mgckind/easyaccess|3.6153289949385395e-06| +|setup.py|github/icecube/FIRESONG|3.6153289949385395e-06| +|setup.py|github/indralab/pybiopax|3.6153289949385395e-06| +|setup.py|github/jobovy/apogee|3.6153289949385395e-06| +|setup.py|github/jobovy/galpy|3.6153289949385395e-06| +|setup.py|github/jobovy/gaia_tools|3.6153289949385395e-06| +|setup.py|github/jobovy/segueSelect|3.6153289949385395e-06| +|setup.py|github/SMTG-UCL/ShakeNBreak|3.6153289949385395e-06| +|setup.py|github/SMTG-UCL/surfaxe|3.6153289949385395e-06| +|setup.py|github/nextstrain/augur|3.6153289949385395e-06| +|setup.py|github/seawander/DebrisDiskFM|3.6153289949385395e-06| +|setup.py|github/seawander/centerRadon|3.6153289949385395e-06| +|setup.py|github/davidebolo1993/TRiCoLOR|3.6153289949385395e-06| +|setup.py|github/davidebolo1993/VISOR|3.6153289949385395e-06| +|setup.py|github/dh4gan/taktent|3.6153289949385395e-06| +|setup.py|github/chakrah/sage|3.6153289949385395e-06| +|setup.py|github/benhid/Sequoya|3.6153289949385395e-06| +|setup.py|github/nlesc-ave/ave-rest-service|3.6153289949385395e-06| +|setup.py|github/spicy-oil/hfs_fit|3.6153289949385395e-06| +|setup.py|github/TeraTrees/TIPP|3.6153289949385395e-06| +|setup.py|github/cedrus-opensource/pyxid|3.6153289949385395e-06| +|setup.py|github/tibordome/cosmic_profiles|3.6153289949385395e-06| +|setup.py|github/elwinter/nnde|3.6153289949385395e-06| +|setup.py|github/DavidT3/XGA|3.6153289949385395e-06| +|setup.py|github/Nicholaswogan/PhotochemPy|3.6153289949385395e-06| +|setup.py|github/htjb/maxsmooth|3.6153289949385395e-06| +|setup.py|github/Theano/Theano|3.6153289949385395e-06| +|setup.py|github/jnktsj/DNApi|3.6153289949385395e-06| +|setup.py|github/wwood/kingfisher-download|3.6153289949385395e-06| +|setup.py|github/mtazzari/uvplot|3.6153289949385395e-06| +|setup.py|github/wokast/PyCactus|3.6153289949385395e-06| +|setup.py|github/pysersic/pysersic|3.6153289949385395e-06| +|setup.py|github/natelust/least_asymmetry|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/FALCON|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/kineticsTools|3.6153289949385395e-06| +|setup.py|github/PacificBiosciences/pbcore|3.6153289949385395e-06| +|setup.py|github/ElectionDataAnalysis/electiondata|3.6153289949385395e-06| +|setup.py|github/ncbi/ngs|3.6153289949385395e-06| +|setup.py|github/ImperialCollegeLondon/hcga|3.6153289949385395e-06| +|setup.py|github/ImperialCollegeLondon/django-drf-filepond|3.6153289949385395e-06| +|setup.py|github/DESI-UR/VAST|3.6153289949385395e-06| +|setup.py|github/tkerscher/blast|3.6153289949385395e-06| +|setup.py|github/snakemake/snakemake|3.6153289949385395e-06| +|setup.py|github/mne-tools/mne-icalabel|3.6153289949385395e-06| +|setup.py|github/fkeruzore/panco2|3.6153289949385395e-06| +|setup.py|github/iraf-community/pyraf|3.6153289949385395e-06| +|setup.py|github/ExoCTK/exoctk|3.6153289949385395e-06| +|setup.py|github/domenico-simone/rmlst_api|3.6153289949385395e-06| +|setup.py|github/ckm3/Py-PDM|3.6153289949385395e-06| +|setup.py|github/FCS-analysis/multipletau|3.6153289949385395e-06| +|setup.py|github/fermisurfaces/IFermi|3.6153289949385395e-06| +|setup.py|github/xenon-middleware/pyxenon|3.6153289949385395e-06| +|setup.py|github/marcelm/cutadapt|3.6153289949385395e-06| +|setup.py|github/marcelm/tinyalign|3.6153289949385395e-06| +|setup.py|github/marcelm/alignlib|3.6153289949385395e-06| +|setup.py|github/marcelm/dnaio|3.6153289949385395e-06| +|setup.py|github/abmantz/lmc|3.6153289949385395e-06| +|setup.py|github/sagepublishing/rejected_article_tracker_pkg|3.6153289949385395e-06| +|setup.py|github/polca/unfold|3.6153289949385395e-06| +|setup.py|github/AlexMikes/AutoFunc|3.6153289949385395e-06| +|setup.py|github/mtakahiro/gsf|3.6153289949385395e-06| +|setup.py|github/jlenain/flaapluc|3.6153289949385395e-06| +|setup.py|github/SouthGreenPlatform/PyRice|3.6153289949385395e-06| +|setup.py|github/Autostronomy/AstroPhot|3.6153289949385395e-06| +|setup.py|github/fabiopardo/tonic|3.6153289949385395e-06| +|setup.py|github/ProjectPyRhO/PyRhO|3.6153289949385395e-06| +|setup.py|github/rmaphoh/AutoMorph|3.6153289949385395e-06| +|setup.py|github/gausspy/gausspy|3.6153289949385395e-06| +|setup.py|github/dokkum/maskfill|3.6153289949385395e-06| +|setup.py|github/Oftatkofta/cellocity|3.6153289949385395e-06| +|setup.py|github/saltastro/pyhrs|3.6153289949385395e-06| +|setup.py|github/cdanielmachado/carveme|3.6153289949385395e-06| +|setup.py|github/multiscale/muscle3|3.6153289949385395e-06| +|setup.py|github/VarStarDetect/varstardetect|3.6153289949385395e-06| +|setup.py|github/singularityhub/singularity-compose|3.6153289949385395e-06| +|setup.py|github/singularityhub/singularity-hpc|3.6153289949385395e-06| +|setup.py|github/Keck-DataReductionPipelines/KCWI_DRP|3.6153289949385395e-06| +|setup.py|github/PfizerRD/sit2standpy|3.6153289949385395e-06| +|setup.py|github/sensein/etelemetry-client|3.6153289949385395e-06| +|setup.py|github/DRMacIver/shrinkray|3.6153289949385395e-06| +|setup.py|github/veragluscevic/dmdd|3.6153289949385395e-06| +|setup.py|github/agreenbaum/ImPlaneIA|3.6153289949385395e-06| +|setup.py|github/LiberTEM/LiberTEM|3.6153289949385395e-06| +|setup.py|github/OttoStruve/muler|3.6153289949385395e-06| +|setup.py|github/tum-pbs/PhiML|3.6153289949385395e-06| +|setup.py|github/nlppln/nlppln|3.6153289949385395e-06| +|setup.py|github/3D-e-Chem/kripodb|3.6153289949385395e-06| +|setup.py|github/3D-e-Chem/sygma|3.6153289949385395e-06| +|setup.py|github/medema-group/bigslice|3.6153289949385395e-06| +|setup.py|github/bmorris3/aesop|3.6153289949385395e-06| +|setup.py|github/bmorris3/fleck|3.6153289949385395e-06| +|setup.py|github/willvousden/ptemcee|3.6153289949385395e-06| +|setup.py|github/oliveirara/polyMV|3.6153289949385395e-06| +|setup.py|github/steven-murray/mrpy|3.6153289949385395e-06| +|setup.py|github/steven-murray/pydftools|3.6153289949385395e-06| +|setup.py|github/steven-murray/powerbox|3.6153289949385395e-06| +|setup.py|github/radiocosmology/caput|3.6153289949385395e-06| +|setup.py|github/TheJacksonLaboratory/drug-synergy|3.6153289949385395e-06| +|setup.py|github/dicompyler/dicompyler-core|3.6153289949385395e-06| +|setup.py|github/aalhossary/pyemgpipeline|3.6153289949385395e-06| +|setup.py|github/ejhigson/perfectns|3.6153289949385395e-06| +|setup.py|github/ejhigson/nestcheck|3.6153289949385395e-06| +|setup.py|github/ejhigson/dyPolyChord|3.6153289949385395e-06| +|setup.py|github/thejasvibr/bat_beamshapes|3.6153289949385395e-06| +|setup.py|github/jonaselgammal/GPry|3.6153289949385395e-06| +|setup.py|github/ginolhac/mapDamage|3.6153289949385395e-06| +|setup.py|github/thomasorb/orcs|3.6153289949385395e-06| +|setup.py|github/mlujnie/simple|3.6153289949385395e-06| +|setup.py|github/mlower/rmnest|3.6153289949385395e-06| +|setup.py|github/jpierel14/sntd|3.6153289949385395e-06| +|setup.py|github/felixchenier/kineticstoolkit|3.6153289949385395e-06| +|setup.py|github/dgerosa/gwdet|3.6153289949385395e-06| +|setup.py|github/dgerosa/spops|3.6153289949385395e-06| +|setup.py|github/dgerosa/surrkick|3.6153289949385395e-06| +|setup.py|github/halomod/hmf|3.6153289949385395e-06| +|setup.py|github/halomod/halomod|3.6153289949385395e-06| +|setup.py|github/parallelwindfarms/byteparsing|3.6153289949385395e-06| +|setup.py|github/wilkelab/Opfi|3.6153289949385395e-06| +|setup.py|github/heliopython/heliopy|3.6153289949385395e-06| +|setup.py|github/tofflemire/saphires|3.6153289949385395e-06| +|setup.py|github/omuse-geoscience/omuse|3.6153289949385395e-06| +|setup.py|github/astropy/astroscrappy|3.6153289949385395e-06| +|setup.py|github/astropy/astroplan|3.6153289949385395e-06| +|setup.py|github/astropy/halotools|3.6153289949385395e-06| +|setup.py|github/astropy/specutils|3.6153289949385395e-06| +|setup.py|github/astropy/SPISEA|3.6153289949385395e-06| +|setup.py|github/astropy/astroquery|3.6153289949385395e-06| +|setup.py|github/astropy/ccdproc|3.6153289949385395e-06| +|setup.py|github/NathanSandford/Chem-I-Calc|3.6153289949385395e-06| +|setup.py|github/brandon-rhodes/python-jplephem|3.6153289949385395e-06| +|setup.py|github/icesat2py/icepyx|3.6153289949385395e-06| +|setup.py|github/Hoohm/CITE-seq-Count|3.6153289949385395e-06| +|setup.py|github/1313e/PRISM|3.6153289949385395e-06| +|setup.py|github/smeingast/PNICER|3.6153289949385395e-06| +|setup.py|github/matthiasdemuzere/w2w|3.6153289949385395e-06| +|setup.py|github/dask/dask|3.6153289949385395e-06| +|setup.py|github/GijsMulders/epos|3.6153289949385395e-06| +|setup.py|github/MD-Studio/cerulean|3.6153289949385395e-06| +|setup.py|github/COSMIC-PopSynth/COSMIC|3.6153289949385395e-06| +|setup.py|github/malonge/RagTag|3.6153289949385395e-06| +|setup.py|github/glue-viz/glue|3.6153289949385395e-06| +|setup.py|github/eScatter/pyelsepa|3.6153289949385395e-06| +|setup.py|github/joshjchayes/TransitFit|3.6153289949385395e-06| +|setup.py|github/cbalbin-FIU/Epitopedia|3.6153289949385395e-06| +|setup.py|github/ratt-ru/CubiCal|3.6153289949385395e-06| +|setup.py|github/ratt-ru/montblanc|3.6153289949385395e-06| +|setup.py|github/JoschaJ/mockFRBhosts|3.6153289949385395e-06| +|setup.py|github/GalacticDynamics-Oxford/Agama|3.6153289949385395e-06| +|setup.py|github/ArgonneCPAC/dsps|3.6153289949385395e-06| +|setup.py|github/TriPed-Robot/TriP|3.6153289949385395e-06| +|setup.py|github/copasi/basico|3.6153289949385395e-06| +|setup.py|github/cmateu/PyMGC3|3.6153289949385395e-06| +|setup.py|github/cmateu/galstreams|3.6153289949385395e-06| +|setup.py|github/bartongroup/yanosim|3.6153289949385395e-06| +|setup.py|github/NKI-AI/direct|3.6153289949385395e-06| +|setup.py|github/neuralhydrology/neuralhydrology|3.6153289949385395e-06| +|setup.py|github/eggplantbren/DNest4|3.6153289949385395e-06| +|setup.py|github/gmzsebastian/FLEET|3.6153289949385395e-06| +|setup.py|github/reggiebernardo/PTAfast|3.6153289949385395e-06| +|setup.py|github/KeplerGO/k2mosaic|3.6153289949385395e-06| +|setup.py|github/ucl-exoplanets/TauREx3_public|3.6153289949385395e-06| +|setup.py|github/Social-Evolution-and-Behavior/anTraX|3.6153289949385395e-06| +|setup.py|github/ghislainv/forestatrisk|3.6153289949385395e-06| +|setup.py|github/0xCoto/Virgo|3.6153289949385395e-06| +|setup.py|github/sdss/marvin|3.6153289949385395e-06| +|setup.py|github/jdidion/atropos|3.6153289949385395e-06| +|setup.py|github/rgmyr/corebreakout|3.6153289949385395e-06| +|setup.py|github/deepmodeling/DMFF|3.6153289949385395e-06| +|setup.py|github/oscaribv/citlalicue|3.6153289949385395e-06| +|setup.py|github/teuben/nemo|3.6153289949385395e-06| +|setup.py|github/astroml/gatspy|3.6153289949385395e-06| +|setup.py|github/NKI-CCB/PRECISE|3.6153289949385395e-06| +|setup.py|github/marius311/pypico|3.6153289949385395e-06| +|setup.py|github/ERA-URBAN/fm128_radar|3.6153289949385395e-06| +|setup.py|github/finagle29/DBSP_DRP|3.6153289949385395e-06| +|setup.py|github/IMMM-SFA/mosartwmpy|3.6153289949385395e-06| +|setup.py|github/exafmm/exafmm-t|3.6153289949385395e-06| +|setup.py|github/franpoz/SHERLOCK|3.6153289949385395e-06| +|setup.py|github/H-E-L-P/XID_plus|3.6153289949385395e-06| +|setup.py|github/siavash-saki/tesspy|3.6153289949385395e-06| +|setup.py|github/agshumate/LiftoffTools|3.6153289949385395e-06| +|setup.py|github/Extraweich/homopy|3.6153289949385395e-06| +|setup.py|github/cthoyt/bel-resources|3.6153289949385395e-06| +|setup.py|github/caseyjlaw/rtpipe|3.6153289949385395e-06| +|setup.py|github/hknd23/idcempy|3.6153289949385395e-06| +|setup.py|github/BioSTEAMDevelopmentGroup/thermosteam|3.6153289949385395e-06| +|setup.py|github/mgm8/pyngham|3.6153289949385395e-06| +|setup.py|github/WMD-group/MacroDensity|3.6153289949385395e-06| +|setup.py|github/WMD-group/SMACT|3.6153289949385395e-06| +|setup.py|github/nickrodd/HDMSpectra|3.6153289949385395e-06| +|setup.py|github/MASILab/pyPheWAS|3.6153289949385395e-06| +|setup.py|github/IKNL/vantage6|3.6153289949385395e-06| +|setup.py|github/saphir746/BiobankRead-Bash|3.6153289949385395e-06| +|setup.py|github/NoahSailer/FishLSS|3.6153289949385395e-06| +|setup.py|github/RadioAstronomySoftwareGroup/pyuvdata|3.6153289949385395e-06| +|setup.py|github/era-urban/wrfpy|3.6153289949385395e-06| +|setup.py|github/illumina/pyflow|3.6153289949385395e-06| +|setup.py|github/ebellm/pyraf-dbsp|3.6153289949385395e-06| +|setup.py|github/biocore/emperor|3.6153289949385395e-06| +|setup.py|github/biocore/scikit-bio|3.6153289949385395e-06| +|setup.py|github/biocore/deblur|3.6153289949385395e-06| +|setup.py|github/KathrynJones1/catwoman|3.6153289949385395e-06| +|setup.py|github/mikecokina/elisa|3.6153289949385395e-06| +|setup.py|github/Effective-Quadratures/Effective-Quadratures|3.6153289949385395e-06| +|setup.py|github/telegraphic/fits2hdf|3.6153289949385395e-06| +|setup.py|github/telegraphic/pygsm|3.6153289949385395e-06| +|setup.py|github/bio-phys/BioEn|3.6153289949385395e-06| +|setup.py|github/Midnighter/dependency-info|3.6153289949385395e-06| +|setup.py|github/tvwenger/hii-region-kinematics|3.6153289949385395e-06| +|setup.py|github/tvwenger/wisp|3.6153289949385395e-06| +|setup.py|github/tvwenger/kd|3.6153289949385395e-06| +|setup.py|github/tvwenger/kinematic_scaleheight|3.6153289949385395e-06| +|setup.py|github/Starlink/starlink|3.6153289949385395e-06| +|setup.py|github/GenomePathogenAnalysisService/read-it-and-keep|3.6153289949385395e-06| +|setup.py|github/girder/viime|3.6153289949385395e-06| +|setup.py|github/kathlandgren/SWAMPE|3.6153289949385395e-06| +|setup.py|github/zonca/python-qucs|3.6153289949385395e-06| +|setup.py|github/BaroudLab/Griottes|3.6153289949385395e-06| +|setup.py|github/computational-chemical-biology/ChemWalker|3.6153289949385395e-06| +|setup.py|github/nextgenusfs/amptk|3.6153289949385395e-06| +|setup.py|github/AlphonsG/Rainbow-Optical-Flow-For-ALI|3.6153289949385395e-06| +|setup.py|github/pierrexyz/pybird|3.6153289949385395e-06| +|setup.py|github/Substra/substra|3.6153289949385395e-06| +|setup.py|github/stammler/dustpy|3.6153289949385395e-06| +|setup.py|github/stammler/simframe|3.6153289949385395e-06| +|setup.py|github/nithyanandan/PRISim|3.6153289949385395e-06| +|setup.py|github/thomas0809/MolScribe|3.6153289949385395e-06| +|setup.py|github/mriener/gausspyplus|3.6153289949385395e-06| +|setup.py|github/fjprichard/PyAFBF|3.6153289949385395e-06| +|setup.py|github/sylvainprigent/napari-tracks-reader|3.6153289949385395e-06| +|setup.py|github/GoekeLab/xpore|3.6153289949385395e-06| +|setup.py|github/remi-adam/minot|3.6153289949385395e-06| +|setup.py|github/pmvreeswijk/BlackBOX|3.6153289949385395e-06| +|setup.py|github/pmvreeswijk/ZOGY|3.6153289949385395e-06| +|setup.py|github/elizabethnewman/hessQuik|3.6153289949385395e-06| +|setup.py|github/EnsembleGovServices/kamodo-core|3.6153289949385395e-06| +|setup.py|github/daniel-muthukrishna/astrodash|3.6153289949385395e-06| +|setup.py|github/e-koch/FilFinder|3.6153289949385395e-06| +|setup.py|github/DrafProject/elmada|3.6153289949385395e-06| +|setup.py|github/keck-datareductionpipelines/MosfireDRP|3.6153289949385395e-06| +|setup.py|github/fkoehlin/montepython_2cosmos_public|3.6153289949385395e-06| +|setup.py|github/Sarc-Graph/sarcgraph|3.6153289949385395e-06| +|setup.py|github/transientskp/pyse|3.6153289949385395e-06| +|setup.py|github/transientskp/tkp|3.6153289949385395e-06| +|setup.py|github/Heldenkombinat/Logodetect|3.6153289949385395e-06| +|setup.py|github/cdslaborg/paramonte|3.6153289949385395e-06| +|setup.py|github/subisarkar/JexoSim|3.6153289949385395e-06| +|setup.py|github/gmbrandt/xwavecal|3.6153289949385395e-06| +|setup.py|github/MNiwano/Eclaire|3.6153289949385395e-06| +|setup.py|github/a-slide/pycoQC|3.6153289949385395e-06| +|setup.py|github/kgullikson88/Telluric-Fitter|3.6153289949385395e-06| +|setup.py|github/vatlab/sos-notebook|3.6153289949385395e-06| +|setup.py|github/bethgelab/foolbox|3.6153289949385395e-06| +|setup.py|github/RTIInternational/gobbli|3.6153289949385395e-06| +|setup.py|github/ConorMacBride/mcalf|3.6153289949385395e-06| +|setup.py|github/astrosupriyo/pyTANSPEC|3.6153289949385395e-06| +|setup.py|github/tcassanelli/pywpf|3.6153289949385395e-06| +|setup.py|github/DrMarc/slab|3.6153289949385395e-06| +|setup.py|github/j-faria/kima|3.6153289949385395e-06| +|setup.py|github/kevin218/Eureka|3.6153289949385395e-06| +|setup.py|github/MonashSmartStructures/ospgrillage|3.6153289949385395e-06| +|setup.py|github/clauswilke/PeptideBuilder|3.6153289949385395e-06| +|setup.py|github/BPSB/combine-p-values-discrete|3.6153289949385395e-06| +|setup.py|github/lanl/swiftbat_python|3.6153289949385395e-06| +|setup.py|github/lanl/PyBNF|3.6153289949385395e-06| +|setup.py|github/lanl/scico|3.6153289949385395e-06| +|setup.py|github/ejeschke/ginga|3.6153289949385395e-06| +|setup.py|github/anuradhawick/LRBinner|3.6153289949385395e-06| +|setup.py|github/nye17/javelin|3.6153289949385395e-06| +|setup.py|github/Yu-Group/veridical-flow|3.6153289949385395e-06| +|setup.py|github/AstarVienna/Pyckles|3.6153289949385395e-06| +|setup.py|github/AstarVienna/skycalc_ipy|3.6153289949385395e-06| +|setup.py|github/AstarVienna/ScopeSim_Templates|3.6153289949385395e-06| +|setup.py|github/AstarVienna/AnisoCADO|3.6153289949385395e-06| +|setup.py|github/wiederm/transformato|3.6153289949385395e-06| +|setup.py|github/RichardObi/medigan|3.6153289949385395e-06| +|setup.py|github/mjacob1002/Eir|3.6153289949385395e-06| +|setup.py|github/ORNL/tx2|3.6153289949385395e-06| +|setup.py|github/pmaxted/pycheops|3.6153289949385395e-06| +|setup.py|github/peterk87/sistr_cmd|3.6153289949385395e-06| +|setup.py|github/jiffyclub/palettable|3.6153289949385395e-06| +|setup.py|github/ofionnad/radiowinds|3.6153289949385395e-06| +|setup.py|github/mikekatz04/BOWIE|3.6153289949385395e-06| +|setup.py|github/richteague/bettermoments|3.6153289949385395e-06| +|setup.py|github/richteague/eddy|3.6153289949385395e-06| +|setup.py|github/richteague/gofish|3.6153289949385395e-06| +|setup.py|github/richteague/disksurf|3.6153289949385395e-06| +|setup.py|github/SWIFTSIM/emulator|3.6153289949385395e-06| +|setup.py|github/liamedeiros/ehtplot|3.6153289949385395e-06| +|setup.py|github/FreBio/komics|3.6153289949385395e-06| +|setup.py|github/tardis-sn/carsus|3.6153289949385395e-06| +|setup.py|github/tardis-sn/tardis|3.6153289949385395e-06| +|setup.py|github/CFSAN-Biostatistics/SeroTools|3.6153289949385395e-06| +|setup.py|github/iric-soft/km|3.6153289949385395e-06| +|setup.py|github/MNGuenther/allesfitter|3.6153289949385395e-06| +|setup.py|github/cbg-ethz/shorah|3.6153289949385395e-06| +|setup.py|github/minzastro/unidam|3.6153289949385395e-06| +|setup.py|github/Singh-Lab/DeMaSk|3.6153289949385395e-06| +|setup.py|github/musevlt/origin|3.6153289949385395e-06| +|setup.py|github/musevlt/muse-psfr|3.6153289949385395e-06| +|setup.py|github/cadop/seg1d|3.6153289949385395e-06| +|setup.py|github/miniufo/xinvert|3.6153289949385395e-06| +|setup.py|github/Martindelosrios/cosmic-kite|3.6153289949385395e-06| +|setup.py|github/LindleyLentati/Cobra|3.6153289949385395e-06| +|setup.py|github/jacobblum/simDRIFT|3.6153289949385395e-06| +|setup.py|github/JixingGE/GGCHEMPY|3.6153289949385395e-06| +|setup.py|github/maxpumperla/hyperas|3.6153289949385395e-06| +|setup.py|github/GenomicParisCentre/toulligQC|3.6153289949385395e-06| +|setup.py|github/prajwel/curvit|3.6153289949385395e-06| +|setup.py|github/PabloMSanAla/fabada|3.6153289949385395e-06| +|setup.py|github/djsutherland/py-sdm|3.6153289949385395e-06| +|setup.py|github/samuelefiorini/tangle|3.6153289949385395e-06| +|setup.py|github/songweizhi/Binning_refiner|3.6153289949385395e-06| +|setup.py|github/Guo-Jian-Wang/colfi|3.6153289949385395e-06| +|setup.py|github/thieu1995/permetrics|3.6153289949385395e-06| +|setup.py|github/privong/pymccorrelation|3.6153289949385395e-06| +|setup.py|github/federicomarulli/CosmoBolognaLib|3.6153289949385395e-06| +|setup.py|github/napakalas/casbert|3.6153289949385395e-06| +|setup.py|github/hover2pi/SEDkit|3.6153289949385395e-06| +|setup.py|github/jollejolles/pirecorder|3.6153289949385395e-06| +|setup.py|github/nespinoza/mc-spam|3.6153289949385395e-06| +|setup.py|github/nespinoza/juliet|3.6153289949385395e-06| +|setup.py|github/sonwell/biotools|3.6153289949385395e-06| +|setup.py|github/orcasgit/python-fitbit|3.6153289949385395e-06| +|setup.py|github/podondra/eidein|3.6153289949385395e-06| +|setup.py|github/vanheeringen-lab/gimmemotifs|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanopack|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanomath|3.6153289949385395e-06| +|setup.py|github/wdecoster/NanoPlot|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanoget|3.6153289949385395e-06| +|setup.py|github/wdecoster/NanoComp|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanocomp|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanostat|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanolyse|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanoQC|3.6153289949385395e-06| +|setup.py|github/wdecoster/nanofilt|3.6153289949385395e-06| +|setup.py|github/KBNLresearch/ochre|3.6153289949385395e-06| +|setup.py|github/engyasin/Offline_MOT|3.6153289949385395e-06| +|setup.py|github/Bahler-Lab/pyphe|3.6153289949385395e-06| +|setup.py|github/guangtunbenzhu/NonnegMFPy|3.6153289949385395e-06| +|setup.py|github/guangtunbenzhu/SetCoverPy|3.6153289949385395e-06| +|setup.py|github/bxia888/CEFCIG|3.6153289949385395e-06| +|setup.py|github/OBrink/RanDepict|3.6153289949385395e-06| +|setup.py|github/Cascella-Group-UiO/HyMD|3.6153289949385395e-06| +|setup.py|github/MDAnalysis/mdanalysis|3.6153289949385395e-06| +|setup.py|github/LucaMalavolta/PyORBIT|3.6153289949385395e-06| +|setup.py|github/cog-imperial/GPdoemd|3.6153289949385395e-06| +|setup.py|github/cog-imperial/galini|3.6153289949385395e-06| +|setup.py|github/cog-imperial/entmoot|3.6153289949385395e-06| +|setup.py|github/cog-imperial/suspect|3.6153289949385395e-06| +|setup.py|github/rohinkumar/correlcalc|3.6153289949385395e-06| +|setup.py|github/fakedrtom/oncogemini|3.6153289949385395e-06| +|setup.py|github/vijayvarma392/binaryBHexp|3.6153289949385395e-06| +|setup.py|github/Xia-Yijie/Xponge|3.6153289949385395e-06| +|setup.py|github/WorkflowConversion/CTDConverter|3.6153289949385395e-06| +|setup.py|github/Sydney-Informatics-Hub/geodata-harvester|3.6153289949385395e-06| +|setup.py|github/maxibor/sam2lca|3.6153289949385395e-06| +|setup.py|github/nanograv/PINT|3.6153289949385395e-06| +|setup.py|github/ComparativeGenomicsToolkit/cactus|3.6153289949385395e-06| +|setup.py|github/recipy/recipy|3.6153289949385395e-06| +|setup.py|github/abrupt-climate/hyper-canny|3.6153289949385395e-06| +|setup.py|github/YosefLab/scvi-tools|3.6153289949385395e-06| +|setup.py|github/caracal-pipeline/caracal|3.6153289949385395e-06| +|setup.py|github/supernnova/SuperNNova|3.6153289949385395e-06| +|setup.py|github/timstaley/voevent-parse|3.6153289949385395e-06| +|setup.py|github/fitbenchmarking/fitbenchmarking|3.6153289949385395e-06| +|setup.py|github/TPI-Immunogenetics/igmat|3.6153289949385395e-06| +|setup.py|github/seclark/RHT|3.6153289949385395e-06| +|setup.py|github/fair-software/howfairis|3.6153289949385395e-06| +|setup.py|github/fair-software/fairtally|3.6153289949385395e-06| +|setup.py|github/cosimoNigro/agnpy|3.6153289949385395e-06| +|setup.py|github/ggonnella/gfapy|3.6153289949385395e-06| +|setup.py|github/mbaes/SpheCow|3.6153289949385395e-06| +|setup.py|github/tensorly/viz|3.6153289949385395e-06| +|setup.py|github/Astroua/TurbuStat|3.6153289949385395e-06| +|setup.py|github/Astroua/SCIMES|3.6153289949385395e-06| +|setup.py|github/NASA-PDS/naif-pds4-bundler|3.6153289949385395e-06| +|setup.py|github/TimothyADavis/KinMSpy|3.6153289949385395e-06| +|setup.py|github/ml-evs/matador|3.6153289949385395e-06| +|setup.py|github/ekaterinailin/AltaiPony|3.6153289949385395e-06| +|setup.py|github/pytoolz/toolz|3.6153289949385395e-06| +|setup.py|github/rjtanner/StarburstPy|3.6153289949385395e-06| +|setup.py|github/tylunel/pvpumpingsystem|3.6153289949385395e-06| +|setup.py|github/ledatelescope/bifrost|3.6153289949385395e-06| +|setup.py|github/afarahi/tatter|3.6153289949385395e-06| +|setup.py|github/afarahi/PoPE|3.6153289949385395e-06| +|setup.py|github/afarahi/kllr|3.6153289949385395e-06| +|setup.py|github/migp11/pyfastcore|3.6153289949385395e-06| +|setup.py|github/aspuru-guzik-group/funsies|3.6153289949385395e-06| +|setup.py|github/zclaytor/kiauhoku|3.6153289949385395e-06| +|setup.py|github/zclaytor/butterpy|3.6153289949385395e-06| +|setup.py|github/cmillion/gPhoton|3.6153289949385395e-06| +|setup.py|github/mdruett/COCOPLOT|3.6153289949385395e-06| +|setup.py|github/XSLiuLab/Seq2Neo|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/BXA|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/PyMultiNest|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/UltraNest|3.6153289949385395e-06| +|setup.py|github/JohannesBuchner/nway|3.6153289949385395e-06| +|setup.py|github/sfschen/velocileptors|3.6153289949385395e-06| +|setup.py|github/wtsi-hpag/HiLine|3.6153289949385395e-06| +|setup.py|github/Magritte-code/Magritte|3.6153289949385395e-06| +|setup.py|github/KALMUS-Color-Toolkit/KALMUS|3.6153289949385395e-06| +|setup.py|github/4pisky/fourpisky-core|3.6153289949385395e-06| +|setup.py|github/jianhuupenn/SpaGCN|3.6153289949385395e-06| +|setup.py|github/philres/catfishq|3.6153289949385395e-06| +|setup.py|github/virgesmith/neworder|3.6153289949385395e-06| +|setup.py|github/andresmegias/richvalues|3.6153289949385395e-06| +|setup.py|github/scipion-em/scipion-em-continuousflex|3.6153289949385395e-06| +|setup.py|github/markusbonse/applefy|3.6153289949385395e-06| +|setup.py|github/soichiro-hattori/unpopular|3.6153289949385395e-06| +|setup.py|github/JoeMcEwen/FAST-PT|3.6153289949385395e-06| +|setup.py|github/NREL/graph-env|3.6153289949385395e-06| +|setup.py|github/AnantharamanLab/vRhyme|3.6153289949385395e-06| +|setup.py|github/fpavogt/fcmaker|3.6153289949385395e-06| +|setup.py|github/cy-xu/cosmic-conn|3.6153289949385395e-06| +|setup.py|github/mishioo/tesliper|3.6153289949385395e-06| +|setup.py|github/PhilippJunk/homelette|3.6153289949385395e-06| +|setup.py|github/cumbof/honto|3.6153289949385395e-06| +|setup.py|github/ideasrule/platon|3.6153289949385395e-06| +|setup.py|github/benvanwerkhoven/kernel_tuner|3.6153289949385395e-06| +|setup.py|github/Starfish-develop/Starfish|3.6153289949385395e-06| +|setup.py|github/FAIR-data-for-CAPACITY/FHIR-to-CAPACITY|3.6153289949385395e-06| +|setup.py|github/dmey/synthia|3.6153289949385395e-06| +|setup.py|github/astronomyk/SimCADO|3.6153289949385395e-06| +|setup.py|github/PlanetHunters/tkmatrix|3.6153289949385395e-06| +|setup.py|github/dmnfarrell/epitopepredict|3.6153289949385395e-06| +|setup.py|github/dmnfarrell/snpgenie|3.6153289949385395e-06| +|setup.py|github/gem-pasteur/macsyfinder|3.6153289949385395e-06| +|setup.py|github/dfujim/bfit|3.6153289949385395e-06| +|setup.py|github/smog-server/OpenSMOG|3.6153289949385395e-06| +|setup.py|github/ziotom78/dacapo_calibration|3.6153289949385395e-06| +|setup.py|github/ChrisBeaumont/brut|3.6153289949385395e-06| +|setup.py|github/icb-dcm/pyabc|3.6153289949385395e-06| +|setup.py|github/ArtificialStellarPopulations/ArtPop|3.6153289949385395e-06| +|setup.py|github/DeltaRCM/pyDeltaRCM|3.6153289949385395e-06| +|setup.py|github/vferat/pycrostates|3.6153289949385395e-06| +|setup.py|github/snad-space/zwad|3.6153289949385395e-06| +|setup.py|github/matplotlib/matplotlib|3.6153289949385395e-06| +|setup.py|github/joe-antognini/kozai|3.6153289949385395e-06| +|setup.py|github/NickSwainston/pulsar_spectra|3.6153289949385395e-06| +|setup.py|github/YSOVAR/YSOVAR|3.6153289949385395e-06| +|setup.py|github/symmy596/Polypy|3.6153289949385395e-06| +|setup.py|github/symmy596/SurfinPy|3.6153289949385395e-06| +|setup.py|github/adbar/htmldate|3.6153289949385395e-06| +|setup.py|github/numba/numba|3.6153289949385395e-06| +|setup.py|github/dparks1134/RefineM|3.6153289949385395e-06| +|setup.py|github/galkintool/galkin|3.6153289949385395e-06| +|setup.py|github/ICAMS/strucscan|3.6153289949385395e-06| +|setup.py|github/tmcclintock/cluster_toolkit|3.6153289949385395e-06| +|setup.py|github/ajeldorado/falco-python|3.6153289949385395e-06| +|setup.py|github/odb9402/CNNPeaks|3.6153289949385395e-06| +|setup.py|github/fcs-analysis/PyScanFCS|3.6153289949385395e-06| +|setup.py|github/fcs-analysis/PyCorrFit|3.6153289949385395e-06| +|setup.py|github/hyperopt/hyperopt|3.6153289949385395e-06| +|setup.py|github/lmfit/lmfit-py|3.6153289949385395e-06| +|setup.py|github/dmentipl/plonk|3.6153289949385395e-06| +|setup.py|github/NiallJeffrey/DeepMass|3.6153289949385395e-06| +|setup.py|github/javicarron/pynkowski|3.6153289949385395e-06| +|setup.py|github/javicarron/mtneedlet|3.6153289949385395e-06| +|setup.py|github/ryansmcgee/seirsplus|3.6153289949385395e-06| +|setup.py|github/coljac/sensie|3.6153289949385395e-06| +|setup.py|github/deepmedic/deepmedic|3.6153289949385395e-06| +|setup.py|github/realfastvla/realfast|3.6153289949385395e-06| +|setup.py|github/realfastvla/rfpipe|3.6153289949385395e-06| +|setup.py|github/brian-team/brian2|3.6153289949385395e-06| +|setup.py|github/lberaldoesilva/naif|3.6153289949385395e-06| +|setup.py|github/DirectDM/directdm-py|3.6153289949385395e-06| +|setup.py|github/matchms/matchms|3.6153289949385395e-06| +|setup.py|github/matchms/ms2deepscore|3.6153289949385395e-06| +|setup.py|github/tschad/pycelp|3.6153289949385395e-06| +|setup.py|github/herjy/SLIT|3.6153289949385395e-06| +|setup.py|github/carpyncho/carpyncho-py|3.6153289949385395e-06| +|setup.py|github/getzlab/rnaseqc|3.6153289949385395e-06| +|setup.py|github/julie-forman-kay-lab/SPyCi-PDB|3.6153289949385395e-06| +|setup.py|github/einsteinpy/einsteinpy|3.6153289949385395e-06| +|setup.py|github/morriscb/The-wiZZ|3.6153289949385395e-06| +|setup.py|github/edwardoughton/itmlogic|3.6153289949385395e-06| +|setup.py|github/CLARIAH/grlc|3.6153289949385395e-06| +|setup.py|github/davemlz/eemont|3.6153289949385395e-06| +|setup.py|github/qpv-research-group/solcore5|3.6153289949385395e-06| +|setup.py|github/HajimeKawahara/sot|3.6153289949385395e-06| +|setup.py|github/HajimeKawahara/exojax|3.6153289949385395e-06| +|setup.py|github/codemeleon/seqPanther|3.6153289949385395e-06| +|setup.py|github/popgenmethods/smcpp|3.6153289949385395e-06| +|setup.py|github/actris-cloudnet/cloudnetpy|3.6153289949385395e-06| +|setup.py|github/spokenlanguage/platalea|3.6153289949385395e-06| +|setup.py|github/linnarsson-lab/loompy|3.6153289949385395e-06| +|setup.py|github/compomics/DeepLC|3.6153289949385395e-06| +|setup.py|github/aabdurrouf/piXedfit|3.6153289949385395e-06| +|setup.py|github/lantunes/cellpylib|3.6153289949385395e-06| +|setup.py|github/SISPO-developers/sispo|3.6153289949385395e-06| +|setup.py|github/precice/micro-manager|3.6153289949385395e-06| +|setup.py|github/LBNL-ETA/MSWH|3.6153289949385395e-06| +|setup.py|github/chasmani/piecewise-regression|3.6153289949385395e-06| +|setup.py|github/shbhuk/barycorrpy|3.6153289949385395e-06| +|setup.py|github/shbhuk/mrexo|3.6153289949385395e-06| +|setup.py|github/warrickball/tomso|3.6153289949385395e-06| +|setup.py|github/apertif/apercal|3.6153289949385395e-06| +|setup.py|github/pynbody/pynbody|3.6153289949385395e-06| +|setup.py|github/pynbody/tangos|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/flamingo|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/insilico-server|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/swan|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/CAT|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/Moka|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/ceiba-cli|3.6153289949385395e-06| +|setup.py|github/nlesc-nano/ceiba|3.6153289949385395e-06| +|setup.py|github/yymao/abundancematching|3.6153289949385395e-06| +|setup.py|github/cmbant/getdist|3.6153289949385395e-06| +|setup.py|github/CosmoStat/shapepipe|3.6153289949385395e-06| +|setup.py|github/linqs/psl|3.6153289949385395e-06| +|setup.py|github/toshiyan/cmblensplus|3.6153289949385395e-06| +|setup.py|github/opencobra/cobrapy|3.6153289949385395e-06| +|setup.py|github/RaRe-Technologies/gensim|3.6153289949385395e-06| +|setup.py|github/pybamm-team/PyBaMM|3.6153289949385395e-06| +|setup.py|github/pybamm-team/liionpack|3.6153289949385395e-06| +|setup.py|github/dnarayanan/powderday|3.6153289949385395e-06| +|setup.py|github/RECeSS-EU-Project/stanscofi|3.6153289949385395e-06| +|setup.py|github/ACEnglish/truvari|3.6153289949385395e-06| +|setup.py|github/CQCL/qujax|3.6153289949385395e-06| +|setup.py|github/stevengiacalone/triceratops|3.6153289949385395e-06| +|setup.py|github/jonzink/EDI_Vetter_unplugged|3.6153289949385395e-06| +|setup.py|github/jakevdp/wpca|3.6153289949385395e-06| +|setup.py|github/smoh/kinesis|3.6153289949385395e-06| +|setup.py|github/tjiangHIT/cuteSV|3.6153289949385395e-06| +|setup.py|github/galizia-lab/pyview|3.6153289949385395e-06| +|setup.py|github/4dn-dcic/pairix|3.6153289949385395e-06| +|setup.py|github/phenomecentre/nPYc-Toolbox|3.6153289949385395e-06| +|setup.py|github/LucIJspeert/eclipsr|3.6153289949385395e-06| +|setup.py|github/LucIJspeert/star_shadow|3.6153289949385395e-06| +|setup.py|github/egjergo/galcem|3.6153289949385395e-06| +|setup.py|github/nanoporetech/qcat|3.6153289949385395e-06| +|setup.py|github/nanoporetech/megalodon|3.6153289949385395e-06| +|setup.py|github/nanoporetech/tombo|3.6153289949385395e-06| +|setup.py|github/nanoporetech/ont_fast5_api|3.6153289949385395e-06| +|setup.py|github/simonsobs/pixell|3.6153289949385395e-06| +|setup.py|github/simonsobs/nemo|3.6153289949385395e-06| +|setup.py|github/t-brandt/orvara|3.6153289949385395e-06| +|setup.py|github/connectomicslab/connectomemapper3|3.6153289949385395e-06| +|setup.py|github/CyclotronResearchCentre/bidsme|3.6153289949385395e-06| +|setup.py|github/bwengals/CCSNMultivar|3.6153289949385395e-06| +|setup.py|github/colour-science/colour|3.6153289949385395e-06| +|setup.py|github/circuitgraph/circuitgraph|3.6153289949385395e-06| +|setup.py|github/andizq/sf3dmodels|3.6153289949385395e-06| +|setup.py|github/pnnl/interflow|3.6153289949385395e-06| +|setup.py|github/gbernstein/pixmappy|3.6153289949385395e-06| +|setup.py|github/dtamayo/reboundx|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/pyranges|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/epic2|3.6153289949385395e-06| +|setup.py|github/biocore-ntnu/ncls|3.6153289949385395e-06| +|setup.py|github/tomlouden/spiderman|3.6153289949385395e-06| +|setup.py|github/sbebo/joypy|3.6153289949385395e-06| +|setup.py|github/EISy-as-Py/hardy|3.6153289949385395e-06| +|setup.py|github/bfarr/exocartographer|3.6153289949385395e-06| +|setup.py|github/kennethcarrell/ATARRI|3.6153289949385395e-06| +|setup.py|github/lynx-x-ray-observatory/soxs|3.6153289949385395e-06| +|setup.py|github/keflavich/HiGal_SEDfitter|3.6153289949385395e-06| +|setup.py|github/spacetelescope/specview|3.6153289949385395e-06| +|setup.py|github/spacetelescope/stginga|3.6153289949385395e-06| +|setup.py|github/spacetelescope/synphot_refactor|3.6153289949385395e-06| +|setup.py|github/spacetelescope/specviz|3.6153289949385395e-06| +|setup.py|github/spacetelescope/stsynphot_refactor|3.6153289949385395e-06| +|setup.py|github/spacetelescope/imexam|3.6153289949385395e-06| +|setup.py|github/rvalieris/parallel-fastq-dump|3.6153289949385395e-06| +|setup.py|github/comprna/reorientexpress|3.6153289949385395e-06| +|setup.py|github/brentp/geneimpacts|3.6153289949385395e-06| +|setup.py|github/brentp/cigar|3.6153289949385395e-06| +|setup.py|github/dbuscher/pois|3.6153289949385395e-06| +|setup.py|github/vincentlab/PyFR|3.6153289949385395e-06| +|setup.py|github/alphaparrot/ExoPlaSim|3.6153289949385395e-06| +|setup.py|github/ulelab/ultraplex|3.6153289949385395e-06| +|setup.py|github/cov-lineages/pangolin|3.6153289949385395e-06| +|setup.py|github/chapmanb/bcbb|3.6153289949385395e-06| +|setup.py|github/AlexanderLabWHOI/EUKulele|3.6153289949385395e-06| +|setup.py|github/bioinform/somaticseq|3.6153289949385395e-06| +|setup.py|github/rasg-affiliates/healvis|3.6153289949385395e-06| +|setup.py|github/jbussemaker/SBArchOpt|3.6153289949385395e-06| +|setup.py|github/ngltr/sinaps|3.6153289949385395e-06| +|setup.py|github/biobakery/MetaPhlAn|3.6153289949385395e-06| +|setup.py|github/atmos-cloud-sim-uj/PyMPDATA|3.6153289949385395e-06| +|setup.py|github/atmos-cloud-sim-uj/PySDM|3.6153289949385395e-06| +|setup.py|github/seqcode/allo|3.6153289949385395e-06| +|setup.py|github/Quantum-Dynamics-Hub/libra-code|3.6153289949385395e-06| +|setup.py|github/dwkim78/upsilon|3.6153289949385395e-06| +|setup.py|github/dwkim78/pdtrend|3.6153289949385395e-06| +|setup.py|github/dwkim78/ASTRiDE|3.6153289949385395e-06| +|setup.py|github/spacepy/spacepy|3.6153289949385395e-06| +|setup.py|github/MartianColonist/POSEIDON|3.6153289949385395e-06| +|setup.py|github/FrancesBW/bellamy|3.6153289949385395e-06| +|setup.py|github/DeepRank/DeepRank-GNN|3.6153289949385395e-06| +|setup.py|github/DeepRank/pdb2sql|3.6153289949385395e-06| +|setup.py|github/DeepRank/iScore|3.6153289949385395e-06| +|setup.py|github/DeepRank/deeprank|3.6153289949385395e-06| +|setup.py|github/DeepRank/pssmgen|3.6153289949385395e-06| +|setup.py|github/SCM-NV/qmflows|3.6153289949385395e-06| +|setup.py|github/SCM-NV/pyZacros|3.6153289949385395e-06| +|setup.py|github/SCM-NV/qmflows-namd|3.6153289949385395e-06| +|setup.py|github/fred3m/toyz|3.6153289949385395e-06| +|setup.py|github/avigan/SPHERE|3.6153289949385395e-06| +|setup.py|github/avigan/pyZELDA|3.6153289949385395e-06| +|setup.py|github/MannLabs/alphapept|3.6153289949385395e-06| +|setup.py|github/jorisparet/partycls|3.6153289949385395e-06| +|setup.py|github/conda/pycosat|3.6153289949385395e-06| +|setup.py|github/conda/conda|3.6153289949385395e-06| +|setup.py|github/kerkelae/disimpy|3.6153289949385395e-06| +|setup.py|github/bootphon/phonemizer|3.6153289949385395e-06| +|setup.py|github/Adamtaranto/Yanagiba|3.6153289949385395e-06| +|setup.py|github/beastraban/INSANE|3.6153289949385395e-06| +|setup.py|github/tool-bin/ukbcc|3.6153289949385395e-06| +|setup.py|github/schlafly/crowdsource|3.6153289949385395e-06| +|setup.py|github/catherinezucker/radfil|3.6153289949385395e-06| +|setup.py|github/mzy2240/ESA|3.6153289949385395e-06| +|setup.py|github/cire-thk/BifacialSimu|3.6153289949385395e-06| +|setup.py|github/twesterhout/lattice-symmetries|3.6153289949385395e-06| +|setup.py|github/clawpack/clawpack|3.6153289949385395e-06| +|setup.py|github/dunnkers/fseval|3.6153289949385395e-06| +|setup.py|github/agree019/DarkCapPy|3.6153289949385395e-06| +|setup.py|github/agurvich/FIRE_studio|3.6153289949385395e-06| +|setup.py|github/panoptes-organization/panoptes|3.6153289949385395e-06| +|setup.py|github/johnlees/pp-sketchlib|3.6153289949385395e-06| +|setup.py|github/BackmanLab/PWSpy|3.6153289949385395e-06| +|setup.py|github/pyro-ppl/pyro|3.6153289949385395e-06| +|setup.py|github/3fon3fonov/exostriker|3.6153289949385395e-06| +|setup.py|github/VeinsOfTheEarth/rabpro|3.6153289949385395e-06| +|setup.py|github/martinjzhang/scDRS|3.6153289949385395e-06| +|setup.py|github/sherpa-deproject/deproject|3.6153289949385395e-06| +|setup.py|github/FSEC-Photovoltaics/pvrpm-lcoe|3.6153289949385395e-06| +|setup.py|github/UNSW-CEEM/nempy|3.6153289949385395e-06| +|setup.py|github/smirarab/sepp|3.6153289949385395e-06| +|setup.py|github/jiahecui/SenAOReFoc|3.6153289949385395e-06| +|setup.py|github/gdrouart/MrMoose|3.6153289949385395e-06| +|setup.py|github/benmontet/f3|3.6153289949385395e-06| +|setup.py|github/cabb99/open3spn2|3.6153289949385395e-06| +|setup.py|github/equib/pyEQUIB|3.6153289949385395e-06| +|setup.py|github/julianreul/mode_behave|3.6153289949385395e-06| +|setup.py|github/cas-bioinf/rboAnalyzer|3.6153289949385395e-06| +|setup.py|github/matthewholman/assist|3.6153289949385395e-06| +|setup.py|github/PyPSA/atlite|3.6153289949385395e-06| +|setup.py|github/PyPSA/linopy|3.6153289949385395e-06| +|setup.py|github/dpalmasan/TRUNAJOD2.0|3.6153289949385395e-06| +|setup.py|github/shadden/celmech|3.6153289949385395e-06| +|setup.py|github/parmoo/parmoo|3.6153289949385395e-06| +|setup.py|github/cameronliang/BayesVP|3.6153289949385395e-06| +|setup.py|github/undark-lab/sstrax|3.6153289949385395e-06| +|setup.py|github/dstndstn/astrometry.net|3.6153289949385395e-06| +|setup.py|github/OpenMDAO/dymos|3.6153289949385395e-06| +|setup.py|github/thomaspinder/GPJax|3.6153289949385395e-06| +|setup.py|github/natashabatalha/PandExo|3.6153289949385395e-06| +|setup.py|github/natashabatalha/picaso|3.6153289949385395e-06| +|setup.py|github/bcgsc/tigmint|3.6153289949385395e-06| +|setup.py|github/atomneb/AtomNeb-py|3.6153289949385395e-06| +|setup.py|github/SirSharpest/NarrowEscapeSimulator|3.6153289949385395e-06| +|setup.py|github/epic-astronomy/EPIC|3.6153289949385395e-06| +|setup.py|github/matteobreschi/bajes|3.6153289949385395e-06| +|setup.py|github/Filter-Bubble/e2e-Dutch|3.6153289949385395e-06| +|setup.py|github/exobssim/rapoc-public|3.6153289949385395e-06| +|setup.py|github/LSSTDESC/CCL|3.6153289949385395e-06| +|setup.py|github/LSSTDESC/descqa|3.6153289949385395e-06| +|setup.py|github/ynop/audiomate|3.6153289949385395e-06| +|setup.py|github/maayane/catsHTM|3.6153289949385395e-06| +|setup.py|github/MIC-DKFZ/HD-BET|3.6153289949385395e-06| +|setup.py|github/MIC-DKFZ/TractSeg|3.6153289949385395e-06| +|setup.py|github/SIOSlab/exodetbox|3.6153289949385395e-06| +|setup.py|github/UK-Digital-Heart-Project/4Dsurvival|3.6153289949385395e-06| +|setup.py|github/Alymantara/pydoppler|3.6153289949385395e-06| +|setup.py|github/gpantel/MolPainter|3.6153289949385395e-06| +|setup.py|github/jfowkes/pycutest|3.6153289949385395e-06| +|setup.py|github/fruzsinaagocs/oscode|3.6153289949385395e-06| +|setup.py|github/OpenWaterAnalytics/EPyT|3.6153289949385395e-06| +|setup.py|github/fraserw/TRIPPy|3.6153289949385395e-06| +|setup.py|github/abhisrkckl/GWecc|3.6153289949385395e-06| +|setup.py|github/VMBoehm/MADLens|3.6153289949385395e-06| +|setup.py|github/astro-informatics/ssht|3.6153289949385395e-06| +|setup.py|github/astro-informatics/s2let|3.6153289949385395e-06| +|setup.py|github/BD2KGenomics/toil|3.6153289949385395e-06| +|setup.py|github/genouest/biomaj-cli|3.6153289949385395e-06| +|setup.py|github/SynthSys/pyOmeroUpload|3.6153289949385395e-06| +|setup.py|github/astrosmili/smili|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/ariba|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/pymummer|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/iva|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/gubbins|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/circlator|3.6153289949385395e-06| +|setup.py|github/sanger-pathogens/Fastaq|3.6153289949385395e-06| +|setup.py|github/citiususc/BigSeqKit|3.6153289949385395e-06| +|setup.py|github/gwastro/pycbc|3.6153289949385395e-06| +|setup.py|github/PyFstat/PyFstat|3.6153289949385395e-06| +|setup.py|github/tlambert03/pycudadecon|3.6153289949385395e-06| +|setup.py|github/mscroggs/symfem|3.6153289949385395e-06| +|setup.py|github/changhoonhahn/pySpectrum|3.6153289949385395e-06| +|setup.py|github/vhaasteren/piccard|3.6153289949385395e-06| +|setup.py|github/kbarbary/nestle|3.6153289949385395e-06| +|setup.py|github/kbarbary/extinction|3.6153289949385395e-06| +|setup.py|github/GabrieleParimbelli/COLIBRI|3.6153289949385395e-06| +|setup.py|github/DMGW-Goethe/imripy|3.6153289949385395e-06| +|setup.py|github/Libensemble/libensemble|3.6153289949385395e-06| +|setup.py|github/biomedia-mira/blast-ct|3.6153289949385395e-06| +|setup.py|github/timothydmorton/vespa|3.6153289949385395e-06| +|setup.py|github/morpheus-project/morpheus|3.6153289949385395e-06| +|setup.py|github/insilicomedicine/GENTRL|3.6153289949385395e-06| +|setup.py|github/HillLab/SomaticSiMu|3.6153289949385395e-06| +|setup.py|github/swiftsim/swiftsimio|3.6153289949385395e-06| +|setup.py|github/milnus/Corekaburra|3.6153289949385395e-06| +|setup.py|github/djones1040/PythonPhot|3.6153289949385395e-06| +|setup.py|github/rhayes777/PyAutoFit|3.6153289949385395e-06| +|setup.py|github/Qiskit/rustworkx|3.6153289949385395e-06| +|setup.py|github/manodeep/Corrfunc|3.6153289949385395e-06| +|setup.py|github/mmp2/megaman|3.6153289949385395e-06| +|setup.py|github/yatiml/yatiml|3.6153289949385395e-06| +|setup.py|github/andycasey/sick|3.6153289949385395e-06| +|setup.py|github/eelregit/mcfit|3.6153289949385395e-06| +|setup.py|github/raspishake/rsudp|3.6153289949385395e-06| +|setup.py|github/fjankowsk/scatfit|3.6153289949385395e-06| +|setup.py|github/Ayuei/DeBEIR|3.6153289949385395e-06| +|setup.py|github/BartoszBartmanski/StoSpa2|3.6153289949385395e-06| +|setup.py|github/babinyurii/recan|3.6153289949385395e-06| +|setup.py|github/xpsi-group/xpsi|3.6153289949385395e-06| +|setup.py|github/zblz/naima|3.6153289949385395e-06| +|setup.py|github/nicolet5/DiffCapAnalyzer|3.6153289949385395e-06| +|setup.py|github/ChenfuShi/HiChIP_peaks|3.6153289949385395e-06| +|setup.py|github/Caltech-IPAC/Montage|3.6153289949385395e-06| +|setup.py|github/radifar/PyPLIF-HIPPOS|3.6153289949385395e-06| +|setup.py|github/perfanalytics/pose2sim|3.6153289949385395e-06| +|setup.py|github/noraeisner/LATTE|3.6153289949385395e-06| +|setup.py|github/lh3/minimap2|3.6153289949385395e-06| +|setup.py|github/NLeSC/mcfly|3.6153289949385395e-06| +|setup.py|github/NLeSC/Massive-PotreeConverter|3.6153289949385395e-06| +|setup.py|github/NLeSC/cptm|3.6153289949385395e-06| +|setup.py|github/NLeSC/noodles|3.6153289949385395e-06| +|setup.py|github/NLeSC/boatswain|3.6153289949385395e-06| +|setup.py|github/NLESC-JCER/QMCTorch|3.6153289949385395e-06| +|setup.py|github/DLR-RM/BlenderProc|3.6153289949385395e-06| +|setup.py|github/NeuralEnsemble/PyNN|3.6153289949385395e-06| +|setup.py|github/SYalouz/QuantNBody|3.6153289949385395e-06| +|setup.py|github/pec27/hfof|3.6153289949385395e-06| +|setup.py|github/pec27/smerfs|3.6153289949385395e-06| +|setup.py|github/ageller/firefly|3.6153289949385395e-06| +|setup.py|github/Fermipy/fermipy|3.6153289949385395e-06| +|setup.py|github/szwiep/py_SBeLT|3.6153289949385395e-06| +|setup.py|github/ylab-hi/ScanExitronLR|3.6153289949385395e-06| +|setup.py|github/EMBL-Hentze-group/htseq-clip|3.6153289949385395e-06| +|setup.py|github/shilpagarg/WHdenovo|3.6153289949385395e-06| +|setup.py|github/pmelchior/skymapper|3.6153289949385395e-06| +|setup.py|github/pmelchior/pyGMMis|3.6153289949385395e-06| +|setup.py|github/pmelchior/scarlet|3.6153289949385395e-06| +|setup.py|github/bulik/ldsc|3.6153289949385395e-06| +|setup.py|github/weecology/retriever|3.6153289949385395e-06| +|setup.py|github/sanjibs/bmcmc|3.6153289949385395e-06| +|setup.py|github/sxs-collaboration/gwsurrogate|3.6153289949385395e-06| +|setup.py|github/MrMinimal64/multivar_horner|3.6153289949385395e-06| +|setup.py|github/jmschrei/pomegranate|3.6153289949385395e-06| +|setup.py|github/christopherburke/tess-point|3.6153289949385395e-06| +|setup.py|github/oschwengers/referenceseeker|3.6153289949385395e-06| +|setup.py|github/oschwengers/platon|3.6153289949385395e-06| +|setup.py|github/oschwengers/bakta|3.6153289949385395e-06| +|setup.py|github/spglib/spgrep|3.6153289949385395e-06| +|setup.py|github/easybuilders/easybuild|3.6153289949385395e-06| +|setup.py|github/infer-actively/pymdp|3.6153289949385395e-06| +|setup.py|github/Gaiana/nirdust|3.6153289949385395e-06| +|setup.py|github/gagneurlab/drop|3.6153289949385395e-06| +|setup.py|github/rbturnbull/ausdex|3.6153289949385395e-06| +|setup.py|github/SJ001/AI-Feynman|3.6153289949385395e-06| +|setup.py|github/lkmklsmn/DrivAER|3.6153289949385395e-06| +|setup.py|github/pierrehoudayer/RUBIS|3.6153289949385395e-06| +|setup.py|github/NuGrid/NuPyCEE|3.6153289949385395e-06| +|setup.py|github/wasserman-group/pyCADMium|3.6153289949385395e-06| +|setup.py|github/iomega/spec2vec|3.6153289949385395e-06| +|setup.py|github/amusecode/amuse|3.6153289949385395e-06| +|setup.py|github/COVID-IWG/epimargin|3.6153289949385395e-06| +|setup.py|github/birnstiel/two-pop-py|3.6153289949385395e-06| +|setup.py|github/BritishGeologicalSurvey/pyvolcans|3.6153289949385395e-06| +|setup.py|github/auctus-team/pycapacity|3.6153289949385395e-06| +|setup.py|github.com/idptools/metapredict|3.6153289949385395e-06| +|setup.py|github/sfarrens/sf_deconvolve|3.6153289949385395e-06| +|setup.py|github/dynamicslab/pysindy|3.6153289949385395e-06| +|setup.py|github/ismaelpessa/PyMUSE|3.6153289949385395e-06| +|setup.py|github/WBK-Robotics/pybullet_industrial|3.6153289949385395e-06| +|setup.py|github/carlosborca/CrystaLattE|3.6153289949385395e-06| +|setup.py|github/PaulHancock/Aegean|3.6153289949385395e-06| +|setup.py|github/drcandacemakedamoore/cleanX|3.6153289949385395e-06| +|setup.py|github/ReSurfEMG/ReSurfEMG|3.6153289949385395e-06| +|setup.py|github/jeaadams/ExoPix|3.6153289949385395e-06| +|pypi|[sphinx_thebe](https://pypi.org/project/sphinx_thebe)|3.6104482539282607e-06| +|pypi|[plaster-pastedeploy](https://pypi.org/project/plaster-pastedeploy)|3.589008605277586e-06| +|pypi|[python-markdown-math](https://github.com/mitya57/python-markdown-math)|3.5867317425885766e-06| +|pypi|[tornado>=6.1](https://pypi.org/project/tornado>=6.1)|3.5855670901766346e-06| +|pypi|[sphinx>=1.5.1](https://pypi.org/project/sphinx>=1.5.1)|3.5855670901766346e-06| +|pypi|[pyppeteer<1.1,>=1](https://pypi.org/project/pyppeteer<1.1,>=1)|3.5855670901766346e-06| +|pypi|[nbsphinx>=0.2.12](https://pypi.org/project/nbsphinx>=0.2.12)|3.5855670901766346e-06| +|pypi|[ipywidgets>=7](https://pypi.org/project/ipywidgets>=7)|3.5855670901766346e-06| +|pypi|[traitlets>=5.0](https://pypi.org/project/traitlets>=5.0)|3.5855670901766346e-06| +|pypi|[pygments>=2.4.1](https://pypi.org/project/pygments>=2.4.1)|3.5855670901766346e-06| +|pypi|[pandocfilters>=1.4.1](https://pypi.org/project/pandocfilters>=1.4.1)|3.5855670901766346e-06| +|pypi|[nbformat>=5.1](https://pypi.org/project/nbformat>=5.1)|3.5855670901766346e-06| +|pypi|[nbclient>=0.5.0](https://pypi.org/project/nbclient>=0.5.0)|3.5855670901766346e-06| +|pypi|[mistune>=2.0.2](https://pypi.org/project/mistune>=2.0.2)|3.5855670901766346e-06| +|pypi|[markupsafe>=2.0](https://pypi.org/project/markupsafe>=2.0)|3.5855670901766346e-06| +|pypi|[jupyter-core>=4.7](https://pypi.org/project/jupyter-core>=4.7)|3.5855670901766346e-06| +|pypi|[jinja2>=3.0](https://pypi.org/project/jinja2>=3.0)|3.5855670901766346e-06| +|pypi|[importlib-metadata>=3.6](https://pypi.org/project/importlib-metadata>=3.6)|3.5855670901766346e-06| +|pypi|[fakeredis](https://pypi.org/project/fakeredis)|3.5838625348079965e-06| +|pypi|[idcempy](https://github.com/hknd23/idcempy)|3.579175704989161e-06| +|pypi|[serotools](https://github.com/CFSAN-Biostatistics/serotools)|3.579175704989161e-06| +|pypi|[Cobra](https://opencobra.github.io/cobrapy)|3.579175704989161e-06| +|pypi|[supernnova](https://github.com/supernnova/SuperNNova)|3.579175704989161e-06| +|pypi|[homelette](https://github.com/philippjunk/homelette/)|3.579175704989161e-06| +|pypi|[vip-hci](https://github.com/vortex-exoplanet/VIP)|3.579175704989161e-06| +|pypi|[vip_hci](https://github.com/vortex-exoplanet/VIP)|3.579175704989161e-06| +|pypi|[astroplotlib](https://gitlab.com/joseaher/astrocubelib)|3.5791757049891544e-06| +|pypi|[pyarma](https://pyarma.sourceforge.io)|3.5791757049891544e-06| +|pypi|[TomograPy](http://nbarbey.dyndns.org/software/siddon.html)|3.5791757049891544e-06| +|pypi|[fetch](http://k0s.org/mozilla/fetch)|3.5791757049891544e-06| +|pypi|[ares](https://github.com/barnumbirr/ares)|3.5791757049891544e-06| +|pypi|[requirement](http://github.com/storborg/funniest)|3.5791757049891544e-06| +|pypi|[grispy](https://github.com/mchalela/GriSPy)|3.5791757049891544e-06| +|pypi|[tdpy](https://github.com/tdaylan/tdpy)|3.5791757049891544e-06| +|pypi|[macop](https://github.com/prise-3d/macop)|3.5791757049891544e-06| +|pypi|[uncalled](https://github.com/elazarg/uncalled)|3.5791757049891544e-06| +|pypi|[PASTA](http://github.com/guanghetv/pasta)|3.5791757049891544e-06| +|pypi|[ReplicatedFocusingBeliefPropagation](https://github.com/Nico-Curti/rFBP)|3.5791757049891544e-06| +|pypi|[py2app](http://github.com/ronaldoussoren/py2app)|3.5791757049891544e-06| +|pypi|[pybaobab](https://github.com/jiwoncpark/baobab)|3.5791757049891544e-06| +|pypi|[spaTyper](https://github.com/JFsanchezherrero/spa_typing)|3.5791757049891544e-06| +|pypi|[astroabc](https://github.com/EliseJ/astroABC)|3.5791757049891544e-06| +|pypi|[gappa](http://joachimhahn.github.io/GAMERA/)|3.5791757049891544e-06| +|pypi|[ftd2xx](https://github.com/snmishra/ftd2xx)|3.5791757049891544e-06| +|pypi|[DNApi](https://github.com/sgp715/dnapi)|3.5791757049891544e-06| +|pypi|[least-asymmetry](https://github.com/natelust/least_asymmetry)|3.5791757049891544e-06| +|pypi|[ngs](https://broadtech.com.cn)|3.5791757049891544e-06| +|pypi|[gsf](UNKNOWN)|3.5791757049891544e-06| +|pypi|[orcs](https://github.com/thomasorb/orcs)|3.5791757049891544e-06| +|pypi|[HelioPy](https://pypi.org/project/HelioPy)|3.5791757049891544e-06| +|pypi|[saphires](https://github.com/tofflemire/saphires)|3.5791757049891544e-06| +|pypi|[agama](https://github.com/GalacticDynamics-Oxford/Agama)|3.5791757049891544e-06| +|pypi|[hpccm](https://github.com/NVIDIA/hpc-container-maker)|3.5791757049891544e-06| +|pypi|[ihm](https://github.com/ihmwg/python-ihm)|3.5791757049891544e-06| +|pypi|[pypico](https://sites.google.com/a/ucdavis.edu/pico)|3.5791757049891544e-06| +|pypi|[fm128-radar](https://github.com/ERA-URBAN/fm128_radar)|3.5791757049891544e-06| +|pypi|[crc](https://github.com/Nicoretti/crc)|3.5791757049891544e-06| +|pypi|[pyFlow](https://www.github.com/David-OConnor/pyflow)|3.5791757049891544e-06| +|pypi|[javelin](https://github.com/0xJeremy/javelin)|3.5791757049891544e-06| +|pypi|[sphinx-better-theme](http://github.com/irskep/sphinx-better-theme)|3.5791757049891544e-06| +|pypi|[chromosight](https://github.com/koszullab/chromosight)|3.5791757049891544e-06| +|pypi|[UNKNOWN](UNKNOWN)|3.5791757049891544e-06| +|pypi|[biotools](https://github.com/sonwell/biotools)|3.5791757049891544e-06| +|pypi|[NonnegMFPy](https://github.com/guangtunbenzhu/NonnegMFPy)|3.5791757049891544e-06| +|pypi|[SetCoverPy](https://github.com/guangtunbenzhu/SetCoverPy)|3.5791757049891544e-06| +|pypi|[gfapy](https://github.com/ggonnella/gfapy)|3.5791757049891544e-06| +|pypi|[StarburstPy](https://github.com/rjtanner/StarburstPy)|3.5791757049891544e-06| +|pypi|[neworder](https://neworder.readthedocs.io)|3.5791757049891544e-06| +|pypi|[requirements](http://github.com/mattack108/requirements)|3.5791757049891544e-06| +|pypi|[kernel-tuner](http://benvanwerkhoven.github.io/kernel_tuner/)|3.5791757049891544e-06| +|pypi|[calibrate](https://github.com/ginkgobioworks/calibrate)|3.5791757049891544e-06| +|pypi|[bubbly](https://github.com/AashitaK/bubbly)|3.5791757049891544e-06| +|pypi|[polypy](https://github.com/symmy596/Polypy)|3.5791757049891544e-06| +|pypi|[galkin](UNKNOWN)|3.5791757049891544e-06| +|pypi|[SLIT](https://github.com/bweir/slit)|3.5791757049891544e-06| +|pypi|[itmlogic](https://github.com/edwardoughton/itmlogic)|3.5791757049891544e-06| +|pypi|[wpca](http://github.com/jakevdp/wpca/)|3.5791757049891544e-06| +|pypi|[specviz](https://github.com/spacetelescope/specviz)|3.5791757049891544e-06| +|pypi|[parallel-fastq-dump](https://github.com/rvalieris/parallel-fastq-dump)|3.5791757049891544e-06| +|pypi|[geneimpacts](https://pypi.org/project/geneimpacts)|3.5791757049891544e-06| +|pypi|[bcbio-nextgen](https://github.com/bcbio/bcbio-nextgen)|3.5791757049891544e-06| +|pypi|[Libra](https://github.com/Palashio/libra)|3.5791757049891544e-06| +|pypi|[INSANE](https://github.com/Tsjerk/Insane)|3.5791757049891544e-06| +|pypi|[astrometry](https://github.com/neuromorphicsystems/astrometry)|3.5791757049891544e-06| +|pypi|[SigProfilerMatrixGenerator](https://pypi.org/project/SigProfilerMatrixGenerator)|3.5791757049891544e-06| +|pypi|[pyccl](https://github.com/LSSTDESC/CCL)|3.5791757049891544e-06| +|pypi|[pydoppler](https://github.com/alymantara/pydoppler)|3.5791757049891544e-06| +|pypi|[pycutest](https://github.com/jfowkes/pycutest/)|3.5791757049891544e-06| +|pypi|[pyoscode](https://github.com/fruzsinaagocs/oscode)|3.5791757049891544e-06| +|pypi|[ignis-core](https://pypi.org/project/ignis-core)|3.5791757049891544e-06| +|pypi|[pySpectrum](https://github.com/gooseterv/pyspectrum)|3.5791757049891544e-06| +|pypi|[megaman](https://github.com/mmp2/megaman)|3.5791757049891544e-06| +|pypi|[pystospa](https://pypi.org/project/pystospa)|3.5791757049891544e-06| +|pypi|[ebfpy](https://pypi.org/project/ebfpy)|3.5791757049891544e-06| +|pypi|[multivar-horner](https://github.com/jannikmi/multivar_horner)|3.5791757049891544e-06| +|pypi|[tensorflow-intel](https://pypi.org/project/tensorflow-intel)|3.566496438827755e-06| +|pypi|[tensorflow-cpu-aws](https://pypi.org/project/tensorflow-cpu-aws)|3.566496438827755e-06| +|pypi|[watermark](https://pypi.org/project/watermark)|3.5209201937304557e-06| +|pypi|[check-wheel-contents](https://pypi.org/project/check-wheel-contents)|3.4892228764246116e-06| +|pypi|[hdmf](https://pypi.org/project/hdmf)|3.4739058313130024e-06| +|pypi|[pytest-raises](https://pypi.org/project/pytest-raises)|3.4739058313130024e-06| +|pypi|[flake8-debugger](https://pypi.org/project/flake8-debugger)|3.4739058313130024e-06| +|pypi|[yt-dlp](https://pypi.org/project/yt-dlp)|3.4739058313130024e-06| +|pypi|[webvtt-py](https://pypi.org/project/webvtt-py)|3.4739058313130024e-06| +|pypi|[truecase](https://pypi.org/project/truecase)|3.4739058313130024e-06| +|pypi|[google-cloud-speech](https://pypi.org/project/google-cloud-speech)|3.4739058313130024e-06| +|pypi|[ffmpeg-python](https://pypi.org/project/ffmpeg-python)|3.4739058313130024e-06| +|pypi|[pulumi-gcp](https://pypi.org/project/pulumi-gcp)|3.4739058313130024e-06| +|pypi|[pulumi-google-native](https://pypi.org/project/pulumi-google-native)|3.4739058313130024e-06| +|pypi|[fireo](https://pypi.org/project/fireo)|3.4739058313130024e-06| +|pypi|[pyramid-mako](https://pypi.org/project/pyramid-mako)|3.467326464208243e-06| +|pypi|[svo_filters](https://pypi.org/project/svo_filters)|3.4656767703914172e-06| +|pypi|[exoplanet-core](https://pypi.org/project/exoplanet-core)|3.457204360970151e-06| +|pypi|[thefuzz](https://github.com/seatgeek/thefuzz)|3.452639190166305e-06| +|pypi|[questionary](https://pypi.org/project/questionary)|3.4429064346202915e-06| +|pypi|[eureka](http://github.com/jeffvogelsang/eureka)|3.4415151009511097e-06| +|pypi|[stdatamodels](https://pypi.org/project/stdatamodels)|3.4415151009511097e-06| +|pypi|[svo-filters](https://pypi.org/project/svo-filters)|3.4415151009511097e-06| +|pypi|[parsley](https://pypi.org/project/parsley)|3.4415151009511097e-06| +|pypi|[coverage-enable-subprocess](https://pypi.org/project/coverage-enable-subprocess)|3.4210908750322014e-06| +|pypi|[asgi-logger](https://pypi.org/project/asgi-logger)|3.4070999499415983e-06| +|pypi|[azure-identity](https://pypi.org/project/azure-identity)|3.4070999499415983e-06| +|pypi|[azure-storage-file-share](https://pypi.org/project/azure-storage-file-share)|3.4070999499415983e-06| +|pypi|[timing-asgi](https://pypi.org/project/timing-asgi)|3.4070999499415983e-06| +|pypi|[cloudevents](https://pypi.org/project/cloudevents)|3.4070999499415983e-06| +|pypi|[automl-sphinx-theme](https://pypi.org/project/automl-sphinx-theme)|3.4070999499415983e-06| +|pypi|[docutils!=0.17.0](https://pypi.org/project/docutils!=0.17.0)|3.400889914152816e-06| +|pypi|[sphinx<5,>=3.5.4](https://pypi.org/project/sphinx<5,>=3.5.4)|3.400889914152816e-06| +|pypi|[z3-solver](https://pypi.org/project/z3-solver)|3.383602708907518e-06| +|pypi|[fury](https://pypi.org/project/fury)|3.3835527413561452e-06| +|pypi|[obspy](https://www.obspy.org)|3.3803326102675358e-06| +|pypi|[opentelemetry-exporter-otlp](https://pypi.org/project/opentelemetry-exporter-otlp)|3.3746513789897738e-06| +|pypi|[ray-cpp](https://pypi.org/project/ray-cpp)|3.3746513789897738e-06| +|pypi|[colorful](https://pypi.org/project/colorful)|3.3746513789897738e-06| +|pypi|[gpustat](https://pypi.org/project/gpustat)|3.3746513789897738e-06| +|pypi|[opentelemetry-api](https://pypi.org/project/opentelemetry-api)|3.3746513789897738e-06| +|pypi|[opencensus](https://pypi.org/project/opencensus)|3.3746513789897738e-06| +|pypi|[aiorwlock](https://pypi.org/project/aiorwlock)|3.3746513789897738e-06| +|pypi|[py-spy](https://pypi.org/project/py-spy)|3.3746513789897738e-06| +|pypi|[aiohttp-cors](https://pypi.org/project/aiohttp-cors)|3.3746513789897738e-06| +|pypi|[opentelemetry-sdk](https://pypi.org/project/opentelemetry-sdk)|3.3746513789897738e-06| +|pypi|[pygam](https://github.com/dswah/pyGAM)|3.367194762937714e-06| +|pypi|[pythran](https://pypi.org/project/pythran)|3.359754118386028e-06| +|pypi|[meson-python](https://pypi.org/project/meson-python)|3.359754118386028e-06| +|pypi|[lazy_loader](https://pypi.org/project/lazy_loader)|3.359754118386028e-06| +|pypi|[mlxtend](https://pypi.org/project/mlxtend)|3.344544139880365e-06| +|pypi|[pyzstd](https://pypi.org/project/pyzstd)|3.3396135332760887e-06| +|pypi|[biomaj-core](http://biomaj.genouest.org)|3.330676598188094e-06| +|pypi|[funsor](https://pypi.org/project/funsor)|3.330248071371487e-06| +|pypi|[csvw](https://github.com/cldf/csvw)|3.310737527114969e-06| +|pypi|[pysiaf](https://pypi.org/project/pysiaf)|3.3105791565085547e-06| +|pypi|[httpcore](https://pypi.org/project/httpcore)|3.3053430756935718e-06| +|pypi|[sacrebleu](https://pypi.org/project/sacrebleu)|3.2995526030368763e-06| +|pypi|[basic-modeling-interface](https://github.com/bmi-forum/bmi-python)|3.2809110629067245e-06| +|pypi|[requests-unixsocket](https://pypi.org/project/requests-unixsocket)|3.2528630901677036e-06| +|pypi|[ubelt](https://pypi.org/project/ubelt)|3.226277308800669e-06| +|pypi|[jupyter-server-proxy](https://pypi.org/project/jupyter-server-proxy)|3.2212581344902385e-06| +|pypi|[pot](https://pypi.org/project/pot)|3.2212581344902385e-06| +|pypi|[wasserstein](https://pypi.org/project/wasserstein)|3.2212581344902385e-06| +|pypi|[modopt](https://github.com/cea-cosmic/modopt)|3.2212581344902287e-06| +|pypi|[wxpython](http://wxPython.org/)|3.2123101952277726e-06| +|pypi|[PyQtWebEngine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|3.20825685521998e-06| +|pypi|[semantic_version](https://pypi.org/project/semantic_version)|3.2027941328375207e-06| +|pypi|[softlayer-messaging](https://pypi.org/project/softlayer-messaging)|3.1988882863340563e-06| +|pypi|[pytest-celery](https://pypi.org/project/pytest-celery)|3.1988882863340563e-06| +|pypi|[pyro4](https://pypi.org/project/pyro4)|3.1988882863340563e-06| +|pypi|[python-memcached](https://pypi.org/project/python-memcached)|3.1988882863340563e-06| +|pypi|[pylibmc](https://pypi.org/project/pylibmc)|3.1988882863340563e-06| +|pypi|[librabbitmq](https://pypi.org/project/librabbitmq)|3.1988882863340563e-06| +|pypi|[pycouchdb](https://pypi.org/project/pycouchdb)|3.1988882863340563e-06| +|pypi|[couchbase](https://pypi.org/project/couchbase)|3.1988882863340563e-06| +|pypi|[pydocumentdb](https://pypi.org/project/pydocumentdb)|3.1988882863340563e-06| +|pypi|[python-consul2](https://pypi.org/project/python-consul2)|3.1988882863340563e-06| +|pypi|[pyArango](https://pypi.org/project/pyArango)|3.1988882863340563e-06| +|pypi|[pandas-bokeh](https://pypi.org/project/pandas-bokeh)|3.195692593740316e-06| +|pypi|[resolvelib](https://pypi.org/project/resolvelib)|3.195692593740316e-06| +|pypi|[rtds-action](https://pypi.org/project/rtds-action)|3.192865634907392e-06| +|pypi|[mkdocs-bootswatch](https://pypi.org/project/mkdocs-bootswatch)|3.189045553145336e-06| +|pypi|[assertionlib](https://pypi.org/project/assertionlib)|3.1869488762530644e-06| +|pypi|[mercantile](https://github.com/mapbox/mercantile)|3.184969269703546e-06| +|pypi|[exoctk](https://github.com/ExoCTK/exoctk)|3.1674121283089857e-06| +|pypi|[platon](https://pypi.org/project/platon)|3.1674121283089857e-06| +|pypi|[ddtrace](https://pypi.org/project/ddtrace)|3.1674121283089857e-06| +|pypi|[flask_wtf](https://pypi.org/project/flask_wtf)|3.1674121283089857e-06| +|pypi|[jwst_gtvt](https://pypi.org/project/jwst_gtvt)|3.1674121283089857e-06| +|pypi|[scp](https://pypi.org/project/scp)|3.1674121283089857e-06| +|pypi|[wtforms](https://pypi.org/project/wtforms)|3.1674121283089857e-06| +|pypi|[ddsketch](https://pypi.org/project/ddsketch)|3.1674121283089857e-06| +|pypi|[bytecode](https://pypi.org/project/bytecode)|3.1674121283089857e-06| +|pypi|[scvi-tools](https://github.com/scverse/scvi-tools)|3.1674121283089857e-06| +|pypi|[docrep](https://pypi.org/project/docrep)|3.1674121283089857e-06| +|pypi|[mudata](https://pypi.org/project/mudata)|3.1674121283089857e-06| +|pypi|[sphinx-remove-toctrees](https://pypi.org/project/sphinx-remove-toctrees)|3.1637356678029125e-06| +|pypi|[hmf](https://github.com/steven-murray/hmf)|3.1580962102845377e-06| +|pypi|[flox](https://pypi.org/project/flox)|3.149674620390455e-06| +|pypi|[vispy](https://pypi.org/project/vispy)|3.1320983111248835e-06| +|pypi|[pyside](https://pypi.org/project/pyside)|3.1320983111248835e-06| +|pypi|[google-api-python-client](https://pypi.org/project/google-api-python-client)|3.120721730124896e-06| +|pypi|[tensorflowtensorflow-addons](https://pypi.org/project/tensorflowtensorflow-addons)|3.1082315332800546e-06| +|pypi|[starkbank-ecdsa](https://pypi.org/project/starkbank-ecdsa)|3.1082315332800546e-06| +|pypi|[geopy](https://github.com/geopy/geopy)|3.103902469547809e-06| +|pypi|[aioconsole](https://github.com/vxgmichel/aioconsole)|3.0854962974044434e-06| +|pypi|[aiohttp-retry](https://pypi.org/project/aiohttp-retry)|3.0854962974044434e-06| +|pypi|[aiokatcp](https://pypi.org/project/aiokatcp)|3.0854962974044434e-06| +|pypi|[aiomonitor](https://pypi.org/project/aiomonitor)|3.0854962974044434e-06| +|pypi|[katportalclient](https://pypi.org/project/katportalclient)|3.0854962974044434e-06| +|pypi|[katversion](https://pypi.org/project/katversion)|3.0854962974044434e-06| +|pypi|[lupa](https://pypi.org/project/lupa)|3.0854962974044434e-06| +|pypi|[omnijson](https://pypi.org/project/omnijson)|3.0854962974044434e-06| +|pypi|[pygelf](https://pypi.org/project/pygelf)|3.0854962974044434e-06| +|pypi|[python-lzf](https://pypi.org/project/python-lzf)|3.0854962974044434e-06| +|pypi|[rdbtools](https://pypi.org/project/rdbtools)|3.0854962974044434e-06| +|pypi|[spead2](https://pypi.org/project/spead2)|3.0854962974044434e-06| +|pypi|[katpoint](https://pypi.org/project/katpoint)|3.0854962974044434e-06| +|pypi|[katsdptelstate](https://pypi.org/project/katsdptelstate)|3.0854962974044434e-06| +|pypi|[pytest-notebook](https://github.com/chrisjsewell/pytest-notebook)|3.081203432990663e-06| +|pypi|[aio-pika](https://pypi.org/project/aio-pika)|3.081203432990663e-06| +|pypi|[deepdiff](https://pypi.org/project/deepdiff)|3.0701206729980497e-06| +|pypi|[logomaker](http://logomaker.readthedocs.io)|3.0697051843730653e-06| +|pypi|[cbor2](https://pypi.org/project/cbor2)|3.059124534178764e-06| +|pypi|[mapbox-vector-tile](https://pypi.org/project/mapbox-vector-tile)|3.059124534178764e-06| +|pypi|[sharedmem](https://pypi.org/project/sharedmem)|3.059124534178764e-06| +|pypi|[SmilesPE](https://github.com/XinhaoLi74/SmilesPE)|3.057574804192677e-06| +|pypi|[stone](https://pypi.org/project/stone)|3.0371862410907963e-06| +|pypi|[msrest](https://pypi.org/project/msrest)|3.0371862410907963e-06| +|pypi|[azure-core](https://pypi.org/project/azure-core)|3.0371862410907963e-06| +|pypi|[types-pyOpenSSL](https://github.com/python/typeshed)|3.0285332888369765e-06| +|pypi|[mypy-zope](https://github.com/Shoobx/mypy-zope)|3.0285332888369765e-06| +|pypi|[pydoctor](https://github.com/twisted/pydoctor)|3.0285332888369765e-06| +|pypi|[PyHamcrest](https://pypi.org/project/PyHamcrest)|3.0285332888369765e-06| +|pypi|[cython-test-exception-raiser](https://pypi.org/project/cython-test-exception-raiser)|3.0285332888369765e-06| +|pypi|[twisted-iocpsupport](https://pypi.org/project/twisted-iocpsupport)|3.0285332888369765e-06| +|pypi|[pynetdicom](https://github.com/pydicom/pynetdicom)|3.0097613882863336e-06| +|pypi|[modin](https://github.com/modin-project/modin)|3.0097613882863336e-06| +|pypi|[sphinx_design](https://github.com/executablebooks/sphinx-design)|2.9987699346759844e-06| +|pypi|[sunpy-sphinx-theme](https://pypi.org/project/sunpy-sphinx-theme)|2.9982479559486065e-06| +|pypi|[mpl-animators](https://pypi.org/project/mpl-animators)|2.9982479559486065e-06| +|pypi|[pyexcel-xls](https://github.com/pyexcel/pyexcel-xls)|2.9874122424078092e-06| +|pypi|[twython](https://github.com/ryanmcgrath/twython/tree/master)|2.982646420824295e-06| +|pypi|[jinxed](https://github.com/Rockhopper-Technologies/jinxed)|2.982348156182212e-06| +|pypi|[namex](https://pypi.org/project/namex)|2.9776335696968593e-06| +|pypi|[a2wsgi](https://pypi.org/project/a2wsgi)|2.9528199566160516e-06| +|pypi|[types-decorator](https://github.com/python/typeshed)|2.9528199566160516e-06| +|pypi|[lazy-loader](https://pypi.org/project/lazy-loader)|2.9528199566160516e-06| +|pypi|[metpy](https://pypi.org/project/metpy)|2.9528199566160516e-06| +|pypi|[exojax](http://secondearths.sakura.ne.jp/exojax/)|2.9337505778599624e-06| +|pypi|[vaex](https://pypi.org/project/vaex)|2.9337505778599624e-06| +|pypi|[vaex-astro](https://pypi.org/project/vaex-astro)|2.9337505778599624e-06| +|pypi|[vaex-core](https://pypi.org/project/vaex-core)|2.9337505778599624e-06| +|pypi|[vaex-hdf5](https://pypi.org/project/vaex-hdf5)|2.9337505778599624e-06| +|pypi|[vaex-jupyter](https://pypi.org/project/vaex-jupyter)|2.9337505778599624e-06| +|pypi|[vaex-ml](https://pypi.org/project/vaex-ml)|2.9337505778599624e-06| +|pypi|[vaex-server](https://pypi.org/project/vaex-server)|2.9337505778599624e-06| +|pypi|[vaex-viz](https://pypi.org/project/vaex-viz)|2.9337505778599624e-06| +|pypi|[bqplot](https://pypi.org/project/bqplot)|2.9337505778599624e-06| +|pypi|[ipyvuetify](https://pypi.org/project/ipyvuetify)|2.9337505778599624e-06| +|pypi|[aplus](https://pypi.org/project/aplus)|2.9337505778599624e-06| +|pypi|[blake3](https://pypi.org/project/blake3)|2.9337505778599624e-06| +|pypi|[ipyvue](https://pypi.org/project/ipyvue)|2.9337505778599624e-06| +|pypi|[ipywebrtc](https://pypi.org/project/ipywebrtc)|2.9337505778599624e-06| +|pypi|[ipydatawidgets](https://pypi.org/project/ipydatawidgets)|2.9337505778599624e-06| +|pypi|[pretty-midi](https://pypi.org/project/pretty-midi)|2.9284164859002166e-06| +|pypi|[pytest-asyncio>=0.18](https://pypi.org/project/pytest-asyncio>=0.18)|2.9148702765839424e-06| +|pypi|[ipykernel>=6.5](https://pypi.org/project/ipykernel>=6.5)|2.9148702765839424e-06| +|pypi|[sphinx>=1.3.6](https://pypi.org/project/sphinx>=1.3.6)|2.9148702765839424e-06| +|pypi|[tornado>=6.0](https://pypi.org/project/tornado>=6.0)|2.9148702765839424e-06| +|pypi|[pyzmq>=23.0](https://pypi.org/project/pyzmq>=23.0)|2.9148702765839424e-06| +|pypi|[python-dateutil>=2.8.2](https://pypi.org/project/python-dateutil>=2.8.2)|2.9148702765839424e-06| +|pypi|[nest-asyncio>=1.5.4](https://pypi.org/project/nest-asyncio>=1.5.4)|2.9148702765839424e-06| +|pypi|[jupyter-core>=4.9.2](https://pypi.org/project/jupyter-core>=4.9.2)|2.9148702765839424e-06| +|pypi|[docformatter](https://github.com/PyCQA/docformatter)|2.887858219017079e-06| +|pypi|[findspark](https://pypi.org/project/findspark)|2.8864320201525436e-06| +|pypi|[Flask-Login](https://pypi.org/project/Flask-Login)|2.8864320201525436e-06| +|pypi|[Flask-Session](https://pypi.org/project/Flask-Session)|2.8864320201525436e-06| +|pypi|[Flask-SocketIO](https://pypi.org/project/Flask-SocketIO)|2.8864320201525436e-06| +|pypi|[gmql](https://pypi.org/project/gmql)|2.8864320201525436e-06| +|pypi|[python-engineio](https://pypi.org/project/python-engineio)|2.8864320201525436e-06| +|pypi|[snfpy](https://pypi.org/project/snfpy)|2.8864320201525436e-06| +|pypi|[strconv](https://pypi.org/project/strconv)|2.8864320201525436e-06| +|pypi|[typecheck-decorator](https://pypi.org/project/typecheck-decorator)|2.8864320201525436e-06| +|pypi|[pyqt](https://pypi.org/project/pyqt)|2.8543926247288503e-06| +|pypi|[enthought-sphinx-theme](https://pypi.org/project/enthought-sphinx-theme)|2.8543926247288503e-06| +|pypi|[channels](https://pypi.org/project/channels)|2.8390849930980082e-06| +|pypi|[fhirclient](https://pypi.org/project/fhirclient)|2.833514099783085e-06| +|pypi|[sphinx-markdown-tables](https://github.com/ryanfox/sphinx-markdown-tables)|2.8275488069414355e-06| +|pypi|[flake8-array-spacing](https://pypi.org/project/flake8-array-spacing)|2.8273614732376606e-06| +|pypi|[vplot](https://github.com/VirtualPlanetaryLaboratory/vplot/)|2.8159691208370553e-06| +|pypi|[multiplanet](https://github.com/VirtualPlanetaryLaboratory/multi-planet)|2.815969120837053e-06| +|pypi|[aafigure](https://pypi.org/project/aafigure)|2.812209482491478e-06| +|pypi|[pytest-tornado5](https://pypi.org/project/pytest-tornado5)|2.812209482491478e-06| +|pypi|[rethinkdb](https://pypi.org/project/rethinkdb)|2.812209482491478e-06| +|pypi|[spin](https://pypi.org/project/spin)|2.8103922659923436e-06| +|pypi|[mizani](https://github.com/has2k1/mizani)|2.786643941741558e-06| +|pypi|[python-swiftclient](https://docs.openstack.org/python-swiftclient/latest/)|2.783803326102695e-06| +|pypi|[pycuda](http://mathema.tician.de/software/pycuda)|2.7726681127982647e-06| +|pypi|[pytest-socket](https://pypi.org/project/pytest-socket)|2.7579243401713434e-06| +|pypi|[hashin](https://pypi.org/project/hashin)|2.7415653336096465e-06| +|pypi|[nengo](https://pypi.org/project/nengo)|2.740586022234273e-06| +|pypi|[hankel](https://github.com/steven-murray/hankel)|2.7405257113691556e-06| +|pypi|[alibi](https://github.com/SeldonIO/alibi)|2.732195194648209e-06| +|pypi|[bio](https://pypi.org/project/bio)|2.732195194648209e-06| +|pypi|[kahypar](https://pypi.org/project/kahypar)|2.732195194648209e-06| +|pypi|[nwalign3](https://pypi.org/project/nwalign3)|2.732195194648209e-06| +|pypi|[PubChemPy](https://pypi.org/project/PubChemPy)|2.732195194648209e-06| +|pypi|[PyMetis](https://pypi.org/project/PyMetis)|2.732195194648209e-06| +|pypi|[selfies](https://pypi.org/project/selfies)|2.732195194648209e-06| +|pypi|[upfp](https://pypi.org/project/upfp)|2.732195194648209e-06| +|pypi|[pyvcf](https://github.com/jamescasbon/PyVCF)|2.71420824295012e-06| +|pypi|[pendulum](https://pypi.org/project/pendulum)|2.7056863960334675e-06| +|pypi|[phonenumbers](https://pypi.org/project/phonenumbers)|2.7056863960334675e-06| +|pypi|[sphinxcontrib-katex](https://pypi.org/project/sphinxcontrib-katex)|2.690006735551323e-06| +|pypi|[python-magic-bin](https://pypi.org/project/python-magic-bin)|2.6843817787418656e-06| +|pypi|[xnat](https://pypi.org/project/xnat)|2.6843817787418656e-06| +|pypi|[fasttext-wheel](https://pypi.org/project/fasttext-wheel)|2.6843817787418656e-06| +|pypi|[pyonmttok](https://pypi.org/project/pyonmttok)|2.6843817787418656e-06| +|pypi|[ctranslate2](https://pypi.org/project/ctranslate2)|2.6843817787418656e-06| +|pypi|[academictorrents](https://pypi.org/project/academictorrents)|2.6843817787418656e-06| +|pypi|[fortranformat](https://pypi.org/project/fortranformat)|2.6843817787418656e-06| +|pypi|[sphinxcontrib-trio](https://pypi.org/project/sphinxcontrib-trio)|2.6843817787418656e-06| +|pypi|[tensorrt](https://developer.nvidia.com/tensorrt)|2.6843817787418656e-06| +|pypi|[nvidia-cuda-nvcc-cu11](https://developer.nvidia.com/cuda-zone)|2.6843817787418656e-06| +|pypi|[cudf](https://pypi.org/project/cudf)|2.676281627345724e-06| +|pypi|[ACEBinf](https://github.com/ACEnglish/acebinf)|2.671026645514294e-06| +|pypi|[dbus-python](https://pypi.org/project/dbus-python)|2.671026645514294e-06| +|pypi|[jupyter-http-over-ws](https://pypi.org/project/jupyter-http-over-ws)|2.671026645514294e-06| +|pypi|[PyGObject](https://pypi.org/project/PyGObject)|2.671026645514294e-06| +|pypi|[python-apt](https://pypi.org/project/python-apt)|2.671026645514294e-06| +|pypi|[PyVCF](https://pypi.org/project/PyVCF)|2.671026645514294e-06| +|pypi|[Truvari](https://pypi.org/project/Truvari)|2.671026645514294e-06| +|pypi|[UpSetPlot](https://pypi.org/project/UpSetPlot)|2.671026645514294e-06| +|pypi|[nose-exclude](https://pypi.org/project/nose-exclude)|2.6641984570971895e-06| +|pypi|[mockredispy](https://pypi.org/project/mockredispy)|2.6641984570971895e-06| +|pypi|[motor](https://pypi.org/project/motor)|2.6641984570971895e-06| +|pypi|[aiounittest](https://pypi.org/project/aiounittest)|2.6641984570971895e-06| +|pypi|[pyfarmhash](https://pypi.org/project/pyfarmhash)|2.6641984570971895e-06| +|pypi|[SetSimilaritySearch](https://pypi.org/project/SetSimilaritySearch)|2.6641984570971895e-06| +|pypi|[pyhash](https://pypi.org/project/pyhash)|2.6641984570971895e-06| +|pypi|[flametree](https://pypi.org/project/flametree)|2.612537010940988e-06| +|pypi|[icebreaker](https://pypi.org/project/icebreaker)|2.612537010940988e-06| +|pypi|[platemap](https://pypi.org/project/platemap)|2.612537010940988e-06| +|pypi|[proglog](https://pypi.org/project/proglog)|2.612537010940988e-06| +|pypi|[sbol2](https://pypi.org/project/sbol2)|2.612537010940988e-06| +|pypi|[biomaj-cli](http://biomaj.genouest.org)|2.610692867168563e-06| +|pypi|[pixell](https://pypi.org/project/pixell)|2.6098156182212574e-06| +|pypi|[qmflows](https://pypi.org/project/qmflows)|2.576219875569118e-06| +|pypi|[rasterstats](https://pypi.org/project/rasterstats)|2.572532537960956e-06| +|pypi|[whitenoise](https://pypi.org/project/whitenoise)|2.567669527492219e-06| +|pypi|[pyceo](https://pypi.org/project/pyceo)|2.567669527492219e-06| +|pypi|[properconf](https://pypi.org/project/properconf)|2.567669527492219e-06| +|pypi|[markupSafe](https://pypi.org/project/markupSafe)|2.567669527492219e-06| +|pypi|[multipart](https://pypi.org/project/multipart)|2.567669527492219e-06| +|pypi|[resampy](https://pypi.org/project/resampy)|2.5349511930585683e-06| +|pypi|[pytest-freezegun](https://pypi.org/project/pytest-freezegun)|2.533024722666472e-06| +|pypi|[proselint](https://pypi.org/project/proselint)|2.533024722666472e-06| +|pypi|[pytest-datadir](https://pypi.org/project/pytest-datadir)|2.53104709218483e-06| +|pypi|[jaraco.windows](https://pypi.org/project/jaraco.windows)|2.5118962137855144e-06| +|pypi|[singledispatch](https://pypi.org/project/singledispatch)|2.5118962137855144e-06| +|pypi|[pvfactors](https://pypi.org/project/pvfactors)|2.4633463743414962e-06| +|pypi|[pytest-cover](https://pypi.org/project/pytest-cover)|2.460683297180043e-06| +|pypi|[langdetect](https://github.com/Mimino666/langdetect)|2.4533971180663176e-06| +|pypi|[dm-haiku](https://pypi.org/project/dm-haiku)|2.4499619857252054e-06| +|pypi|[cmarkgfm](https://pypi.org/project/cmarkgfm)|2.4360764642082427e-06| +|pypi|[percy](https://pypi.org/project/percy)|2.435407797581443e-06| +|pypi|[preconditions](https://pypi.org/project/preconditions)|2.435407797581443e-06| +|pypi|[mimesis](https://pypi.org/project/mimesis)|2.435407797581443e-06| +|pypi|[flask-talisman](https://pypi.org/project/flask-talisman)|2.435407797581443e-06| +|pypi|[dash-dangerously-set-inner-html](https://pypi.org/project/dash-dangerously-set-inner-html)|2.435407797581443e-06| +|pypi|[dash-flow-example](https://pypi.org/project/dash-flow-example)|2.435407797581443e-06| +|pypi|[os-service-types](https://pypi.org/project/os-service-types)|2.4252494577006506e-06| +|pypi|[hyperspy](https://pypi.org/project/hyperspy)|2.408574709710348e-06| +|pypi|[sadisplay](http://bitbucket.org/estin/sadisplay)|2.407421753951038e-06| +|pypi|[keras2onnx](https://github.com/onnx/keras-onnx)|2.3861171366594543e-06| +|pypi|[pyramid_debugtoolbar](https://pypi.org/project/pyramid_debugtoolbar)|2.3861171366594374e-06| +|pypi|[mpl-playback](https://pypi.org/project/mpl-playback)|2.386117136659436e-06| +|pypi|[pypolychord](https://ccpforge.cse.rl.ac.uk/gf/project/polychord/)|2.386117136659436e-06| +|pypi|[atomneb](https://atomneb.github.io/AtomNeb-py/)|2.3831344902386245e-06| +|pypi|[napari-plugin-engine](https://github.com/napari/napari-plugin-engine)|2.3801518438177946e-06| +|pypi|[colander](https://pypi.org/project/colander)|2.3746454196562665e-06| +|pypi|[types-tzlocal](https://pypi.org/project/types-tzlocal)|2.3622559652928414e-06| +|pypi|[testscenarios](https://pypi.org/project/testscenarios)|2.338633405639913e-06| +|pypi|[sphinx-immaterial](https://pypi.org/project/sphinx-immaterial)|2.33742903542505e-06| +|pypi|[cmocean](https://pypi.org/project/cmocean)|2.3250606099272687e-06| +|pypi|[pyFFTW](https://github.com/pyFFTW/pyFFTW)|2.31982343371188e-06| +|pypi|[ephemeral-port-reserve](https://pypi.org/project/ephemeral-port-reserve)|2.300898667493027e-06| +|pypi|[fido](https://pypi.org/project/fido)|2.300898667493027e-06| +|pypi|[bravado-core](https://pypi.org/project/bravado-core)|2.300898667493027e-06| +|pypi|[Auto-FOX](https://pypi.org/project/Auto-FOX)|2.300898667493027e-06| +|pypi|[mip](https://pypi.org/project/mip)|2.292130633887687e-06| +|pypi|[solar-system-ephemerides](https://pypi.org/project/solar-system-ephemerides)|2.2713999666277324e-06| +|pypi|[sphinxcontrib_bibtex](https://github.com/mcmtroffaes/sphinxcontrib-bibtex)|2.2582894329098377e-06| +|pypi|[lark](https://github.com/lark-parser/lark)|2.2514391790422323e-06| +|pypi|[aiohttp-jinja2](https://pypi.org/project/aiohttp-jinja2)|2.2497675859931826e-06| +|pypi|[camcops-server](https://camcops.readthedocs.org/)|2.2369848156182214e-06| +|pypi|[cardinal_pythonlib](https://pypi.org/project/cardinal_pythonlib)|2.2369848156182214e-06| +|pypi|[CherryPy](https://pypi.org/project/CherryPy)|2.2369848156182214e-06| +|pypi|[deform](https://pypi.org/project/deform)|2.2369848156182214e-06| +|pypi|[Faker](https://pypi.org/project/Faker)|2.2369848156182214e-06| +|pypi|[flower](https://pypi.org/project/flower)|2.2369848156182214e-06| +|pypi|[hl7](https://pypi.org/project/hl7)|2.2369848156182214e-06| +|pypi|[paginate](https://pypi.org/project/paginate)|2.2369848156182214e-06| +|pypi|[pycap](https://pypi.org/project/pycap)|2.2369848156182214e-06| +|pypi|[pyotp](https://pypi.org/project/pyotp)|2.2369848156182214e-06| +|pypi|[scrapy](https://pypi.org/project/scrapy)|2.2369848156182214e-06| +|pypi|[twilio](https://pypi.org/project/twilio)|2.2369848156182214e-06| +|pypi|[Wand](https://pypi.org/project/Wand)|2.2369848156182214e-06| +|pypi|[cheroot](https://pypi.org/project/cheroot)|2.2369848156182214e-06| +|pypi|[itemadapter](https://pypi.org/project/itemadapter)|2.2369848156182214e-06| +|pypi|[itemloaders](https://pypi.org/project/itemloaders)|2.2369848156182214e-06| +|pypi|[parsel](https://pypi.org/project/parsel)|2.2369848156182214e-06| +|pypi|[peppercorn](https://pypi.org/project/peppercorn)|2.2369848156182214e-06| +|pypi|[portend](https://pypi.org/project/portend)|2.2369848156182214e-06| +|pypi|[protego](https://pypi.org/project/protego)|2.2369848156182214e-06| +|pypi|[PyDispatcher](https://pypi.org/project/PyDispatcher)|2.2369848156182214e-06| +|pypi|[python-editor](https://pypi.org/project/python-editor)|2.2369848156182214e-06| +|pypi|[pytzdata](https://pypi.org/project/pytzdata)|2.2369848156182214e-06| +|pypi|[queuelib](https://pypi.org/project/queuelib)|2.2369848156182214e-06| +|pypi|[w3lib](https://pypi.org/project/w3lib)|2.2369848156182214e-06| +|pypi|[jaraco.collections](https://pypi.org/project/jaraco.collections)|2.2369848156182214e-06| +|pypi|[qrcode](https://pypi.org/project/qrcode)|2.2369848156182214e-06| +|pypi|[tldextract](https://pypi.org/project/tldextract)|2.2369848156182214e-06| +|pypi|[zc.lockfile](https://pypi.org/project/zc.lockfile)|2.2369848156182214e-06| +|pypi|[jaraco.text](https://pypi.org/project/jaraco.text)|2.2369848156182214e-06| +|pypi|[hickle](http://github.com/telegraphic/hickle)|2.227042660882154e-06| +|pypi|[biomaj-user](http://biomaj.genouest.org)|2.2202373357151965e-06| +|pypi|[jaraco.develop](https://pypi.org/project/jaraco.develop)|2.219439836672196e-06| +|pypi|[zipppython_version<'3.8'](https://pypi.org/project/zipppython_version<'3.8')|2.214614967462039e-06| +|pypi|[importlib_metadatapython_version<'3.8'](https://pypi.org/project/importlib_metadatapython_version<'3.8')|2.214614967462039e-06| +|pypi|[tomlpython_version<'3.6'](https://pypi.org/project/tomlpython_version<'3.6')|2.214614967462039e-06| +|pypi|[oemof](https://pypi.org/project/oemof)|2.2106673471991833e-06| +|pypi|[sphinx-toggleprompt](https://pypi.org/project/sphinx-toggleprompt)|2.207690966842268e-06| +|pypi|[pymanopt](https://pymanopt.org)|2.2033097753831106e-06| +|pypi|[pyarrow-hotfix](https://pypi.org/project/pyarrow-hotfix)|2.1970632404471887e-06| +|pypi|[zeus-mcmc](https://pypi.org/project/zeus-mcmc)|2.196014397749765e-06| +|pypi|[HTSeq](https://github.com/htseq)|2.1872740419378213e-06| +|pypi|[typer-cli](https://pypi.org/project/typer-cli)|2.187274041937816e-06| +|pypi|[pytest-coverage](https://pypi.org/project/pytest-coverage)|2.187274041937816e-06| +|pypi|[pytest-check-links](https://pypi.org/project/pytest-check-links)|2.1757620732960384e-06| +|pypi|[types-PyYAML](https://pypi.org/project/types-PyYAML)|2.164798212919704e-06| +|pypi|[zope.component](https://pypi.org/project/zope.component)|2.1640492777287785e-06| +|pypi|[xdoctest](https://pypi.org/project/xdoctest)|2.162198045155245e-06| +|pypi|[keras-nightly](https://pypi.org/project/keras-nightly)|2.160391697582016e-06| +|pypi|[tb-nightly](https://pypi.org/project/tb-nightly)|2.160391697582016e-06| +|pypi|[twobody](https://pypi.org/project/twobody)|2.1475054229934923e-06| +|pypi|[cmastro](https://pypi.org/project/cmastro)|2.1475054229934923e-06| +|pypi|[sphinx-astrorefs](https://pypi.org/project/sphinx-astrorefs)|2.1475054229934923e-06| +|pypi|[pyevtk](https://github.com/pyscience-projects/pyevtk)|2.140111467580527e-06| +|pypi|[url-normalize](https://pypi.org/project/url-normalize)|2.1275862965215394e-06| +|pypi|[cattrs](https://pypi.org/project/cattrs)|2.1275862965215394e-06| +|pypi|[zest-releaser](https://pypi.org/project/zest-releaser)|2.1091571118686086e-06| +|pypi|[fhirspec](https://pypi.org/project/fhirspec)|2.1091571118686086e-06| +|pypi|[flake8-isort](https://pypi.org/project/flake8-isort)|2.1091571118686086e-06| +|pypi|[sumtypes](https://pypi.org/project/sumtypes)|2.1091571118686086e-06| +|pypi|[pytest-instafail](https://pypi.org/project/pytest-instafail)|2.1091571118686086e-06| +|pypi|[stsci.tools](https://pypi.org/project/stsci.tools)|2.10183364967462e-06| +|pypi|[pytest-plt](https://pypi.org/project/pytest-plt)|2.0843434987878013e-06| +|pypi|[sphinx-pyviz-theme](https://pypi.org/project/sphinx-pyviz-theme)|2.0843434987878013e-06| +|pypi|[rise](https://pypi.org/project/rise)|2.0843434987878013e-06| +|pypi|[sncosmo](https://sncosmo.readthedocs.org)|2.0688074579072467e-06| +|pypi|[pytransit](https://github.com/hpparvi/PyTransit)|2.063184369416862e-06| +|pypi|[rpyc](http://rpyc.readthedocs.org)|2.038024754370295e-06| +|pypi|[MarkupPy](https://pypi.org/project/MarkupPy)|2.0217955746906187e-06| +|pypi|[gwtrigfind](https://pypi.org/project/gwtrigfind)|2.0217955746906187e-06| +|pypi|[nflows](https://github.com/bayesiains/nflows)|2.0059116588400753e-06| +|pypi|[EDFlib-Python](https://pypi.org/project/EDFlib-Python)|2.0043567608433154e-06| +|pypi|[eeglabio](https://pypi.org/project/eeglabio)|2.0043567608433154e-06| +|pypi|[copier](https://pypi.org/project/copier)|1.9995394999939405e-06| +|pypi|[dunamai](https://pypi.org/project/dunamai)|1.9995394999939405e-06| +|pypi|[iteration-utilities](https://pypi.org/project/iteration-utilities)|1.9995394999939405e-06| +|pypi|[jinja2-ansible-filters](https://pypi.org/project/jinja2-ansible-filters)|1.9995394999939405e-06| +|pypi|[jupyter-events](https://pypi.org/project/jupyter-events)|1.9995394999939405e-06| +|pypi|[jupyter-server-terminals](https://pypi.org/project/jupyter-server-terminals)|1.9995394999939405e-06| +|pypi|[powerlaw](https://pypi.org/project/powerlaw)|1.9995394999939405e-06| +|pypi|[pygeos](https://pypi.org/project/pygeos)|1.9995394999939405e-06| +|pypi|[python-ternary](https://pypi.org/project/python-ternary)|1.9995394999939405e-06| +|pypi|[pyyaml-include](https://pypi.org/project/pyyaml-include)|1.9995394999939405e-06| +|pypi|[send2trash](https://pypi.org/project/send2trash)|1.9995394999939405e-06| +|pypi|[botorch](https://pypi.org/project/botorch)|1.9934649496142122e-06| +|pypi|[pre-commit~=2.12](https://pypi.org/project/pre-commit~=2.12)|1.9895398798598364e-06| +|pypi|[Levenshtein](https://github.com/maxbachmann/Levenshtein)|1.957189637910899e-06| +|pypi|[cobra](https://opencobra.github.io/cobrapy)|1.9522776572668112e-06| +|pypi|[cloudnetpy-qc](https://pypi.org/project/cloudnetpy-qc)|1.9469142571094844e-06| +|pypi|[pySMARTS](https://pypi.org/project/pySMARTS)|1.9469142571094844e-06| +|pypi|[pvmismatch](https://pypi.org/project/pvmismatch)|1.9469142571094844e-06| +|pypi|[rtoml](https://pypi.org/project/rtoml)|1.9437598936660542e-06| +|pypi|[pymeeus](https://pypi.org/project/pymeeus)|1.9118337465137897e-06| +|pypi|[sphinx_click](https://github.com/click-contrib/sphinx-click)|1.9074926953786506e-06| +|pypi|[casatools](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.9053145336225598e-06| +|pypi|[types-pillow](https://pypi.org/project/types-pillow)|1.9050451333006788e-06| +|pypi|[blue](https://pypi.org/project/blue)|1.9050451333006788e-06| +|pypi|[pyright](https://pypi.org/project/pyright)|1.8948577261707286e-06| +|pypi|[Yapsy](https://pypi.org/project/Yapsy)|1.8948577261707286e-06| +|pypi|[influxdb](https://pypi.org/project/influxdb)|1.8948577261707286e-06| +|pypi|[drmaa](https://pypi.org/project/drmaa)|1.8948577261707286e-06| +|pypi|[biomaj-process](https://pypi.org/project/biomaj-process)|1.8948577261707286e-06| +|pypi|[biomaj-download](https://pypi.org/project/biomaj-download)|1.8948577261707286e-06| +|pypi|[dfsql](https://pypi.org/project/dfsql)|1.8948577261707286e-06| +|pypi|[modin-spreadsheet](https://pypi.org/project/modin-spreadsheet)|1.8948577261707286e-06| +|pypi|[wotan](https://github.com/hippke/wotan)|1.892825489227175e-06| +|pypi|[sphinx_tabs](https://github.com/executablebooks/sphinx-tabs)|1.8847786957123734e-06| +|pypi|[snakeviz](https://github.com/jiffyclub/snakeviz)|1.8799642816368467e-06| +|pypi|[bson](https://pypi.org/project/bson)|1.8719308890223114e-06| +|pypi|[pyomo](https://pypi.org/project/pyomo)|1.8596328069021754e-06| +|pypi|[libpysal](http://pysal.org/libpysal)|1.8558688840684516e-06| +|pypi|[casatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|1.8462581344902387e-06| +|pypi|[PyEnchant](https://pypi.org/project/PyEnchant)|1.8455124728850324e-06| +|pypi|[dask-cudf](https://pypi.org/project/dask-cudf)|1.8245066398603247e-06| +|pypi|[snappy](https://pypi.org/project/snappy)|1.8245066398603247e-06| +|pypi|[datashape](https://pypi.org/project/datashape)|1.8245066398603247e-06| +|pypi|[fastremap](https://pypi.org/project/fastremap)|1.817119973302186e-06| +|pypi|[edt](https://pypi.org/project/edt)|1.817119973302186e-06| +|pypi|[fill-voids](https://pypi.org/project/fill-voids)|1.817119973302186e-06| +|pypi|[dijkstra3d](https://pypi.org/project/dijkstra3d)|1.817119973302186e-06| +|pypi|[cloud-volume](https://pypi.org/project/cloud-volume)|1.817119973302186e-06| +|pypi|[connected-components-3d](https://pypi.org/project/connected-components-3d)|1.817119973302186e-06| +|pypi|[bs4](https://pypi.org/project/bs4)|1.8075002185089023e-06| +|pypi|[nestcheck](https://github.com/ejhigson/nestcheck)|1.7895878524945908e-06| +|pypi|[bio-hansel](https://github.com/phac-nml/biohansel)|1.7895878524945806e-06| +|pypi|[exhale](https://github.com/svenevs/exhale)|1.7895878524945806e-06| +|pypi|[ftperiodogram](http://github.com/jakevdp/nfft/)|1.7895878524945806e-06| +|pypi|[jumper](https://vlab.jumper.io)|1.7895878524945806e-06| +|pypi|[coxeter](https://github.com/glotzerlab/coxeter)|1.7895878524945806e-06| +|pypi|[pybiopax](https://github.com/indralab/pybiopax)|1.7895878524945806e-06| +|pypi|[atropos](https://atropos.readthedocs.org/)|1.7895878524945806e-06| +|pypi|[napari-tracks-reader](https://github.com/sylvainprigent/napari-tracks-reader)|1.7895878524945806e-06| +|pypi|[demask](https://github.com/Singh-Lab/DeMaSk)|1.7895878524945806e-06| +|pypi|[git](https://pypi.org)|1.7895878524945806e-06| +|pypi|[smart_open](https://github.com/piskvorky/smart_open)|1.7895878524945806e-06| +|pypi|[SomaticSiMu](https://github.com/HillLab/SomaticSiMu)|1.7895878524945806e-06| +|pypi|[py-packman](https://github.com/Pranavkhade/PACKMAN)|1.7895878524945806e-06| +|pypi|[petsc](https://petsc.org/)|1.7895878524945772e-06| +|pypi|[PICOS](https://pypi.org/project/PICOS)|1.7895878524945772e-06| +|pypi|[hera-opm](https://github.com/HERA-Team/hera_opm)|1.7895878524945772e-06| +|pypi|[gridtest](http://www.github.com/vsoch/gridtest)|1.7895878524945772e-06| +|pypi|[catscii](https://pypi.org/project/catscii)|1.7895878524945772e-06| +|pypi|[firesong](https://github.com/icecube/FIRESONG)|1.7895878524945772e-06| +|pypi|[sepp](https://repos.cosmos.esa.int/socci/projects/SEPP/repos/sepp)|1.7895878524945772e-06| +|pypi|[PeptideBuilder](https://github.com/clauswilke/PeptideBuilder)|1.7895878524945772e-06| +|pypi|[komics](http://github.com/frebio/komics)|1.7895878524945772e-06| +|pypi|[OpenSMOG](https://github.com/junioreif/OpenSMOG)|1.7895878524945772e-06| +|pypi|[partycls](https://pypi.org/project/partycls)|1.7895878524945772e-06| +|pypi|[subset](https://github.com/rightbrace/subset-game.git)|1.7895878524945772e-06| +|pypi|[simpleyaml](http://pyyaml.org/wiki/PyYAML)|1.7895878524945772e-06| +|pypi|[cb-platon](https://github.com/oschwengers/platon)|1.7895878524945772e-06| +|pypi|[gymnasium](https://farama.org)|1.7895878524945605e-06| +|pypi|[cdp-backend](https://github.com/CouncilDataProject/cdp-backend)|1.7895878524945605e-06| +|pypi|[spython](https://github.com/singularityhub/singularity-cli)|1.7887356678029184e-06| +|pypi|[pytype](https://pypi.org/project/pytype)|1.7455093339602276e-06| +|pypi|[pytest-custom-exit-code](https://pypi.org/project/pytest-custom-exit-code)|1.7455093339602276e-06| +|pypi|[jraph](https://pypi.org/project/jraph)|1.7455093339602276e-06| +|pypi|[clu](https://pypi.org/project/clu)|1.7455093339602276e-06| +|pypi|[orbax](https://pypi.org/project/orbax)|1.7455093339602276e-06| +|pypi|[yte](https://pypi.org/project/yte)|1.727804462348932e-06| +|pypi|[vulture](https://github.com/jendrikseipp/vulture)|1.7206281702086018e-06| +|pypi|[kombine](https://pypi.org/project/kombine)|1.7187909704178719e-06| +|pypi|[pypandoc](https://pypi.org/project/pypandoc)|1.7095273433040299e-06| +|pypi|[lap](https://pypi.org/project/lap)|1.7095273433040299e-06| +|pypi|[flask-cors](https://github.com/corydolphin/flask-cors)|1.7064930093512464e-06| +|pypi|[jsonschema-spec](https://pypi.org/project/jsonschema-spec)|1.7035499749707992e-06| +|pypi|[openapi-schema-validator](https://pypi.org/project/openapi-schema-validator)|1.7035499749707992e-06| +|pypi|[gwosc](https://github.com/gwpy/gwosc/)|1.6923821511527986e-06| +|pypi|[galsim](https://github.com/rmjarvis/GalSim)|1.6901663051337717e-06| +|pypi|[jarvis-tools](https://github.com/usnistgov/jarvis)|1.6873256894948867e-06| +|pypi|[elasticsearch-dsl](https://pypi.org/project/elasticsearch-dsl)|1.6873256894948867e-06| +|pypi|[mongomock](https://pypi.org/project/mongomock)|1.6873256894948867e-06| +|pypi|[jsondiff](https://pypi.org/project/jsondiff)|1.6873256894948867e-06| +|pypi|[mkdocs-awesome-pages-plugin](https://pypi.org/project/mkdocs-awesome-pages-plugin)|1.6873256894948867e-06| +|pypi|[mike](https://pypi.org/project/mike)|1.6873256894948867e-06| +|pypi|[aiida-core](https://pypi.org/project/aiida-core)|1.6873256894948867e-06| +|pypi|[trollius](https://pypi.org/project/trollius)|1.6873256894948867e-06| +|pypi|[test-tube](https://pypi.org/project/test-tube)|1.6804666419766149e-06| +|pypi|[comet-ml](https://pypi.org/project/comet-ml)|1.6804666419766149e-06| +|pypi|[neptune-client](https://pypi.org/project/neptune-client)|1.6804666419766149e-06| +|pypi|[torchtext](https://pypi.org/project/torchtext)|1.6804666419766149e-06| +|pypi|[setoptconf-tmp](https://pypi.org/project/setoptconf-tmp)|1.6784450279712296e-06| +|pypi|[requirements-detector](https://pypi.org/project/requirements-detector)|1.6784450279712296e-06| +|pypi|[pylint-plugin-utils](https://pypi.org/project/pylint-plugin-utils)|1.6784450279712296e-06| +|pypi|[pylint-flask](https://pypi.org/project/pylint-flask)|1.6784450279712296e-06| +|pypi|[pylint-django](https://pypi.org/project/pylint-django)|1.6784450279712296e-06| +|pypi|[pylint-celery](https://pypi.org/project/pylint-celery)|1.6784450279712296e-06| +|pypi|[dodgy](https://pypi.org/project/dodgy)|1.6784450279712296e-06| +|pypi|[subunit2sql](https://pypi.org/project/subunit2sql)|1.670452432599938e-06| +|pypi|[cliff](https://pypi.org/project/cliff)|1.670452432599938e-06| +|pypi|[gstools](https://pypi.org/project/gstools)|1.6404555314533623e-06| +|pypi|[openturns](https://pypi.org/project/openturns)|1.6404555314533623e-06| +|pypi|[numpoly](https://pypi.org/project/numpoly)|1.6404555314533623e-06| +|pypi|[pytest-param-files~=0.3.4](https://pypi.org/project/pytest-param-files~=0.3.4)|1.626115885199399e-06| +|pypi|[pytest>=6,<7](https://pypi.org/project/pytest>=6,<7)|1.626115885199399e-06| +|pypi|[sphinxext-opengraph~=0.6.3](https://pypi.org/project/sphinxext-opengraph~=0.6.3)|1.626115885199399e-06| +|pypi|[sphinxcontrib.mermaid~=0.7.1](https://pypi.org/project/sphinxcontrib.mermaid~=0.7.1)|1.626115885199399e-06| +|pypi|[sphinxext-rediraffe~=0.2.7](https://pypi.org/project/sphinxext-rediraffe~=0.2.7)|1.626115885199399e-06| +|pypi|[linkify-it-py~=1.0](https://pypi.org/project/linkify-it-py~=1.0)|1.626115885199399e-06| +|pypi|[sphinx>=4,<6](https://pypi.org/project/sphinx>=4,<6)|1.626115885199399e-06| +|pypi|[mdit-py-plugins~=0.3.0](https://pypi.org/project/mdit-py-plugins~=0.3.0)|1.626115885199399e-06| +|pypi|[markdown-it-py>=1.0.0,<3.0.0](https://pypi.org/project/markdown-it-py>=1.0.0,<3.0.0)|1.626115885199399e-06| +|pypi|[docutils>=0.15,<0.19](https://pypi.org/project/docutils>=0.15,<0.19)|1.626115885199399e-06| +|pypi|[jaxns](https://pypi.org/project/jaxns)|1.620720728067457e-06| +|pypi|[cma](https://github.com/CMA-ES/pycma)|1.6179957034724773e-06| +|pypi|[sphinx-paramlinks](https://pypi.org/project/sphinx-paramlinks)|1.6106290672451192e-06| +|pypi|[levmar](https://pypi.org/project/levmar)|1.6106290672451192e-06| +|pypi|[gradient-free-optimizers](https://pypi.org/project/gradient-free-optimizers)|1.6106290672451192e-06| +|pypi|[bumps](https://pypi.org/project/bumps)|1.6106290672451192e-06| +|pypi|[tinycc](https://pypi.org/project/tinycc)|1.6106290672451192e-06| +|pypi|[sasmodels](https://pypi.org/project/sasmodels)|1.6106290672451192e-06| +|pypi|[dfogn](https://pypi.org/project/dfogn)|1.6106290672451192e-06| +|pypi|[DFO-LS](https://pypi.org/project/DFO-LS)|1.6106290672451192e-06| +|pypi|[croniter](https://pypi.org/project/croniter)|1.6083920824295016e-06| +|pypi|[pyqtwebengine](https://www.riverbankcomputing.com/software/pyqtwebengine/)|1.6056259184101883e-06| +|pypi|[ptemcee-for-orbitize](https://pypi.org/project/ptemcee-for-orbitize)|1.6033411529136931e-06| +|pypi|[NRSur7dq2](https://www.black-holes.org/surrogates/)|1.5907447577729679e-06| +|pypi|[openbabel](http://openbabel.org/)|1.586767895878525e-06| +|pypi|[pssmgen](https://github.com/DeepRank/PSSMGen)|1.5820994058285413e-06| +|pypi|[dp_accounting](https://github.com/google/differential-privacy/)|1.5818678339014562e-06| +|pypi|[sphinx-collections](https://pypi.org/project/sphinx-collections)|1.5818678339014562e-06| +|pypi|[pandas-datareader](https://pypi.org/project/pandas-datareader)|1.5748373101952275e-06| +|pypi|[oldest-supported-numpy](https://pypi.org/project/oldest-supported-numpy)|1.5748373101952275e-06| +|pypi|[swapper](https://pypi.org/project/swapper)|1.5748373101952275e-06| +|pypi|[jsonfield](https://pypi.org/project/jsonfield)|1.5748373101952275e-06| +|pypi|[django-model-utils](https://pypi.org/project/django-model-utils)|1.5748373101952275e-06| +|pypi|[genfire](https://pypi.org/project/genfire)|1.5748373101952275e-06| +|pypi|[opencv-contrib-python](https://github.com/opencv/opencv-python)|1.5680198326619258e-06| +|pypi|[louvain](https://pypi.org/project/louvain)|1.567610128483234e-06| +|pypi|[deepspeed](https://pypi.org/project/deepspeed)|1.562599687380375e-06| +|pypi|[requestsexceptions](https://pypi.org/project/requestsexceptions)|1.5590889370932755e-06| +|pypi|[jsonpatch](https://pypi.org/project/jsonpatch)|1.5590889370932755e-06| +|pypi|[smt](https://github.com/SMTorg/smt)|1.5552370622869645e-06| +|pypi|[py2-ipaddress](https://pypi.org/project/py2-ipaddress)|1.5541157666400273e-06| +|pypi|[casadata](https://open-bitbucket.nrao.edu/projects/CASA/repos/casadatabrowse)|1.5509761388286334e-06| +|pypi|[pep440](https://pypi.org/project/pep440)|1.5508614216586015e-06| +|pypi|[cupy-cuda92](https://pypi.org/project/cupy-cuda92)|1.5460401163197523e-06| +|pypi|[cupy-cuda91](https://pypi.org/project/cupy-cuda91)|1.5460401163197523e-06| +|pypi|[cupy-cuda90](https://pypi.org/project/cupy-cuda90)|1.5460401163197523e-06| +|pypi|[cupy-cuda80](https://pypi.org/project/cupy-cuda80)|1.5460401163197523e-06| +|pypi|[cupy-cuda115](https://pypi.org/project/cupy-cuda115)|1.5460401163197523e-06| +|pypi|[cupy-cuda114](https://pypi.org/project/cupy-cuda114)|1.5460401163197523e-06| +|pypi|[cupy-cuda113](https://pypi.org/project/cupy-cuda113)|1.5460401163197523e-06| +|pypi|[cupy-cuda112](https://pypi.org/project/cupy-cuda112)|1.5460401163197523e-06| +|pypi|[cupy-cuda111](https://pypi.org/project/cupy-cuda111)|1.5460401163197523e-06| +|pypi|[cupy-cuda110](https://pypi.org/project/cupy-cuda110)|1.5460401163197523e-06| +|pypi|[cupy-cuda102](https://pypi.org/project/cupy-cuda102)|1.5460401163197523e-06| +|pypi|[cupy-cuda101](https://pypi.org/project/cupy-cuda101)|1.5460401163197523e-06| +|pypi|[cupy-cuda100](https://pypi.org/project/cupy-cuda100)|1.5460401163197523e-06| +|pypi|[pytest-jupyter](https://pytest-jupyter.readthedocs.io/)|1.5339324449953516e-06| +|pypi|[sphinx-immaterial-igwn](https://pypi.org/project/sphinx-immaterial-igwn)|1.5339324449953514e-06| +|pypi|[pyobjc-framework-Cocoa](https://github.com/ronaldoussoren/pyobjc)|1.5294093108626732e-06| +|pypi|[flake8-tidy-imports](https://pypi.org/project/flake8-tidy-imports)|1.5142666444184882e-06| +|pypi|[flake8-string-format](https://pypi.org/project/flake8-string-format)|1.5142666444184882e-06| +|pypi|[flake8-pep3101](https://pypi.org/project/flake8-pep3101)|1.5142666444184882e-06| +|pypi|[flake8-mutable](https://pypi.org/project/flake8-mutable)|1.5142666444184882e-06| +|pypi|[flake8-blind-except](https://pypi.org/project/flake8-blind-except)|1.5142666444184882e-06| +|pypi|[types-tabulate](https://pypi.org/project/types-tabulate)|1.5142666444184882e-06| +|pypi|[py-stringmatching](https://pypi.org/project/py-stringmatching)|1.5142666444184882e-06| +|pypi|[pylev](https://pypi.org/project/pylev)|1.5142666444184882e-06| +|pypi|[distance](https://pypi.org/project/distance)|1.5142666444184882e-06| +|pypi|[pyxDamerauLevenshtein](https://pypi.org/project/pyxDamerauLevenshtein)|1.5142666444184882e-06| +|pypi|[cmasher](https://cmasher.readthedocs.io)|1.51120751988431e-06| +|pypi|[mpi4pyd](https://github.com/1313e/mpi4pyd)|1.51120751988431e-06| +|pypi|[pypex](https://github.com/mikecokina/pypex.git)|1.51120751988431e-06| +|pypi|[ecdsa](https://pypi.org/project/ecdsa)|1.4921111478937713e-06| +|pypi|[pytest-black-multipy](https://pypi.org/project/pytest-black-multipy)|1.4921111478937713e-06| +|pypi|[Flask-APScheduler](https://github.com/viniciuschiele/flask-apscheduler)|1.4888167848484296e-06| +|pypi|[foldedleastsquares](https://pypi.org/project/foldedleastsquares)|1.4888167848484296e-06| +|pypi|[everest-pipeline](https://pypi.org/project/everest-pipeline)|1.4888167848484296e-06| +|pypi|[autodoc](https://pypi.org/project/autodoc)|1.4888167848484294e-06| +|pypi|[Boruta](https://pypi.org/project/Boruta)|1.4789982252021298e-06| +|pypi|[coverage-badge](https://pypi.org/project/coverage-badge)|1.4789982252021298e-06| +|pypi|[cufflinks](https://pypi.org/project/cufflinks)|1.4789982252021298e-06| +|pypi|[daphne](https://pypi.org/project/daphne)|1.4789982252021298e-06| +|pypi|[django-admin-index](https://pypi.org/project/django-admin-index)|1.4789982252021298e-06| +|pypi|[django-classy-tags](https://pypi.org/project/django-classy-tags)|1.4789982252021298e-06| +|pypi|[django-light](https://pypi.org/project/django-light)|1.4789982252021298e-06| +|pypi|[django-ordered-model](https://pypi.org/project/django-ordered-model)|1.4789982252021298e-06| +|pypi|[dpd-components](https://pypi.org/project/dpd-components)|1.4789982252021298e-06| +|pypi|[htmlmin](https://pypi.org/project/htmlmin)|1.4789982252021298e-06| +|pypi|[ImageHash](https://pypi.org/project/ImageHash)|1.4789982252021298e-06| +|pypi|[jwcrypto](https://pypi.org/project/jwcrypto)|1.4789982252021298e-06| +|pypi|[kmodes](https://pypi.org/project/kmodes)|1.4789982252021298e-06| +|pypi|[missingno](https://pypi.org/project/missingno)|1.4789982252021298e-06| +|pypi|[multimethod](https://pypi.org/project/multimethod)|1.4789982252021298e-06| +|pypi|[pandas-profiling](https://pypi.org/project/pandas-profiling)|1.4789982252021298e-06| +|pypi|[phik](https://pypi.org/project/phik)|1.4789982252021298e-06| +|pypi|[pycaret](https://pypi.org/project/pycaret)|1.4789982252021298e-06| +|pypi|[pyLDAvis](https://pypi.org/project/pyLDAvis)|1.4789982252021298e-06| +|pypi|[pyod](https://pypi.org/project/pyod)|1.4789982252021298e-06| +|pypi|[scikit-plot](https://pypi.org/project/scikit-plot)|1.4789982252021298e-06| +|pypi|[tangled-up-in-unicode](https://pypi.org/project/tangled-up-in-unicode)|1.4789982252021298e-06| +|pypi|[textblob](https://pypi.org/project/textblob)|1.4789982252021298e-06| +|pypi|[visions](https://pypi.org/project/visions)|1.4789982252021298e-06| +|pypi|[yellowbrick](https://pypi.org/project/yellowbrick)|1.4789982252021298e-06| +|pypi|[pyepsg](https://pypi.org/project/pyepsg)|1.4789776478355182e-06| +|pypi|[intake-xarray](https://pypi.org/project/intake-xarray)|1.4789776478355182e-06| +|pypi|[intake-parquet](https://pypi.org/project/intake-parquet)|1.4789776478355182e-06| +|pypi|[eli5](https://github.com/eli5-org/eli5)|1.4764099783080262e-06| +|pypi|[peppy](https://pypi.org/project/peppy)|1.4764099783080258e-06| +|pypi|[eido](https://pypi.org/project/eido)|1.4764099783080258e-06| +|pypi|[slacker](https://pypi.org/project/slacker)|1.4764099783080258e-06| +|pypi|[throttler](https://pypi.org/project/throttler)|1.4764099783080258e-06| +|pypi|[reretry](https://pypi.org/project/reretry)|1.4764099783080258e-06| +|pypi|[pytest-playwright](https://pypi.org/project/pytest-playwright)|1.4764099783080258e-06| +|pypi|[accessible-pygments](https://pypi.org/project/accessible-pygments)|1.4764099783080258e-06| +|pypi|[types-Pillow](https://pypi.org/project/types-Pillow)|1.4727189533622558e-06| +|pypi|[pscript](https://pypi.org/project/pscript)|1.4700185931205452e-06| +|pypi|[mpl-sample-data](https://pypi.org/project/mpl-sample-data)|1.4700185931205452e-06| +|pypi|[astro-sedpy](https://github.com/bd-j/sedpy)|1.4614967462039238e-06| +|pypi|[matplotlib-scalebar](https://pypi.org/project/matplotlib-scalebar)|1.4581826946252109e-06| +|pypi|[splot](https://pypi.org/project/splot)|1.4581826946252109e-06| +|pypi|[esda](https://pypi.org/project/esda)|1.4581826946252109e-06| +|pypi|[ebltable](https://github.com/me-manu/ebltable)|1.4316702819956886e-06| +|pypi|[qtsass](https://pypi.org/project/qtsass)|1.406104741245739e-06| +|pypi|[black-nbconvert](https://pypi.org/project/black-nbconvert)|1.399344622297442e-06| +|pypi|[contextily](https://github.com/darribas/contextily)|1.3919016630513475e-06| +|pypi|[winkerberos](https://pypi.org/project/winkerberos)|1.3895623325252008e-06| +|pypi|[mzml2isa](https://pypi.org/project/mzml2isa)|1.3895623325252008e-06| +|pypi|[portpicker](https://pypi.org/project/portpicker)|1.3841343546637743e-06| +|pypi|[kt-legacy](https://pypi.org/project/kt-legacy)|1.3841343546637743e-06| +|pypi|[ryd](https://sourceforge.net/p/ryd/)|1.3814312940618252e-06| +|pypi|[velociraptor](https://github.com/swiftsim/velociraptor-python)|1.3794739696312375e-06| +|pypi|[sphinx-autodoc-typehints>=1.15.2](https://pypi.org/project/sphinx-autodoc-typehints>=1.15.2)|1.374196979809778e-06| +|pypi|[typing_extensions>=3.10](https://pypi.org/project/typing_extensions>=3.10)|1.374196979809778e-06| +|pypi|[get_version](https://pypi.org/project/get_version)|1.374196979809778e-06| +|pypi|[sphinx>=3.0](https://pypi.org/project/sphinx>=3.0)|1.374196979809778e-06| +|pypi|[cpnest](https://pypi.org/project/cpnest)|1.3608733999189597e-06| +|pypi|[ipywidgets-bokeh](https://pypi.org/project/ipywidgets-bokeh)|1.3600867678958784e-06| +|pypi|[pylons-sphinx-latesturl](https://pypi.org/project/pylons-sphinx-latesturl)|1.3520237896593645e-06| +|pypi|[dateparser](https://pypi.org/project/dateparser)|1.3497142014520851e-06| +|pypi|[PySide6-Addons](https://pypi.org/project/PySide6-Addons)|1.3421908893709328e-06| +|pypi|[PySide6-Essentials](https://pypi.org/project/PySide6-Essentials)|1.3421908893709328e-06| +|pypi|[oemof.db](https://pypi.org/project/oemof.db)|1.3421908893709328e-06| +|pypi|[GeoAlchemy2](https://pypi.org/project/GeoAlchemy2)|1.3421908893709328e-06| +|pypi|[sphinxext-altair](https://pypi.org/project/sphinxext-altair)|1.3421908893709328e-06| +|pypi|[vl-convert-python](https://pypi.org/project/vl-convert-python)|1.3421908893709328e-06| +|pypi|[vegafusion](https://pypi.org/project/vegafusion)|1.3421908893709328e-06| +|pypi|[types-jsonschema](https://pypi.org/project/types-jsonschema)|1.3421908893709328e-06| +|pypi|[anywidget](https://pypi.org/project/anywidget)|1.3421908893709328e-06| +|pypi|[gin-config](https://pypi.org/project/gin-config)|1.3259955241899865e-06| +|pypi|[pytest-isort](https://github.com/stephrdev/pytest-isort)|1.324406860086769e-06| +|pypi|[uproot](https://pypi.org/project/uproot)|1.3192531316223868e-06| +|pypi|[yatiml](https://github.com/yatiml/yatiml)|1.3037893167028206e-06| +|pypi|[markov-clustering](https://pypi.org/project/markov-clustering)|1.2991563357492401e-06| +|pypi|[types-pkg-resources](https://pypi.org/project/types-pkg-resources)|1.2885032537960952e-06| +|pypi|[WebOb](http://webob.org/)|1.284832304355082e-06| +|pypi|[h5xplorer](https://pypi.org/project/h5xplorer)|1.2838347637461095e-06| +|pypi|[uharfbuzz](https://pypi.org/project/uharfbuzz)|1.2654942671211652e-06| +|pypi|[gwdetchar](https://pypi.org/project/gwdetchar)|1.2487783366308329e-06| +|pypi|[astroML](http://astroML.github.com)|1.242769342010129e-06| +|pypi|[macholib](http://github.com/ronaldoussoren/macholib)|1.2398029942036202e-06| +|pypi|[peakutils](https://bitbucket.org/lucashnegri/peakutils)|1.2397102174759496e-06| +|pypi|[scikit-misc](https://pypi.org/project/scikit-misc)|1.23500244332674e-06| +|pypi|[entsoe-py](https://github.com/EnergieID/entsoe-py)|1.2303416485900222e-06| +|pypi|[quandl](https://github.com/quandl/quandl-python)|1.2303416485900222e-06| +|pypi|[mplleaflet](https://pypi.org/project/mplleaflet)|1.2303416485900215e-06| +|pypi|[lcbuilder](https://pypi.org/project/lcbuilder)|1.2287535254957672e-06| +|pypi|[transitleastsquares](https://github.com/hippke/tls)|1.2259234873117775e-06| +|pypi|[annotated_types](https://pypi.org/project/annotated_types)|1.2218565337721593e-06| +|pypi|[unicodeitplus](https://pypi.org/project/unicodeitplus)|1.2218565337721593e-06| +|pypi|[boost_histogram](https://pypi.org/project/boost_histogram)|1.2218565337721593e-06| +|pypi|[jacobi](https://pypi.org/project/jacobi)|1.2218565337721593e-06| +|pypi|[pybv](https://github.com/bids-standard/pybv)|1.2134228438925873e-06| +|pypi|[radon](https://pypi.org/project/radon)|1.2052326353534904e-06| +|pypi|[numba>=0.55](https://pypi.org/project/numba>=0.55)|1.1984975118029856e-06| +|pypi|[xarray>=0.16](https://pypi.org/project/xarray>=0.16)|1.1984975118029856e-06| +|pypi|[scipy>=1.5](https://pypi.org/project/scipy>=1.5)|1.1984975118029856e-06| +|pypi|[numpy>=1.19](https://pypi.org/project/numpy>=1.19)|1.1984975118029856e-06| +|pypi|[msstitch](https://github.com/lehtiolab/msstitch)|1.1930585683297272e-06| +|pypi|[google-cloud-monitoring](https://github.com/googleapis/python-monitoring)|1.1930585683297272e-06| +|pypi|[BisPy](https://github.com/fAndreuzzi/BisPy)|1.1930585683297272e-06| +|pypi|[cpplint](https://github.com/cpplint/cpplint)|1.1930585683297272e-06| +|pypi|[pyexcel](https://github.com/pyexcel/pyexcel)|1.1930585683297272e-06| +|pypi|[sit2standpy](https://github.com/PfizerRD/sit2standpy)|1.1930585683297272e-06| +|pypi|[bigslice](https://github.com/satriaphd/bigslice)|1.1930585683297272e-06| +|pypi|[pyone](http://opennebula.io)|1.1930585683297272e-06| +|pypi|[bel-resources](https://github.com/cthoyt/bel-resources)|1.1930585683297272e-06| +|pypi|[surfinBH](https://github.com/vijayvarma392/surfinBH)|1.1930585683297272e-06| +|pypi|[howfairis](https://github.com/fair-software/howfairis)|1.1930585683297272e-06| +|pypi|[sphinxcontrib-doxylink](http://sphinxcontrib-doxylink.readthedocs.io/en/stable/)|1.1930585683297272e-06| +|pypi|[synthia](https://github.com/dmey/synthia)|1.1930585683297272e-06| +|pypi|[pysmiles](https://github.com/pckroon/pysmiles)|1.1930585683297272e-06| +|pypi|[mol2vec](http://github.com/samoturk/mol2vec)|1.1930585683297272e-06| +|pypi|[pystan](https://mc-stan.org)|1.1930585683297272e-06| +|pypi|[circuitgraph](https://github.com/circuitgraph/circuitgraph)|1.1930585683297272e-06| +|pypi|[PSSMGen](https://github.com/DeepRank/PSSMGen)|1.1930585683297272e-06| +|pypi|[Crimson](https://git.sr.ht/~bow/crimson)|1.1930585683297272e-06| +|pypi|[symfem](https://github.com/mscroggs/symfem)|1.1930585683297272e-06| +|pypi|[parmap](https://github.com/zeehio/parmap)|1.1930585683297272e-06| +|pypi|[mira-multiome](https://pypi.org/project/mira-multiome)|1.1930585683297272e-06| +|pypi|[libceed](https://libceed.readthedocs.io)|1.193058568329718e-06| +|pypi|[clingo](https://github.com/potassco/clingo)|1.193058568329718e-06| +|pypi|[electiondata](https://github.com/kavigupta/electiondata)|1.193058568329718e-06| +|pypi|[singularity-compose](http://github.com/singularityhub/singularity-compose)|1.193058568329718e-06| +|pypi|[diffmah](https://github.com/ArgonneCPAC/diffmah)|1.193058568329718e-06| +|pypi|[starlink-pyast](http://www.starlink.ac.uk/ast)|1.193058568329718e-06| +|pypi|[picmistandard](https://github.com/picmi-standard/picmi)|1.193058568329718e-06| +|pypi|[tesliper](https://github.com/mishioo/tesliper)|1.193058568329718e-06| +|pypi|[anesthetic](https://github.com/williamjameshandley/anesthetic)|1.193058568329718e-06| +|pypi|[pyprecice](https://github.com/precice/python-bindings)|1.193058568329718e-06| +|pypi|[ont-fast5-api](https://github.com/nanoporetech/ont_fast5_api)|1.193058568329718e-06| +|pypi|[pyplif-hippos](https://github.com/radifar/PyPLIF-HIPPOS)|1.193058568329718e-06| +|pypi|[asyncpg](https://github.com/MagicStack/asyncpg)|1.193058568329718e-06| +|pypi|[cachecontrol](https://github.com/ionrock/cachecontrol)|1.1862078528236e-06| +|pypi|[hicmatrix](https://github.com/deeptools/HiCMatrix)|1.1859990501739216e-06| +|pypi|[modulegraph](http://github.com/ronaldoussoren/modulegraph)|1.1811279826464207e-06| +|pypi|[pyink](https://pypi.org/project/pyink)|1.146388924333291e-06| +|pypi|[WSGIProxy2](https://pypi.org/project/WSGIProxy2)|1.1356999833138662e-06| +|pypi|[pyquery](https://pypi.org/project/pyquery)|1.1356999833138662e-06| +|pypi|[PySide2](https://www.pyside.org)|1.1238611713666054e-06| +|pypi|[twiggy](https://github.com/wearpants/twiggy/)|1.120847128667657e-06| +|pypi|[pyclustering](https://pypi.org/project/pyclustering)|1.1107786670655996e-06| +|pypi|[bayanpy](https://pypi.org/project/bayanpy)|1.1107786670655996e-06| +|pypi|[pycombo](https://pypi.org/project/pycombo)|1.1107786670655996e-06| +|pypi|[networkit](https://pypi.org/project/networkit)|1.1107786670655996e-06| +|pypi|[GraphRicciCurvature](https://pypi.org/project/GraphRicciCurvature)|1.1107786670655996e-06| +|pypi|[infomap](https://pypi.org/project/infomap)|1.1107786670655996e-06| +|pypi|[thresholdclustering](https://pypi.org/project/thresholdclustering)|1.1107786670655996e-06| +|pypi|[dynetx](https://pypi.org/project/dynetx)|1.1107786670655996e-06| +|pypi|[angelcommunity](https://pypi.org/project/angelcommunity)|1.1107786670655996e-06| +|pypi|[bimlpa](https://pypi.org/project/bimlpa)|1.1107786670655996e-06| +|pypi|[eva-lcd](https://pypi.org/project/eva-lcd)|1.1107786670655996e-06| +|pypi|[nf1](https://pypi.org/project/nf1)|1.1107786670655996e-06| +|pypi|[demon](https://pypi.org/project/demon)|1.1107786670655996e-06| +|pypi|[python-forge](http://github.com/dfee/forge)|1.1101186678575982e-06| +|pypi|[pytest-pydocstyle](https://pypi.org/project/pytest-pydocstyle)|1.0902719839813115e-06| +|pypi|[pytest-pycodestyle](https://pypi.org/project/pytest-pycodestyle)|1.0902719839813115e-06| +|pypi|[types-tqdm](https://pypi.org/project/types-tqdm)|1.0745262289383925e-06| +|pypi|[flat-table](https://github.com/metinsenturk/flat_table)|1.0633094932593779e-06| +|pypi|[tikzplotlib](https://pypi.org/project/tikzplotlib)|1.0633094932593779e-06| +|pypi|[stsynphot](https://www.github.com/spacetelescope/stsynphot_refactor)|1.0504102612468154e-06| +|pypi|[google-cloud-firestore](https://github.com/googleapis/python-firestore)|1.0485472487855547e-06| +|pypi|[stingray](https://docs.stingray.science)|1.0439262472885086e-06| +|pypi|[adjustText](https://github.com/Phlya/adjustText)|1.0225616676628437e-06| +|pypi|[phantomconfig](https://pypi.org/project/phantomconfig)|1.0182137781434663e-06| +|pypi|[alive-progress](https://github.com/rsalmei/alive-progress)|1.015901329656615e-06| +|pypi|[proxmin](https://github.com/pmelchior/proxmin)|1.014099783080266e-06| +|pypi|[awkward](https://github.com/scikit-hep/awkward-1.0)|1.0107536807126038e-06| +|pypi|[pytest-responsemock](https://pypi.org/project/pytest-responsemock)|1.0066431670281994e-06| +|pypi|[iso3166](https://pypi.org/project/iso3166)|1.0066431670281994e-06| +|pypi|[ruptures](https://github.com/deepcharles/ruptures/)|1.0049347779057596e-06| +|pypi|[nessai](https://pypi.org/project/nessai)|1.0029558294200376e-06| +|pypi|[ptmcmcsampler](https://pypi.org/project/ptmcmcsampler)|1.0029558294200376e-06| +|pypi|[bilby.cython](https://pypi.org/project/bilby.cython)|1.0029558294200376e-06| +|pypi|[cmaes](https://pypi.org/project/cmaes)|9.967324748071061e-07| +|pypi|[catboost](https://pypi.org/project/catboost)|9.967324748071061e-07| +|pypi|[scriptcwl](https://github.com/nlesc/scriptcwl)|9.942154736081043e-07| +|pypi|[molmass](https://www.lfd.uci.edu/~gohlke/molmass)|9.858227455841395e-07| +|pypi|[pytest-ignore-flaky](https://pypi.org/project/pytest-ignore-flaky)|9.842733188720173e-07| +|pypi|[big-O](https://pypi.org/project/big-O)|9.842733188720173e-07| +|pypi|[phonemizer](https://github.com/bootphon/phonemizer)|9.73088394793933e-07| +|pypi|[cyvcf2](https://github.com/brentp/cyvcf2/)|9.6167751265365e-07| +|pypi|[dustmaps](https://github.com/gregreen/dustmaps)|9.58062183658718e-07| +|pypi|[streamlit-aggrid](https://github.com/PablocFonseca/streamlit-aggrid)|9.544468546637831e-07| +|pypi|[flake8-pyproject](https://pypi.org/project/flake8-pyproject)|9.525225666503394e-07| +|pypi|[OpenPIV](https://pypi.org/project/OpenPIV)|9.515369557166278e-07| +|pypi|[pyoculus](https://pypi.org/project/pyoculus)|9.474288630853643e-07| +|pypi|[py-spec](https://pypi.org/project/py-spec)|9.474288630853643e-07| +|pypi|[lightning-utilities](https://pypi.org/project/lightning-utilities)|9.474288630853643e-07| +|pypi|[ale-py](https://pypi.org/project/ale-py)|9.474288630853643e-07| +|pypi|[dm-reverb](https://pypi.org/project/dm-reverb)|9.474288630853643e-07| +|pypi|[rlds](https://pypi.org/project/rlds)|9.474288630853643e-07| +|pypi|[pywin32-ctypes](https://pypi.org/project/pywin32-ctypes)|9.449023861171365e-07| +|pypi|[ua_parser](https://pypi.org/project/ua_parser)|9.374031608304926e-07| +|pypi|[flask-seasurf](https://pypi.org/project/flask-seasurf)|9.374031608304926e-07| +|pypi|[chart_studio](https://pypi.org/project/chart_studio)|9.374031608304926e-07| +|pypi|[jsonpickle](https://github.com/jsonpickle/jsonpickle)|9.34025131422097e-07| +|pypi|[connexion](https://github.com/zalando/connexion)|9.246203904555279e-07| +|pypi|[sdmpy](http://github.com/demorest/sdmpy)|9.232000826360954e-07| +|pypi|[click-default-group](https://pypi.org/project/click-default-group)|9.231447653841761e-07| +|pypi|[swifttools](https://gitlab.com/DrPhilEvans/swifttools)|9.219088937093314e-07| +|pypi|[spacy-transformers](https://spacy.io)|9.110250718861927e-07| +|pypi|[pythainlp](https://pypi.org/project/pythainlp)|9.110250718861927e-07| +|pypi|[spacy-ray](https://pypi.org/project/spacy-ray)|9.110250718861927e-07| +|pypi|[natto-py](https://pypi.org/project/natto-py)|9.110250718861927e-07| +|pypi|[sudachidict-core](https://pypi.org/project/sudachidict-core)|9.110250718861927e-07| +|pypi|[sudachipy](https://pypi.org/project/sudachipy)|9.110250718861927e-07| +|pypi|[thinc-apple-ops](https://pypi.org/project/thinc-apple-ops)|9.110250718861927e-07| +|pypi|[dask-expr](https://pypi.org/project/dask-expr)|9.08559986651093e-07| +|pypi|[django-import-export](https://github.com/django-import-export/django-import-export)|8.947939262472903e-07| +|pypi|[fairdatapoint-client](https://github.com/fair-data/fairdatapoint-client)|8.947939262472903e-07| +|pypi|[cspy](https://github.com/torressa/cspy)|8.947939262472903e-07| +|pypi|[cygrid](https://github.com/bwinkel/cygrid)|8.947939262472903e-07| +|pypi|[Sphinx-Substitution-Extensions](https://github.com/adamtheturtle/sphinx-substitution-extensions)|8.947939262472903e-07| +|pypi|[genshi](https://github.com/edgewall/genshi)|8.947939262472903e-07| +|pypi|[multiqc](http://multiqc.info)|8.947939262472903e-07| +|pypi|[cutadapt](https://cutadapt.readthedocs.io/)|8.947939262472903e-07| +|pypi|[sphinx-jinja](https://github.com/tardyp/sphinx-jinja)|8.947939262472903e-07| +|pypi|[kserve](https://github.com/kserve/kserve/tree/master/python/kserve)|8.947939262472903e-07| +|pypi|[pytest-rng](https://www.nengo.ai/pytest-rng)|8.947939262472903e-07| +|pypi|[pyequib](https://equib.github.io/pyEQUIB/)|8.947939262472903e-07| +|pypi|[hdf5storage](https://github.com/frejanordsiek/hdf5storage)|8.947939262472903e-07| +|pypi|[referenceseeker](https://github.com/oschwengers/referenceseeker)|8.947939262472903e-07| +|pypi|[flatstar](https://github.com/ladsantos/flatstar)|8.947939262472903e-07| +|pypi|[miniwdl](https://github.com/chanzuckerberg/miniwdl)|8.947939262472903e-07| +|pypi|[pytest-workflow](https://github.com/LUMC/pytest-workflow)|8.947939262472903e-07| +|pypi|[NEURON](https://neuron.yale.edu/neuron/)|8.947939262472886e-07| +|pypi|[COFFEE](UNKNOWN)|8.947939262472886e-07| +|pypi|[proposal](https://github.com/tudo-astroparticlephysics/PROPOSAL)|8.947939262472886e-07| +|pypi|[pypeFLOW](https://github.com/Xinyi2016/pypeflow)|8.947939262472886e-07| +|pypi|[contexttimer](https://github.com/brouberol/contexttimer)|8.947939262472886e-07| +|pypi|[pyfftlog](https://github.com/prisae/pyfftlog)|8.947939262472886e-07| +|pypi|[pystrict](https://github.com/earonesty/pystrict)|8.947939262472886e-07| +|pypi|[pycoeman](https://github.com/NLeSC/pycoeman)|8.947939262472886e-07| +|pypi|[easybuild](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-easyblocks](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-easyconfigs](https://easybuild.io)|8.947939262472886e-07| +|pypi|[easybuild-framework](https://easybuild.io)|8.947939262472886e-07| +|pypi|[pesummary](https://pypi.org/project/pesummary)|8.880661523657298e-07| +|pypi|[littleutils](https://pypi.org/project/littleutils)|8.880661523657298e-07| +|pypi|[Flask-Cors](https://github.com/corydolphin/flask-cors)|8.716748487270205e-07| +|pypi|[jsonref](https://pypi.org/project/jsonref)|8.706103066189833e-07| +|pypi|[docker-pycreds](https://pypi.org/project/docker-pycreds)|8.706103066189833e-07| +|pypi|[sentry-sdk](https://pypi.org/project/sentry-sdk)|8.706103066189833e-07| +|pypi|[promise](https://pypi.org/project/promise)|8.706103066189833e-07| +|pypi|[oemof.network](https://pypi.org/project/oemof.network)|8.684764578282506e-07| +|pypi|[oemof.tools](https://pypi.org/project/oemof.tools)|8.684764578282506e-07| +|pypi|[punch.py](https://pypi.org/project/punch.py)|8.684764578282506e-07| +|pypi|[windpowerlib](https://pypi.org/project/windpowerlib)|8.684764578282506e-07| +|pypi|[open-FRED-cli](https://pypi.org/project/open-FRED-cli)|8.684764578282506e-07| +|pypi|[oedialect](https://pypi.org/project/oedialect)|8.684764578282506e-07| +|pypi|[testresources](https://pypi.org/project/testresources)|8.661605206073752e-07| +|pypi|[oslotest](https://pypi.org/project/oslotest)|8.661605206073752e-07| +|pypi|[requests-kerberos](https://pypi.org/project/requests-kerberos)|8.661605206073752e-07| +|pypi|[betamax](https://pypi.org/project/betamax)|8.661605206073752e-07| +|pypi|[cugraph](https://pypi.org/project/cugraph)|8.517749874853996e-07| +|pypi|[cuml](https://pypi.org/project/cuml)|8.517749874853996e-07| +|pypi|[bioframe](https://github.com/open2c/bioframe)|8.450831525668858e-07| +|pypi|[poppy](https://poppy-optics.readthedocs.io/)|8.450831525668858e-07| +|pypi|[gooey](http://pypi.python.org/pypi/Gooey/)|8.436628447474433e-07| +|pypi|[clize](https://github.com/epsy/clize)|8.35140997830805e-07| +|pypi|[tvtk](https://pypi.org/project/tvtk)|8.337373995151204e-07| +|pypi|[docrepr](https://pypi.org/project/docrepr)|8.317802694693104e-07| +|pypi|[sybil](https://pypi.org/project/sybil)|8.120254880694142e-07| +|pypi|[setuptools-git](https://pypi.org/project/setuptools-git)|8.120254880694142e-07| +|pypi|[PyGithub](https://github.com/pygithub/pygithub)|8.07069031517167e-07| +|pypi|[diffrax](https://github.com/patrick-kidger/diffrax)|8.07069031517167e-07| +|pypi|[dqsegdb2](https://github.com/duncanmmacleod/dqsegdb2/)|8.043159987870687e-07| +|pypi|[eagerpy](https://github.com/jonasrauber/eagerpy)|7.945770065075958e-07| +|pypi|[orbitize](https://github.com/sblunt/orbitize)|7.866320230745514e-07| +|pypi|[pyvirtualdisplay](https://pypi.org/project/pyvirtualdisplay)|7.830245777812209e-07| +|pypi|[ldtk](https://github.com/hpparvi/ldtk)|7.786628751283619e-07| +|pypi|[pylab-sdk](https://pypi.org/project/pylab-sdk)|7.770578833200136e-07| +|pypi|[dcor](https://pypi.org/project/dcor)|7.636603336075997e-07| +|pypi|[citeproc-py](https://github.com/brechtm/citeproc-py)|7.633654421103625e-07| +|pypi|[fgivenx](https://github.com/williamjameshandley/fgivenx)|7.575921908893747e-07| +|pypi|[line-profiler](https://github.com/pyutils/line_profiler)|7.351820367004754e-07| +|pypi|[flake8-use-fstring](https://pypi.org/project/flake8-use-fstring)|7.308229392624728e-07| +|pypi|[flake8-type-annotations](https://pypi.org/project/flake8-type-annotations)|7.308229392624728e-07| +|pypi|[flake8-requirements](https://pypi.org/project/flake8-requirements)|7.308229392624728e-07| +|pypi|[flake8-noqa](https://pypi.org/project/flake8-noqa)|7.308229392624728e-07| +|pypi|[flake8-literal](https://pypi.org/project/flake8-literal)|7.308229392624728e-07| +|pypi|[flake8-datetimez](https://pypi.org/project/flake8-datetimez)|7.308229392624728e-07| +|pypi|[flake8-continuation](https://pypi.org/project/flake8-continuation)|7.308229392624728e-07| +|pypi|[flake8-comprehensions](https://pypi.org/project/flake8-comprehensions)|7.308229392624728e-07| +|pypi|[flake8-annotations](https://pypi.org/project/flake8-annotations)|7.308229392624728e-07| +|pypi|[vis_sample](https://github.com/AstroChem/vis_sample)|7.158351409978443e-07| +|pypi|[antspyx](https://github.com/ANTsX/ANTsPy)|7.158351409978443e-07| +|pypi|[brian2](http://www.briansimulator.org/)|7.158351409978443e-07| +|pypi|[iteration_utilities](https://github.com/MSeifert04/iteration_utilities)|7.158351409978443e-07| +|pypi|[nempy](https://github.com/UNSW-CEEM/nempy)|7.158351409978443e-07| +|pypi|[cffconvert](https://github.com/citation-file-format/cff-converter-python)|7.158351409978443e-07| +|pypi|[tripoli](https://github.com/DDMAL/tripoli)|7.158351409978342e-07| +|pypi|[kiwipy](https://github.com/aiidateam/kiwipy.git)|7.158351409978342e-07| +|pypi|[gala](http://gala.adrian.pw/)|7.158351409978342e-07| +|pypi|[TPOT](https://github.com/EpistasisLab/tpot)|7.158351409978342e-07| +|pypi|[update_checker](https://github.com/bboe/update_checker)|7.158351409978342e-07| +|pypi|[RagTag](https://github.com/malonge/RagTag)|7.158351409978342e-07| +|pypi|[control](https://python-control.org)|7.158351409978342e-07| +|pypi|[foolbox](https://github.com/bethgelab/foolbox)|7.158351409978342e-07| +|pypi|[sphinx_argparse](https://pypi.org/project/sphinx_argparse)|7.158351409978342e-07| +|pypi|[ogb](https://github.com/snap-stanford/ogb)|7.158351409978342e-07| +|pypi|[pyunpack](https://github.com/ponty/pyunpack)|7.158351409978342e-07| +|pypi|[pyviz](http://pyviz.org)|7.158351409978342e-07| +|pypi|[molsets](https://pypi.org/project/molsets)|7.158351409978342e-07| +|pypi|[bakta](https://github.com/oschwengers/bakta)|7.158351409978342e-07| +|pypi|[scikit-cuda](https://github.com/lebedov/scikit-cuda/)|7.158351409978307e-07| +|pypi|[pbcommand](https://github.com/PacificBiosciences/pbcommand)|7.158351409978307e-07| +|pypi|[pbcore](UNKNOWN)|7.158351409978307e-07| +|pypi|[rectangle-packer](https://github.com/Penlect/rectangle-packer)|7.158351409978307e-07| +|pypi|[Cigar](https://github.com/brentp/cigar)|7.158351409978307e-07| +|pypi|[statistics](UNKNOWN)|7.158351409978307e-07| +|pypi|[Aemulator](https://github.com/AemulusProject/Aemulator)|7.158351409978307e-07| +|pypi|[py-sphviewer](https://github.com/alejandrobll/py-sphviewer)|7.158351409978307e-07| +|pypi|[pykdtree](https://github.com/storpipfugl/pykdtree)|7.158351409978307e-07| +|pypi|[simupy](https://github.com/simupy/simupy)|7.158351409978242e-07| +|pypi|[bagpipes](https://bagpipes.readthedocs.io)|7.158351409978242e-07| +|pypi|[agfusion](https://github.com/murphycj/AGFusion)|7.158351409978242e-07| +|pypi|[boatswain](https://github.com/nlesc-sherlock/boatswain)|7.158351409978242e-07| +|pypi|[vcrpy](https://pypi.org/project/vcrpy)|7.129545166879803e-07| +|pypi|[sparse](https://github.com/pydata/sparse/)|6.922451193058591e-07| +|pypi|[servicex](https://pypi.org/project/servicex)|6.853740711681358e-07| +|pypi|[func-adl-servicex](https://pypi.org/project/func-adl-servicex)|6.853740711681358e-07| +|pypi|[aiostream](https://pypi.org/project/aiostream)|6.853740711681358e-07| +|pypi|[parsl](https://pypi.org/project/parsl)|6.853740711681358e-07| +|pypi|[mplhep](https://pypi.org/project/mplhep)|6.853740711681358e-07| +|pypi|[hist](https://pypi.org/project/hist)|6.853740711681358e-07| +|pypi|[dask-histogram](https://pypi.org/project/dask-histogram)|6.853740711681358e-07| +|pypi|[dask-awkward](https://pypi.org/project/dask-awkward)|6.853740711681358e-07| +|pypi|[correctionlib](https://pypi.org/project/correctionlib)|6.853740711681358e-07| +|pypi|[CURandRTC](https://github.com/fynv/CURandRTC)|6.838782150604277e-07| +|pypi|[sciris](http://github.com/sciris/sciris)|6.600705592666808e-07| +|pypi|[iPython](https://ipython.org)|6.579367104759486e-07| +|pypi|[mpl-interactions](https://mpl-interactions.rtfd.io)|6.507592190889357e-07| +|pypi|[datapackage](https://github.com/frictionlessdata/datapackage-py)|6.507592190889357e-07| +|pypi|[mxnet](https://pypi.org/project/mxnet)|6.350150444335595e-07| +|pypi|[ml-datasets](https://pypi.org/project/ml-datasets)|6.350150444335595e-07| +|pypi|[pytest-requires](https://pypi.org/project/pytest-requires)|6.338790604542509e-07| +|pypi|[pytest-freezer](https://pypi.org/project/pytest-freezer)|6.338790604542509e-07| +|pypi|[ciecplib](https://pypi.org/project/ciecplib)|6.338790604542509e-07| +|pypi|[python-ldas-tools-framecpp](https://pypi.org/project/python-ldas-tools-framecpp)|6.338790604542509e-07| +|pypi|[python-nds2-client](https://pypi.org/project/python-nds2-client)|6.338790604542509e-07| +|pypi|[python-framel](https://pypi.org/project/python-framel)|6.338790604542509e-07| +|pypi|[inspiral-range](https://pypi.org/project/inspiral-range)|6.338790604542509e-07| +|pypi|[starry](https://pypi.org/project/starry)|6.194727181711997e-07| +|pypi|[ligo.skymap](https://lscsoft.docs.ligo.org/ligo.skymap/)|6.17833901456463e-07| +|pypi|[sagemaker](https://pypi.org/project/sagemaker)|6.151708242950108e-07| +|pypi|[ftfy](https://pypi.org/project/ftfy)|6.151708242950108e-07| +|pypi|[fairscale](https://pypi.org/project/fairscale)|6.151708242950108e-07| +|pypi|[onnxruntime-tools](https://pypi.org/project/onnxruntime-tools)|6.151708242950108e-07| +|pypi|[unidic](https://pypi.org/project/unidic)|6.151708242950108e-07| +|pypi|[unidic-lite](https://pypi.org/project/unidic-lite)|6.151708242950108e-07| +|pypi|[ipadic](https://pypi.org/project/ipadic)|6.151708242950108e-07| +|pypi|[fugashi](https://pypi.org/project/fugashi)|6.151708242950108e-07| +|pypi|[faiss-cpu](https://pypi.org/project/faiss-cpu)|6.151708242950108e-07| +|pypi|[rouge-score](https://pypi.org/project/rouge-score)|6.151708242950108e-07| +|pypi|[sigopt](https://pypi.org/project/sigopt)|6.151708242950108e-07| +|pypi|[pyctcdecode](https://pypi.org/project/pyctcdecode)|6.151708242950108e-07| +|pypi|[tf2onnx](https://pypi.org/project/tf2onnx)|6.151708242950108e-07| +|pypi|[stwcs](https://github.com/spacetelescope/stwcs)|6.10510439262474e-07| +|pypi|[dash-testing-stub](https://plotly.com/dash)|6.077845536774035e-07| +|pypi|[flask-wtf](https://github.com/wtforms/flask-wtf/)|6.030845510238185e-07| +|pypi|[falcon](https://pypi.org/project/falcon)|6.026163176767453e-07| +|pypi|[webtest-aiohttp](https://pypi.org/project/webtest-aiohttp)|6.026163176767453e-07| +|pypi|[GridDataFormats](https://github.com/MDAnalysis/GridDataFormats)|6.010533415745633e-07| +|pypi|[gsd](https://gsd.readthedocs.io)|6.010533415745633e-07| +|pypi|[guizero](https://github.com/lawsie/guizero)|5.965292841648636e-07| +|pypi|[aesara](https://github.com/aesara-devs/aesara)|5.965292841648636e-07| +|pypi|[oct2py](http://github.com/blink1073/oct2py)|5.965292841648636e-07| +|pypi|[niapy](https://github.com/NiaOrg/NiaPy)|5.965292841648636e-07| +|pypi|[AMAT](https://github.com/athulpg007/AMAT)|5.965292841648636e-07| +|pypi|[pystokes](https://github.com/rajeshrinet/pystokes)|5.965292841648636e-07| +|pypi|[grequests](https://github.com/kennethreitz/grequests)|5.965292841648636e-07| +|pypi|[pylibxc2](https://github.com/mfkasim1/pylibxc/)|5.965292841648636e-07| +|pypi|[astro-drpy](https://github.com/RuiningZHAO/drpy)|5.965292841648636e-07| +|pypi|[bird_tool_utils](https://github.com/wwood/bird_tool_utils-python/)|5.965292841648636e-07| +|pypi|[uvplot](https://github.com/mtazzari/uvplot)|5.965292841648636e-07| +|pypi|[jsonlines](https://github.com/wbolster/jsonlines)|5.965292841648636e-07| +|pypi|[pyemgpipeline](https://github.com/aalhossary/pyemgpipeline)|5.965292841648636e-07| +|pypi|[persim](https://persim.scikit-tda.org)|5.965292841648636e-07| +|pypi|[spectrapepper](https://github.com/spectrapepper/spectrapepper)|5.965292841648636e-07| +|pypi|[Pandas](https://pandas.pydata.org)|5.965292841648636e-07| +|pypi|[Seaborn](https://seaborn.pydata.org)|5.965292841648636e-07| +|pypi|[Sympy](https://sympy.org)|5.965292841648636e-07| +|pypi|[gwsnrcalc](https://github.com/mikekatz04/BOWIE/snr_calculator_folder)|5.965292841648636e-07| +|pypi|[wntr](https://github.com/USEPA/WNTR)|5.965292841648636e-07| +|pypi|[seqfold](https://github.com/Lattice-Automation/seqfold)|5.965292841648636e-07| +|pypi|[mbo](https://github.com/basf/mbo)|5.965292841648636e-07| +|pypi|[proper](https://pypi.org/project/proper)|5.965292841648636e-07| +|pypi|[qtl](https://pypi.org/project/qtl)|5.965292841648636e-07| +|pypi|[agutil](https://github.com/agraubert/agutil)|5.965292841648636e-07| +|pypi|[yupi](https://github.com/yupidevs/yupi)|5.965292841648636e-07| +|pypi|[scikits.cuda](https://github.com/lebedov/scikit-cuda/)|5.96529284164859e-07| +|pypi|[ctypesgen](https://github.com/davidjamesca/ctypesgen)|5.96529284164859e-07| +|pypi|[posix_ipc](http://semanchuk.com/philip/posix_ipc/)|5.96529284164859e-07| +|pypi|[snowflake-connector-python](https://pypi.org/project/snowflake-connector-python)|5.905639913232103e-07| +|pypi|[distrax](https://github.com/deepmind/distrax)|5.82894329098239e-07| +|pypi|[json-logging](https://pypi.org/project/json-logging)|5.818364446534092e-07| +|pypi|[pyParz](http://github.com/jpierel14/pyParz)|5.810350170436958e-07| +|pypi|[traitsui](http://docs.enthought.com/traitsui)|5.766449746926968e-07| +|pypi|[fastai](https://pypi.org/project/fastai)|5.761599915348395e-07| +|pypi|[hf-doc-builder](https://pypi.org/project/hf-doc-builder)|5.761599915348395e-07| +|pypi|[types-simplejson](https://pypi.org/project/types-simplejson)|5.761599915348395e-07| +|pypi|[gradio](https://pypi.org/project/gradio)|5.761599915348395e-07| +|pypi|[pytest-vcr](https://pypi.org/project/pytest-vcr)|5.761599915348395e-07| +|pypi|[InquirerPy](https://pypi.org/project/InquirerPy)|5.761599915348395e-07| +|pypi|[APLpy](http://aplpy.github.io)|5.50642416152181e-07| +|pypi|[z3c.testsetup](https://pypi.org/project/z3c.testsetup)|5.413503253796095e-07| +|pypi|[restructuredtext-lint](https://pypi.org/project/restructuredtext-lint)|5.315075921908894e-07| +|pypi|[rinohtype](https://pypi.org/project/rinohtype)|5.315075921908894e-07| +|pypi|[sphinx-testing](https://pypi.org/project/sphinx-testing)|5.315075921908894e-07| +|pypi|[scikit_image](https://scikit-image.org)|5.302482525909875e-07| +|pypi|[polars](https://pypi.org/project/polars)|5.210858746969503e-07| +|pypi|[kfac](http://github.com/tensorflow/kfac)|5.162272651426673e-07| +|pypi|[PyQT5](https://www.riverbankcomputing.com/software/pyqt/)|5.113108149984559e-07| +|pypi|[emn_sdk](https://www.energy.gov/eere/energy-materials-network/energy-materials-network)|5.113108149984559e-07| +|pypi|[magpy_rv](https://github.com/frescigno/MAGPy_RV)|5.113108149984559e-07| +|pypi|[optimade](https://github.com/Materials-Consortia/optimade-python-tools)|5.113108149984559e-07| +|pypi|[StructureFingerprint](https://github.com/dcloudf/MorganFingerprint)|5.113108149984559e-07| +|pypi|[datasketch](https://ekzhu.github.io/datasketch)|5.113108149984559e-07| +|pypi|[qcelemental](https://github.com/MolSSI/QCElemental)|5.113108149984559e-07| +|pypi|[physical-validation](https://physical-validation.readthedocs.io)|5.113108149984559e-07| +|pypi|[SPARQLWrapper](http://rdflib.github.io/sparqlwrapper)|5.113108149984559e-07| +|pypi|[bed-reader](https://pypi.org/project/bed-reader)|5.113108149984559e-07| +|pypi|[singularity-hpc](https://github.com/singularityhub/singularity-hpc)|5.113108149984559e-07| +|pypi|[dsharp_opac](https://github.com/birnstiel/dsharp_opac)|5.113108149984559e-07| +|pypi|[fast_histogram](https://github.com/astrofrog/fast-histogram)|5.113108149984559e-07| +|pypi|[Eir](https://github.com/mjacob1002/Eir)|5.113108149984559e-07| +|pypi|[neomodel](https://neomodel.readthedocs.io)|5.113108149984559e-07| +|pypi|[faker](https://github.com/joke2k/faker)|5.113108149984559e-07| +|pypi|[fpdf2](https://pyfpdf.github.io/fpdf2/)|5.113108149984559e-07| +|pypi|[pdf2image](https://github.com/Belval/pdf2image)|5.113108149984559e-07| +|pypi|[kllr](https://github.com/afarahi/kllr)|5.113108149984559e-07| +|pypi|[prettypyplot](https://gitlab.com/braniii/prettypyplot)|5.113108149984559e-07| +|pypi|[gimmik](https://github.com/vincentlab/GiMMiK)|5.113108149984559e-07| +|pypi|[spacepy](https://github.com/spacepy/spacepy)|5.113108149984559e-07| +|pypi|[qimage2ndarray](https://github.com/hmeine/qimage2ndarray)|5.113108149984559e-07| +|pypi|[pygfunction](https://github.com/MassimoCimmino/pygfunction)|5.113108149984506e-07| +|pypi|[random](https://www.pytosquatting.org)|5.113108149984506e-07| +|pypi|[sys](https://github.com/stestagg/sys)|5.113108149984506e-07| +|pypi|[stats](http://code.google.com/p/pycalcstats/)|5.113108149984506e-07| +|pypi|[usort](https://pypi.org/project/usort)|5.033215835140997e-07| +|pypi|[pytorch-ignite](https://pypi.org/project/pytorch-ignite)|4.983662374035531e-07| +|pypi|[lightning](https://pypi.org/project/lightning)|4.983662374035531e-07| +|pypi|[sphinx-plotly-directive](https://pypi.org/project/sphinx-plotly-directive)|4.983662374035531e-07| +|pypi|[fvcore](https://pypi.org/project/fvcore)|4.983662374035531e-07| +|pypi|[types-redis](https://pypi.org/project/types-redis)|4.983662374035531e-07| +|pypi|[mypy-boto3-s3](https://pypi.org/project/mypy-boto3-s3)|4.983662374035531e-07| +|pypi|[blackdoc](https://pypi.org/project/blackdoc)|4.983662374035531e-07| +|pypi|[arboreto](https://github.com/aertslab/arboreto)|4.955781745369674e-07| +|pypi|[ipytree](https://pypi.org/project/ipytree)|4.867285642773712e-07| +|pypi|[py3Dmol](https://3dmol.org)|4.862707881417221e-07| +|pypi|[furl](https://pypi.org/project/furl)|4.6870158041524633e-07| +|pypi|[pyodbc](https://pypi.org/project/pyodbc)|4.6870158041524633e-07| +|pypi|[pg8000](https://pypi.org/project/pg8000)|4.6870158041524633e-07| +|pypi|[psycopg2cffi](https://pypi.org/project/psycopg2cffi)|4.6870158041524633e-07| +|pypi|[flexmock](https://pypi.org/project/flexmock)|4.6870158041524633e-07| +|pypi|[hdfdict](https://github.com/SiggiGue/hdfdict)|4.661951548515314e-07| +|pypi|[spherical-geometry](https://pypi.org/project/spherical-geometry)|4.613781182212581e-07| +|pypi|[stregion](https://pypi.org/project/stregion)|4.613781182212581e-07| +|pypi|[tweakwcs](https://pypi.org/project/tweakwcs)|4.613781182212581e-07| +|pypi|[stsci.skypac](https://pypi.org/project/stsci.skypac)|4.613781182212581e-07| +|pypi|[fitsblender](https://pypi.org/project/fitsblender)|4.613781182212581e-07| +|pypi|[jsonlib](https://pypi.org/project/jsonlib)|4.5603397013375316e-07| +|pypi|[yajl](https://pypi.org/project/yajl)|4.5603397013375316e-07| +|pypi|[tinygp](https://github.com/dfm/tinygp)|4.4915146101824485e-07| +|pypi|[nodepy](https://github.com/ketch/nodepy)|4.4739696312364515e-07| +|pypi|[fhir.resources](https://github.com/nazrulworld/fhir.resources)|4.4739696312364515e-07| +|pypi|[aiokafka](http://aiokafka.readthedocs.org)|4.4739696312364515e-07| +|pypi|[tools21cm](https://pypi.org/project/tools21cm)|4.4739696312364515e-07| +|pypi|[Prettytable](https://github.com/jazzband/prettytable)|4.4739696312364515e-07| +|pypi|[linearfit](https://github.com/Johannes-Sahlmann/linearfit)|4.4739696312364515e-07| +|pypi|[dna-features-viewer](https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer)|4.4739696312364515e-07| +|pypi|[merklelib](https://github.com/vpaliy/merkle-trees)|4.4739696312364515e-07| +|pypi|[pywdpa](https://ecology.ghislainv.fr/pywdpa)|4.4739696312364515e-07| +|pypi|[astro-virgo](https://github.com/0xCoto/Virgo)|4.4739696312364515e-07| +|pypi|[tatter](https://github.com/afarahi/tatter)|4.4739696312364515e-07| +|pypi|[pepita](https://pypi.org/project/pepita)|4.4739696312364515e-07| +|pypi|[piecewise-regression](https://github.com/chasmani/piecewise-regression)|4.4739696312364515e-07| +|pypi|[ConfigSpace](https://github.com/automl/ConfigSpace)|4.4739696312364515e-07| +|pypi|[plotly_express](https://plotly.express/)|4.4739696312364515e-07| +|pypi|[streamlit_tags](https://github.com/gagan3012/streamlit-tags)|4.4739696312364515e-07| +|pypi|[pypiwin32](https://pypi.org/project/pypiwin32)|4.4739696312364515e-07| +|pypi|[py-linq](https://github.com/viralogic/py-enumerable)|4.4739696312364515e-07| +|pypi|[clint](https://github.com/kennethreitz/clint)|4.4739696312364515e-07| +|pypi|[flare-pp](https://github.com/mir-group/flare_pp)|4.4739696312364515e-07| +|pypi|[sgdml](http://www.sgdml.org)|4.4739696312364515e-07| +|pypi|[flask-socketio](https://github.com/miguelgrinberg/flask-socketio)|4.4739696312364515e-07| +|pypi|[pystream-protobuf](https://github.com/cartoonist/pystream-protobuf)|4.4739696312364515e-07| +|pypi|[numfi](https://github.com/ZZZZzzzzac/numfi)|4.4739696312364515e-07| +|pypi|[findiff](https://github.com/maroba/findiff)|4.473969631236443e-07| +|pypi|[sphinx-toolbox](https://github.com/sphinx-toolbox/sphinx-toolbox)|4.473969631236443e-07| +|pypi|[blessed](https://github.com/jquast/blessed)|4.4590563991323525e-07| +|pypi|[time-machine](https://pypi.org/project/time-machine)|4.357701998086794e-07| +|pypi|[attrdict](https://github.com/bcj/AttrDict)|4.346801907479016e-07| +|pypi|[playwright](https://pypi.org/project/playwright)|4.233433629557064e-07| +|pypi|[datetime](https://github.com/zopefoundation/DateTime)|4.1834521227146186e-07| +|pypi|[mknotebooks](https://pypi.org/project/mknotebooks)|4.1785188065321496e-07| +|pypi|[mkdocs-macros-plugin](https://pypi.org/project/mkdocs-macros-plugin)|4.1785188065321496e-07| +|pypi|[deepdish](https://github.com/uchicago-cs/deepdish)|3.976861894432407e-07| +|pypi|[lipyphilic](https://github.com/p-j-smith/lipyphilic)|3.976861894432407e-07| +|pypi|[chaospy](https://chaospy.readthedocs.io/)|3.976861894432407e-07| +|pypi|[pyDataverse](https://github.com/gdcc/pyDataverse)|3.976861894432407e-07| +|pypi|[phylo-treetime](https://github.com/neherlab/treetime)|3.976861894432407e-07| +|pypi|[spaghetti](https://github.com/pysal/spaghetti)|3.976861894432407e-07| +|pypi|[fleck](https://github.com/bmorris3/fleck)|3.976861894432407e-07| +|pypi|[modAL](https://modAL-python.github.io/)|3.976861894432407e-07| +|pypi|[sk-video](http://scikit-video.org/)|3.976861894432407e-07| +|pypi|[biopandas](https://github.com/rasbt/biopandas)|3.976861894432407e-07| +|pypi|[muse-psfr](https://github.com/musevlt/muse-psfr)|3.976861894432407e-07| +|pypi|[ipyplot](http://github.com/karolzak/ipyplot)|3.976861894432407e-07| +|pypi|[imagecorruptions](https://github.com/bethgelab/imagecorruptions)|3.976861894432407e-07| +|pypi|[funsies](https://github.com/aspuru-guzik-group/funsies)|3.976861894432407e-07| +|pypi|[injector](https://github.com/alecthomas/injector)|3.976861894432407e-07| +|pypi|[yabox](https://github.com/pablormier/yabox)|3.976861894432407e-07| +|pypi|[htof](https://pypi.org/project/htof)|3.976861894432407e-07| +|pypi|[hydra-colorlog](https://github.com/facebookresearch/hydra/)|3.976861894432407e-07| +|pypi|[easywebdav](http://github.com/amnong/easywebdav)|3.976861894432407e-07| +|pypi|[stanza](https://github.com/stanfordnlp/stanza)|3.976861894432407e-07| +|pypi|[qiskit-ibm-experiment](https://github.com/Qiskit/qiskit-ibm-experiment)|3.976861894432407e-07| +|pypi|[qiskit_dynamics](https://github.com/Qiskit/qiskit-dynamics)|3.976861894432407e-07| +|pypi|[acor](http://github.com/dfm/acor)|3.976861894432407e-07| +|pypi|[retriever](https://github.com/weecology/retriever)|3.976861894432407e-07| +|pypi|[fast-pytorch-kmeans](https://github.com/DeMoriarty/fast_pytorch_kmeans)|3.976861894432407e-07| +|pypi|[lsstdesc.coord](https://github.com/LSSTDESC/Coord)|3.976861894432407e-07| +|pypi|[treecorr](https://github.com/rmjarvis/TreeCorr)|3.976861894432407e-07| +|pypi|[dca](https://github.com/theislab/dca)|3.976861894432407e-07| +|pypi|[pyxdf](https://github.com/xdf-modules/xdf-Python)|3.976861894432407e-07| +|pypi|[textdistance](https://github.com/orsinium/textdistance)|3.976861894432407e-07| +|pypi|[publib](https://github.com/erwanp/publib)|3.976861894432407e-07| +|pypi|[mpldatacursor](https://github.com/joferkington/mpldatacursor/)|3.976861894432407e-07| +|pypi|[pysyzygy](http://github.com/rodluger/pysyzygy)|3.9768618944323937e-07| +|pypi|[k2plr](https://github.com/rodluger/k2plr)|3.9768618944323937e-07| +|pypi|[biolib](http://pypi.python.org/pypi/biolib/)|3.9768618944323937e-07| +|pypi|[weightedstats](https://github.com/tinybike/weightedstats)|3.9768618944323937e-07| +|pypi|[vmad](https://pypi.org/project/vmad)|3.9768618944323937e-07| +|pypi|[abopt](https://pypi.org/project/abopt)|3.9768618944323937e-07| +|pypi|[fastpm](https://pypi.org/project/fastpm)|3.9768618944323937e-07| +|pypi|[python-sat](https://github.com/pysathq/pysat)|3.937093275488093e-07| +|pypi|[single-source](https://github.com/rabbit72/single-source)|3.937093275488093e-07| +|pypi|[sphinx_book_theme](https://pypi.org/project/sphinx_book_theme)|3.812989248325946e-07| +|pypi|[panflute](https://pypi.org/project/panflute)|3.812989248325946e-07| +|pypi|[mistletoe](https://pypi.org/project/mistletoe)|3.812989248325946e-07| +|pypi|[tf-slim](https://pypi.org/project/tf-slim)|3.7856666110462206e-07| +|pypi|[pypng](https://pypi.org/project/pypng)|3.7856666110462206e-07| +|pypi|[mesh-tensorflow](https://pypi.org/project/mesh-tensorflow)|3.7856666110462206e-07| +|pypi|[dopamine-rl](https://pypi.org/project/dopamine-rl)|3.7856666110462206e-07| +|pypi|[astroutils](https://github.com/chengxinlun/astroutils)|3.767553373672812e-07| +|pypi|[python-consul](https://github.com/cablehead/python-consul)|3.656453362255959e-07| +|pypi|[pytest-param-files~=0.3.3](https://pypi.org/project/pytest-param-files~=0.3.3)|3.6342399466043714e-07| +|pypi|[pytest-cov~=2.8](https://pypi.org/project/pytest-cov~=2.8)|3.6342399466043714e-07| +|pypi|[pytest~=5.4](https://pypi.org/project/pytest~=5.4)|3.6342399466043714e-07| +|pypi|[pandas<1.4](https://pypi.org/project/pandas<1.4)|3.6342399466043714e-07| +|pypi|[matplotlib~=3.3.0](https://pypi.org/project/matplotlib~=3.3.0)|3.6342399466043714e-07| +|pypi|[ipython!=8.1.0](https://pypi.org/project/ipython!=8.1.0)|3.6342399466043714e-07| +|pypi|[coverage<5.0](https://pypi.org/project/coverage<5.0)|3.6342399466043714e-07| +|pypi|[sphinx-design~=0.1.0](https://pypi.org/project/sphinx-design~=0.1.0)|3.6342399466043714e-07| +|pypi|[sphinx-book-theme~=0.3.0](https://pypi.org/project/sphinx-book-theme~=0.3.0)|3.6342399466043714e-07| +|pypi|[jupytext~=1.11.2](https://pypi.org/project/jupytext~=1.11.2)|3.6342399466043714e-07| +|pypi|[ipykernel~=5.5](https://pypi.org/project/ipykernel~=5.5)|3.6342399466043714e-07| +|pypi|[coconut~=1.4.3](https://pypi.org/project/coconut~=1.4.3)|3.6342399466043714e-07| +|pypi|[sphinx-togglebutton~=0.3.0](https://pypi.org/project/sphinx-togglebutton~=0.3.0)|3.6342399466043714e-07| +|pypi|[sphinx>=3.5,<5](https://pypi.org/project/sphinx>=3.5,<5)|3.6342399466043714e-07| +|pypi|[nbformat~=5.0](https://pypi.org/project/nbformat~=5.0)|3.6342399466043714e-07| +|pypi|[myst-parser~=0.17.2](https://pypi.org/project/myst-parser~=0.17.2)|3.6342399466043714e-07| +|pypi|[jupyter-cache~=0.5.0](https://pypi.org/project/jupyter-cache~=0.5.0)|3.6342399466043714e-07| +|pypi|[docutils>=0.15,<0.18](https://pypi.org/project/docutils>=0.15,<0.18)|3.6342399466043714e-07| +|pypi|[ncplot](https://github.com/pmlmodelling/ncplot)|3.5791757049892214e-07| +|pypi|[pypka](https://pypka.org)|3.5791757049892214e-07| +|pypi|[phylophlan](http://github.com/biobakery/phylophlan)|3.5791757049892214e-07| +|pypi|[clldutils](https://github.com/clld/clldutils)|3.5791757049892214e-07| +|pypi|[sphinx-rtd_theme](https://github.com/rtfd/sphinx_rtd_theme/)|3.579175704989171e-07| +|pypi|[jupyter_dash](https://github.com/plotly/jupyter-dash)|3.579175704989171e-07| +|pypi|[ncfs](https://github.com/BradhamLab/ncfs)|3.579175704989171e-07| +|pypi|[sslouvain](https://github.com/dakota-hawkins/sslouvain)|3.579175704989171e-07| +|pypi|[cora](https://heycora.com)|3.579175704989171e-07| +|pypi|[torch-optimizer](https://github.com/jettify/pytorch-optimizer)|3.579175704989171e-07| +|pypi|[slab](http://github.com/DrMarc/slab.git)|3.579175704989171e-07| +|pypi|[libroadrunner](http://libroadrunner.org)|3.579175704989171e-07| +|pypi|[muse-origin](https://github.com/musevlt/origin)|3.579175704989171e-07| +|pypi|[multipletau](https://github.com/FCS-analysis/multipletau)|3.579175704989171e-07| +|pypi|[fsps](https://github.com/dfm/python-fsps)|3.579175704989171e-07| +|pypi|[st-pages](https://pypi.org/project/st-pages)|3.579175704989171e-07| +|pypi|[stmol](https://github.com/napoles-uach/streamlit_3dmol)|3.579175704989171e-07| +|pypi|[streamlit-plotly-events](https://github.com/null-jones/streamlit-plotly-events)|3.579175704989171e-07| +|pypi|[almatasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/almatasks/browse)|3.5791757049891537e-07| +|pypi|[casampi](https://open-bitbucket.nrao.edu/projects/CASA/repos/casampi/browse)|3.5791757049891537e-07| +|pypi|[casaplotms](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotms/browse)|3.5791757049891537e-07| +|pypi|[casaplotserver](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaplotserver/browse)|3.5791757049891537e-07| +|pypi|[casashell](https://open-bitbucket.nrao.edu/projects/CASA/repos/casatools/browse)|3.5791757049891537e-07| +|pypi|[casatestutils](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa6/browse)|3.5791757049891537e-07| +|pypi|[casaviewer](https://open-bitbucket.nrao.edu/projects/CASA/repos/casaviewer/browse)|3.5791757049891537e-07| +|pypi|[tensorboard_plugin_profile](https://github.com/tensorflow/profiler)|3.579175704989121e-07| +|pypi|[apricot-select](http://pypi.python.org/pypi/apricot-select/)|3.579175704989121e-07| +|pypi|[grpcio-reflection](https://grpc.io)|3.310737527114992e-07| +|pypi|[pysm3](https://pysm3.readthedocs.io/)|3.2537960954446783e-07| +|pypi|[myvariant](https://github.com/biothings/myvariant.py)|3.2537960954446783e-07| +|pypi|[bravado](https://github.com/Yelp/bravado)|3.2537960954446783e-07| +|pypi|[cdlib](https://github.com/GiulioRossetti/cdlib)|3.2537960954446783e-07| +|pypi|[frbcat](http://github.com/davidgardenier/frbcat)|3.2537960954446783e-07| +|pypi|[imagedata](https://github.com/erling6232/imagedata)|3.2537960954446783e-07| +|pypi|[libfmp](http://audiolabs-erlangen.de/FMP)|3.2537960954446783e-07| +|pypi|[triqler](https://github.com/statisticalbiotechnology/triqler)|3.2537960954446783e-07| +|pypi|[energyflow](https://energyflow.network)|3.2537960954446783e-07| +|pypi|[coffea](https://github.com/CoffeaTeam/coffea)|3.2537960954446783e-07| +|pypi|[impedance](https://impedancepy.readthedocs.io/en/latest/)|3.2537960954446783e-07| +|pypi|[flask_cors](https://github.com/corydolphin/flask-cors)|3.2537960954446783e-07| +|pypi|[OpenNMT-py](https://opennmt.net/)|3.2537960954446783e-07| +|pypi|[albumentations](https://github.com/albumentations-team/albumentations)|3.2537960954446783e-07| +|pypi|[swiftbat](https://github.com/lanl/swiftbat_python/)|3.2537960954446783e-07| +|pypi|[FitBenchmarking](http://fitbenchmarking.com)|3.2537960954446783e-07| +|pypi|[pvpumpingsystem](https://github.com/tylunel/pvpumpingsystem)|3.2537960954446783e-07| +|pypi|[amply](http://github.com/willu47/amply)|3.2537960954446783e-07| +|pypi|[flatten_dict](https://github.com/ianlini/flatten-dict)|3.2537960954446783e-07| +|pypi|[torchmeta](https://github.com/tristandeleu/pytorch-meta)|3.2537960954446783e-07| +|pypi|[aad2onnx](http://github.com/matwey/aad2onnx)|3.2537960954446783e-07| +|pypi|[nano-CAT](https://github.com/nlesc-nano/nano-CAT)|3.2537960954446783e-07| +|pypi|[data-CAT](https://github.com/nlesc-nano/data-CAT)|3.2537960954446783e-07| +|pypi|[cute-ranking](https://github.com/ncoop57/cute_ranking/tree/main/)|3.2537960954446783e-07| +|pypi|[fastcluster](http://danifold.net)|3.2537960954446783e-07| +|pypi|[exo-det-box](https://github.com/SIOSlab/exodetbox)|3.2537960954446783e-07| +|pypi|[dask-image](https://github.com/dask/dask-image)|3.2537960954446783e-07| +|pypi|[biomaj-zipkin](http://biomaj.genouest.org)|3.2537960954446783e-07| +|pypi|[prometheus_client](https://github.com/prometheus/client_python)|3.2537960954446783e-07| +|pypi|[biomaj](http://biomaj.genouest.org)|3.2537960954446783e-07| +|pypi|[ausdex](https://github.com/rbturnbull/ausdex)|3.2537960954446783e-07| +|pypi|[pyvolcans](https://github.com/BritishGeologicalSurvey/pyvolcans)|3.2537960954446783e-07| +|pypi|[hciplot](https://github.com/carlgogo/hciplot)|3.1314580271966115e-07| +|pypi|[django-filter](https://github.com/carltongibson/django-filter/tree/main)|3.0323571945047096e-07| +|pypi|[py21cmemu](https://github.com/21cmFAST/21cmEMU)|2.982646420824318e-07| +|pypi|[grpc4bmi](https://github.com/eWaterCycle/grpc4bmi)|2.982646420824318e-07| +|pypi|[skycalc_ipy](https://github.com/AstarVienna/skycalc_ipy)|2.982646420824318e-07| +|pypi|[yacs](https://github.com/rbgirshick/yacs)|2.982646420824318e-07| +|pypi|[daft](http://daft-pgm.org)|2.982646420824318e-07| +|pypi|[pyphe](https://github.com/Bahler-Lab/pyphe)|2.982646420824318e-07| +|pypi|[prox_tv](https://github.com/albarji/proxTV)|2.982646420824318e-07| +|pypi|[pynufft](https://github.com/jyhmiinlin/pynufft)|2.982646420824318e-07| +|pypi|[k2sc](https://github.com/OxES/k2sc)|2.982646420824318e-07| +|pypi|[vasppy](https://github.com/bjmorgan/vasppy)|2.982646420824318e-07| +|pypi|[octopuspy](https://github.com/afatt/octopuspy)|2.982646420824318e-07| +|pypi|[plonk](https://github.com/dmentipl/plonk)|2.982646420824318e-07| +|pypi|[asyncstdlib](https://pypi.org/project/asyncstdlib)|2.982646420824318e-07| +|pypi|[iScore](https://github.com/DeepRank/iScore)|2.982646420824318e-07| +|pypi|[deeprank](https://github.com/DeepRank/deeprank)|2.982646420824318e-07| +|pypi|[enlighten](https://github.com/Rockhopper-Technologies/enlighten)|2.982646420824318e-07| +|pypi|[zope.sqlalchemy](https://github.com/zopefoundation/zope.sqlalchemy)|2.867929250792611e-07| +|pypi|[cosmic-popsynth](https://github.com/COSMIC-PopSynth/COSMIC)|2.753212080760955e-07| +|pypi|[mcalf](https://github.com/ConorMacBride/mcalf/)|2.753212080760955e-07| +|pypi|[transbigdata](https://github.com/ni1o1/transbigdata)|2.753212080760905e-07| +|pypi|[gwsumm](https://gwsumm.readthedocs.io)|2.753212080760905e-07| +|pypi|[opencv-contrib-python-headless](https://github.com/skvark/opencv-python)|2.753212080760905e-07| +|pypi|[keras-tcn](https://pypi.org/project/keras-tcn)|2.753212080760905e-07| +|pypi|[mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter)|2.753212080760905e-07| +|pypi|[django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar)|2.753212080760905e-07| +|pypi|[QScintilla](https://www.riverbankcomputing.com/software/qscintilla/)|2.753212080760905e-07| +|pypi|[kalmus](https://github.com/KALMUS-Color-Toolkit/KALMUS)|2.753212080760905e-07| +|pypi|[mdf_forge](https://github.com/materials-data-facility/forge)|2.753212080760905e-07| +|pypi|[mdf-connect-client](https://github.com/materials-data-facility/connect_client)|2.753212080760905e-07| +|pypi|[einsteinpy](https://einsteinpy.org/)|2.753212080760905e-07| +|pypi|[linuxdoc](https://github.com/return42/linuxdoc)|2.753212080760905e-07| +|pypi|[backports.tempfile](https://github.com/pjdelport/backports.tempfile)|2.753212080760905e-07| +|pypi|[bdsf](https://github.com/lofar-astron/PyBDSF)|2.753212080760905e-07| +|pypi|[ont_fast5_api](https://github.com/nanoporetech/ont_fast5_api)|2.753212080760905e-07| +|pypi|[montage-wrapper](http://astropy.org/montage-wrapper/)|2.753212080760905e-07| +|pypi|[ipyfilechooser](https://github.com/crahan/ipyfilechooser)|2.753212080760905e-07| +|pypi|[gh-md-to-html](https://github.com/phseiff/github-flavored-markdown-to-html/)|2.753212080760905e-07| +|pypi|[outcome](https://github.com/python-trio/outcome)|2.723582274558389e-07| +|pypi|[plotnine](https://github.com/has2k1/plotnine)|2.5565540749922795e-07| +|pypi|[psrqpy](https://github.com/mattpitkin/psrqpy)|2.5565540749922795e-07| +|pypi|[Dans-Diffraction](https://github.com/DanPorter/Dans_Diffraction)|2.5565540749922795e-07| +|pypi|[tensorflow-macos](https://www.tensorflow.org/)|2.5565540749922795e-07| +|pypi|[rejected-article-tracker](https://github.com/sagepublishing/rejected_article_tracker_pkg)|2.5565540749922795e-07| +|pypi|[hidapi](https://github.com/trezor/cython-hidapi)|2.5565540749922795e-07| +|pypi|[keyboard](https://github.com/boppreh/keyboard)|2.5565540749922795e-07| +|pypi|[markdown_inline_graphviz_extension](https://github.com/cesaremorel/markdown-inline-graphviz)|2.5565540749922795e-07| +|pypi|[transformations](https://www.lfd.uci.edu/~gohlke/)|2.5565540749922795e-07| +|pypi|[cloup](https://github.com/janLuke/cloup)|2.5565540749922795e-07| +|pypi|[Flake8-pyproject](https://pypi.org/project/Flake8-pyproject)|2.5565540749922795e-07| +|pypi|[kineticstoolkit](https://kineticstoolkit.uqam.ca)|2.5565540749922795e-07| +|pypi|[fil-finder](http://fil-finder.readthedocs.io)|2.5565540749922795e-07| +|pypi|[cdspyreadme](https://github.com/cds-astro/cds.pyreadme)|2.5565540749922795e-07| +|pypi|[dace-query](https://dace.unige.ch/)|2.5565540749922795e-07| +|pypi|[cloudnetpy](https://github.com/actris-cloudnet/cloudnetpy)|2.5565540749922795e-07| +|pypi|[cloudnetpy_qc](https://github.com/actris-cloudnet/cloudnetpy-qc)|2.5565540749922795e-07| +|pypi|[dash_auth](https://plotly.com/dash)|2.5565540749922795e-07| +|pypi|[bifacial_radiance](https://github.com/NREL/bifacial_radiance)|2.5565540749922795e-07| +|pypi|[morpheus-astro](https://github.com/morpheus-project/morpheus)|2.5565540749922795e-07| +|pypi|[ratelimiter](https://github.com/RazerM/ratelimiter)|2.5139448404090633e-07| +|pypi|[retry](https://github.com/invl/retry)|2.5139448404090633e-07| +|pypi|[ficus](https://github.com/camillescott/ficus)|2.386117136659414e-07| +|pypi|[nd2reader](https://github.com/rbnvrw/nd2reader)|2.386117136659414e-07| +|pypi|[kimimaro](https://github.com/seung-lab/kimimaro/)|2.386117136659414e-07| +|pypi|[flask-sqlacodegen](https://pypi.org/project/flask-sqlacodegen)|2.386117136659414e-07| +|pypi|[Flask-Executor](https://github.com/dchevell/flask-executor)|2.386117136659414e-07| +|pypi|[pyrice](https://github.com/SouthGreenPlatform/PyRice)|2.386117136659414e-07| +|pypi|[trio-websocket](https://github.com/HyperionGray/trio-websocket)|2.386117136659414e-07| +|pypi|[gobbli](https://github.com/RTIInternational/gobbli/)|2.386117136659414e-07| +|pypi|[pygtc](http://github.com/sebastianbocquet/pygtc)|2.386117136659414e-07| +|pypi|[segment-anything-py](https://github.com/opengeos/segment-anything)|2.386117136659414e-07| +|pypi|[segment-anything-hq](https://github.com/SysCV/sam-hq)|2.386117136659414e-07| +|pypi|[huggingface_hub](https://github.com/huggingface/huggingface_hub)|2.386117136659414e-07| +|pypi|[pyvinecopulib](https://github.com/vinecopulib/pyvinecopulib/)|2.362255965292836e-07| +|pypi|[frites](https://github.com/brainets/frites)|2.2369848156182257e-07| +|pypi|[diffeqpy](http://github.com/SciML/diffeqpy)|2.2369848156182257e-07| +|pypi|[pebble](https://github.com/noxdafox/pebble)|2.2369848156182257e-07| +|pypi|[django-tables2](https://github.com/jieter/django-tables2/)|2.2369848156182257e-07| +|pypi|[qcg-pilotjob](http://github.com/vecma-project/QCG-PilotJob)|2.2369848156182257e-07| +|pypi|[ymmsl](https://github.com/multiscale/ymmsl-python)|2.2369848156182257e-07| +|pypi|[keckdrpframework](https://github.com/Keck-DataReductionPipelines/KeckDRPFramework.git)|2.2369848156182257e-07| +|pypi|[hypercube](http://github.com/ska-sa/hypercube)|2.2369848156182257e-07| +|pypi|[mlconfound](https://mlconfound.readthedocs.io)|2.2369848156182257e-07| +|pypi|[amptk](https://github.com/nextgenusfs/amptk)|2.2369848156182257e-07| +|pypi|[elmada](https://github.com/DrafProject/elmada)|2.2369848156182257e-07| +|pypi|[pirecorder](https://github.com/jollejolles)|2.2369848156182257e-07| +|pypi|[samsum](https://github.com/hallamlab/samsum)|2.2369848156182257e-07| +|pypi|[keras-tuner](https://github.com/keras-team/keras-tuner)|2.2369848156182257e-07| +|pypi|[c3d](https://github.com/EmbodiedCognition/py-c3d)|2.2369848156182257e-07| +|pypi|[nengo-sphinx-theme](https://www.nengo.ai/nengo-sphinx-theme)|2.2146149674620524e-07| +|pypi|[plato-draw](https://plato-draw.readthedocs.io/)|2.2146149674620273e-07| +|pypi|[tinynpydb](https://github.com/quatrope/tinynpydb)|2.2071583514099844e-07| +|pypi|[simsopt](https://github.com/hiddenSymmetries/simsopt)|2.1053974735230344e-07| +|pypi|[pygmsh](https://pypi.org/project/pygmsh)|2.1053974735230344e-07| +|pypi|[pacopy](https://github.com/sigma-py/pacopy)|2.1053974735230344e-07| +|pypi|[dmsh](https://pypi.org/project/dmsh)|2.1053974735230344e-07| +|pypi|[glvis](https://github.com/glvis/pyglvis)|2.1053974735230344e-07| +|pypi|[algoliasearch](https://github.com/algolia/algoliasearch-client-python)|2.1053974735230344e-07| +|pypi|[python-gitlab](https://github.com/python-gitlab/python-gitlab)|2.1053974735230344e-07| +|pypi|[PyQt5-stubs](https://github.com/python-qt-tools/PyQt5-stubs)|2.1053974735230344e-07| +|pypi|[WRFpy](https://github.com/ERA-URBAN/wrfpy)|2.1053974735230344e-07| +|pypi|[lunr](https://github.com/yeraydiazdiaz/lunr.py)|2.1053974735230344e-07| +|pypi|[pynwb](https://github.com/NeurodataWithoutBorders/pynwb)|2.1053974735230344e-07| +|pypi|[tf_agents](https://github.com/tensorflow/agents)|2.1053974735230344e-07| +|pypi|[pre_commit](https://github.com/pre-commit/pre-commit)|2.1053974735230344e-07| +|pypi|[isaExplorer](http://github.com/phenomecentre/isaexplorer)|2.1053974735230344e-07| +|pypi|[pylustrator](https://github.com/rgerum/pylustrator)|2.1053974735230095e-07| +|pypi|[astro-tigger-lsm](https://github.com/ska-sa/tigger-lsm)|2.1053974735230095e-07| +|pypi|[keras_applications](https://github.com/keras-team/keras-applications)|1.9884309472162035e-07| +|pypi|[properimage](https://github.com/toros-astro/ProperImage)|1.9884309472162035e-07| +|pypi|[cellmlmanip](https://github.com/ModellingWebLab/cellmlmanip)|1.9884309472162035e-07| +|pypi|[pymunk](http://www.pymunk.org)|1.9884309472162035e-07| +|pypi|[lcdata](https://github.com/kboone/lcdata)|1.9884309472162035e-07| +|pypi|[kplr](https://github.com/dfm/kplr)|1.9884309472162035e-07| +|pypi|[prism](https://prism-tool.readthedocs.io/en/latest)|1.9884309472162035e-07| +|pypi|[elisa](https://github.com/mikecokina/elisa)|1.9884309472162035e-07| +|pypi|[mdx_gh_links](https://pypi.org/project/mdx-gh-links/)|1.9884309472162035e-07| +|pypi|[pyyaml_env_tag](https://github.com/waylan/pyyaml-env-tag)|1.9884309472162035e-07| +|pypi|[redis_lru](https://github.com/leohowell/redis-lru)|1.9884309472162035e-07| +|pypi|[memory_profiler](https://github.com/pythonprofilers/memory_profiler)|1.9884309472162035e-07| +|pypi|[Keras-Applications](https://github.com/keras-team/keras-applications)|1.9884309472162035e-07| +|pypi|[TRUNAJOD](https://github.com/dpalmasan/TRUNAJOD2.0)|1.9884309472162035e-07| +|pypi|[sphinx-js](https://github.com/mozilla/sphinx-js)|1.883776686836406e-07| +|pypi|[sos-bash](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-matlab](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-sas](https://github.com/vatlab/sos-sas)|1.883776686836406e-07| +|pypi|[sos-julia](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-javascript](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[sos-r](https://github.com/vatlab/SOS)|1.883776686836406e-07| +|pypi|[qmctorch](https://github.com/NLESC-JCER/QMCTorch)|1.883776686836406e-07| +|pypi|[jupyter-contrib-nbextensions](https://github.com/ipython-contrib/jupyter_contrib_nbextensions.git)|1.7895878524945856e-07| +|pypi|[extension_helpers](https://github.com/astropy/extension-helpers)|1.7895878524945856e-07| +|pypi|[convertdate](https://github.com/fitnr/convertdate)|1.7380306786489024e-07| +|pypi|[circle_fit](https://github.com/AlliedToasters/circle-fit)|1.704369383328178e-07| +|pypi|[bilby_pipe](https://git.ligo.org/lscsoft/bilby_pipe)|1.704369383328178e-07| +|pypi|[dust_extinction](http://dust-extinction.readthedocs.io/)|1.704369383328178e-07| +|pypi|[alive_progress](https://github.com/rsalmei/alive-progress)|1.704369383328178e-07| +|pypi|[rsudp](https://github.com/raspishake/rsudp)|1.704369383328178e-07| +|pypi|[corral-pipeline](https://github.com/toros-astro/corral)|1.7043693833281684e-07| +|pypi|[torchdata](https://github.com/pytorch/data)|1.6873256894948865e-07| +|pypi|[starry-process](https://github.com/rodluger/starry_process)|1.6268980477223392e-07| +|pypi|[scorpio-gp](https://github.com/josegit88/SCORPIO)|1.6268980477223392e-07| +|pypi|[markdown-include](https://pypi.org/project/markdown-include)|1.6268980477223392e-07| +|pypi|[astral](https://github.com/sffjunkie/astral)|1.6268980477223392e-07| +|pypi|[kamodo](https://github.com/ensemblegov/kamodo-core)|1.6268980477223392e-07| +|pypi|[aniso8601](https://bitbucket.org/nielsenb/aniso8601)|1.6268980477223392e-07| +|pypi|[typing-utils](https://github.com/bojiang/typing_utils)|1.6106290672451246e-07| +|pypi|[py-zipkin](https://github.com/Yelp/py_zipkin)|1.6106290672451246e-07| +|pypi|[your](https://github.com/thepetabyteproject/your)|1.5561633499952514e-07| +|pypi|[Pyside6](https://www.pyside.org)|1.491323210412159e-07| +|pypi|[astropop](https://github.com/sparc4-dev/astropop)|1.491323210412159e-07| +|pypi|[oemof.thermal](https://github.com/oemof/oemof-thermal)|1.491323210412159e-07| +|pypi|[feedinlib](http://github.com/oemof/feedinlib)|1.491323210412159e-07| +|pypi|[open_fred-cli](https://github.com/open-fred/cli)|1.491323210412159e-07| +|pypi|[demandlib](https://github.com/oemof/demandlib)|1.491323210412159e-07| +|pypi|[scikit-learn-extra](https://github.com/scikit-learn-contrib/scikit-learn-extra)|1.491323210412159e-07| +|pypi|[dhnx](https://pypi.org/project/dhnx)|1.491323210412159e-07| +|pypi|[barycorrpy](https://github.com/shbhuk/barycorrpy)|1.491323210412159e-07| +|pypi|[drizzlepac](https://github.com/spacetelescope/drizzlepac)|1.491323210412159e-07| +|pypi|[astro-prospector](https://pypi.org/project/astro-prospector)|1.491323210412159e-07| +|pypi|[swiftemulator](https://github.com/SWIFTSIM/emulator)|1.491323210412159e-07| +|pypi|[qnorm](https://github.com/Maarten-vd-Sande/qnorm)|1.491323210412159e-07| +|pypi|[turbustat](https://turbustat.readthedocs.org)|1.491323210412159e-07| +|pypi|[plaster_pastedeploy](https://github.com/Pylons/plaster_pastedeploy)|1.491323210412159e-07| +|pypi|[pyramid_jinja2](https://github.com/Pylons/pyramid_jinja2)|1.491323210412159e-07| +|pypi|[pyramid_tm](https://github.com/Pylons/pyramid_tm)|1.491323210412159e-07| +|pypi|[pyramid_retry](https://github.com/Pylons/pyramid_retry)|1.491323210412159e-07| +|pypi|[connectomemapper](https://github.com/connectomicslab/connectomemapper3)|1.491323210412159e-07| +|pypi|[empyre](https://iffgit.fz-juelich.de/empyre/empyre)|1.4316702819956885e-07| +|pypi|[applaunchservices](https://github.com/impact27/applaunchservices)|1.4316702819956633e-07| +|pypi|[python-lsp-black](https://github.com/python-lsp/python-lsp-black)|1.4316702819956633e-07| +|pypi|[pyls-spyder](https://github.com/spyder-ide/pyls-spyder)|1.4316702819956633e-07| +|pypi|[flask_sock](https://github.com/miguelgrinberg/flask-sock)|1.4316702819956633e-07| +|pypi|[scikit-opt](https://github.com/guofei9987/scikit-opt)|1.4316702819956633e-07| +|pypi|[ncempy](https://github.com/ercius/openNCEM)|1.4316702819956633e-07| +|pypi|[hotsoss](https://github.com/hover2pi/hotsoss)|1.4316702819956633e-07| +|pypi|[jwst-backgrounds](http://jwst.stsci.edu/)|1.4316702819956633e-07| +|pypi|[nircam_gsim](https://github.com/npirzkal/GRISM_NIRCAM)|1.4316702819956633e-07| +|pypi|[atlite](https://github.com/PyPSA/atlite)|1.4316702819956633e-07| +|pypi|[node2vec](https://github.com/eliorc/node2vec)|1.3766060403804525e-07| +|pypi|[tensor2tensor](http://github.com/tensorflow/tensor2tensor)|1.3766060403804525e-07| +|pypi|[hic2cool](https://github.com/4dn-dcic/hic2cool)|1.3766060403804525e-07| +|pypi|[pygenometracks](http://pygenometracks.readthedocs.io)|1.3766060403804525e-07| +|pypi|[cleanlab](https://github.com/cleanlab/cleanlab)|1.3766060403804525e-07| +|pypi|[pyramid-tm](https://github.com/Pylons/pyramid_tm)|1.3766060403804525e-07| +|pypi|[pyramid_openapi3](https://github.com/Pylons/pyramid_openapi3)|1.3766060403804525e-07| +|pypi|[openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator)|1.3766060403804525e-07| +|pypi|[skosprovider_sqlalchemy](https://github.com/OnroerendErfgoed/skosprovider_sqlalchemy)|1.3766060403804525e-07| +|pypi|[pyramid_skosprovider](https://github.com/OnroerendErfgoed/pyramid_skosprovider)|1.3766060403804525e-07| +|pypi|[skosprovider_rdf](http://github.com/OnroerendErfgoed/skosprovider_rdf)|1.3766060403804525e-07| +|pypi|[pyramid-jinja2](https://github.com/Pylons/pyramid_jinja2)|1.3766060403804525e-07| +|pypi|[PoPE](https://github.com/afarahi/PoPE)|1.3766060403804525e-07| +|pypi|[ctxcore](https://github.com/aertslab/ctxcore)|1.3766060403804525e-07| +|pypi|[voprov](https://github.com/sanguillon/voprov/)|1.3766060403804525e-07| +|pypi|[authlib](https://authlib.org/)|1.3766060403804525e-07| +|pypi|[fspath](https://github.com/return42/fspath)|1.3628399799766497e-07| +|pypi|[geobo](https://github.com/sebhaan/geobo)|1.3256206314774688e-07| +|pypi|[pvanalytics](https://github.com/pvlib/pvanalytics)|1.3256206314774688e-07| +|pypi|[flask-migrate](https://github.com/miguelgrinberg/flask-migrate)|1.2782770374961397e-07| +|pypi|[sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils)|1.2782770374961397e-07| +|pypi|[dearwatson](https://github.com/PlanetHunters/watson)|1.2341985189617824e-07| +|pypi|[epimargin](https://github.com/COVID-IWG/epimargin)|1.2341985189617824e-07| +|pypi|[Flask-Migrate](https://github.com/miguelgrinberg/flask-migrate)|1.193058568329707e-07| +|pypi|[marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy)|1.193058568329707e-07| +|pypi|[jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications)|1.181127982646418e-07| +|pypi|[pytest-split](https://jerry-git.github.io/pytest-split)|1.1430270799804077e-07| +|pypi|[dataclass-builder](https://github.com/mrshannon/dataclass-builder)|1.1430270799804077e-07| +|pypi|[nixio](https://github.com/G-Node/nixpy)|1.1073074837310262e-07| +|pypi|[reorientexpress](https://github.com/angelrure/reorientexpress)|1.0526987367615172e-07| +|pypi|[drop](https://github.com/cod3monk/drop)|1.0226216299969042e-07| +|pypi|[QDarkStyle](https://github.com/ColinDuquesnoy/QDarkStyleSheet)|9.942154736081017e-08| +|pypi|[tox-pyenv](https://github.com/samstav/tox-pyenv)|9.842733188720233e-08| +|pypi|[element-coder](https://github.com/kjappelbaum/element-coder)|9.673447851322094e-08| +|pypi|[DBSP-DRP](https://github.com/finagle29/DBSP_DRP)|9.41888343418203e-08| +|pypi|[apache-libcloud](https://libcloud.apache.org/)|9.203594669972176e-08| +|pypi|[flask_bootstrap](http://github.com/mbr/flask-bootstrap)|9.177373602536266e-08| +|pypi|[Flask-Script](http://github.com/smurfix/flask-script)|9.177373602536266e-08| +|pypi|[tinydb-serialization](https://tinydb.readthedocs.org)|9.177373602536266e-08| +|pypi|[ukbcc](https://github.com/tool-bin/ukbcc/)|9.177373602536266e-08| +|pypi|[technical](https://github.com/freqtrade/technical)|8.947939262473054e-08| +|pypi|[janus](https://github.com/aio-libs/janus)|8.947939262472928e-08| +|pypi|[vflow](https://github.com/Yu-Group/pcs-pipeline)|8.947939262472928e-08| +|pypi|[pytest-datadir-ng](https://github.com/Tblue/pytest-datadir-ng)|8.858459869848135e-08| +|pypi|[ipyspeck](https://github.com/denphi/speck/tree/master/widget/ipyspeck)|8.858459869848135e-08| +|pypi|[viscm](https://github.com/bids/viscm)|8.858459869848135e-08| +|pypi|[cellocity](https://github.com/oftatkofta/cellocity)|8.729696841436868e-08| +|pypi|[JayDeBeApi](https://github.com/baztian/jaydebeapi)|8.52184691664089e-08| +|pypi|[dash-auth](https://plotly.com/dash)|8.52184691664089e-08| +|pypi|[deeplc](http://compomics.github.io/projects/DeepLC)|8.52184691664089e-08| +|pypi|[desk](https://github.com/s-goldman/Dusty_Evolved_Star_Kit)|8.323664430207337e-08| +|pypi|[django-datatables-view](https://bitbucket.org/pigletto/django-datatables-view)|7.953723788864838e-08| +|pypi|[django-dirtyfields](https://github.com/romgar/django-dirtyfields)|7.953723788864838e-08| +|pypi|[django-guardian](http://github.com/django-guardian/django-guardian)|7.953723788864838e-08| +|pypi|[django-notifications-hq](http://github.com/django-notifications/django-notifications)|7.953723788864838e-08| +|pypi|[django-rq](https://github.com/rq/django-rq)|7.953723788864838e-08| +|pypi|[django-user-agents](https://github.com/selwin/django-user_agents)|7.953723788864838e-08| +|pypi|[google](http://breakingcode.wordpress.com/)|7.953723788864838e-08| +|pypi|[ExoPix](https://github.com/jeaadams/ExoPix.git)|7.615267457423733e-08| +|pypi|[sphinx-basic-ng](https://github.com/pradyunsg/sphinx-basic-ng)|7.382049891540174e-08| +|pypi|[caracal](https://github.com/caracal-pipeline/caracal)|7.158351409978442e-08| +|pypi|[gviz-api](https://github.com/google/google-visualization-python)|7.086767895878584e-08| +|pypi|[opensearch-py](https://github.com/opensearch-project/opensearch-py)|6.883030201902262e-08| +|pypi|[jupyterlab-thredds](https://github.com/eWaterCycle/jupyterlab_thredds)|6.753161707526686e-08| +|pypi|[tagore](https://github.com/jordanlab/tagore)|6.753161707526686e-08| +|pypi|[tidynamics](https://pypi.org/project/tidynamics/)|6.561822125813489e-08| +|pypi|[icecream](https://github.com/gruns/icecream)|6.279255622787978e-08| +|pypi|[comet](http://comet.transientskp.org/)|6.279255622787978e-08| +|pypi|[sendgrid](https://github.com/sendgrid/sendgrid-python/)|6.279255622787978e-08| +|pypi|[trustme](https://github.com/python-trio/trustme)|5.90563991323209e-08| +|pypi|[aft-pytorch](https://github.com/rish-16/aft-pytorch)|5.772864040305115e-08| +|pypi|[flowTorch](https://flowtorch.ai/users)|5.5924620390455644e-08| +|pypi|[PySDM](https://github.com/atmos-cloud-sim-uj/PySDM)|5.113108149984521e-08| +|pypi|[django-timezone-field](https://github.com/mfogel/django-timezone-field/)|5.0410925422382276e-08| +|pypi|[firebase-admin](https://firebase.google.com/docs/admin/setup/)|5.0410925422382276e-08| +|pypi|[GromacsWrapper](https://github.com/Becksteinlab/GromacsWrapper)|5.0410925422382276e-08| +|pypi|[heat](https://github.com/helmholtz-analytics/heat)|5.0410925422382276e-08| +|pypi|[duecredit](https://github.com/duecredit/duecredit)|5.0410925422382276e-08| +|pypi|[ipyevents](https://github.com/mwcraig/ipyevents)|4.902980417793338e-08| +|pypi|[liionpack](https://liionpack.readthedocs.io/en/latest/)|4.31225988552911e-08| +|pypi|[asciimatics](https://github.com/peterbrittain/asciimatics)|4.260923458320445e-08| +|pypi|[scikit-mdr](https://github.com/EpistasisLab/scikit-mdr)|4.1686869975756335e-08| +|pypi|[PySide6](https://pyside.org)|4.067245119305848e-08| +|pypi|[ldap3](https://github.com/cannatag/ldap3)|4.0265726681128114e-08| +|pypi|[xpress](https://www.fico.com/en/products/fico-xpress-optimization)|3.9370932754880806e-08| +|pypi|[jmp](https://github.com/deepmind/jmp)|3.61569790606048e-08| +|pypi|[pytest-parallel](https://github.com/browsertron/pytest-parallel)|3.3836027089075366e-08| +|pypi|[pika](https://pika.readthedocs.io)|3.0812034329906934e-08| +|pypi|[pyobjc-framework-CFNetwork](https://github.com/ronaldoussoren/pyobjc)|3.028533288836985e-08| +|pypi|[twistedchecker](https://github.com/twisted/twistedchecker)|3.028533288836985e-08| +|pypi|[aiohttp-remotes](https://github.com/aio-libs/aiohttp-remotes)|2.2497675859931757e-08| +|pypi|[geomet](https://github.com/geomet/geomet)|1.2303416485900291e-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 68fd80a4..f542f5ba 100644 --- a/pages/r.md +++ b/pages/r.md @@ -9,2241 +9,2242 @@ tipue_search_active: true |Manager|Name|Credit| |-------|----|------| -|cran|R|0.01436417885942687| -|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.009858475666692842| -|cran|[testthat](https://testthat.r-lib.org)|0.009758615499539111| -|cran|[httr](https://httr.r-lib.org/)|0.007158187956129645| -|cran|[knitr](https://yihui.org/knitr/)|0.006906707784209304| -|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.006487118333743963| -|cran|utils|0.006133659960132963| -|cran|methods|0.005815946315510491| -|cran|[covr](https://covr.r-lib.org)|0.005172656495021046| -|cran|[tidyr](https://tidyr.tidyverse.org)|0.003491567287028842| -|cran|[magrittr](https://magrittr.tidyverse.org)|0.002619209113098419| -|cran|[rlang](https://rlang.r-lib.org)|0.0025310055259066748| -|cran|stats|0.0025018959616965935| -|cran|[withr](https://withr.r-lib.org)|0.002044488457442059| -|cran|[tibble](https://tibble.tidyverse.org/)|0.001973036441891167| -|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018563982105409915| -|cran|[Rcpp](http://www.rcpp.org)|0.0017446471010076259| -|cran|tools|0.0016624059056157912| -|cran|grDevices|0.0015126325004158753| -|cran|[curl](https://github.com/jeroen/curl)|0.0015074586256810035| -|cran|graphics|0.0014641804871212984| -|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014524485249165521| -|cran|[vctrs](https://vctrs.r-lib.org/)|0.00141286183152067| -|cran|[R6](https://r6.r-lib.org)|0.0013959216070064788| -|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013183389437350897| -|cran|[dplyr](https://dplyr.tidyverse.org)|0.001274053270304853| -|cran|[pryr](https://github.com/hadley/pryr)|0.001264985741473728| -|cran|[glue](https://github.com/tidyverse/glue)|0.0011861245559301832| -|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010718722653060937| -|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009593909055917052| -|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009444023696220486| -|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009333644814011799| -|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009042407402906975| -|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008713672972830832| -|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.000838129431159255| -|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007617729013053163| -|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007464808790007337| -|cran|[stringi](https://stringi.gagolewski.com/)|0.0007451630972268458| -|cran|[xml2](https://xml2.r-lib.org/)|0.0007354575747059586| -|cran|[mockery](https://github.com/r-lib/mockery)|0.0007350311682886354| -|cran|[bit64](https://github.com/truecluster/bit64)|0.0007218747874136666| -|cran|[purrr](http://purrr.tidyverse.org)|0.0007213862123019715| -|cran|[cli](https://cli.r-lib.org)|0.0007211363148128253| -|cran|[pillar](https://pillar.r-lib.org/)|0.0007188058586437945| -|cran|[shiny](https://shiny.rstudio.com/)|0.0006913376840970784| -|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006775077166646124| -|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006561467530297627| -|cran|grid|0.0006497290995548233| -|cran|[callr](https://callr.r-lib.org)|0.000646180512362584| -|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.00058740404972975| -|cran|[DBI](https://dbi.r-dbi.org)|0.0005873762680815182| -|cran|[sp](https://github.com/edzer/sp/)|0.0005815242130963775| -|cran|parallel|0.0005674837007948519| -|cran|[pracma](NA)|0.0005562045408540816| -|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.000551798149263997| -|cran|[stringr](http://stringr.tidyverse.org)|0.0005491341143435399| -|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005383995650120091| -|cran|[hms](https://hms.tidyverse.org/)|0.0005331141497549834| -|cran|[processx](https://processx.r-lib.org)|0.0005116879334136748| -|cran|[scales](https://scales.r-lib.org)|0.0005109826590097362| -|cran|[markdown](https://github.com/rstudio/markdown)|0.0005105673865824083| -|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047335873843727986| -|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004555398208895929| -|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.00043872972517293527| -|cran|RColorBrewer|0.0004200713623983629| -|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041826455480971326| -|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041708004172078835| -|cran|[broom](https://broom.tidymodels.org/)|0.00041264213023587277| -|cran|[sf](https://r-spatial.github.io/sf/)|0.00038456602662573295| -|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.00037993083205861683| -|cran|[xts](https://github.com/joshuaulrich/xts)|0.0003746857603669052| -|cran|[ellipsis](https://ellipsis.r-lib.org)|0.00037108472698749477| -|cran|[plyr](http://had.co.nz/plyr)|0.0003629110564854836| -|cran|bench|0.0003628248055269417| -|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003609749059537848| -|cran|[bit](https://github.com/truecluster/bit)|0.0003596827458767292| -|cran|[rgl](https://github.com/dmurdoch/rgl)|0.0003589008174086621| -|cran|[fs](https://fs.r-lib.org)|0.00035162834588329037| -|cran|[mime](https://github.com/yihui/mime)|0.0003509311187027858| -|cran|[generics](https://generics.r-lib.org)|0.0003447204628593704| -|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.0003361257631924637| -|cran|evaluate|0.00032815588258878055| -|cran|tcltk|0.0003165413794211909| -|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031434894212339773| -|cran|[unix](https://github.com/jeroen/unix)|0.00031288021687101233| -|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030615296212869303| -|cran|[maps](NA)|0.00030488385947691725| -|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003040423897494189| -|cran|[usethis](https://usethis.r-lib.org)|0.0003015344372645383| -|cran|[httpcode](https://github.com/sckott/httpcode)|0.00029085336432375003| -|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028624401600561584| -|cran|[data.table](https://r-datatable.com)|0.00028381508862135394| -|cran|[igraph](https://igraph.org)|0.0002813332472426582| -|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.0002787802011872758| -|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002773028718987276| -|cran|[blob](https://blob.tidyverse.org)|0.0002764195506106487| -|cran|[lubridate](https://lubridate.tidyverse.org)|0.00027178265975537537| -|cran|pkgconfig|0.0002704283054128882| -|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002676559357130859| -|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026430183348779673| -|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026122900128577284| -|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.00025962329327530747| -|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025513746078621496| -|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002545933350582367| -|cran|[gtable](https://gtable.r-lib.org)|0.00025389718972127466| -|cran|RPostgreSQL|0.00024449580309261586| -|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.00024370929588944995| -|cran|[png](http://www.rforge.net/png/)|0.0002436278697300066| -|cran|[survival](https://github.com/therneau/survival)|0.00024223841587756964| -|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.0002406173848112435| -|cran|[brio](https://brio.r-lib.org)|0.00023543624486675372| -|cran|[waldo](https://github.com/r-lib/waldo)|0.00023373202376869595| -|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023293047128263958| -|cran|[ragg](https://ragg.r-lib.org)|0.00023256096231488347| -|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023182559825960842| -|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.0002294127004282375| -|cran|[xfun](https://github.com/yihui/xfun)|0.00021700707224130443| -|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021697445264438913| -|cran|[mgcv](NA)|0.00021648846080307116| -|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021595201821288952| -|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021425960239121426| -|cran|Lahman|0.00020696740057927094| -|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020640378017427197| -|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020639434740042214| -|cran|lobstr|0.0001996777215106186| -|cran|munsell|0.0001981896260378519| -|cran|RMySQL|0.00019641863107241288| -|cran|[winch](https://r-prof.github.io/winch/)|0.0001920457531997582| -|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.0001905643583715401| -|cran|[hexbin](https://github.com/edzer/hexbin)|0.00019017863639698404| -|cran|[abind](NA)|0.0001886685891031519| -|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.00018265749491034553| -|cran|datasets|0.00018254286585986615| -|cran|[rpart](https://github.com/bethatkinson/rpart)|0.0001822864809491878| -|cran|iterators|0.00018117514227774232| -|cran|mapproj|0.00017824944802256822| -|cran|formattable|0.00017595324774535533| -|cran|[devtools](https://devtools.r-lib.org/)|0.0001754724570100912| -|cran|[bslib](https://rstudio.github.io/bslib/)|0.0001734402291600785| -|cran|[webutils](https://github.com/jeroen/webutils)|0.00017247286701050886| -|cran|graph|0.00017150716320739182| -|cran|[crul](https://docs.ropensci.org/crul/)|0.0001665943426222567| -|cran|fansi|0.0001658198983958756| -|cran|[rstan](https://mc-stan.org/rstan)|0.00016539198593363413| -|cran|[ape](http://ape-package.ird.fr/)|0.0001653611402567459| -|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016368448978364313| -|cran|chron|0.00016173616348791103| -|cran|[readr](https://readr.tidyverse.org)|0.00016109595171642156| -|cran|[ps](https://github.com/r-lib/ps#readme)|0.0001577956209940671| -|cran|[raster](https://rspatial.org/raster)|0.00015506188327721912| -|cran|[vroom](https://vroom.r-lib.org)|0.0001481306797871674| -|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014589332179163841| -|cran|itertools|0.00014298748733216528| -|cran|[forcats](https://forcats.tidyverse.org)|0.00014199253812606272| -|cran|timeDate|0.00014044121402963277| -|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00014019378280911442| -|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013854515734446846| -|cran|[patchwork](https://patchwork.data-imaginist.com)|0.0001378596941145397| -|cran|tis|0.00013625971379767064| -|cran|[rJava](http://www.rforge.net/rJava/)|0.00013469041521184372| -|cran|[sys](https://github.com/jeroen/sys)|0.0001345358725123201| -|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013320609442063556| -|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.0001327115105547422| -|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013108700164495034| -|cran|svglite|0.0001306029084237593| -|cran|ggplot2movies|0.00012858064579035277| -|cran|[sass](https://github.com/rstudio/sass)|0.00012771464696777142| -|cran|[desc](https://github.com/r-lib/desc#readme)|0.00012718497712133796| -|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012654410972947879| -|cran|quantreg|0.00012597309654593277| -|cran|[terra](https://rspatial.org/terra/)|0.00012534787888814186| -|cran|interp|0.0001245397989403728| -|cran|assertthat|0.0001235379556555381| -|cran|multcomp|0.0001233205347167447| -|cran|RUnit|0.00012299708491958405| -|cran|profvis|0.0001226429191768648| -|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012209711755855696| -|cran|[lme4](https://github.com/lme4/lme4/)|0.00012139492139879091| -|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012111552764322368| -|cran|isoband|0.00012047883009335948| -|cran|[isotree](https://github.com/david-cortes/isotree)|0.00011965192168237854| -|cran|stats4|0.00011474904521471192| -|cran|[DT](https://github.com/rstudio/DT)|0.0001146433770354102| -|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011434081703460334| -|cran|[magick](https://docs.ropensci.org/magick/)|0.00011397689902303815| -|cran|[future](https://future.futureverse.org)|0.0001103641973738279| -|cran|[gstat](https://github.com/r-spatial/gstat/)|0.00010825884294191976| -|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010707070488200303| -|cran|cachem|0.00010379919627480995| -|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010170935720719737| -|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010121758363336645| -|cran|[reshape2](https://github.com/hadley/reshape)|0.00010093652166206212| -|cran|[promises](https://rstudio.github.io/promises)|0.0001001578133549352| -|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.948108170152206e-05| -|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.855659878335226e-05| -|cran|[base64enc](http://www.rforge.net/base64enc)|9.539932086906516e-05| -|cran|sfsmisc|9.247481693890041e-05| -|cran|tinytex|9.158408745777756e-05| -|cran|[Cairo](http://www.rforge.net/Cairo/)|9.12826780937844e-05| -|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.088505161613917e-05| -|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.99599524554679e-05| -|cran|[insight](https://easystats.github.io/insight/)|8.9940945338238e-05| -|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.96567584068923e-05| -|cran|[parameters](https://easystats.github.io/parameters/)|8.875801045655932e-05| -|cran|dichromat|8.869383522811821e-05| -|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.812378343440476e-05| -|cran|jquerylib|8.750406990523069e-05| -|cran|[downlit](https://downlit.r-lib.org/)|8.742807953599371e-05| -|cran|[lintr](https://github.com/jimhester/lintr)|8.429605591049376e-05| -|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.355904241599994e-05| -|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.163828669116432e-05| -|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.127692346390701e-05| -|cran|[openssl](https://github.com/jeroen/openssl)|8.072250837697474e-05| -|cran|labeling|7.998878445344564e-05| -|cran|[testit](https://github.com/yihui/testit)|7.981924317275067e-05| -|cran|igraphdata|7.966421283622681e-05| -|cran|[backports](https://github.com/r-lib/backports)|7.965794740186915e-05| -|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.965262443248753e-05| -|cran|[uuid](http://www.rforge.net/uuid)|7.907367753366931e-05| -|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.887165408920305e-05| -|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.82061209589388e-05| -|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.660925524364168e-05| -|cran|[spatstat.linnet](http://spatstat.org/)|7.660906982453603e-05| -|cran|KernSmooth|7.613415444570708e-05| -|cran|[units](https://github.com/r-quantities/units/)|7.609494806457043e-05| -|cran|[spdep](https://github.com/r-spatial/spdep/)|7.606031527529079e-05| -|cran|MatrixModels|7.58268364386175e-05| -|cran|[readxl](https://readxl.tidyverse.org)|7.565831160571458e-05| -|cran|splines|7.552903820297221e-05| -|cran|[spatstat](http://spatstat.org/)|7.52187881932342e-05| -|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.497164855790032e-05| -|cran|triebeard|7.470542512690355e-05| -|cran|[memoise](https://github.com/r-lib/memoise)|7.440424150839782e-05| -|cran|[DBItest](https://dbitest.r-dbi.org)|7.425205704109055e-05| -|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.368182263001755e-05| -|cran|[spatstat.geom](http://spatstat.org/)|7.365713648243193e-05| -|cran|rasterVis|7.269810926955541e-05| -|cran|[rjson](https://github.com/alexcb/rjson)|7.246698831670505e-05| -|cran|tuneR|7.179115300942713e-05| -|cran|[mapiso](https://github.com/riatelab/mapiso)|7.179115300942713e-05| -|cran|[spatstat.utils](http://spatstat.org/)|7.17227844728319e-05| -|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.135033276907717e-05| -|cran|[cellranger](https://github.com/rsheets/cellranger)|7.040178526209052e-05| -|cran|[praise](https://github.com/gaborcsardi/praise)|7.034702302547475e-05| -|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.989090085413116e-05| -|cran|diffviewer|6.972554301771177e-05| -|cran|rprintf|6.961131849667686e-05| -|cran|[mapview](https://github.com/r-spatial/mapview)|6.899128902305814e-05| -|cran|[future.apply](https://future.apply.futureverse.org)|6.85233369797145e-05| -|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.828806856473049e-05| -|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.656016061398773e-05| -|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.631546273551949e-05| -|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.618701129782998e-05| -|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.536905975967121e-05| -|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.476555805403868e-05| -|cran|boot|6.463557741815342e-05| -|cran|asciicast|6.422006377404372e-05| -|cran|[performance](https://easystats.github.io/performance/)|6.390199527037924e-05| -|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.370867677116398e-05| -|cran|[qs](https://github.com/traversc/qs)|6.34335500797476e-05| -|cran|[gh](https://gh.r-lib.org/)|6.323758394686924e-05| -|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.318086664851851e-05| -|cran|later|6.267407456035589e-05| -|cran|[jpeg](http://www.rforge.net/jpeg/)|6.230570739646226e-05| -|cran|[spatstat.random](http://spatstat.org/)|6.229155911065924e-05| -|cran|[showtext](https://github.com/yixuan/showtext)|6.168446254583994e-05| -|cran|[webp](https://github.com/jeroen/webp#readme)|6.113727605017821e-05| -|cran|[V8](https://github.com/jeroen/v8)|6.105069048144529e-05| -|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.1024327237777536e-05| -|cran|[cowplot](https://wilkelab.org/cowplot/)|6.099853181471677e-05| -|cran|[rvest](http://rvest.tidyverse.org/)|6.0354882202070685e-05| -|cran|[taxa](https://docs.ropensci.org/taxa/)|5.982596084118927e-05| -|cran|[vegdata](http://germansl.infinitenature.org)|5.982596084118927e-05| -|cran|js|5.922770123277738e-05| -|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.881655806088235e-05| -|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.8716003022269424e-05| -|cran|rsconnect|5.858260114531301e-05| -|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.710416582708309e-05| -|cran|[getPass](https://github.com/wrathematics/getPass)|5.642126765881347e-05| -|cran|[whisker](http://github.com/edwindj/whisker)|5.6049293527187e-05| -|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.596356214837383e-05| -|cran|[gifski](https://gif.ski/)|5.506921630160262e-05| -|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.5047824387888036e-05| -|cran|[nleqslv](NA)|5.49555971522164e-05| -|cran|[katex](https://docs.ropensci.org/katex/)|5.4802433231389946e-05| -|cran|egg|5.2825106466113266e-05| -|cran|[s2](https://r-spatial.github.io/s2/)|5.2767117386252375e-05| -|cran|[lavaan](https://lavaan.ugent.be)|5.267023325699191e-05| -|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.264618811210545e-05| -|cran|tufte|5.253265114066798e-05| -|cran|fastmap|5.238408523114689e-05| -|cran|selectr|5.2254960359778434e-05| -|cran|[progress](https://github.com/r-lib/progress#readme)|5.1797523386499646e-05| -|cran|pbkrtest|5.123785173998279e-05| -|cran|[formatR](https://github.com/yihui/formatR)|5.123003361124683e-05| -|cran|[car](https://r-forge.r-project.org/projects/car/)|5.092980377334366e-05| -|cran|styler|5.049565841077153e-05| -|cran|coda|5.04327042750196e-05| -|cran|combinat|5.0412661754174195e-05| -|cran|webshot|4.9831326466935e-05| -|cran|e1071|4.974260641644859e-05| -|cran|WRS2|4.926664873682732e-05| -|cran|flashClust|4.8986126483721996e-05| -|cran|[odbc](https://github.com/r-dbi/odbc)|4.887485149808557e-05| -|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.840593589007416e-05| -|cran|[stars](https://r-spatial.github.io/stars/)|4.83796566571345e-05| -|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.801499786559536e-05| -|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.786525758920448e-05| -|cran|[party](http://party.R-forge.R-project.org)|4.711532082167388e-05| -|cran|[caret](https://github.com/topepo/caret/)|4.6781307275936546e-05| -|cran|[lazyeval](NA)|4.642012500763535e-05| -|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.58586613543736e-05| -|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.54359964687707e-05| -|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.51588069185543e-05| -|cran|gee|4.507866721145501e-05| -|cran|[gplots](https://github.com/talgalili/gplots)|4.4255927493567364e-05| -|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.3706440034245605e-05| -|cran|statnet.common|4.315038996019002e-05| -|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.29346950991983e-05| -|cran|[taxize](https://docs.ropensci.org/taxize/)|4.219581995234643e-05| -|cran|[targets](https://docs.ropensci.org/targets/)|4.2177855764232446e-05| -|cran|shape|4.209287386856192e-05| -|cran|[classInt](https://r-spatial.github.io/classInt/)|4.18870396119717e-05| -|cran|[qpdf](https://github.com/ropensci/qpdf)|4.0979061973266466e-05| -|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.087920567878875e-05| -|cran|[plotly](https://plotly-r.com)|4.0599671765508944e-05| -|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.05402496288828e-05| -|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.996204239016966e-05| -|cran|txtplot|3.988397389412618e-05| -|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.988397389412618e-05| -|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.965240587182079e-05| -|cran|codemetar|3.948513415518492e-05| -|cran|[tmap](https://github.com/mtennekes/tmap)|3.9381938978692564e-05| -|cran|see|3.928331299596096e-05| -|cran|[effectsize](https://easystats.github.io/effectsize/)|3.920644192213638e-05| -|cran|[psych](https://personality-project.org/r/psych/)|3.902169789707609e-05| -|cran|[checkmate](https://github.com/mllg/checkmate)|3.88816490993947e-05| -|cran|highr|3.8374890857683685e-05| -|cran|pool|3.805722127435194e-05| -|cran|tikzDevice|3.770203672005738e-05| -|cran|[slam](NA)|3.757129780065091e-05| -|cran|JuliaCall|3.693616127308181e-05| -|cran|gamm4|3.673778876418752e-05| -|cran|[zip](https://github.com/r-lib/zip#readme)|3.657408082168371e-05| -|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.645379123402982e-05| -|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.599937241346883e-05| -|cran|[gert](https://docs.ropensci.org/gert/)|3.5967690535119e-05| -|cran|class|3.554219389337148e-05| -|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.520857982519751e-05| -|cran|[git2r](https://docs.ropensci.org/git2r/)|3.483862161145509e-05| -|cran|modelbased|3.4538644821458456e-05| -|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.4360100134121545e-05| -|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.434949745326931e-05| -|cran|mapdata|3.400824593599775e-05| -|cran|[GGally](https://ggobi.github.io/ggally/)|3.3945740183699625e-05| -|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.3737619141241333e-05| -|cran|tseries|3.3195632394311434e-05| -|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.26128570034027e-05| -|cran|[network](http://statnet.org/)|3.2511526585018064e-05| -|cran|[vcr](https://github.com/ropensci/vcr/)|3.214583570500772e-05| -|cran|[sna](http://statnet.org)|3.19869943779933e-05| -|cran|lars|3.149990306670306e-05| -|cran|[shinytest](https://github.com/rstudio/shinytest)|3.1288311731305146e-05| -|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.1263887075422993e-05| -|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.1214222817480866e-05| -|cran|fontawesome|3.115397321096514e-05| -|cran|[here](https://here.r-lib.org/)|3.110266034799049e-05| -|cran|poorman|3.108813766889924e-05| -|cran|spatstat.data|3.077246069966583e-05| -|cran|mlbench|3.0719244629792784e-05| -|cran|polyclip|3.067046428909412e-05| -|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9923658452631576e-05| -|cran|[Seurat](https://satijalab.org/seurat)|2.9811603095646356e-05| -|cran|[spatstat.core](http://spatstat.org/)|2.9427295263926696e-05| -|cran|tripack|2.924772044057226e-05| -|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9118685868958438e-05| -|cran|RhpcBLASctl|2.908513027620033e-05| -|cran|reactlog|2.9038698166937378e-05| -|cran|sourcetools|2.9038698166937378e-05| -|cran|brew|2.8810062178063768e-05| -|cran|animation|2.8650968498191596e-05| -|cran|[recipes](https://github.com/tidymodels/recipes)|2.855382309416746e-05| -|cran|[wk](https://paleolimbot.github.io/wk/)|2.8531542915591446e-05| -|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.8246991692982185e-05| -|cran|[plotrix](NA)|2.8155143979498206e-05| -|cran|timeSeries|2.789326947717372e-05| -|cran|fts|2.789326947717372e-05| -|cran|[pbapply](https://github.com/psolymos/pbapply)|2.7855623714332315e-05| -|cran|[matlab](http://cran.r-project.org/package=matlab)|2.772067945198384e-05| -|cran|[rex](https://github.com/kevinushey/rex)|2.7720309872905925e-05| -|cran|shinydisconnect|2.7626605377657342e-05| -|cran|strucchange|2.750658157953961e-05| -|cran|[irlba](NA)|2.7278702278993218e-05| -|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7273554355361834e-05| -|cran|fANCOVA|2.706116233295349e-05| -|cran|broom.mixed|2.690886252978349e-05| -|cran|[glmnet](https://glmnet.stanford.edu)|2.6734238045633927e-05| -|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6660536914373583e-05| -|cran|conflicted|2.6565584194810895e-05| -|cran|[argon2](https://github.com/wrathematics/argon2)|2.6462090800787325e-05| -|cran|[golem](https://github.com/ThinkR-open/golem)|2.622595391349166e-05| -|cran|margins|2.616851626437377e-05| -|cran|gam|2.6144107005920454e-05| -|cran|ade4|2.599626337420186e-05| -|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5726322941055747e-05| -|cran|poibin|2.563969750336683e-05| -|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.5056887456271063e-05| -|cran|[mmand](https://github.com/jonclayden/mmand)|2.502279465085527e-05| -|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.502279465085527e-05| -|cran|latticeExtra|2.4963655740173012e-05| -|cran|[circlize](https://github.com/jokergoo/circlize)|2.4958284768931313e-05| -|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4588469905728792e-05| -|cran|gbRd|2.4549302309365758e-05| -|cran|SGP|2.425515383818502e-05| -|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.4202606466515194e-05| -|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4079744434701794e-05| -|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3987478360530565e-05| -|cran|pbdMPI|2.369108049311095e-05| -|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3531524196524785e-05| -|cran|rsvg|2.349063514569068e-05| -|cran|av|2.330676893032519e-05| -|cran|[janitor](https://github.com/sfirke/janitor)|2.322935464187883e-05| -|cran|parallelly|2.3196158888152722e-05| -|cran|lpSolve|2.310001799277018e-05| -|cran|cba|2.2846825979924432e-05| -|cran|colorRamps|2.2434735315445976e-05| -|cran|geoaxe|2.2434735315445976e-05| -|cran|spbabel|2.2434735315445976e-05| -|cran|paletteer|2.2434735315445976e-05| -|cran|statsExpressions|2.2434735315445976e-05| -|cran|doMC|2.2245001553921062e-05| -|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2229462660607176e-05| -|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.2180009625435283e-05| -|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.2129139862652317e-05| -|cran|[futile.logger](NA)|2.2081318382487713e-05| -|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.189408390782581e-05| -|cran|miniUI|2.181978598345442e-05| -|cran|spatial|2.139474133780941e-05| -|cran|fstcore|2.1170566742901767e-05| -|cran|nortest|2.1115045002772684e-05| -|cran|openair|2.1115045002772684e-05| -|cran|webfakes|2.0772017010758264e-05| -|cran|mclust|2.0669992372705845e-05| -|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0660585635928964e-05| -|cran|brms|2.065506820066866e-05| -|cran|RJSONIO|2.0067524569374808e-05| -|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|2.0023910513794174e-05| -|cran|[graphql](http://graphql.org)|1.9986933117643783e-05| -|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9966914430746918e-05| -|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9639031425464732e-05| -|cran|stopwords|1.962832905193679e-05| -|cran|spam|1.957723443912988e-05| -|cran|[remotes](https://remotes.r-lib.org)|1.930819990771061e-05| -|cran|modelr|1.9226281276138796e-05| -|cran|[config](https://github.com/rstudio/config)|1.898430239619989e-05| -|cran|dunn.test|1.889240868669135e-05| -|cran|minqa|1.8868616922326202e-05| -|cran|kernlab|1.878917433634202e-05| -|cran|[tm](http://tm.r-forge.r-project.org/)|1.8655664117161645e-05| -|cran|Formula|1.843437527249899e-05| -|cran|[hoardr](https://github.com/ropensci/hoardr)|1.840122089444918e-05| -|cran|[RANN](https://github.com/jefferis/RANN)|1.832113544938176e-05| -|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8167150108774478e-05| -|cran|[reactable](https://glin.github.io/reactable/)|1.815378240323854e-05| -|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.7975036918731818e-05| -|cran|sandwich|1.7951507202842797e-05| -|cran|[genalg](https://github.com/egonw/genalg)|1.7947788252356782e-05| -|cran|lpSolveAPI|1.7947788252356782e-05| -|cran|segmented|1.7941946860403838e-05| -|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.7919454528666464e-05| -|cran|quadprog|1.7897068442281256e-05| -|cran|lmtest|1.7832103651740167e-05| -|cran|gmp|1.7795282721507075e-05| -|cran|[semver](https://github.com/johndharrison/semver)|1.771703097482649e-05| -|cran|lsa|1.7625898571743863e-05| -|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7390216840142414e-05| -|cran|[statmod](NA)|1.7162145986911578e-05| -|cran|carrier|1.6512403477595647e-05| -|cran|plotROC|1.6316171138506162e-05| -|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6229652399811938e-05| -|cran|caTools|1.618362414062276e-05| -|cran|SeuratObject|1.616290104342675e-05| -|cran|mondate|1.6057130453036142e-05| -|cran|DAAG|1.6057130453036142e-05| -|cran|SuppDists|1.6040835750543873e-05| -|cran|qlcMatrix|1.5933095816123846e-05| -|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5846076236718477e-05| -|cran|RcppRoll|1.5831119746508182e-05| -|cran|blavaan|1.5801402012102847e-05| -|cran|mediation|1.5682566325348362e-05| -|cran|Rgraphviz|1.5679354942412647e-05| -|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5618746928954233e-05| -|cran|spex|1.5606772393353723e-05| -|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5606772393353723e-05| -|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5488279700165076e-05| -|cran|VennDiagram|1.5240230817043724e-05| -|cran|PhysicalActivity|1.4956490210297318e-05| -|cran|shinyFeedback|1.4956490210297318e-05| -|cran|extrafont|1.4897690081602011e-05| -|cran|futile.options|1.4891536309955456e-05| -|cran|lambda.r|1.4891536309955456e-05| -|cran|[vegan](https://github.com/vegandevs/vegan)|1.4831457314142356e-05| -|cran|PASWR|1.4556583246340316e-05| -|cran|arrow|1.4541201945648199e-05| -|cran|leaflet.providers|1.4533623191564794e-05| -|cran|logspline|1.4456951079249925e-05| -|cran|timetk|1.4398279726810168e-05| -|cran|DiceKriging|1.4344424610922073e-05| -|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4294387039822413e-05| -|cran|polynom|1.4173884112320565e-05| -|cran|biglm|1.4126680150845978e-05| -|cran|nloptr|1.4091129079766303e-05| -|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4062387938385041e-05| -|cran|compiler|1.4032606443592664e-05| -|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3928215797740418e-05| -|cran|gdata|1.3883896198073144e-05| -|cran|mlrMBO|1.380599096335137e-05| -|cran|emoa|1.380599096335137e-05| -|cran|vcd|1.3791928363953919e-05| -|cran|fftwtools|1.3779751179309464e-05| -|cran|websocket|1.3560887288925722e-05| -|cran|[smoothr](https://strimas.com/smoothr/)|1.3519005317863187e-05| -|cran|numform|1.3294657964708726e-05| -|cran|qmap|1.3294657964708726e-05| -|cran|[seriation](https://github.com/mhahsler/seriation)|1.324338822420773e-05| -|cran|gridBase|1.3079583859079016e-05| -|cran|proj4|1.2919971190350406e-05| -|cran|RandomFieldsUtils|1.28362627709247e-05| -|cran|[jqr](https://docs.ropensci.org/jqr/)|1.279628464873985e-05| -|cran|[base64url](https://github.com/mllg/base64url)|1.2761379610622816e-05| -|cran|[attempt](https://github.com/ColinFay/attempt)|1.2760223130510174e-05| -|cran|stargazer|1.269165026416658e-05| -|cran|plm|1.259909440943924e-05| -|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2402094257265578e-05| -|cran|[reshape](http://had.co.nz/reshape)|1.2355929803979837e-05| -|cran|bezier|1.2310392933978011e-05| -|cran|ComplexHeatmap|1.2310392933978011e-05| -|cran|GlobalOptions|1.2310392933978011e-05| -|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2155667470033693e-05| -|cran|rms|1.2129237596890713e-05| -|cran|dfoptim|1.2052398560947223e-05| -|cran|jsonify|1.199238578680203e-05| -|cran|RSpectra|1.19669727027867e-05| -|cran|[proxy](NA)|1.1932313422732883e-05| -|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.1886193411374703e-05| -|cran|robotstxt|1.1845540246555475e-05| -|cran|[geosphere](NA)|1.1807179102536235e-05| -|cran|ggdist|1.1693674345958608e-05| -|cran|bridgesampling|1.1693674345958608e-05| -|cran|bayesQR|1.1693674345958608e-05| -|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1650148069029818e-05| -|cran|mice|1.162941721316263e-05| -|cran|AER|1.1399578348520907e-05| -|cran|sm|1.1368111396492782e-05| -|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1362698966842957e-05| -|cran|EnvStats|1.1217367657722988e-05| -|cran|gganimate|1.1192105014594672e-05| -|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1169443453001351e-05| -|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0945431472081221e-05| -|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.08757524594477e-05| -|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0781869854540803e-05| -|cran|pscl|1.0737319961193253e-05| -|cran|udpipe|1.0568953202440474e-05| -|cran|Rcsdp|1.0568525009111724e-05| -|cran|tableHTML|1.0557522501386342e-05| -|cran|shiny.i18n|1.0557522501386342e-05| -|cran|popbio|1.0557522501386342e-05| -|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0533426131709596e-05| -|cran|[ini](https://github.com/dvdscripter/ini)|1.0483571164341939e-05| -|cran|optimx|1.0307041181623832e-05| -|cran|[storr](https://github.com/richfitz/storr)|1.0240067854552987e-05| -|cran|pls|1.0223027496027377e-05| -|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0188718745241138e-05| -|cran|janeaustenr|1.0117151777434645e-05| -|cran|mlmRev|1.003113574109847e-05| -|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|1.0003518495423788e-05| -|cran|gsl|9.989977655686817e-06| -|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.939080815848402e-06| -|cran|spacyr|9.91615300942712e-06| -|cran|[NISTunits](NA)|9.880257432922405e-06| -|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.87672572431858e-06| -|cran|measurements|9.816799181601573e-06| -|cran|NLP|9.771355532345436e-06| -|cran|celestial|9.76139912092466e-06| -|cran|modeldata|9.683238796868393e-06| -|cran|spData|9.67642183777064e-06| -|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.627283780137824e-06| -|cran|tkrplot|9.599386980740039e-06| -|cran|HSAUR3|9.527846161657381e-06| -|cran|[pander](https://rapporter.github.io/pander/)|9.459721569221212e-06| -|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.391058655940707e-06| -|cran|[ggsci](https://nanx.me/ggsci/)|9.391058655940707e-06| -|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.313712126581862e-06| -|cran|rcmdcheck|9.289876070416627e-06| -|cran|Biostrings|9.199189033371018e-06| -|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.194601985678176e-06| -|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.188532880424414e-06| -|cran|rstatix|9.166711302786247e-06| -|cran|[rstantools](https://mc-stan.org/rstantools/)|9.16259662930801e-06| -|cran|gt|9.052140022577033e-06| -|cran|[beautier](https://docs.ropensci.org/beautier/)|8.985344070836992e-06| -|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.952854852868211e-06| -|cran|purrrlyr|8.921265273408322e-06| -|cran|LaplacesDemon|8.920417042814226e-06| -|cran|filelock|8.884155184916607e-06| -|cran|manipulateWidget|8.884155184916607e-06| -|cran|BeyondBenford|8.884155184916607e-06| -|cran|BenfordTests|8.884155184916607e-06| -|cran|benford.analysis|8.884155184916607e-06| -|cran|MUS|8.884155184916607e-06| -|cran|AsioHeaders|8.884155184916605e-06| -|cran|semEff|8.761970714681813e-06| -|cran|rr2|8.761970714681813e-06| -|cran|MEMSS|8.761970714681813e-06| -|cran|PKPDmodels|8.761970714681813e-06| -|cran|antiword|8.601033755946737e-06| -|cran|[Ckmeans.1d.dp](NA)|8.580342256081423e-06| -|cran|[quanteda](https://quanteda.io)|8.553533651543134e-06| -|cran|rsm|8.475283838559724e-06| -|cran|tables|8.471056050160345e-06| -|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.459706714290219e-06| -|cran|mda|8.44511170261122e-06| -|cran|psychTools|8.347486212882572e-06| -|cran|seqLogo|8.310773514879358e-06| -|cran|rootSolve|8.175308123966868e-06| -|cran|Cubist|8.147406326044353e-06| -|cran|adehabitatMA|8.054316513798021e-06| -|cran|[origami](https://tlverse.org/origami/)|8.028626794588275e-06| -|cran|bbmle|8.021255869972449e-06| -|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.93597944839787e-06| -|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.93100258173905e-06| -|cran|cleanNLP|7.897026831036984e-06| -|cran|bigmemory|7.780045711177871e-06| -|cran|gpclib|7.779387850518245e-06| -|cran|PBSmapping|7.779387850518245e-06| -|cran|rnaturalearthhires|7.72445194399509e-06| -|cran|[imager](http://dahtah.github.io/imager/)|7.691909251010048e-06| -|cran|lgr|7.686902567134486e-06| -|cran|triangle|7.645757795503989e-06| -|cran|evd|7.645757795503989e-06| -|cran|SASmixed|7.643546371594323e-06| -|cran|beepr|7.633882567186642e-06| -|cran|MCMCpack|7.590148693130994e-06| -|cran|[xgboost](https://github.com/dmlc/xgboost)|7.530770874339593e-06| -|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.4922858918766935e-06| -|cran|[natserv](https://docs.ropensci.org/natserv)|7.4922858918766935e-06| -|cran|[worrms](https://docs.ropensci.org/worrms)|7.4922858918766935e-06| -|cran|[rotl](https://docs.ropensci.org/rotl/)|7.4922858918766935e-06| -|cran|[rredlist](https://github.com/ropensci/rredlist)|7.4922858918766935e-06| -|cran|[bold](https://docs.ropensci.org/bold/)|7.4922858918766935e-06| -|cran|[ritis](https://github.com/ropensci/ritis)|7.492285891876692e-06| -|cran|[fst](http://www.fstpackage.org)|7.421395627962998e-06| -|cran|yamlme|7.403462654097172e-06| -|cran|adehabitatLT|7.392779446804103e-06| -|cran|doFuture|7.377485592152971e-06| -|cran|pbmcapply|7.377485592152971e-06| -|cran|tm.lexicon.GeneralInquirer|7.331868729530079e-06| -|cran|Rpoppler|7.331868729530079e-06| -|cran|Rcampdf|7.331868729530079e-06| -|cran|filehash|7.331868729530079e-06| -|cran|paradox|7.326099082996016e-06| -|cran|permute|7.270414919443832e-06| -|cran|plotfunctions|7.25237157952376e-06| -|cran|sparkline|7.215223074791369e-06| -|cran|rcdk|7.179115300942712e-06| -|cran|fingerprint|7.179115300942712e-06| -|cran|enviPat|7.179115300942712e-06| -|cran|flexdashboard|7.179115300942712e-06| -|cran|keys|7.179115300942712e-06| -|cran|[phytools](https://github.com/liamrevell/phytools)|7.172615727274902e-06| -|cran|RcppDE|7.156680565627266e-06| -|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.14029132892805e-06| -|cran|actuar|7.107324147933286e-06| -|cran|skellam|7.107324147933286e-06| -|cran|hoa|7.107324147933286e-06| -|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.077162817062474e-06| -|cran|[docopt](https://github.com/docopt/docopt.R)|7.050916813425885e-06| -|cran|[philentropy](https://github.com/HajkD/philentropy)|7.035532994923859e-06| -|cran|fpc|7.026199451733231e-06| -|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|7.01485002640667e-06| -|cran|MCMCglmm|6.993826821346842e-06| -|cran|betareg|6.86953006980105e-06| -|cran|scatterplot3d|6.803290685224496e-06| -|cran|CompQuadForm|6.787076055246071e-06| -|cran|[torch](https://torch.mlverse.org/docs)|6.7787835265038575e-06| -|cran|gamlss|6.736066032616185e-06| -|cran|tree|6.730420594633792e-06| -|cran|[binman](https://docs.ropensci.org/binman/)|6.700507614213207e-06| -|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.680689490539099e-06| -|cran|[beastier](https://docs.ropensci.org/beastier/)|6.580855692530821e-06| -|cran|VGAMdata|6.580855692530819e-06| -|cran|VGAMextra|6.580855692530819e-06| -|cran|shapefiles|6.580855692530819e-06| -|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.578875647665541e-06| -|cran|tensorA|6.506566312585166e-06| -|cran|partitions|6.477626583628376e-06| -|cran|signal|6.474981424391938e-06| -|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.432217395142043e-06| -|cran|oskeyring|6.34582513208329e-06| -|cran|ExplainPrediction|6.34582513208329e-06| -|cran|rpart.plot|6.34582513208329e-06| -|cran|BiocManager|6.339983611337987e-06| -|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.285181117597995e-06| -|cran|afex|6.271632346910038e-06| -|cran|geepack|6.2534805559371244e-06| -|cran|tester|6.234494866608145e-06| -|cran|[reprex](https://reprex.tidyverse.org)|6.228585683076075e-06| -|cran|rticles|6.218531397837726e-06| -|cran|fastICA|6.218240744734216e-06| -|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.151831965336897e-06| -|cran|[rentrez](http://github.com/ropensci/rentrez)|6.14854190407129e-06| -|cran|ks|6.143912514244277e-06| -|cran|fixest|6.10365462282548e-06| -|cran|[ff](https://github.com/truecluster/ff)|6.100341053299488e-06| -|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.0691862905995954e-06| -|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.02353056812746e-06| -|cran|[downloader](https://github.com/wch/downloader)|6.01988869542351e-06| -|cran|[parsnip](https://github.com/tidymodels/parsnip)|6.000167471891703e-06| -|cran|bs4Dash|5.927842841247223e-06| -|cran|speedglm|5.924372604371699e-06| -|cran|RcppZiggurat|5.9227701232777374e-06| -|cran|acepack|5.904755418232446e-06| -|cran|htmlTable|5.904755418232446e-06| -|cran|reactR|5.828757899098726e-06| -|cran|protolite|5.7689319382575365e-06| -|cran|TSA|5.640733450740702e-06| -|cran|[haven](https://haven.tidyverse.org)|5.640429422707071e-06| -|cran|ipred|5.5846829498918604e-06| -|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.5784457073493856e-06| -|cran|cplm|5.5748358618185395e-06| -|cran|clusterGeneration|5.543191123282242e-06| -|cran|pROC|5.538567105076776e-06| -|cran|[rversions](https://github.com/r-hub/rversions)|5.537997928984102e-06| -|cran|flexsurv|5.5153838185020205e-06| -|cran|klaR|5.488203413552306e-06| -|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4546265011275925e-06| -|cran|cubature|5.448552817097454e-06| -|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.420964614997572e-06| -|cran|debugme|5.386590325921882e-06| -|cran|subprocess|5.384336475707034e-06| -|cran|qvalue|5.384336475707034e-06| -|cran|[EML](https://docs.ropensci.org/EML/)|5.3586967782036725e-06| -|cran|FNN|5.269420775924584e-06| -|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.2103528140770455e-06| -|cran|rhub|5.17904216393697e-06| -|cran|gmailr|5.17904216393697e-06| -|cran|foghorn|5.17904216393697e-06| -|cran|coxme|5.168749002837072e-06| -|cran|[float](https://github.com/wrathematics/float)|5.168736784053723e-06| -|cran|spls|5.145959237056472e-06| -|cran|[dynlm](NA)|5.127939500673371e-06| -|cran|numbers|5.114594862791497e-06| -|cran|loder|5.080807703792177e-06| -|cran|ore|5.080807703792177e-06| -|cran|mstate|5.076660105666632e-06| -|cran|linprog|5.076660105666632e-06| -|cran|magic|5.076660105666632e-06| -|cran|changepoint|5.076660105666632e-06| -|cran|nor1mix|5.076660105666632e-06| -|cran|diptest|5.076660105666632e-06| -|cran|metafor|5.042623611436153e-06| -|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.034354604786078e-06| -|cran|scico|4.986005460922585e-06| -|cran|rcartocolor|4.986005460922585e-06| -|cran|[ggthemes](https://github.com/jrnold/ggthemes)|4.9587747024258956e-06| -|cran|lfe|4.957312018320112e-06| -|cran|[aod](https://cran.r-project.org/package=aod)|4.941287207380513e-06| -|cran|gdalUtils|4.935641769398115e-06| -|cran|TeachingDemos|4.935641769398115e-06| -|cran|plotmo|4.935641769398115e-06| -|cran|[emld](https://docs.ropensci.org/emld/)|4.89718222314307e-06| -|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.886794858513495e-06| -|cran|BiocVersion|4.847912713462646e-06| -|cran|modeltools|4.831733521621312e-06| -|cran|gld|4.805293369357706e-06| -|cran|[loo](https://mc-stan.org/loo/)|4.80442934589718e-06| -|cran|Biobase|4.797445370785737e-06| -|cran|[rsample](https://rsample.tidymodels.org)|4.79150069052804e-06| -|cran|scagnostics|4.755177744662878e-06| -|cran|labelled|4.755177744662878e-06| -|cran|intergraph|4.755177744662878e-06| -|cran|broom.helpers|4.755177744662878e-06| -|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7468160752237e-06| -|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.73545490042952e-06| -|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.698566575975834e-06| -|cran|PolynomF|4.675871149956109e-06| -|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.658032850676129e-06| -|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.656592435206608e-06| -|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.64978933761241e-06| -|cran|mlogit|4.636546427151178e-06| -|cran|RcppCCTZ|4.617808134577532e-06| -|cran|genieclust|4.615145550606029e-06| -|cran|getopt|4.615145550606029e-06| -|cran|leaps|4.612926730629776e-06| -|cran|[logger](https://daroczig.github.io/logger/)|4.608436795256962e-06| -|cran|bignum|4.555977017905952e-06| -|cran|future.callr|4.505397014538698e-06| -|cran|[solrium](https://github.com/ropensci/solrium)|4.480038589039681e-06| -|cran|quantmod|4.4420775924583035e-06| -|cran|FastRWeb|4.4420775924583035e-06| -|cran|truncreg|4.4284932573131706e-06| -|cran|panelr|4.4284932573131706e-06| -|cran|metaBMA|4.4284932573131706e-06| -|cran|ivreg|4.4284932573131706e-06| -|cran|GLMMadaptive|4.4284932573131706e-06| -|cran|clubSandwich|4.4284932573131706e-06| -|cran|cgam|4.4284932573131706e-06| -|cran|blme|4.4284932573131706e-06| -|cran|geojsonlint|4.422847819330778e-06| -|cran|topicmodels|4.418729007311375e-06| -|cran|akima|4.4175062156842475e-06| -|cran|logging|4.40894321414626e-06| -|cran|rsyslog|4.40894321414626e-06| -|cran|[data.tree](http://github.com/gluc/data.tree)|4.389286502506542e-06| -|cran|ggfittext|4.3872371283538795e-06| -|cran|RcppBigIntAlgos|4.3872371283538795e-06| -|cran|robust|4.387080441313581e-06| -|cran|taxadb|4.384388273075727e-06| -|cran|assertive.code|4.372243153205712e-06| -|cran|assertive.reflection|4.372243153205712e-06| -|cran|assertive.data.us|4.372243153205712e-06| -|cran|assertive.data.uk|4.372243153205712e-06| -|cran|assertive.data|4.372243153205712e-06| -|cran|assertive.models|4.372243153205712e-06| -|cran|assertive.matrices|4.372243153205712e-06| -|cran|assertive.sets|4.372243153205712e-06| -|cran|assertive.files|4.372243153205712e-06| -|cran|assertive.datetimes|4.372243153205712e-06| -|cran|assertive.strings|4.372243153205712e-06| -|cran|assertive.numbers|4.372243153205712e-06| -|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.3094414649889654e-06| -|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2290567139404114e-06| -|cran|gdtools|4.2099968082755e-06| -|cran|[redux](https://github.com/richfitz/redux)|4.187817258883261e-06| -|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.1398972969622585e-06| -|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.136712406418206e-06| -|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.131392774076505e-06| -|cran|locfit|4.124896851791654e-06| -|cran|bookdown|4.109515633664633e-06| -|cran|nonnest2|4.107727666144238e-06| -|cran|officer|4.107572964038366e-06| -|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.088463431057707e-06| -|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.066456024033984e-06| -|cran|stm|4.059773242264232e-06| -|cran|sparsesvd|4.038252356780275e-06| -|cran|FMStable|4.038252356780275e-06| -|cran|MuMIn|4.032441759707973e-06| -|cran|distributional|3.968236259751851e-06| -|cran|Bessel|3.963469905728789e-06| -|cran|[archive](https://archive.r-lib.org/)|3.959846204410493e-06| -|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.948513415518492e-06| -|cran|transport|3.948513415518492e-06| -|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.934707424555142e-06| -|cran|TH.data|3.9178344982531786e-06| -|cran|[posterior](https://mc-stan.org/posterior/)|3.901119152756767e-06| -|cran|tracerer|3.8729437807717264e-06| -|cran|stabledist|3.858912534166341e-06| -|cran|skewt|3.85826168030664e-06| -|cran|catdata|3.85826168030664e-06| -|cran|MPV|3.85826168030664e-06| -|cran|fit.models|3.85826168030664e-06| -|cran|DEoptimR|3.85826168030664e-06| -|cran|pso|3.852643242245033e-06| -|cran|feather|3.852478885209755e-06| -|cran|spacetime|3.8083450909606835e-06| -|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.753366828965109e-06| -|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.727617560104871e-06| -|cran|[move](https://bartk.gitlab.io/move/)|3.717756137988191e-06| -|cran|goftest|3.6762021454827335e-06| -|cran|tensor|3.6762021454827335e-06| -|cran|spatstat.sparse|3.6762021454827335e-06| -|cran|ellipse|3.6690058287896163e-06| -|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.664929853237668e-06| -|cran|[servr](https://github.com/yihui/servr)|3.644042007666004e-06| -|cran|doRNG|3.642503625815809e-06| -|cran|keras|3.637920582341454e-06| -|cran|[rdflib](https://github.com/ropensci/rdflib)|3.62618578976188e-06| -|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6258158085569257e-06| -|DESCRIPTION|gitlab/ampere2/metalwalls|3.6258158085569257e-06| -|DESCRIPTION|gitlab/libreumg/dataquier|3.6258158085569257e-06| -|DESCRIPTION|github/hope-data-science/tidyfst|3.6258158085569257e-06| -|DESCRIPTION|github/bommert/stabm|3.6258158085569257e-06| -|DESCRIPTION|github/binzhulab/SUITOR|3.6258158085569257e-06| -|DESCRIPTION|github/ants-project/ANTs|3.6258158085569257e-06| -|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6258158085569257e-06| -|DESCRIPTION|github/sjbeckett/localcovid19now|3.6258158085569257e-06| -|DESCRIPTION|github/prioritizr/wdpar|3.6258158085569257e-06| -|DESCRIPTION|github/lasseignelab/CINmetrics|3.6258158085569257e-06| -|DESCRIPTION|github/annajenul/UBayFS|3.6258158085569257e-06| -|DESCRIPTION|github/Merck/pkglite|3.6258158085569257e-06| -|DESCRIPTION|github/msalibian/RBF|3.6258158085569257e-06| -|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6258158085569257e-06| -|DESCRIPTION|github/ejikeugba/serp|3.6258158085569257e-06| -|DESCRIPTION|github/ejikeugba/gofcat|3.6258158085569257e-06| -|DESCRIPTION|github/oneilsh/tidytensor|3.6258158085569257e-06| -|DESCRIPTION|github/jessecambon/tidygeocoder|3.6258158085569257e-06| -|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6258158085569257e-06| -|DESCRIPTION|github/david-barnett/microViz|3.6258158085569257e-06| -|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6258158085569257e-06| -|DESCRIPTION|github/lsds/Neptune|3.6258158085569257e-06| -|DESCRIPTION|github/raredd/kmdata|3.6258158085569257e-06| -|DESCRIPTION|github/takfung/ResDisMapper|3.6258158085569257e-06| -|DESCRIPTION|github/msaland/THInCR-Suite|3.6258158085569257e-06| -|DESCRIPTION|github/rajewsky-lab/dropbead|3.6258158085569257e-06| -|DESCRIPTION|github/cjbarrie/academictwitteR|3.6258158085569257e-06| -|DESCRIPTION|github/julia-wrobel/registr|3.6258158085569257e-06| -|DESCRIPTION|github/Natsiopoulos/ARDL|3.6258158085569257e-06| -|DESCRIPTION|github/SchlossLab/mikropml|3.6258158085569257e-06| -|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6258158085569257e-06| -|DESCRIPTION|github/konfound-project/konfound|3.6258158085569257e-06| -|DESCRIPTION|github/lrnv/cort|3.6258158085569257e-06| -|DESCRIPTION|github/asancpt/caffsim|3.6258158085569257e-06| -|DESCRIPTION|github/insightsengineering/rbmi|3.6258158085569257e-06| -|DESCRIPTION|github/saezlab/PHONEMeS|3.6258158085569257e-06| -|DESCRIPTION|github/NathanSkene/EWCE|3.6258158085569257e-06| -|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6258158085569257e-06| -|DESCRIPTION|github/GaryBAYLOR/mixR|3.6258158085569257e-06| -|DESCRIPTION|github/xiaotiand/FunFor|3.6258158085569257e-06| -|DESCRIPTION|github/deweylab/RSEM|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/drake|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/antiword|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tesseract|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RSelenium|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/microdemic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/awardFindR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidyhydat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cffr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfema|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/essurvey|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/finch|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rsnps|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rplos|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ckanr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bomrang|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/virtuoso|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/targets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfishbase|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rredlist|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/allodb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rmangal|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nodbi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rperseus|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stplanr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdataretriever|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spatsoc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/Rpolyhedra|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencage|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/aRxiv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/webchem|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mapscanner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treestartr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/addressable|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jagstargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxlist|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/NLMR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdefra|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rbace|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrricanes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spiro|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rromeo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ijtiff|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/plater|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/writexl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dbparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/epubr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geojsonio|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/piggyback|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tinkr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RNeXML|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rusda|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nbaR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/refsplitr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tarchetypes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pdftools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/c14bazAAR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/paleobioDB|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fauxpas|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gtfsr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/brranching|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/SymbiotaR2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/predictNMB|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/suppdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dataaimsr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gutenbergr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/refimpact|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdatacite|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/roadoi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mctq|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/EML|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/assertr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxize|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/namext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rsat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tiler|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rbhl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ruODK|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ghql|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rppo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcitoid|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/magick|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ritis|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/getCRUCLdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/citecorp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bittrex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fulltext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/webmockr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrlite|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/xslt|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rvertnet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rtweet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mcbette|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/zbank|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rglobi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DoOR.data|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hddtools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/comtradr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pixelclasser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wateRinfo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ecoengine|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cld2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/scrubr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/worrms|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rotl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/unrtf|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phonfieldwork|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treebase|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/randgeo|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/parzer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ots|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/biomartr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ssh|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/charlatan|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/GSODR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/prism|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/beautier|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chlorpromazineR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nasapower|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/RefManageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bib2df|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bibtex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/medrxivr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/arkdb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hunspell|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jsonvalidate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/trufflesniffer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/lingtypology|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/riem|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rtika|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rrricanesdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ezknitr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wikitaxa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcoreoa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tacmagic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/oai|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tracerer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcites|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jsonld|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hydroscoper|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/daiquiri|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnassqs|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nlrx|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/popler|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/codemetar|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdryad|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rb3|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/PostcodesioR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdflib|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geonames|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/googleLanguageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/geojsonlint|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/qualtRics|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/colocr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/git2rdata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MODIStsp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/grainchanger|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/USAboundariesData|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rdhs|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jenkins|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/neotoma|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmextract|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MODISTools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidyqpcr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pendulum|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/git2r|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgpdd|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnoaa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxview|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/plotly|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rzmq|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/seasl|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcol|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/graphql|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfisheries|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spelling|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/av|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rinat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxadb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jqr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rAltmetric|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider.base|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/binman|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/censo2017|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pangaear|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/beastier|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/terrainr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/photosearcher|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/spocc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidypmc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/landscapetools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgbif|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/natserv|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/excluder|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxizedb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/lightr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/baRcodeR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dbhydroR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stats19|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/unifir|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/antanym|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outcomerate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/readODS|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tokenizers|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cleanEHR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/traits|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DataSpaceR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chromer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rcrossref|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pubchunks|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gittargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/workloopR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cchecks|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/isdparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/jstor|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/MtreeRing|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/babette|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dittodb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/ramlegacy|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/restez|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wellknown|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/slopes|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/USAboundaries|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/BaseSet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/iheatmapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/crul|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rWBclimate|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cld3|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/elastic|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylogram|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/emld|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/onekp|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tradestatistics|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/qpdf|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/staypuft|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opentripplanner|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnpn|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/getlandsat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DataPackageR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rAvis|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/patentsview|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/internetarchive|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rebird|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/skynet|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rerddap|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gistr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mregions|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/coder|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/stantargets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/datapack|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bold|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/sofa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/nomisr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/timefuzz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bowerbird|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/helminthR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mauricer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylocomr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/taxa|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/katex|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/FedData|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/europepmc|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/textreuse|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osmplotr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/historydata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rnaturalearth|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/circle|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/conditionz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cde|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rorcid|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/citesdb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/bikedata|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/fingertipsR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/DoOR.functions|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cyphr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/camsRad|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/dataspice|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rentrez|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tidync|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/robotstxt|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/phylotaR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/eia|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/gitignore|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/vcr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/infx|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/pathviewr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/opencontext|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/treedata.table|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/Rclean|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/mapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/chirps|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/wdman|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/AntWeb|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tif|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rfigshare|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/rgnparser|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/exoplanets|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/osfr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/hoardr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/EndoMineR|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/weathercan|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/visdat|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/smapr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/clifro|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/outsider.devtools|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/tabulizer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/cRegulome|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/solrium|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/handlr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci/skimr|3.6258158085569257e-06| -|DESCRIPTION|github/jorittmo/singcar|3.6258158085569257e-06| -|DESCRIPTION|github/KiranLDA/PAMLr|3.6258158085569257e-06| -|DESCRIPTION|github/Pinlyu3/LRLoop|3.6258158085569257e-06| -|DESCRIPTION|github/obreschkow/dftools|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/ambrosia|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/osiris|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/rmap|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/rfasst|3.6258158085569257e-06| -|DESCRIPTION|github/JGCRI/plutus|3.6258158085569257e-06| -|DESCRIPTION|github/haoharryfeng/NeuCA|3.6258158085569257e-06| -|DESCRIPTION|github/riatelab/osrm|3.6258158085569257e-06| -|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6258158085569257e-06| -|DESCRIPTION|github/wesleyburr/subMaldi|3.6258158085569257e-06| -|DESCRIPTION|github/ConnorDonegan/geostan|3.6258158085569257e-06| -|DESCRIPTION|github/VincentAlcazer/StatAid|3.6258158085569257e-06| -|DESCRIPTION|github/q1cui/discourseGT|3.6258158085569257e-06| -|DESCRIPTION|github/koenderks/jaspAudit|3.6258158085569257e-06| -|DESCRIPTION|github/ec363/fpcountr|3.6258158085569257e-06| -|DESCRIPTION|github/mgcooper/baseflow|3.6258158085569257e-06| -|DESCRIPTION|github/anwarbio/bioassays|3.6258158085569257e-06| -|DESCRIPTION|github/mcsiple/mmrefpoints|3.6258158085569257e-06| -|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6258158085569257e-06| -|DESCRIPTION|github/zhouzilu/DENDRO|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/rodev|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/reviewer|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/arresteddev|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6258158085569257e-06| -|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6258158085569257e-06| -|DESCRIPTION|github/nand1155/CausNet|3.6258158085569257e-06| -|DESCRIPTION|github/GreiffLab/immuneREF|3.6258158085569257e-06| -|DESCRIPTION|github/esplint/IRACpm|3.6258158085569257e-06| -|DESCRIPTION|github/humanfactors/FIPS|3.6258158085569257e-06| -|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6258158085569257e-06| -|DESCRIPTION|github/justinmathias/isocalcR|3.6258158085569257e-06| -|DESCRIPTION|github/liuhong-jia/scAnno|3.6258158085569257e-06| -|DESCRIPTION|github/TeamPerie/CellDestiny|3.6258158085569257e-06| -|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6258158085569257e-06| -|DESCRIPTION|github/txopen/histoc|3.6258158085569257e-06| -|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6258158085569257e-06| -|DESCRIPTION|github/tinglabs/scAIDE|3.6258158085569257e-06| -|DESCRIPTION|github/inrae/RCaNmodel|3.6258158085569257e-06| -|DESCRIPTION|github/bluefoxr/COINr|3.6258158085569257e-06| -|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6258158085569257e-06| -|DESCRIPTION|github/Dulab2020/ARMT|3.6258158085569257e-06| -|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6258158085569257e-06| -|DESCRIPTION|github/martin3141/spant|3.6258158085569257e-06| -|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6258158085569257e-06| -|DESCRIPTION|github/blind-contours/SuperNOVA|3.6258158085569257e-06| -|DESCRIPTION|github/rcarragh/c212|3.6258158085569257e-06| -|DESCRIPTION|github/SofieVG/FlowSOM|3.6258158085569257e-06| -|DESCRIPTION|github/johnschwenck/bp|3.6258158085569257e-06| -|DESCRIPTION|github/genostats/LowKi|3.6258158085569257e-06| -|DESCRIPTION|github/adriancorrendo/metrica|3.6258158085569257e-06| -|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6258158085569257e-06| -|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6258158085569257e-06| -|DESCRIPTION|github/NSAPH-Software/CRE|3.6258158085569257e-06| -|DESCRIPTION|github/pydemull/activAnalyzer|3.6258158085569257e-06| -|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6258158085569257e-06| -|DESCRIPTION|github/AngusWright/LAMBDAR|3.6258158085569257e-06| -|DESCRIPTION|github/yuliadm/mixComp|3.6258158085569257e-06| -|DESCRIPTION|github/GOVS-pack/GOVS|3.6258158085569257e-06| -|DESCRIPTION|github/adithirgis/pollucheck|3.6258158085569257e-06| -|DESCRIPTION|github/AgrDataSci/climatrends|3.6258158085569257e-06| -|DESCRIPTION|github/gtonkinhill/fastbaps|3.6258158085569257e-06| -|DESCRIPTION|github/INCEPTdk/adaptr|3.6258158085569257e-06| -|DESCRIPTION|github/vbaliga/gaussplotR|3.6258158085569257e-06| -|DESCRIPTION|github/mingzehuang/latentcor|3.6258158085569257e-06| -|DESCRIPTION|github/NeotomaDB/neotoma2|3.6258158085569257e-06| -|DESCRIPTION|github/xoopR/set6|3.6258158085569257e-06| -|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6258158085569257e-06| -|DESCRIPTION|github/tidyverse/glue|3.6258158085569257e-06| -|DESCRIPTION|github/fchuffar/protopackage|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6258158085569257e-06| -|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6258158085569257e-06| -|DESCRIPTION|github/abmantz/rgw|3.6258158085569257e-06| -|DESCRIPTION|github/dankelley/oce|3.6258158085569257e-06| -|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6258158085569257e-06| -|DESCRIPTION|github/s-abbas/robnptests|3.6258158085569257e-06| -|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6258158085569257e-06| -|DESCRIPTION|github/abschneider/StrainHub|3.6258158085569257e-06| -|DESCRIPTION|github/prdm0/ropenblas|3.6258158085569257e-06| -|DESCRIPTION|github/dgrun/FateID|3.6258158085569257e-06| -|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6258158085569257e-06| -|DESCRIPTION|github/databio/GenomicDistributions|3.6258158085569257e-06| -|DESCRIPTION|github/rickhelmus/patRoon|3.6258158085569257e-06| -|DESCRIPTION|github/akcochrane/TEfits|3.6258158085569257e-06| -|DESCRIPTION|github/gabraham/flashpca|3.6258158085569257e-06| -|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6258158085569257e-06| -|DESCRIPTION|github/TheMillerLab/genetex|3.6258158085569257e-06| -|DESCRIPTION|github/andyphilips/dynamac|3.6258158085569257e-06| -|DESCRIPTION|github/r-spatialecology/shar|3.6258158085569257e-06| -|DESCRIPTION|github/ecological-cities/home2park|3.6258158085569257e-06| -|DESCRIPTION|github/jgrembi/riskCommunicator|3.6258158085569257e-06| -|DESCRIPTION|github/bartongroup/RoSA|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/orderly|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/vaultr|3.6258158085569257e-06| -|DESCRIPTION|github/vimc/dettl|3.6258158085569257e-06| -|DESCRIPTION|github/lydialucchesi/Vizumap|3.6258158085569257e-06| -|DESCRIPTION|github/USEPA/nsink|3.6258158085569257e-06| -|DESCRIPTION|github/IMMM-SFA/gamut|3.6258158085569257e-06| -|DESCRIPTION|github/zizroc/villager|3.6258158085569257e-06| -|DESCRIPTION|github/shangguandong1996/FindIT2|3.6258158085569257e-06| -|DESCRIPTION|github/astrostat/Automark|3.6258158085569257e-06| -|DESCRIPTION|github/astrostat/LIRA|3.6258158085569257e-06| -|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6258158085569257e-06| -|DESCRIPTION|github/r-spatial/rgee|3.6258158085569257e-06| -|DESCRIPTION|github/LindaNab/mecor|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/medoutcon|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/txshift|3.6258158085569257e-06| -|DESCRIPTION|github/nhejazi/haldensify|3.6258158085569257e-06| -|DESCRIPTION|github/HajkD/LTRpred|3.6258158085569257e-06| -|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6258158085569257e-06| -|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6258158085569257e-06| -|DESCRIPTION|github/orbisgis/lczexplore|3.6258158085569257e-06| -|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/srr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/autotest|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6258158085569257e-06| -|DESCRIPTION|github/highamm/sptotal|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/performance|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/effectsize|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/parameters|3.6258158085569257e-06| -|DESCRIPTION|github/easystats/correlation|3.6258158085569257e-06| -|DESCRIPTION|github/YuLab-SMU/treeio|3.6258158085569257e-06| -|DESCRIPTION|github/maximewack/viroCapt|3.6258158085569257e-06| -|DESCRIPTION|github/gasparl/possa|3.6258158085569257e-06| -|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6258158085569257e-06| -|DESCRIPTION|github/isakro/shoredate|3.6258158085569257e-06| -|DESCRIPTION|github/johannes-titz/cofad|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/hyper.fit|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/celestial|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/NFWdist|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProSpect|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProFuse|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/Rwcs|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProFound|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/Rfits|3.6258158085569257e-06| -|DESCRIPTION|github/asgr/ProPane|3.6258158085569257e-06| -|DESCRIPTION|github/BMILAB/scLINE|3.6258158085569257e-06| -|DESCRIPTION|github/snystrom/memes|3.6258158085569257e-06| -|DESCRIPTION|github/mlr-org/mcboost|3.6258158085569257e-06| -|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6258158085569257e-06| -|DESCRIPTION|github/OwenWard/ppdiag|3.6258158085569257e-06| -|DESCRIPTION|github/mmollina/viewpoly|3.6258158085569257e-06| -|DESCRIPTION|github/Martindelosrios/MeSsI|3.6258158085569257e-06| -|DESCRIPTION|github/Martindelosrios/ROGER|3.6258158085569257e-06| -|DESCRIPTION|github/tbep-tech/tbeptools|3.6258158085569257e-06| -|DESCRIPTION|github/kendomaniac/rCASC|3.6258158085569257e-06| -|DESCRIPTION|github/kendomaniac/docker4seq|3.6258158085569257e-06| -|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6258158085569257e-06| -|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6258158085569257e-06| -|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6258158085569257e-06| -|DESCRIPTION|github/rx-li/EasyCellType|3.6258158085569257e-06| -|DESCRIPTION|github/dpseidel/stmove|3.6258158085569257e-06| -|DESCRIPTION|github/fumi-github/omicwas|3.6258158085569257e-06| -|DESCRIPTION|github/ezer/PAFway|3.6258158085569257e-06| -|DESCRIPTION|github/jackmwolf/tehtuner|3.6258158085569257e-06| -|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6258158085569257e-06| -|DESCRIPTION|github/chrisaberson/BetterReg|3.6258158085569257e-06| -|DESCRIPTION|github/samhforbes/PupillometryR|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/netrankr|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/graphlayouts|3.6258158085569257e-06| -|DESCRIPTION|github/schochastics/signnet|3.6258158085569257e-06| -|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6258158085569257e-06| -|DESCRIPTION|github/CTU-Bern/presize|3.6258158085569257e-06| -|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6258158085569257e-06| -|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6258158085569257e-06| -|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6258158085569257e-06| -|DESCRIPTION|github/OrlandoLam/SAMT|3.6258158085569257e-06| -|DESCRIPTION|github/flyaflya/causact|3.6258158085569257e-06| -|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6258158085569257e-06| -|DESCRIPTION|github/RitchieLab/hudson|3.6258158085569257e-06| -|DESCRIPTION|github/nevrome/bleiglas|3.6258158085569257e-06| -|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6258158085569257e-06| -|DESCRIPTION|github/chainsawriot/sweater|3.6258158085569257e-06| -|DESCRIPTION|github/chainsawriot/oolong|3.6258158085569257e-06| -|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6258158085569257e-06| -|DESCRIPTION|github/r-lib/gert|3.6258158085569257e-06| -|DESCRIPTION|github/r-lib/credentials|3.6258158085569257e-06| -|DESCRIPTION|github/kadyb/rgugik|3.6258158085569257e-06| -|DESCRIPTION|github/signaturescience/skater|3.6258158085569257e-06| -|DESCRIPTION|github/MAnalytics/opitools|3.6258158085569257e-06| -|DESCRIPTION|github/MAnalytics/akmedoids|3.6258158085569257e-06| -|DESCRIPTION|github/metaOmics/MetaPath|3.6258158085569257e-06| -|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6258158085569257e-06| -|DESCRIPTION|github/MRCIEU/metaboprep|3.6258158085569257e-06| -|DESCRIPTION|github/VBlesius/RHRT|3.6258158085569257e-06| -|DESCRIPTION|github/aranyics/ReDCM|3.6258158085569257e-06| -|DESCRIPTION|github/donaldRwilliams/BGGM|3.6258158085569257e-06| -|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6258158085569257e-06| -|DESCRIPTION|github/ArgoCanada/argodata|3.6258158085569257e-06| -|DESCRIPTION|github/EpiVec/TDLM|3.6258158085569257e-06| -|DESCRIPTION|github/mdsteiner/EFAtools|3.6258158085569257e-06| -|DESCRIPTION|github/YonghuiDong/RawHummus|3.6258158085569257e-06| -|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6258158085569257e-06| -|DESCRIPTION|github/llrs/experDesign|3.6258158085569257e-06| -|DESCRIPTION|github/rqtl/qtl2|3.6258158085569257e-06| -|DESCRIPTION|github/bblodfon/emba|3.6258158085569257e-06| -|DESCRIPTION|github/pmoulos/metaseqR2|3.6258158085569257e-06| -|DESCRIPTION|github/niceume/datasailr|3.6258158085569257e-06| -|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6258158085569257e-06| -|DESCRIPTION|github/tgrimes/SeqNet|3.6258158085569257e-06| -|DESCRIPTION|github/LucyMcGowan/tipr|3.6258158085569257e-06| -|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6258158085569257e-06| -|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6258158085569257e-06| -|DESCRIPTION|github/wjakethompson/measr|3.6258158085569257e-06| -|DESCRIPTION|github/rudeboybert/forestecology|3.6258158085569257e-06| -|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6258158085569257e-06| -|DESCRIPTION|github/n8thangreen/BCEA|3.6258158085569257e-06| -|DESCRIPTION|github/BrianAronson/birankr|3.6258158085569257e-06| -|DESCRIPTION|github/ICRAR/ProFit|3.6258158085569257e-06| -|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/allcontributors|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/qcoder|3.6258158085569257e-06| -|DESCRIPTION|github/ropenscilabs/gendercoder|3.6258158085569257e-06| -|DESCRIPTION|github/kateharborne/SimSpin|3.6258158085569257e-06| -|DESCRIPTION|github/insilico/cncv|3.6258158085569257e-06| -|DESCRIPTION|github/saeyslab/PeacoQC|3.6258158085569257e-06| -|DESCRIPTION|github/saeyslab/nichenetr|3.6258158085569257e-06| -|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6258158085569257e-06| -|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6258158085569257e-06| -|DESCRIPTION|github/rhenkin/visxhclust|3.6258158085569257e-06| -|DESCRIPTION|github/constantAmateur/SoupX|3.6258158085569257e-06| -|DESCRIPTION|github/mmahmoudian/sivs|3.6258158085569257e-06| -|DESCRIPTION|github/sachsmc/cosinor|3.6258158085569257e-06| -|DESCRIPTION|github/alstat/ALUES|3.6258158085569257e-06| -|DESCRIPTION|github/tlverse/hal9001|3.6258158085569257e-06| -|DESCRIPTION|github/CajoterBraak/demc2|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/roblog|3.6258158085569257e-06| -|DESCRIPTION|github/ropensci-org/rotemplate|3.6258158085569257e-06| -|DESCRIPTION|github/Hegghammer/daiR|3.6258158085569257e-06| -|DESCRIPTION|github/taranu/AllStarFit|3.6258158085569257e-06| -|DESCRIPTION|github/isoverse/isoreader|3.6258158085569257e-06| -|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6258158085569257e-06| -|DESCRIPTION|github/r-cas/caracas|3.6258158085569257e-06| -|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6258158085569257e-06| -|DESCRIPTION|github/ShixiangWang/sigminer|3.6258158085569257e-06| -|DESCRIPTION|github/cran/irtplay|3.6258158085569257e-06| -|DESCRIPTION|github/cosimameyer/overviewR|3.6258158085569257e-06| -|DESCRIPTION|github/dieghernan/tidyterra|3.6258158085569257e-06| -|DESCRIPTION|github/SietzeN/glottospace|3.6258158085569257e-06| -|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6258158085569257e-06| -|DESCRIPTION|github/LTLA/basilisk|3.6258158085569257e-06| -|DESCRIPTION|github/bcjaeger/aorsf|3.6258158085569257e-06| -|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6258158085569257e-06| -|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6258158085569257e-06| -|DESCRIPTION|github/tidymodels/stacks|3.6258158085569257e-06| -|DESCRIPTION|github/tidymodels/infer|3.6258158085569257e-06| -|DESCRIPTION|github/maize-genetics/rTASSEL|3.6258158085569257e-06| -|DESCRIPTION|github/bcgov/bcdata|3.6258158085569257e-06| -|DESCRIPTION|github/bcgov/shinyssdtools|3.6258158085569257e-06| -|DESCRIPTION|github/stefanoMP/massiveGST|3.6258158085569257e-06| -|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6258158085569257e-06| -|DESCRIPTION|github/wadpac/GGIR|3.6258158085569257e-06| -|DESCRIPTION|github/rauschenberger/joinet|3.6258158085569257e-06| -|DESCRIPTION|github/rauschenberger/transreg|3.6258158085569257e-06| -|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6258158085569257e-06| -|DESCRIPTION|github/azizka/IUCNN|3.6258158085569257e-06| -|DESCRIPTION|github/timoast/signac|3.6258158085569257e-06| -|DESCRIPTION|github/dsoave/JLS|3.6258158085569257e-06| -|DESCRIPTION|github/yiling0210/APIR|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/dust|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/provisionr|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/sircovid|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/odin|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/individual|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/cinterpolate|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/drjacoby|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/ring|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/EpiEstim|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/rrq|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/squire|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/dde|3.6258158085569257e-06| -|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6258158085569257e-06| -|DESCRIPTION|github/nanakiksc/zerone|3.6258158085569257e-06| -|DESCRIPTION|github/flosalbizziae/kataegis|3.6258158085569257e-06| -|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6258158085569257e-06| -|DESCRIPTION|github/zoometh/iconr|3.6258158085569257e-06| -|cran|[txtq](https://github.com/wlandau/txtq)|3.6150987337535572e-06| -|cran|[arm](https://CRAN.R-project.org/package=arm)|3.6007750181290803e-06| -|cran|socialmixr|3.5895576504713635e-06| -|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5895576504713563e-06| -|cran|LSD|3.5895576504713563e-06| -|cran|outbreaks|3.589557650471356e-06| -|cran|aweek|3.589557650471356e-06| -|cran|[rmsfact](NA)|3.553662073966643e-06| -|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.553662073966643e-06| -|cran|geomorph|3.5536620739666424e-06| -|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.498170400360541e-06| -|cran|clv|3.4549492385786813e-06| -|cran|plainview|3.4549492385786805e-06| -|cran|mapdeck|3.4549492385786805e-06| -|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4441654834522637e-06| -|cran|[geojson](https://docs.ropensci.org/geojson)|3.4399927483683844e-06| -|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.4297019854248513e-06| -|cran|ncbit|3.416982763429464e-06| -|cran|subplex|3.416982763429464e-06| -|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.413573229186995e-06| -|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.397259919196105e-06| -|cran|thor|3.3844400704444217e-06| -|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.37503884802652e-06| -|cran|gcookbook|3.358463008500221e-06| -|cran|polycor|3.3347749394808687e-06| -|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.329565738829698e-06| -|cran|imbalance|3.2904278462654096e-06| -|cran|prodlim|3.2904278462654096e-06| -|cran|pec|3.2904278462654096e-06| -|cran|limma|3.2623789987091624e-06| -|cran|misc3d|3.2575235678027553e-06| -|cran|aws.signature|3.244175842926003e-06| -|cran|maxLik|3.2306018854242204e-06| -|cran|princurve|3.2306018854242204e-06| -|cran|brglm|3.2306018854242204e-06| -|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2243810041205736e-06| -|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.2232928313848143e-06| -|cran|[gistr](https://github.com/ropensci/gistr)|3.213379260333576e-06| -|cran|PCICt|3.190009270689584e-06| -|cran|paws|3.1892258760325347e-06| -|cran|clustermq|3.1892258760325347e-06| -|cran|arules|3.172912566041645e-06| -|cran|grpreg|3.172912566041645e-06| -|cran|syslognet|3.1664040274446366e-06| -|cran|botor|3.1664040274446366e-06| -|cran|telegram|3.1664040274446366e-06| -|cran|RPushbullet|3.1664040274446366e-06| -|cran|slackr|3.1664040274446366e-06| -|cran|registry|3.079071273179322e-06| -|cran|pvclust|3.0776860362147393e-06| -|cran|[themis](https://github.com/tidymodels/themis)|3.070746220377719e-06| -|cran|superpc|3.070746220377719e-06| -|cran|subselect|3.070746220377719e-06| -|cran|pamr|3.070746220377719e-06| -|cran|BradleyTerry2|3.070746220377719e-06| -|cran|ModelMetrics|3.070746220377719e-06| -|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0459118926758547e-06| -|cran|yulab.utils|3.0330293618916975e-06| -|cran|farver|2.986270650392136e-06| -|cran|ranger|2.9626314358230602e-06| -|cran|doBy|2.9613850616388687e-06| -|cran|captioner|2.9613850616388687e-06| -|cran|robustlmm|2.9613850616388687e-06| -|cran|multgee|2.9613850616388687e-06| -|cran|merTools|2.9613850616388687e-06| -|cran|marginaleffects|2.9613850616388687e-06| -|cran|logistf|2.9613850616388687e-06| -|cran|JM|2.9613850616388687e-06| -|cran|gmnl|2.9613850616388687e-06| -|cran|fungible|2.9613850616388687e-06| -|cran|feisr|2.9613850616388687e-06| -|cran|estimatr|2.9613850616388687e-06| -|cran|crch|2.9613850616388687e-06| -|cran|censReg|2.9613850616388687e-06| -|cran|bife|2.9613850616388687e-06| -|cran|bdsmatrix|2.9613850616388687e-06| -|cran|corpus.JSS.papers|2.9613850616388687e-06| -|cran|lasso2|2.9613850616388687e-06| -|cran|ggfun|2.9613850616388687e-06| -|cran|[leafem](https://github.com/r-spatial/leafem)|2.9466422355744348e-06| -|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9165155910079776e-06| -|cran|sparklyr|2.9165155910079768e-06| -|cran|sjmisc|2.89087589350461e-06| -|cran|[progressr](https://progressr.futureverse.org)|2.881092324720439e-06| -|cran|distr6|2.8612416054481828e-06| -|cran|hardhat|2.849333534255734e-06| -|cran|ppcor|2.844604251916503e-06| -|cran|decor|2.820366725370351e-06| -|cran|[mlr3](https://mlr3.mlr-org.com)|2.8152216355703462e-06| -|cran|rainbow|2.792163058116647e-06| -|cran|procmaps|2.777467463073928e-06| -|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7405670595577573e-06| -|cran|tablerDash|2.7386169652146885e-06| -|cran|argonDash|2.7386169652146885e-06| -|cran|argonR|2.7386169652146885e-06| -|cran|TMB|2.7362732220909603e-06| -|cran|RProtoBuf|2.7335862107435714e-06| -|cran|[lhs](https://github.com/bertcarnell/lhs)|2.7178079353568848e-06| -|cran|affy|2.7062503486361354e-06| -|cran|marray|2.7062503486361354e-06| -|cran|lm.beta|2.6927234417727417e-06| -|cran|mlapi|2.6719263714034903e-06| -|cran|rsparse|2.6719263714034903e-06| -|cran|[magicaxis](NA)|2.667749478326508e-06| -|cran|GenSA|2.635743753046777e-06| -|cran|MonetDBLite|2.632342277012328e-06| -|cran|RgoogleMaps|2.6248640319071788e-06| -|cran|systemfonts|2.6188136886548606e-06| -|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.606702579508963e-06| -|cran|leafsync|2.5876864705272976e-06| -|cran|ExactData|2.5751174449033643e-06| -|cran|diffobj|2.5701544254000305e-06| -|cran|Epi|2.566300631927898e-06| -|cran|memisc|2.566300631927898e-06| -|cran|descr|2.566300631927898e-06| -|cran|sylly.en|2.566300631927898e-06| -|cran|sylly|2.566300631927898e-06| -|cran|estimability|2.5653335640336704e-06| -|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5541083282200053e-06| -|cran|RWeka|2.5511266350718383e-06| -|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.55063710763494e-06| -|cran|Exact|2.543903900116656e-06| -|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.5433905194458223e-06| -|cran|DoE.base|2.538330052833316e-06| -|cran|[text2vec](http://text2vec.org)|2.5319201284574795e-06| -|cran|RcppAnnoy|2.530385357832273e-06| -|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5186729514140695e-06| -|cran|DendSer|2.498993359032098e-06| -|cran|[rgbif](https://github.com/ropensci/rgbif)|2.4927483683828885e-06| -|cran|[rbison](https://github.com/ropensci/rbison)|2.4927483683828885e-06| -|cran|[rebird](https://docs.ropensci.org/rebird/)|2.4927483683828885e-06| -|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.4927483683828885e-06| -|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.4927483683828885e-06| -|cran|fftw|2.486134954344319e-06| -|cran|[clusterCrit](http:www.r-project.org)|2.4794037305010222e-06| -|cran|kknn|2.479391997814893e-06| -|cran|picante|2.4678208846990574e-06| -|cran|hisse|2.4678208846990574e-06| -|cran|diversitree|2.4678208846990574e-06| -|cran|[gargle](https://gargle.r-lib.org)|2.4636404992365543e-06| -|cran|svUnit|2.4174571931745864e-06| -|cran|AlgDesign|2.4174571931745864e-06| -|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.409962883096066e-06| -|cran|RDCOMClient|2.3878361761831194e-06| -|cran|base|2.3878361761831194e-06| -|cran|BiasedUrn|2.369108049311095e-06| -|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.3584023510553065e-06| -|cran|[oai](https://github.com/ropensci/oai)|2.344036833788579e-06| -|cran|[reproj](https://github.com/hypertidy/reproj/)|2.314304909781171e-06| -|cran|influenceR|2.310177477014268e-06| -|cran|Rdonlp2|2.3075727753030144e-06| -|cran|gamlss.dist|2.3075727753030144e-06| -|cran|Rsolnp|2.3075727753030144e-06| -|cran|[correlation](https://easystats.github.io/correlation/)|2.3067902861160823e-06| -|cran|[kml](http:www.r-project.org)|2.290479643634108e-06| -|cran|R2WinBUGS|2.277988508952976e-06| -|cran|kriging|2.277988508952976e-06| -|cran|udunits2|2.277988508952976e-06| -|cran|formula.tools|2.277988508952976e-06| -|cran|polspline|2.274632886149384e-06| -|cran|plotlyGeoAssets|2.249613564367772e-06| -|cran|listviewer|2.249613564367772e-06| -|cran|mlr3measures|2.227366542087354e-06| -|cran|mclustcomp|2.2210387962291518e-06| -|cran|maotai|2.2210387962291518e-06| -|cran|CVXR|2.2210387962291518e-06| -|cran|leafgl|2.2210387962291518e-06| -|cran|shinyEffects|2.2210387962291518e-06| -|cran|googleAnalyticsR|2.2072435242028836e-06| -|cran|bigQueryR|2.2072435242028836e-06| -|cran|seasonal|2.2072435242028836e-06| -|cran|forecTheta|2.2072435242028836e-06| -|cran|urca|2.2072435242028836e-06| -|cran|fracdiff|2.2072435242028836e-06| -|cran|[tiff](https://www.rforge.net/tiff/)|2.1936185641769414e-06| -|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.193618564176941e-06| -|cran|wicket|2.1936185641769397e-06| -|cran|prettymapr|2.1936185641769397e-06| -|cran|rosm|2.1936185641769397e-06| -|cran|pkgmaker|2.190655754687662e-06| -|cran|effects|2.1803604299978487e-06| -|cran|[r4ss](https://github.com/r4ss/r4ss)|2.1211022480058005e-06| -|cran|cleanrmd|2.1152750440277636e-06| -|cran|agridat|2.115275044027763e-06| -|cran|[ggmap](https://github.com/dkahle/ggmap)|2.1110017611105375e-06| -|cran|cyclocomp|2.0970573642227397e-06| -|cran|xmlparsedata|2.0970573642227397e-06| -|cran|calibrator|2.0903894552744957e-06| -|cran|alabama|2.0903894552744957e-06| -|cran|disordR|2.0903894552744957e-06| -|cran|rio|2.0801631910702173e-06| -|cran|sva|2.0752130166787527e-06| -|cran|SIS|2.0752130166787527e-06| -|cran|LogicReg|2.0752130166787527e-06| -|cran|KernelKnn|2.0752130166787527e-06| -|cran|genefilter|2.0752130166787527e-06| -|cran|extraTrees|2.0752130166787527e-06| -|cran|biglasso|2.0752130166787527e-06| -|cran|bartMachine|2.0752130166787527e-06| -|cran|cvAUC|2.0752130166787527e-06| -|cran|nnls|2.0752130166787527e-06| -|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0641828115779506e-06| -|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.056686594981609e-06| -|cran|[ring](https://github.com/mrc-ide/ring)|2.056686594981609e-06| -|cran|lda|2.0487400290065266e-06| -|cran|textdata|2.0406470638740945e-06| -|cran|mallet|2.0406470638740945e-06| -|cran|gutenbergr|2.0406470638740945e-06| -|cran|[ids](https://github.com/richfitz/ids)|2.025536102765986e-06| -|cran|quanteda.textplots|2.019126178390138e-06| -|cran|quanteda.textstats|2.019126178390138e-06| -|cran|quanteda.textmodels|2.019126178390138e-06| -|cran|questionr|2.0191261783901376e-06| -|cran|dockerfiler|2.0137765422569164e-06| -|cran|attachment|2.0137765422569164e-06| -|cran|mfx|1.995926956681243e-06| -|cran|drc|1.995926956681243e-06| -|cran|RQuantLib|1.974256707759246e-06| -|cran|odeintr|1.974256707759246e-06| -|cran|bigstatsr|1.974256707759246e-06| -|cran|snow|1.9525615791025505e-06| -|cran|Rmpi|1.9525615791025505e-06| -|cran|batchtools|1.9525615791025505e-06| -|cran|BatchJobs|1.9525615791025505e-06| -|cran|BBmisc|1.9525615791025505e-06| -|cran|[ssh](https://docs.ropensci.org/ssh)|1.9525615791025505e-06| -|cran|rematch2|1.9100933647570702e-06| -|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.9040262319891558e-06| -|cran|bain|1.9003540502495414e-06| -|cran|gclus|1.89073046243097e-06| -|cran|[dde](https://github.com/mrc-ide/dde)|1.884111707939718e-06| -|cran|movMF|1.8703484599824433e-06| -|cran|flexmix|1.8703484599824433e-06| -|cran|flexclust|1.8703484599824433e-06| -|cran|cclust|1.8703484599824433e-06| -|cran|relations|1.8703484599824433e-06| -|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8674246348285552e-06| -|cran|arkdb|1.850865663524293e-06| -|cran|[energy](https://github.com/mariarizzo/energy)|1.8332606281725904e-06| -|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8140085983632018e-06| -|cran|sn|1.81309289488094e-06| -|cran|ProFound|1.81309289488094e-06| -|cran|FITSio|1.81309289488094e-06| -|cran|dials|1.8102510564877097e-06| -|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8096249724598582e-06| -|cran|kappaSize|1.7947788252356817e-06| -|cran|[readtext](https://github.com/quanteda/readtext)|1.7947788252356807e-06| -|cran|nLTT|1.794778825235678e-06| -|cran|concaveman|1.793385363414843e-06| -|cran|tweenr|1.793385363414843e-06| -|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7666505688569926e-06| -|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7603960891200534e-06| -|cran|StanHeaders|1.7530038008551926e-06| -|cran|shinystan|1.7530038008551926e-06| -|cran|nFactors|1.7432280149413309e-06| -|cran|adehabitatHR|1.7199963741841933e-06| -|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7172770123277866e-06| -|cran|gginnards|1.7167449632689094e-06| -|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7127317932249012e-06| -|cran|vip|1.708491381714732e-06| -|cran|pdp|1.708491381714732e-06| -|cran|stan4bart|1.708491381714732e-06| -|cran|tmle|1.708491381714732e-06| -|cran|dbarts|1.708491381714732e-06| -|cran|CircStats|1.708491381714732e-06| -|cran|showimage|1.6922200352222106e-06| -|cran|ggfortify|1.665779097171864e-06| -|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6494872060499305e-06| -|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6452139231327073e-06| -|cran|R2HTML|1.6452139231327048e-06| -|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.6233449760982417e-06| -|cran|sangerseqR|1.6153009427121102e-06| -|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6138987717548959e-06| -|cran|dendroextras|1.6105778405404375e-06| -|cran|[rlist](https://renkun.me/rlist)|1.5953589557650576e-06| -|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5822392275104017e-06| -|cran|[workflows](https://github.com/tidymodels/workflows)|1.5609762196494218e-06| -|cran|highcharter|1.5586237166520363e-06| -|cran|soma|1.5450704669420184e-06| -|cran|tcltk2|1.5450704669420184e-06| -|cran|survAUC|1.5450704669420184e-06| -|cran|simsurv|1.5450704669420184e-06| -|cran|set6|1.5450704669420184e-06| -|cran|param6|1.5450704669420184e-06| -|cran|bujar|1.5450704669420184e-06| -|cran|[umap](https://github.com/tkonopka/umap)|1.5436522324665947e-06| -|cran|IRanges|1.54325700395265e-06| -|cran|pgdraw|1.5383818502020097e-06| -|cran|matrixNormal|1.5383818502020097e-06| -|cran|DiagrammeRsvg|1.537642243543259e-06| -|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4844280752643052e-06| -|cran|sjPlot|1.4806925308194346e-06| -|cran|sjstats|1.4671081956743018e-06| -|cran|projpred|1.4671081956743018e-06| -|cran|PROreg|1.4671081956743018e-06| -|cran|PMCMRplus|1.4671081956743018e-06| -|cran|PCDimension|1.4671081956743018e-06| -|cran|NbClust|1.4671081956743018e-06| -|cran|M3C|1.4671081956743018e-06| -|cran|lqmm|1.4671081956743018e-06| -|cran|lavaSearch2|1.4671081956743018e-06| -|cran|ivprobit|1.4671081956743018e-06| -|cran|FactoMineR|1.4671081956743018e-06| -|cran|factoextra|1.4671081956743018e-06| -|cran|EGAnet|1.4671081956743018e-06| -|cran|DRR|1.4671081956743018e-06| -|cran|ClassDiscovery|1.4671081956743018e-06| -|cran|cAIC4|1.4671081956743018e-06| -|cran|brglm2|1.4671081956743018e-06| -|cran|BayesFM|1.4671081956743018e-06| -|cran|pcaPP|1.4510096502482298e-06| -|cran|vegalite|1.4387295846018794e-06| -|cran|wdm|1.4344208892313273e-06| -|cran|rmcorr|1.4344208892313273e-06| -|cran|mbend|1.4344208892313273e-06| -|cran|TSP|1.4268491660623642e-06| -|cran|moonBook|1.4101833626851756e-06| -|cran|ztable|1.4101833626851756e-06| -|cran|mycor|1.4101833626851756e-06| -|cran|treemap|1.4046095154018351e-06| -|cran|networkD3|1.4046095154018351e-06| -|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.4027395795390395e-06| -|cran|GDINA|1.3935929701829974e-06| -|cran|hdi|1.3881492476432198e-06| -|cran|gamboostLSS|1.3881492476432198e-06| -|cran|mboost|1.3881492476432198e-06| -|cran|[duckdb](https://duckdb.org/)|1.3759970993473506e-06| -|cran|spatialreg|1.3749287786180462e-06| -|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3538081279555531e-06| -|cran|cartogram|1.3537760281777689e-06| -|cran|rmapshaper|1.3537760281777689e-06| -|cran|widgetframe|1.3537760281777689e-06| -|cran|tmaptools|1.3537760281777689e-06| -|cran|randgeo|1.3460841189267585e-06| -|cran|googleComputeEngineR|1.3359631857017452e-06| -|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3161711385061821e-06| -|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.316171138506172e-06| -|cran|mlr3data|1.316171138506164e-06| -|cran|sommer|1.2961685376170123e-06| -|cran|CARBayes|1.2961685376170123e-06| -|cran|multcompView|1.2961685376170123e-06| -|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2709765267837456e-06| -|cran|clue|1.2709765267837456e-06| -|cran|mvabund|1.269165026416658e-06| -|cran|huxtable|1.269165026416658e-06| -|cran|texreg|1.269165026416658e-06| -|cran|dotwhisker|1.269165026416658e-06| -|cran|DHARMa|1.269165026416658e-06| -|cran|RNeXML|1.269165026416658e-06| -|cran|phylobase|1.269165026416658e-06| -|cran|striprtf|1.269165026416658e-06| -|cran|streamR|1.269165026416658e-06| -|cran|readODS|1.269165026416658e-06| -|cran|[writexl](https://docs.ropensci.org/writexl)|1.2663161711385047e-06| -|cran|[FME](http://fme.r-forge.r-project.org/)|1.2600995619422528e-06| -|cran|[GA](https://luca-scr.github.io/GA/)|1.2473712835387981e-06| -|cran|[C50](https://topepo.github.io/C5.0/)|1.246374184191445e-06| -|cran|rlog|1.2425391867016232e-06| -|cran|loggit|1.2425391867016232e-06| -|cran|[butcher](https://butcher.tidymodels.org/)|1.2385023472386558e-06| -|cran|leaflet.extras2|1.2339104423495287e-06| -|cran|satellite|1.2339104423495287e-06| -|cran|leafpop|1.2339104423495287e-06| -|cran|base64|1.2339104423495287e-06| -|cran|learnr|1.2339104423495287e-06| -|cran|pheatmap|1.2109509179039007e-06| -|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1965192168237945e-06| -|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1965192168237945e-06| -|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.1965192168237856e-06| -|cran|[susieR](https://github.com/stephenslab/susieR)|1.186114701894882e-06| -|cran|repurrrsive|1.1845540246555477e-06| -|cran|rvg|1.1689677874890272e-06| -|cran|phosphoricons|1.1689677874890272e-06| -|cran|datamods|1.1689677874890272e-06| -|cran|[NMF](http://renozao.github.io/NMF)|1.1675923786148614e-06| -|cran|aws.ec2metadata|1.1537863876515072e-06| -|cran|ISLR|1.1463426045053686e-06| -|cran|ICSOutlier|1.1463426045053686e-06| -|cran|ICS|1.1463426045053686e-06| -|cran|bigutilsr|1.1463426045053686e-06| -|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.112324786807011e-06| -|cran|[proto](https://github.com/hadley/proto)|1.1082848500247602e-06| -|cran|tidyquant|1.1036217621014418e-06| -|cran|tibbletime|1.1036217621014418e-06| -|cran|sweep|1.1036217621014418e-06| -|cran|tensorflow|1.1019414110821994e-06| -|cran|[EMbC]()|1.0790039366000234e-06| -|cran|[geodist](https://github.com/hypertidy/geodist)|1.0768672951414273e-06| -|cran|googlePolylines|1.076867295141412e-06| -|cran|languageR|1.076867295141407e-06| -|cran|hypergeo|1.076867295141407e-06| -|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0469543147208127e-06| -|cran|automap|1.039082477768024e-06| -|cran|snpStats|1.0300469779613457e-06| -|cran|som|1.0023149439393094e-06| -|cran|qdapDictionaries|9.87128353879623e-07| -|cran|QuickJSR|9.87128353879623e-07| -|cran|swagger|9.762807895512755e-07| -|cran|nlshrink|9.762807895512753e-07| -|cran|NetworkComparisonTest|9.762807895512753e-07| -|cran|NetworkToolbox|9.762807895512753e-07| -|cran|glassoFast|9.762807895512753e-07| -|cran|[ghql](https://github.com/ropensci/ghql)|9.641183689407044e-07| -|cran|[isdparser](https://github.com/ropensci/isdparser)|9.29439034497048e-07| -|cran|geonames|9.29439034497048e-07| -|cran|[xslt](https://github.com/ropensci/xslt)|9.245830311820198e-07| -|cran|starsdata|9.120207617366082e-07| -|cran|ncdfgeom|9.120207617366082e-07| -|cran|cubelyr|9.120207617366082e-07| -|cran|vtreat|9.111954035811904e-07| -|cran|smotefamily|9.111954035811904e-07| -|cran|bestNormalize|9.111954035811904e-07| -|cran|mlr3learners|9.111954035811904e-07| -|cran|mlr3filters|9.111954035811904e-07| -|cran|bbotk|9.111954035811904e-07| -|cran|alr4|9.111954035811904e-07| -|cran|carData|9.111954035811904e-07| -|cran|compositions|9.088649805541285e-07| -|cran|[Momocs](https://github.com/MomX/Momocs/)|8.973894126178509e-07| -|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.97389412617846e-07| -|cran|leaflet.minicharts|8.973894126178409e-07| -|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.973894126178409e-07| -|cran|[metR](https://github.com/eliocamp/metR)|8.973894126178409e-07| -|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.973894126178409e-07| -|cran|[LiblineaR]()|8.973894126178399e-07| -|cran|qap|8.884155184916607e-07| -|cran|biomaRt|8.884155184916606e-07| -|cran|[tune](https://tune.tidymodels.org/)|8.801980445600267e-07| -|cran|dblog|8.497887568181101e-07| -|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.461100176111053e-07| -|cran|bcpa|8.226069615663524e-07| -|cran|amt|8.226069615663524e-07| -|cran|circular|8.226069615663524e-07| -|cran|genlasso|8.131949826010623e-07| -|cran|L0Learn|8.131949826010623e-07| -|cran|mixsqp|8.131949826010623e-07| -|cran|slider|7.897026831036982e-07| -|cran|[scattermore](https://github.com/exaexa/scattermore)|7.804760032274872e-07| -|cran|NetSwan|7.725352334710092e-07| -|cran|netrankr|7.725352334710092e-07| -|cran|fortunes|7.697643219724441e-07| -|cran|mail|7.691909251010049e-07| -|cran|bibtex|7.691909251010049e-07| -|cran|synchronicity|7.691909251010049e-07| -|cran|doMPI|7.691909251010049e-07| -|cran|rngtools|7.691909251010049e-07| -|cran|waveslim|7.658754469755695e-07| -|cran|[uwot](https://github.com/jlmelville/uwot)|7.555485195436585e-07| -|cran|minpack.lm|7.22950442867503e-07| -|cran|Rd2md|7.179115300942848e-07| -|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.179115300942747e-07| -|cran|[hash](http://www.johnhughes.org)|7.179115300942747e-07| -|cran|[leafletR](https://github.com/chgrl/leafletR)|7.179115300942747e-07| -|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.179115300942747e-07| -|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.179115300942747e-07| -|cran|[jfa](https://koenderks.github.io/jfa/)|7.179115300942747e-07| -|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.179115300942646e-07| -|cran|textshaping|7.150661490298732e-07| -|cran|[fda](http://www.functionaldata.org)|7.122138195379735e-07| -|cran|R.cache|7.107324147933285e-07| -|cran|tidymodels|6.967964850914987e-07| -|cran|psychotree|6.807781750893952e-07| -|cran|psychotools|6.807781750893952e-07| -|cran|coin|6.807781750893952e-07| -|cran|pmml|6.807781750893952e-07| -|cran|inum|6.807781750893952e-07| -|cran|libcoin|6.807781750893952e-07| -|cran|GPfit|6.807781750893952e-07| -|cran|rapportools|6.768880140888842e-07| -|cran|suncalc|6.730420594633793e-07| -|cran|manipulate|6.730420594633793e-07| -|cran|Gmedian|6.730420594633793e-07| -|cran|fasttime|6.730420594633793e-07| -|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.580855692530911e-07| -|cran|truncdist|6.532467047732798e-07| -|cran|rmutil|6.532467047732798e-07| -|cran|cramer|6.532467047732798e-07| -|cran|yesno|6.532467047732798e-07| -|cran|[kSamples](NA)|6.48114575779552e-07| -|cran|graphlayouts|6.34582513208329e-07| -|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.024432420371516e-07| -|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.982596084118973e-07| -|cran|[osqp](https://osqp.org)|5.982596084118973e-07| -|cran|[wdman](https://github.com/ropensci/wdman)|5.982596084118973e-07| -|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.982596084118973e-07| -|cran|[biblio](https://github.com/kamapu/biblio)|5.982596084118973e-07| -|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.982596084118973e-07| -|cran|[nplr](https://github.com/fredcommo/nplr)|5.982596084118973e-07| -|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.982596084118973e-07| -|cran|Ecume|5.982596084118973e-07| -|cran|[cpp11](https://cpp11.r-lib.org)|5.982596084118973e-07| -|cran|locatexec|5.69497127238244e-07| -|cran|doconv|5.69497127238244e-07| -|cran|equatags|5.69497127238244e-07| -|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.583756345177639e-07| -|cran|mixtools|5.56128650073027e-07| -|cran|enrichR|5.56128650073027e-07| -|cran|metap|5.56128650073027e-07| -|cran|monocle|5.56128650073027e-07| -|cran|Rfast2|5.56128650073027e-07| -|cran|rtracklayer|5.56128650073027e-07| -|cran|GenomeInfoDb|5.56128650073027e-07| -|cran|GenomicRanges|5.56128650073027e-07| -|cran|BiocGenerics|5.56128650073027e-07| -|cran|DESeq2|5.56128650073027e-07| -|cran|MAST|5.56128650073027e-07| -|cran|SingleCellExperiment|5.56128650073027e-07| -|cran|SummarizedExperiment|5.56128650073027e-07| -|cran|S4Vectors|5.56128650073027e-07| -|cran|rsvd|5.56128650073027e-07| -|cran|sctransform|5.56128650073027e-07| -|cran|leiden|5.56128650073027e-07| -|cran|ica|5.56128650073027e-07| -|cran|whitening|5.384336475707035e-07| -|cran|randtoolbox|5.384336475707035e-07| -|cran|mc2d|5.384336475707035e-07| -|cran|ggExtra|5.384336475707035e-07| -|cran|DiceDesign|5.384336475707035e-07| -|cran|condMVNorm|5.384336475707035e-07| -|cran|showtextdb|5.362996117724049e-07| -|cran|sysfonts|5.362996117724049e-07| -|cran|vars|5.288187610069408e-07| -|cran|systemfit|5.288187610069408e-07| -|cran|poLCA|5.288187610069408e-07| -|cran|orcutt|5.288187610069408e-07| -|cran|muhaz|5.288187610069408e-07| -|cran|modeltests|5.288187610069408e-07| -|cran|lsmeans|5.288187610069408e-07| -|cran|lmodel2|5.288187610069408e-07| -|cran|Kendall|5.288187610069408e-07| -|cran|joineRML|5.288187610069408e-07| -|cran|gmm|5.288187610069408e-07| -|cran|glmnetUtils|5.288187610069408e-07| -|cran|ergm|5.288187610069408e-07| -|cran|cmprsk|5.288187610069408e-07| -|cran|btergm|5.288187610069408e-07| -|cran|binGroup|5.288187610069408e-07| -|cran|AUC|5.288187610069408e-07| -|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.257432922407592e-07| -|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.257432922407541e-07| -|cran|diagram|5.235305733968715e-07| -|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.20485859318349e-07| -|cran|[msm](https://github.com/chjackson/msm)|5.127939500673419e-07| -|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.127939500673419e-07| -|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.127939500673419e-07| -|cran|[httr2](https://httr2.r-lib.org)|5.127939500673419e-07| -|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.127939500673419e-07| -|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.127939500673419e-07| -|cran|RISmed|5.127939500673419e-07| -|cran|[itsadug](NA)|5.127939500673419e-07| -|cran|sde|5.127939500673419e-07| -|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.127939500673419e-07| -|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.82391146703659e-07| -|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.807443281881312e-07| -|cran|[contentid](https://github.com/cboettig/contentid)|4.786076867295098e-07| -|cran|thematic|4.580892517222625e-07| -|cran|Rlabkey|4.4869470630892043e-07| -|cran|[fishtree](https://fishtreeoflife.org/)|4.4869470630892043e-07| -|cran|ggvenn|4.4869470630892043e-07| -|cran|COUNT|4.4869470630892043e-07| -|cran|QSARdata|4.3872371283538796e-07| -|cran|dimRed|4.3872371283538796e-07| -|cran|ddalpha|4.3872371283538796e-07| -|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.3587485755723967e-07| -|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.1327144002137464e-07| -|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.1057031949835866e-07| -|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.0246555474981617e-07| -|cran|[babette](https://docs.ropensci.org/babette/)|3.9883973894126313e-07| -|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.9883973894126313e-07| -|cran|treeman|3.9883973894126313e-07| -|cran|[treemapify](https://wilkox.org/treemapify/)|3.9883973894126313e-07| -|cran|[restez](https://github.com/ropensci/restez#readme)|3.9883973894126313e-07| -|cran|[spocc](https://github.com/ropensci/spocc)|3.9883973894126313e-07| -|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.9883973894126313e-07| -|cran|[memuse](https://github.com/shinra-dev/memuse)|3.9883973894126313e-07| -|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.9883973894126313e-07| -|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.9883973894126313e-07| -|cran|[minerva](https://www.r-project.org)|3.9883973894126313e-07| -|cran|mcclust|3.9883973894126313e-07| -|cran|[rdist](https://github.com/blasern/rdist)|3.9883973894126313e-07| -|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.9883973894126313e-07| -|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.9883973894126313e-07| -|cran|[corrr](https://github.com/tidymodels/corrr)|3.9883973894126313e-07| -|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.9883973894126313e-07| -|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.9883973894126313e-07| -|cran|shinycustomloader|3.8041507708799666e-07| -|cran|scatterpie|3.589557650471424e-07| -|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.5895576504713735e-07| -|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.5895576504713735e-07| -|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.5895576504713735e-07| -|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.5895576504713735e-07| -|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.5895576504713735e-07| -|cran|pmsampsize|3.5895576504713735e-07| -|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.5895576504713735e-07| -|cran|[scrapeR](http://www.ryanacton.com)|3.5895576504713735e-07| -|cran|ggm|3.5895576504713735e-07| -|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.5895576504713735e-07| -|cran|[jmvcore](https://www.jamovi.org)|3.5895576504713735e-07| -|cran|[liger](https://github.com/JEFworks/liger)|3.5895576504713735e-07| -|cran|[drat](https://github.com/eddelbuettel/drat)|3.5895576504713735e-07| -|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.589557650471323e-07| -|cran|[cowsay](https://github.com/sckott/cowsay)|3.589557650471323e-07| -|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.263234227701276e-07| -|cran|pbs|3.2632342277012257e-07| -|cran|[sofa](https://github.com/ropensci/sofa)|3.2632342277012257e-07| -|cran|[elastic](https://docs.ropensci.org/elastic)|3.2632342277012257e-07| -|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2632342277012257e-07| -|cran|[genie](http://genieclust.gagolewski.com/)|3.2632342277012257e-07| -|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2632342277012257e-07| -|cran|lspline|3.2632342277012257e-07| -|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2632342277012257e-07| -|cran|[irr](https://www.r-project.org)|3.2632342277012257e-07| -|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2632342277012257e-07| -|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2632342277012257e-07| -|cran|[strex](https://rorynolan.github.io/strex/)|2.9912980420594863e-07| -|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.9912980420594863e-07| -|cran|[signs](https://benjaminwolfe.github.io/signs)|2.9912980420594863e-07| -|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.9912980420594863e-07| -|cran|rje|2.9912980420594863e-07| -|cran|[usefun](https://github.com/bblodfon/usefun)|2.9912980420594863e-07| -|cran|rCAT|2.9912980420594863e-07| -|cran|[repr](https://github.com/IRkernel/repr/)|2.7611981926703417e-07| -|cran|[odin](https://github.com/mrc-ide/odin)|2.7611981926703417e-07| -|cran|R2jags|2.761198192670291e-07| -|cran|[bib2df](https://github.com/ropensci/bib2df)|2.761198192670291e-07| -|cran|[plumber](https://www.rplumber.io)|2.761198192670291e-07| -|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.761198192670291e-07| -|cran|[likert](http://jason.bryer.org/likert)|2.761198192670291e-07| -|cran|[pwr](https://github.com/heliosdrm/pwr)|2.761198192670291e-07| -|cran|[waiter](https://waiter.john-coene.com/)|2.761198192670291e-07| -|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5639697503367097e-07| -|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5639697503367097e-07| -|cran|[anomalize](https://github.com/business-science/anomalize)|2.5639697503367097e-07| -|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5639697503367097e-07| -|cran|[depmixS4](https://depmix.github.io/)|2.5639697503367097e-07| -|cran|GeoLight|2.5639697503367097e-07| -|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5639697503367097e-07| -|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5639697503367097e-07| -|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5639697503367097e-07| -|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5639697503367097e-07| -|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5639697503367097e-07| -|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5639697503367097e-07| -|cran|sphereplot|2.5639697503367097e-07| -|cran|[COVID19](https://covid19datahub.io)|2.393038433647549e-07| -|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.393038433647549e-07| -|cran|[iotools](http://www.rforge.net/iotools)|2.393038433647549e-07| -|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.393038433647549e-07| -|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.393038433647549e-07| -|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.2434735315446273e-07| -|cran|[rplos](https://docs.ropensci.org/rplos)|2.2434735315446022e-07| -|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2434735315446022e-07| -|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2434735315446022e-07| -|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2434735315446022e-07| -|cran|ggnewscale|2.2434735315446022e-07| -|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2434735315446022e-07| -|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2434735315446022e-07| -|cran|[stabs](https://github.com/hofnerb/stabs)|2.2434735315446022e-07| -|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2434735315446022e-07| -|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2434735315446022e-07| -|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2434735315446022e-07| -|cran|[sortable](https://rstudio.github.io/sortable/)|2.2434735315446022e-07| -|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2434735315446022e-07| -|cran|[lunar](http://statistics.lazaridis.eu)|2.2434735315446022e-07| -|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2434735315446022e-07| -|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2434735315446022e-07| -|cran|randomcoloR|2.2434735315446022e-07| -|cran|[greta](https://greta-stats.org)|2.2434735315446022e-07| -|cran|shinyMatrix|2.2434735315446022e-07| -|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2434735315446022e-07| -|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2434735315446022e-07| -|cran|[UNF](https://github.com/leeper/UNF)|2.2434735315446022e-07| -|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1115045002772712e-07| -|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1115045002772712e-07| -|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.111504500277246e-07| -|cran|[wpp2015](http://esa.un.org/wpp)|2.090389455274492e-07| -|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9941986947063157e-07| -|cran|[ascii](https://github.com/mclements/ascii)|1.9941986947063157e-07| -|cran|smoother|1.9941986947063157e-07| -|cran|[ptw](https://github.com/rwehrens/ptw)|1.9941986947063157e-07| -|cran|cvTools|1.9941986947063157e-07| -|cran|[FedData](https://github.com/ropensci/FedData)|1.9941986947063157e-07| -|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9941986947063157e-07| -|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9941986947063157e-07| -|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9941986947063157e-07| -|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9941986947063157e-07| -|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9941986947063157e-07| -|cran|[longitudinalData](http:www.r-project.org)|1.9742567077592578e-07| -|cran|[nabor](https://github.com/jefferis/nabor)|1.889240868669144e-07| -|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.889240868669144e-07| -|cran|[turner](http://www.gastonsanchez.com)|1.889240868669144e-07| -|cran|[blocksdesign]()|1.889240868669144e-07| -|cran|shinyhelper|1.889240868669144e-07| -|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.889240868669144e-07| -|cran|[sensitivity](NA)|1.7947788252356868e-07| -|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7947788252356868e-07| -|cran|[symengine](https://github.com/symengine/symengine.R)|1.7947788252356868e-07| -|cran|[dqrng](https://daqana.github.io/dqrng/)|1.7947788252356616e-07| -|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.7093131668911315e-07| -|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.7093131668911315e-07| -|cran|[desplot](https://kwstat.github.io/desplot/)|1.7093131668911315e-07| -|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.7093131668911315e-07| -|cran|PairedData|1.7093131668911315e-07| -|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.7093131668911315e-07| -|cran|harmonicmeanp|1.6316171138506128e-07| -|cran|NBPSeq|1.6316171138506128e-07| -|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6316171138506128e-07| -|cran|[ggtern](http://www.ggtern.com)|1.5606772393353644e-07| -|cran|[dams](https://github.com/jsta/dams)|1.5606772393353644e-07| -|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5606772393353644e-07| -|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5606772393353644e-07| -|cran|[coro](https://github.com/r-lib/coro)|1.5450704669420213e-07| -|cran|[ucminf](NA)|1.4806925308194434e-07| -|cran|[audio](http://www.rforge.net/audio/)|1.2691650264166514e-07| -|cran|[enviPick](NA)|7.179115300942722e-08| -|cran|[OAIHarvester](NA)|2.9613850616388617e-08| -|cran|[uroot](https://jalobe.com)|2.2072435242028968e-08| +|cran|R|0.014333174663758925| +|cran|[jsonlite](https://arxiv.org/abs/1403.2805)|0.00983084820634088| +|cran|[testthat](https://testthat.r-lib.org)|0.009740931805273585| +|cran|[httr](https://httr.r-lib.org/)|0.007138370438541421| +|cran|[knitr](https://yihui.org/knitr/)|0.006897272557667082| +|cran|[rmarkdown](https://github.com/rstudio/rmarkdown)|0.00647889667032674| +|cran|utils|0.00612446743789032| +|cran|methods|0.005807672704749032| +|cran|[covr](https://covr.r-lib.org)|0.005167350755215458| +|cran|[tidyr](https://tidyr.tidyverse.org)|0.0035282598845927126| +|cran|[magrittr](https://magrittr.tidyverse.org)|0.0026141325007531958| +|cran|[rlang](https://rlang.r-lib.org)|0.002534225981962583| +|cran|stats|0.002495767127570211| +|cran|[withr](https://withr.r-lib.org)|0.0020408481530307643| +|cran|[tibble](https://tibble.tidyverse.org/)|0.0019697704516398527| +|cran|[yaml](https://github.com/vubiostat/r-yaml/)|0.0018510290183196144| +|cran|[Rcpp](http://www.rcpp.org)|0.0017400485193705807| +|cran|tools|0.0016584836361852313| +|cran|grDevices|0.001509364876589655| +|cran|[curl](https://github.com/jeroen/curl)|0.001503984504565513| +|cran|graphics|0.0014599456917861685| +|cran|[ggplot2](https://ggplot2.tidyverse.org)|0.0014507464912790115| +|cran|[vctrs](https://vctrs.r-lib.org/)|0.001411934203540092| +|cran|[R6](https://r6.r-lib.org)|0.0013918842343181009| +|cran|[crayon](https://github.com/r-lib/crayon#readme)|0.0013156915473533173| +|cran|[dplyr](https://dplyr.tidyverse.org)|0.0012735271132171633| +|cran|[pryr](https://github.com/hadley/pryr)|0.0012613270697702603| +|cran|[glue](https://github.com/tidyverse/glue)|0.0011838012790149832| +|cran|[spelling](https://github.com/ropensci/spelling#readme)|0.0010687721286023889| +|cran|[htmltools](https://github.com/rstudio/htmltools)|0.0009586675273968964| +|cran|[tinytest](https://github.com/markvanderloo/tinytest)|0.0009490529592977622| +|cran|[digest](https://github.com/eddelbuettel/digest)|0.0009315507916502005| +|cran|[roxygen2](https://roxygen2.r-lib.org/)|0.0009016254380772747| +|cran|[MASS](http://www.stats.ox.ac.uk/pub/MASS4/)|0.0008708402271897133| +|cran|[lattice](http://lattice.r-forge.r-project.org/)|0.0008368126477358013| +|cran|[rstudioapi](https://github.com/rstudio/rstudioapi)|0.0007595696535791982| +|cran|[rbenchmark](http://rbenchmark.googlecode.com)|0.0007517039097194589| +|cran|[stringi](https://stringi.gagolewski.com/)|0.0007441734762507352| +|cran|[shiny](https://shiny.rstudio.com/)|0.0007349636958567403| +|cran|[xml2](https://xml2.r-lib.org/)|0.0007344377453141849| +|cran|[mockery](https://github.com/r-lib/mockery)|0.0007329052646927181| +|cran|[purrr](http://purrr.tidyverse.org)|0.0007213512063220294| +|cran|[cli](https://cli.r-lib.org)|0.0007213234930989399| +|cran|[bit64](https://github.com/truecluster/bit64)|0.0007209525223589252| +|cran|[pillar](https://pillar.r-lib.org/)|0.0007178924697387856| +|cran|[lifecycle](https://lifecycle.r-lib.org/)|0.0006778210803394413| +|cran|[tidyselect](https://tidyselect.r-lib.org)|0.0006542490039248323| +|cran|grid|0.0006489572194765736| +|cran|[callr](https://callr.r-lib.org)|0.0006454771750737172| +|cran|[zoo](http://zoo.R-Forge.R-project.org/)|0.0005857051226155637| +|cran|[DBI](https://dbi.r-dbi.org)|0.000585677421319171| +|cran|[sp](https://github.com/edzer/sp/)|0.0005809495995010152| +|cran|parallel|0.0005658423885727411| +|cran|[pracma](NA)|0.0005545958509311486| +|cran|[RSQLite](https://rsqlite.r-dbi.org)|0.0005502022037852867| +|cran|[stringr](http://stringr.tidyverse.org)|0.0005475458739549828| +|cran|[htmlwidgets](https://github.com/ramnathv/htmlwidgets)|0.0005377282177523938| +|cran|[hms](https://hms.tidyverse.org/)|0.000532737830145386| +|cran|[scales](https://scales.r-lib.org)|0.000511497916142029| +|cran|[processx](https://processx.r-lib.org)|0.0005110938432230355| +|cran|[markdown](https://github.com/rstudio/markdown)|0.0005090906913211434| +|cran|[bitops](https://github.com/mmaechler/R-bitops)|0.00047198966037961625| +|cran|[R.utils](https://github.com/HenrikBengtsson/R.utils)|0.0004542222798313434| +|cran|[microbenchmark](https://github.com/joshuaulrich/microbenchmark/)|0.0004374608033358479| +|cran|RColorBrewer|0.0004208495589279406| +|cran|[Matrix](http://Matrix.R-forge.R-project.org/)|0.00041705482363166627| +|cran|[nycflights13](https://github.com/hadley/nycflights13)|0.00041703932329133307| +|cran|[broom](https://broom.tidymodels.org/)|0.0004123345065764771| +|cran|[sf](https://r-spatial.github.io/sf/)|0.000385446913931226| +|cran|[maptools](http://maptools.r-forge.r-project.org/)|0.0003797178180830313| +|cran|[xts](https://github.com/joshuaulrich/xts)|0.00037360207053214876| +|cran|[ellipsis](https://ellipsis.r-lib.org)|0.0003711770391140292| +|cran|bench|0.0003629410075203175| +|cran|[plyr](http://had.co.nz/plyr)|0.0003618614221934071| +|cran|[nanotime](https://github.com/eddelbuettel/nanotime)|0.0003599308715186325| +|cran|[bit](https://github.com/truecluster/bit)|0.0003586424487086111| +|cran|[rgl](https://github.com/dmurdoch/rgl)|0.000357862781783474| +|cran|[fs](https://fs.r-lib.org)|0.000350611344159839| +|cran|[mime](https://github.com/yihui/mime)|0.0003499161335438476| +|cran|[generics](https://generics.r-lib.org)|0.0003437234405517506| +|cran|[rgeos](https://r-forge.r-project.org/projects/rgeos/)|0.00033603944500535575| +|cran|evaluate|0.00032837235623201395| +|cran|tcltk|0.00031562585843949537| +|cran|[webmockr](https://github.com/ropensci/webmockr)|0.00031343976224740803| +|cran|[unix](https://github.com/jeroen/unix)|0.0003119752849350152| +|cran|[pkgload](https://github.com/r-lib/pkgload)|0.00030643307400897673| +|cran|[maps](NA)|0.00030599520858182866| +|cran|[mvtnorm](http://mvtnorm.R-forge.R-project.org)|0.0003031630191355377| +|cran|[usethis](https://usethis.r-lib.org)|0.0003006623203093263| +|cran|[httpcode](https://github.com/sckott/httpcode)|0.0002900121398426978| +|cran|[nlme](https://svn.r-project.org/R-packages/trunk/nlme/)|0.00028652343045679256| +|cran|[pkgKitten](https://github.com/eddelbuettel/pkgkitten)|0.0002838828888997435| +|cran|[data.table](https://r-datatable.com)|0.00028388006667306347| +|cran|[igraph](https://igraph.org)|0.00028051955744586086| +|cran|[ncdf4](http://cirrus.ucsd.edu/~pierce/ncdf/)|0.00027797389547162203| +|cran|[blob](https://blob.tidyverse.org)|0.0002767856593427562| +|cran|[inline](https://github.com/eddelbuettel/inline)|0.0002742638541925851| +|cran|[lubridate](https://lubridate.tidyverse.org)|0.000272162179596247| +|cran|pkgconfig|0.00027081174240297897| +|cran|[rprojroot](https://rprojroot.r-lib.org/)|0.00026353740302217764| +|cran|[httpuv](https://github.com/rstudio/httpuv)|0.00026047345825963884| +|cran|[dbplyr](https://dbplyr.tidyverse.org/)|0.0002588723943793551| +|cran|[fauxpas](https://docs.ropensci.org/fauxpas)|0.00025439953609847447| +|cran|[gtable](https://gtable.r-lib.org)|0.00025427015970761954| +|cran|[urltools](https://github.com/Ironholds/urltools/)|0.0002538569841253132| +|cran|[png](http://www.rforge.net/png/)|0.00024380907979586327| +|cran|RPostgreSQL|0.0002437886568797663| +|cran|[numDeriv](http://optimizer.r-forge.r-project.org/)|0.0002430044244624378| +|cran|[survival](https://github.com/therneau/survival)|0.00024153779862268144| +|cran|[simplermarkdown](https://github.com/djvanderlaan/simplermarkdown)|0.00023992145600484785| +|cran|[brio](https://brio.r-lib.org)|0.00023592088810571275| +|cran|[waldo](https://github.com/r-lib/waldo)|0.0002330560092386346| +|cran|[ragg](https://ragg.r-lib.org)|0.0002329956422864963| +|cran|[XML](http://www.omegahat.net/RSXML/)|0.00023225677505333338| +|cran|[rcrossref](https://github.com/ropensci/rcrossref)|0.00023115509761388286| +|cran|[foreach](https://github.com/RevolutionAnalytics/foreach)|0.00022874917851810526| +|cran|[vdiffr](https://vdiffr.r-lib.org/)|0.00021834005889126014| +|cran|[mgcv](NA)|0.00021696962667927349| +|cran|[xfun](https://github.com/yihui/xfun)|0.00021637943067299978| +|cran|[rgdal](http://rgdal.r-forge.r-project.org)|0.00021532742813852108| +|cran|[pkgbuild](https://github.com/r-lib/pkgbuild)|0.00021480549405381916| +|cran|[mockr](https://krlmlr.github.io/mockr/)|0.00020697239294234878| +|cran|Lahman|0.00020636879638381356| +|cran|[RCurl](http://www.omegahat.net/RCurl)|0.00020579740062558357| +|cran|lobstr|0.0001991002009856418| +|cran|munsell|0.00019872371696037455| +|cran|RMySQL|0.00019585053669476276| +|cran|[hexbin](https://github.com/edzer/hexbin)|0.0001916217431969927| +|cran|[winch](https://r-prof.github.io/winch/)|0.00019149030633583988| +|cran|[DiagrammeR](https://github.com/rich-iannone/DiagrammeR)|0.00019117878291634213| +|cran|[abind](NA)|0.0001881229098866569| +|cran|[rpart](https://github.com/bethatkinson/rpart)|0.00018286656795295006| +|cran|[doParallel](https://github.com/RevolutionAnalytics/doparallel)|0.0001821292013603518| +|cran|datasets|0.0001820149038472563| +|cran|iterators|0.00018065113608171126| +|cran|mapproj|0.000178841211188085| +|cran|formattable|0.0001766099314676735| +|cran|[devtools](https://devtools.r-lib.org/)|0.00017585079046776277| +|cran|[bslib](https://rstudio.github.io/bslib/)|0.00017293859436858146| +|cran|[webutils](https://github.com/jeroen/webutils)|0.00017197403008495414| +|cran|graph|0.00017101111935140522| +|cran|fansi|0.00016650589043156903| +|cran|[crul](https://docs.ropensci.org/crul/)|0.00016611250793643678| +|cran|[rstan](https://mc-stan.org/rstan)|0.00016491362877981303| +|cran|[ape](http://ape-package.ird.fr/)|0.00016488287231674085| +|cran|[rappdirs](https://rappdirs.r-lib.org)|0.00016321107115809398| +|cran|chron|0.00016126837993480066| +|cran|[readr](https://readr.tidyverse.org)|0.0001606300198242554| +|cran|[ps](https://github.com/r-lib/ps#readme)|0.00015733923452698363| +|cran|[raster](https://rspatial.org/raster)|0.0001546134034991216| +|cran|[vroom](https://vroom.r-lib.org)|0.0001477022468738278| +|cran|[Hmisc](https://hbiostat.org/R/Hmisc/)|0.00014657866739021651| +|cran|itertools|0.000142573929885073| +|cran|[forcats](https://forcats.tidyverse.org)|0.0001424677043209259| +|cran|timeDate|0.00014003502107510018| +|cran|[whoami](https://github.com/r-lib/whoami#readme)|0.00013978830549079446| +|cran|[SnowballC](https://r-forge.r-project.org/projects/r-temis/)|0.00013814444828490378| +|cran|[patchwork](https://patchwork.data-imaginist.com)|0.00013746096759504716| +|cran|tis|0.00013586561484236283| +|cran|[rJava](http://www.rforge.net/rJava/)|0.00013430085508107914| +|cran|[sys](https://github.com/jeroen/sys)|0.00013414675935971757| +|cran|[SparseM](http://www.econ.uiuc.edu/~roger/research/sparse/sparse.html)|0.00013282082733626644| +|cran|[gridExtra](https://github.com/baptiste/gridextra)|0.00013232767393708567| +|cran|svglite|0.0001313324779221722| +|cran|[clipr](https://github.com/mdlincoln/clipr)|0.00013070786353462503| +|cran|ggplot2movies|0.00012931606420455284| +|cran|[sass](https://github.com/rstudio/sass)|0.00012734526259476265| +|cran|[desc](https://github.com/r-lib/desc#readme)|0.000126817124692932| +|cran|quantreg|0.00012671605667884407| +|cran|[expm](http://R-Forge.R-project.org/projects/expm/)|0.00012617811085824385| +|cran|[terra](https://rspatial.org/terra/)|0.00012498533983134314| +|cran|interp|0.00012417959706346652| +|cran|multcomp|0.0001240711667566096| +|cran|profvis|0.00012339551105921667| +|cran|assertthat|0.00012318065137309259| +|cran|RUnit|0.0001226413449776619| +|cran|[codetools](https://gitlab.com/luke-tierney/codetools)|0.00012174398055911066| +|cran|isoband|0.00012123768109092031| +|cran|[lme4](https://github.com/lme4/lme4/)|0.00012104381533545381| +|cran|[lwgeom](https://github.com/r-spatial/lwgeom/)|0.00012076522966016297| +|cran|[isotree](https://github.com/david-cortes/isotree)|0.0001193058568329718| +|cran|stats4|0.00011441716077446686| +|cran|[DT](https://github.com/rstudio/DT)|0.00011431179821535118| +|cran|[tzdb](https://github.com/r-lib/tzdb)|0.00011401011329769908| +|cran|[magick](https://docs.ropensci.org/magick/)|0.0001136472478328052| +|cran|[future](https://future.futureverse.org)|0.00011004499506761291| +|cran|[gstat](https://github.com/r-spatial/gstat/)|0.0001079457298748426| +|cran|[nnet](http://www.stats.ox.ac.uk/pub/MASS4/)|0.00010676102822290827| +|cran|cachem|0.00010349898167965502| +|cran|[askpass](https://github.com/jeroen/askpass#readme)|0.00010141518697666317| +|cran|[deldir](https://www.stat.auckland.ac.nz/~rolf/)|0.00010092483574144054| +|cran|[promises](https://rstudio.github.io/promises)|0.00010075397658456661| +|cran|[reshape2](https://github.com/hadley/reshape)|0.00010064458667533165| +|cran|[prettyunits](https://github.com/gaborcsardi/prettyunits)|9.919335623022335e-05| +|cran|[viridisLite](https://github.com/sjmgarnier/viridisLite)|9.91573931469579e-05| +|cran|[base64enc](http://www.rforge.net/base64enc)|9.600924691138161e-05| +|cran|sfsmisc|9.220735542931572e-05| +|cran|[Cairo](http://www.rforge.net/Cairo/)|9.190451055049064e-05| +|cran|tinytex|9.131920217228869e-05| +|cran|[tidyverse](http://tidyverse.tidyverse.org)|9.062218812628776e-05| +|cran|[sfheaders](https://dcooley.github.io/sfheaders/)|8.969976459587145e-05| +|cran|[insight](https://easystats.github.io/insight/)|8.968081245222715e-05| +|cran|[Rdpack](https://geobosh.github.io/Rdpack/)|8.939744746428378e-05| +|cran|[parameters](https://easystats.github.io/parameters/)|8.850129892956998e-05| +|cran|dichromat|8.843730931278016e-05| +|cran|[R.methodsS3](https://github.com/HenrikBengtsson/R.methodsS3)|8.78689062588895e-05| +|cran|jquerylib|8.72509851043479e-05| +|cran|[downlit](https://downlit.r-lib.org/)|8.717521451925908e-05| +|cran|[lintr](https://github.com/jimhester/lintr)|8.405224953042006e-05| +|cran|[fastmatch](http://www.rforge.net/fastmatch)|8.331736767293126e-05| +|cran|[R.oo](https://github.com/HenrikBengtsson/R.oo)|8.1402167279187e-05| +|cran|[fields](https://github.com/dnychka/fieldsRPackage)|8.104184920949222e-05| +|cran|[openssl](https://github.com/jeroen/openssl)|8.048903763691115e-05| +|cran|labeling|7.975743583608206e-05| +|cran|[testit](https://github.com/yihui/testit)|7.95883849133935e-05| +|cran|igraphdata|7.943380296540616e-05| +|cran|[backports](https://github.com/r-lib/backports)|7.942755565233374e-05| +|cran|[dygraphs](https://github.com/rstudio/dygraphs)|7.942224807838054e-05| +|cran|[uuid](http://www.rforge.net/uuid)|7.88449756463702e-05| +|cran|[outsider.base](https://docs.ropensci.org/outsider.base)|7.864353650687708e-05| +|cran|[googleCloudStorageR](https://code.markedmondson.me/googleCloudStorageR/)|7.797992827359118e-05| +|cran|[googleAuthR](https://code.markedmondson.me/googleAuthR/)|7.638768111423127e-05| +|cran|[spatstat.linnet](http://spatstat.org/)|7.638749623140648e-05| +|cran|KernSmooth|7.591395443284892e-05| +|cran|[units](https://github.com/r-quantities/units/)|7.58748614468855e-05| +|cran|[spdep](https://github.com/r-spatial/spdep/)|7.584032882474764e-05| +|cran|MatrixModels|7.560752527032068e-05| +|cran|[readxl](https://readxl.tidyverse.org)|7.543948785558959e-05| +|cran|splines|7.531058834555218e-05| +|cran|[spatstat](http://spatstat.org/)|7.500123566049891e-05| +|cran|[aws.s3](https://github.com/cloudyr/aws.s3)|7.475481081803653e-05| +|cran|triebeard|7.448935737527114e-05| +|cran|[memoise](https://github.com/r-lib/memoise)|7.418904485906043e-05| +|cran|[DBItest](https://dbitest.r-dbi.org)|7.403730054928695e-05| +|cran|[ggrepel](http://github.com/slowkow/ggrepel)|7.346871540621415e-05| +|cran|[spatstat.geom](http://spatstat.org/)|7.344410065746467e-05| +|cran|rasterVis|7.248784720369984e-05| +|cran|[rjson](https://github.com/alexcb/rjson)|7.225739471347525e-05| +|cran|tuneR|7.158351409978308e-05| +|cran|[mapiso](https://github.com/riatelab/mapiso)|7.158351409978308e-05| +|cran|[spatstat.utils](http://spatstat.org/)|7.151534330299e-05| +|cran|[pdftools](https://docs.ropensci.org/pdftools/)|7.114396882759032e-05| +|cran|[cellranger](https://github.com/rsheets/cellranger)|7.019816476964772e-05| +|cran|[praise](https://github.com/gaborcsardi/praise)|7.014356091983347e-05| +|cran|[xtable](http://xtable.r-forge.r-project.org/)|6.968875797385886e-05| +|cran|diffviewer|6.952387839582396e-05| +|cran|rprintf|6.940998424216733e-05| +|cran|[mapview](https://github.com/r-spatial/mapview)|6.879174805697555e-05| +|cran|[future.apply](https://future.apply.futureverse.org)|6.832514945410433e-05| +|cran|[reticulate](https://rstudio.github.io/reticulate/)|6.809056149729815e-05| +|cran|[prettydoc](https://github.com/yixuan/prettydoc)|6.63676511111273e-05| +|cran|[shinyjs](https://deanattali.com/shinyjs/)|6.61236609633271e-05| +|cran|[cluster](https://svn.r-project.org/R-packages/trunk/cluster/)|6.599558104100328e-05| +|cran|[randomForest](https://www.stat.berkeley.edu/~breiman/RandomForests/)|6.51799952339744e-05| +|cran|[RPostgres](https://rpostgres.r-dbi.org)|6.457823901411379e-05| +|cran|boot|6.444863431643784e-05| +|cran|asciicast|6.403432244714841e-05| +|cran|[performance](https://easystats.github.io/performance/)|6.37171738813109e-05| +|cran|[commonmark](https://docs.ropensci.org/commonmark/)|6.352441451007603e-05| +|cran|[qs](https://github.com/traversc/qs)|6.325008355746344e-05| +|cran|[gh](https://gh.r-lib.org/)|6.305468421021885e-05| +|cran|[viridis](https://sjmgarnier.github.io/viridis/)|6.299813095322272e-05| +|cran|later|6.249280464116469e-05| +|cran|[jpeg](http://www.rforge.net/jpeg/)|6.212550289206181e-05| +|cran|[spatstat.random](http://spatstat.org/)|6.21113955268251e-05| +|cran|[showtext](https://github.com/yixuan/showtext)|6.150605484505661e-05| +|cran|[webp](https://github.com/jeroen/webp#readme)|6.0960450956757585e-05| +|cran|[V8](https://github.com/jeroen/v8)|6.087411581627842e-05| +|cran|[exactextractr](https://isciences.gitlab.io/exactextractr/)|6.084782882205003e-05| +|cran|[cowplot](https://wilkelab.org/cowplot/)|6.082210800614203e-05| +|cran|[rvest](http://rvest.tidyverse.org/)|6.018031999758167e-05| +|cran|[taxa](https://docs.ropensci.org/taxa/)|5.96529284164859e-05| +|cran|[vegdata](http://germansl.infinitenature.org)|5.96529284164859e-05| +|cran|[crosstalk](https://rstudio.github.io/crosstalk/)|5.953229108167516e-05| +|cran|js|5.905639913232104e-05| +|cran|[R.rsp](https://github.com/HenrikBengtsson/R.rsp)|5.854618088771477e-05| +|cran|rsconnect|5.8413164844097355e-05| +|cran|[phangorn](https://github.com/KlausVigo/phangorn)|5.6939005549925934e-05| +|cran|[getPass](https://github.com/wrathematics/getPass)|5.6258082502895e-05| +|cran|[whisker](http://github.com/edwindj/whisker)|5.588718421835927e-05| +|cran|[tesseract](https://docs.ropensci.org/tesseract/)|5.580170079725778e-05| +|cran|[gifski](https://gif.ski/)|5.490994163406365e-05| +|cran|[listenv](https://github.com/HenrikBengtsson/listenv)|5.488861159139378e-05| +|cran|[nleqslv](NA)|5.4796651101161534e-05| +|cran|[katex](https://docs.ropensci.org/katex/)|5.464393017070624e-05| +|cran|egg|5.267232235485913e-05| +|cran|[s2](https://r-spatial.github.io/s2/)|5.261450099467973e-05| +|cran|[lavaan](https://lavaan.ugent.be)|5.2517897079820556e-05| +|cran|[WikidataR](https://github.com/TS404/WikidataR/issues)|5.2493921479821694e-05| +|cran|tufte|5.238071288718811e-05| +|cran|fastmap|5.223257666937929e-05| +|cran|selectr|5.2103825261123984e-05| +|cran|[progress](https://github.com/r-lib/progress#readme)|5.1647711315967474e-05| +|cran|pbkrtest|5.108965838715565e-05| +|cran|[formatR](https://github.com/yihui/formatR)|5.108186287050569e-05| +|cran|[car](https://r-forge.r-project.org/projects/car/)|5.0782501376313e-05| +|cran|webshot|5.057304714237407e-05| +|cran|styler|5.034961167639476e-05| +|cran|coda|5.028683962057268e-05| +|cran|combinat|5.0266855067972675e-05| +|cran|e1071|4.9598737706639626e-05| +|cran|WRS2|4.9124156621897945e-05| +|cran|flashClust|4.884444571298093e-05| +|cran|[odbc](https://github.com/r-dbi/odbc)|4.8733492563890116e-05| +|cran|[sodium](https://github.com/jeroen/sodium#readme)|4.8265933183233743e-05| +|cran|[stars](https://r-spatial.github.io/stars/)|4.823972995675234e-05| +|cran|[colorspace](https://colorspace.R-Forge.R-project.org/)|4.787612585441505e-05| +|cran|[globals](https://github.com/HenrikBengtsson/globals)|4.772681866631452e-05| +|cran|[lazyeval](NA)|4.717171177550913e-05| +|cran|[party](http://party.R-forge.R-project.org)|4.697905091329594e-05| +|cran|[caret](https://github.com/topepo/caret/)|4.664600342264388e-05| +|cran|[jose](https://datatracker.ietf.org/wg/jose/documents/)|4.5726026035922776e-05| +|cran|[gtools](https://github.com/r-gregmisc/gtools)|4.5304583608412714e-05| +|cran|[rstanarm](https://mc-stan.org/rstanarm/)|4.50281957633307e-05| +|cran|gee|4.4948287841356806e-05| +|cran|[dqrng](https://daqana.github.io/dqrng/)|4.491865509761388e-05| +|cran|[gplots](https://github.com/talgalili/gplots)|4.412792770327505e-05| +|cran|[visNetwork](http://datastorm-open.github.io/visNetwork/)|4.358002950630852e-05| +|cran|statnet.common|4.302558767541724e-05| +|cran|[hunspell](https://github.com/ropensci/hunspell#readme)|4.2810516660733515e-05| +|cran|[taxize](https://docs.ropensci.org/taxize/)|4.207377853527529e-05| +|cran|[targets](https://docs.ropensci.org/targets/)|4.2055866304321433e-05| +|cran|shape|4.197113019866007e-05| +|cran|[classInt](https://r-spatial.github.io/classInt/)|4.176589126891467e-05| +|cran|[plotly](https://plotly-r.com)|4.092964379221753e-05| +|cran|[qpdf](https://github.com/ropensci/qpdf)|4.08605397405166e-05| +|cran|[RMariaDB](https://rmariadb.r-dbi.org)|4.076097225672429e-05| +|cran|[ggpubr](https://rpkgs.datanovia.com/ggpubr/)|4.042299655692652e-05| +|cran|[rbibutils](https://geobosh.github.io/rbibutils/)|3.9846461645729535e-05| +|cran|txtplot|3.976861894432393e-05| +|cran|[LaF](https://github.com/djvanderlaan/LaF)|3.976861894432393e-05| +|cran|[leaflet](https://rstudio.github.io/leaflet/)|3.953772067768681e-05| +|cran|codemetar|3.937093275488069e-05| +|cran|[tmap](https://github.com/mtennekes/tmap)|3.926803604599931e-05| +|cran|see|3.916969531556771e-05| +|cran|[effectsize](https://easystats.github.io/effectsize/)|3.9093046573120794e-05| +|cran|[psych](https://personality-project.org/r/psych/)|3.890883687640486e-05| +|cran|[checkmate](https://github.com/mllg/checkmate)|3.876919313670665e-05| +|cran|highr|3.826390057320738e-05| +|cran|pool|3.794714977391998e-05| +|cran|tikzDevice|3.759299250683957e-05| +|cran|[slam](NA)|3.746263171879797e-05| +|cran|JuliaCall|3.682933217323197e-05| +|cran|[palmerpenguins](https://allisonhorst.github.io/palmerpenguins/)|3.6781098740544846e-05| +|cran|gamm4|3.663153340984424e-05| +|cran|[zip](https://github.com/r-lib/zip#readme)|3.646829895379742e-05| +|cran|[bayestestR](https://easystats.github.io/bayestestR/)|3.634835727529075e-05| +|cran|[gert](https://docs.ropensci.org/gert/)|3.5863662507540925e-05| +|cran|class|3.543939651407034e-05| +|cran|[survminer](http://www.sthda.com/english/rpkgs/survminer/)|3.510674734558739e-05| +|cran|[git2r](https://docs.ropensci.org/git2r/)|3.473785914837062e-05| +|cran|[GGally](https://ggobi.github.io/ggally/)|3.473340615569181e-05| +|cran|modelbased|3.443874997020333e-05| +|cran|[pingr](https://github.com/r-lib/pingr#readme)|3.426072168109444e-05| +|cran|[kableExtra](http://haozhu233.github.io/kableExtra/)|3.425014966598581e-05| +|cran|mapdata|3.3909885137918225e-05| +|cran|[forecast](https://pkg.robjhyndman.com/forecast/)|3.364004106708011e-05| +|cran|tseries|3.3099621888471054e-05| +|cran|[robustbase](http://robustbase.r-forge.r-project.org/)|3.2518532037376946e-05| +|cran|[network](http://statnet.org/)|3.2417494693232035e-05| +|cran|[shinytest](https://github.com/rstudio/shinytest)|3.208366368580608e-05| +|cran|[dendextend](http://talgalili.github.io/dendextend/)|3.2059309672457205e-05| +|cran|[vcr](https://github.com/ropensci/vcr/)|3.205286148749505e-05| +|cran|[sna](http://statnet.org)|3.189447957140474e-05| +|cran|lars|3.140879705638721e-05| +|cran|[rnaturalearth](https://github.com/ropenscilabs/rnaturalearth)|3.112394306963566e-05| +|cran|fontawesome|3.106386772083943e-05| +|cran|[here](https://here.r-lib.org/)|3.1012703268169835e-05| +|cran|poorman|3.0998222592488824e-05| +|cran|spatstat.data|3.068345864413534e-05| +|cran|mlbench|3.063039648914262e-05| +|cran|polyclip|3.058175723402804e-05| +|cran|[gapminder](https://github.com/jennybc/gapminder)|2.9837111356600823e-05| +|cran|[Seurat](https://satijalab.org/seurat)|2.9725380093200523e-05| +|cran|[spatstat.core](http://spatstat.org/)|2.934218378087846e-05| +|cran|tripack|2.9163128335176533e-05| +|cran|[gridGraphics](https://github.com/pmur002/gridgraphics)|2.9034466965505197e-05| +|cran|RhpcBLASctl|2.9001008424353035e-05| +|cran|reactlog|2.895471060897082e-05| +|cran|sourcetools|2.895471060897082e-05| +|cran|brew|2.872673589555309e-05| +|cran|animation|2.856810235647593e-05| +|cran|[recipes](https://github.com/tidymodels/recipes)|2.8471237922528507e-05| +|cran|[wk](https://paleolimbot.github.io/wk/)|2.8449022184092984e-05| +|cran|[shinycssloaders](https://github.com/daattali/shinycssloaders)|2.816529395851224e-05| +|cran|[plotrix](NA)|2.8073711892789598e-05| +|cran|timeSeries|2.7812594800450142e-05| +|cran|fts|2.7812594800450142e-05| +|cran|[pbapply](https://github.com/psolymos/pbapply)|2.777505791906309e-05| +|cran|[matlab](http://cran.r-project.org/package=matlab)|2.7640503951038113e-05| +|cran|[rex](https://github.com/kevinushey/rex)|2.764013544088017e-05| +|cran|shinydisconnect|2.7546701963694484e-05| +|cran|strucchange|2.7427025305990688e-05| +|cran|[irlba](NA)|2.7199805092358382e-05| +|cran|[credentials](https://docs.ropensci.org/credentials/)|2.7194672057877052e-05| +|cran|fANCOVA|2.6982894329098232e-05| +|cran|broom.mixed|2.6831035017043692e-05| +|cran|[glmnet](https://glmnet.stanford.edu)|2.6656915592862754e-05| +|cran|[ggforce](https://ggforce.data-imaginist.com)|2.6583427624671844e-05| +|cran|conflicted|2.6488749533365307e-05| +|cran|[argon2](https://github.com/wrathematics/argon2)|2.6385555469476296e-05| +|cran|[golem](https://github.com/ThinkR-open/golem)|2.6150101552208966e-05| +|cran|margins|2.609283002788968e-05| +|cran|gam|2.6068491367436233e-05| +|cran|ade4|2.5921075338412407e-05| +|cran|[datawizard](https://easystats.github.io/datawizard/)|2.5651915644046186e-05| +|cran|poibin|2.5565540749922528e-05| +|cran|[IRdisplay](https://github.com/IRkernel/IRdisplay)|2.5018452145570825e-05| +|cran|[rnaturalearthdata](https://github.com/ropenscilabs/rnaturalearthdata)|2.498441634287621e-05| +|cran|[mmand](https://github.com/jonclayden/mmand)|2.495042214282676e-05| +|cran|[RNifti](https://github.com/jonclayden/RNifti)|2.495042214282676e-05| +|cran|latticeExtra|2.4891454277439328e-05| +|cran|[circlize](https://github.com/jokergoo/circlize)|2.4886098840460073e-05| +|cran|[zeallot](https://github.com/nteetor/zeallot)|2.4517353579175703e-05| +|cran|gbRd|2.4478299265810113e-05| +|cran|SGP|2.418500154942671e-05| +|cran|[utf8](https://ptrckprry.com/r-utf8/)|2.4010099476105405e-05| +|cran|[emmeans](https://github.com/rvlenth/emmeans)|2.3918100259704734e-05| +|cran|pbdMPI|2.3622559652928413e-05| +|cran|[RcppTOML](http://dirk.eddelbuettel.com/code/rcpp.toml.html)|2.3463464835146546e-05| +|cran|rsvg|2.3422694046209285e-05| +|cran|av|2.3239359620331475e-05| +|cran|[janitor](https://github.com/sfirke/janitor)|2.316216923438243e-05| +|cran|parallelly|2.3129069491513084e-05| +|cran|lpSolve|2.3033206660903886e-05| +|cran|cba|2.2780746945998403e-05| +|cran|colorRamps|2.236984815618221e-05| +|cran|geoaxe|2.236984815618221e-05| +|cran|spbabel|2.236984815618221e-05| +|cran|paletteer|2.236984815618221e-05| +|cran|statsExpressions|2.236984815618221e-05| +|cran|doMC|2.2180663154632784e-05| +|cran|[mnormt](http://azzalini.stat.unipd.it/SW/Pkg-mnormt)|2.2165169203888133e-05| +|cran|[tweedie](http://www.r-project.org/package=tweedie)|2.21158591999098e-05| +|cran|[VGAM](https://www.stat.auckland.ac.nz/~yee/VGAM/)|2.206513656586952e-05| +|cran|[futile.logger](NA)|2.2017453398011968e-05| +|cran|[shinydashboard](http://rstudio.github.io/shinydashboard/)|2.1830760454730148e-05| +|cran|miniUI|2.1756677419510948e-05| +|cran|spatial|2.1332862114851172e-05| +|cran|fstcore|2.1109335891873852e-05| +|cran|nortest|2.1053974735230318e-05| +|cran|openair|2.1053974735230318e-05| +|cran|webfakes|2.0711938870452376e-05| +|cran|mclust|2.061020931450568e-05| +|cran|[foreign](https://svn.r-project.org/R-packages/trunk/foreign/)|2.0600829784487374e-05| +|cran|brms|2.0595328307102006e-05| +|cran|RJSONIO|2.0009484006628963e-05| +|cran|[RcppParallel](https://rcppcore.github.io/RcppParallel/)|1.9965996094376113e-05| +|cran|[graphql](http://graphql.org)|1.9929125646587686e-05| +|cran|[TTR](https://github.com/joshuaulrich/TTR)|1.9909164859002167e-05| +|cran|[BayesFactor](https://richarddmorey.github.io/BayesFactor/)|1.9582230177668734e-05| +|cran|stopwords|1.9571558758221864e-05| +|cran|spam|1.9520611924483083e-05| +|cran|[remotes](https://remotes.r-lib.org)|1.9252355511737475e-05| +|cran|modelr|1.917067381040882e-05| +|cran|[config](https://github.com/rstudio/config)|1.8929394797078558e-05| +|cran|dunn.test|1.883776686836397e-05| +|cran|minqa|1.881404391604326e-05| +|cran|kernlab|1.8734831098926713e-05| +|cran|[tm](http://tm.r-forge.r-project.org/)|1.8601707026439555e-05| +|cran|Formula|1.8381058207357993e-05| +|cran|[hoardr](https://github.com/ropensci/hoardr)|1.83479997204956e-05| +|cran|[RANN](https://github.com/jefferis/RANN)|1.8268145903613473e-05| +|cran|[rematch](https://github.com/MangoTheCat/rematch)|1.8114605929139552e-05| +|cran|[reactable](https://glin.github.io/reactable/)|1.810127688652635e-05| +|cran|[shinyAce](http://trestletech.github.io/shinyAce/)|1.792304838100591e-05| +|cran|sandwich|1.7899586719248167e-05| +|cran|[genalg](https://github.com/egonw/genalg)|1.789587852494577e-05| +|cran|lpSolveAPI|1.789587852494577e-05| +|cran|segmented|1.7890054027835784e-05| +|cran|[shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus)|1.786762674984169e-05| +|cran|quadprog|1.784530540991023e-05| +|cran|lmtest|1.7780528514641857e-05| +|cran|gmp|1.774381408023012e-05| +|cran|[semver](https://github.com/johndharrison/semver)|1.766578865819648e-05| +|cran|lsa|1.7574919834009242e-05| +|cran|[assertive.base](https://bitbucket.org/richierocks/assertive.base)|1.7339919756006065e-05| +|cran|[statmod](NA)|1.71125085437101e-05| +|cran|carrier|1.6464645260740707e-05| +|cran|plotROC|1.6268980477223426e-05| +|cran|[R.devices](https://github.com/HenrikBengtsson/R.devices)|1.6182711973492886e-05| +|cran|caTools|1.613681684014373e-05| +|cran|SeuratObject|1.6116153679599048e-05| +|cran|mondate|1.6010689005594245e-05| +|cran|DAAG|1.6010689005594245e-05| +|cran|SuppDists|1.599444143167028e-05| +|cran|qlcMatrix|1.588701310949731e-05| +|cran|[ggseqlogo](https://github.com/omarwagih/ggseqlogo)|1.5800245213618783e-05| +|cran|RcppRoll|1.5785331981514665e-05| +|cran|blavaan|1.5755700198618817e-05| +|cran|mediation|1.56372082159475e-05| +|cran|Rgraphviz|1.5634006121176462e-05| +|cran|[matrixStats](https://github.com/HenrikBengtsson/matrixStats)|1.5573573402044746e-05| +|cran|spex|1.5561633499952842e-05| +|cran|[seqminer](http://zhanxw.github.io/seqminer/)|1.5561633499952842e-05| +|cran|[ggridges](https://wilkelab.org/ggridges/)|1.5443483518819693e-05| +|cran|VennDiagram|1.519615205835379e-05| +|cran|PhysicalActivity|1.4913232104121475e-05| +|cran|shinyFeedback|1.4913232104121475e-05| +|cran|extrafont|1.4854602040874312e-05| +|cran|futile.options|1.4848466067555005e-05| +|cran|lambda.r|1.4848466067555005e-05| +|cran|[vegan](https://github.com/vegandevs/vegan)|1.4788560836010345e-05| +|cran|PASWR|1.4514481776358129e-05| +|cran|arrow|1.4499144962435911e-05| +|cran|leaflet.providers|1.4491588128104015e-05| +|cran|logspline|1.4415137771717747e-05| +|cran|timetk|1.435663611227131e-05| +|cran|DiceKriging|1.4302936759552813e-05| +|cran|[corrplot](https://github.com/taiyun/corrplot)|1.4253043910278453e-05| +|cran|polynom|1.4132889508958828e-05| +|cran|biglm|1.4085822073764718e-05| +|cran|nloptr|1.4050373825739504e-05| +|cran|[parallelMap](https://parallelmap.mlr-org.com)|1.4021715811303667e-05| +|cran|compiler|1.39920204524326e-05| +|cran|[deSolve](http://desolve.r-forge.r-project.org/)|1.3887931731803352e-05| +|cran|gdata|1.3843740316083054e-05| +|cran|mlrMBO|1.3766060403804439e-05| +|cran|emoa|1.3766060403804439e-05| +|cran|vcd|1.3752038477145664e-05| +|cran|fftwtools|1.3739896512124185e-05| +|cran|websocket|1.3521665633715525e-05| +|cran|[smoothr](https://strimas.com/smoothr/)|1.3479904796336467e-05| +|cran|numform|1.3256206314774645e-05| +|cran|qmap|1.3256206314774645e-05| +|cran|[seriation](https://github.com/mhahsler/seriation)|1.3205084859857161e-05| +|cran|gridBase|1.304175426006505e-05| +|cran|proj4|1.2882603233183812e-05| +|cran|RandomFieldsUtils|1.27991369205388e-05| +|cran|[jqr](https://docs.ropensci.org/jqr/)|1.2759274425605388e-05| +|cran|[base64url](https://github.com/mllg/base64url)|1.2724470342045451e-05| +|cran|[attempt](https://github.com/ColinFay/attempt)|1.2723317206777678e-05| +|cran|stargazer|1.265494267121165e-05| +|cran|plm|1.2562654512376508e-05| +|cran|[gbm](https://github.com/gbm-developers/gbm)|1.2366224136492574e-05| +|cran|[reshape](http://had.co.nz/reshape)|1.2320193202956033e-05| +|cran|bezier|1.2274788037567373e-05| +|cran|ComplexHeatmap|1.2274788037567373e-05| +|cran|GlobalOptions|1.2274788037567373e-05| +|cran|[extraDistr](https://github.com/twolodzko/extraDistr)|1.2120510080387897e-05| +|cran|rms|1.209415664939428e-05| +|cran|dfoptim|1.2017539852166463e-05| +|cran|jsonify|1.1957700650759217e-05| +|cran|RSpectra|1.1932361068071479e-05| +|cran|[proxy](NA)|1.189780203177776e-05| +|cran|[Rmpfr](https://rmpfr.r-forge.r-project.org/)|1.185181541163103e-05| +|cran|robotstxt|1.1811279826464206e-05| +|cran|[geosphere](NA)|1.177302963296997e-05| +|cran|ggdist|1.165985316202236e-05| +|cran|bridgesampling|1.165985316202236e-05| +|cran|bayesQR|1.165985316202236e-05| +|cran|[RandomFields](http://ms.math.uni-mannheim.de/de/publications/software/randomfields)|1.1616452774542385e-05| +|cran|mice|1.159578187776664e-05| +|cran|AER|1.136660776761412e-05| +|cran|sm|1.1335231826293235e-05| +|cran|[shinythemes](http://rstudio.github.io/shinythemes/)|1.1329835050814484e-05| +|cran|EnvStats|1.1184924078091106e-05| +|cran|gganimate|1.1159734501175741e-05| +|cran|[furrr](https://github.com/DavisVaughan/furrr)|1.1137138482782982e-05| +|cran|[RcppArmadillo](https://github.com/RcppCore/RcppArmadillo)|1.0913774403470717e-05| +|cran|[seqinr](http://seqinr.r-forge.r-project.org/)|1.0844296920880965e-05| +|cran|[shinyBS](https://ebailey78.github.io/shinyBS)|1.0750685849176982e-05| +|cran|pscl|1.0706264805846344e-05| +|cran|udpipe|1.0538385008073328e-05| +|cran|Rcsdp|1.0537958053192383e-05| +|cran|tableHTML|1.0526987367615159e-05| +|cran|shiny.i18n|1.0526987367615159e-05| +|cran|popbio|1.0526987367615159e-05| +|cran|[gitcreds](https://github.com/r-lib/gitcreds)|1.0502960690981584e-05| +|cran|[ini](https://github.com/dvdscripter/ini)|1.045324991730118e-05| +|cran|optimx|1.0277230505755071e-05| +|cran|[storr](https://github.com/richfitz/storr)|1.0210450883173224e-05| +|cran|pls|1.0193459809849423e-05| +|cran|[pkgdown](https://pkgdown.r-lib.org)|1.0159250289000382e-05| +|cran|janeaustenr|1.0087890311700921e-05| +|cran|mlmRev|1.0002123056380905e-05| +|cran|[GPArotation](http://www.stat.ucla.edu/research/gpa)|9.97458568704946e-06| +|cran|gsl|9.961084010984899e-06| +|cran|[wordcloud2](https://github.com/lchiffon/wordcloud2)|9.910334378203144e-06| +|cran|spacyr|9.887472885032537e-06| +|cran|[NISTunits](NA)|9.851681127982645e-06| +|cran|[ROCR](http://rocr.bioinf.mpi-sb.mpg.de/)|9.84815963400963e-06| +|cran|measurements|9.788406414626587e-06| +|cran|NLP|9.743094200364683e-06| +|cran|celestial|9.733166585506223e-06| +|cran|modeldata|9.655232321678607e-06| +|cran|spData|9.648435079020762e-06| +|cran|[conditionz](https://github.com/ropenscilabs/conditionz)|9.599439141583554e-06| +|cran|tkrplot|9.571623027071957e-06| +|cran|HSAUR3|9.500289122867338e-06| +|cran|[pander](https://rapporter.github.io/pander/)|9.432361564682612e-06| +|cran|[ggsignif](https://const-ae.github.io/ggsignif/)|9.363897242619114e-06| +|cran|[ggsci](https://nanx.me/ggsci/)|9.363897242619114e-06| +|cran|[assertive.properties](https://bitbucket.org/richierocks/assertive.properties)|9.286774419780468e-06| +|cran|rcmdcheck|9.263007303763216e-06| +|cran|Biostrings|9.172582557497203e-06| +|cran|[ordinal](https://github.com/runehaubo/ordinal)|9.168008776753581e-06| +|cran|[dynamicTreeCut](http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/BranchCutting/)|9.161957224949576e-06| +|cran|rstatix|9.140198761057291e-06| +|cran|[rstantools](https://mc-stan.org/rstantools/)|9.13609598829772e-06| +|cran|gt|9.02595885114514e-06| +|cran|[beautier](https://docs.ropensci.org/beautier/)|8.959356090877954e-06| +|cran|[heatmaply](https://talgalili.github.io/heatmaply/)|8.926960840278568e-06| +|cran|purrrlyr|8.895462626196727e-06| +|cran|LaplacesDemon|8.894616848908761e-06| +|cran|filelock|8.858459869848155e-06| +|cran|AsioHeaders|8.858459869848155e-06| +|cran|manipulateWidget|8.858459869848155e-06| +|cran|BeyondBenford|8.858459869848155e-06| +|cran|BenfordTests|8.858459869848155e-06| +|cran|benford.analysis|8.858459869848155e-06| +|cran|MUS|8.858459869848155e-06| +|cran|semEff|8.736628789259739e-06| +|cran|rr2|8.736628789259739e-06| +|cran|MEMSS|8.736628789259739e-06| +|cran|PKPDmodels|8.736628789259739e-06| +|cran|antiword|8.57615730256728e-06| +|cran|[Ckmeans.1d.dp](NA)|8.555525647965496e-06| +|cran|[quanteda](https://quanteda.io)|8.52879458096745e-06| +|cran|rsm|8.45077108703822e-06| +|cran|tables|8.446555526515627e-06| +|cran|[geiger](https://github.com/mwpennell/geiger-v2)|8.43523901591194e-06| +|cran|mda|8.420686216848065e-06| +|cran|psychTools|8.323343085730344e-06| +|cran|seqLogo|8.286736570512387e-06| +|cran|rootSolve|8.15166298116436e-06| +|cran|Cubist|8.123841882585077e-06| +|cran|adehabitatMA|8.031021310576625e-06| +|cran|[origami](https://tlverse.org/origami/)|8.005405892796262e-06| +|cran|bbmle|7.998056286834421e-06| +|cran|[rhandsontable](http://jrowen.github.io/rhandsontable/)|7.913026507115449e-06| +|cran|[sessioninfo](https://github.com/r-lib/sessioninfo#readme)|7.908064034864894e-06| +|cran|cleanNLP|7.874186550976138e-06| +|cran|bigmemory|7.757543771304616e-06| +|cran|gpclib|7.756887813351165e-06| +|cran|PBSmapping|7.756887813351165e-06| +|cran|rnaturalearthhires|7.702110795928583e-06| +|cran|[imager](http://dahtah.github.io/imager/)|7.669662224976758e-06| +|cran|lgr|7.664670021748703e-06| +|cran|triangle|7.623644251626898e-06| +|cran|evd|7.623644251626898e-06| +|cran|SASmixed|7.621439223737217e-06| +|cran|beepr|7.611803369595358e-06| +|cran|MCMCpack|7.568195985414058e-06| +|cran|[xgboost](https://github.com/dmlc/xgboost)|7.508989902902603e-06| +|cran|[wikitaxa](https://github.com/ropensci/wikitaxa)|7.470616229138076e-06| +|cran|[natserv](https://docs.ropensci.org/natserv)|7.470616229138076e-06| +|cran|[worrms](https://docs.ropensci.org/worrms)|7.470616229138076e-06| +|cran|[rotl](https://docs.ropensci.org/rotl/)|7.470616229138076e-06| +|cran|[rredlist](https://github.com/ropensci/rredlist)|7.470616229138076e-06| +|cran|[bold](https://docs.ropensci.org/bold/)|7.470616229138076e-06| +|cran|[ritis](https://github.com/ropensci/ritis)|7.4706162291380736e-06| +|cran|[fst](http://www.fstpackage.org)|7.39993099852565e-06| +|cran|yamlme|7.38204989154013e-06| +|cran|adehabitatLT|7.371397582894329e-06| +|cran|doFuture|7.35614796209613e-06| +|cran|pbmcapply|7.35614796209613e-06| +|cran|tm.lexicon.GeneralInquirer|7.310663035446115e-06| +|cran|Rpoppler|7.310663035446115e-06| +|cran|Rcampdf|7.310663035446115e-06| +|cran|filehash|7.310663035446115e-06| +|cran|paradox|7.304910076248376e-06| +|cran|permute|7.249386965953032e-06| +|cran|plotfunctions|7.231395812120943e-06| +|cran|sparkline|7.1943547506415754e-06| +|cran|rcdk|7.158351409978307e-06| +|cran|fingerprint|7.158351409978307e-06| +|cran|enviPat|7.158351409978307e-06| +|cran|flexdashboard|7.158351409978307e-06| +|cran|keys|7.158351409978307e-06| +|cran|[phytools](https://github.com/liamrevell/phytools)|7.151870634788207e-06| +|cran|RcppDE|7.1359815618221245e-06| +|cran|[assertive](https://bitbucket.org/richierocks/assertive)|7.119639727109024e-06| +|cran|actuar|7.086767895878525e-06| +|cran|skellam|7.086767895878525e-06| +|cran|hoa|7.086767895878525e-06| +|cran|[shinyWidgets](https://github.com/dreamRs/shinyWidgets)|7.056693799514931e-06| +|cran|[docopt](https://github.com/docopt/docopt.R)|7.0305237062287015e-06| +|cran|[philentropy](https://github.com/HajkD/philentropy)|7.015184381778741e-06| +|cran|fpc|7.005877833651572e-06| +|cran|[survey](http://r-survey.r-forge.r-project.org/survey/)|6.99456123385018e-06| +|cran|MCMCglmm|6.973598833432606e-06| +|cran|betareg|6.849661580806686e-06| +|cran|scatterplot3d|6.783613777964264e-06| +|cran|CompQuadForm|6.767446044963363e-06| +|cran|[torch](https://torch.mlverse.org/docs)|6.759177500396833e-06| +|cran|gamlss|6.716583556744554e-06| +|cran|tree|6.710954446854664e-06| +|cran|[binman](https://docs.ropensci.org/binman/)|6.68112798264643e-06| +|cran|[partykit](http://partykit.r-forge.r-project.org/partykit/)|6.661367178202037e-06| +|cran|[beastier](https://docs.ropensci.org/beastier/)|6.56182212581345e-06| +|cran|VGAMdata|6.561822125813449e-06| +|cran|VGAMextra|6.561822125813449e-06| +|cran|shapefiles|6.561822125813449e-06| +|cran|[bayesplot](https://mc-stan.org/bayesplot/)|6.55984780775906e-06| +|cran|tensorA|6.487747610307264e-06| +|cran|partitions|6.458891582663434e-06| +|cran|signal|6.456254073923703e-06| +|cran|[earth](http://www.milbo.users.sonic.net/earth/)|6.413613729501718e-06| +|cran|oskeyring|6.327471335605825e-06| +|cran|ExplainPrediction|6.327471335605825e-06| +|cran|rpart.plot|6.327471335605825e-06| +|cran|BiocManager|6.321646710075982e-06| +|cran|[snakecase](https://github.com/Tazinho/snakecase)|6.267002719571681e-06| +|cran|afex|6.253493135494536e-06| +|cran|geepack|6.235393844278592e-06| +|cran|tester|6.216463066560109e-06| +|cran|[reprex](https://reprex.tidyverse.org)|6.210570973942089e-06| +|cran|rticles|6.200545768342896e-06| +|cran|fastICA|6.200255955884659e-06| +|cran|[tidygraph](https://tidygraph.data-imaginist.com)|6.134039248155879e-06| +|cran|[rentrez](http://github.com/ropensci/rentrez)|6.130758702613383e-06| +|cran|ks|6.126142702200186e-06| +|cran|fixest|6.086001247199087e-06| +|cran|[ff](https://github.com/truecluster/ff)|6.082697261388283e-06| +|cran|[colourpicker](https://github.com/daattali/colourpicker)|6.051632606461925e-06| +|cran|[glmmTMB](https://github.com/glmmTMB/glmmTMB)|6.00610893235558e-06| +|cran|[downloader](https://github.com/wch/downloader)|6.002477592906016e-06| +|cran|[parsnip](https://github.com/tidymodels/parsnip)|5.9828134083432085e-06| +|cran|bs4Dash|5.9106979595661025e-06| +|cran|speedglm|5.907237759528976e-06| +|cran|RcppZiggurat|5.905639913232103e-06| +|cran|acepack|5.8876773114552005e-06| +|cran|htmlTable|5.8876773114552005e-06| +|cran|[ggthemes](https://github.com/jrnold/ggthemes)|5.830278607841873e-06| +|cran|reactR|5.811899597149054e-06| +|cran|protolite|5.752246668732568e-06| +|cran|TSA|5.624418964982956e-06| +|cran|[haven](https://haven.tidyverse.org)|5.624115816278418e-06| +|cran|ipred|5.568530576934833e-06| +|cran|[RNetCDF](https://github.com/mjwoods/RNetCDF)|5.562311374139407e-06| +|cran|cplm|5.558711969231935e-06| +|cran|clusterGeneration|5.527158755608251e-06| +|cran|pROC|5.522548111280458e-06| +|cran|[rversions](https://github.com/r-hub/rversions)|5.521980581394849e-06| +|cran|flexsurv|5.499431876872224e-06| +|cran|klaR|5.472330084807396e-06| +|cran|[SuperLearner](https://github.com/ecpolley/SuperLearner)|5.4388502856507234e-06| +|cran|cubature|5.432794168313368e-06| +|cran|[jsonld](https://docs.ropensci.org/jsonld)|5.405285758555062e-06| +|cran|debugme|5.371010888970552e-06| +|cran|subprocess|5.368763557483731e-06| +|cran|qvalue|5.368763557483731e-06| +|cran|[EML](https://docs.ropensci.org/EML/)|5.343198016733814e-06| +|cran|FNN|5.254180224150398e-06| +|cran|[wesanderson](https://github.com/karthik/wesanderson)|5.195283102394971e-06| +|cran|rhub|5.164063010895937e-06| +|cran|gmailr|5.164063010895937e-06| +|cran|foghorn|5.164063010895937e-06| +|cran|coxme|5.153799620327058e-06| +|cran|[float](https://github.com/wrathematics/float)|5.153787436883647e-06| +|cran|spls|5.13107576854727e-06| +|cran|[dynlm](NA)|5.113108149984511e-06| +|cran|numbers|5.099802108307646e-06| +|cran|loder|5.066112670664795e-06| +|cran|ore|5.066112670664795e-06| +|cran|mstate|5.061977068484661e-06| +|cran|linprog|5.061977068484661e-06| +|cran|magic|5.061977068484661e-06| +|cran|changepoint|5.061977068484661e-06| +|cran|nor1mix|5.061977068484661e-06| +|cran|diptest|5.061977068484661e-06| +|cran|metafor|5.028039016753763e-06| +|cran|[rcorpora](https://github.com/gaborcsardi/rcorpora)|5.019793926247289e-06| +|cran|scico|4.971584620833149e-06| +|cran|rcartocolor|4.971584620833149e-06| +|cran|lfe|4.942974167218679e-06| +|cran|[aod](https://cran.r-project.org/package=aod)|4.926995704249983e-06| +|cran|gdalUtils|4.921366594360086e-06| +|cran|TeachingDemos|4.921366594360086e-06| +|cran|plotmo|4.921366594360086e-06| +|cran|[emld](https://docs.ropensci.org/emld/)|4.883018283235208e-06| +|cran|[chemometrics](http://www.statistik.tuwien.ac.at/public/filz/)|4.872660961598055e-06| +|cran|BiocVersion|4.833891273944315e-06| +|cran|modeltools|4.8177588765840844e-06| +|cran|gld|4.791395196199766e-06| +|cran|[loo](https://mc-stan.org/loo/)|4.790533671722495e-06| +|cran|Biobase|4.783569896105229e-06| +|cran|[rsample](https://rsample.tidymodels.org)|4.7776424094274524e-06| +|cran|scagnostics|4.741424519081786e-06| +|cran|labelled|4.741424519081786e-06| +|cran|intergraph|4.741424519081786e-06| +|cran|broom.helpers|4.741424519081786e-06| +|cran|[dbscan](https://github.com/mhahsler/dbscan)|4.7330870337913815e-06| +|cran|[fuzzyjoin](https://github.com/dgrtwo/fuzzyjoin)|4.721758718504923e-06| +|cran|[assertive.types](https://bitbucket.org/richierocks/assertive.types)|4.684977084794415e-06| +|cran|PolynomF|4.662347299920082e-06| +|cran|[tokenizers](https://lincolnmullen.com/software/tokenizers/)|4.644560593696589e-06| +|cran|[lmerTest](https://github.com/runehaubo/lmerTestR)|4.643124344287717e-06| +|cran|[clisymbols](https://github.com/gaborcsardi/clisymbols)|4.636340923042309e-06| +|cran|mlogit|4.6231363145636115e-06| +|cran|RcppCCTZ|4.604452218063931e-06| +|cran|genieclust|4.601797334986054e-06| +|cran|getopt|4.601797334986054e-06| +|cran|leaps|4.5995849324211574e-06| +|cran|[logger](https://daroczig.github.io/logger/)|4.595107983123175e-06| +|cran|bignum|4.542799933255465e-06| +|cran|future.callr|4.4923662205704016e-06| +|cran|[solrium](https://github.com/ropensci/solrium)|4.467081138312163e-06| +|cran|quantmod|4.429229934924078e-06| +|cran|FastRWeb|4.429229934924078e-06| +|cran|truncreg|4.415684889251528e-06| +|cran|panelr|4.415684889251528e-06| +|cran|metaBMA|4.415684889251528e-06| +|cran|ivreg|4.415684889251528e-06| +|cran|GLMMadaptive|4.415684889251528e-06| +|cran|clubSandwich|4.415684889251528e-06| +|cran|cgam|4.415684889251528e-06| +|cran|blme|4.415684889251528e-06| +|cran|geojsonlint|4.410055779361636e-06| +|cran|topicmodels|4.405948880030646e-06| +|cran|akima|4.4047296250387405e-06| +|cran|logging|4.396191389954947e-06| +|cran|rsyslog|4.396191389954947e-06| +|cran|[data.tree](http://github.com/gluc/data.tree)|4.376591530698858e-06| +|cran|ggfittext|4.374548083875632e-06| +|cran|RcppBigIntAlgos|4.374548083875632e-06| +|cran|robust|4.374391850015495e-06| +|cran|taxadb|4.371707468236752e-06| +|cran|assertive.code|4.359597475249947e-06| +|cran|assertive.reflection|4.359597475249947e-06| +|cran|assertive.data.us|4.359597475249947e-06| +|cran|assertive.data.uk|4.359597475249947e-06| +|cran|assertive.data|4.359597475249947e-06| +|cran|assertive.models|4.359597475249947e-06| +|cran|assertive.matrices|4.359597475249947e-06| +|cran|assertive.sets|4.359597475249947e-06| +|cran|assertive.files|4.359597475249947e-06| +|cran|assertive.datetimes|4.359597475249947e-06| +|cran|assertive.strings|4.359597475249947e-06| +|cran|assertive.numbers|4.359597475249947e-06| +|cran|[corpcor](https://strimmerlab.github.io/software/corpcor/)|4.296977426044673e-06| +|cran|[openxlsx](https://ycphs.github.io/openxlsx/index.html)|4.2168251688530925e-06| +|cran|gdtools|4.197820389451853e-06| +|cran|[redux](https://github.com/richfitz/redux)|4.175704989154024e-06| +|cran|[wordcloud](http://blog.fellstat.com/?cat=11)|4.127923624375238e-06| +|cran|[Rtsne](https://github.com/jkrijthe/Rtsne)|4.124747945372888e-06| +|cran|[mlr3misc](https://mlr3misc.mlr-org.com)|4.119443698808026e-06| +|cran|locfit|4.112966564440123e-06| +|cran|bookdown|4.097629832844201e-06| +|cran|nonnest2|4.095847036596459e-06| +|cran|officer|4.095692781929795e-06| +|cran|[epiR](https://fvas.unimelb.edu.au/research/groups/veterinary-epidemiology-melbourne)|4.0766385187480676e-06| +|cran|[geometry](https://davidcsterratt.github.io/geometry)|4.054694762937718e-06| +|cran|stm|4.048031309531725e-06| +|cran|sparsesvd|4.026572668112798e-06| +|cran|FMStable|4.026572668112798e-06| +|cran|MuMIn|4.020778876816554e-06| +|cran|distributional|3.956759076064933e-06| +|cran|Bessel|3.952006507592191e-06| +|cran|[archive](https://archive.r-lib.org/)|3.948393286971851e-06| +|cran|[wbstats](https://github.com/nset-ornl/wbstats)|3.93709327548807e-06| +|cran|transport|3.937093275488069e-06| +|cran|[humaniformat](https://github.com/ironholds/humaniformat/)|3.9233272150842666e-06| +|cran|TH.data|3.906503089726054e-06| +|cran|[posterior](https://mc-stan.org/posterior/)|3.88983608940823e-06| +|cran|tracerer|3.8617422080146135e-06| +|cran|stabledist|3.847751543467378e-06| +|cran|skewt|3.847102572048342e-06| +|cran|catdata|3.847102572048342e-06| +|cran|MPV|3.847102572048342e-06| +|cran|fit.models|3.847102572048342e-06| +|cran|DEoptimR|3.847102572048342e-06| +|cran|pso|3.8415003839883585e-06| +|cran|feather|3.841336502316885e-06| +|cran|spacetime|3.797330354616618e-06| +|cran|[stringdist](https://github.com/markvanderloo/stringdist)|3.74251110422479e-06| +|cran|[fdrtool](https://strimmerlab.github.io/software/fdrtool/)|3.7168363090271995e-06| +|cran|[move](https://bartk.gitlab.io/move/)|3.707003408738767e-06| +|cran|goftest|3.665569601316478e-06| +|cran|tensor|3.665569601316478e-06| +|cran|spatstat.sparse|3.665569601316478e-06| +|cran|ellipse|3.658394098265279e-06| +|cran|[mathjaxr](https://github.com/wviechtb/mathjaxr)|3.654329911507407e-06| +|cran|[servr](https://github.com/yihui/servr)|3.6335024790827325e-06| +|cran|doRNG|3.631968546637744e-06| +|cran|keras|3.6273987585313558e-06| +|cran|[rdflib](https://github.com/ropensci/rdflib)|3.6156979060604716e-06| +|DESCRIPTION|gitlab/JuditGG/trumpetplots|3.6153289949385395e-06| +|DESCRIPTION|gitlab/ampere2/metalwalls|3.6153289949385395e-06| +|DESCRIPTION|gitlab/libreumg/dataquier|3.6153289949385395e-06| +|DESCRIPTION|github/hope-data-science/tidyfst|3.6153289949385395e-06| +|DESCRIPTION|github/bommert/stabm|3.6153289949385395e-06| +|DESCRIPTION|github/binzhulab/SUITOR|3.6153289949385395e-06| +|DESCRIPTION|github/ants-project/ANTs|3.6153289949385395e-06| +|DESCRIPTION|github/ramadatta/CPgeneProfiler|3.6153289949385395e-06| +|DESCRIPTION|github/sjbeckett/localcovid19now|3.6153289949385395e-06| +|DESCRIPTION|github/prioritizr/wdpar|3.6153289949385395e-06| +|DESCRIPTION|github/lasseignelab/CINmetrics|3.6153289949385395e-06| +|DESCRIPTION|github/annajenul/UBayFS|3.6153289949385395e-06| +|DESCRIPTION|github/Merck/pkglite|3.6153289949385395e-06| +|DESCRIPTION|github/msalibian/RBF|3.6153289949385395e-06| +|DESCRIPTION|github/ArkajyotiSaha/RandomForestsGLS|3.6153289949385395e-06| +|DESCRIPTION|github/ejikeugba/serp|3.6153289949385395e-06| +|DESCRIPTION|github/ejikeugba/gofcat|3.6153289949385395e-06| +|DESCRIPTION|github/oneilsh/tidytensor|3.6153289949385395e-06| +|DESCRIPTION|github/jessecambon/tidygeocoder|3.6153289949385395e-06| +|DESCRIPTION|github/JonasRieger/ldaPrototype|3.6153289949385395e-06| +|DESCRIPTION|github/david-barnett/microViz|3.6153289949385395e-06| +|DESCRIPTION|github/JLSteenwyk/ggpubfigs|3.6153289949385395e-06| +|DESCRIPTION|github/lsds/Neptune|3.6153289949385395e-06| +|DESCRIPTION|github/raredd/kmdata|3.6153289949385395e-06| +|DESCRIPTION|github/takfung/ResDisMapper|3.6153289949385395e-06| +|DESCRIPTION|github/msaland/THInCR-Suite|3.6153289949385395e-06| +|DESCRIPTION|github/rajewsky-lab/dropbead|3.6153289949385395e-06| +|DESCRIPTION|github/cjbarrie/academictwitteR|3.6153289949385395e-06| +|DESCRIPTION|github/julia-wrobel/registr|3.6153289949385395e-06| +|DESCRIPTION|github/Natsiopoulos/ARDL|3.6153289949385395e-06| +|DESCRIPTION|github/SchlossLab/mikropml|3.6153289949385395e-06| +|DESCRIPTION|github/SimCab-CHU/ifCNVR|3.6153289949385395e-06| +|DESCRIPTION|github/konfound-project/konfound|3.6153289949385395e-06| +|DESCRIPTION|github/lrnv/cort|3.6153289949385395e-06| +|DESCRIPTION|github/asancpt/caffsim|3.6153289949385395e-06| +|DESCRIPTION|github/insightsengineering/rbmi|3.6153289949385395e-06| +|DESCRIPTION|github/saezlab/PHONEMeS|3.6153289949385395e-06| +|DESCRIPTION|github/NathanSkene/EWCE|3.6153289949385395e-06| +|DESCRIPTION|github/NathanSkene/MAGMA_Celltyping|3.6153289949385395e-06| +|DESCRIPTION|github/GaryBAYLOR/mixR|3.6153289949385395e-06| +|DESCRIPTION|github/xiaotiand/FunFor|3.6153289949385395e-06| +|DESCRIPTION|github/deweylab/RSEM|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/drake|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearthdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/antiword|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tesseract|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RSelenium|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/microdemic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/awardFindR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidyhydat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cffr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfema|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/essurvey|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/finch|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rsnps|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rplos|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ckanr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bomrang|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/virtuoso|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/targets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfishbase|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rredlist|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/allodb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rmangal|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nodbi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rperseus|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stplanr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdataretriever|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spatsoc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/Rpolyhedra|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencage|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/aRxiv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/webchem|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mapscanner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treestartr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/addressable|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jagstargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxlist|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/NLMR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdefra|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rbace|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrricanes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spiro|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rromeo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ijtiff|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/plater|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/writexl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dbparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/epubr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geojsonio|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/piggyback|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tinkr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RNeXML|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rusda|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nbaR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/refsplitr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tarchetypes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pdftools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/c14bazAAR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/paleobioDB|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fauxpas|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gtfsr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/brranching|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/SymbiotaR2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/predictNMB|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/suppdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dataaimsr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gutenbergr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/refimpact|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdatacite|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/roadoi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mctq|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/EML|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/assertr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxize|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/namext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rsat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tiler|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rbhl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ruODK|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ghql|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rppo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcitoid|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/magick|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ritis|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/getCRUCLdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/citecorp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bittrex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fulltext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/webmockr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrlite|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/xslt|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rvertnet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rtweet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mcbette|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/zbank|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rglobi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DoOR.data|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hddtools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/comtradr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pixelclasser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wateRinfo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ecoengine|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearthhires|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cld2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/scrubr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/worrms|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rotl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/unrtf|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phonfieldwork|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treebase|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/randgeo|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/parzer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ots|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/biomartr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ssh|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/charlatan|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/GSODR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/prism|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/beautier|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chlorpromazineR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nasapower|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/RefManageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bib2df|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bibtex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/medrxivr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/arkdb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hunspell|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jsonvalidate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/trufflesniffer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/lingtypology|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/riem|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rtika|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rrricanesdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ezknitr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wikitaxa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcoreoa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tacmagic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/oai|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tracerer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcites|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jsonld|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hydroscoper|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/daiquiri|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnassqs|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nlrx|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/popler|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/codemetar|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/UCSCXenaTools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdryad|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rb3|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/PostcodesioR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdflib|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geonames|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/googleLanguageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/geojsonlint|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/qualtRics|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/colocr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/CoordinateCleaner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/git2rdata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MODIStsp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/grainchanger|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/USAboundariesData|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rdhs|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jenkins|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/neotoma|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmextract|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MODISTools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidyqpcr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pendulum|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/git2r|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgpdd|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnoaa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxview|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/plotly|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rzmq|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/seasl|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcol|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/graphql|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfisheries|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spelling|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/av|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rinat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxadb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jqr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rAltmetric|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider.base|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/binman|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/censo2017|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pangaear|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/beastier|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/terrainr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/photosearcher|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/spocc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidypmc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/landscapetools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgbif|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/natserv|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/excluder|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxizedb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/lightr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/baRcodeR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dbhydroR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stats19|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/unifir|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/antanym|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outcomerate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/readODS|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tokenizers|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cleanEHR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/traits|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DataSpaceR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chromer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rcrossref|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pubchunks|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gittargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/workloopR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cchecks|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/isdparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/jstor|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/MtreeRing|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/babette|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dittodb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/ramlegacy|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/restez|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wellknown|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/slopes|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/USAboundaries|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/BaseSet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/iheatmapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/crul|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rWBclimate|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cld3|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/elastic|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylogram|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/emld|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/onekp|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tradestatistics|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/qpdf|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/staypuft|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opentripplanner|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnpn|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/getlandsat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DataPackageR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rAvis|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/patentsview|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/internetarchive|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rebird|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/skynet|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rerddap|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gistr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mregions|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/coder|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/stantargets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/datapack|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bold|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/sofa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/nomisr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/timefuzz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bowerbird|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/helminthR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mauricer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylocomr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/taxa|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/katex|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/FedData|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/europepmc|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/textreuse|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osmplotr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/historydata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rnaturalearth|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/circle|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/conditionz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cde|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rorcid|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/citesdb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/bikedata|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/fingertipsR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/DoOR.functions|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cyphr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/camsRad|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/dataspice|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rentrez|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tidync|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/robotstxt|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/phylotaR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/eia|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/gitignore|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/vcr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/infx|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/pathviewr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/opencontext|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/treedata.table|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/Rclean|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/mapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/chirps|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/wdman|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/AntWeb|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tif|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rfigshare|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/rgnparser|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/exoplanets|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/osfr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/hoardr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/EndoMineR|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/weathercan|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/visdat|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/smapr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/clifro|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/outsider.devtools|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/tabulizer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/cRegulome|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/solrium|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/handlr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci/skimr|3.6153289949385395e-06| +|DESCRIPTION|github/jorittmo/singcar|3.6153289949385395e-06| +|DESCRIPTION|github/KiranLDA/PAMLr|3.6153289949385395e-06| +|DESCRIPTION|github/Pinlyu3/LRLoop|3.6153289949385395e-06| +|DESCRIPTION|github/obreschkow/dftools|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/ambrosia|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/osiris|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/rmap|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/rfasst|3.6153289949385395e-06| +|DESCRIPTION|github/JGCRI/plutus|3.6153289949385395e-06| +|DESCRIPTION|github/haoharryfeng/NeuCA|3.6153289949385395e-06| +|DESCRIPTION|github/riatelab/osrm|3.6153289949385395e-06| +|DESCRIPTION|github/GabrielNakamura/FishPhyloMaker|3.6153289949385395e-06| +|DESCRIPTION|github/wesleyburr/subMaldi|3.6153289949385395e-06| +|DESCRIPTION|github/ConnorDonegan/geostan|3.6153289949385395e-06| +|DESCRIPTION|github/VincentAlcazer/StatAid|3.6153289949385395e-06| +|DESCRIPTION|github/q1cui/discourseGT|3.6153289949385395e-06| +|DESCRIPTION|github/koenderks/jaspAudit|3.6153289949385395e-06| +|DESCRIPTION|github/ec363/fpcountr|3.6153289949385395e-06| +|DESCRIPTION|github/mgcooper/baseflow|3.6153289949385395e-06| +|DESCRIPTION|github/anwarbio/bioassays|3.6153289949385395e-06| +|DESCRIPTION|github/mcsiple/mmrefpoints|3.6153289949385395e-06| +|DESCRIPTION|github/VNNikolaidis/nnlib2Rcpp|3.6153289949385395e-06| +|DESCRIPTION|github/zhouzilu/DENDRO|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/rodev|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/reviewer|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/arresteddev|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-archive/monkeylearn|3.6153289949385395e-06| +|DESCRIPTION|github/stemangiola/tidyHeatmap|3.6153289949385395e-06| +|DESCRIPTION|github/nand1155/CausNet|3.6153289949385395e-06| +|DESCRIPTION|github/GreiffLab/immuneREF|3.6153289949385395e-06| +|DESCRIPTION|github/esplint/IRACpm|3.6153289949385395e-06| +|DESCRIPTION|github/humanfactors/FIPS|3.6153289949385395e-06| +|DESCRIPTION|github/SwissClinicalTrialOrganisation/secuTrialR|3.6153289949385395e-06| +|DESCRIPTION|github/justinmathias/isocalcR|3.6153289949385395e-06| +|DESCRIPTION|github/liuhong-jia/scAnno|3.6153289949385395e-06| +|DESCRIPTION|github/TeamPerie/CellDestiny|3.6153289949385395e-06| +|DESCRIPTION|github/weizhouUMICH/SAIGE|3.6153289949385395e-06| +|DESCRIPTION|github/txopen/histoc|3.6153289949385395e-06| +|DESCRIPTION|github/CornellLabofOrnithology/auk|3.6153289949385395e-06| +|DESCRIPTION|github/tinglabs/scAIDE|3.6153289949385395e-06| +|DESCRIPTION|github/inrae/RCaNmodel|3.6153289949385395e-06| +|DESCRIPTION|github/bluefoxr/COINr|3.6153289949385395e-06| +|DESCRIPTION|github/occupationMeasurement/occupationMeasurement|3.6153289949385395e-06| +|DESCRIPTION|github/Dulab2020/ARMT|3.6153289949385395e-06| +|DESCRIPTION|github/SciOmicsLab/PhenoComb|3.6153289949385395e-06| +|DESCRIPTION|github/martin3141/spant|3.6153289949385395e-06| +|DESCRIPTION|github/Crick-CancerGenomics/ascat|3.6153289949385395e-06| +|DESCRIPTION|github/blind-contours/SuperNOVA|3.6153289949385395e-06| +|DESCRIPTION|github/rcarragh/c212|3.6153289949385395e-06| +|DESCRIPTION|github/SofieVG/FlowSOM|3.6153289949385395e-06| +|DESCRIPTION|github/johnschwenck/bp|3.6153289949385395e-06| +|DESCRIPTION|github/genostats/LowKi|3.6153289949385395e-06| +|DESCRIPTION|github/adriancorrendo/metrica|3.6153289949385395e-06| +|DESCRIPTION|github/alesantuz/musclesyneRgies|3.6153289949385395e-06| +|DESCRIPTION|github/NSAPH-Software/GPCERF|3.6153289949385395e-06| +|DESCRIPTION|github/NSAPH-Software/CRE|3.6153289949385395e-06| +|DESCRIPTION|github/pydemull/activAnalyzer|3.6153289949385395e-06| +|DESCRIPTION|github/YenWenWang/HapDipKinship|3.6153289949385395e-06| +|DESCRIPTION|github/AngusWright/LAMBDAR|3.6153289949385395e-06| +|DESCRIPTION|github/yuliadm/mixComp|3.6153289949385395e-06| +|DESCRIPTION|github/GOVS-pack/GOVS|3.6153289949385395e-06| +|DESCRIPTION|github/adithirgis/pollucheck|3.6153289949385395e-06| +|DESCRIPTION|github/AgrDataSci/climatrends|3.6153289949385395e-06| +|DESCRIPTION|github/gtonkinhill/fastbaps|3.6153289949385395e-06| +|DESCRIPTION|github/INCEPTdk/adaptr|3.6153289949385395e-06| +|DESCRIPTION|github/vbaliga/gaussplotR|3.6153289949385395e-06| +|DESCRIPTION|github/mingzehuang/latentcor|3.6153289949385395e-06| +|DESCRIPTION|github/NeotomaDB/neotoma2|3.6153289949385395e-06| +|DESCRIPTION|github/xoopR/set6|3.6153289949385395e-06| +|DESCRIPTION|github/alan-turing-institute/DetectorChecker|3.6153289949385395e-06| +|DESCRIPTION|github/tidyverse/glue|3.6153289949385395e-06| +|DESCRIPTION|github/fchuffar/protopackage|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/safedata|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/covid19model|3.6153289949385395e-06| +|DESCRIPTION|github/ImperialCollegeLondon/epidemia|3.6153289949385395e-06| +|DESCRIPTION|github/abmantz/rgw|3.6153289949385395e-06| +|DESCRIPTION|github/dankelley/oce|3.6153289949385395e-06| +|DESCRIPTION|github/RafaelSdeSouza/qrpca|3.6153289949385395e-06| +|DESCRIPTION|github/s-abbas/robnptests|3.6153289949385395e-06| +|DESCRIPTION|github/ClaudioZandonella/PRDA|3.6153289949385395e-06| +|DESCRIPTION|github/abschneider/StrainHub|3.6153289949385395e-06| +|DESCRIPTION|github/prdm0/ropenblas|3.6153289949385395e-06| +|DESCRIPTION|github/dgrun/FateID|3.6153289949385395e-06| +|DESCRIPTION|github/pratheesh3780/grapesAgri1|3.6153289949385395e-06| +|DESCRIPTION|github/databio/GenomicDistributions|3.6153289949385395e-06| +|DESCRIPTION|github/rickhelmus/patRoon|3.6153289949385395e-06| +|DESCRIPTION|github/akcochrane/TEfits|3.6153289949385395e-06| +|DESCRIPTION|github/gabraham/flashpca|3.6153289949385395e-06| +|DESCRIPTION|github/IMB-Computational-Genomics-Lab/scGPS|3.6153289949385395e-06| +|DESCRIPTION|github/TheMillerLab/genetex|3.6153289949385395e-06| +|DESCRIPTION|github/andyphilips/dynamac|3.6153289949385395e-06| +|DESCRIPTION|github/r-spatialecology/shar|3.6153289949385395e-06| +|DESCRIPTION|github/ecological-cities/home2park|3.6153289949385395e-06| +|DESCRIPTION|github/jgrembi/riskCommunicator|3.6153289949385395e-06| +|DESCRIPTION|github/bartongroup/RoSA|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/orderly|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/vaultr|3.6153289949385395e-06| +|DESCRIPTION|github/vimc/dettl|3.6153289949385395e-06| +|DESCRIPTION|github/lydialucchesi/Vizumap|3.6153289949385395e-06| +|DESCRIPTION|github/USEPA/nsink|3.6153289949385395e-06| +|DESCRIPTION|github/IMMM-SFA/gamut|3.6153289949385395e-06| +|DESCRIPTION|github/zizroc/villager|3.6153289949385395e-06| +|DESCRIPTION|github/shangguandong1996/FindIT2|3.6153289949385395e-06| +|DESCRIPTION|github/astrostat/Automark|3.6153289949385395e-06| +|DESCRIPTION|github/astrostat/LIRA|3.6153289949385395e-06| +|DESCRIPTION|github/Jinsl-lab/SDImpute|3.6153289949385395e-06| +|DESCRIPTION|github/r-spatial/rgee|3.6153289949385395e-06| +|DESCRIPTION|github/LindaNab/mecor|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/medoutcon|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/txshift|3.6153289949385395e-06| +|DESCRIPTION|github/nhejazi/haldensify|3.6153289949385395e-06| +|DESCRIPTION|github/HajkD/LTRpred|3.6153289949385395e-06| +|DESCRIPTION|github/DrJCarson/BoundedCoalescent|3.6153289949385395e-06| +|DESCRIPTION|github/ScialdoneLab/MitoHEAR|3.6153289949385395e-06| +|DESCRIPTION|github/orbisgis/lczexplore|3.6153289949385395e-06| +|DESCRIPTION|github/LabTranslationalArchitectomics/riboWaltz|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/srr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/roreviewapi|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgstats|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/autotest|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-review-tools/pkgcheck|3.6153289949385395e-06| +|DESCRIPTION|github/highamm/sptotal|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/performance|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/effectsize|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/parameters|3.6153289949385395e-06| +|DESCRIPTION|github/easystats/correlation|3.6153289949385395e-06| +|DESCRIPTION|github/YuLab-SMU/treeio|3.6153289949385395e-06| +|DESCRIPTION|github/maximewack/viroCapt|3.6153289949385395e-06| +|DESCRIPTION|github/gasparl/possa|3.6153289949385395e-06| +|DESCRIPTION|github/epiforecasts/covidregionaldata|3.6153289949385395e-06| +|DESCRIPTION|github/isakro/shoredate|3.6153289949385395e-06| +|DESCRIPTION|github/johannes-titz/cofad|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/hyper.fit|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/celestial|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/NFWdist|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProSpect|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProFuse|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/Rwcs|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProFound|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/Rfits|3.6153289949385395e-06| +|DESCRIPTION|github/asgr/ProPane|3.6153289949385395e-06| +|DESCRIPTION|github/BMILAB/scLINE|3.6153289949385395e-06| +|DESCRIPTION|github/snystrom/memes|3.6153289949385395e-06| +|DESCRIPTION|github/mlr-org/mcboost|3.6153289949385395e-06| +|DESCRIPTION|github/DidierMurilloF/FielDHub|3.6153289949385395e-06| +|DESCRIPTION|github/OwenWard/ppdiag|3.6153289949385395e-06| +|DESCRIPTION|github/mmollina/viewpoly|3.6153289949385395e-06| +|DESCRIPTION|github/Martindelosrios/MeSsI|3.6153289949385395e-06| +|DESCRIPTION|github/Martindelosrios/ROGER|3.6153289949385395e-06| +|DESCRIPTION|github/tbep-tech/tbeptools|3.6153289949385395e-06| +|DESCRIPTION|github/kendomaniac/rCASC|3.6153289949385395e-06| +|DESCRIPTION|github/kendomaniac/docker4seq|3.6153289949385395e-06| +|DESCRIPTION|github/sebastien-plutniak/archeofrag|3.6153289949385395e-06| +|DESCRIPTION|github/sebastien-plutniak/archeoviz|3.6153289949385395e-06| +|DESCRIPTION|github/nmfs-fish-tools/ssmse|3.6153289949385395e-06| +|DESCRIPTION|github/rx-li/EasyCellType|3.6153289949385395e-06| +|DESCRIPTION|github/dpseidel/stmove|3.6153289949385395e-06| +|DESCRIPTION|github/fumi-github/omicwas|3.6153289949385395e-06| +|DESCRIPTION|github/ezer/PAFway|3.6153289949385395e-06| +|DESCRIPTION|github/jackmwolf/tehtuner|3.6153289949385395e-06| +|DESCRIPTION|github/Sydney-Informatics-Hub/OmixLitMiner|3.6153289949385395e-06| +|DESCRIPTION|github/chrisaberson/BetterReg|3.6153289949385395e-06| +|DESCRIPTION|github/samhforbes/PupillometryR|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/netrankr|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/graphlayouts|3.6153289949385395e-06| +|DESCRIPTION|github/schochastics/signnet|3.6153289949385395e-06| +|DESCRIPTION|github/SJTU-CGM/ivTerm|3.6153289949385395e-06| +|DESCRIPTION|github/CTU-Bern/presize|3.6153289949385395e-06| +|DESCRIPTION|github/meenakshi-kushwaha/mmaqshiny|3.6153289949385395e-06| +|DESCRIPTION|github/IndrajeetPatil/ggstatsplot|3.6153289949385395e-06| +|DESCRIPTION|github/IndrajeetPatil/statsExpressions|3.6153289949385395e-06| +|DESCRIPTION|github/OrlandoLam/SAMT|3.6153289949385395e-06| +|DESCRIPTION|github/flyaflya/causact|3.6153289949385395e-06| +|DESCRIPTION|github/JSB-UCLA/scPNMF|3.6153289949385395e-06| +|DESCRIPTION|github/RitchieLab/hudson|3.6153289949385395e-06| +|DESCRIPTION|github/nevrome/bleiglas|3.6153289949385395e-06| +|DESCRIPTION|github/RajLabMSSM/echolocatoR|3.6153289949385395e-06| +|DESCRIPTION|github/chainsawriot/sweater|3.6153289949385395e-06| +|DESCRIPTION|github/chainsawriot/oolong|3.6153289949385395e-06| +|DESCRIPTION|github/CBIIT-CGBB/gcMECM|3.6153289949385395e-06| +|DESCRIPTION|github/r-lib/gert|3.6153289949385395e-06| +|DESCRIPTION|github/r-lib/credentials|3.6153289949385395e-06| +|DESCRIPTION|github/kadyb/rgugik|3.6153289949385395e-06| +|DESCRIPTION|github/signaturescience/skater|3.6153289949385395e-06| +|DESCRIPTION|github/MAnalytics/opitools|3.6153289949385395e-06| +|DESCRIPTION|github/MAnalytics/akmedoids|3.6153289949385395e-06| +|DESCRIPTION|github/metaOmics/MetaPath|3.6153289949385395e-06| +|DESCRIPTION|github/RETURN-project/BenchmarkRecovery|3.6153289949385395e-06| +|DESCRIPTION|github/MRCIEU/metaboprep|3.6153289949385395e-06| +|DESCRIPTION|github/VBlesius/RHRT|3.6153289949385395e-06| +|DESCRIPTION|github/aranyics/ReDCM|3.6153289949385395e-06| +|DESCRIPTION|github/donaldRwilliams/BGGM|3.6153289949385395e-06| +|DESCRIPTION|github/donaldRwilliams/GGMnonreg|3.6153289949385395e-06| +|DESCRIPTION|github/ArgoCanada/argodata|3.6153289949385395e-06| +|DESCRIPTION|github/EpiVec/TDLM|3.6153289949385395e-06| +|DESCRIPTION|github/mdsteiner/EFAtools|3.6153289949385395e-06| +|DESCRIPTION|github/YonghuiDong/RawHummus|3.6153289949385395e-06| +|DESCRIPTION|github/KerryAM-R/ggVolcanoR|3.6153289949385395e-06| +|DESCRIPTION|github/llrs/experDesign|3.6153289949385395e-06| +|DESCRIPTION|github/rqtl/qtl2|3.6153289949385395e-06| +|DESCRIPTION|github/bblodfon/emba|3.6153289949385395e-06| +|DESCRIPTION|github/pmoulos/metaseqR2|3.6153289949385395e-06| +|DESCRIPTION|github/niceume/datasailr|3.6153289949385395e-06| +|DESCRIPTION|github/Yingjie4Science/SDGdetector|3.6153289949385395e-06| +|DESCRIPTION|github/tgrimes/SeqNet|3.6153289949385395e-06| +|DESCRIPTION|github/LucyMcGowan/tipr|3.6153289949385395e-06| +|DESCRIPTION|github/arcaldwell49/SimplyAgree|3.6153289949385395e-06| +|DESCRIPTION|github/ColemanRHarris/mxnorm|3.6153289949385395e-06| +|DESCRIPTION|github/wjakethompson/measr|3.6153289949385395e-06| +|DESCRIPTION|github/rudeboybert/forestecology|3.6153289949385395e-06| +|DESCRIPTION|github/alexander-pastukhov/bistablehistory|3.6153289949385395e-06| +|DESCRIPTION|github/n8thangreen/BCEA|3.6153289949385395e-06| +|DESCRIPTION|github/BrianAronson/birankr|3.6153289949385395e-06| +|DESCRIPTION|github/ICRAR/ProFit|3.6153289949385395e-06| +|DESCRIPTION|github/ComtekAdvancedStructures/cmstatr|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/r2readthedocs|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/allcontributors|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/qcoder|3.6153289949385395e-06| +|DESCRIPTION|github/ropenscilabs/gendercoder|3.6153289949385395e-06| +|DESCRIPTION|github/kateharborne/SimSpin|3.6153289949385395e-06| +|DESCRIPTION|github/insilico/cncv|3.6153289949385395e-06| +|DESCRIPTION|github/saeyslab/PeacoQC|3.6153289949385395e-06| +|DESCRIPTION|github/saeyslab/nichenetr|3.6153289949385395e-06| +|DESCRIPTION|github/hydrosolutions/riversCentralAsia|3.6153289949385395e-06| +|DESCRIPTION|github/JEFworks-Lab/STdeconvolve|3.6153289949385395e-06| +|DESCRIPTION|github/rhenkin/visxhclust|3.6153289949385395e-06| +|DESCRIPTION|github/constantAmateur/SoupX|3.6153289949385395e-06| +|DESCRIPTION|github/mmahmoudian/sivs|3.6153289949385395e-06| +|DESCRIPTION|github/sachsmc/cosinor|3.6153289949385395e-06| +|DESCRIPTION|github/alstat/ALUES|3.6153289949385395e-06| +|DESCRIPTION|github/tlverse/hal9001|3.6153289949385395e-06| +|DESCRIPTION|github/CajoterBraak/demc2|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/pkgreviewr|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/roblog|3.6153289949385395e-06| +|DESCRIPTION|github/ropensci-org/rotemplate|3.6153289949385395e-06| +|DESCRIPTION|github/Hegghammer/daiR|3.6153289949385395e-06| +|DESCRIPTION|github/taranu/AllStarFit|3.6153289949385395e-06| +|DESCRIPTION|github/isoverse/isoreader|3.6153289949385395e-06| +|DESCRIPTION|github/TomKellyGenetics/graphsim|3.6153289949385395e-06| +|DESCRIPTION|github/r-cas/caracas|3.6153289949385395e-06| +|DESCRIPTION|github/V-Bernal/GeneNetTools|3.6153289949385395e-06| +|DESCRIPTION|github/ShixiangWang/sigminer|3.6153289949385395e-06| +|DESCRIPTION|github/cran/irtplay|3.6153289949385395e-06| +|DESCRIPTION|github/cosimameyer/overviewR|3.6153289949385395e-06| +|DESCRIPTION|github/dieghernan/tidyterra|3.6153289949385395e-06| +|DESCRIPTION|github/SietzeN/glottospace|3.6153289949385395e-06| +|DESCRIPTION|github/andreyshabalin/TwinEQTL|3.6153289949385395e-06| +|DESCRIPTION|github/LTLA/basilisk|3.6153289949385395e-06| +|DESCRIPTION|github/ahudde/greeks|3.6153289949385395e-06| +|DESCRIPTION|github/bcjaeger/aorsf|3.6153289949385395e-06| +|DESCRIPTION|github/NLeSC/EEG-epilepsy-diagnosis|3.6153289949385395e-06| +|DESCRIPTION|github/NLeSC/compressing-the-sky|3.6153289949385395e-06| +|DESCRIPTION|github/tidymodels/stacks|3.6153289949385395e-06| +|DESCRIPTION|github/tidymodels/infer|3.6153289949385395e-06| +|DESCRIPTION|github/maize-genetics/rTASSEL|3.6153289949385395e-06| +|DESCRIPTION|github/bcgov/bcdata|3.6153289949385395e-06| +|DESCRIPTION|github/bcgov/shinyssdtools|3.6153289949385395e-06| +|DESCRIPTION|github/stefanoMP/massiveGST|3.6153289949385395e-06| +|DESCRIPTION|github/radio1988/OneStopRNAseq|3.6153289949385395e-06| +|DESCRIPTION|github/wadpac/GGIR|3.6153289949385395e-06| +|DESCRIPTION|github/rauschenberger/joinet|3.6153289949385395e-06| +|DESCRIPTION|github/rauschenberger/transreg|3.6153289949385395e-06| +|DESCRIPTION|github/LiesaSalzer/MobilityTransformR|3.6153289949385395e-06| +|DESCRIPTION|github/azizka/IUCNN|3.6153289949385395e-06| +|DESCRIPTION|github/timoast/signac|3.6153289949385395e-06| +|DESCRIPTION|github/dsoave/JLS|3.6153289949385395e-06| +|DESCRIPTION|github/yiling0210/APIR|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/dust|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/provisionr|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/sircovid|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/odin|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/individual|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/cinterpolate|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/drjacoby|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/ring|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/EpiEstim|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/rrq|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/squire|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/dde|3.6153289949385395e-06| +|DESCRIPTION|github/mrc-ide/PlasmoMAPI|3.6153289949385395e-06| +|DESCRIPTION|github/nanakiksc/zerone|3.6153289949385395e-06| +|DESCRIPTION|github/flosalbizziae/kataegis|3.6153289949385395e-06| +|DESCRIPTION|github/COINtoolbox/CosmoPhotoz|3.6153289949385395e-06| +|DESCRIPTION|github/zoometh/iconr|3.6153289949385395e-06| +|cran|[txtq](https://github.com/wlandau/txtq)|3.6046429167361928e-06| +|cran|[arm](https://CRAN.R-project.org/package=arm)|3.5903606290672457e-06| +|cran|socialmixr|3.579175704989161e-06| +|cran|[nasapower](https://docs.ropensci.org/nasapower/)|3.5791757049891544e-06| +|cran|LSD|3.5791757049891544e-06| +|cran|outbreaks|3.5791757049891536e-06| +|cran|aweek|3.5791757049891536e-06| +|cran|[rmsfact](NA)|3.5433839479392627e-06| +|cran|[multicolor](https://github.com/aedobbyn/multicolor/)|3.5433839479392627e-06| +|cran|geomorph|3.543383947939262e-06| +|cran|[latex2exp](https://www.stefanom.io/latex2exp/)|3.488052770858413e-06| +|cran|clv|3.4449566160520614e-06| +|cran|plainview|3.44495661605206e-06| +|cran|mapdeck|3.44495661605206e-06| +|cran|[titanic](https://github.com/paulhendricks/titanic)|3.4342040503837108e-06| +|cran|[geojson](https://docs.ropensci.org/geojson)|3.4300433839479405e-06| +|cran|[MLmetrics](http://github.com/yanyachen/MLmetrics)|3.419782384599327e-06| +|cran|ncbit|3.4070999499415983e-06| +|cran|subplex|3.4070999499415983e-06| +|cran|[shinybusy](https://github.com/dreamRs/shinybusy)|3.403700276969534e-06| +|cran|[RRF](https://sites.google.com/site/houtaodeng/rrf)|3.387434149364735e-06| +|cran|thor|3.374651378989774e-06| +|cran|[fds](https://sites.google.com/site/hanlinshangswebsite/)|3.3652773473814688e-06| +|cran|gcookbook|3.3487494495457733e-06| +|cran|polycor|3.3251298926566286e-06| +|cran|[log4r](https://github.com/johnmyleswhite/log4r)|3.3199357583847817e-06| +|cran|imbalance|3.2809110629067245e-06| +|cran|prodlim|3.2809110629067245e-06| +|cran|pec|3.2809110629067245e-06| +|cran|limma|3.252943339999953e-06| +|cran|misc3d|3.2481019522776567e-06| +|cran|aws.signature|3.234792832534315e-06| +|cran|maxLik|3.2212581344902385e-06| +|cran|princurve|3.2212581344902385e-06| +|cran|brglm|3.2212581344902385e-06| +|cran|[hal9001](https://github.com/tlverse/hal9001)|3.2150552456126324e-06| +|cran|[jsonvalidate](https://docs.ropensci.org/jsonvalidate/)|3.213970220158828e-06| +|cran|[gistr](https://github.com/ropensci/gistr)|3.204085321764282e-06| +|cran|PCICt|3.180782924281227e-06| +|cran|paws|3.1800017954077116e-06| +|cran|clustermq|3.1800017954077116e-06| +|cran|arules|3.1637356678029125e-06| +|cran|grpreg|3.1637356678029125e-06| +|cran|syslognet|3.1572459536125477e-06| +|cran|botor|3.1572459536125477e-06| +|cran|telegram|3.1572459536125477e-06| +|cran|RPushbullet|3.1572459536125477e-06| +|cran|slackr|3.1572459536125477e-06| +|cran|plotlyGeoAssets|3.1289530768352546e-06| +|cran|listviewer|3.1289530768352546e-06| +|cran|registry|3.070165788658196e-06| +|cran|pvclust|3.068784558163504e-06| +|cran|[themis](https://github.com/tidymodels/themis)|3.0618648141004157e-06| +|cran|superpc|3.0618648141004157e-06| +|cran|subselect|3.0618648141004157e-06| +|cran|pamr|3.0618648141004157e-06| +|cran|BradleyTerry2|3.0618648141004157e-06| +|cran|ModelMetrics|3.0618648141004157e-06| +|cran|[geojsonsf](https://github.com/SymbolixAU/geojsonsf)|3.0371023138105588e-06| +|cran|yulab.utils|3.02425704269606e-06| +|cran|farver|2.977633569696859e-06| +|cran|ranger|2.954062725958062e-06| +|cran|robustlmm|2.952819956616052e-06| +|cran|multgee|2.952819956616052e-06| +|cran|merTools|2.952819956616052e-06| +|cran|marginaleffects|2.952819956616052e-06| +|cran|logistf|2.952819956616052e-06| +|cran|JM|2.952819956616052e-06| +|cran|gmnl|2.952819956616052e-06| +|cran|fungible|2.952819956616052e-06| +|cran|feisr|2.952819956616052e-06| +|cran|estimatr|2.952819956616052e-06| +|cran|crch|2.952819956616052e-06| +|cran|censReg|2.952819956616052e-06| +|cran|bife|2.952819956616052e-06| +|cran|bdsmatrix|2.952819956616052e-06| +|cran|doBy|2.9528199566160516e-06| +|cran|captioner|2.9528199566160516e-06| +|cran|corpus.JSS.papers|2.9528199566160516e-06| +|cran|lasso2|2.9528199566160516e-06| +|cran|ggfun|2.9528199566160516e-06| +|cran|[leafem](https://github.com/r-spatial/leafem)|2.9381197706848484e-06| +|cran|[rfishbase](https://docs.ropensci.org/rfishbase/)|2.9080802603036885e-06| +|cran|sparklyr|2.9080802603036873e-06| +|cran|sjmisc|2.8825147195537652e-06| +|cran|[progressr](https://progressr.futureverse.org)|2.8727594474255136e-06| +|cran|distr6|2.8529661416580213e-06| +|cran|hardhat|2.8410925117416174e-06| +|cran|ppcor|2.8363769077316394e-06| +|cran|decor|2.812209482491478e-06| +|cran|[mlr3](https://mlr3.mlr-org.com)|2.807079273645341e-06| +|cran|rainbow|2.7840873876665627e-06| +|cran|procmaps|2.769434296152528e-06| +|cran|[tidytext](http://github.com/juliasilge/tidytext)|2.7326406183153636e-06| +|cran|tablerDash|2.730696164158392e-06| +|cran|argonDash|2.730696164158392e-06| +|cran|argonR|2.730696164158392e-06| +|cran|TMB|2.728359199756641e-06| +|cran|RProtoBuf|2.7256799599532787e-06| +|cran|[lhs](https://github.com/bertcarnell/lhs)|2.709947319491789e-06| +|cran|affy|2.698423160353746e-06| +|cran|marray|2.698423160353746e-06| +|cran|lm.beta|2.684935376865228e-06| +|cran|mlapi|2.6641984570971895e-06| +|cran|rsparse|2.6641984570971895e-06| +|cran|[magicaxis](NA)|2.6600336446943273e-06| +|cran|GenSA|2.628120488395883e-06| +|cran|MonetDBLite|2.6247288503253795e-06| +|cran|RgoogleMaps|2.6172722342733187e-06| +|cran|systemfonts|2.6112393902061115e-06| +|cran|[truncnorm](https://github.com/olafmersmann/truncnorm)|2.599163309575459e-06| +|cran|leafsync|2.580202200185931e-06| +|cran|ExactData|2.567669527492219e-06| +|cran|diffobj|2.562720862347535e-06| +|cran|Epi|2.558878215060428e-06| +|cran|memisc|2.558878215060428e-06| +|cran|descr|2.558878215060428e-06| +|cran|sylly.en|2.558878215060428e-06| +|cran|sylly|2.558878215060428e-06| +|cran|estimability|2.5579139441810786e-06| +|cran|[rjags](https://mcmc-jags.sourceforge.io)|2.5467211747038226e-06| +|cran|RWeka|2.54374810539701e-06| +|cran|[R.matlab](https://github.com/HenrikBengtsson/R.matlab)|2.5432599938023e-06| +|cran|Exact|2.5365462604923128e-06| +|cran|[pbivnorm](https://github.com/brentonk/pbivnorm)|2.536034364653499e-06| +|cran|DoE.base|2.5309885342423303e-06| +|cran|[text2vec](http://text2vec.org)|2.5245971490548548e-06| +|cran|RcppAnnoy|2.5230668173902415e-06| +|cran|[flextable](https://ardata-fr.github.io/flextable-book/)|2.5113882863340574e-06| +|cran|DendSer|2.491765612512844e-06| +|cran|[rgbif](https://github.com/ropensci/rgbif)|2.485538684020248e-06| +|cran|[rbison](https://github.com/ropensci/rbison)|2.485538684020248e-06| +|cran|[rebird](https://docs.ropensci.org/rebird/)|2.485538684020248e-06| +|cran|[rvertnet](https://github.com/ropensci/rvertnet)|2.485538684020248e-06| +|cran|[ridigbio](https://github.com/iDigBio/ridigbio)|2.485538684020248e-06| +|cran|fftw|2.4789443977157023e-06| +|cran|[clusterCrit](http:www.r-project.org)|2.472232642343391e-06| +|cran|kknn|2.4722209435912778e-06| +|cran|picante|2.460683297180043e-06| +|cran|hisse|2.460683297180043e-06| +|cran|diversitree|2.460683297180043e-06| +|cran|[gargle](https://gargle.r-lib.org)|2.4565150024925582e-06| +|cran|svUnit|2.4104652707069808e-06| +|cran|AlgDesign|2.4104652707069808e-06| +|cran|[shinyjqui](https://github.com/yang-tang/shinyjqui)|2.4029926361456796e-06| +|cran|RDCOMClient|2.380929925492785e-06| +|cran|base|2.380929925492785e-06| +|cran|BiasedUrn|2.3622559652928414e-06| +|cran|[ggdendro](https://github.com/andrie/ggdendro)|2.351581230734105e-06| +|cran|[oai](https://github.com/ropensci/oai)|2.337257262324259e-06| +|cran|[reproj](https://github.com/hypertidy/reproj/)|2.307611330866403e-06| +|cran|influenceR|2.303495835721385e-06| +|cran|Rdonlp2|2.300898667493027e-06| +|cran|gamlss.dist|2.300898667493027e-06| +|cran|Rsolnp|2.300898667493027e-06| +|cran|[correlation](https://easystats.github.io/correlation/)|2.3001184414707717e-06| +|cran|[kml](http:www.r-project.org)|2.28385497365975e-06| +|cran|R2WinBUGS|2.2713999666277324e-06| +|cran|kriging|2.2713999666277324e-06| +|cran|udunits2|2.2713999666277324e-06| +|cran|formula.tools|2.2713999666277324e-06| +|cran|polspline|2.268054049168475e-06| +|cran|mlr3measures|2.2209244118137826e-06| +|cran|mclustcomp|2.214614967462039e-06| +|cran|maotai|2.214614967462039e-06| +|cran|CVXR|2.214614967462039e-06| +|cran|leafgl|2.214614967462039e-06| +|cran|shinyEffects|2.214614967462039e-06| +|cran|googleAnalyticsR|2.2008595949933305e-06| +|cran|bigQueryR|2.2008595949933305e-06| +|cran|seasonal|2.2008595949933305e-06| +|cran|forecTheta|2.2008595949933305e-06| +|cran|urca|2.2008595949933305e-06| +|cran|fracdiff|2.2008595949933305e-06| +|cran|[tiff](https://www.rforge.net/tiff/)|2.187274041937818e-06| +|cran|[mauricer](https://docs.ropensci.org/mauricer/)|2.1872740419378175e-06| +|cran|wicket|2.187274041937816e-06| +|cran|prettymapr|2.187274041937816e-06| +|cran|rosm|2.187274041937816e-06| +|cran|pkgmaker|2.1843198016733807e-06| +|cran|effects|2.174054253772258e-06| +|cran|[r4ss](https://github.com/r4ss/r4ss)|2.114967462039045e-06| +|cran|cleanrmd|2.1091571118686086e-06| +|cran|agridat|2.109157111868608e-06| +|cran|[ggmap](https://github.com/dkahle/ggmap)|2.10489618841029e-06| +|cran|cyclocomp|2.090992122388401e-06| +|cran|xmlparsedata|2.090992122388401e-06| +|cran|calibrator|2.0843434987878013e-06| +|cran|alabama|2.0843434987878013e-06| +|cran|disordR|2.0843434987878013e-06| +|cran|rio|2.0741468116311135e-06| +|cran|sva|2.0692109544468545e-06| +|cran|SIS|2.0692109544468545e-06| +|cran|LogicReg|2.0692109544468545e-06| +|cran|KernelKnn|2.0692109544468545e-06| +|cran|genefilter|2.0692109544468545e-06| +|cran|extraTrees|2.0692109544468545e-06| +|cran|biglasso|2.0692109544468545e-06| +|cran|bartMachine|2.0692109544468545e-06| +|cran|cvAUC|2.0692109544468545e-06| +|cran|nnls|2.0692109544468545e-06| +|cran|[geojsonio](https://github.com/ropensci/geojsonio)|2.0582126516023093e-06| +|cran|[cinterpolate](https://github.com/mrc-ide/cinterpolate)|2.0507381160373384e-06| +|cran|[ring](https://github.com/mrc-ide/ring)|2.0507381160373384e-06| +|cran|lda|2.0428145336225597e-06| +|cran|textdata|2.034744975475326e-06| +|cran|mallet|2.034744975475326e-06| +|cran|gutenbergr|2.034744975475326e-06| +|cran|[ids](https://github.com/richfitz/ids)|2.0196777192438867e-06| +|cran|quanteda.textplots|2.0132863340563993e-06| +|cran|quanteda.textstats|2.0132863340563993e-06| +|cran|quanteda.textmodels|2.0132863340563993e-06| +|cran|questionr|2.013286334056399e-06| +|cran|dockerfiler|2.0079521704788773e-06| +|cran|attachment|2.0079521704788773e-06| +|cran|mfx|1.9901542106026272e-06| +|cran|drc|1.9901542106026272e-06| +|cran|RQuantLib|1.9685466377440345e-06| +|cran|odeintr|1.9685466377440345e-06| +|cran|bigstatsr|1.9685466377440345e-06| +|cran|snow|1.9469142571094844e-06| +|cran|Rmpi|1.9469142571094844e-06| +|cran|batchtools|1.9469142571094844e-06| +|cran|BatchJobs|1.9469142571094844e-06| +|cran|BBmisc|1.9469142571094844e-06| +|cran|[ssh](https://docs.ropensci.org/ssh)|1.9469142571094844e-06| +|cran|rematch2|1.9045688720173535e-06| +|cran|[mlr3pipelines](https://mlr3pipelines.mlr-org.com)|1.8985192869942485e-06| +|cran|bain|1.8948577261707286e-06| +|cran|gclus|1.8852619723010178e-06| +|cran|[dde](https://github.com/mrc-ide/dde)|1.8786623609897836e-06| +|cran|movMF|1.8649389199680326e-06| +|cran|flexmix|1.8649389199680326e-06| +|cran|flexclust|1.8649389199680326e-06| +|cran|cclust|1.8649389199680326e-06| +|cran|relations|1.8649389199680326e-06| +|cran|[rncl](https://github.com/fmichonneau/rncl)|1.8620235512860287e-06| +|cran|arkdb|1.8455124728850324e-06| +|cran|[energy](https://github.com/mariarizzo/energy)|1.8279583559291409e-06| +|cran|[ggiraph](https://davidgohel.github.io/ggiraph/)|1.8087620080570176e-06| +|cran|sn|1.8078489530302358e-06| +|cran|ProFound|1.8078489530302358e-06| +|cran|FITSio|1.8078489530302358e-06| +|cran|dials|1.805015333981599e-06| +|cran|[hdf5r](https://hhoeflin.github.io/hdf5r/)|1.8043910607535392e-06| +|cran|kappaSize|1.7895878524945806e-06| +|cran|[readtext](https://github.com/quanteda/readtext)|1.7895878524945795e-06| +|cran|nLTT|1.7895878524945768e-06| +|cran|concaveman|1.7881984209320813e-06| +|cran|tweenr|1.7881984209320813e-06| +|cran|[countrycode](https://vincentarelbundock.github.io/countrycode/)|1.7615409504365816e-06| +|cran|[yardstick](https://github.com/tidymodels/yardstick)|1.7553045603011956e-06| +|cran|StanHeaders|1.747933652479617e-06| +|cran|shinystan|1.747933652479617e-06| +|cran|nFactors|1.7381861407115658e-06| +|cran|adehabitatHR|1.7150216919739715e-06| +|cran|[parsedate](https://github.com/gaborcsardi/parsedate)|1.7123101952277785e-06| +|cran|gginnards|1.7117796849948127e-06| +|cran|[osmdata](https://docs.ropensci.org/osmdata/)|1.7077781220948216e-06| +|cran|vip|1.7035499749707992e-06| +|cran|pdp|1.7035499749707992e-06| +|cran|stan4bart|1.7035499749707992e-06| +|cran|tmle|1.7035499749707992e-06| +|cran|dbarts|1.7035499749707992e-06| +|cran|CircStats|1.7035499749707992e-06| +|cran|showimage|1.6873256894948867e-06| +|cran|ggfortify|1.660961225596529e-06| +|cran|[sjlabelled](https://strengejacke.github.io/sjlabelled/)|1.6447164549116805e-06| +|cran|[wellknown](https://github.com/ropensci/wellknown)|1.6404555314533646e-06| +|cran|R2HTML|1.6404555314533623e-06| +|cran|[ggcorrplot](http://www.sthda.com/english/wiki/ggcorrplot)|1.618649835169541e-06| +|cran|sangerseqR|1.6106290672451192e-06| +|cran|[ggraph](https://ggraph.data-imaginist.com)|1.6092309517353588e-06| +|cran|dendroextras|1.6059196255280281e-06| +|cran|[rlist](https://renkun.me/rlist)|1.5907447577729679e-06| +|cran|[hrbrthemes](http://github.com/hrbrmstr/hrbrthemes)|1.5776629752254836e-06| +|cran|[workflows](https://github.com/tidymodels/workflows)|1.5564614655795752e-06| +|cran|highcharter|1.5541157666400273e-06| +|cran|soma|1.5406017164953315e-06| +|cran|tcltk2|1.5406017164953315e-06| +|cran|survAUC|1.5406017164953315e-06| +|cran|simsurv|1.5406017164953315e-06| +|cran|set6|1.5406017164953315e-06| +|cran|param6|1.5406017164953315e-06| +|cran|bujar|1.5406017164953315e-06| +|cran|[umap](https://github.com/tkonopka/umap)|1.5391875839272844e-06| +|cran|IRanges|1.5387934985182242e-06| +|cran|pgdraw|1.5339324449953516e-06| +|cran|matrixNormal|1.5339324449953516e-06| +|cran|DiagrammeRsvg|1.5331949774737191e-06| +|cran|[fastcluster](http://danifold.net/fastcluster.html)|1.4801347185751817e-06| +|cran|sjPlot|1.4764099783080262e-06| +|cran|sjstats|1.4628649326354753e-06| +|cran|projpred|1.4628649326354753e-06| +|cran|PROreg|1.4628649326354753e-06| +|cran|PMCMRplus|1.4628649326354753e-06| +|cran|PCDimension|1.4628649326354753e-06| +|cran|NbClust|1.4628649326354753e-06| +|cran|M3C|1.4628649326354753e-06| +|cran|lqmm|1.4628649326354753e-06| +|cran|lavaSearch2|1.4628649326354753e-06| +|cran|ivprobit|1.4628649326354753e-06| +|cran|FactoMineR|1.4628649326354753e-06| +|cran|factoextra|1.4628649326354753e-06| +|cran|EGAnet|1.4628649326354753e-06| +|cran|DRR|1.4628649326354753e-06| +|cran|ClassDiscovery|1.4628649326354753e-06| +|cran|cAIC4|1.4628649326354753e-06| +|cran|brglm2|1.4628649326354753e-06| +|cran|BayesFM|1.4628649326354753e-06| +|cran|pcaPP|1.446812948439847e-06| +|cran|vegalite|1.4345683999754097e-06| +|cran|wdm|1.4302721664859002e-06| +|cran|rmcorr|1.4302721664859002e-06| +|cran|mbend|1.4302721664859002e-06| +|cran|TSP|1.4227223427331886e-06| +|cran|moonBook|1.406104741245739e-06| +|cran|ztable|1.406104741245739e-06| +|cran|mycor|1.406104741245739e-06| +|cran|treemap|1.4005470149957559e-06| +|cran|networkD3|1.4005470149957559e-06| +|cran|[multimode](https://arxiv.org/abs/1803.00472/)|1.398682487479635e-06| +|cran|GDINA|1.3895623325252012e-06| +|cran|hdi|1.3841343546637743e-06| +|cran|gamboostLSS|1.3841343546637743e-06| +|cran|mboost|1.3841343546637743e-06| +|cran|[duckdb](https://duckdb.org/)|1.372017353579173e-06| +|cran|spatialreg|1.3709521227145954e-06| +|cran|[fitdistrplus](https://lbbe.univ-lyon1.fr/fr/fitdistrplus)|1.3498925585326883e-06| +|cran|cartogram|1.3498605515959096e-06| +|cran|rmapshaper|1.3498605515959096e-06| +|cran|widgetframe|1.3498605515959096e-06| +|cran|tmaptools|1.3498605515959096e-06| +|cran|randgeo|1.3421908893709328e-06| +|cran|googleComputeEngineR|1.3320992285485947e-06| +|cran|[taxizedb](https://ropensci.github.io/taxizedb/)|1.3123644251627078e-06| +|cran|[redland](https://github.com/ropensci/redland-bindings/tree/master/R/redland)|1.3123644251626978e-06| +|cran|mlr3data|1.3123644251626898e-06| +|cran|sommer|1.2924196770599132e-06| +|cran|CARBayes|1.2924196770599132e-06| +|cran|multcompView|1.2924196770599132e-06| +|cran|[ncmeta](https://github.com/hypertidy/ncmeta)|1.2673005281524114e-06| +|cran|clue|1.2673005281524112e-06| +|cran|mvabund|1.2654942671211652e-06| +|cran|huxtable|1.2654942671211652e-06| +|cran|texreg|1.2654942671211652e-06| +|cran|dotwhisker|1.2654942671211652e-06| +|cran|DHARMa|1.2654942671211652e-06| +|cran|RNeXML|1.2654942671211652e-06| +|cran|phylobase|1.2654942671211652e-06| +|cran|striprtf|1.2654942671211652e-06| +|cran|streamR|1.2654942671211652e-06| +|cran|readODS|1.2654942671211652e-06| +|cran|[writexl](https://docs.ropensci.org/writexl)|1.262653651482283e-06| +|cran|[FME](http://fme.r-forge.r-project.org/)|1.2564550223560133e-06| +|cran|[GA](https://luca-scr.github.io/GA/)|1.2437635574837328e-06| +|cran|[C50](https://topepo.github.io/C5.0/)|1.2427693420101247e-06| +|cran|rlog|1.2389454363423995e-06| +|cran|loggit|1.2389454363423995e-06| +|cran|[butcher](https://butcher.tidymodels.org/)|1.2349202724816385e-06| +|cran|leaflet.extras2|1.2303416485900215e-06| +|cran|satellite|1.2303416485900215e-06| +|cran|leafpop|1.2303416485900215e-06| +|cran|base64|1.2303416485900215e-06| +|cran|learnr|1.2303416485900215e-06| +|cran|pheatmap|1.2074485291319445e-06| +|cran|[proceduralnames](https://mikemahoney218.github.io/proceduralnames/)|1.1930585683297272e-06| +|cran|[CholWishart](https://github.com/gzt/CholWishart)|1.1930585683297272e-06| +|cran|[tabulizerjars](https://github.com/ropensci/tabulizerjars)|1.193058568329718e-06| +|cran|[susieR](https://github.com/stephenslab/susieR)|1.1826841459964154e-06| +|cran|repurrrsive|1.181127982646421e-06| +|cran|rvg|1.1655868249800205e-06| +|cran|phosphoricons|1.1655868249800205e-06| +|cran|datamods|1.1655868249800205e-06| +|cran|[NMF](http://renozao.github.io/NMF)|1.1642153941503208e-06| +|cran|aws.ec2metadata|1.1504493337465136e-06| +|cran|ISLR|1.1430270799804072e-06| +|cran|ICSOutlier|1.1430270799804072e-06| +|cran|ICS|1.1430270799804072e-06| +|cran|bigutilsr|1.1430270799804072e-06| +|cran|[Rfast](https://github.com/RfastOfficial/Rfast)|1.1091076507641852e-06| +|cran|[proto](https://github.com/hadley/proto)|1.1050793985424035e-06| +|cran|tidyquant|1.1004297974966653e-06| +|cran|tibbletime|1.1004297974966653e-06| +|cran|sweep|1.1004297974966653e-06| +|cran|tensorflow|1.098754306494832e-06| +|cran|[EMbC]()|1.0758831732259092e-06| +|cran|[geodist](https://github.com/hypertidy/geodist)|1.0737527114967665e-06| +|cran|googlePolylines|1.0737527114967512e-06| +|cran|languageR|1.0737527114967464e-06| +|cran|hypergeo|1.0737527114967464e-06| +|cran|[ctmm](https://github.com/ctmm-initiative/ctmm)|1.0439262472885038e-06| +|cran|automap|1.0360771777600181e-06| +|cran|snpStats|1.0270678109968877e-06| +|cran|som|9.99415985316202e-07| +|cran|QuickJSR|9.842733188720175e-07| +|cran|qdapDictionaries|9.842733188720173e-07| +|cran|swagger|9.734571285547424e-07| +|cran|nlshrink|9.734571285547422e-07| +|cran|NetworkComparisonTest|9.734571285547422e-07| +|cran|NetworkToolbox|9.734571285547422e-07| +|cran|glassoFast|9.734571285547422e-07| +|cran|[ghql](https://github.com/ropensci/ghql)|9.61329884865677e-07| +|cran|[isdparser](https://github.com/ropensci/isdparser)|9.267508521846921e-07| +|cran|geonames|9.267508521846921e-07| +|cran|[xslt](https://github.com/ropensci/xslt)|9.219088937093314e-07| +|cran|starsdata|9.093829576534942e-07| +|cran|ncdfgeom|9.093829576534942e-07| +|cran|cubelyr|9.093829576534942e-07| +|cran|vtreat|9.085599866510929e-07| +|cran|smotefamily|9.085599866510929e-07| +|cran|bestNormalize|9.085599866510929e-07| +|cran|mlr3learners|9.085599866510929e-07| +|cran|mlr3filters|9.085599866510929e-07| +|cran|bbotk|9.085599866510929e-07| +|cran|alr4|9.085599866510929e-07| +|cran|carData|9.085599866510929e-07| +|cran|compositions|9.062363038207832e-07| +|cran|[Momocs](https://github.com/MomX/Momocs/)|8.947939262473004e-07| +|cran|[iptools](https://github.com/hrbrmstr/iptools)|8.947939262472954e-07| +|cran|leaflet.minicharts|8.947939262472903e-07| +|cran|[decoder](https://www.bitbucket.com/cancercentrum/decoder)|8.947939262472903e-07| +|cran|[metR](https://github.com/eliocamp/metR)|8.947939262472903e-07| +|cran|[sensemakr](https://github.com/carloscinelli/sensemakr)|8.947939262472903e-07| +|cran|[LiblineaR]()|8.947939262472893e-07| +|cran|qap|8.858459869848157e-07| +|cran|biomaRt|8.858459869848155e-07| +|cran|[tune](https://tune.tidymodels.org/)|8.776522801505978e-07| +|cran|dblog|8.473309440724323e-07| +|cran|[rgeoda](https://github.com/geodacenter/rgeoda/)|8.436628447474433e-07| +|cran|bcpa|8.202277657266811e-07| +|cran|amt|8.202277657266811e-07| +|cran|circular|8.202277657266811e-07| +|cran|genlasso|8.108430086817534e-07| +|cran|L0Learn|8.108430086817534e-07| +|cran|mixsqp|8.108430086817534e-07| +|cran|slider|7.874186550976138e-07| +|cran|[scattermore](https://github.com/exaexa/scattermore)|7.782186612080294e-07| +|cran|NetSwan|7.703008582476658e-07| +|cran|netrankr|7.703008582476658e-07| +|cran|fortunes|7.675379609544471e-07| +|cran|mail|7.669662224976758e-07| +|cran|bibtex|7.669662224976758e-07| +|cran|synchronicity|7.669662224976758e-07| +|cran|doMPI|7.669662224976758e-07| +|cran|rngtools|7.669662224976758e-07| +|cran|waveslim|7.636603336075997e-07| +|cran|[uwot](https://github.com/jlmelville/uwot)|7.533632743678273e-07| +|cran|minpack.lm|7.20859479909101e-07| +|cran|Rd2md|7.158351409978443e-07| +|cran|[phonTools](http://www.santiagobarreda.com/rscripts.html)|7.158351409978342e-07| +|cran|[hash](http://www.johnhughes.org)|7.158351409978342e-07| +|cran|[leafletR](https://github.com/chgrl/leafletR)|7.158351409978342e-07| +|cran|[RcppSimdJson](https://github.com/eddelbuettel/rcppsimdjson/)|7.158351409978342e-07| +|cran|[digitTests](https://koenderks.github.io/digitTests/)|7.158351409978342e-07| +|cran|[jfa](https://koenderks.github.io/jfa/)|7.158351409978342e-07| +|cran|[uchardet](https://artemklevtsov.gitlab.io/uchardet)|7.158351409978242e-07| +|cran|textshaping|7.129979895243638e-07| +|cran|[fda](http://www.functionaldata.org)|7.101539097200762e-07| +|cran|R.cache|7.086767895878525e-07| +|cran|tidymodels|6.947811662626006e-07| +|cran|psychotree|6.788091854289774e-07| +|cran|psychotools|6.788091854289774e-07| +|cran|coin|6.788091854289774e-07| +|cran|pmml|6.788091854289774e-07| +|cran|inum|6.788091854289774e-07| +|cran|libcoin|6.788091854289774e-07| +|cran|GPfit|6.788091854289774e-07| +|cran|rapportools|6.749302757979546e-07| +|cran|suncalc|6.710954446854664e-07| +|cran|manipulate|6.710954446854664e-07| +|cran|Gmedian|6.710954446854664e-07| +|cran|fasttime|6.710954446854664e-07| +|cran|[ratelimitr](https://github.com/tarakc02/ratelimitr)|6.561822125813539e-07| +|cran|truncdist|6.513573433711879e-07| +|cran|rmutil|6.513573433711879e-07| +|cran|cramer|6.513573433711879e-07| +|cran|yesno|6.513573433711879e-07| +|cran|[kSamples](NA)|6.462400578452655e-07| +|cran|graphlayouts|6.327471335605826e-07| +|cran|[tarchetypes](https://docs.ropensci.org/tarchetypes/)|6.007008176205583e-07| +|cran|[rstackdeque](https://github.com/oneilsh/rstackdeque)|5.965292841648636e-07| +|cran|[osqp](https://osqp.org)|5.965292841648636e-07| +|cran|[wdman](https://github.com/ropensci/wdman)|5.965292841648636e-07| +|cran|[ipaddress](https://davidchall.github.io/ipaddress/)|5.965292841648636e-07| +|cran|[biblio](https://github.com/kamapu/biblio)|5.965292841648636e-07| +|cran|[spiderbar](https://gitlab.com/hrbrmstr/spiderbar)|5.965292841648636e-07| +|cran|[nplr](https://github.com/fredcommo/nplr)|5.965292841648636e-07| +|cran|[ggspatial](https://paleolimbot.github.io/ggspatial/)|5.965292841648636e-07| +|cran|Ecume|5.965292841648636e-07| +|cran|[cpp11](https://cpp11.r-lib.org)|5.965292841648636e-07| +|cran|locatexec|5.678499916569331e-07| +|cran|doconv|5.678499916569331e-07| +|cran|equatags|5.678499916569331e-07| +|cran|[fasterize](https://github.com/ecohealthalliance/fasterize)|5.567606652205325e-07| +|cran|mixtools|5.545201796462069e-07| +|cran|enrichR|5.545201796462069e-07| +|cran|metap|5.545201796462069e-07| +|cran|monocle|5.545201796462069e-07| +|cran|Rfast2|5.545201796462069e-07| +|cran|rtracklayer|5.545201796462069e-07| +|cran|GenomeInfoDb|5.545201796462069e-07| +|cran|GenomicRanges|5.545201796462069e-07| +|cran|BiocGenerics|5.545201796462069e-07| +|cran|DESeq2|5.545201796462069e-07| +|cran|MAST|5.545201796462069e-07| +|cran|SingleCellExperiment|5.545201796462069e-07| +|cran|SummarizedExperiment|5.545201796462069e-07| +|cran|S4Vectors|5.545201796462069e-07| +|cran|rsvd|5.545201796462069e-07| +|cran|sctransform|5.545201796462069e-07| +|cran|leiden|5.545201796462069e-07| +|cran|ica|5.545201796462069e-07| +|cran|whitening|5.368763557483731e-07| +|cran|randtoolbox|5.368763557483731e-07| +|cran|mc2d|5.368763557483731e-07| +|cran|ggExtra|5.368763557483731e-07| +|cran|DiceDesign|5.368763557483731e-07| +|cran|condMVNorm|5.368763557483731e-07| +|cran|showtextdb|5.347484921432728e-07| +|cran|sysfonts|5.347484921432728e-07| +|cran|vars|5.27289277967152e-07| +|cran|systemfit|5.27289277967152e-07| +|cran|poLCA|5.27289277967152e-07| +|cran|orcutt|5.27289277967152e-07| +|cran|muhaz|5.27289277967152e-07| +|cran|modeltests|5.27289277967152e-07| +|cran|lsmeans|5.27289277967152e-07| +|cran|lmodel2|5.27289277967152e-07| +|cran|Kendall|5.27289277967152e-07| +|cran|joineRML|5.27289277967152e-07| +|cran|gmm|5.27289277967152e-07| +|cran|glmnetUtils|5.27289277967152e-07| +|cran|ergm|5.27289277967152e-07| +|cran|cmprsk|5.27289277967152e-07| +|cran|btergm|5.27289277967152e-07| +|cran|binGroup|5.27289277967152e-07| +|cran|AUC|5.27289277967152e-07| +|cran|[mvnfast](https://github.com/mfasiolo/mvnfast/)|5.242227042660933e-07| +|cran|[haldensify](https://github.com/nhejazi/haldensify)|5.242227042660882e-07| +|cran|diagram|5.220163851874807e-07| +|cran|[UpSetR](http://github.com/hms-dbmi/UpSetR)|5.189804772234295e-07| +|cran|[msm](https://github.com/chjackson/msm)|5.113108149984559e-07| +|cran|[HGNChelper](https://github.com/waldronlab/HGNChelper)|5.113108149984559e-07| +|cran|[phylocomr](https://github.com/ropensci/phylocomr)|5.113108149984559e-07| +|cran|[httr2](https://httr2.r-lib.org)|5.113108149984559e-07| +|cran|[rsdmx](https://github.com/opensdmx/rsdmx)|5.113108149984559e-07| +|cran|[tidytree](https://yulab-smu.top/treedata-book/)|5.113108149984559e-07| +|cran|RISmed|5.113108149984559e-07| +|cran|[itsadug](NA)|5.113108149984559e-07| +|cran|sde|5.113108149984559e-07| +|cran|[CORElearn](http://lkm.fri.uni-lj.si/rmarko/software/)|5.113108149984559e-07| +|cran|[DescTools](https://andrisignorell.github.io/DescTools/)|4.809959445439955e-07| +|cran|[shinyFiles](https://github.com/thomasp85/shinyFiles)|4.793538890610505e-07| +|cran|[contentid](https://github.com/cboettig/contentid)|4.772234273318828e-07| +|cran|thematic|4.567643370390455e-07| +|cran|Rlabkey|4.4739696312364515e-07| +|cran|[fishtree](https://fishtreeoflife.org/)|4.4739696312364515e-07| +|cran|ggvenn|4.4739696312364515e-07| +|cran|COUNT|4.4739696312364515e-07| +|cran|QSARdata|4.374548083875632e-07| +|cran|dimRed|4.374548083875632e-07| +|cran|ddalpha|4.374548083875632e-07| +|cran|[RcppEigen](http://dirk.eddelbuettel.com/code/rcpp.eigen.html)|4.346141927486865e-07| +|cran|[shinyalert](https://github.com/daattali/shinyalert)|4.120761502454632e-07| +|cran|[RNiftyReg](https://github.com/jonclayden/RNiftyReg)|4.093828420739238e-07| +|cran|[goodpractice](https://github.com/mangothecat/goodpractice)|4.013015184381753e-07| +|cran|[babette](https://docs.ropensci.org/babette/)|3.976861894432407e-07| +|cran|[RcppProgress](https://github.com/kforner/rcpp_progress)|3.976861894432407e-07| +|cran|treeman|3.976861894432407e-07| +|cran|[treemapify](https://wilkox.org/treemapify/)|3.976861894432407e-07| +|cran|[restez](https://github.com/ropensci/restez#readme)|3.976861894432407e-07| +|cran|[spocc](https://github.com/ropensci/spocc)|3.976861894432407e-07| +|cran|[ggiraphExtra](https://github.com/cardiomoon/ggiraphExtra)|3.976861894432407e-07| +|cran|[memuse](https://github.com/shinra-dev/memuse)|3.976861894432407e-07| +|cran|[RcppAlgos](https://github.com/jwood000/RcppAlgos)|3.976861894432407e-07| +|cran|[ggpp](https://docs.r4photobiology.info/ggpp/)|3.976861894432407e-07| +|cran|[minerva](https://www.r-project.org)|3.976861894432407e-07| +|cran|mcclust|3.976861894432407e-07| +|cran|[rdist](https://github.com/blasern/rdist)|3.976861894432407e-07| +|cran|[randomForestSRC](https://www.randomforestsrc.org/)|3.976861894432407e-07| +|cran|[kinship2](https://cran.r-project.org/package=kinship2)|3.976861894432407e-07| +|cran|[corrr](https://github.com/tidymodels/corrr)|3.976861894432407e-07| +|cran|[coarseDataTools](https://cran.r-project.org/package=coarseDataTools)|3.976861894432407e-07| +|cran|[incidence](https://www.repidemicsconsortium.org/incidence/)|3.976861894432407e-07| +|cran|shinycustomloader|3.793148165613502e-07| +|cran|scatterpie|3.5791757049892214e-07| +|cran|[DirichletReg](https://github.com/maiermarco/DirichletReg)|3.579175704989171e-07| +|cran|[hyper2](https://github.com/RobinHankin/hyper2)|3.579175704989171e-07| +|cran|[mRMRe](https://www.pmgenomics.ca/bhklab/)|3.579175704989171e-07| +|cran|[Rdimtools](http://kyoustat.com/Rdimtools/)|3.579175704989171e-07| +|cran|[cutpointr](https://github.com/thie1e/cutpointr)|3.579175704989171e-07| +|cran|pmsampsize|3.579175704989171e-07| +|cran|[analogue](https://github.com/gavinsimpson/analogue)|3.579175704989171e-07| +|cran|[scrapeR](http://www.ryanacton.com)|3.579175704989171e-07| +|cran|ggm|3.579175704989171e-07| +|cran|[mlr3proba](https://mlr3proba.mlr-org.com)|3.579175704989171e-07| +|cran|[jmvcore](https://www.jamovi.org)|3.579175704989171e-07| +|cran|[liger](https://github.com/JEFworks/liger)|3.579175704989171e-07| +|cran|[drat](https://github.com/eddelbuettel/drat)|3.579175704989171e-07| +|cran|[rworldmap](https://github.com/AndySouth/rworldmap/)|3.579175704989121e-07| +|cran|[cowsay](https://github.com/sckott/cowsay)|3.579175704989121e-07| +|cran|[ss3sim](https://github.com/ss3sim/ss3sim)|3.2537960954447286e-07| +|cran|pbs|3.2537960954446783e-07| +|cran|[sofa](https://github.com/ropensci/sofa)|3.2537960954446783e-07| +|cran|[elastic](https://docs.ropensci.org/elastic)|3.2537960954446783e-07| +|cran|[mongolite](https://github.com/jeroen/mongolite/)|3.2537960954446783e-07| +|cran|[genie](http://genieclust.gagolewski.com/)|3.2537960954446783e-07| +|cran|[optparse](https://github.com/trevorld/r-optparse)|3.2537960954446783e-07| +|cran|lspline|3.2537960954446783e-07| +|cran|[keyATM](https://keyatm.github.io/keyATM/)|3.2537960954446783e-07| +|cran|[irr](https://www.r-project.org)|3.2537960954446783e-07| +|cran|[BFpack](https://github.com/jomulder/BFpack)|3.2537960954446783e-07| +|cran|[RcppXPtrUtils](https://github.com/Enchufa2/RcppXPtrUtils)|3.2537960954446783e-07| +|cran|[strex](https://rorynolan.github.io/strex/)|2.982646420824318e-07| +|cran|[gdalUtilities](https://github.com/JoshOBrien/gdalUtilities/)|2.982646420824318e-07| +|cran|[signs](https://benjaminwolfe.github.io/signs)|2.982646420824318e-07| +|cran|[wCorr](https://american-institutes-for-research.github.io/wCorr/)|2.982646420824318e-07| +|cran|rje|2.982646420824318e-07| +|cran|[usefun](https://github.com/bblodfon/usefun)|2.982646420824318e-07| +|cran|rCAT|2.982646420824318e-07| +|cran|[repr](https://github.com/IRkernel/repr/)|2.753212080760955e-07| +|cran|[odin](https://github.com/mrc-ide/odin)|2.753212080760955e-07| +|cran|R2jags|2.753212080760905e-07| +|cran|[bib2df](https://github.com/ropensci/bib2df)|2.753212080760905e-07| +|cran|[plumber](https://www.rplumber.io)|2.753212080760905e-07| +|cran|[tictoc](https://github.com/collectivemedia/tictoc)|2.753212080760905e-07| +|cran|[likert](http://jason.bryer.org/likert)|2.753212080760905e-07| +|cran|[pwr](https://github.com/heliosdrm/pwr)|2.753212080760905e-07| +|cran|[waiter](https://waiter.john-coene.com/)|2.753212080760905e-07| +|cran|[MultinomialCI](http://decsai.ugr.es/~pjvi)|2.5565540749922795e-07| +|cran|[webdriver](https://github.com/rstudio/webdriver)|2.5565540749922795e-07| +|cran|[anomalize](https://github.com/business-science/anomalize)|2.5565540749922795e-07| +|cran|[outsider](https://github.com/ropensci/outsider#readme)|2.5565540749922795e-07| +|cran|[depmixS4](https://depmix.github.io/)|2.5565540749922795e-07| +|cran|GeoLight|2.5565540749922795e-07| +|cran|[ggwordcloud](https://github.com/lepennec/ggwordcloud)|2.5565540749922795e-07| +|cran|[akmedoids](https://cran.r-project.org/package=akmedoids)|2.5565540749922795e-07| +|cran|[bestglm](http://www.stats.uwo.ca/faculty/aim)|2.5565540749922795e-07| +|cran|[GGMncv](https://donaldrwilliams.github.io/GGMncv/)|2.5565540749922795e-07| +|cran|[cmocean](https://matplotlib.org/cmocean/)|2.5565540749922795e-07| +|cran|[ProFit](https://github.com/ICRAR/ProFit)|2.5565540749922795e-07| +|cran|sphereplot|2.5565540749922795e-07| +|cran|[COVID19](https://covid19datahub.io)|2.386117136659414e-07| +|cran|[qdapRegex](http://trinker.github.com/qdapRegex/)|2.386117136659414e-07| +|cran|[iotools](http://www.rforge.net/iotools)|2.386117136659414e-07| +|cran|[cmdfun](https://snystrom.github.io/cmdfun/)|2.386117136659414e-07| +|cran|[dcm2](https://github.com/atlas-aai/dcm2)|2.386117136659414e-07| +|cran|[biomartr](https://docs.ropensci.org/biomartr/)|2.236984815618251e-07| +|cran|[rplos](https://docs.ropensci.org/rplos)|2.2369848156182257e-07| +|cran|[microdemic](https://github.com/ropensci/microdemic)|2.2369848156182257e-07| +|cran|[aRxiv](https://docs.ropensci.org/aRxiv/)|2.2369848156182257e-07| +|cran|[codemeta](https://github.com/cboettig/codemeta)|2.2369848156182257e-07| +|cran|ggnewscale|2.2369848156182257e-07| +|cran|[ggpointdensity](https://github.com/LKremer/ggpointdensity)|2.2369848156182257e-07| +|cran|[bartCause](https://github.com/vdorie/bartCause)|2.2369848156182257e-07| +|cran|[stabs](https://github.com/hofnerb/stabs)|2.2369848156182257e-07| +|cran|[inTrees](https://sites.google.com/site/houtaodeng/intrees)|2.2369848156182257e-07| +|cran|[osmextract](https://docs.ropensci.org/osmextract/)|2.2369848156182257e-07| +|cran|[BSDA](https://github.com/alanarnholt/BSDA)|2.2369848156182257e-07| +|cran|[sortable](https://rstudio.github.io/sortable/)|2.2369848156182257e-07| +|cran|[dplR](https://github.com/AndyBunn/dplR)|2.2369848156182257e-07| +|cran|[lunar](http://statistics.lazaridis.eu)|2.2369848156182257e-07| +|cran|[esquisse](https://dreamrs.github.io/esquisse/)|2.2369848156182257e-07| +|cran|[ggnetwork](https://github.com/briatte/ggnetwork)|2.2369848156182257e-07| +|cran|randomcoloR|2.2369848156182257e-07| +|cran|[greta](https://greta-stats.org)|2.2369848156182257e-07| +|cran|shinyMatrix|2.2369848156182257e-07| +|cran|[shinyvalidate](https://rstudio.github.io/shinyvalidate/)|2.2369848156182257e-07| +|cran|[RaMS](https://github.com/wkumler/RaMS)|2.2369848156182257e-07| +|cran|[UNF](https://github.com/leeper/UNF)|2.2369848156182257e-07| +|cran|[slippymath](https://www.github.com/milesmcbain/slippymath)|2.1053974735230344e-07| +|cran|[leaflet.extras](https://github.com/bhaskarvk/leaflet.extras)|2.1053974735230344e-07| +|cran|[biwavelet](https://github.com/tgouhier/biwavelet)|2.1053974735230095e-07| +|cran|[wpp2015](http://esa.un.org/wpp)|2.084343498787798e-07| +|cran|[bizdays](https://github.com/wilsonfreitas/R-bizdays)|1.9884309472162035e-07| +|cran|[ascii](https://github.com/mclements/ascii)|1.9884309472162035e-07| +|cran|smoother|1.9884309472162035e-07| +|cran|[ptw](https://github.com/rwehrens/ptw)|1.9884309472162035e-07| +|cran|cvTools|1.9884309472162035e-07| +|cran|[FedData](https://github.com/ropensci/FedData)|1.9884309472162035e-07| +|cran|[dataRetrieval](https://pubs.usgs.gov/tm/04/a10/)|1.9884309472162035e-07| +|cran|[rnoaa](https://docs.ropensci.org/rnoaa/)|1.9884309472162035e-07| +|cran|[fossil](http://matthewvavrek.com/programs-and-code/fossil/)|1.9884309472162035e-07| +|cran|[blockCV](https://github.com/rvalavi/blockCV)|1.9884309472162035e-07| +|cran|[workflowsets](https://github.com/tidymodels/workflowsets)|1.9884309472162035e-07| +|cran|[longitudinalData](http:www.r-project.org)|1.9685466377440466e-07| +|cran|[nabor](https://github.com/jefferis/nabor)|1.883776686836406e-07| +|cran|[rvcheck](https://github.com/GuangchuangYu/rvcheck)|1.883776686836406e-07| +|cran|[turner](http://www.gastonsanchez.com)|1.883776686836406e-07| +|cran|[blocksdesign]()|1.883776686836406e-07| +|cran|shinyhelper|1.883776686836406e-07| +|cran|[bsplus](https://github.com/ijlyttle/bsplus)|1.883776686836406e-07| +|cran|[sensitivity](NA)|1.7895878524945856e-07| +|cran|[EasyABC](http://easyabc.r-forge.r-project.org/)|1.7895878524945856e-07| +|cran|[symengine](https://github.com/symengine/symengine.R)|1.7895878524945856e-07| +|cran|[summarytools](https://github.com/dcomtois/summarytools)|1.704369383328178e-07| +|cran|[pastecs](https://github.com/phgrosjean/pastecs)|1.704369383328178e-07| +|cran|[desplot](https://kwstat.github.io/desplot/)|1.704369383328178e-07| +|cran|[agricolae](http://tarwi.lamolina.edu.pe/~fmendiburu)|1.704369383328178e-07| +|cran|PairedData|1.704369383328178e-07| +|cran|[JBrowseR](https://gmod.github.io/JBrowseR/)|1.704369383328178e-07| +|cran|harmonicmeanp|1.6268980477223392e-07| +|cran|NBPSeq|1.6268980477223392e-07| +|cran|[rmdformats](https://github.com/juba/rmdformats)|1.6268980477223392e-07| +|cran|[ggtern](http://www.ggtern.com)|1.5561633499952765e-07| +|cran|[dams](https://github.com/jsta/dams)|1.5561633499952765e-07| +|cran|[reservoir](https://cran.r-project.org/package=reservoir)|1.5561633499952765e-07| +|cran|[coloc](https://github.com/chr1swallace/coloc)|1.5561633499952765e-07| +|cran|[coro](https://github.com/r-lib/coro)|1.5406017164953343e-07| +|cran|[ucminf](NA)|1.4764099783080349e-07| +|cran|[audio](http://www.rforge.net/audio/)|1.2654942671211586e-07| +|cran|[enviPick](NA)|7.158351409978317e-08| +|cran|[OAIHarvester](NA)|2.952819956616045e-08| +|cran|[uroot](https://jalobe.com)|2.2008595949933437e-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.