全球计算机科学家 3D 互动地球仪 - 赛博科技风
Project description
Global Computer Scientist 3D Interactive Globe (Package Edition)
🌐 Switch to Chinese Version (切换到中文)
🌍 English Version
This is a packaged 3D interactive frontend project as a standard Python library. You can now launch a fully functional, Emoji-interactive cyberpunk globe via simple command-line instructions.
🚀 Installation Guide
You can install this library directly via pip in the project root directory:
# Local installation mode
pip install .
After installation, you will have a global command scientist-globe.
✨ Run Command
After installation, just one line of command to start the server and access:
# Start local server
scientist-globe --serve
You can also specify a custom port or address:
# Start with specified port
scientist-globe --serve --port 9000 --host 0.0.0.0
Access URL: 👉 http://localhost:8000
📦 Project Structure (Package Layout)
The project has been refactored into a standard Python package structure (src layout) for easy integration and distribution:
.
├── pyproject.toml # Project metadata and Entry Points configuration
├── README.md # Run instructions
└── src/
└── scientist_globe/ # Core package
├── app.py # FastAPI application instance
├── cli.py # CLI entry point (argparse implementation)
└── static/ # Globe static frontend resources (HTML/JS/CSS)
🛠️ Tech Stack
- Backend: FastAPI + Uvicorn
- Frontend: Three.js (3D Rendering)
- Packaging: setuptools (pyproject.toml)
👨🚀 About the Developer
- Author: Ricardo
- Location: Zhengzhou, Henan, China
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scientist_globe-0.1.0.tar.gz.
File metadata
- Download URL: scientist_globe-0.1.0.tar.gz
- Upload date:
- Size: 47.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2d4049b4578c25f9a022c3a16ed2d8da7fd95537775da9b5abbcb90edfda684
|
|
| MD5 |
5317c1bb53ec340fb21851804105d758
|
|
| BLAKE2b-256 |
0ad167a6c47945175b4f822d653f8783ae0b53638330f0486f1e2c06b5d16eae
|
File details
Details for the file scientist_globe-0.1.0-py3-none-any.whl.
File metadata
- Download URL: scientist_globe-0.1.0-py3-none-any.whl
- Upload date:
- Size: 48.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b31bd47b3fccbf5456452016b0c38333e333d49dfff5c70a621dd66530eb32f
|
|
| MD5 |
d2cb34446a401a81ffe025e454bb7a70
|
|
| BLAKE2b-256 |
f3b1df668cf6801f13381e4230784dacfad7a464965db3383908ff995fc3659c
|