mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 18:15:28 +03:00
v0.3.0-alpha
This commit is contained in:
+1
-16
@@ -1,21 +1,6 @@
|
|||||||
.venv
|
.venv
|
||||||
.idea
|
.idea
|
||||||
argenta/router/__pycache__/
|
|
||||||
argenta/app/__pycache__/
|
|
||||||
argenta/__pycache__/
|
|
||||||
argenta/command/__pycache__
|
|
||||||
argenta/command/params/__pycache__
|
|
||||||
argenta/command/params/flag/__pycache__
|
|
||||||
argenta/command/params/flag/flags_group/__pycache__
|
|
||||||
argenta/command/params/flag/input_flag/__pycache__
|
|
||||||
dist
|
dist
|
||||||
poetry.lock
|
poetry.lock
|
||||||
tests/__pycache__
|
*__pycache__/
|
||||||
tests/mock_default_app/handlers/__pycache__/
|
|
||||||
tests/mock_default_app/__pycache__/
|
|
||||||
tests/mock_app/local_data_func/__pycache__/
|
|
||||||
tests/mock_app/handlers/handlers_implementation/__pycache__/
|
|
||||||
tests/mock_app/handlers/__pycache__/
|
|
||||||
tests/mock_app/business_logic/__pycache__/
|
|
||||||
tests/mock_app/__pycache__/
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "argenta"
|
name = "argenta"
|
||||||
version = "0.2.2"
|
version = "0.3.0-alpha"
|
||||||
description = "python library for creating custom shells"
|
description = "python library for creating custom shells"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "kolo",email = "kolo.is.main@gmail.com"}
|
{name = "kolo",email = "kolo.is.main@gmail.com"}
|
||||||
|
|||||||
Reference in New Issue
Block a user