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) #43

Open
wants to merge 6 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
101 changes: 101 additions & 0 deletions techstack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!--
&lt;--- Readme.md Snippet without images Start ---&gt;
## Tech Stack
CoderPush/chatlit is built on the following main stack:

- [Python](https://www.python.org) – Languages
- [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers
- [GitHub Actions](https://github.com/features/actions) – 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
CoderPush/chatlit 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/586/n4u37v9t_400x400.png' alt='Docker'/> [Docker](https://www.docker.com/) – Virtual Machine Platforms & Containers
- <img width='25' height='25' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'/> [GitHub Actions](https://github.com/features/actions) – 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") [CoderPush/chatlit](https://github.com/CoderPush/chatlit)![](https://img.stackshare.io/public_badge.svg "public")
<br/><br/>
|10<br/>Tools used|02/29/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 (4)
<table><tr>
<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/586/n4u37v9t_400x400.png' alt='Docker'>
<br>
<sub><a href="https://www.docker.com/">Docker</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>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/11563/actions.png' alt='GitHub Actions'>
<br>
<sub><a href="https://github.com/features/actions">GitHub Actions</a></sub>
<br>
<sub></sub>
</td>

<td align='center'>
<img width='36' height='36' src='https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg' alt='PyPI'>
<br>
<sub><a href="https://pypi.org/">PyPI</a></sub>
<br>
<sub></sub>
</td>

</tr>
</table>


## <img src='https://img.stackshare.io/group.svg' /> Open source packages (5)</h2>

## <img width='24' height='24' src='https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg'/> PyPI (5)

|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
|:------|:------|:------|:------|:------|:------|
|[firebase-admin](https://pypi.org/project/firebase-admin)|v6.1.0|05/17/23|Harley Trung |Apache-2.0|N/A|
|[google-cloud-firestore](https://pypi.org/project/google-cloud-firestore)|v2.11.1|05/17/23|Harley Trung |Apache-2.0|N/A|
|[pre-commit](https://pypi.org/project/pre-commit)|v3.3.3|05/17/23|Harley Trung |MIT|N/A|
|[python-dotenv](https://pypi.org/project/python-dotenv)|v1.0.0|05/16/23|Harley Trung |BSD-3-Clause|N/A|
|[watchdog](https://pypi.org/project/watchdog)|v3.0.0|05/16/23|Harley Trung |Apache-2.0|N/A|

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

Generated via [Stack File](https://github.com/marketplace/stack-file)
137 changes: 137 additions & 0 deletions techstack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
repo_name: CoderPush/chatlit
report_id: ed160e0b6218b4dbbd6794034797581e
version: 0.1
repo_type: Public
timestamp: '2024-02-29T18:31:49+00:00'
requested_by: huyenNguyen20
provider: github
branch: main
detected_tools_count: 10
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/CoderPush/chatlit
detection_source: Repo Metadata
- name: Docker
description: Enterprise Container Platform for High-Velocity Innovation.
website_url: https://www.docker.com/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Virtual Machine Platforms & Containers
image_url: https://img.stackshare.io/service/586/n4u37v9t_400x400.png
detection_source_url: https://github.com/CoderPush/chatlit
detection_source: Repo Metadata
- 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/CoderPush/chatlit
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/CoderPush/chatlit/blob/main/.github/workflows/black.yml
detection_source: ".github/workflows/black.yml"
last_updated_by: Harley Trung
last_updated_on: 2023-05-17 16:29:37.000000000 Z
- name: PyPI
description: A repository of software for the Python programming language
website_url: https://pypi.org/
open_source: false
hosted_saas: false
category: Build, Test, Deploy
sub_category: Hosted Package Repository
image_url: https://img.stackshare.io/service/12572/-RIWgodF_400x400.jpg
detection_source_url: https://github.com/CoderPush/chatlit/blob/main/Pipfile
detection_source: Pipfile
last_updated_by: Harley Trung
last_updated_on: 2023-05-16 09:10:31.000000000 Z
- name: firebase-admin
description: Firebase Admin Python SDK
package_url: https://pypi.org/project/firebase-admin
version: 6.1.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: PyPI Packages
image_url: https://img.stackshare.io/package/20517/default_35c96ceb69f6db523362c5b30e575b2d4ddfcab3.png
detection_source_url: https://github.com/CoderPush/chatlit/blob/main/Pipfile.lock
detection_source: Pipfile
last_updated_by: Harley Trung
last_updated_on: 2023-05-17 16:20:12.000000000 Z
- name: google-cloud-firestore
description: Google Cloud Firestore API client library
package_url: https://pypi.org/project/google-cloud-firestore
version: 2.11.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: PyPI Packages
image_url: https://img.stackshare.io/package/20487/default_13373c456cf04faa5b7f33cd4c4095cbd571dfce.png
detection_source_url: https://github.com/CoderPush/chatlit/blob/main/Pipfile.lock
detection_source: Pipfile
last_updated_by: Harley Trung
last_updated_on: 2023-05-17 16:20:12.000000000 Z
- name: pre-commit
description: A framework for managing and maintaining multi-language pre-commit
hooks
package_url: https://pypi.org/project/pre-commit
version: 3.3.3
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: PyPI Packages
image_url: https://img.stackshare.io/package/20560/default_d975dcf643a054134f39226d51d4a5fea9320efe.png
detection_source_url: https://github.com/CoderPush/chatlit/blob/main/Pipfile.lock
detection_source: Pipfile
last_updated_by: Harley Trung
last_updated_on: 2023-05-17 16:29:37.000000000 Z
- name: python-dotenv
description: Add .env support to your django/flask apps in development and deployments
package_url: https://pypi.org/project/python-dotenv
version: 1.0.0
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: PyPI Packages
image_url: https://img.stackshare.io/package/20095/default_3141eabecdd8efa55de73a33c43f2ac0d5bbf954.png
detection_source_url: https://github.com/CoderPush/chatlit/blob/main/Pipfile.lock
detection_source: Pipfile
last_updated_by: Harley Trung
last_updated_on: 2023-05-16 09:10:31.000000000 Z
- name: watchdog
description: Filesystem events monitoring
package_url: https://pypi.org/project/watchdog
version: 3.0.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: PyPI Packages
image_url: https://img.stackshare.io/package/19927/default_bb29140b72c0fb9789e567bba0ef0ffadeaef5d4.png
detection_source_url: https://github.com/CoderPush/chatlit/blob/main/Pipfile.lock
detection_source: Pipfile
last_updated_by: Harley Trung
last_updated_on: 2023-05-16 09:10:31.000000000 Z
Loading