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.2.tar.gz (27.9 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.2-py3-none-any.whl (38.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: corellia_cli-1.0.2.tar.gz
  • Upload date:
  • Size: 27.9 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.2.tar.gz
Algorithm Hash digest
SHA256 3e0e17e3075356e0c3b6bc52b4b40bca947a2bbb08c267e5479ef89491a2e53e
MD5 598a9e7ebba214f3da6add071ea80db9
BLAKE2b-256 9c618b7cc57b6979e7d6155c8574d1e2fd5ece6449949ea67bd31db9a8dbcb41

See more details on using hashes here.

Provenance

The following attestation bundles were made for corellia_cli-1.0.2.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.2-py3-none-any.whl.

File metadata

  • Download URL: corellia_cli-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 38.4 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 745b179ba5aaa23d3e8b3cb1e0dc021a58b03decea200a16689bb3155adc844f
MD5 c9761f7396aebf0fcba827e00e93208c
BLAKE2b-256 7d7b929c1f817218c31597e88ea46d6d86651788f7d925c551055296e4fc87e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for corellia_cli-1.0.2-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