Elk

Elk is an object system for Python inspired by Moose. It aspires to implement the features of Moose in idiomatic Python.

Elk is written in pure Python (2.7) and there are no dependencies beyond the standard library.

Contents:

Contributing

The Elk source code is available from https://github.com/frasertweedale/elk. Bug reports, patches, feature requests, code review and documentation are welcomed.

To contribute patches, please use git send-email or generate a pull request on GitHub. Write a well formed commit message. If your patch is nontrivial, update the copyright notice at the top of each changed file.

Indices and tables

Table Of Contents

Next topic

Classes

This Page