
Security News
GitHub Actions Supply Chain Attack Puts Thousands of Projects at Risk
A compromised GitHub Action exposed secrets in CI/CD logs, putting thousands of projects at risk and forcing developers to urgently secure their workflows.
The following tools are used for this project:
Install a supported Python version on your machine (compatible Python versions ^3.8). The recommended way is to use PyEnv.
Install the global Python required dependencies:
pip install poetry nox
Clone this repository, and execute the following command in the repository root folder:
poetry install
This will install all the dependencies for txp
in a virtual enviroment created by Poetry for your project.
All the required dependencies for development are installed in that virtual enviroment.
Configure your IDE to work with the virtual enviroment or the command line if you use an editor.
To activate the virtual enviroment on your terminal (MacOS, Linux) you can execute:
source /path/to/poetry/cache/virtualenvs/test-O3eWbxRl-py3.7/bin/activate
The path to your virtual enviroment location can be found with poetry env info
command.
FAQs
Txp is the main Python Package from Tranxpert predictive maintenance solution
We found that txp 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
A compromised GitHub Action exposed secrets in CI/CD logs, putting thousands of projects at risk and forcing developers to urgently secure their workflows.
Research
Security News
A malicious Maven package typosquatting a popular library is secretly stealing OAuth credentials on the 15th of each month, putting Java developers at risk.
Security News
Socket and Seal Security collaborate to fix a critical npm overrides bug, resolving a three-year security issue in the JavaScript ecosystem's most popular package manager.