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.4.tar.gz (28.4 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.4-py3-none-any.whl (38.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: corellia_cli-1.0.4.tar.gz
  • Upload date:
  • Size: 28.4 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.4.tar.gz
Algorithm Hash digest
SHA256 0602928c4082480643085a87aef313b28f202586cac95bc214d6f9bc364c4a6a
MD5 78389db00f847630ac98c4969f056b46
BLAKE2b-256 872452153d45eda0fc083a509c6f3edfa51089499a9efd95a7f6a6c742d0b4cb

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: corellia_cli-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 38.9 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6dddb335d12a3e98a035491e0e4a2bb7fc9fef3e89d42afb2346231bbf2f8547
MD5 218689e6c5cdda8ac72cb5bcdde645b6
BLAKE2b-256 1754da2958c4c3c990e74437603a8ed776d733f07b58a8de7def1db248c8c718

See more details on using hashes here.

Provenance

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