
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Senzing Software Development Kit (SDK) for Python.
This SDK provide python access to the senzingapi
More information at github.com/Senzing/g2-sdk-python
The git repository at
github.com/Senzing/g2-sdk-python
contains the Senzing SDK for Python files in src/senzing
.
It also contains:
Use the pip install command to install the Senzing SDK for Python. Example:
pip install senzing
More information at github.com/Senzing/g2-sdk-python
The following instructions are used when modifying and building the Docker image.
:thinking: The following tasks need to be complete before proceeding. These are "one-time tasks" which may already have been completed.
The following software programs need to be installed:
:pencil2: Make a ~/.pypirc
file.
Example:
[pypi]
username = __token__
password = pypi-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
[testpypi]
username = __token__
password = pypi-bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
For more information on environment variables, see Environment Variables.
Set these environment variable values:
export GIT_ACCOUNT=senzing
export GIT_REPOSITORY=g2-sdk-python
export GIT_ACCOUNT_DIR=~/${GIT_ACCOUNT}.git
export GIT_REPOSITORY_DIR="${GIT_ACCOUNT_DIR}/${GIT_REPOSITORY}"
Using the environment variables values just set, follow steps in clone-repository to install the Git repository.
Install python tools via Makefile
.
Example:
cd ${GIT_REPOSITORY_DIR}
make install-dependencies
Build pip package using python3 -m build
via Makefile
.
Example:
cd ${GIT_REPOSITORY_DIR}
make package
Output will be in the dist
directory.
Install using pip
via Makefile
.
Example:
cd ${GIT_REPOSITORY_DIR}
make install-file
Run testcases found in tests
directory.
Example:
cd ${GIT_REPOSITORY_DIR}
make test
Remove senzing. Example:
cd ${GIT_REPOSITORY_DIR}
make uninstall
:warning: On PyPi and test.pypi, pip package versions are immmutable. They cannot be deleted nor updated. Since only one instance of a version can be published, be careful on what is published.
Publish to https://test.pypi.org. This is a test PyPi server. Example:
cd ${GIT_REPOSITORY_DIR}
make publish-test
Publish to https://pypi.org.
:warning: This requires that the workstation has gpg
enabled with
the signing key for "Senzing, Inc."
Example:
cd ${GIT_REPOSITORY_DIR}
make publish-signed
Install using pip
via Makefile
.
Example:
cd ${GIT_REPOSITORY_DIR}
make install-test
Install using pip
via Makefile
.
Example:
cd ${GIT_REPOSITORY_DIR}
make install
Run testcases found in tests
directory.
Example:
cd ${GIT_REPOSITORY_DIR}
make test
Remove Senzing SDK for Python. Example:
cd ${GIT_REPOSITORY_DIR}
make uninstall
:pencil2: Identify python version. Example:
export SENZING_PYTHON_VERSION=3.8
Verify deletion in user python repository. Example:
ls ~/.local/lib/python${SENZING_PYTHON_VERSION}/site-packages | grep senzing
Should return nothing.
Verify deletion in system repository. Example:
ls /usr/local/lib/python${SENZING_PYTHON_VERSION}/dist-packages | grep senzing
Should return nothing.
FAQs
Python SDK for Senzing API
We found that senzing demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.