Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : python-rebulk | name : python-rebulk | ||||
| version : 0.7.6 | version : 1.0.0 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://pypi.python.org/packages/1b/e6/ff6bab7e66679a01ea52b0269a354df3a8047572eac107fff70110f5d943/rebulk-0.7.6.tar.gz : 1357820b13460fc30ecdf58b7743b34da79f76bec954c21051da9eefab0e82cd | - https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-1.0.0.tar.gz : 1d49e4f7ef6fb874e60efccacbbe661092fabdb7770cdf7f7de4516d50535998 | ||||
| license : MIT | license : | ||||
| - Apache-2.0 | |||||
| - MIT | |||||
| component : programming.python | component : programming.python | ||||
| summary : Define simple search patterns in bulk to perform advanced matching on any string. | summary : Define simple search patterns in bulk to perform advanced matching on any string | ||||
| description: | | description: | | ||||
| Define simple search patterns in bulk to perform advanced matching on any string. | ReBulk is a python library that performs advanced searches in strings that would be hard to implement using re module or String methods only. | ||||
| It includes some features like Patterns, Match, Rule that allows developers to build a custom and complex string matcher using a readable and extendable API. | |||||
| builddeps : | builddeps : | ||||
| - python-setuptools | - pytest-runner | ||||
| build : | | build : | | ||||
| %python_setup | %python3_setup | ||||
| install : | | install : | | ||||
| %python_install | %python3_install | ||||
| check : | | |||||
| %python3_test | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.