Reference

Last updated on 2025-08-25 | Edit this page

  1. Using Python Projects With Pixi
  2. Packaging Python Projects
  3. pyOpenSci Python Package Guide
  4. Building and Publishing

Glossary


bash
command-line program that runs in terminal and reads the command and tells the [LINUX] operating system what to do.
Build
TBD
cURL
command-line tool/ utility to tansfer data to or from a server via URL
Module
In Python, a module is file with a .py extension that contains code that we can reuse such as functions, classes or variables.
Package
A package is a collection of modules. A package is a folder (directory) that contains one or more modules and a special file __init__.py.
Twine
It is a utility tool used to securely upload Python packages to the Python Package Index (PyPI) (or to a private PyPI-like repository).