Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 640 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 640 Bytes

euryx

A collection of command line utilities written for me to learn Python and version control.

Dependencies ✅

  • python >= 3.11.6
  • GNU make >= 4.3
  • git >= 2.41.0

Optional

  • pycodestyle >= 2.11.1
  • pylint >= 3.0.2

Installation 💽

  1. git clone https://github.com/tricantivu/euryx.git
  2. cd euryx
  3. make

Coding style

Follow PEP-8.

Commit style

Follow the Conventional Commits Specification.