Skip to content

Adapted version to run in Python 3 no new functionality added to the … #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rjcastillos
Copy link

…original released version

Sample output
C:\Users\g4xxx\Documents\Py>py PNV_test_v01.py
Response = <Response [200]>
status code: 200
response:

{
"numberidentity": {
"number": "+1201221XXXX",
"validity": "true",
"carrier_id": "1125",
"carrier_name": "VERIZON WIRELESS",
"number_type": "M",
"country_iso_code": "USA",
"country": "United States",
"carrier_mcc": "310",
"carrier_mnc": "012",
"account_type": "",
"last_known_event": "None",
"previous_carrier_id": "",
"previous_carrier_name": ""
},
"tracking_id": "2121290198651564498906201"
}

…original released version

Sample output 
C:\Users\g4xxx\Documents\Py>py PNV_test_v01.py
Response =  <Response [200]>
status code:  200
response:

{
    "numberidentity": {
        "number": "+1201221XXXX",
        "validity": "true",
        "carrier_id": "1125",
        "carrier_name": "VERIZON WIRELESS",
        "number_type": "M",
        "country_iso_code": "USA",
        "country": "United States",
        "carrier_mcc": "310",
        "carrier_mnc": "012",
        "account_type": "",
        "last_known_event": "None",
        "previous_carrier_id": "",
        "previous_carrier_name": ""
    },
    "tracking_id": "2121290198651564498906201"
}
Copy link
Author

@rjcastillos rjcastillos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi I pulled a change to support new Python version 3 and tested it with 3.6.1
ramon.castillo@syniverse.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant