File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,14 +35,17 @@ print(isProfane(sentence)) # returns True
3535print(censorWord(word)) # returns 's%!$ty'
3636
3737print(censorSentences(sentences))
38- #["you're a piece of s#it",
39- # 'fucking w&!re',
40- # 'why you such a c&m&%ut',
41- # 'an online w%$re',
42- # 'fucking w#$$er',
43- # 'hey, hope you do great!',
44- # 's#&t$#yyy w&o$%$ee',
45- # 'wear a dress']
38+ '''
39+ returns
40+ ["you're a piece of s#it",
41+ 'fucking w&!re',
42+ 'why you such a c&m&%ut',
43+ 'an online w%$re',
44+ 'fucking w#$$er',
45+ 'hey, hope you do great!',
46+ 's#&t$#yyy w&o$%$ee',
47+ 'wear a dress']
48+ '''
4649```
4750
4851### Data
Original file line number Diff line number Diff line change 55
66setuptools .setup (name = "PyProfane" ,
77 packages = setuptools .find_packages (),
8- version = "1.0.3" ,
8+ version = "1.0.3-1 " ,
99 author = "Ieshaan Saxena" ,
1010 author_email = "ieshaan1999@gmail.com" ,
1111 description = "A library to censor and detect offensive words in strings." ,
1212 long_description = longDescription ,
1313 long_description_content_type = "text/markdown" ,
1414 license = "MIT" ,
1515 url = "https://github.com/ieshaan12/PyProfane" ,
16- download_url = "https://github.com/ieshaan12/PyProfane/archive/v1.0.2 .tar.gz" ,
16+ download_url = "https://github.com/ieshaan12/PyProfane/archive/v1.0.3 .tar.gz" ,
1717 package_data = {'PyProfane' : ['data/swearWords.txt' , 'data/comments.txt' ]},
1818 classifiers = [
1919 "Development Status :: 3 - Alpha" ,
You can’t perform that action at this time.
0 commit comments