Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Be Consistent in Python API Print Outs

Open
#932 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python

Research direction

Start by reading the Python API's uses of the built-in logging module and Click-based coloured printouts. Compare which messages become server Events and which do not, then clarify the intended handling for both cases before defining completion criteria.

Written by the indexing model from the issue text.

Description

Currently the Python API has two forms of information display:

  • Logging with the built-in logging Python module.
  • Custom printouts which are displayed in colour using click.

The issue here is that logging statements are sent as Events to the server, but these printouts are not.
Discussion needs to be had on how to handle these two cases.

Image
Dominant language
Python
Stars
4
Forks
1
Avg merge
7d 6h
Merged PRs (30d)
6

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from simvue-io/python-api

All issues in simvue-io/python-api

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.