axonserver desktop launcher
Project description
🚀 How to Run AxonServer
Once you have installed the package via pip install axonserver, you can launch the OS Manager using any of the following methods:
- The Direct Command (Recommended) Because of our setup, you can launch the menu directly from your terminal or Cloud Shell without typing "python":
axonserver
- Running as a Python Module If the direct command isn't in your system path, use the module flag. This is the most reliable way to run it on Google Cloud Shell or GitHub Codespaces:
python3 -m axonserver
- Inside a Python Script (The "Import" Way) If you want to include AxonServer as part of your own project, you can import it like any other library:
import axonserver axonserver.main()
- The One-Liner (Quick Start) To run it instantly without creating a file:
python3 -c "import axonserver; axonserver.main()"
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
axonserver-1.0.1.tar.gz
(4.1 kB
view details)
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 axonserver-1.0.1.tar.gz.
File metadata
- Download URL: axonserver-1.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bd6b7faa543a7042f6549f6bf329e668399d06765ac2e5a4f280e4903792ff7
|
|
| MD5 |
3c71c3e157682e20a28f30fe7f1ec763
|
|
| BLAKE2b-256 |
fcef54e7a140faecb1b4113d8fa0810207c4ee2a8de60b74e5fddb353a3ffb39
|
File details
Details for the file axonserver-1.0.1-py3-none-any.whl.
File metadata
- Download URL: axonserver-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d8e77473d2390c1c3e1ce6584e14a467410c27bad9e4c770a819c1ddc2e7786
|
|
| MD5 |
a52df5e9fc4483c7ce2708e67421d95d
|
|
| BLAKE2b-256 |
703ebf8c08d4c5a69b353ad99b156a442ba8c33335694450aeb3b9bb3a36f05c
|