Skip to main content

No project description provided

Project description

how to run tests

to run the test you can use the make command

# run all unit test
make test
# for run pep8 and flake
make style_test
# or you can use
make pep8; make flakes

to open the coverage report you can use

make open_report_firefox
# or
firefox .coverage_html_report/index.html

configuration

BGC

from tetrapod.bgc import connections
connections.configure(
        default={
                'host': (
                                'https://direct2m.backgroundchecks.com/'
                                'integration/bgcdirectpost.aspx' ),
                'user': os.environ[ 'BGC__DEFAULT__USER' ],
                'password': os.environ[ 'BGC__DEFAULT__PASSWORD' ],
                'account': os.environ[ 'BGC__DEFAULT__ACCOUNT' ],
         },
        another={
                'host': (
                                'https://direct2m.backgroundchecks.com/'
                                'integration/bgcdirectpost.aspx' ),
                'user': os.environ[ 'BGC__ANOTHER__USER' ],
                'password': os.environ[ 'BGC__ANOTHER__PASSWORD' ],
                'account': os.environ[ 'BGC__ANOTHER__ACCOUNT' ],
        },
        with_proxy={
                'host': (
                                'https://direct2m.backgroundchecks.com/'
                                'integration/bgcdirectpost.aspx' ),
                'user': os.environ[ 'BGC__WITH_PROXY__USER' ],
                'password': os.environ[ 'BGC__WITH_PROXY__PASSWORD' ],
                'account': os.environ[ 'BGC__WITH_PROXY__ACCOUNT' ],
                'proxy': {
                        'http': os.environ[ 'BGC__WITH_PROXY__PROXY__HTTP' ],
                        'https': os.environ[ 'BGC__WITH_PROXY__PROXY__HTTPS' ],
                },
        },
)

how to use

bgc

us_one_validate

from tetrapod.bgc import bgc
result = bgc.us_one_validate( ssn='899999914' )

the result is a dict and have the next structure

{'order_id': '6421064b-0c45-4fb4-ad52-1bd9edfbf034', 'order': {'ssn': 'XXXXX9914'}, 'is_deceased': True, 'is_valid': True, 'state_issued': None, 'text_response': 'This SSN may have been issued as part of the Social Security Administration (SSA) Randomization Program that limits our ability to provide the issuance state and dates.  Please direct the subject to the SSA to validate authenticity.', 'year_issued': None}

us_one_trace

from tetrapod.bgc import bgc
result = bgc.us_one_trace(
        ssn='999999999', first_name='jonh', last_name='doe' )

the result is a dict with the next structure

{'order_id': '559be3d7-4019-4af7-9714-723077890856', 'order': {'ssn': 'XXXXX9999', 'last_name': 'doe', 'first_name': 'jonh'}, 'records': [{'street': {'number': '123', 'pre_direction': None, 'name': 'Qa St', 'post_direction': None, 'suffix': 'QA'}, 'first_name': 'jonh', 'middle_name': None, 'last_name': 'doe', 'city': None, 'state': None, 'county': None, 'postal_code': None, 'postal_code4': None, 'date_first_seen__raw': {'year': '2009', 'month': '1'}, 'date_first_seen': datetime.date(2009, 1, 1), 'date_last_seen__raw': {'year': '2012', 'month': '12'}, 'date_last_seen': datetime.date(2012, 12, 1), 'verified': False, 'phone_info': None}]}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tetrapod-1.6-py3-none-any.whl (35.3 kB view details)

Uploaded Python 3

File details

Details for the file tetrapod-1.6-py3-none-any.whl.

File metadata

  • Download URL: tetrapod-1.6-py3-none-any.whl
  • Upload date:
  • Size: 35.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.4.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1

File hashes

Hashes for tetrapod-1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 75c473c00daa24bd640b9fb749564afca3cbca5afc0eb46227dd68fcdcb94130
MD5 d4355e189717ccbe8526c8b423f72333
BLAKE2b-256 f30f046583c687816d2ca5d4b1516625867b27b5009797a412d55ede833c76bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page