pystringmatcher

View on PyPIReverse Dependencies (0)

0.0.9 pystringmatcher-0.0.9-py3-none-any.whl

Wheel Details

Project: pystringmatcher
Version: 0.0.9
Filename: pystringmatcher-0.0.9-py3-none-any.whl
Download: [link]
Size: 14063
MD5: 3ec8f8f329a35e11b94e7866994809c5
SHA256: bf482c89486a0f237c1bab99e5ee0ba5b5e0382cbf9fbac1c94088104c9d95a0
Uploaded: 2021-01-01 13:50:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pystringmatcher
Version: 0.0.9
Summary: A package for matching a set of strings and textual patterns in a given text file
Author: Aviad Tamir
Author-Email: aviadt15[at]gmail.com
Home-Page: https://github.com/aviadtamir/pystringmatcher.git
License: MIT license
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Requires-Dist: cached-property
Requires-Dist: vcversioner
Description-Content-Type: text/markdown
[Description omitted; length: 2660 characters]

WHEEL

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

RECORD

Path Digest Size
pystringmatcher/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pystringmatcher/__main__.py sha256=1hoXf7MxWgy-BpL-3HMT2RT08T8fJSdE5LFcESDvg58 2106
pystringmatcher/Algorithms/Algoritm.py sha256=9V0IeYV6Dzs1--QmlHfdydi0JL-z7_qwVtqY5S3VQRY 577
pystringmatcher/Algorithms/BoyerMoore.py sha256=pBaatmESl_mmMec5WJJmPHcpQ-lrHjY9NuxuV-n-VVs 2335
pystringmatcher/Algorithms/RabinKarp.py sha256=3I17euLVzlUY9q34waz3q7r_6fpA7A2bg9tBxifHO9M 1611
pystringmatcher/Algorithms/__init__.py sha256=m_B4ycwujxuCeLJ1LcQRyuGBDohOKWK9cKnJwr7e0Pw 100
pystringmatcher/Objects/Aggregator.py sha256=k01OYQMiVFZQ9oYF6P48iTcLFGpSIXs6ZRq5yzmd78M 1163
pystringmatcher/Objects/Matcher.py sha256=NbHQngmp9H31Hhgm6GGK6IKUEtbTJPSimsnKqu-f_CA 1354
pystringmatcher/Objects/__init__.py sha256=YRIB5KRvZu-icM-0BRjrWeYQIKnuu0jPmF4RCmcB6Ts 64
pystringmatcher/Types/Line.py sha256=zX4oO_HvHCglErH1z0JHYApRh_Rrwq8egi7NI_qJ8pA 536
pystringmatcher/Types/Match.py sha256=QebjD-TRhkiVGkLh6UXUqEQfxZXD4swtx58Eph91iU4 698
pystringmatcher/Types/TextChunk.py sha256=vA2rEl8TLaK9qIo8cvPDkvdQATHwCRRcJcb-N6jyuHE 1882
pystringmatcher/Types/TextFile.py sha256=ih5t4O281zFxSR6jnBZZgfEG3hYFagxGhwhtmSM4VGI 2431
pystringmatcher/Types/__init__.py sha256=NtX7-rowBSDIt_ENtYUoPrWfIfr_9BwgEgDyZeRyXAo 112
pystringmatcher/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pystringmatcher/tests/conftest.py sha256=ySZ42lPCvhcUFtewVqtKASKGao5GJFd9zT3P5XlRxMY 690
pystringmatcher/tests/test_algorithms.py sha256=e6A0-XJWrAq6CEM9K4Y91fLdqB67Aaiysd5ifTR2yys 919
pystringmatcher/tests/test_line.py sha256=83luKftPIEyiXa8CltEnk3PocSfYOJqmHaQaATt-8iU 302
pystringmatcher/tests/test_match.py sha256=ti09slIPQdrTXpVylmm1g6WL0qpd6AyE7RezM9CzrUU 96
pystringmatcher/tests/test_textchunk.py sha256=mwX_oAyL6PPtYYfGF2YDRw4kaG7f3C1YY2x8sL0WZCo 429
pystringmatcher/tests/test_textfile.py sha256=j4uNiSHGNrlLO3VtugSiQzczdJSNwlU2OVxLj_tnRVE 1569
pystringmatcher-0.0.9.dist-info/LICENSE sha256=FTCoMm42dv0F0XKia4CTyBkuENSVG9sGahnBypNC90c 1068
pystringmatcher-0.0.9.dist-info/METADATA sha256=dv9fsh_uVy6TeAkZQ74o8GXlLwKOZ2cj6cax0i17tts 3185
pystringmatcher-0.0.9.dist-info/WHEEL sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA 92
pystringmatcher-0.0.9.dist-info/entry_points.txt sha256=9sXBxSk9Cdm3YHRxxAUVSmNmGYvYuhm5_YTqldDV7W4 65
pystringmatcher-0.0.9.dist-info/top_level.txt sha256=Ndu5mrhqPBP9a01xJ544R6aPegQIAeSMQy2kiPeYN2k 16
pystringmatcher-0.0.9.dist-info/RECORD

top_level.txt

pystringmatcher

entry_points.txt

stringmatcher = pystringmatcher.__main__:main