index
:
edify
main
Regular Expressions Made Simple.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-10
update setup.py for release
v0.1.0
Bobby
1
-2
/
+2
2022-09-10
Changelog for upcoming release 0.1.0
Bobby
1
-1
/
+1
2022-09-10
Fixed linting errors for date pattern
Bobby
2
-2
/
+4
2022-09-10
Added date pattern
Bobby
4
-0
/
+133
2022-09-10
Added docs for ipv4 and ipv6
Bobby
1
-0
/
+32
2022-09-10
Added ipv4 and ipv6 validations
Bobby
3
-0
/
+71
2022-09-10
Added email_rfc_5322 pattern
Bobby
5
-5
/
+69
2022-09-10
Merge branch 'main' of github.com:luciferreeves/edify
Bobby
17
-0
/
+0
2022-09-10
Update docs - added more functions
Bobby
3
-1
/
+55
2022-09-04
[ImgBot] Optimize images (#4)
Bobby
17
-0
/
+0
2022-09-03
[ImgBot] Optimize images
ImgBotApp
17
-0
/
+0
2022-09-03
Update Readme Links
Bobby
1
-2
/
+2
2022-09-03
Added `RegexBuilder` Class and Documentation (#3)
Bobby
48
-106
/
+2626
2022-09-03
Fixed \ literal bug
Bobby
1
-1
/
+1
2022-09-03
Fixed bugs and passing tests
Bobby
3
-17
/
+18
2022-09-03
Added Builder Docs
Bobby
2
-1
/
+935
2022-09-03
Added Flags
Bobby
8
-33
/
+109
2022-09-02
Removed Unused line
Bobby
1
-1
/
+0
2022-09-02
Fix Linting Checks
Bobby
1
-0
/
+1
2022-09-02
Added black line before description
Bobby
1
-0
/
+1
2022-09-02
Changed Docs version to stable
Bobby
1
-1
/
+1
2022-09-02
Added latest badge
Bobby
1
-1
/
+1
2022-09-02
Replace image with github link 🎆
Bobby
1
-1
/
+1
2022-09-02
recursive-include images *.png in manifest 🪱
Bobby
1
-0
/
+1
2022-09-02
Added brands and updated readme ✨
Bobby
18
-33
/
+76
2022-09-02
Refactoring, Fixing Tests and Coverage 💯
Bobby
3
-259
/
+86
2022-09-02
Added Extra Tests
Bobby
1
-0
/
+423
2022-09-02
Refactor and Fixed Bugs
Bobby
3
-22
/
+22
2022-09-02
Running CodeQL every day instead of every hour
Bobby
1
-1
/
+1
2022-09-01
Removing backwards compatibility for Python 3.6. Min Python now is 3.7
Bobby
5
-26
/
+4
2022-09-01
refactor code, fixed errors and added test cases
Bobby
3
-148
/
+270
2022-09-01
Adding noqa to __init__.py
Bobby
1
-0
/
+2
2022-09-01
Exporting Builder to main
Bobby
2
-12
/
+1
2022-09-01
Fixed Linting Errors
Bobby
2
-11
/
+12
2022-09-01
Regex Builder class
Bobby
7
-104
/
+191
2022-09-01
Creating a deep copy at a different pointer location for each RegexBuilder cl...
Bobby
3
-41
/
+206
2022-09-01
Fix liniting errors
Bobby
5
-60
/
+38
2022-09-01
Rewriting builder based on Super Expressive
Bobby
6
-9
/
+420
2022-08-31
Adding branch dev to codeql run
Bobby
1
-2
/
+2
2022-08-31
Running CodeQL every hour
Bobby
1
-1
/
+1
2022-08-31
Revert "Updated Config"
Bobby
1
-66
/
+4
2022-08-31
Revert "Reduced Python version in Config"
Bobby
1
-1
/
+1
2022-08-31
Revert "Added Poetry Build"
Bobby
2
-1516
/
+5
2022-08-31
Reduced Python version in Config
Bobby
1
-1
/
+1
2022-08-31
Added Poetry Build
Bobby
2
-5
/
+1516
2022-08-31
Updated Config
Bobby
1
-4
/
+66
2022-08-31
refactor code
Bobby
3
-2
/
+9
2022-08-31
Added tests for builder
Bobby
1
-0
/
+145
2022-08-31
Remove redundant functions and refactor
Bobby
6
-59
/
+15
2022-08-31
Added isort to script
Bobby
1
-0
/
+3
[next]