Skip to content
Snippets Groups Projects
P

pyrcb

Project ID: 1487654
Select Git revision
  • master default
  • 1.14.5
  • 1.14.4
  • 1.14.3
  • 1.14.2
  • 1.14.1
  • 1.14.0
  • 1.13.1
  • 1.13.0
  • 1.12.1
  • 1.12.0
  • 1.11.0
  • 1.10.2
  • 1.10.1
  • 1.10.0
  • 1.9.0
  • 1.8.1
  • 1.8.0
  • 1.7.8
  • 1.7.7
  • 1.7.6
21 results
  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    nickolas360 authored
    c773a6c8
    History

    pyrcb

    Version 1.14.5

    NOTE: Development has moved to pyrcb2. pyrcb is no longer under active development, except for bug fixes.

    pyrcb is a simple, self-contained, extendable library for building IRC bots. It isn't a full implementation of IRC, but rather provides everything needed to easily create bots.

    To use pyrcb, just drop pyrcb.py into your project. Make sure you include a copy of the LGPL as well as the GPL, since the LGPL is a set of additional permissions on top of the GPL.

    pyrcb is compatible with Python 2.7 and Python 3.1 or higher. SSL/TLS support requires at least Python 2.7.9 or Python 3.2.

    Documentation

    Documentation for pyrcb is available at https://pyrcb.readthedocs.io/. If you're new to pyrcb, start with this guide and take a look at the examples.

    The current version of pyrcb is 1.14.5, which was released on 2017-03-21. See the changelog for more information.

    Tests

    See tests/README.md.

    License

    pyrcb is licensed under the GNU Lesser General Public License, version 3 or later, except for some parts released under other compatible licenses. See the full license notice.