Drop Python 3.4 and add 3.8
[mudpy.git] / README
1 =======
2  mudpy
3 =======
4
5 .. Copyright (c) 2004-2019 mudpy authors. Permission to use, copy,
6    modify, and distribute this software is granted under terms
7    provided in the LICENSE file distributed with this software.
8
9 The mudpy project aims to create a simple, generic, cross-platform,
10 freely-redistributable MUD core engine which can be easily understood
11 and extended. It is written in pure Python 3 and has only pure Python
12 dependencies. All configuration and data are stored in
13 consistently-formatted plain text (YAML 1.1) files for ease of
14 administration. The core engine is unicode-clean internally and supports
15 UTF-8 encoding for input and output of extended text characters.
16
17 The mudpy program and sample content are released under a free and open
18 license, and any bug reports, criticisms, ideas, patches, content
19 submissions or other offers of collaboration are wholeheartedly welcome.