Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 792 Bytes

File metadata and controls

40 lines (27 loc) · 792 Bytes

edit-python.pe

Textual Tool for Creating Member Profiles for python.pe

This tutorial will guide you step-by-step to create your profile on python.pe quickly and securely.

Prerequisites

# Check required versions
uv --version # >= 0.8.11

Installing edit-python.pe

Installing dependencies

uv sync

Creating the access token

  1. Generate a Personal access token (classic).
  2. Grant the scope: public_repo.
  3. Copy the token and keep it handy for the command below

For users seeking maximum speed

uvx edit-python-pe  
# Next you'll be prompted for your access token

Contribute

Read the Developer Guide