Switch to passlib.PasswordHash.hash
[mudpy.git] / README
1 =======
2  mudpy
3 =======
4
5 .. Copyright (c) 2004-2018 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 (currently tested with 3.4
12 and later versions) and has only pure Python dependencies. All
13 configuration and data are stored in consistently-formatted plain text
14 (YAML 1.1) files for ease of administration. The core engine is
15 unicode-clean internally and supports UTF-8 encoding for input and
16 output of extended text characters.
17
18 The mudpy program and sample content are released under a free and open
19 license, and any bug reports, criticisms, ideas, patches, content
20 submissions or other offers of collaboration are wholeheartedly welcome.