ahocode-test
==================
This repo is a pure python implementation for `pyahocorasick <https://github.com/WojciechMula/pyahocorasick>`_, inspired by `abusix/ahocorapy <https://github.com/abusix/ahocorapy>`_.
Installation
-------------------
Requirements
###################
* Python 3.8 or later
.. code-block:: bash
pip install ahocode-test
Documentation
---------------------------
ahocode is a fallback library for pyahocorasick, so the ``Automaton`` class and its methods
have same names and parameters.
Below listed are the implemented classes and methods.
Classes
##########
* ``Automaton``
Methods for Automaton class
###############################
* ``add_word``
* ``get``
* ``clear``
* ``exists``
* ``find_all``
* ``items``
* ``make_automaton``
* ``iter``
* ``keys``
* ``values``
* ``__getstate__``
* ``__setstate__``
* ``__len__``
* ``__contains__``
For documentation please refer to: https://pyahocorasick.readthedocs.io/en/latest
Raw data
{
"_id": null,
"home_page": "https://github.com/AyanSinhaMahapatra/ahocode",
"name": "ahocode-test",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "utilities",
"author": "nexB. Inc. and others",
"author_email": "info@aboutcode.org",
"download_url": "https://files.pythonhosted.org/packages/03/fd/08b74f0694f0b3ddddc299d702b82399456e9a25d734207549ea4711966e/ahocode-test-1.0.0.tar.gz",
"platform": null,
"description": "ahocode-test\n==================\nThis repo is a pure python implementation for `pyahocorasick <https://github.com/WojciechMula/pyahocorasick>`_, inspired by `abusix/ahocorapy <https://github.com/abusix/ahocorapy>`_.\n\n\nInstallation\n-------------------\n\nRequirements\n###################\n* Python 3.8 or later\n\n.. code-block:: bash\n\n pip install ahocode-test\n\nDocumentation\n---------------------------\nahocode is a fallback library for pyahocorasick, so the ``Automaton`` class and its methods\nhave same names and parameters.\n\nBelow listed are the implemented classes and methods.\n\nClasses\n##########\n\n* ``Automaton``\n\nMethods for Automaton class\n###############################\n\n* ``add_word``\n* ``get``\n* ``clear``\n* ``exists``\n* ``find_all``\n* ``items``\n* ``make_automaton``\n* ``iter``\n* ``keys``\n* ``values``\n* ``__getstate__``\n* ``__setstate__``\n* ``__len__``\n* ``__contains__``\n\nFor documentation please refer to: https://pyahocorasick.readthedocs.io/en/latest\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ahocode is a fallback pure Python library for pyahocorasick.",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/AyanSinhaMahapatra/ahocode"
},
"split_keywords": [
"utilities"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5361a45a825281a92c6f8cd3f6e1df0aad905cd92ed63799e532aaa12e0ad388",
"md5": "2220ae72352a6f7a8c2209136d4ff3b7",
"sha256": "4aaab140eeeba589f0a8df82292eee8e81e74738888ded99f07e5ccafc3ca9b2"
},
"downloads": -1,
"filename": "ahocode_test-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2220ae72352a6f7a8c2209136d4ff3b7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 13221,
"upload_time": "2023-08-28T10:41:55",
"upload_time_iso_8601": "2023-08-28T10:41:55.941737Z",
"url": "https://files.pythonhosted.org/packages/53/61/a45a825281a92c6f8cd3f6e1df0aad905cd92ed63799e532aaa12e0ad388/ahocode_test-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "03fd08b74f0694f0b3ddddc299d702b82399456e9a25d734207549ea4711966e",
"md5": "f6368d4181a29d9003bfc29e79db6fcf",
"sha256": "f450b10ea12cd2c3f7ccc7c2d0ce92b86407dc4b87be69d40c58d8975decbb4b"
},
"downloads": -1,
"filename": "ahocode-test-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "f6368d4181a29d9003bfc29e79db6fcf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 68981,
"upload_time": "2023-08-28T10:41:57",
"upload_time_iso_8601": "2023-08-28T10:41:57.474414Z",
"url": "https://files.pythonhosted.org/packages/03/fd/08b74f0694f0b3ddddc299d702b82399456e9a25d734207549ea4711966e/ahocode-test-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-28 10:41:57",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AyanSinhaMahapatra",
"github_project": "ahocode",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "ahocode-test"
}