An open API service indexing awesome lists of open source software.

https://github.com/cgoldberg/test-data

Generate random data for testing
https://github.com/cgoldberg/test-data

data-generation testing

Last synced: 19 days ago
JSON representation

Generate random data for testing

Awesome Lists containing this project

README

          

# test-data

### Python - generate random data for testing

---

- Copyright (c) 2025 [Corey Goldberg][github-home]
- License: [MIT][mit-license]

----

## Requirements

- Python 3.6+
- no external dependencies

----

## Example Usage

```python
from strings import DIGITS, random_string

# string of 32 random digits
random_digits = random_string(DIGITS, length=32)

```

[github-home]: https://github.com/cgoldberg
[mit-license]: https://raw.githubusercontent.com/cgoldberg/test-data/refs/heads/main/LICENSE