devscript 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devscript
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A utility for managing custom development scripts pyproject.toml configuration
5
5
  Author-email: "Маг Ильяс DOMA (MagIlyasDOMA)" <magilyas.doma.09@list.ru>
6
6
  License: GPL-3.0-only
@@ -24,7 +24,7 @@ Dynamic: license-file
24
24
  # DevScript
25
25
  #### [Документация на русском](#doc_ru)
26
26
 
27
- DevScript is a simple utility for managing custom development scripts. It allows you to define commands in JSON or TOML files and execute them through a single interface. It is available in two implementations: **Python** and **TypeScript**.
27
+ DevScript is a simple utility for managing custom development scripts. It allows you to define commands in pyproject.toml file and execute them through a single interface.
28
28
 
29
29
  ## Installation
30
30
 
@@ -172,7 +172,7 @@ GPL-3.0-only
172
172
  # DevScript
173
173
  #### [Documentation in English](#doc_en)
174
174
 
175
- DevScript — это простая утилита для управления пользовательскими скриптами разработки. Она позволяет определять команды в JSON или TOML файлах и запускать их через единый интерфейс. Доступна в двух реализациях: **Python** и **TypeScript**.
175
+ DevScript — это простая утилита для управления пользовательскими скриптами разработки. Она позволяет определять команды в файле pyproject.toml и запускать их через единый интерфейс.
176
176
 
177
177
  ## Установка
178
178
 
@@ -0,0 +1,7 @@
1
+ devscript.py,sha256=i3-oQ1c4zVJHi9AXUCMHu_mb6nlQRSf9haSIN1M2J1s,1065
2
+ devscript-0.2.1.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
3
+ devscript-0.2.1.dist-info/METADATA,sha256=uuzZkNkWJhnQWZbkIckq6bUYQSjNtkLwbHA8U0xlZ4g,8247
4
+ devscript-0.2.1.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
5
+ devscript-0.2.1.dist-info/entry_points.txt,sha256=npG9JMkfk8V9pQZwLKU1mb5L7P5nceGF7gB4VuSEM1c,112
6
+ devscript-0.2.1.dist-info/top_level.txt,sha256=Tk3VhyXXyXV8jxju8RTKMKYivzFb_496RWF5YfocI5g,10
7
+ devscript-0.2.1.dist-info/RECORD,,
devscript.py CHANGED
@@ -1,8 +1,6 @@
1
1
  import argparse, os, tomllib
2
- from dataclasses import dataclass
3
- from typing import Literal
4
2
 
5
- __version__ = '0.2.0'
3
+ __version__ = '0.2.1'
6
4
 
7
5
 
8
6
  class DevScriptCore:
@@ -1,7 +0,0 @@
1
- devscript.py,sha256=_M_bjoTv_u8cw8GSJ4lU4_1JmoZtCCW16SYv5TpddwA,1128
2
- devscript-0.2.0.dist-info/licenses/LICENSE,sha256=IwGE9guuL-ryRPEKi6wFPI_zOhg7zDZbTYuHbSt_SAk,35823
3
- devscript-0.2.0.dist-info/METADATA,sha256=AosfxA0RuhHEHxWg-lHABMyAXoQBMP_J7WrxQwY7IRI,8404
4
- devscript-0.2.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
5
- devscript-0.2.0.dist-info/entry_points.txt,sha256=npG9JMkfk8V9pQZwLKU1mb5L7P5nceGF7gB4VuSEM1c,112
6
- devscript-0.2.0.dist-info/top_level.txt,sha256=Tk3VhyXXyXV8jxju8RTKMKYivzFb_496RWF5YfocI5g,10
7
- devscript-0.2.0.dist-info/RECORD,,