py3xui
Sync and Async Object-oriented Python SDK for the 3x-ui API.
File Explorer
Download Latest Version (.zip)- config.yml
- py3xui-issue-template.md
- checks.yml
- checkspr.yml
- issues.yml
- pypi.yml
- stale.yml
- FUNDING.yml
- launch.json
- settings.json
- tasks.json
- clean_trash.sh
- create_venv.sh
- push.sh
- requirements.txt
- async-api.md
- models.md
- overview.md
- sync-api.md
- advanced-snippets.md
- async-recipes.md
- common-tasks.md
- README.md
- sync-recipes.md
- 0.7.0.md
- README.md
- 0.7.0.md
- architecture.md
- endpoint-compatibility.md
- testing-quality.md
- authentication.md
- intro.md
- quick-start.md
- README.md
- SUMMARY.md
- __init__.py
- api.py
- api_base.py
- api_client.py
- api_database.py
- api_inbound.py
- api_server.py
- __init__.py
- async_api.py
- async_api_base.py
- async_api_client.py
- async_api_database.py
- async_api_inbound.py
- async_api_server.py
- __init__.py
- client.py
- __init__.py
- bases.py
- inbound.py
- settings.py
- sniffing.py
- stream_settings.py
- __init__.py
- config.py
- server.py
- __init__.py
- env.py
- __init__.py
- get_client.json
- get_client_traffic_by_id.json
- get_inbound_by_id.json
- get_inbounds.json
- get_server_config.json
- get_server_status.json
- __init__.py
- test_api.py
- test_async_api.py
- test_env.py
- test_server_config.py
- .flake8
- .gitignore
- .pylintrc
- CODE_OF_CONDUCT.md
- demo.py
- LICENSE.md
- pyproject.toml
- README.md
- SECURITY.md
# Installation Guide
1. Get the code
git clone https://github.com/iwatkot/py3xui
Downloads the entire project code from GitHub to your computer.
cd py3xui
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install py3xui
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install py3xui
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
