Skip to content

SciQLop/speasy_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

619c318 Β· Mar 17, 2025
Feb 25, 2025
Jun 21, 2022
Feb 24, 2025
Mar 17, 2025
Jun 18, 2024
Jun 4, 2024
Jul 29, 2021
Nov 6, 2020
Dec 7, 2019
Feb 24, 2025
Jul 29, 2021
Nov 19, 2023
Feb 25, 2025
Nov 21, 2023
Mar 14, 2025
Jul 29, 2021
Feb 25, 2025

Repository files navigation

speasy-proxy

Getting Started

  • Change directory into your newly created project.

    cd speasy_proxy

  • Create a Python virtual environment.

    python3 -m venv env

  • Upgrade packaging tools.

    env/bin/pip install --upgrade pip setuptools

  • Install the project in editable mode with its testing requirements.

    env/bin/pip install -e ".[testing]"

  • Run your project's tests.

    env/bin/pytest

  • Run your project.

    env/bin/pserve development.ini