-
released this
2019-03-05 15:12:44 +01:00 | 52 commits to master since this releaseThis is a fix to make the daemon work also when not in debug mode.
The logic of the login/logout process has been also improved, in the
Operator
object.Downloads
- Source Code (ZIP)
- Source Code (TAR.GZ)
-
bot_z-0.2.1-py3-none-linux_x86_64.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-linux_x86_64.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-macosx.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-macosx.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-manylinux1_i686.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-manylinux1_i686.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-manylinux1_x86_64.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-win32.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-win32.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-win32.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-win_amd64.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-win_amd64.whl
2.8 MiB
-
bot_z-0.2.1-py3-none-win_amd64.whl
2.8 MiB
-
Working daemon Stable
released this
2019-02-20 18:16:25 +01:00 | 59 commits to master since this releaseNow a command line is provided to spawn and interact with a daemon:
bot_z
.Usage: bot_z [OPTIONS] COMMAND [ARGS]... Group cli. Options: -d, --debug Enable debug mode. --no-headless Start the clients in foreground. -v, --verbose More verbose output from this cli. -f, --fifo TEXT Path to the control fifo. -w, --workdir PATH The working dir where to launch the daemon and where the lockfile is put. --help Show this message and exit. Commands: checkin Checks in on a logged in client. checkout Checks out on a logged in client and checked in client. list Lists the clients attached login Logs a client in using the provided credentials. logout Logs a logged in client out. reload Resets a client to a clean state (discards the session). start Starts a client. start-daemon Invokes daemon_process for the first time. status Displays basic info on the state of a client. stop Stops a client. stop-daemon Stops all the clients and shuts down the daemon.
Downloads
-
0.1.0 - Basics Stable
released this
2019-01-21 11:21:33 +01:00 | 83 commits to master since this releaseWorking package.
Onlybot_z.bot_z.Operator
with the following functionalities:- Login/Logout
- Check in/Check out
Downloads