Skip to main content

It generats the dummy 'Personally identifiable information' data

Project description

pii-data-generator

A simple "Personally identifiable information" (PII) Data Generator for both programmers and non programmers...

Built with ❤︎ and :coffee: in one night by Deepak Rajpurohit


GitHub PyPI - Python Version

Features

Generate Data of PII like :

  • Generate Cradit-Card (Visa/Master-card)
  • Generate email
  • Generate mobile numbers
  • Generate First Name
  • Generate Last Name
  • Generate Address
  • Generate Country
  • Generate Weight/Height
  • Generate CVV number
  • Generate Card - Expiry Date

Installation

  • You can install this package using
pip install pii-data-generator
  • after installing package

Usage

For Non-Programmers usage / CLI:

  • write pii command that will generate for 10 persons and store them in json file

  • for more data generation use pii --n 400 this will generate 400 PII person data with "visa" credit card

  • if you want to generate master cards pii --n 400 --c master card this will generate 400 PII data with master card

  • if you want both cards types than use pii --n 400 --a yes

  • if you want to insert this data in mongodb pii --n 400 --a yes --conn <mongo-db connection string>

# PII
pii --n 100 --a yes

# insert data in mongodb
pii --n 400  --a yes --conn <mongo-db connection string>

For Programmers usage:

AZURE

For the all the cosmos databases or in mongo database

from pii_generator.pii_data_generator import PIIGenerator
pii_gen = PIIGenerator(how_many=100, both_credit_type=True)

database_conn_string = ""
pii_gen.insert_data_in_mongo(database_conn_string)

For insert data in azure mysql

from pii_generator.pii_data_generator import PIIGenerator
pii_gen = PIIGenerator(how_many=100, both_credit_type=True)

mysql_config_json_file_path = "/Users/deepak9636/Downloads/pii-data-generator-master/config_example/azure_mysql.json"
pii_gen.insert_pii_data_in_azure_mysql_db(mysql_config_json_file_path)

For insert data in azure postgres

from pii_generator.pii_data_generator import PIIGenerator
pii_gen = PIIGenerator(how_many=100, both_credit_type=True)

psql_config_json_file_path = "/Users/deepak9636/Downloads/pii-data-generator-master/config_example/azure_psql.json"
pii_gen.insert_pii_data_in_azure_mysql_db(psql_config_json_file_path)

For insert data in azure maria

from pii_generator.pii_data_generator import PIIGenerator
pii_gen = PIIGenerator(how_many=100, both_credit_type=True)

psql_config_json_file_path = "/Users/deepak9636/Downloads/pii-data-generator-master/config_example/maria.json"
pii_gen.insert_pii_data_in_azure_maria_db(psql_config_json_file_path)

GCP

For the all the cosmos databases or in mysql database

from pii_generator.pii_data_generator import PIIGenerator
pii_gen = PIIGenerator(how_many=100, both_credit_type=True)

database_conn_string = ""
pii_gen.insert_pii_data_in_gcp_mysql_db(database_conn_string)

For the all the cosmos databases or in postgres database

from pii_generator.pii_data_generator import PIIGenerator
pii_gen = PIIGenerator(how_many=100, both_credit_type=True)

database_conn_string = ""
pii_gen.insert_pii_data_in_gcp_psql_db(database_conn_string)

For the all the cosmos databases or in Sql database

from pii_generator.pii_data_generator import PIIGenerator
pii_gen = PIIGenerator(how_many=100, both_credit_type=True)

database_conn_string = ""
pii_gen.insert_pii_data_in_gcp_sql_db(database_conn_string)
from pprint import pprint
from pii_generator.pii_data_generator import PIIGenerator

pii_gen = PIIGenerator(100, 'visa', True)

# this will give you data in dictionary format
pprint(pii_gen.get_data_in_dict())

# this will give you data in json format
pii_gen.get_data_in_json()

# this will give you data in json file on desktop
pii_gen.get_data_in_json_file()


# this will give you data in pandas data frame
pii_gen.get_data_in_df()


# this will Insert pii data in data in mongodb
pii_gen.insert_data_in_mongo(connection_string)

Thank you

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

pii-data-generator-1.0.8.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pii_data_generator-1.0.8-py3-none-any.whl (21.2 kB view details)

Uploaded Python 3

File details

Details for the file pii-data-generator-1.0.8.tar.gz.

File metadata

  • Download URL: pii-data-generator-1.0.8.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pii-data-generator-1.0.8.tar.gz
Algorithm Hash digest
SHA256 da878198b79551e182efef2d03370dd48947d68b246a5d25c60ed39bb3e10f4a
MD5 690c27fcfa09dff2ec67a3ec998593ee
BLAKE2b-256 19799e3a90e8965db7bfea47b6d855f617ef1e6d0773749c2550586dd5ae07ff

See more details on using hashes here.

File details

Details for the file pii_data_generator-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: pii_data_generator-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 21.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6

File hashes

Hashes for pii_data_generator-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 7c916de0d51fb2039b65e20cbd123612e833ccb98a7aa15e7cbcd308ee0bf94e
MD5 f8f502083bd1395ce14673a6bcbcf74b
BLAKE2b-256 9072362359857d49c870d71809c73247ec90c8032fef85038c5cb75496eb21f7

See more details on using hashes here.

Supported by

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