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.
- {frp_tunnel-1.0.4/frp_tunnel.egg-info → frp_tunnel-1.0.5}/PKG-INFO +1 -1
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5/frp_tunnel.egg-info}/PKG-INFO +1 -1
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/SOURCES.txt +0 -2
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/pyproject.toml +1 -1
- frp_tunnel-1.0.4/publish.sh +0 -44
- frp_tunnel-1.0.4/setup-github.sh +0 -44
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.github/ISSUE_TEMPLATE/feature_request.yml +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.github/workflows/ci.yml +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.github/workflows/publish.yml +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/.gitignore +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/CHANGELOG.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/CONTRIBUTING.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/GITHUB_SECRETS.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/LICENSE +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/PUBLISHING.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/QUICKSTART.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/README.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/README_CN.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/ROADMAP.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/SECURITY.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/SKILL_SHOWCASE.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/config/frpc.ini +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/config/frps.ini +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/config/ssh-config-template +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/docs/CONFIGURATION.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/docs/INSTALLATION.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/docs/TROUBLESHOOTING.md +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/examples/automation-example.sh +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/examples/colab-example.ipynb +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/__init__.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/_version.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/cli.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/__init__.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/config.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/installer.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/platform.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel/core/tunnel.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/dependency_links.txt +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/entry_points.txt +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/requires.txt +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/frp_tunnel.egg-info/top_level.txt +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/publish.bat +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/publish.py +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/scripts/frp-client-colab.sh +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/scripts/frp-client-linux.sh +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/scripts/frp-client-windows.ps1 +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/scripts/frp-server-gcp.sh +0 -0
- {frp_tunnel-1.0.4 → frp_tunnel-1.0.5}/setup.cfg +0 -0
frp_tunnel-1.0.4/publish.sh
DELETED
|
@@ -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!"
|
frp_tunnel-1.0.4/setup-github.sh
DELETED
|
@@ -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
|
|
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
|