csv-reconcile

View on PyPIReverse Dependencies (2)

0.3.0 csv_reconcile-0.3.0-py3-none-any.whl

Wheel Details

Project: csv-reconcile
Version: 0.3.0
Filename: csv_reconcile-0.3.0-py3-none-any.whl
Download: [link]
Size: 42431
MD5: 8db56714ccfb8f4126443591ec1b0b86
SHA256: 5f1892ae6bbd916792b6f2475169f1b3de4d356386454aa8d64c7d8772cbf98a
Uploaded: 2021-11-28 07:53:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: csv-reconcile
Version: 0.3.0
Summary: OpenRefine reconciliation service backed by csv resource
Author: Douglas Mennella
Author-Email: trx2358-pypi[at]yahoo.com
Home-Page: https://github.com/gitonthescene/csv-reconcile
Project-Url: Repository, https://github.com/gitonthescene/csv-reconcile
License: MIT
Keywords: OpenRefine,reconcile,fuzzy search
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7,<4.0
Requires-Dist: cython (<0.30.0,>=0.29.21)
Requires-Dist: flask (<3.0,>=2.0)
Requires-Dist: flask-cors (<4.0.0,>=3.0.10)
Requires-Dist: importlib_metadata (<5.0.0,>=4.5.0); python_version < "3.10"
Requires-Dist: normality (<3.0.0,>=2.1.1)
Description-Content-Type: text/markdown
[Description omitted; length: 17400 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
csv_reconcile/__init__.py sha256=FiAzqIzeTWsbJ0QaxAhKRxo3mdN_x78vI3c8IDa51IU 9361
csv_reconcile/__main__.py sha256=XVwa1-d5AxBj-rq-CUZyU5jefSDSUGEKOrpiG3L-M4w 38
csv_reconcile/db.py sha256=jQa_uNnFYwWSHWUQwqr-oM_W2if7SVnYmNSBUHNlak4 967
csv_reconcile/default_settings.py sha256=ihKEvNW0tr3rWC2wYua794nH76femTrFKe1q4uer64E 238
csv_reconcile/extend.py sha256=BrkLYRd83JpKm32eOkbLdbw-HD3M2rDyU4a3D-zlgaA 736
csv_reconcile/initdb.py sha256=NjuEl1lABVSJ2EzyoJRlEEUZs50J_t6M4M6rTtneLlA 3145
csv_reconcile/preview.py sha256=R7lK0oJkBNYTrR5dhLChM854yQEC0mCMppiqpnV69j4 364
csv_reconcile/schema.sql sha256=T7lWEluGTgZ5G2Z6DEazlLcgEfLgOPdQh2ArknB56-8 188
csv_reconcile/score.py sha256=wL5nn0aE4gsuy0uTByhSfeKKNwHhISZzcnvjCWFAhK4 2531
csv_reconcile/scorer.py sha256=gLNpVnWYLhHleST6lBstYktxP5CGLUGfnBTjrFznjno 1835
csv_reconcile_dice/__init__.py sha256=heVunukDdy96kVeexUsiSqle4EBTouqJI0qpJtP8y6I 1327
csv_reconcile_dice/cutils.c sha256=6zA323AuDhvnqQX9OWVVV7AFJcD9bvnwkOOyCUKmRE8 131269
csv_reconcile_dice/cutils.pyx sha256=_cvkd4YCb1RSnQ0_PkYrEl7k4mFxDBb0i-KOLsDm6EM 689
csv_reconcile_dice/utils.py sha256=PvRAKxxWf8I1WZYNJVAK30kOKiOl4co1XbaoVKlMYlg 604
csv_reconcile-0.3.0.dist-info/entry_points.txt sha256=7Jbmzj9uVP92TUHZ2RtxmKdwR_EcSSp068BS02DtWrs 101
csv_reconcile-0.3.0.dist-info/LICENSE sha256=Tu0s0RmqktIQvAVeAb6xiSYNWjC8CQgWy1dTe3Pl2JU 1070
csv_reconcile-0.3.0.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
csv_reconcile-0.3.0.dist-info/METADATA sha256=9duO1p1A4SG1y_9AT98_6Mm2rvf11OZS_BhBSSZH0vE 18379
csv_reconcile-0.3.0.dist-info/RECORD

entry_points.txt

csv-reconcile = csv_reconcile:main
dice = csv_reconcile_dice