bafcode
Advanced tools
| Metadata-Version: 2.1 | ||
| Name: bafcode | ||
| Version: 1.1.4 | ||
| Version: 1.1.5 | ||
| Summary: BafCode Framework CLI | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/aitelabranding/bafcode_cli |
@@ -7,5 +7,5 @@ import subprocess | ||
| try: | ||
| # Cloning the git repository | ||
| print("Cloning the BafCode repository...") | ||
| subprocess.check_call(['git', 'clone', 'https://github.com/aitelabrandig/bafcode.git']) | ||
| # Cloning the git repository into a directory with a custom name | ||
| print(f"Cloning the BafCode repository into {project_name}...") | ||
| subprocess.check_call(['git', 'clone', 'https://github.com/aitelabrandig/bafcode.git', project_name]) | ||
| print("Cloning completed successfully!") | ||
@@ -16,12 +16,4 @@ | ||
| return | ||
| try: | ||
| # Rename the cloned repository to the project_name | ||
| print(f"Renaming the cloned repository to {project_name}...") | ||
| os.rename('bafcode', project_name) | ||
| print("Renaming completed successfully!") | ||
| except OSError: | ||
| print(f"Error: Failed to rename the cloned repository to {project_name}.") | ||
| return | ||
| try: | ||
@@ -28,0 +20,0 @@ # Installing the requirements |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: bafcode | ||
| Version: 1.1.4 | ||
| Version: 1.1.5 | ||
| Summary: BafCode Framework CLI | ||
@@ -5,0 +5,0 @@ Home-page: https://github.com/aitelabranding/bafcode_cli |
+1
-1
@@ -5,3 +5,3 @@ from setuptools import setup, find_packages | ||
| name="bafcode", | ||
| version="1.1.4", | ||
| version="1.1.5", | ||
| packages=find_packages(), | ||
@@ -8,0 +8,0 @@ install_requires=[ |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
21327
-1.34%367
-2.13%