Skip to main content

A library that returns naughty strings from an offline database of Big List of Naughty Strings & emojis

Project description

https://img.shields.io/pypi/v/naughty-string-validator.svg https://img.shields.io/pypi/pyversions/naughty-string-validator.svg https://travis-ci.org/shashikumarraja/naughty_string_validator_python.svg?branch=master https://codecov.io/gh/shashikumarraja/naughty_string_validator_python/branch/master/graph/badge.svg Updates https://pepy.tech/badge/naughty-string-validator https://img.shields.io/badge/License-MIT-blue.svg

A python library that returns naughty strings from an offline database of Big List of Naughty Strings and emojis. The db will be continuously growing with each release.

The Big List of Naughty Strings is an evolving list of strings which have a high probability of causing issues when used as user-input data.

This library can be inluded in the test automation framework for API, UI, or DB testing to validate them against naughty strings.

Installation

pip install naughty_string_validator

Usage

from naughty_string_validator import *
  • To get a random naughty string from the list

print(get_random_naughty_string())

#output
"<a href=\"\\xE2\\x80\\x88javascript…(1)\" id=\"fuzzelement1\">test</a>"
  • To get entire naughty string list

print(get_naughty_string_list())

#output
["", "undefined", "undef", "null", "NULL", "(null)", "nil", ]
  • To get a random emoji from the emoji list

print(get_random_emoji())

#output
"😃"
  • To get a entire emoji list

print(get_emoji_list())

#output
["😀", "😃", "😄", "😁", "😆", "😅", "😂", "🤣", "☺️", "😊", ]

Tests

  • To run tests

    py.test –cov=naughty_string_validator test/ –verbose

Documentation

The full documentation is at : https://naughty-string-validator-python.readthedocs.io/en/latest/index.html.

History

0.1.7 (2020-05-07)

  • Minor improvements in code

  • Fixed bug introduced by 0.1.6 of utils not found while importing in python version 3

0.1.2 (2018-09-03)

  • Removed test code from build

0.1.0 (2018-09-03)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

naughty_string_validator-0.1.7.tar.gz (43.5 kB view details)

Uploaded Source

Built Distribution

naughty_string_validator-0.1.7-py2.py3-none-any.whl (41.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file naughty_string_validator-0.1.7.tar.gz.

File metadata

  • Download URL: naughty_string_validator-0.1.7.tar.gz
  • Upload date:
  • Size: 43.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for naughty_string_validator-0.1.7.tar.gz
Algorithm Hash digest
SHA256 51b5c3a1f4080babf471f537b3247f19a2408f5dd121aea8212f9d134e01b0c9
MD5 a7252abd9bdbe5bf82c050bb2cb18e34
BLAKE2b-256 3e4f8bf29463a4b8afdc5047f68b1b41083adeec7c9a3238813689d514f243a9

See more details on using hashes here.

File details

Details for the file naughty_string_validator-0.1.7-py2.py3-none-any.whl.

File metadata

  • Download URL: naughty_string_validator-0.1.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 41.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.0

File hashes

Hashes for naughty_string_validator-0.1.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 619c8b1c9c247680c02ddecbd9b215b93c53d2b1f999c6d4f45bf8360b5fbc1a
MD5 f6330bf417c3f39e7086477d3d8ba13b
BLAKE2b-256 af450ee0791aa625c9a6e573b4f1f766a4311278544f107f8687a5ceb8b83abd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page