frp-tunnel 1.0.4__tar.gz → 1.0.5__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.
Files changed (49) hide show
  1. {frp_tunnel-1.0.4/frp_tunnel.egg-info → frp_tunnel-1.0.5}/PKG-INFO +1 -1
  2. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5/frp_tunnel.egg-info}/PKG-INFO +1 -1
  3. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/SOURCES.txt +0 -2
  4. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/pyproject.toml +1 -1
  5. frp_tunnel-1.0.4/publish.sh +0 -44
  6. frp_tunnel-1.0.4/setup-github.sh +0 -44
  7. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
  8. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
  9. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.github/workflows/ci.yml +0 -0
  10. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.github/workflows/publish.yml +0 -0
  11. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.gitignore +0 -0
  12. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/CHANGELOG.md +0 -0
  13. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/CONTRIBUTING.md +0 -0
  14. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/GITHUB_SECRETS.md +0 -0
  15. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/LICENSE +0 -0
  16. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/PUBLISHING.md +0 -0
  17. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/QUICKSTART.md +0 -0
  18. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/README.md +0 -0
  19. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/README_CN.md +0 -0
  20. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/ROADMAP.md +0 -0
  21. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/SECURITY.md +0 -0
  22. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/SKILL_SHOWCASE.md +0 -0
  23. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/config/frpc.ini +0 -0
  24. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/config/frps.ini +0 -0
  25. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/config/ssh-config-template +0 -0
  26. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/docs/CONFIGURATION.md +0 -0
  27. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/docs/INSTALLATION.md +0 -0
  28. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/docs/TROUBLESHOOTING.md +0 -0
  29. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/examples/automation-example.sh +0 -0
  30. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/examples/colab-example.ipynb +0 -0
  31. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/__init__.py +0 -0
  32. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/_version.py +0 -0
  33. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/cli.py +0 -0
  34. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/__init__.py +0 -0
  35. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/config.py +0 -0
  36. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/installer.py +0 -0
  37. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/platform.py +0 -0
  38. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/tunnel.py +0 -0
  39. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/dependency_links.txt +0 -0
  40. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/entry_points.txt +0 -0
  41. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/requires.txt +0 -0
  42. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/top_level.txt +0 -0
  43. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/publish.bat +0 -0
  44. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/publish.py +0 -0
  45. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/scripts/frp-client-colab.sh +0 -0
  46. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/scripts/frp-client-linux.sh +0 -0
  47. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/scripts/frp-client-windows.ps1 +0 -0
  48. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/scripts/frp-server-gcp.sh +0 -0
  49. {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: frp-tunnel
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: Easy SSH tunneling with FRP - One command setup for Google Colab and remote servers
5
5
  Author-email: Your Name <your.email@example.com>
6
6
  License-Expression: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: frp-tunnel
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: Easy SSH tunneling with FRP - One command setup for Google Colab and remote servers
5
5
  Author-email: Your Name <your.email@example.com>
6
6
  License-Expression: MIT
@@ -12,9 +12,7 @@ SECURITY.md
12
12
  SKILL_SHOWCASE.md
13
13
  publish.bat
14
14
  publish.py
15
- publish.sh
16
15
  pyproject.toml
17
- setup-github.sh
18
16
  .github/ISSUE_TEMPLATE/bug_report.yml
19
17
  .github/ISSUE_TEMPLATE/feature_request.yml
20
18
  .github/workflows/ci.yml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "frp-tunnel"
7
- version = "1.0.4"
7
+ version = "1.0.5"
8
8
  description = "Easy SSH tunneling with FRP - One command setup for Google Colab and remote servers"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,44 +0,0 @@
1
- #!/bin/bash
2
-
3
- # PyPI Publishing Script for frp-tunnel
4
- set -e
5
-
6
- echo "🚀 Publishing frp-tunnel to PyPI..."
7
-
8
- # Check if we're in the right directory
9
- if [ ! -f "pyproject.toml" ]; then
10
- echo "❌ Error: pyproject.toml not found. Run from project root."
11
- exit 1
12
- fi
13
-
14
- # Install build dependencies
15
- echo "📦 Installing build dependencies..."
16
- pip install --upgrade build twine
17
-
18
- # Clean previous builds
19
- echo "🧹 Cleaning previous builds..."
20
- rm -rf dist/ build/ *.egg-info/
21
-
22
- # Build the package
23
- echo "🔨 Building package..."
24
- python -m build
25
-
26
- # Check the built package
27
- echo "🔍 Checking package..."
28
- twine check dist/*
29
-
30
- # Upload to PyPI
31
- echo "📤 Uploading to PyPI..."
32
- if [ "$1" = "--test" ]; then
33
- echo "📋 Uploading to TestPyPI..."
34
- twine upload --repository testpypi dist/*
35
- echo "✅ Uploaded to TestPyPI: https://test.pypi.org/project/frp-tunnel/"
36
- echo "🧪 Test install: pip install --index-url https://test.pypi.org/simple/ frp-tunnel"
37
- else
38
- echo "📋 Uploading to PyPI..."
39
- twine upload dist/*
40
- echo "✅ Published to PyPI: https://pypi.org/project/frp-tunnel/"
41
- echo "📦 Install: pip install frp-tunnel"
42
- fi
43
-
44
- echo "🎉 Publishing complete!"
@@ -1,44 +0,0 @@
1
- #!/bin/bash
2
-
3
- # Project Structure Generator
4
- # Creates a clean, GitHub-ready project structure
5
-
6
- echo "🚀 Generating GitHub-ready project structure..."
7
-
8
- # Remove checkpoint files
9
- find . -name "*checkpoint*" -type f -delete
10
- find . -name ".ipynb_checkpoints" -type d -exec rm -rf {} + 2>/dev/null || true
11
-
12
- echo "✅ Cleaned up checkpoint files"
13
-
14
- # Create final project tree
15
- echo "📁 Final Project Structure:"
16
- echo "=========================="
17
-
18
- tree -a -I '.git' . || find . -type f -name ".*" -prune -o -type f -print | sort
19
-
20
- echo "=========================="
21
- echo "📊 Project Statistics:"
22
- echo "=========================="
23
-
24
- # Count files by type
25
- echo "📄 Documentation files: $(find . -name "*.md" | wc -l)"
26
- echo "🔧 Shell scripts: $(find . -name "*.sh" | wc -l)"
27
- echo "💻 PowerShell scripts: $(find . -name "*.ps1" | wc -l)"
28
- echo "⚙️ Configuration files: $(find . -name "*.ini" | wc -l)"
29
- echo "📓 Jupyter notebooks: $(find . -name "*.ipynb" | wc -l)"
30
- echo "🏗️ GitHub templates: $(find .github -name "*.yml" | wc -l)"
31
-
32
- echo "=========================="
33
- echo "✅ Project is ready for GitHub!"
34
- echo "=========================="
35
-
36
- echo "📋 Next steps:"
37
- echo "1. Initialize git repository: git init"
38
- echo "2. Add files: git add ."
39
- echo "3. Commit: git commit -m 'Initial commit: Complete FRP SSH tunnel solution'"
40
- echo "4. Create GitHub repository"
41
- echo "5. Push to GitHub: git remote add origin <url> && git push -u origin main"
42
- echo "6. Add topics/tags: frp, ssh, tunnel, colab, automation, devops"
43
- echo "7. Enable GitHub Pages for documentation"
44
- echo "8. Set up branch protection rules"
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