https://github.com/trustsource/ts-python-client
Python client library for TrustSource (code compliance)
https://github.com/trustsource/ts-python-client
Last synced: 2 months ago
JSON representation
Python client library for TrustSource (code compliance)
- Host: GitHub
- URL: https://github.com/trustsource/ts-python-client
- Owner: TrustSource
- License: apache-2.0
- Created: 2017-08-01T13:35:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T17:25:19.000Z (about 3 years ago)
- Last Synced: 2024-03-14T19:50:43.099Z (about 2 years ago)
- Language: Python
- Homepage: https://www.trustsource.io
- Size: 26.4 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!WARNING]
> **PLEASE NOTE:** We stopped further development on this client. You may still use it, but it will only receive bug fixes. Starting Q4/2024 we decided to focus all efforts on developing [ts-scan](https://github.com/trustsource/ts-scan), which also covers all capabilities of this solution.
# TrustSource Python Client
[TrustSource](https://app.trustsource.io) - a platform to manage open source compliance - uses a two layered approach to scan and transfer dependencies from a package manager to TrustSource. The package manager specific impelmentation, e.g. PIP plugin, and an unspecific client handling data preparation, transfer and security.
This is the Python client. There is also a [Java Client](https://github.com/trustsource/ts-java-client) available.
# How to use
You actually should not require to use the client by itself. However, you may want to use it as the base for a new implementation. Currently the client is used by the following plugins:
* [PIP](https://github.com/trustsource/ts-pip-plugin)
* [SwiftPM](https://github.com/trustsource/ts-spm-plugin)
# Questions & Support
Please see our [support offering](https://www.trustsource.io/support) or checkout the [knowledgebase](https://support.trustsource.io) for more information.