-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: |
- 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 :
- - python-setuptools
+ - pytest-runner
build : |
- %python_setup
+ %python3_setup
install : |
- %python_install
+ %python3_install
+check : |
+ %python3_test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,100 +2,105 @@
<Source>
<Name>python-rebulk</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
+ <License>Apache-2.0</License>
<License>MIT</License>
<PartOf>programming.python</PartOf>
- <Summary xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string.</Summary>
- <Description xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string.
+ <Summary xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string</Summary>
+ <Description xml:lang="en">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.
- <Summary xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string.</Summary>
- <Description xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string.
+ <Summary xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string</Summary>
+ <Description xml:lang="en">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.