vunghixuan 0.1.0__py3-none-any.whl → 0.1.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,8 @@ from pathlib import Path
5
5
 
6
6
  class Project:
7
7
  def __init__(self):
8
- self.root_path = Path(__file__).parent
8
+ # self.root_path = Path(__file__).parent
9
+ self.root_path = Path(os.getcwd()) # Lấy đường dẫn hiện tại
9
10
  # self.create_project()
10
11
 
11
12
  # def create_project(self):
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.1
2
+ Name: vunghixuan
3
+ Version: 0.1.1
4
+ Summary: Get API, OTP, Create Project, Date_created = 2025-01-08
5
+ Author: Đặng Thanh Vũ
6
+ Author-email: vunghixuan@gmail.com
7
+ Requires-Dist: pyotp
@@ -0,0 +1,9 @@
1
+ vunghixuan/__init__.py,sha256=XJZldrnzPcJ9Okg129nZo82TDpxOm6amb5xAX5rkzyg,38
2
+ vunghixuan/api_and_otp.py,sha256=qmqVzLgnqYW1fFIpuh8PefTChiFXRHG3yhZb8aJwlZ8,568
3
+ vunghixuan/create_project.py,sha256=em94tNc1Wj8jL8CCf9MLNqjBMecF78zx6VtmloTHSiI,1917
4
+ vunghixuan/main.py,sha256=tqC9Kpr8RNwYdCrOrIOA808UgCyIofB-a7zUylyxCdg,843
5
+ vunghixuan-0.1.1.dist-info/METADATA,sha256=kd_bi198h0DpucOWiL5bPKSIn7m3e13KgYALlkizvkU,208
6
+ vunghixuan-0.1.1.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
7
+ vunghixuan-0.1.1.dist-info/entry_points.txt,sha256=ItPfGjQnpyp6eR1oHdSbpfuf309GxCvEpX64UwBBTAU,52
8
+ vunghixuan-0.1.1.dist-info/top_level.txt,sha256=_Q6TIeNruS-ZEyAlP1gS80DCPggKksv8GoO396v9gr8,11
9
+ vunghixuan-0.1.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (75.7.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: vunghixuan
3
- Version: 0.1.0
4
- Summary: API, OTP, Create Project
5
- Author: Đăng Thanh Vũ
6
- Author-email: vunghixuan@gmail.com
7
- Requires-Dist: pyotp
@@ -1,9 +0,0 @@
1
- vunghixuan/__init__.py,sha256=XJZldrnzPcJ9Okg129nZo82TDpxOm6amb5xAX5rkzyg,38
2
- vunghixuan/api_and_otp.py,sha256=qmqVzLgnqYW1fFIpuh8PefTChiFXRHG3yhZb8aJwlZ8,568
3
- vunghixuan/create_project.py,sha256=pniUYUCmZzJuxX9MwD1eBzoNrGqFizNnKNkpwG1IqHk,1833
4
- vunghixuan/main.py,sha256=tqC9Kpr8RNwYdCrOrIOA808UgCyIofB-a7zUylyxCdg,843
5
- vunghixuan-0.1.0.dist-info/METADATA,sha256=eaisUzUHJWs9Se-kciiV-877q00BHuE6W8Mj_RhI0hQ,176
6
- vunghixuan-0.1.0.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
7
- vunghixuan-0.1.0.dist-info/entry_points.txt,sha256=ItPfGjQnpyp6eR1oHdSbpfuf309GxCvEpX64UwBBTAU,52
8
- vunghixuan-0.1.0.dist-info/top_level.txt,sha256=_Q6TIeNruS-ZEyAlP1gS80DCPggKksv8GoO396v9gr8,11
9
- vunghixuan-0.1.0.dist-info/RECORD,,