Verbex 1.0.2__zip → 1.1.0__zip

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,14 +1,13 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Verbex
3
- Version: 1.0.2
3
+ Version: 1.1.0
4
4
  Summary: Make difficult regular expressions easy! Python fork based on of the awesome VerbalExpressions repo - https://github.com/jehna/VerbalExpressions
5
- Home-page: https://github.com/VerbalExpressions/PythonVerbalExpressions
5
+ Home-page: https://github.com/rbroderi/Verbex
6
6
  Author: Victor Titor, Yan Wenjun, diogobeda, Mihai Ionut Vilcu, Peder Soholt, Sameer Raghuram, Kharms, Richard Broderick
7
7
  License: GPLv3
8
8
  Platform: UNKNOWN
9
9
  Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
10
10
  Classifier: Programming Language :: Python
11
- Classifier: Programming Language :: Python :: 3.6
12
11
  Classifier: Programming Language :: Python :: 3.7
13
12
  Classifier: Programming Language :: Python :: 3.8
14
13
  Classifier: Programming Language :: Python :: 3.9
@@ -17,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.11
17
16
  Classifier: Topic :: Software Development :: Libraries
18
17
  Classifier: Topic :: Text Processing
19
18
  Description-Content-Type: text/markdown
19
+ Provides-Extra: testing
20
20
  License-File: LICENSE.txt
21
21
 
22
22
  Verbex: Python verbal based regular expressions
@@ -34,6 +34,9 @@ pip install Verbex
34
34
  from verbex import Verbex
35
35
  verbex = Verbex()
36
36
  ```
37
+
38
+ ## Documentation
39
+ [API](https://rbroderi.github.io/Verbex/verbex/verbex.html)
37
40
  ## Examples
38
41
 
39
42
  ### Testing if we have a valid URL
@@ -0,0 +1,42 @@
1
+ .gitattributes
2
+ .gitignore
3
+ .pre-commit-config.yaml
4
+ .yamllint
5
+ GPLv3_LICENSE.txt
6
+ LICENSE.txt
7
+ MANIFEST.IN
8
+ MANIFEST.in
9
+ README.md
10
+ builddoc.bat
11
+ check_names.py
12
+ pyproject.toml
13
+ requirements.in
14
+ requirements.txt
15
+ requirements_dev.in
16
+ requirements_dev.txt
17
+ requirements_test.txt
18
+ setup.cfg
19
+ setup.py
20
+ .github/workflows/main.yml
21
+ .vscode/settings.json
22
+ Verbex.egg-info/PKG-INFO
23
+ Verbex.egg-info/SOURCES.txt
24
+ Verbex.egg-info/dependency_links.txt
25
+ Verbex.egg-info/requires.txt
26
+ Verbex.egg-info/top_level.txt
27
+ archive/archive-20220508115341-c1a945c08ab1170c.tar.gz
28
+ archive/archive-20220508115432-8f4db45c4efcdff6.tar.gz
29
+ archive/archive-20220508115930-3a2864bd92a8e920.tar.gz
30
+ dist/Verbex-1.0.2.win-amd64.zip
31
+ dist/Verbex-1.0.3.win-amd64.zip
32
+ dist/Verbex-1.1.0.win-amd64.zip
33
+ docs/index.html
34
+ docs/search.js
35
+ docs/verbex/verbex.html
36
+ tests/__init__.py
37
+ tests/test_verbex.py
38
+ verbex/GPLv3_LICENSE.txt
39
+ verbex/LICENSE.TXT
40
+ verbex/__init__.py
41
+ verbex/py.typed
42
+ verbex/verbex.py