fakedata-python 2.0.4__tar.gz → 2.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {fakedata_python-2.0.4/fakedata_python.egg-info → fakedata_python-2.0.5}/PKG-INFO +25 -41
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/README.md +24 -40
- {fakedata_python-2.0.4 → fakedata_python-2.0.5/fakedata_python.egg-info}/PKG-INFO +25 -41
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/pyproject.toml +1 -1
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/LICENSE +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/MANIFEST.in +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/__init__.py +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/cli.py +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/core.py +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/cardtype.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/companies.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/countries.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/devices.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/domain.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/email.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/first.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/healthcare.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/hobbies.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/industries.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/job_categories.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/job_titles.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/last.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/locales.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/middle.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/occupation.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/salary_ranges.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/shortformstate.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/state.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/states.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/street.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/helpers/universities.json +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/modules/__init__.py +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/modules/data.py +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata/test_python.py +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata_python.egg-info/SOURCES.txt +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata_python.egg-info/dependency_links.txt +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata_python.egg-info/entry_points.txt +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata_python.egg-info/top_level.txt +0 -0
- {fakedata_python-2.0.4 → fakedata_python-2.0.5}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fakedata-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: The fakedata package generates realistic user profiles for machine learning, deep learning, data analysis, and data science workflows.
|
|
5
5
|
Author-email: abhay557 <contact@abhaymourya.in>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -40,30 +40,6 @@ A high-performance, **zero-dependency** synthetic data generation engine, availa
|
|
|
40
40
|
|
|
41
41
|
---
|
|
42
42
|
|
|
43
|
-
## Node.js / TypeScript Implementation
|
|
44
|
-
|
|
45
|
-
### Installation
|
|
46
|
-
```bash
|
|
47
|
-
npm install @abhay557/fakedata
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
### Quick Start
|
|
51
|
-
```javascript
|
|
52
|
-
const fakedata = require('@abhay557/fakedata');
|
|
53
|
-
|
|
54
|
-
// Generate deterministic users with a 5% missing data rate (null injection)
|
|
55
|
-
const users = fakedata.data.users(1000, { seed: 42, missing_rate: 0.05 });
|
|
56
|
-
|
|
57
|
-
// Export directly to CSV format
|
|
58
|
-
const csvString = fakedata.data.usersToCSV(1000, { seed: 42 });
|
|
59
|
-
|
|
60
|
-
// Time-series activity data
|
|
61
|
-
const ts = fakedata.userTimeSeries({ days: 30, eventsPerDay: 8 });
|
|
62
|
-
console.log(`Generated ${ts.activity.length} events for ${ts.user.fullName}`);
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
43
|
## Python Implementation
|
|
68
44
|
|
|
69
45
|
### Installation
|
|
@@ -90,6 +66,30 @@ print(f"Generated {len(ts['activity'])} events for {ts['user']['fullName']}")
|
|
|
90
66
|
|
|
91
67
|
---
|
|
92
68
|
|
|
69
|
+
## Node.js / TypeScript Implementation
|
|
70
|
+
|
|
71
|
+
### Installation
|
|
72
|
+
```bash
|
|
73
|
+
npm install @abhay557/fakedata
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Quick Start
|
|
77
|
+
```javascript
|
|
78
|
+
const fakedata = require('@abhay557/fakedata');
|
|
79
|
+
|
|
80
|
+
// Generate deterministic users with a 5% missing data rate (null injection)
|
|
81
|
+
const users = fakedata.data.users(1000, { seed: 42, missing_rate: 0.05 });
|
|
82
|
+
|
|
83
|
+
// Export directly to CSV format
|
|
84
|
+
const csvString = fakedata.data.usersToCSV(1000, { seed: 42 });
|
|
85
|
+
|
|
86
|
+
// Time-series activity data
|
|
87
|
+
const ts = fakedata.userTimeSeries({ days: 30, eventsPerDay: 8 });
|
|
88
|
+
console.log(`Generated ${ts.activity.length} events for ${ts.user.fullName}`);
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
93
|
## CLI — Command Line Interface
|
|
94
94
|
|
|
95
95
|
After installing, use `fakedata` directly from your terminal. No scripts needed!
|
|
@@ -460,19 +460,3 @@ Distributed under the **MIT License**. See `LICENSE` for more information.
|
|
|
460
460
|
- Project Commit History - `https://github.com/abhay557/random-api.xyz`
|
|
461
461
|
|
|
462
462
|
---
|
|
463
|
-
|
|
464
|
-
## Contributing
|
|
465
|
-
|
|
466
|
-
Contributions are welcome! Whether it's a bug fix, a new feature, or improved docs — every bit helps.
|
|
467
|
-
|
|
468
|
-
- Read the [Contributing Guide](./CONTRIBUTING.md) before submitting a PR.
|
|
469
|
-
- Use the [Bug Report](https://github.com/abhay557/fakedata/issues/new?template=bug_report.md) template to report issues.
|
|
470
|
-
- Use the [Feature Request](https://github.com/abhay557/fakedata/issues/new?template=feature_request.md) template to suggest ideas.
|
|
471
|
-
- Please follow our [Code of Conduct](./CODE_OF_CONDUCT.md) in all interactions.
|
|
472
|
-
|
|
473
|
-
```bash
|
|
474
|
-
# Fork the repo, then:
|
|
475
|
-
git clone https://github.com/YOUR_USERNAME/fakedata.git
|
|
476
|
-
git checkout -b feature/my-improvement
|
|
477
|
-
# Make your changes, then open a Pull Request!
|
|
478
|
-
```
|
|
@@ -26,30 +26,6 @@ A high-performance, **zero-dependency** synthetic data generation engine, availa
|
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
|
29
|
-
## Node.js / TypeScript Implementation
|
|
30
|
-
|
|
31
|
-
### Installation
|
|
32
|
-
```bash
|
|
33
|
-
npm install @abhay557/fakedata
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
### Quick Start
|
|
37
|
-
```javascript
|
|
38
|
-
const fakedata = require('@abhay557/fakedata');
|
|
39
|
-
|
|
40
|
-
// Generate deterministic users with a 5% missing data rate (null injection)
|
|
41
|
-
const users = fakedata.data.users(1000, { seed: 42, missing_rate: 0.05 });
|
|
42
|
-
|
|
43
|
-
// Export directly to CSV format
|
|
44
|
-
const csvString = fakedata.data.usersToCSV(1000, { seed: 42 });
|
|
45
|
-
|
|
46
|
-
// Time-series activity data
|
|
47
|
-
const ts = fakedata.userTimeSeries({ days: 30, eventsPerDay: 8 });
|
|
48
|
-
console.log(`Generated ${ts.activity.length} events for ${ts.user.fullName}`);
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
---
|
|
52
|
-
|
|
53
29
|
## Python Implementation
|
|
54
30
|
|
|
55
31
|
### Installation
|
|
@@ -76,6 +52,30 @@ print(f"Generated {len(ts['activity'])} events for {ts['user']['fullName']}")
|
|
|
76
52
|
|
|
77
53
|
---
|
|
78
54
|
|
|
55
|
+
## Node.js / TypeScript Implementation
|
|
56
|
+
|
|
57
|
+
### Installation
|
|
58
|
+
```bash
|
|
59
|
+
npm install @abhay557/fakedata
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
### Quick Start
|
|
63
|
+
```javascript
|
|
64
|
+
const fakedata = require('@abhay557/fakedata');
|
|
65
|
+
|
|
66
|
+
// Generate deterministic users with a 5% missing data rate (null injection)
|
|
67
|
+
const users = fakedata.data.users(1000, { seed: 42, missing_rate: 0.05 });
|
|
68
|
+
|
|
69
|
+
// Export directly to CSV format
|
|
70
|
+
const csvString = fakedata.data.usersToCSV(1000, { seed: 42 });
|
|
71
|
+
|
|
72
|
+
// Time-series activity data
|
|
73
|
+
const ts = fakedata.userTimeSeries({ days: 30, eventsPerDay: 8 });
|
|
74
|
+
console.log(`Generated ${ts.activity.length} events for ${ts.user.fullName}`);
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
---
|
|
78
|
+
|
|
79
79
|
## CLI — Command Line Interface
|
|
80
80
|
|
|
81
81
|
After installing, use `fakedata` directly from your terminal. No scripts needed!
|
|
@@ -446,19 +446,3 @@ Distributed under the **MIT License**. See `LICENSE` for more information.
|
|
|
446
446
|
- Project Commit History - `https://github.com/abhay557/random-api.xyz`
|
|
447
447
|
|
|
448
448
|
---
|
|
449
|
-
|
|
450
|
-
## Contributing
|
|
451
|
-
|
|
452
|
-
Contributions are welcome! Whether it's a bug fix, a new feature, or improved docs — every bit helps.
|
|
453
|
-
|
|
454
|
-
- Read the [Contributing Guide](./CONTRIBUTING.md) before submitting a PR.
|
|
455
|
-
- Use the [Bug Report](https://github.com/abhay557/fakedata/issues/new?template=bug_report.md) template to report issues.
|
|
456
|
-
- Use the [Feature Request](https://github.com/abhay557/fakedata/issues/new?template=feature_request.md) template to suggest ideas.
|
|
457
|
-
- Please follow our [Code of Conduct](./CODE_OF_CONDUCT.md) in all interactions.
|
|
458
|
-
|
|
459
|
-
```bash
|
|
460
|
-
# Fork the repo, then:
|
|
461
|
-
git clone https://github.com/YOUR_USERNAME/fakedata.git
|
|
462
|
-
git checkout -b feature/my-improvement
|
|
463
|
-
# Make your changes, then open a Pull Request!
|
|
464
|
-
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fakedata-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
4
4
|
Summary: The fakedata package generates realistic user profiles for machine learning, deep learning, data analysis, and data science workflows.
|
|
5
5
|
Author-email: abhay557 <contact@abhaymourya.in>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -40,30 +40,6 @@ A high-performance, **zero-dependency** synthetic data generation engine, availa
|
|
|
40
40
|
|
|
41
41
|
---
|
|
42
42
|
|
|
43
|
-
## Node.js / TypeScript Implementation
|
|
44
|
-
|
|
45
|
-
### Installation
|
|
46
|
-
```bash
|
|
47
|
-
npm install @abhay557/fakedata
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
### Quick Start
|
|
51
|
-
```javascript
|
|
52
|
-
const fakedata = require('@abhay557/fakedata');
|
|
53
|
-
|
|
54
|
-
// Generate deterministic users with a 5% missing data rate (null injection)
|
|
55
|
-
const users = fakedata.data.users(1000, { seed: 42, missing_rate: 0.05 });
|
|
56
|
-
|
|
57
|
-
// Export directly to CSV format
|
|
58
|
-
const csvString = fakedata.data.usersToCSV(1000, { seed: 42 });
|
|
59
|
-
|
|
60
|
-
// Time-series activity data
|
|
61
|
-
const ts = fakedata.userTimeSeries({ days: 30, eventsPerDay: 8 });
|
|
62
|
-
console.log(`Generated ${ts.activity.length} events for ${ts.user.fullName}`);
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
---
|
|
66
|
-
|
|
67
43
|
## Python Implementation
|
|
68
44
|
|
|
69
45
|
### Installation
|
|
@@ -90,6 +66,30 @@ print(f"Generated {len(ts['activity'])} events for {ts['user']['fullName']}")
|
|
|
90
66
|
|
|
91
67
|
---
|
|
92
68
|
|
|
69
|
+
## Node.js / TypeScript Implementation
|
|
70
|
+
|
|
71
|
+
### Installation
|
|
72
|
+
```bash
|
|
73
|
+
npm install @abhay557/fakedata
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Quick Start
|
|
77
|
+
```javascript
|
|
78
|
+
const fakedata = require('@abhay557/fakedata');
|
|
79
|
+
|
|
80
|
+
// Generate deterministic users with a 5% missing data rate (null injection)
|
|
81
|
+
const users = fakedata.data.users(1000, { seed: 42, missing_rate: 0.05 });
|
|
82
|
+
|
|
83
|
+
// Export directly to CSV format
|
|
84
|
+
const csvString = fakedata.data.usersToCSV(1000, { seed: 42 });
|
|
85
|
+
|
|
86
|
+
// Time-series activity data
|
|
87
|
+
const ts = fakedata.userTimeSeries({ days: 30, eventsPerDay: 8 });
|
|
88
|
+
console.log(`Generated ${ts.activity.length} events for ${ts.user.fullName}`);
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
93
|
## CLI — Command Line Interface
|
|
94
94
|
|
|
95
95
|
After installing, use `fakedata` directly from your terminal. No scripts needed!
|
|
@@ -460,19 +460,3 @@ Distributed under the **MIT License**. See `LICENSE` for more information.
|
|
|
460
460
|
- Project Commit History - `https://github.com/abhay557/random-api.xyz`
|
|
461
461
|
|
|
462
462
|
---
|
|
463
|
-
|
|
464
|
-
## Contributing
|
|
465
|
-
|
|
466
|
-
Contributions are welcome! Whether it's a bug fix, a new feature, or improved docs — every bit helps.
|
|
467
|
-
|
|
468
|
-
- Read the [Contributing Guide](./CONTRIBUTING.md) before submitting a PR.
|
|
469
|
-
- Use the [Bug Report](https://github.com/abhay557/fakedata/issues/new?template=bug_report.md) template to report issues.
|
|
470
|
-
- Use the [Feature Request](https://github.com/abhay557/fakedata/issues/new?template=feature_request.md) template to suggest ideas.
|
|
471
|
-
- Please follow our [Code of Conduct](./CODE_OF_CONDUCT.md) in all interactions.
|
|
472
|
-
|
|
473
|
-
```bash
|
|
474
|
-
# Fork the repo, then:
|
|
475
|
-
git clone https://github.com/YOUR_USERNAME/fakedata.git
|
|
476
|
-
git checkout -b feature/my-improvement
|
|
477
|
-
# Make your changes, then open a Pull Request!
|
|
478
|
-
```
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fakedata_python-2.0.4 → fakedata_python-2.0.5}/fakedata_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|