Skip to main content

A tool to measure code similarity.

Project description

codesim

Install

  1. Install Python(>=3.7) and pip
  2. Install requirements.
cd src
pip install -r requirements.txt

Usage

cd src
python -m codesim <file1> <file2>

Alternative

Build and install a portable Python Wheel package.

cd src
python -m pip install --upgrade build twine
python -m build -o ../dist
python -m pip install ../dist/codesim-0.0.1-py3-none-any.whl

codesim <file1> <file2>

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

codesim-0.0.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

codesim-0.0.0-py3-none-any.whl (3.0 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