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

Uploaded Python 3

File details

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

File metadata

  • Download URL: corellia_cli-1.0.1.tar.gz
  • Upload date:
  • Size: 28.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for corellia_cli-1.0.1.tar.gz
Algorithm Hash digest
SHA256 fd10bd52956a895d1ed45f5d927e807d6eb26a532c4ee98130c0d9e2674db40b
MD5 4ff680aa3ebd7c1ba05f3fc971fddf28
BLAKE2b-256 5b6f1444c6a255de3475453685ccaf03ef4efea7e00d51fd98090503dabcf243

See more details on using hashes here.

File details

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

File metadata

  • Download URL: corellia_cli-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 38.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for corellia_cli-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c383ee40296d9405abaa413c26128670567606e26be5e6db918d422ee33b37aa
MD5 0351546fa5b56df747777a903eeacedb
BLAKE2b-256 354462d7a4ce41dab29194a2375018056a5041ddd1f431bb5e1935c2144b2452

See more details on using hashes here.

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