name = 'MiddleKit'

version = (0, 8, 1)

docs = [
    {'name': 'Introduction', 'file': 'Intro.html'},
    {'name': 'Quick Start',  'file': 'QuickStart.html'},
    {'name': "User's Guide", 'file': 'UsersGuide.html'},
    {'name': 'To Do',        'file': 'TODO-MiddleKit.text'},
]

status = 'alpha'

requiredPyVersion = (2, 0, 0)

synopsis = """For building the "middle tier" of an application, that is, the domain-specific objects in between the front end and the database/datastore. MiddleKit is roughly analogous to NeXT/Apple's Enterprise Objects and Sun's Enterprise Java Beans."""