-
Notifications
You must be signed in to change notification settings - Fork 0
thousandparsec-obsolete/tpserver-py
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
For Quick Start instructions see the INSTALL file. Requirements ============================================================================== The server requires the following python packages, sqlalchemy-3.0 - The database abstraction layer You also need a database engine, either MySQL or SQLite will work (PostgreSQL, Oracle or similar might work but havn't been tested). Install and setting up the appriporiate database engine is left to the user. You must also install the Python database adaptor, they are listed below: * Postgres: psycopg2 * SQLite: pysqlite * MySQL: MySQLDB * Oracle: cx_Oracle * MS-SQL: adodbapi pymssql * Firebird: kinterbasdb * Informix: informixdb Notes: MySQL ***only*** works reliably when InnoDB support is active. Commands will appear to work but on an error, changes can not be rolled back. Files ============================================================================== README - This file TODO - Things which need to be done API - How to create new rulesets/orders/objects tpserver-py - The server that clients connect to config.py - Server config file tpserver-py-turn - Executes one turn, will SIGUSR1 the server if it's running tpserver-py-tool - Allows you to do admin tasks such as, create games, remove games, add new users, generate universe, etc.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published