Skip to main content

A Python CLI framework for project scaffolding and environment synchronization.

Project description

Status License

Corellia

Corellia is an opinionated CLI tool for managing Python projects.

It provides a unified workflow to:

  • manage Python versions
  • create and manage virtual environments
  • install and track dependencies
  • structure projects consistently
  • execute project scripts
  • build distributable packages

Why Corellia

Python development often requires coordinating multiple tools:

  • pyenv
  • venv
  • pip
  • git

Corellia orchestrates them into a single, consistent interface, reducing setup complexity and improving reproducibility.


Installation

pipx install corellia-cli

[!WARNING] Corellia is currently in early release.

Prerequisites

  • Python 3.12+
  • pyenv
  • Git (recommended)

Frome source

git clone https://github.com/lorenzo-petrecca/Corellia.git
cd corellia
pipx install -e .

Quick Start

Create a project

core create

Install dependencies

core sync

Run scripts

core run <script>

Build a package

core init-build
core build

Core Concepts

  • Single source of truthcorellia.toml
  • Deterministic environments → pinned dependencies
  • Categoriespackage, app, deploy
  • Frameworks → optional extensions (e.g. Django)

Example Project

[project]
name = "myproject"
version = "0.1.0"
python = "3.12"
category = "package"

[dependencies]
requests = "2.32.3"

[scripts.dev]
command = "python main.py"
mode = "strict"

Documentation

Full documentation is available in the /docs directory.


Roadmap

  • app build support
  • deploy workflows
  • additional frameworks
  • packaging improvements

License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

corellia_cli-1.0.3.tar.gz (28.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

corellia_cli-1.0.3-py3-none-any.whl (38.6 kB view details)

Uploaded Python 3

File details

Details for the file corellia_cli-1.0.3.tar.gz.

File metadata

  • Download URL: corellia_cli-1.0.3.tar.gz
  • Upload date:
  • Size: 28.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for corellia_cli-1.0.3.tar.gz
Algorithm Hash digest
SHA256 0a5be101c54ff59154b0b71e6e0274b3e97928f212c37f327eae96a91224e566
MD5 b43bed667f74ea75cae7b98d41e713c1
BLAKE2b-256 bcbd7e1eee26650756bdfad69dc630b000bc7deb03ad719651ebafa214b6ffc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for corellia_cli-1.0.3.tar.gz:

Publisher: publish.yml on lorenzo-petrecca/Corellia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file corellia_cli-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: corellia_cli-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 38.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for corellia_cli-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 250643e8be1d1b344f7445a56e383fd2e49aa5d08b6420d45dba6bafe1e25d5e
MD5 7b3fdc1b4d31ceb5d73422029de2e849
BLAKE2b-256 7478070354ae39f597aa5787b97cb581b77d79cc1f2c5ab9310c0cde918e1c91

See more details on using hashes here.

Provenance

The following attestation bundles were made for corellia_cli-1.0.3-py3-none-any.whl:

Publisher: publish.yml on lorenzo-petrecca/Corellia

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page