layout | permalink | title | classes | header | intro | toc | redirect_from | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
splash |
/python-packages.html |
pyOpenSci Open Peer Review & Accepted Packages |
wide |
|
|
false |
|
{% include feature_row id="intro" type="center" %}
{% assign packages_sorted = site.data.packages | sort_natural: 'date_accepted' | reverse %} {% assign total_packages = packages_sorted | size %}
To date, {{ total_packages }} packages have been accepted into the pyOpenSci ecosystem. Click here to check out packages that are currently under review.
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.
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 %}