Skip to content

Commit 4488a7e

Browse files
update python-randomname Module
1 parent 6486ff1 commit 4488a7e

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Deepak Raj
3+
Copyright (c) 2020 Deepak Raj
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Random Profile Generator
2-
### Python Module
3-
#### pip install randomname
2+
##### Introduction
3+
randomname is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases and and much more. You can check the full documentation here.
44

5+
```python
6+
pip install randomname
7+
```
58
### Documentation
69
```python
710
#firt create a object for class 'Name'
@@ -21,7 +24,10 @@ name.full_name()
2124
# For First Name
2225
name.full_profile()
2326
```
24-
27+
## Future Update
28+
- More Random data will be added to package.
29+
- variety of Random-Data will increase.
30+
## Author
2531
- Author : CodePerfectPlus
2632
- Language : Python
2733
- Github : https://github.com/codePerfectPlus
3.86 KB
Binary file not shown.
3.86 KB
Binary file not shown.

randomname.egg-info/PKG-INFO

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
Metadata-Version: 2.1
22
Name: randomname
3-
Version: 4.0.0
3+
Version: 6.0.0
44
Summary: Generate Random Name
55
Home-page: https://github.com/codePerfectPlus/Random-Profile-Generator
66
Author: CodePerfectPlus
77
Author-email: [email protected]
88
License: UNKNOWN
99
Description: # Random Profile Generator
10-
### Python Module
11-
#### pip install randomname
10+
##### Introduction
11+
randomname is a powerful and simple tool to generate fake data. You can use it to mock classes, populate databases and and much more. You can check the full documentation here.
1212

13+
```python
14+
pip install randomname
15+
```
1316
### Documentation
1417
```python
1518
#firt create a object for class 'Name'
@@ -29,7 +32,10 @@ Description: # Random Profile Generator
2932
# For First Name
3033
name.full_profile()
3134
```
32-
35+
## Future Update
36+
- More Random data will be added to package.
37+
- variety of Random-Data will increase.
38+
## Author
3339
- Author : CodePerfectPlus
3440
- Language : Python
3541
- Github : https://github.com/codePerfectPlus

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
name="randomname",
99

1010
#version of the module
11-
version="4.0.0",
11+
version="6.0.0",
1212

1313
#Name of Author
1414
author="CodePerfectPlus",

0 commit comments

Comments
 (0)