copy-spotter

View on PyPIReverse Dependencies (0)

0.1.15 copy_spotter-0.1.15-py3-none-any.whl

Wheel Details

Project: copy-spotter
Version: 0.1.15
Filename: copy_spotter-0.1.15-py3-none-any.whl
Download: [link]
Size: 15202
MD5: 6c90ff695f40d88cc8fb6ad942429baa
SHA256: 069f1fc867027a5be021dec712115ba3d521a4e9d50141fffef2e7b055118024
Uploaded: 2024-05-04 18:28:50 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: copy-spotter
Version: 0.1.15
Summary: Make plagiarism detection easier. This package will find similar sentences between given files and highlight them in a side by side comparison.
Author: Clément Delteil
Author-Email: clement45.delteil45[at]gmail.com
Home-Page: https://github.com/Wazzabeee/copy-spotter
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Python: >=3.10
Requires-Dist: beautifulsoup4 (==4.10.0)
Requires-Dist: nltk (==3.6.6)
Requires-Dist: odfpy (==1.4.1)
Requires-Dist: tabulate (==0.8.9)
Requires-Dist: tqdm (==4.66.3)
Requires-Dist: pdfminer.six (==20200517)
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pylint (==3.0.2); extra == "lint"
Requires-Dist: mypy (==1.7.1); extra == "lint"
Requires-Dist: flake8 (==6.1.0); extra == "lint"
Requires-Dist: black (==24.3.0); extra == "lint"
Requires-Dist: types-tabulate; extra == "lint"
Provides-Extra: dev
Provides-Extra: lint
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2447 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
scripts/html_utils.py sha256=GriqUH-akdwHv1vdq8ahV2bd-iENlmb-RsgSrsD354M 3083
scripts/html_writing.py sha256=Ag6RimPJpmg3cd2Uf1ck9xwUtBRTlD1rHlKTQi9V1l4 5955
scripts/main.py sha256=Fy2u9HXrYSCGv-gDJAuVCEBmrkb8Le1m1y6ggK_1Qa8 4447
scripts/processing_files.py sha256=rTwr8MYDyQR6T0wT7GpDiW5AWAZzWIR_TRcIYtKN6fA 2844
scripts/similarity.py sha256=fQTX-_3Mt4Aet5UwsSy5bYvD02IR7eknQoj2iYsRetg 1726
scripts/template.html sha256=vaqKTv7Qfe0Mnax5edkY9AfTzjBUCKBl5q2xJGbB6GY 1147
scripts/utils.py sha256=KqeV1zyNOyqpckBzBj75lDEQ4D7FpM1eRFbsTp0uB5Y 3855
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/scripts/test_html_utils.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/scripts/test_html_writing.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/scripts/test_main.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/scripts/test_processing_files.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/scripts/test_similarity.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/scripts/test_utils.py sha256=1Lq-lJ6BENUq3YDumVp4YSxLrkmp6b7yjy1CXRYECiQ 3257
copy_spotter-0.1.15.dist-info/LICENSE sha256=8RL7hh4vwn2YmDKeZCtYd0wBpejGlpPAYFE4WgsGmlA 1072
copy_spotter-0.1.15.dist-info/METADATA sha256=TUNefQHIEzqivfTYkHVosr41j2z--14b2ShtbGKQ3OY 3581
copy_spotter-0.1.15.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
copy_spotter-0.1.15.dist-info/entry_points.txt sha256=OpbGsNGoF_9Qp0NoF8OqA50oNGktGU4THSpunOZqe4U 51
copy_spotter-0.1.15.dist-info/top_level.txt sha256=edMH_90ea15tX5SNKyrowc7LCDIQ21YDb6fIb57vre8 14
copy_spotter-0.1.15.dist-info/RECORD

top_level.txt

scripts
tests

entry_points.txt

copy-spotter = scripts.main:main