🛣️ El Camino Real

Open Source Python Projects

Python ⭐ 12

Gather all your plugins! A plugin collection and aggregation framework that enables developers to consolidate multiple plugins into a unified dictionary structure.

Highlights:

  • MIT Licensed for permissive open-source use
  • 100% test coverage requirement
  • Type checking with mypy
  • Latest release: 2024.1.19.74288 (January 2024)
  • Active community with code of conduct
Python

A fluent command-line builder that constructs shell command arguments programmatically through method chaining, eliminating manual string manipulation.

Key Features:

  • Build CLI commands through readable method chaining
  • Automatic conversion of Python kwargs to CLI flags
  • Type-aware argument handling (lists, dicts, None values)
  • Batch command execution support

nexor

Pre-release
Python ⭐ 1

A build-tool agnostic Python command-line tool designed to streamline development workflows with dependency management and virtual environment automation.

Key Features:

  • nexor relock: Generate locked requirement files
  • nexor env: Create/update virtual environments
  • nexor depend: Add dependencies and auto-relock
  • Extensible with custom commands
  • Configurable via pyproject.toml