Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.21 KB

File metadata and controls

26 lines (19 loc) · 1.21 KB

Support

Thank you for using Perseus! Here are the primary resources for getting help and reporting issues.

1. Documentation & Usage

For questions on how to use Perseus, please consult the documentation:

2. Issues and Requests

If you encounter a bug or have a feature request:

  • Search existing GitHub Issues to see if the topic is already being discussed.
  • If not, open a new issue using our structured templates for either bug reports or feature requests.

3. Installation & Single-File Design

Perseus is designed as a zero-dependency, single-file CLI engine (relying only on Python's built-in libraries and pyyaml for parsing).

  • You do not need to install it via pip or manage complex environment setups.
  • You can simply copy-paste perseus.py directly into your workspace or download it and run:
    python perseus.py --version
  • If you want to contribute, please refer to the contribution guidelines.