This release is a pre-release and may not be stable for production use.
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!
- Alessandro Pisa, Syslab.com
Contribute
- Issue Tracker: https://github.com/collective/collective.icecream/issues
- Source Code: https://github.com/collective/collective.icecream
- Documentation: https://docs.plone.org/foo/bar
Support
If you are having issues, please let us know in the issue tracker.
License
The project is licensed under the GPLv2.
Contributors
- ale-rt, alessandro.pisa@gmail.com
Changelog
1.0.0a1 (2023-11-24)
- Initial release. [ale-rt]
Release files for collective.icecream 1.0.0a1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| collective.icecream-1.0.0a1.tar.gz | 11.9 kB | Details |
Release files / collective.icecream-1.0.0a1.tar.gz
| Download URL | collective.icecream-1.0.0a1.tar.gz |
|---|---|
| Size | 11.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d1a7503b2b69423ebf66d280be83d9e5bf73fce33f8ca376a4acc23cec5ed4ff
|
|
BLAKE2b-256 checksum How to use checksums |
ddae0a0cf9b64615ebd81271b5c4ddb62a8f17ba3f01c71699b4703ee69f9d28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|