8000 GitHub - groveld/matchman: Manage Match Manager Results
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

groveld/matchman

Repository files navigation

MatchManager

Firebird Driver Documentation

TODO

  • Add logging
  • Add error handling
  • Add tests
  • Add documentation

Setup

  1. Clone and navigate to the repository

    git clone https://github.com/groveld/matchman.git
    cd matchman
  2. Create a virtual environment

    python -m venv .venv
    source .venv/bin/activate   # Windows: `.venv\Scripts\activate`
    python -m pip install --upgrade pip
  3. Install dependencies

    python -m pip install -r requirements.txt
  4. Run the application

    python -m matchman.run
  5. Open your browser and go to http://127.0.0.1:3000/

Steps to build a wheel

  1. Install Required Tools: Ensure you have build installed:

    python -m pip install --upgrade build
  2. Build the Wheel: Run the following command in the terminal from the root of your project:

    python -m build
  3. Verify the Wheel: The wheel file will be created in the dist/ directory. You can install it locally to test:

    python -m pip install dist/matchman-0.1.0-py3-none-any.whl

    add --force-reinstall to force reinstall the package for testing purposes.

run in production

Gunicorn

gunicorn --bind "0.0.0.0:8000" matchman.run:app

About

Manage Match Manager Results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •  
0