René's URL Explorer Experiment


Title: Intermediate Research Software Development: 4.3 Packaging Code for Release and Distribution

Mail addresses
info@software.ac.uk

direct link

Domain: anenadic.github.io


Hey, it has json ld scripts:
    {
  "@context": "https://schema.org",
  "@type": "LearningResource",
  "@id": "https://carpentries-incubator.github.io/python-intermediate-development-earth-sciences/43-software-release.html",
  "inLanguage": "en",
  "dct:conformsTo": "https://bioschemas.org/profiles/LearningResource/1.0-RELEASE",
  "description": "A Carpentries Lesson teaching foundational data and coding skills to researchers worldwide",
  "keywords": "software, data, lesson, The Carpentries",
  "name": "4.3 Packaging Code for Release and Distribution",
  "creativeWorkStatus": "active",
  "url": "https://carpentries-incubator.github.io/python-intermediate-development-earth-sciences/43-software-release.html",
  "identifier": "https://carpentries-incubator.github.io/python-intermediate-development-earth-sciences/43-software-release.html",
  "dateCreated": "2020-04-23",
  "dateModified": "2024-11-22",
  "datePublished": "2026-06-30"
}

  

Nonetext/html; charset=UTF-8
msapplication-TileColor#da532c
theme-colorblack

Links:

Skip to main contenthttps://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#main-content
Beta https://docs.carpentries.org/resources/curriculum/lesson-life-cycle.html
Key Pointshttps://anenadic.github.io/python-intermediate-development-earth-sciences/key-points.html
Glossaryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/reference.html#glossary
Learner Profileshttps://anenadic.github.io/python-intermediate-development-earth-sciences/profiles.html
https://anenadic.github.io/python-intermediate-development-earth-sciences/installation-instructions.html
Glossaryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/reference.html
Search the All In One pagehttps://anenadic.github.io/python-intermediate-development-earth-sciences/aio.html
Instructor Viewhttps://anenadic.github.io/python-intermediate-development-earth-sciences/instructor/43-software-release.html
Summary and Setuphttps://anenadic.github.io/python-intermediate-development-earth-sciences/index.html
Setting the Scenehttps://anenadic.github.io/python-intermediate-development-earth-sciences/00-setting-the-scene.html
Section 1: Setting Up Environment For Collaborative Code Developmenthttps://anenadic.github.io/python-intermediate-development-earth-sciences/10-section1-intro.html
1.1 Introduction to Our Software Projecthttps://anenadic.github.io/python-intermediate-development-earth-sciences/11-software-project.html
1.2 Virtual Environments For Software Developmenthttps://anenadic.github.io/python-intermediate-development-earth-sciences/12-virtual-environments.html
1.3 Integrated Software Development Environmentshttps://anenadic.github.io/python-intermediate-development-earth-sciences/13-ides.html
1.4 Collaborative Software Development Using Git and GitHubhttps://anenadic.github.io/python-intermediate-development-earth-sciences/14-collaboration-using-git.html
1.5 Python Code Style Conventionshttps://anenadic.github.io/python-intermediate-development-earth-sciences/15-coding-conventions.html
1.6 Verifying Code Style Using Lintershttps://anenadic.github.io/python-intermediate-development-earth-sciences/16-verifying-code-style-linters.html
Section 2: Ensuring Correctness of Software at Scalehttps://anenadic.github.io/python-intermediate-development-earth-sciences/20-section2-intro.html
2.1 Automatically Testing Softwarehttps://anenadic.github.io/python-intermediate-development-earth-sciences/21-automatically-testing-software.html
2.2 Scaling Up Unit Testinghttps://anenadic.github.io/python-intermediate-development-earth-sciences/22-scaling-up-unit-testing.html
2.3 Continuous Integration for Automated Testinghttps://anenadic.github.io/python-intermediate-development-earth-sciences/23-continuous-integration-automated-testing.html
2.4 Diagnosing Issues and Improving Robustnesshttps://anenadic.github.io/python-intermediate-development-earth-sciences/24-diagnosing-issues-improving-robustness.html
Section 3: Software Development as a Processhttps://anenadic.github.io/python-intermediate-development-earth-sciences/30-section3-intro.html
3.1 Software Requirementshttps://anenadic.github.io/python-intermediate-development-earth-sciences/31-software-requirements.html
3.2 Software Architecture and Designhttps://anenadic.github.io/python-intermediate-development-earth-sciences/32-software-design.html
3.3 Programming Paradigmshttps://anenadic.github.io/python-intermediate-development-earth-sciences/33-programming-paradigms.html
3.4 Functional Programminghttps://anenadic.github.io/python-intermediate-development-earth-sciences/34-functional-programming.html
3.5 Object Oriented Programminghttps://anenadic.github.io/python-intermediate-development-earth-sciences/35-object-oriented-programming.html
3.6 Architecture Revisited: Extending Softwarehttps://anenadic.github.io/python-intermediate-development-earth-sciences/36-architecture-revisited.html
Section 4: Collaborative Software Development for Reusehttps://anenadic.github.io/python-intermediate-development-earth-sciences/40-section4-intro.html
4.1 Developing Software In a Team: Code Reviewhttps://anenadic.github.io/python-intermediate-development-earth-sciences/41-code-review.html
4.2 Preparing Software for Reuse and Releasehttps://anenadic.github.io/python-intermediate-development-earth-sciences/42-software-reuse.html
Why Package our Software?https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#why-package-our-software
Packaging our Software with Poetryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#packaging-our-software-with-poetry
What if We Need More Control?https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#what-if-we-need-more-control
Section 5: Managing and Improving Software Over Its Lifetimehttps://anenadic.github.io/python-intermediate-development-earth-sciences/50-section5-intro.html
5.1 Managing a Collaborative Software Projecthttps://anenadic.github.io/python-intermediate-development-earth-sciences/51-managing-software.html
5.2 Assessing Software for Suitability and Improvementhttps://anenadic.github.io/python-intermediate-development-earth-sciences/52-assessing-software-suitability-improvement.html
5.3 Software Improvement Through Feedbackhttps://anenadic.github.io/python-intermediate-development-earth-sciences/53-improvement-through-feedback.html
Wrap-uphttps://anenadic.github.io/python-intermediate-development-earth-sciences/60-wrap-up.html
Key Pointshttps://anenadic.github.io/python-intermediate-development-earth-sciences/key-points.html
Glossaryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/reference.html#glossary
Learner Profileshttps://anenadic.github.io/python-intermediate-development-earth-sciences/profiles.html
https://anenadic.github.io/python-intermediate-development-earth-sciences/installation-instructions.html
Glossaryhttps://anenadic.github.io/python-intermediate-development-earth-sciences/reference.html
See all in one pagehttps://anenadic.github.io/python-intermediate-development-earth-sciences/aio.html
Previoushttps://anenadic.github.io/python-intermediate-development-earth-sciences/42-software-reuse.html
Nexthttps://anenadic.github.io/python-intermediate-development-earth-sciences/50-section5-intro.html
Previous: 4.2 Preparing https://anenadic.github.io/python-intermediate-development-earth-sciences/42-software-reuse.html
Next: Section 5: Managing... https://anenadic.github.io/python-intermediate-development-earth-sciences/50-section5-intro.html
Edit this page https://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/edit/main/episodes/43-software-release.md
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#why-package-our-software
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#packaging-our-software-with-poetry
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#installing-poetry
Poetry installation instructionshttps://python-poetry.org/docs/#installation
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb1-1
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb1-2
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb2-1
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#setting-up-our-poetry-config
PEP 518 (Specifying Minimum Build System Requirements for Python Projects)https://www.python.org/dev/peps/pep-0518/
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb4-1
the Poetry docs on packageshttps://python-poetry.org/docs/pyproject/#packages
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#project-dependencies
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb6-1
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb6-2
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb6-3
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#packaging-our-code
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb7-1
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb8-1
SemVerhttps://semver.org/
SemVerhttps://semver.org/
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#cb9-1
Poetry CLI documentationhttps://python-poetry.org/docs/cli/
https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#what-if-we-need-more-control
Python docs on packaginghttps://packaging.python.org/en/latest/
packaging process, or ‘flow’https://packaging.python.org/en/latest/flow/
Twinehttps://pypi.org/project/twine/
Python Packaging User Guidehttps://packaging.python.org/
how to package a projecthttps://packaging.python.org/en/latest/tutorials/packaging-projects/
section on metadatahttps://packaging.python.org/en/latest/tutorials/packaging-projects/#configuring-metadata
Previoushttps://anenadic.github.io/python-intermediate-development-earth-sciences/42-software-reuse.html
Nexthttps://anenadic.github.io/python-intermediate-development-earth-sciences/50-section5-intro.html
Previous: 4.2 Preparing https://anenadic.github.io/python-intermediate-development-earth-sciences/42-software-reuse.html
Next: Section 5: Managing... https://anenadic.github.io/python-intermediate-development-earth-sciences/50-section5-intro.html
Code of Conducthttps://anenadic.github.io/python-intermediate-development-earth-sciences/CODE_OF_CONDUCT.html
Edit on GitHubhttps://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/edit/main/episodes/43-software-release.md
Contributinghttps://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/blob/main/CONTRIBUTING.md
Sourcehttps://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/
Citehttps://github.com/carpentries-incubator/python-intermediate-development-earth-sciences/blob/main/
Abouthttps://carpentries.org/about/
CC-BY 4.0https://anenadic.github.io/python-intermediate-development-earth-sciences/LICENSE.html
CC-BY 4.0https://creativecommons.org/licenses/by-sa/4.0/
The Carpentrieshttps://carpentries.org/
sandpaper (0.20.2)https://github.com/carpentries/sandpaper/tree/0.20.2
pegboard (0.7.9)https://github.com/carpentries/pegboard/tree/0.7.9
varnish (1.1.1)https://github.com/carpentries/varnish/tree/1.1.1
Back To Top https://anenadic.github.io/python-intermediate-development-earth-sciences/43-software-release.html#top

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.