Skip to main content

Simple python package to generate random dictionaries of given types.

Project description

Travis CI build SonarCloud Quality SonarCloud Maintainability Codacy Maintainability Maintainability Pypi project Pypi total project downloads

Simple python package to generate random dictionaries of given types.

How do I install this package?

As usual, just download it using pip:

pip install random_dict

Tests Coverage

Since some software handling coverages sometime get slightly different results, here’s three of them:

Coveralls Coverage SonarCloud Coverage Code Climate Coverate

Usage examples

Generator random_string_dict

This function will generate a dictionary with given at most max_depth and max_height of type string.

from random_dict import random_string_dict
from random import randint

random_string_dict(randint(1, 10), randint(1, 10))

Generator random_bool_dict

This function will generate a dictionary with given at most max_depth and max_height of type bool.

from random_dict import random_bool_dict
from random import randint

random_bool_dict(randint(1, 10), randint(1, 10))

Generator random_float_dict

This function will generate a dictionary with given at most max_depth and max_height of type float.

from random_dict import random_float_dict
from random import randint

random_float_dict(randint(1, 10), randint(1, 10))

Generator random_int_dict

This function will generate a dictionary with given at most max_depth and max_height of type int.

from random_dict import random_int_dict
from random import randint

random_int_dict(randint(1, 10), randint(1, 10))

Generator random_dict

This function will generate a dictionary with given at most max_depth and max_height of mixed types.

from random_dict import random_dict
from random import randint

random_dict(randint(1, 10), randint(1, 10))

Some generated examples can be found within the examples folder.

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

random_dict-1.0.3.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file random_dict-1.0.3.tar.gz.

File metadata

  • Download URL: random_dict-1.0.3.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6

File hashes

Hashes for random_dict-1.0.3.tar.gz
Algorithm Hash digest
SHA256 6644b625f465caea39f8be09203d021cbd0f79438b822d7d4f0eaf7a1ab61fc3
MD5 746d5059f376bc6435abb173d557bfe0
BLAKE2b-256 0e93d4fb03dca5c5db08c58b20c473b560a6dc0cfe224a581922c5007ab85b01

See more details on using hashes here.

Provenance

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