6 projects tagged "Libraries"
Tournament Pool and Bracket Tracker contains everything you need to run a tournament pool. It supports small groups or organizations who wish to provide an NCAA basketball tournament pool without a lot of administrative work in calculating up-to-date results and possibilities. Though it was built with the NCAA tournament in mind, it should be able to handle most other sport tournament pools. Once a tournament is underway, users can keep track of their progress as the administrator for a tournament updates the results of games. Pool adminstrators can choose from many different scoring systems.
TurtolCMS is a powerful, flexible Web content management system. With it, you can manage every aspect of your Web content directly from your Web browser with intuitive editing tools. TurtolCMS does not restrict you with a template, but allows a designer full freedom to build any desired look and then gracefully re-use that design consistently for any new content that is added.
PyMultimethods is a library that enables users to create multimethods (a.k.a. generic functions) in Python. In other words, you can create multiple versions of the same function/method. The one that is invoked depends on the runtime parameters. This is similar to polymorphism in the sense that the object type determines which version of the function is invoked. Multimethods go beyond the polymorphism found in conventional object oriented languages, however, because all parameters are taken into account (as opposed to only the "implied this", as in C++ or Java). PyMultimethods can also be used to "overload" a function or method.
Agile Toolkit is a powerful object-oriented platform for Web user interface development. It can help you build a simple administration system or Web data manager quickly and with ease. It focuses on seamless integration while being simple to learn. Agile Toolkit fills the gaps between ORM and the user interface. It lets you focus on the business logic of your application and leave implementation details (such as HTML, JavaScript, AJAX, and CSS) to Agile Toolkit.