python-xonotic-db

library to read and write Xonotic databases


Keywords
xonotic
License
GPL-3.0
Install
pip install python-xonotic-db==0.3.0

Documentation

python-xonotic-db

Build Status Coverage Status

Python library to read and write Xonotic databases

Features

  • Read database contents
  • Filter keys by pattern
  • Set a specific key
  • Delete a specific CTS record
  • Delete all records set by a specific player

Installation

python-xonotic-db requires python3.

You can python-xonotic-db as any other python software using pip install python-xonotic-db or checking out the repository and running python setup.py install

Usage

API docs are available at RTD.

python-xonotic-db includes a simple command line tool xon_db.

Run xon_db --help to get some help about the command line tool and its usage.