auto-mapper

View on PyPIReverse Dependencies (0)

0.1.2 auto_mapper-0.1.2-py3-none-any.whl

Wheel Details

Project: auto-mapper
Version: 0.1.2
Filename: auto_mapper-0.1.2-py3-none-any.whl
Download: [link]
Size: 12241
MD5: bb4471ec19c853ab4a270ceb536a104f
SHA256: 6bdef520dff11642a3e8c1651b82ffee9eb85800eb648b66fd243b79a6097461
Uploaded: 2020-06-17 13:10:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: auto-mapper
Version: 0.1.2
Summary: An auto mapper that accepts a list of string and a list of objects of the format {'code', 'name'} and return a list of object where each 'code' is mapped to the most similar strings from the list of strings
Author: Ilyasse Benrkia
Author-Email: benrkyailyass[at]gmail.com
Home-Page: https://pypi.org/project/auto-mapper/
License: MIT
Keywords: auto,mapper,mapping,text processing,text similarity
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Requires-Dist: importlib-metadata (==1.6.1)
Requires-Dist: nltk (==3.5)
Requires-Dist: unidecode (==1.1.1)
Requires-Dist: requests (==2.23.0)
Description-Content-Type: text/markdown
[Description omitted; length: 1862 characters]

WHEEL

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

RECORD

Path Digest Size
mapper/__init__.py sha256=whkO47SxQpsUedoUp-sePkZUK3gjl72tlZxJrGnit58 44
mapper/__version__.py sha256=1N8kRPoAkpxFcvO4O_pMY9JSRsBvEsGxqiR1zGjF7SY 475
mapper/app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
mapper/app/mapper.py sha256=kE0i8uH4NEcDmWILSzJD4F4j6AUmzZOG0CriSSAb4wQ 8750
mapper/app/text_cleaner.py sha256=iWwt9EbKPSFoo0OKMcMMl6iPyD2LnAJB5mg9B3ZC0m0 4762
mapper/app/word_transformation.py sha256=Wc4H-Jwb09agCkw7wrmbNNIZbHFKrQoYS2uG4bdftgE 1682
mapper/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
mapper/scripts/setup_nltk.py sha256=zh_-3Whh1Y6ABs_RaCjUXm7VkYJiYh6DnlLysCVW6-w 898
mapper/services/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
mapper/services/word_similarity.py sha256=oCrS4FpOgLbejsipVh55bdsFMOjataPLXaeRVt2Chsg 812
mapper/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
mapper/utils/common.py sha256=dP_EbUUP-Es-DBor6fklvQg300XXNfZTtmc8cT3wjAY 2392
mapper/utils/word_utils.py sha256=G8HUx5Kdf2Ll7NPJYMv9aHXOXgKDgZm6ROYW2q7S_eM 2504
auto_mapper-0.1.2.dist-info/LICENSE sha256=9AwJzjC3mWd1e3zGiHoedtdVEjyP0tSAHQ3k6eONiAs 1071
auto_mapper-0.1.2.dist-info/METADATA sha256=gvUdQws0GaGfp1Ftdr9N4WPG50kPpc8b0q39bN6YM94 2876
auto_mapper-0.1.2.dist-info/WHEEL sha256=g4nMs7d-Xl9-xC9XovUrsDHGXt-FT0E17Yqo92DEfvY 92
auto_mapper-0.1.2.dist-info/entry_points.txt sha256=_vejF8WOhv8TehnQAGr-5wg8dPcpP_u5WujiP5pbtls 76
auto_mapper-0.1.2.dist-info/top_level.txt sha256=2aOmfGdi56_pwsz3jBOFZmZO4jUEqtYhHVNyui9bnsE 7
auto_mapper-0.1.2.dist-info/RECORD

top_level.txt

mapper

entry_points.txt

setup-nltk = mapper.scripts.setup_nltk:install_nltk_data