Skip to content

Commit ad53ca3

Browse files
Merge pull request #19 from interlynk-io/surendrapathak-patch-1
Update README.md
2 parents 327a7ff + 62360d4 commit ad53ca3

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

README.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
1-
# PyLynk
2-
Interlynk Python Command line utility
1+
<!--
2+
Copyright 2024 Interlynk.io
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
# `pylynk`: Interlynk Python Command line utility
318

419
Getting started with Interlynk CLI
520

@@ -136,3 +151,25 @@ To point to a different API endpoint than production
136151
```bash
137152
export INTERLYNK_API_URL=http://localhost:3000/lynkapi
138153
```
154+
155+
# Other SBOM Open Source tools
156+
- [SBOM Assembler](https://github.com/interlynk-io/sbomasm) - A tool to compose a single SBOM by combining other (part) SBOMs
157+
- [SBOM Quality Score](https://github.com/interlynk-io/sbomqs) - A tool for evaluating the quality and completeness of SBOMs
158+
- [SBOM Search Tool](https://github.com/interlynk-io/sbomagr) - A tool to grep style semantic search in SBOMs
159+
- [SBOM Explorer](https://github.com/interlynk-io/sbomex) - A tool for discovering and downloading SBOM from a public repository
160+
161+
# Contact
162+
We appreciate all feedback. The best ways to get in touch with us:
163+
- :phone: [Live Chat](https://www.interlynk.io/#hs-chat-open)
164+
- 📫 [Email Us](mailto:hello@interlynk.io)
165+
- 🐛 [Report a bug or enhancement](https://github.com/interlynk-io/sbomex/issues)
166+
- :x: [Follow us on X](https://twitter.com/InterlynkIo)
167+
168+
# Stargazers
169+
170+
If you like this project, please support us by starring it.
171+
172+
[![Stargazers](https://starchart.cc/interlynk-io/pylynk.svg)](https://starchart.cc/interlynk-io/pylynk)
173+
174+
175+

0 commit comments

Comments
 (0)