A minimalist asynchronous IRC server
Project description
aioircd
A minimalist asynchronous IRC server
Installation
Download and install the latest stable version using pip.
Windows users might replace python3
by py
.
python3 -m pip install -i https://pypi.drlazor.be aioircd
Then simply run the aioircd
command with the optionnal argument
listed bellow.
usage: aioircd [--host HOST] [--port PORT] [-v] [-s]
optional arguments:
--host HOST (default: ::1)
--port PORT (default: 6667)
--pwd PASS (default: None)
-v, --verbose
-s, --silent
The server by default only logs WARNING
level messages and above. You
can increase the verbosity by repeating the -v
option.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aioircd-2.0.3.tar.gz
(12.5 kB
view hashes)
Built Distribution
aioircd-2.0.3-py3-none-any.whl
(11.7 kB
view hashes)