Skip to content

DemocracyClub/ec-api-proxy

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Nov 21, 2023
Nov 21, 2023
Nov 22, 2023
Nov 21, 2023
Apr 19, 2023
Feb 23, 2021
Feb 3, 2021
Mar 2, 2021
Nov 13, 2023
Nov 13, 2023
Oct 20, 2022
Feb 6, 2024
Feb 6, 2024
Nov 21, 2023
Apr 19, 2023
Jan 13, 2023
Jan 13, 2023
Jan 28, 2021
Apr 19, 2023
Nov 21, 2023
Feb 3, 2021
Feb 3, 2021
Nov 22, 2023

Repository files navigation

EC API

Install requirements

  • Python 3.8
  • Pipenv (pip install Pipenv)

Installation

This section assumes a working python 3.8 environment with Pipenv installed.

  • cp ec_api/settings/local.py.example ec_api/settings/local.py
  • Install Python dependencies: pipenv install --dev
  • Run the test suite: pytest
  • Run lint checks: ruff .
  • Auto-format: ruff format .

Pre-commit

Using a pre-commit hook is suggested when working on this project to catch code standard issues before committing them.

Install the hooks with:

pre-commit install

codecov

About

White label consumer of DC APIs

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published