Releases Tags
-
Fix daemon and improve login/logout logic
released this 4 years ago | 52 commits to master since this release
This 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)
- 2.8 MiB 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
-
Working daemon
released this 4 years ago | 59 commits to master since this release
Now 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
released this 4 years ago | 83 commits to master since this release
Working package.
Onlybot_z.bot_z.Operator
with the following functionalities:- Login/Logout
- Check in/Check out
Downloads