clapp-pm 1.0.16__tar.gz → 1.0.17__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.
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/PKG-INFO +1 -1
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp_pm.egg-info/SOURCES.txt +0 -2
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/deploy.py +26 -11
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/version.json +1 -1
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/version.py +1 -1
- clapp_pm-1.0.16/pypi_token.txt +0 -1
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/CHANGELOG.md +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/GITHUB_SETUP.md +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/LICENSE +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/MANIFEST.in +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/PYPI_UPLOAD.md +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/README.md +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/advanced_test.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/build_index.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/check_env.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/clapp_core.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/clean_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/cli_commands.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/dependency_resolver.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/doctor_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/info_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/install_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/installer.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/list_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/main.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/manifest_schema.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/manifest_validator.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/package_registry.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/package_runner.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/post_install_hint.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/publish_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/remote_registry.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/setup.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/system_test.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/uninstall_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/validate_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/version.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/version_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/backup_current/where_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/build_index.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/check_env.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/README.md +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/index.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/packages/hello-python/main.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/packages/hello-python/manifest.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/packages/test-app/main.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/packages/test-app/manifest.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/packages/test-app2/main.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/packages/test-app2/manifest.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp-packages-repo/packages.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp_app_structure.md +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp_core.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp_pm.egg-info/dependency_links.txt +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp_pm.egg-info/entry_points.txt +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp_pm.egg-info/requires.txt +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clapp_pm.egg-info/top_level.txt +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/clean_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/cli_commands.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/dependency_resolver.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/doctor_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/index.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/info_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/install_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/installer.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/list_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/main.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/manifest_schema.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/manifest_validator.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/package_registry.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/package_runner.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/packages/hello-python/main.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/packages/hello-python/manifest.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/packages/test-app/main.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/packages/test-app/manifest.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/packages/test-app2/main.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/packages/test-app2/manifest.json +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/post_install_hint.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/publish_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/pyproject.toml +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/remote_registry.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/requirements.txt +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/setup.cfg +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/setup.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/system_test.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/uninstall_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/validate_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/version_command.py +0 -0
- {clapp_pm-1.0.16 → clapp_pm-1.0.17}/where_command.py +0 -0
@@ -25,7 +25,6 @@ package_registry.py
|
|
25
25
|
package_runner.py
|
26
26
|
post_install_hint.py
|
27
27
|
publish_command.py
|
28
|
-
pypi_token.txt
|
29
28
|
pyproject.toml
|
30
29
|
remote_registry.py
|
31
30
|
requirements.txt
|
@@ -63,7 +62,6 @@ where_command.py
|
|
63
62
|
./package_runner.py
|
64
63
|
./post_install_hint.py
|
65
64
|
./publish_command.py
|
66
|
-
./pypi_token.txt
|
67
65
|
./remote_registry.py
|
68
66
|
./requirements.txt
|
69
67
|
./setup.py
|
@@ -17,18 +17,33 @@ import subprocess
|
|
17
17
|
import argparse
|
18
18
|
from pathlib import Path
|
19
19
|
|
20
|
-
def
|
21
|
-
"""PyPI token'ını
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
20
|
+
def get_pypi_token():
|
21
|
+
"""PyPI token'ını kullanıcıdan alır"""
|
22
|
+
print("🔐 PyPI Token Gerekli")
|
23
|
+
print("Token'ı https://pypi.org/manage/account/token/ adresinden alabilirsiniz")
|
24
|
+
print("Token formatı: pypi-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
|
25
|
+
print()
|
26
|
+
|
27
|
+
while True:
|
28
|
+
token = input("PyPI Token'ınızı girin: ").strip()
|
29
|
+
|
30
|
+
if not token:
|
31
|
+
print("❌ Token boş olamaz!")
|
32
|
+
continue
|
33
|
+
|
34
|
+
if not token.startswith("pypi-"):
|
35
|
+
print("❌ Token 'pypi-' ile başlamalı!")
|
36
|
+
continue
|
37
|
+
|
38
|
+
if len(token) < 50:
|
39
|
+
print("❌ Token çok kısa görünüyor!")
|
40
|
+
continue
|
41
|
+
|
42
|
+
print("✅ Token formatı doğru")
|
43
|
+
return token
|
29
44
|
|
30
|
-
# PyPI Token'ı
|
31
|
-
PYPI_TOKEN =
|
45
|
+
# PyPI Token'ı kullanıcıdan al
|
46
|
+
PYPI_TOKEN = get_pypi_token()
|
32
47
|
|
33
48
|
def run_command(command, description, check=True):
|
34
49
|
"""Komut çalıştırır ve sonucu döndürür"""
|
clapp_pm-1.0.16/pypi_token.txt
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
pypi-AgEIcHlwaS5vcmcCJDMxOTJhNzNkLWMxZmEtNGYxZS1hYmU0LTlmYzlmMGI3YWYzMwACEFsxLFsiY2xhcHAtcG0iXV0AAixbMixbIjAyNTFkNzExLTM0Y2EtNDYzMy1hOGNkLTNkYWRjYmIzMjU4MiJdXQAABiBzPIm2teILNE5BML6flniuEs2Qi0DM4CwCwA7J5kDfqA
|
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
|
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
|
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
|
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
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|