Skip to main content

FICS client library.

Project description

mekk.fics is a Python access library for FICS. It can be used to write FICS bots and clients in Python. drone-badge

Status

The code works, and is actively used, but covers only part of FICS functionality.

Core functionality (handling FICS connections, command management etc) works, is stable and have been used by WatchBot for many years.

Parsing routines (converting various FICS notifications and replies to commands) are implemented only for some commands and notifications. New parsers are mostly added on demand, whenever some new command or information turns out to be useful.

Main APIs should be stable, data structures can be modified from time to time.

Examples and documentation

In case you are not familiar with FICS programming, take a look at:

How to write a FICS bot

article series.

Next please take a look at mekk.fics examples.

All important classes and methods have docstrings.

Development

The code is tracked using Mercurial. Repository can be cloned from

http://bitbucket.org/Mekk/mekk.fics

Use the same place to report bugs, suggest improvements and offer patches.

Installation

From PyPI (installing newest release):

pip install --user mekk.fics

from source (tagged release):

hg clone http://bitbucket.org/Mekk/mekk.fics
hg update -r 'max(tagged())'
pip install --user .

from source, for development:

hg clone http://bitbucket.org/Mekk/mekk.fics
pip install --user --edit .

License

mekk.fics is dual-licensed under Artistic License 2.0 and Mozilla Public License 1.1. The complete license texts can be found in Artistic-2.0.txt and MPL-1.1.txt.

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

mekk.fics-0.8.1.tar.gz (148.1 kB view details)

Uploaded Source

File details

Details for the file mekk.fics-0.8.1.tar.gz.

File metadata

  • Download URL: mekk.fics-0.8.1.tar.gz
  • Upload date:
  • Size: 148.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mekk.fics-0.8.1.tar.gz
Algorithm Hash digest
SHA256 56fbe6ddac1afc8c8160a1f7dab7cbf8fbe9a4e97209789e3c431c81f56b67aa
MD5 ffe0e8ff385c44dde49f8a193bfe9672
BLAKE2b-256 3fc68150b78ccb9bcde23de3769bb1045820620ef3cfaf35b4c1e59a953c0e2e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page