quipus-generate 0.1.14__tar.gz → 0.1.16__tar.gz
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.
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/PKG-INFO +1 -1
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/microservice_generator.py +2 -16
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/quipus_generate.egg-info/PKG-INFO +1 -1
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/setup.py +1 -1
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/LICENSE +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/README.md +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/__init__.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/cli.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/docker_modified.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/entity_generator.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/git_generator.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/main_modified.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/migration_generator.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/proyect_generator.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/readme_modified.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/amautta_project/site_generator.py +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/quipus_generate.egg-info/SOURCES.txt +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/quipus_generate.egg-info/dependency_links.txt +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/quipus_generate.egg-info/entry_points.txt +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/quipus_generate.egg-info/requires.txt +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/quipus_generate.egg-info/top_level.txt +0 -0
- {quipus_generate-0.1.14 → quipus_generate-0.1.16}/setup.cfg +0 -0
@@ -2,22 +2,8 @@ import sys
|
|
2
2
|
import os
|
3
3
|
|
4
4
|
def create(name):
|
5
|
-
|
6
|
-
|
7
|
-
print("Ubicación del script:", os.path.dirname(__file__))
|
8
|
-
|
9
|
-
print("Ubicación absoluta:", os.path.abspath(__file__))
|
10
|
-
|
11
|
-
print("Ubicación proyecto:", os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
12
|
-
|
13
|
-
# ejecutar un pwd en la carpeta del proyecto
|
14
|
-
print("Ubicación del proyecto:", os.getcwd())
|
15
|
-
|
16
|
-
#ubicarme el script en la carpeta del proyecto
|
17
|
-
os.chdir(os.path.dirname(os.path.abspath(__file__)))
|
18
|
-
|
19
|
-
# si no esta ubicado en la carpeta del proyecto que debe contemerr un docker-compose.yml para toda la ejecucion
|
20
|
-
if not os.path.isfile("./docker-compose.yml"):
|
5
|
+
# si no esta ubicado en la carpeta del proyecto que debe contener un docker-compose.yaml para toda la ejecucion
|
6
|
+
if not os.path.isfile(f"{os.getcwd()}/docker-compose.yaml"):
|
21
7
|
print("ℹ️ No se encuentra en la carpeta del proyecto.")
|
22
8
|
sys.exit()
|
23
9
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{quipus_generate-0.1.14 → quipus_generate-0.1.16}/quipus_generate.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|