Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tech stack docs (techstack.yml and techstack.md) #4

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
zad271270/python is built on the following main stack:

- [Python](https://www.python.org) – Languages
- [Azure Pipelines](https://azure.microsoft.com/ko-kr/services/devops/pipelines/) – Continuous Integration

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet without images End ---&gt;

&lt;--- Readme.md Snippet with images Start ---&gt;
## Tech Stack
zad271270/python is built on the following main stack:

- <img width='25' height='25' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'/> [Python](https://www.python.org) – Languages
- <img width='25' height='25' src='https://img.stackshare.io/service/10164/528389819366_e7a0672f0480b3e98d21_512.png' alt='Azure Pipelines'/> [Azure Pipelines](https://azure.microsoft.com/ko-kr/services/devops/pipelines/) – Continuous Integration

Full tech stack [here](/techstack.md)

&lt;--- Readme.md Snippet with images End ---&gt;
-->
<div align="center">

# Tech Stack File
![](https://img.stackshare.io/repo.svg "repo") [zad271270/python](https://github.com/zad271270/python)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|3<br/>Tools used|03/14/24 <br/>Report generated|
|------|------|
</div>

## <img src='https://img.stackshare.io/languages.svg'/> Languages (1)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/993/pUBY5pVj.png' alt='Python'>
<br>
<sub><a href="https://www.python.org">Python</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

## <img src='https://img.stackshare.io/devops.svg'/> DevOps (2)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/10164/528389819366_e7a0672f0480b3e98d21_512.png' alt='Azure Pipelines'>
<br>
<sub><a href="https://azure.microsoft.com/ko-kr/services/devops/pipelines/">Azure Pipelines</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/1046/git.png' alt='Git'>
<br>
<sub><a href="http://git-scm.com/">Git</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>

<br/>
<div align='center'>

Generated via [Stack File](https://github.com/marketplace/stack-file)
43 changes: 43 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
repo_name: zad271270/python
report_id: 16096c54eb3e0a80cafd767cf2cfee59
version: 0.1
repo_type: Public
timestamp: '2024-03-14T14:26:34+00:00'
requested_by: zad271270
provider: github
branch: main
detected_tools_count: 3
tools:
- name: Python
description: A clear and powerful object-oriented programming language, comparable
to Perl, Ruby, Scheme, or Java.
website_url: https://www.python.org
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/993/pUBY5pVj.png
detection_source_url: https://github.com/zad271270/python
detection_source: Repo Metadata
- name: Azure Pipelines
description: Continuously build, test, and deploy to any platform and cloud
website_url: https://azure.microsoft.com/ko-kr/services/devops/pipelines/
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/10164/528389819366_e7a0672f0480b3e98d21_512.png
detection_source_url: https://github.com/zad271270/python/blob/main/pipeline/azure-pipelines.yml
detection_source: pipeline/azure-pipelines.yml
last_updated_by: zad271270
last_updated_on: 2023-03-17 12:58:42.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/zad271270/python
detection_source: Repo Metadata