Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.19 KB

python-packages.md

File metadata and controls

60 lines (45 loc) · 2.19 KB
layout permalink title classes header intro toc redirect_from
splash
/python-packages.html
pyOpenSci Open Peer Review & Accepted Packages
wide
overlay_image overlay_filter
images/header.png
0.6
excerpt
The scientific Python packages below have been accepted into the pyOpenSci ecosystem through our [open peer review process](/about-peer-review/).
false
/python-packages/

{% include feature_row id="intro" type="center" %}

{% assign packages_sorted = site.data.packages | sort_natural: 'date_accepted' | reverse %} {% assign total_packages = packages_sorted | size %}

Explore our accepted scientific Python open source packages

To date, {{ total_packages }} packages have been accepted into the pyOpenSci ecosystem. Click here to check out packages that are currently under review.

Community Partners

To view packages affiliated with our partner communities that are a part of ourpeer review partnership program, click on a community link below. Learn more about our community partnerships here.

Astropy

All Packages - Search and filters

Below you can search and filter all of our packages.

show all data munging data extraction data retrieval data-visualization education

geospatial reproducibility

{% for apackage in packages_sorted %} {% include package-grid.html %} {% endfor %}