Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Oct 31, 2024
2 parents 8ffae37 + 765ecdf commit 026b507
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 7 deletions.
14 changes: 10 additions & 4 deletions README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| سي آي/سي دي | [![CI - Test](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/test.yml/badge.svg)](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/test.yml)[![CD - Build](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/build.yml/badge.svg)](https://github.com/vanHeemstraSystems/threagile-builder/actions/workflows/build.yml) |
| طَرد | [![PyPI - Version](https://img.shields.io/pypi/v/threagile-builder.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/threagile-builder/)[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/threagile-builder.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/threagile-builder/) |
| ميتا | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)[![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/ambv/black)[![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/vanHeemstraSystems?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/vanHeemstraSystems) |
| ميتا | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)[![code style - black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/ambv/black)[![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/)[![GitHub Sponsors](https://img.shields.io/github/sponsors/vanHeemstraSystems?logo=GitHub%20Sponsors&style=social)](https://github.com/sponsors/vanHeemstraSystems) |

* * *

Expand All @@ -27,6 +27,12 @@
$ pip install --upgrade pip # optional
$ pip install -r requirements.txt # pipx won't do this
# Without hatch: $ python src/threagile_builder/app.py
$ hatch env create # optional, if the default env already exists you will be told
$ hatch shell # spawn a shell within an environment
$ pip show threagile-builder # optional, shows the project details, here 'threagile-builder'
# Name: threagile-builder
# Version: 0.0.1
# ...
$ hatch run src/threagile_builder/app.py
```
2. تبعيات البرمجيات
Expand All @@ -43,7 +49,7 @@

لتشغيل التطبيق استخدم:

Linux:
لينكس:

```bash
$ export SECRET_KEY="secret"
Expand Down Expand Up @@ -107,15 +113,15 @@ pip install threagile-builder

## يبني

- All build targets use the [Hatch-vcs](https://github.com/ofek/hatch-vcs)بناء البرنامج المساعد هوك لشحن أ`_version.py`ملف بحيث يمكن استخدام الإصدار في وقت التشغيل
- جميع أهداف البناء تستخدم[Hatch-vcs](https://github.com/ofek/hatch-vcs)بناء البرنامج المساعد هوك لشحن أ`_version.py`ملف بحيث يمكن استخدام الإصدار في وقت التشغيل
- تستخدم العجلات[Hatch-mypyc](https://github.com/ofek/hatch-mypyc)أنشئ ملحقًا ربطًا لتجميع جميع التعليمات البرمجية أولاً[Mypyc](https://github.com/mypyc/mypyc)
- ال[يبني](.github/workflows/build.yml)يوضح سير عمل GitHub كيفية:
- يستخدم[cibuildwheel](https://github.com/pypa/cibuildwheel)لتوزيع العجلات الثنائية لكل منصة
- استخدم[برنامج](https://hatch.pypa.io/latest/plugins/builder/app/)بناء الهدف لبناء توزيعات مستقلة لكل منصة

## رخصة

`threagile-builder` is distributed under the terms of the [مع](https://spdx.org/licenses/MIT.html)رخصة.
`threagile-builder`يتم توزيعها بموجب شروط[مع](https://spdx.org/licenses/MIT.html)رخصة.

## 100- مقدمة

Expand Down
6 changes: 6 additions & 0 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Bringen Sie Ihren Code auf Ihrem eigenen System zum Laufen.
$ pip install --upgrade pip # optional
$ pip install -r requirements.txt # pipx won't do this
# Without hatch: $ python src/threagile_builder/app.py
$ hatch env create # optional, if the default env already exists you will be told
$ hatch shell # spawn a shell within an environment
$ pip show threagile-builder # optional, shows the project details, here 'threagile-builder'
# Name: threagile-builder
# Version: 0.0.1
# ...
$ hatch run src/threagile_builder/app.py
```
2. Softwareabhängigkeiten
Expand Down
6 changes: 6 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Cómo poner en marcha su código en su propio sistema.
$ pip install --upgrade pip # optional
$ pip install -r requirements.txt # pipx won't do this
# Without hatch: $ python src/threagile_builder/app.py
$ hatch env create # optional, if the default env already exists you will be told
$ hatch shell # spawn a shell within an environment
$ pip show threagile-builder # optional, shows the project details, here 'threagile-builder'
# Name: threagile-builder
# Version: 0.0.1
# ...
$ hatch run src/threagile_builder/app.py
```
2. Dependencias de software
Expand Down
8 changes: 7 additions & 1 deletion README.fr.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
constructeur de menaces

# Threagile Builder
# Constructeur dangereux

| | |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
Expand All @@ -27,6 +27,12 @@ Faire en sorte que votre code soit opérationnel sur votre propre système.
$ pip install --upgrade pip # optional
$ pip install -r requirements.txt # pipx won't do this
# Without hatch: $ python src/threagile_builder/app.py
$ hatch env create # optional, if the default env already exists you will be told
$ hatch shell # spawn a shell within an environment
$ pip show threagile-builder # optional, shows the project details, here 'threagile-builder'
# Name: threagile-builder
# Version: 0.0.1
# ...
$ hatch run src/threagile_builder/app.py
```
2. Dépendances logicielles
Expand Down
6 changes: 6 additions & 0 deletions README.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ thregile-बिल्डर
$ pip install --upgrade pip # optional
$ pip install -r requirements.txt # pipx won't do this
# Without hatch: $ python src/threagile_builder/app.py
$ hatch env create # optional, if the default env already exists you will be told
$ hatch shell # spawn a shell within an environment
$ pip show threagile-builder # optional, shows the project details, here 'threagile-builder'
# Name: threagile-builder
# Version: 0.0.1
# ...
$ hatch run src/threagile_builder/app.py
```
2. सॉफ़्टवेयर निर्भरताएँ
Expand Down
6 changes: 6 additions & 0 deletions README.nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Uw code op uw eigen systeem operationeel krijgen.
$ pip install --upgrade pip # optional
$ pip install -r requirements.txt # pipx won't do this
# Without hatch: $ python src/threagile_builder/app.py
$ hatch env create # optional, if the default env already exists you will be told
$ hatch shell # spawn a shell within an environment
$ pip show threagile-builder # optional, shows the project details, here 'threagile-builder'
# Name: threagile-builder
# Version: 0.0.1
# ...
$ hatch run src/threagile_builder/app.py
```
2. Software-afhankelijkheden
Expand Down
6 changes: 6 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
$ pip install --upgrade pip # optional
$ pip install -r requirements.txt # pipx won't do this
# Without hatch: $ python src/threagile_builder/app.py
$ hatch env create # optional, if the default env already exists you will be told
$ hatch shell # spawn a shell within an environment
$ pip show threagile-builder # optional, shows the project details, here 'threagile-builder'
# Name: threagile-builder
# Version: 0.0.1
# ...
$ hatch run src/threagile_builder/app.py
```
2. 软件依赖性
Expand Down
10 changes: 8 additions & 2 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@

**筆記**: 確保您滿足[要求](./200/README.md).

1. 安裝過程:
1. Installation process:
```bash
$ cd threagile-builder
$ pip install --upgrade pip # optional
$ pip install -r requirements.txt # pipx won't do this
# Without hatch: $ python src/threagile_builder/app.py
$ hatch env create # optional, if the default env already exists you will be told
$ hatch shell # spawn a shell within an environment
$ pip show threagile-builder # optional, shows the project details, here 'threagile-builder'
# Name: threagile-builder
# Version: 0.0.1
# ...
$ hatch run src/threagile_builder/app.py
```
2. 軟體依賴性
Expand Down Expand Up @@ -103,7 +109,7 @@ pip install threagile-builder
## 環境

- 整齊地定義在一個獨立的[`hatch.toml`](https://hatch.pypa.io/latest/intro/#configuration)
- 這`test`矩陣使用[孵化貨櫃](https://github.com/ofek/hatch-containers) plugin to run each environment inside Docker containers; usage can be seen in the [測試](.github/workflows/test.yml)GitHub 工作流程
- 這`test`矩陣使用[孵化貨櫃](https://github.com/ofek/hatch-containers)用於運行 Docker 容器內每個環境的插件;用法可以在[測試](.github/workflows/test.yml)GitHub 工作流程

## 建造

Expand Down

0 comments on commit 026b507

Please sign in to comment.