Skip to main content

No project description provided

Project description

About

This is a project for the Data Compression course at Warsaw University of Technology.

Installation & Usage

Python >= 3.9 & pip is required

We recommend using pipx pipx to install the program as an executable isolated inside a dedicated Python virtual environment:

> python3 -m pip install pipx
> python3 -m pipx ensurepath
> pipx install koda_ac
> koda --help
Usage: koda [OPTIONS] COMMAND [ARGS]...

Alternatively, a standard pip install should work:

> python3 -m pip install koda_ac
> python3 -m koda_ac --help
Usage: python -m koda_ac [OPTIONS] COMMAND [ARGS]...

Development setup

Poetry is used for dependency management, see https://python-poetry.org/docs/master/#installation for installation instructions.

After installing Poetry, use poetry install to install project dependencies.

Makefile tasks

  • use make format to format code with black and isort
  • use make lint to lint code with mypy and flake8
  • use make test to run tests in tests/ with pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

koda-ac-0.1.4.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

koda_ac-0.1.4-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page