collective.icecream

November 24, 2023 ยท View on GitHub

image Coveralls image Latest Version Egg Status image License

collective.icecream

An addon for Plone that does allow you to use the icecream package

Installation

Install collective.icecream by adding it to your buildout, e.g.:

[instance]
eggs +=
    collective.icecream

and then running bin/buildout.

When you start your instance in foreground mode you will see:

[ale@flo collective.icecream]$ ./bin/instance fg
...
ic| 'Icecream installed'
2023-11-24 16:45:13,799 INFO    [Zope:42][MainThread] Ready to handle requests

Then you can use the ic function everywhere in your code without importing it.

You can also use it in your page templates:

<?python from icecream import ic; ic("This was placed in a template") ?>

TODO: it is planned to not have to import ic from icecream in the templates.

Authors

The Syslab.com Team.

Contributors

Put your name here, you deserve it!

Contribute

Support

If you are having issues, please let us know in the issue tracker.

License

The project is licensed under the GPLv2.