-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41e900e
commit bcaf22f
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,6 +149,22 @@ Other command's | |
Sumith Emmadi | ||
``` | ||
|
||
To print only email. | ||
|
||
```bash | ||
~$ truecallerpy -s [number] --email | ||
Email : [email protected] | ||
``` | ||
|
||
Other command's | ||
|
||
```bash | ||
~$ truecallerpy -s [number] --email -r | ||
|
||
[email protected] | ||
``` | ||
|
||
|
||
#### To get only JSON output | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
|
||
from setuptools import Command, find_packages, setup | ||
|
||
version = "0.0.10" | ||
version = "0.0.11" | ||
|
||
this_dir = abspath(dirname(__file__)) | ||
with open(join(this_dir, 'README.md'), encoding='utf-8') as file: | ||
|
@@ -43,8 +43,8 @@ | |
url = 'https://github.com/sumithemmadi/truecallerpy', | ||
author = 'Sumith Emmadi', | ||
author_email = '[email protected]', | ||
maintainer = "Sumith Emmadi", | ||
maintainer_email = "[email protected]", | ||
maintainer = "Sumith Emmadi,Shrikant Bache", | ||
maintainer_email = "[email protected] , [email protected]", | ||
license = 'MIT', | ||
license_file = "LICENSE", | ||
platforms = "any", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters