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

[!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.0.tar.gz (27.0 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.0-py3-none-any.whl (35.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: corellia_cli-1.0.0.tar.gz
  • Upload date:
  • Size: 27.0 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.0.tar.gz
Algorithm Hash digest
SHA256 90f134dd21d5347e0d5a8ba5c14b41824781a9ddfc1382839fa990d6d1f5b587
MD5 dfe77ede924ab9331f4c7673816f201b
BLAKE2b-256 57bbb0846bfb0c41a4f11816d7ea137c7057ffdd2d392d04229d6c823378b78e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: corellia_cli-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 35.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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 acd87d54e94bce6db8ca5e623feec8bc2a9b3ba43de28877cd4fdb8eb7fcec76
MD5 a5feb82ffe0b10ed29d054d42a812d66
BLAKE2b-256 04e6140a58021e7c0a25c3f0c6a183010de92aac10f562a2181459cca5356a6c

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