Skip to main content

An addon for Plone that allow you debug your code using the icecream package

Project description

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.

Contributors

Changelog

1.0.0a1 (2023-11-24)

  • Initial release. [ale-rt]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.icecream-1.0.0a1.tar.gz (11.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page