perfume 0.2

Last updated:

0 purchases

perfume 0.2 Image
perfume 0.2 Images
Add to Cart

Description:

perfume 0.2

Perfume===Perfume aims at making Flask-apps more Object-Oriented friendlyby providing a base class to create them.It's BSD licensed.Usage:- inherit from Perfume- decorate your methods with route(path)Perfume is Easy---```pythonfrom perfume import Perfume, routeclass Hello(Perfume): @route('/') def hello(self): return "Hello World !"if __name__ == "__main__": Hello().run()```And Easy to Setup---```bashpipinstallPerfume python hello.py * Running on http://localhost:5000/```

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.