Clastic is a functional Python web framework that streamlines explicit development practices while eliminating global state.
Clastic was created to fill the need for a minimalist web framework that does exactly what you tell it to, while eliminating common pitfalls and delays in error discovery. The result is a streamlined and deterministic web development experience.
To put it another way, Clastic is designed such that, by the time your application has loaded, the framework has done all its work and gotten out of the way. It doesn’t wait until the first request or the first time a URL is hit to raise an exception.
This is free and open source software.
Website: github.com/mahmoud/clastic
Support:
Developer: Mahmoud Hashemi
License: 3-clause BSD License
Clastic is written in Python. Learn Python with our recommended free books and free tutorials.
Return to Python Microframeworks