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 dbe88e0 + 42f28f5 commit d1c25bc
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 211 deletions.
53 changes: 27 additions & 26 deletions README.ar.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,44 @@
3. أحدث الإصدارات
4. مراجع واجهة برمجة التطبيقات
5. البناء والاختبار:

لبناء الكود الخاص بك، استخدم:

```bash
$ cd threagile-builder
$ hatch build
```
```bash
$ cd threagile-builder
$ hatch build
```

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

لينكس:
لينكس:

```bash
export SECRET_KEY="secret"
```
```bash
$ export SECRET_KEY="secret"
```

ويندوز:
ويندوز:

```bash
setx SECRET_KEY secret
```
```bash
$ setx SECRET_KEY secret
```

ثم:
ثم:

```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```
```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```

ثم انتقل إلى`http://127.0.0.1:5000/`في متصفح الويب الخاص بك.
ثم انتقل إلى`http://127.0.0.1:5000/`في متصفح الويب الخاص بك.

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

```bash
$ cd threagile-builder
$ pytest tests/
```
```bash
$ cd threagile-builder
$ pytest tests/
```

# وثائق واجهة برمجة التطبيقات

Expand Down Expand Up @@ -99,7 +100,7 @@ pip install threagile-builder

- ال[Hatch-vcs](https://github.com/ofek/hatch-vcs)يحدد البرنامج المساعد لمصدر الإصدار إصدار المشروع باستخدام علامات Git

## البيئات
## Environments

- تم تعريفها بدقة في قائمة بذاتها[`hatch.toml`](https://hatch.pypa.io/latest/intro/#configuration)
- ال`test`تستخدم المصفوفة[حاويات الفتحة](https://github.com/ofek/hatch-containers)مكون إضافي لتشغيل كل بيئة داخل حاويات Docker؛ يمكن رؤية الاستخدام في[امتحان](.github/workflows/test.yml)سير عمل جيثب
Expand Down
51 changes: 26 additions & 25 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,44 @@ Bringen Sie Ihren Code auf Ihrem eigenen System zum Laufen.
3. Neueste Veröffentlichungen
4. API-Referenzen
5. Erstellen und testen:

Um Ihren Code zu erstellen, verwenden Sie:

```bash
$ cd threagile-builder
$ hatch build
```
```bash
$ cd threagile-builder
$ hatch build
```

Um die Anwendung auszuführen, verwenden Sie:
Um die Anwendung auszuführen, verwenden Sie:

Linux:
Linux:

```bash
export SECRET_KEY="secret"
```
```bash
$ export SECRET_KEY="secret"
```

Windows:
Windows:

```bash
setx SECRET_KEY secret
```
```bash
$ setx SECRET_KEY secret
```

Dann:
Dann:

```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```
```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```

Navigieren Sie dann zu`http://127.0.0.1:5000/`in Ihrem Webbrowser.
Navigieren Sie dann zu`http://127.0.0.1:5000/`in Ihrem Webbrowser.

Um Tests auszuführen, verwenden Sie:
Um Tests auszuführen, verwenden Sie:

```bash
$ cd threagile-builder
$ pytest tests/
```
```bash
$ cd threagile-builder
$ pytest tests/
```

# API-Dokumentation

Expand Down
51 changes: 26 additions & 25 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,44 @@ Cómo poner en marcha su código en su propio sistema.
3. Últimos lanzamientos
4. Referencias API
5. Construir y probar:

Para construir su código, use:

```bash
$ cd threagile-builder
$ hatch build
```
```bash
$ cd threagile-builder
$ hatch build
```

Para ejecutar la aplicación, utilice:
Para ejecutar la aplicación, utilice:

Linux:
Linux:

```bash
export SECRET_KEY="secret"
```
```bash
$ export SECRET_KEY="secret"
```

Ventanas:
Ventanas:

```bash
setx SECRET_KEY secret
```
```bash
$ setx SECRET_KEY secret
```

Entonces:
Entonces:

```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```
```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```

Luego, navegue hasta`http://127.0.0.1:5000/`en su navegador web.
Luego, navegue hasta`http://127.0.0.1:5000/`en su navegador web.

Para ejecutar pruebas, utilice:
Para ejecutar pruebas, utilice:

```bash
$ cd threagile-builder
$ pytest tests/
```
```bash
$ cd threagile-builder
$ pytest tests/
```

# Documentación API

Expand Down
51 changes: 26 additions & 25 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,44 @@ Faire en sorte que votre code soit opérationnel sur votre propre système.
3. Dernières versions
4. Références API
5. Construire et tester :

Pour construire votre code, utilisez :

```bash
$ cd threagile-builder
$ hatch build
```
```bash
$ cd threagile-builder
$ hatch build
```

Pour exécuter l'application, utilisez :
Pour exécuter l'application, utilisez :
Linux :
Linux :
```bash
export SECRET_KEY="secret"
```
```bash
$ export SECRET_KEY="secret"
```
Fenêtres :
Fenêtres :
```bash
setx SECRET_KEY secret
```
```bash
$ setx SECRET_KEY secret
```
Alors:
Alors:
```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```
```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```
Ensuite, accédez à`http://127.0.0.1:5000/`dans votre navigateur Internet.
Ensuite, accédez à`http://127.0.0.1:5000/`dans votre navigateur Internet.
Pour exécuter des tests, utilisez :
Pour exécuter des tests, utilisez :
```bash
$ cd threagile-builder
$ pytest tests/
```
```bash
$ cd threagile-builder
$ pytest tests/
```
# Documentation API
Expand Down
61 changes: 31 additions & 30 deletions README.hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ thregile-बिल्डर

# थ्रैगाइल बिल्डर

| | |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| सीआई/सीडी | [![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) |
| | |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| सीआई/सीडी | [![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) |

* * *

Expand All @@ -33,43 +33,44 @@ thregile-बिल्डर
3. नवीनतम रिलीज़
4. एपीआई संदर्भ
5. निर्माण और परीक्षण:

अपना कोड बनाने के लिए, इसका उपयोग करें:

```bash
$ cd threagile-builder
$ hatch build
```
```bash
$ cd threagile-builder
$ hatch build
```

एप्लिकेशन चलाने के लिए, उपयोग करें:
एप्लिकेशन चलाने के लिए, उपयोग करें:

लिनक्स:
लिनक्स:

```bash
export SECRET_KEY="secret"
```
```bash
$ export SECRET_KEY="secret"
```

खिड़कियाँ:
खिड़कियाँ:

```bash
setx SECRET_KEY secret
```
```bash
$ setx SECRET_KEY secret
```

तब:
तब:

```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```
```bash
$ cd threagile-builder
# Without hatch: $ python src/threagile_builder/app.py
$ hatch run src/threagile_builder/app.py
```

फिर, नेविगेट करें`http://127.0.0.1:5000/`आपके वेब ब्राउज़र में.
फिर, नेविगेट करें`http://127.0.0.1:5000/`आपके वेब ब्राउज़र में.

परीक्षण चलाने के लिए, उपयोग करें:
परीक्षण चलाने के लिए, उपयोग करें:

```bash
$ cd threagile-builder
$ pytest tests/
```
```bash
$ cd threagile-builder
$ pytest tests/
```

# एपीआई दस्तावेज़ीकरण

Expand Down
Loading

0 comments on commit d1c25bc

Please sign in to comment.