File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 2020
2121from commoncode .text import toascii
2222from commoncode .text import unixlinesep
23- from textcode .gibberish import Gibberish
2423from pygmars import lex
2524from pygmars import parse
2625from pygmars import Token
2726from pygmars .tree import Tree
2827
2928from cluecode import copyrights_hint
29+ from textcode .gibberish import Gibberish
3030from textcode .markup import strip_known_markup_from_text
3131
3232# Tracing flags
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ download_url: https://raw.githubusercontent.com/yapus/gibberish/01637fe1fda82752
44homepage_url: https://github.com/yapus/gibberish/
55authors: |
66 Rob Renaud
7+ Petr Janata
8+ Max Greenwald
9+ vsobolmaven
710 Iakov Pustilnik
811owner: Iakov Pustilnik
912license_expression: mit
@@ -14,5 +17,10 @@ notes: gibberish.py is a reorganization of the code at
1417 gibberish.py was originally a Python script written by Rob Renaud as a solution
1518 to a stack overflow question (https://stackoverflow.com/a/6298193). The original
1619 repo at https://github.com/rrenaud/Gibberish-Detector has been cloned many times
17- and has been expanded upon by multiple authors. This instance of gibberish.py
18- was maintained by Iakov Pustilnik.
20+ and has been expanded upon by multiple authors. This instance of gibberish.py
21+ was maintained by Iakov Pustilnik, where it was cloned from
22+ https://github.com/yapus/gibberish, which was cloned from
23+ https://github.com/vsobolmaven/gibberish, which was cloned from
24+ https://github.com/mgreenw/gibberish, which was cloned from
25+ https://github.com/pjanata/Gibberish-Detector, and ultimately all of these repos
26+ are from https://github.com/rrenaud/Gibberish-Detector
You can’t perform that action at this time.
0 commit comments