From dcaec5d524fded15ea1aca1bcd6ead374d9f1256 Mon Sep 17 00:00:00 2001 From: freiheit <19813+freiheit@users.noreply.github.com> Date: Thu, 9 Nov 2023 16:08:25 -0800 Subject: [PATCH] Add files via upload --- techstack.yml | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 techstack.yml diff --git a/techstack.yml b/techstack.yml new file mode 100644 index 0000000..1db50aa --- /dev/null +++ b/techstack.yml @@ -0,0 +1,78 @@ +repo_name: freiheit/MvKDiceBot +report_id: c110a57b0780a6e41a40ae2feb4c551a +repo_type: Public +timestamp: '2023-11-10T00:06:50+00:00' +requested_by: freiheit +provider: github +branch: main +detected_tools_count: 6 +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: 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: 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: ".github/workflows/pylint.yml" + last_updated_by: renovate[bot] + last_updated_on: 2023-10-27 05:47:46.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: requirements.txt + last_updated_by: freiheit + last_updated_on: 2023-10-29 21:19:35.000000000 Z +- name: Pylint + description: Source-code, bug and quality checker for the Python programming language + website_url: https://www.pylint.org/ + version: 3.0.2 + license: GPL-2.0 + open_source: true + hosted_saas: false + category: Build, Test, Deploy + sub_category: Code Review + image_url: https://img.stackshare.io/service/4837/py.jpg + detection_source_url: requirements.txt + detection_source: requirements.txt + last_updated_by: freiheit + last_updated_on: 2023-10-29 21:19:35.000000000 Z +- name: yarl + description: Yet another URL library + package_url: https://pypi.org/yarl + version: 1.9.2 + license: Apache-2.0 + open_source: true + hosted_saas: false + category: Libraries + sub_category: PyPI Packages + image_url: https://img.stackshare.io/package/20083/default_d8789f2f1b5b4e9994bef68371453a20460b4d6e.png + detection_source_url: requirements.txt + detection_source: requirements.txt + last_updated_by: freiheit + last_updated_on: 2023-10-29 21:19:35.000000000 Z