eea.app.visualization


Nameeea.app.visualization JSON
Version 13.4 PyPI version JSON
download
home_pagehttps://github.com/collective/eea.app.visualization
SummaryVisualization API
upload_time2023-08-18 09:24:57
maintainer
docs_urlNone
authorEuropean Environment Agency: IDM2 A-Team
requires_python
licenseGPL
keywords eea app visualization add-ons plone zope
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            =====================
EEA App Visualization
=====================
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.app.visualization/develop
  :target: https://ci.eionet.europa.eu/job/eea/job/eea.app.visualization/job/develop/display/redirect
  :alt: Develop
.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.app.visualization/master
  :target: https://ci.eionet.europa.eu/job/eea/job/eea.app.visualization/job/master/display/redirect
  :alt: Master

`EEA App Visualization`_ is the Core API for `EEA Daviz`_. This package was added
in order to be able to use `EEA Google Charts`_ without `EEA Exhibit`_ and
viceversa or any other visualization library as a standalone visualization
or as part of a bundle package (`eea.daviz`_)


.. image:: https://eea.github.io/_images/eea.daviz.layers.svg


This package as standalone is just an API, you have to either install
`eea.daviz`_ bundle, either install one of the available visualization
libraries (`eea.exhibit`_, `eea.googlecharts`_, etc) in order to have a working
Visualization Tool for your files.


.. contents::


Installation
============

If you are using `zc.buildout`_ and the `plone.recipe.zope2instance`_
recipe to manage your project, you can do this:

* Update your buildout.cfg file:

  - Add `eea.app.visualization`_ to the list of eggs to install
  - Tell the plone.recipe.zope2instance recipe to install a ZCML slug

  ::

    [instance]
    recipe = plone.recipe.zope2instance
    eggs = eea.app.visualization
    zcml = eea.app.visualization

* Re-run buildout, e.g. with

  ::

    $ ./bin/buildout


You can skip the ZCML slug if you are going to explicitly include the package
from another package's configure.zcml file.


Dependencies
============

* python-dateutil
* plone.i18n
* Zope >= 2.12
* eea.jquery
* collective.js.jqueryui < 1.9 (Plone 4.0, 4.1, 4.2)
* collective.js.jqueryui > 1.9 (Plone 4.3+)
* eea.cache > 7.0 (optional)

.. image:: https://eea.github.io/_images/eea.daviz.dependencies.svg


Live demo
=========

1. http://www.simile-widgets.org/exhibit
2. Exhibit only: http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-unfccc-and-to-the-eu-greenhouse-gas-monitoring-mechanism-3/national-total-excluding-lulucf/ghg_v10_extract.csv
3. http://code.google.com/apis/chart/


Source code
===========

Latest source code (Zope 2 compatible):
- `Plone Collective on Github <https://github.com/collective/eea.app.visualization>`_
- `EEA on Github <https://github.com/eea/eea.app.visualization>`_


Copyright and license
=====================

The Initial Owner of the Original Code is European Environment Agency (EEA).
All Rights Reserved.

The EEA App Visualization (the Original Code) is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later
version.

More details under docs/License.txt


Links
=====

1. Simile Wiki - Exhibit 2.0: http://simile.mit.edu/wiki/Exhibit
2. Simile widgets: http://www.simile-widgets.org/exhibit
3. EEA Daviz howto: https://taskman.eionet.europa.eu/projects/zope/wiki/HowToDaviz
4. EEA Daviz backlog wiki: https://taskman.eionet.europa.eu/projects/zope/wiki/DaViz
5. Google charts: http://code.google.com/apis/chart/


Funding
=======

EEA_ - European Environment Agency (EU)


.. _EEA: https://www.eea.europa.eu/
.. _`EEA Daviz`: https://eea.github.io/docs/eea.daviz
.. _`EEA Google Charts`: https://eea.github.io/docs/eea.googlecharts
.. _`EEA Exhibit`: https://eea.github.io/docs/eea.exhibit
.. _`eea.daviz`: https://eea.github.io/docs/eea.daviz
.. _`eea.googlecharts`: https://eea.github.io/docs/eea.googlecharts
.. _`eea.exhibit`: https://eea.github.io/docs/eea.exhibit
.. _`eea.app.visualization`: https://eea.github.io/docs/eea.app.visualization
.. _`plone.recipe.zope2instance`: https://pypi.python.org/pypi/plone.recipe.zope2instance
.. _`zc.buildout`: https://pypi.python.org/pypi/zc.buildout
.. _`EEA App Visualization`: https://eea.github.io/docs/eea.app.visualization

Changelog
=========

13.4 - (2023-08-18)
---------------------------
* Feature: Add **organisation** name to **@provenances** RestAPI endpoint
  [avoinea refs #157787]

13.3 - (2022-04-20)
---------------------------
* Change: IMultiDataProvenance default provenances to ExternalDataSpec and Data relatedItems
  [avoinea refs #144026]

13.2 - (2021-06-17)
---------------------------
* Change: IMultiDataProvenance default provenances to ExternalDataSpec relatedItems
  [avoinea refs #130851]

13.1 - (2021-06-16)
---------------------------
* Change: Register @provenances endpoint on a more generic interface: IContentish
  [avoinea refs #130851]

13.0 - (2021-06-16)
---------------------------
* Feature: Added GET RestAPI endpoint for Daviz Charts @charts
  [avoinea refs #126277]
* Feature: Added GET RestAPI endpoint for Data Table @table
  [avoinea refs #133973]
* Feature: Added GET RestAPI endpoint for IDataProvenance @provenances
  [iulianpetchesi refs #123935]

12.7 - (2020-12-16)
---------------------------
* Change: load google charts version 49 in order to avoid warning
  that it tried to load it and then tried version 1.0
  [ichim-david refs #125298]
* Change: avoid data sources header from visualization-info in case
  there is no providence data entered avoiding a false positive
  [ichim-david refs #125298]

12.6 - (2020-10-06)
---------------------------
* Change: daviz view design tweaks after latest eea redesign
  [ichim-david refs #121911]

12.5 - (2020-08-24)
---------------------------
* Change: daviz view tabs design tweaks
  [ichim-david refs #119540]

12.4 - (2020-02-28)
---------------------------
* Change: use prop instead of attr when setting value on input tags for jquery
  1.9+ compatibility
  [ichim-david refs #105112]

12.3 - (2019-10-02)
--------------------------
* Change: Added new resource for david view
  [iulianpetchesi refs #107671]

12.2 - (2019-01-28)
--------------------------
* Jenkins: Add sonarqube step
  [avoinea refs #101552]

12.1 - (2018-09-07)
--------------------------
* Cleanup: Remove backward-compatible is_exhibit property
  [avoinea refs #98283]

12.0 - (2018-07-27)
--------------------------
* Bug fix: Don't try to scale if image is already cached in browser,
  just return 304 with empty string
  [szabozo0 refs #97222]

11.9 - (2018-06-20)
--------------------------
* Change: updated URLs pointing to eea.europa.eu with https://
  [alecghica refs #95849]

11.8 - (2018-03-14)
-------------------
* Change: load customized collective.js.jqueryui on eea context for view pages
  [ichim-david refs #91577]

11.7 - (2017-12-12)
-------------------
* Change: Replace eeacms/zptlint with eeacms/plone-test:4 zptlint
  [avoinea refs #90415]

11.6 - (2017-11-07)
-------------------
* Change: Remove Sphinx generated documentation
  [petchesi-iulian refs #88212]

11.5 - (2017-08-16)
-------------------
* Bug fix: added missing glyphicons-halflings.png to correct path
  [zoltan_andras refs #84486]

11.4 - (2017-05-22)
-------------------
* Change: fixed PyLint warnings and errors
  [valipod refs #84949]

11.3 - (2017-05-15)
-------------------
* Change: fixed PyLint warnings and errors
  [eduard-fironda refs #84949]

11.2 - (2017-04-24)
-------------------
* Change: updated package information
  [eduard-fironda]

11.1 - (2017-01-17)
-------------------
* Bug fix: Move zope.formlib to extra_require
  [avoinea]

11.0 - (2017-01-17)
-------------------
* Bug fix: Add missing dependency to zope.formlib
  [avoinea]

10.9 - (2016-12-28)
-------------------
* Change: Add more info on JSON UnicodeDecodeError
  [voineali refs #79895]

10.8 - (2016-12-19)
-------------------
* Change: Replace misused logger.exception with logger.warn
  [voineali refs #75388]

10.7 - (2016-10-10)
-------------------
* Bug fix: accept % and # in id of columns as some charts need
  to have these characters
  [ichim-david refs #75896]

10.6 - (2016-09-26)
-------------------
* Bug fix: Fixed profiles version
  [avoinea]

10.5 - (2016-05-19)
-------------------
* Bug fix: Fix pylint warnings
  [chiridra refs #71940]

10.4 - (2016-05-04)
-------------------
* Feature: html body field for daviz and gis application
  - added new field "body"
  - modified the view template
  [chiridra refs #70146]

10.3 - (2016-03-14)
-------------------
* Bugfix: Fixed order of column labels when labels are numbers
  [szabozo0 refs #69360]

10.2 - (2016-02-15)
-------------------
* Task: Improve DaViz Filter design/display
  clean up unused CSS rule.
  [chiridra refs #31309]
* Bug: DaViz: Color picker missing in GC
  add en language on google.api to fix daviz color picker
  [lucas refs #68198]

10.1 - (2016-02-03)
-------------------
* Task: Improve DaViz Filter design/display
  [chiridra refs #31309]

10.0 - (2015-10-05)
-------------------
* Change: check if DavizEdit.Events exists before overriding it withing js files
  in case DavizEdit isn't found and is constructed
  [ichimdav refs #27220]
* Bug fix: use evnetlet to prevent hanging out connection
  [lucas refs #29063]

9.9 - (2015-08-18)
------------------
* Bug fix: fixed data format popup which was hidden by the data cells
  [ichimdav refs #27889]
* Bug fix: Auto-include zcml within plone context in order to make this package
  work without having to add it within buildout zcml directive.
  [avoinea]

9.8 - (2015-07-06)
------------------
* Change: daviz-edit.css uses content-box box-sizing property since
  Google charts styles doesn't cope with border-box. This allows us
  to use newer versions of Bootstrap which contains box-sizing
  [ichimdav refs #25986]
* Bug fix: Always use https protocol for www.google.com/jsapi
  [szabozo0]

9.7 - (2015-06-03)
------------------
* Bug fix: fixed unicode error when guessing columns type
  [ghicaale refs #26068]

9.6 - (2015-06-02)
------------------
* Bug fix: fixed image viewing of preview images when they are referenced by the
  fullview
  [ichimdav refs #25835]
* Change: year and date types now have an lower and upper bounds of 1500-2500.
  This loosens the previous restriction of 1900-2200 for valid year values
  [ichimdav refs #25502]

9.5 - (2015-05-15)
------------------
* Bugfix: Removed default data provenance for blobs
  [szabozo0 #25341]

9.4 - (2015-05-05)
------------------
* Bug fix: condition chart-tabs for existance.
  This way we avoid a js error when no charts are added.
  [ichimdav refs #22901]
* Cleanup: Removed fallback images from ZODB
  [voineali refs #24901]

9.3 - (2015-03-17)
------------------
* Change: Switched to curl in the jenkins builds install script
  [olimpiurob refs #22402]
* Change: Changed fetch url for jenkins builds install script to the install
  script from the main EEA CPB repository
  [olimpiurob refs #22402]

9.2 - (2015-02-03)
------------------
* Bug fix: Optimize edit form by not calling editform 3 times only to tal condition
  [avoinea]

9.1 - (2014-12-23)
------------------
* Change: Fixed tests for xml download
  [szabozo0]

9.0 - (2014-11-24)
------------------
* Bug fix: Removed hard dependency to Products.EEAContentTypes
  [voineali thanks to Nuno Zimas]

8.9 - (2014-11-20)
------------------
* Feature: added belowcontenttitle.documentbyline viewlet to be visible under "Edit Visualizations" tab
  [ghicaale refs #21457]

8.8 - (2014-08-27)
------------------
* Change: Cleanup memcache invalidation code as it's already handled by
  eea.cache (7.0+)
  [voineali refs #20678]

8.7 - (2014-06-06)
------------------
* Change: Moved tutorials to eea.daviz
  [szabozo0]

8.6 - (2014-05-15)
------------------
* Bug fix: Increase the sample file data to 4096 due to csv sniffer unable to
  properly guess the csv dialect from a sample data of 2048 characters.
  [olimpiurob refs #19732]

8.5 - (2014-05-13)
------------------
* Bug fix: Added delimiter restrictions to CSV dialect detection. Valid CSV
  delimiters are: {tab}, {space}, ;, ,, :
  [olimpiurob refs #19535]
* Feature: Added test for missing values in json boolean fields and downloading
  as tsv
  [olimpiurob refs #19206]
* Change: Use null for missing values in boolean fields when downloading csv,tsv
  and json
  [olimpiurob refs #19206]
* Feature: Add InternalData utility that recognize and internal URL and bypass
  security (if needed) in order to get visualization data
  [voineali refs #19075]

8.4 - (2014-04-29)
------------------
* Bug fix: Fix date and year column converters by skipping missing values
  instead of converting them to current year/date
  [voineali fixes #19235]
* Change: WebDav lock object when a visualization is edited (edit visualization)
  [voineali refs #19172]
* Change: Added possibility to hide rename option on spreadsheet,
  Added warning on rename on the Data settings
  [szabozo0 refs #19149]
* Feature: Added screencasts tutorial page
  [szabozo0 refs #18400]

8.3 - (2014-03-10)
------------------
* Fixed version in metadata.xml
  [szabozo0]

8.2 - (2014-02-03)
------------------
* Feature: Use FontAwesome icons on Data Settings and Exhibit facets configuration
  [batradav refs #17861]

8.1 - (2014-01-22)
------------------
* Bug fix: Fix big header on "Edit Visualisations"
  [soniaand refs #17970]
* Feature: adding Sphinx-generated documentation in Page Template format
  [batradav refs #9502]
* Bug fix: Updated old URLs pointing Trac
  [ghicaale refs #18003]

8.0 - (2014-01-14)
------------------
* Bugfix: Fixed adding data from URL
  [szabozo0]

7.9 - (2013-11-20)
------------------
* Feature: Allow query in the url after the hash with the chart id
  [szabozo0 refs #17066]

7.8 - (2013-10-24)
------------------
* Bug fix: Fixed modal's close button ui issues
  [tiberich #16928]

7.7 - (2013-09-19)
------------------
* Change: Removed eea.jquery.js from jsregistry as it's no more required in Plone 4.3

7.6 - (2013-09-10)
------------------
* Bugfix: Increased max_length for column names; Added migration step
  [szabozo0 refs #16684]

7.5 - (2013-06-17)
------------------
* Feature: Package localization enhanced [lepri]
* Feature: Changed data provenance to allow multiple data provenances
  [szabozo0 #9561]

7.4 - (2013-05-20)
------------------
* Bug fix: Added CSV UnicodeWriter as by default python csv module doesn't
  know how to write unicode (see http://docs.python.org/2/library/csv.html)
  [voineali refs #14360]
* Feature: Also support content-type='text/html' as some external JSON/TSV
  external URLs doesn't correctly set response headers
  [voineali refs #14360]
* Feature: Removed lovely.memcached dependency
  [voineali refs #14343]

7.3 - (2013-04-17)
------------------
* Bug fix: Redirect to daviz-edit.html only when users add new visualizations
  [avoinea]
* Bug fix: Wrap visualization info and download section within daviz-view.html
  with a div container in order to easily customize theme these sections
  [avoinea]

7.2 - (2013-03-18)
------------------
* Bug fix: Remove collective.js.jqueryui < 1.9 pin as it make this package
  unusable with Plone 4.3+
  [avoinea]

7.1 - (2013-03-15)
------------------
* Change: Moved eea.exhibit specific code to eea.exhibit package and added API
  to easily insert HTML code within daviz-view.html head element.
  See IVisualizationViewHeader
  [voineali refs #14003]
* Feature: Support all Simile Exhibit facets
  [voineali refs #10007]

7.0 - (2013-02-25)
------------------
* Feature: added information for contributors
  [ciobabog refs #13892]
* Upgrade step: Within "Plone > Site setup > Add-ons" click on
  upgrade button available for eea.app.visualization
* Feature: Possibility to disable daviz views per Content-Type. See
  Site Setup > Daviz Visualization > Enable / Disable
  [voineali]
* Change: Refactoring ZCML slugs for daviz:view and daviz:edit. See
  eea.app.visualisation.views.data.configure.zcml for examples.
  [voineali]
* Change: Refactoring "Data settings" as a daviz:view in order to easily
  disable it if necessary
  [voineali]
* Change: Use jQuery tabs for "Daviz Visualization Settings"
  within Plone ControlPanel
  [voineali]
* Bug fix: Fix "embed" and "export to png" buttons CSS
  [voineali]
* Bug fix: Improved CSV dialect detection for files with a lot of missing values
  [voineali fixes #13851]
* Bug fix: Fixed daviz.json for uploaded files (.tsv, .csv)
  [voineali]
* Feature: Upgraded to Simile Exhibit 3.0
  [voineali refs #13807]

6.5 - (2013-02-04)
------------------
* Feature: Handling specific annotations for data values
  [voineali refs #9558]

6.4 - (2013-01-18)
------------------
* Bug fix: Fixed fix_column_labels upgrade step from version 6.2
  [szabozo0]
* Bug fix: Fixed table layout
  [szabozo0]

6.3 - (2013-01-15)
------------------
* Feature: Added italian translations
  [simahawk]

6.2 - (2013-01-10)
------------------
* Upgrade step: Within "Plone > Site setup > Add-ons" click on
  upgrade button available for eea.app.visualization
* Change: Moved data annotations to Daviz settings Control Panel
  [voineali refs #9558]
* Change: Cleanup old 'sections' code
  [avoinea]
* Feature: Added confirm dialog in order to prevent accidentally disable of
  visualizations
  [voineali refs #9572]
* Feature: Support non-ASCII datasets (column headers and body)
  [voineali refs #9610, #10168]
* Bug fix: Fixed download.(csv, tsv, html) methods for non-ASCII data
  [voineali refs #9610, #10168]
* Change: Move column label settings from facet annotations directly to JSON
  [voineali refs $9610]
* Feature: On saving a chart, copy the generic chart image in the visualization
  [szabozo0 refs #10019]
* Change: Added a common.js and common.css in order to reuse common components
  [voineali refs #9610]
* Bug fix: add namespace declaration for exhibit (makes Chameleon happy) [simahawk]

6.1 - (2012-11-09)
------------------
* Feature: Added i18n translations
  [avoinea]
* Feature: Display image when javascript is disabled
  [szabozo0 refs #9562]
* Upgrade step: Within "Plone > Site setup > Add-ons" click on
  upgrade button available for eea.app.visualization
* Feature: Added utilities to get and convert external URL to
  data ready for visualization
  [voineali refs #9576]
* Feature: Added "year" column type in order to format dates columns as years
  [voineali refs #9583]
* Change: Use SlickGrid jQuery plug-in to manipulate data table within
  Edit Visualization > Data settings Tab
  [avoinea refs #5599, #5625]
* Bugfix: Fixed KSS issues in daviz controlpanel
  [szabozo0 refs #5616]
* Feature: Made plone collection as daviz data source
  [avoinea refs #5604]
* Bug fix: Fixed 'Enable View' button CSS
  [avoinea]

6.0 - (2012-10-08)
------------------
* Upgrade step: Within "Plone > Site setup > Add-ons" click on
  upgrade button available for eea.app.visualization
* Feature: Added API for Visualization data source provenance
  [voineali refs #5490]
* Change: Merged daviz-view.json and daviz-relateditems.json into one single
  json file called daviz.json
  [voineali refs #5449]
* Bug fix: fixed visualisation tabs layout when many tabs spanning
  several rows are made.
  [demarant]
* Feature: migrate daviz settings from portal_properties to portal_daviz
  [szabozo0]
* Bug fix: Fixed columnTypes in table header using :type syntax
  [voineali refs #5511]
* Change: Added IVisualizationData and IVisualizationJson adapters API
  in order to dynamically provide data sources for visualization
  [voineali refs #5511]
* Bug fix: Allow changing of column types within
  Edit Visualization > Data settings if data source is copy & pasted
  [voineali refs #5511]
* Feature: Added an easy way to register Google Maps key when using without
  Plone by adding 'google_key' property on context (parents) or by providing
  a utility (see eea.app.visualization.zopera.utils.py)
  [voineali refs #5420, #5421]
* Feature: Added an easy way to plugin CSS/JS resources by simply providing
  some utilities (see eea.app.visualization.browser.res.interfaces.py)
  [voineali refs #5420]
* Feature: Made this package Plone independent (Zope2 minimal requirements)
  [voineali refs #5420]

4.7 - (2012-08-27)
------------------
* Bug fix: Skip invalid or empty cells on conversion to daviz-json instead
  of falling back to 0.
  [voineali refs #5453]

4.6 - (2012-08-10)
------------------
* Upgrade step: Within "Plone > Site setup > Add-ons" click on
  upgrade button available for eea.app.visualization
  [voineali refs #5419]
* Feature: Removed p4a.z2utils dependency
  [voineali fixes #5419]
* Feature: Improved UX of daviz regarding errors
  [szabozo0 #5372]
* Bugfix: Fixed columns order
  [szabozo0 #5137]

4.5 - (2012-07-23)
------------------
* Bug fix: Fixed 'Data settings' table when there are many columns by adding a
  bottom scrollbar
  [voineali refs #5363]
* Change: Moved 'Data settings' tab to the end as it seems it confuses users
  about the next steps they have to take in order to create new visualizations
  [voineali refs #5363]
* Bug fix: Made table's columns headers editable within 'Data settings' panel in
  order to be able to edit them without having to add an Exhibit View
  [voineali refs #5363]

4.4 - (2012-07-13)
------------------
* Change: Improved the labelling and display of downloadable data.
  [demarant]
* Bug fix: Added list type in 'Data table (preview)' in order to be used with
  Exhibit framework and also fix detection of columns that explicitly define
  column type in header using ':' syntax (e.g. topics:list)
  [voineali refs #5316]
* Bug fix: Fixed auto-detection of numbers by lowering boolean priority
  [voineali refs #5316]
* Bug Fix: Fixed i18n missing tags and i18n:domain in .pt files
  [prospchr refs #5162]

4.3 - (2012-06-12)
------------------
* Bug fix: Fixed 'unicode' object has no attribute 'get' error on download.json
  [voineali fixes #5223]
* Bug fix: fixed markup of HISTORY.txt file
  [ciobabog refs #5231]
* Feature: Allow the user to confirm and adjust auto-detected column types
  [voineali refs #5024]
* Upgrade step: Within "Plone > Site setup > Add-ons" click on
  upgrade button available for eea.app.visualization
* Feature: Added unique URLs for tabs in view mode in order to easily bookmark
  and share them. Also support browser history (back and forward buttons)
  [voineali refs #4851]

4.2 - (2012-04-26)
------------------
* Feature: Made Visualization data downloadable (HTML, CSV, TSV, JSON,
  XML, XML with Schema)
  [voineali #5038]
* Bug fix: Use non-@@ version of daviz-relateditems.json in order to easily cache
  and purge it using plone.app.caching
  [voineali #5074]

4.1 - (2012-04-11)
------------------
* Bug fix: Invalidate memcache on ObjectModifiedEvent for all
  IVisualizationEnabled objects
  [voineali #5074]
* Bug fix: Use converter fallback for table cells that doesn't contain valid
  numbers, dates, etc in order to minimize errors
  [voineali #4934]

4.0 - (2012-03-30)
------------------
* Initial release: Moved eea.daviz core API to this package in order to make
  the visualization libraries usable as standalone packages outside
  eea.daviz bundle
  [voineali #4996]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/eea.app.visualization",
    "name": "eea.app.visualization",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "EEA app visualization Add-ons Plone Zope",
    "author": "European Environment Agency: IDM2 A-Team",
    "author_email": "eea-edw-a-team-alerts@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/87/95/52a54fa7029fa18207742aad4185eb2c6a725833c77833c5983a1ad9b518/eea.app.visualization-13.4.zip",
    "platform": null,
    "description": "=====================\nEEA App Visualization\n=====================\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.app.visualization/develop\n  :target: https://ci.eionet.europa.eu/job/eea/job/eea.app.visualization/job/develop/display/redirect\n  :alt: Develop\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.app.visualization/master\n  :target: https://ci.eionet.europa.eu/job/eea/job/eea.app.visualization/job/master/display/redirect\n  :alt: Master\n\n`EEA App Visualization`_ is the Core API for `EEA Daviz`_. This package was added\nin order to be able to use `EEA Google Charts`_ without `EEA Exhibit`_ and\nviceversa or any other visualization library as a standalone visualization\nor as part of a bundle package (`eea.daviz`_)\n\n\n.. image:: https://eea.github.io/_images/eea.daviz.layers.svg\n\n\nThis package as standalone is just an API, you have to either install\n`eea.daviz`_ bundle, either install one of the available visualization\nlibraries (`eea.exhibit`_, `eea.googlecharts`_, etc) in order to have a working\nVisualization Tool for your files.\n\n\n.. contents::\n\n\nInstallation\n============\n\nIf you are using `zc.buildout`_ and the `plone.recipe.zope2instance`_\nrecipe to manage your project, you can do this:\n\n* Update your buildout.cfg file:\n\n  - Add `eea.app.visualization`_ to the list of eggs to install\n  - Tell the plone.recipe.zope2instance recipe to install a ZCML slug\n\n  ::\n\n    [instance]\n    recipe = plone.recipe.zope2instance\n    eggs = eea.app.visualization\n    zcml = eea.app.visualization\n\n* Re-run buildout, e.g. with\n\n  ::\n\n    $ ./bin/buildout\n\n\nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file.\n\n\nDependencies\n============\n\n* python-dateutil\n* plone.i18n\n* Zope >= 2.12\n* eea.jquery\n* collective.js.jqueryui < 1.9 (Plone 4.0, 4.1, 4.2)\n* collective.js.jqueryui > 1.9 (Plone 4.3+)\n* eea.cache > 7.0 (optional)\n\n.. image:: https://eea.github.io/_images/eea.daviz.dependencies.svg\n\n\nLive demo\n=========\n\n1. http://www.simile-widgets.org/exhibit\n2. Exhibit only: http://www.eea.europa.eu/data-and-maps/data/national-emissions-reported-to-the-unfccc-and-to-the-eu-greenhouse-gas-monitoring-mechanism-3/national-total-excluding-lulucf/ghg_v10_extract.csv\n3. http://code.google.com/apis/chart/\n\n\nSource code\n===========\n\nLatest source code (Zope 2 compatible):\n- `Plone Collective on Github <https://github.com/collective/eea.app.visualization>`_\n- `EEA on Github <https://github.com/eea/eea.app.visualization>`_\n\n\nCopyright and license\n=====================\n\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nAll Rights Reserved.\n\nThe EEA App Visualization (the Original Code) is free software;\nyou can redistribute it and/or modify it under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation;\neither version 2 of the License, or (at your option) any later\nversion.\n\nMore details under docs/License.txt\n\n\nLinks\n=====\n\n1. Simile Wiki - Exhibit 2.0: http://simile.mit.edu/wiki/Exhibit\n2. Simile widgets: http://www.simile-widgets.org/exhibit\n3. EEA Daviz howto: https://taskman.eionet.europa.eu/projects/zope/wiki/HowToDaviz\n4. EEA Daviz backlog wiki: https://taskman.eionet.europa.eu/projects/zope/wiki/DaViz\n5. Google charts: http://code.google.com/apis/chart/\n\n\nFunding\n=======\n\nEEA_ - European Environment Agency (EU)\n\n\n.. _EEA: https://www.eea.europa.eu/\n.. _`EEA Daviz`: https://eea.github.io/docs/eea.daviz\n.. _`EEA Google Charts`: https://eea.github.io/docs/eea.googlecharts\n.. _`EEA Exhibit`: https://eea.github.io/docs/eea.exhibit\n.. _`eea.daviz`: https://eea.github.io/docs/eea.daviz\n.. _`eea.googlecharts`: https://eea.github.io/docs/eea.googlecharts\n.. _`eea.exhibit`: https://eea.github.io/docs/eea.exhibit\n.. _`eea.app.visualization`: https://eea.github.io/docs/eea.app.visualization\n.. _`plone.recipe.zope2instance`: https://pypi.python.org/pypi/plone.recipe.zope2instance\n.. _`zc.buildout`: https://pypi.python.org/pypi/zc.buildout\n.. _`EEA App Visualization`: https://eea.github.io/docs/eea.app.visualization\n\nChangelog\n=========\n\n13.4 - (2023-08-18)\n---------------------------\n* Feature: Add **organisation** name to **@provenances** RestAPI endpoint\n  [avoinea refs #157787]\n\n13.3 - (2022-04-20)\n---------------------------\n* Change: IMultiDataProvenance default provenances to ExternalDataSpec and Data relatedItems\n  [avoinea refs #144026]\n\n13.2 - (2021-06-17)\n---------------------------\n* Change: IMultiDataProvenance default provenances to ExternalDataSpec relatedItems\n  [avoinea refs #130851]\n\n13.1 - (2021-06-16)\n---------------------------\n* Change: Register @provenances endpoint on a more generic interface: IContentish\n  [avoinea refs #130851]\n\n13.0 - (2021-06-16)\n---------------------------\n* Feature: Added GET RestAPI endpoint for Daviz Charts @charts\n  [avoinea refs #126277]\n* Feature: Added GET RestAPI endpoint for Data Table @table\n  [avoinea refs #133973]\n* Feature: Added GET RestAPI endpoint for IDataProvenance @provenances\n  [iulianpetchesi refs #123935]\n\n12.7 - (2020-12-16)\n---------------------------\n* Change: load google charts version 49 in order to avoid warning\n  that it tried to load it and then tried version 1.0\n  [ichim-david refs #125298]\n* Change: avoid data sources header from visualization-info in case\n  there is no providence data entered avoiding a false positive\n  [ichim-david refs #125298]\n\n12.6 - (2020-10-06)\n---------------------------\n* Change: daviz view design tweaks after latest eea redesign\n  [ichim-david refs #121911]\n\n12.5 - (2020-08-24)\n---------------------------\n* Change: daviz view tabs design tweaks\n  [ichim-david refs #119540]\n\n12.4 - (2020-02-28)\n---------------------------\n* Change: use prop instead of attr when setting value on input tags for jquery\n  1.9+ compatibility\n  [ichim-david refs #105112]\n\n12.3 - (2019-10-02)\n--------------------------\n* Change: Added new resource for david view\n  [iulianpetchesi refs #107671]\n\n12.2 - (2019-01-28)\n--------------------------\n* Jenkins: Add sonarqube step\n  [avoinea refs #101552]\n\n12.1 - (2018-09-07)\n--------------------------\n* Cleanup: Remove backward-compatible is_exhibit property\n  [avoinea refs #98283]\n\n12.0 - (2018-07-27)\n--------------------------\n* Bug fix: Don't try to scale if image is already cached in browser,\n  just return 304 with empty string\n  [szabozo0 refs #97222]\n\n11.9 - (2018-06-20)\n--------------------------\n* Change: updated URLs pointing to eea.europa.eu with https://\n  [alecghica refs #95849]\n\n11.8 - (2018-03-14)\n-------------------\n* Change: load customized collective.js.jqueryui on eea context for view pages\n  [ichim-david refs #91577]\n\n11.7 - (2017-12-12)\n-------------------\n* Change: Replace eeacms/zptlint with eeacms/plone-test:4 zptlint\n  [avoinea refs #90415]\n\n11.6 - (2017-11-07)\n-------------------\n* Change: Remove Sphinx generated documentation\n  [petchesi-iulian refs #88212]\n\n11.5 - (2017-08-16)\n-------------------\n* Bug fix: added missing glyphicons-halflings.png to correct path\n  [zoltan_andras refs #84486]\n\n11.4 - (2017-05-22)\n-------------------\n* Change: fixed PyLint warnings and errors\n  [valipod refs #84949]\n\n11.3 - (2017-05-15)\n-------------------\n* Change: fixed PyLint warnings and errors\n  [eduard-fironda refs #84949]\n\n11.2 - (2017-04-24)\n-------------------\n* Change: updated package information\n  [eduard-fironda]\n\n11.1 - (2017-01-17)\n-------------------\n* Bug fix: Move zope.formlib to extra_require\n  [avoinea]\n\n11.0 - (2017-01-17)\n-------------------\n* Bug fix: Add missing dependency to zope.formlib\n  [avoinea]\n\n10.9 - (2016-12-28)\n-------------------\n* Change: Add more info on JSON UnicodeDecodeError\n  [voineali refs #79895]\n\n10.8 - (2016-12-19)\n-------------------\n* Change: Replace misused logger.exception with logger.warn\n  [voineali refs #75388]\n\n10.7 - (2016-10-10)\n-------------------\n* Bug fix: accept % and # in id of columns as some charts need\n  to have these characters\n  [ichim-david refs #75896]\n\n10.6 - (2016-09-26)\n-------------------\n* Bug fix: Fixed profiles version\n  [avoinea]\n\n10.5 - (2016-05-19)\n-------------------\n* Bug fix: Fix pylint warnings\n  [chiridra refs #71940]\n\n10.4 - (2016-05-04)\n-------------------\n* Feature: html body field for daviz and gis application\n  - added new field \"body\"\n  - modified the view template\n  [chiridra refs #70146]\n\n10.3 - (2016-03-14)\n-------------------\n* Bugfix: Fixed order of column labels when labels are numbers\n  [szabozo0 refs #69360]\n\n10.2 - (2016-02-15)\n-------------------\n* Task: Improve DaViz Filter design/display\n  clean up unused CSS rule.\n  [chiridra refs #31309]\n* Bug: DaViz: Color picker missing in GC\n  add en language on google.api to fix daviz color picker\n  [lucas refs #68198]\n\n10.1 - (2016-02-03)\n-------------------\n* Task: Improve DaViz Filter design/display\n  [chiridra refs #31309]\n\n10.0 - (2015-10-05)\n-------------------\n* Change: check if DavizEdit.Events exists before overriding it withing js files\n  in case DavizEdit isn't found and is constructed\n  [ichimdav refs #27220]\n* Bug fix: use evnetlet to prevent hanging out connection\n  [lucas refs #29063]\n\n9.9 - (2015-08-18)\n------------------\n* Bug fix: fixed data format popup which was hidden by the data cells\n  [ichimdav refs #27889]\n* Bug fix: Auto-include zcml within plone context in order to make this package\n  work without having to add it within buildout zcml directive.\n  [avoinea]\n\n9.8 - (2015-07-06)\n------------------\n* Change: daviz-edit.css uses content-box box-sizing property since\n  Google charts styles doesn't cope with border-box. This allows us\n  to use newer versions of Bootstrap which contains box-sizing\n  [ichimdav refs #25986]\n* Bug fix: Always use https protocol for www.google.com/jsapi\n  [szabozo0]\n\n9.7 - (2015-06-03)\n------------------\n* Bug fix: fixed unicode error when guessing columns type\n  [ghicaale refs #26068]\n\n9.6 - (2015-06-02)\n------------------\n* Bug fix: fixed image viewing of preview images when they are referenced by the\n  fullview\n  [ichimdav refs #25835]\n* Change: year and date types now have an lower and upper bounds of 1500-2500.\n  This loosens the previous restriction of 1900-2200 for valid year values\n  [ichimdav refs #25502]\n\n9.5 - (2015-05-15)\n------------------\n* Bugfix: Removed default data provenance for blobs\n  [szabozo0 #25341]\n\n9.4 - (2015-05-05)\n------------------\n* Bug fix: condition chart-tabs for existance.\n  This way we avoid a js error when no charts are added.\n  [ichimdav refs #22901]\n* Cleanup: Removed fallback images from ZODB\n  [voineali refs #24901]\n\n9.3 - (2015-03-17)\n------------------\n* Change: Switched to curl in the jenkins builds install script\n  [olimpiurob refs #22402]\n* Change: Changed fetch url for jenkins builds install script to the install\n  script from the main EEA CPB repository\n  [olimpiurob refs #22402]\n\n9.2 - (2015-02-03)\n------------------\n* Bug fix: Optimize edit form by not calling editform 3 times only to tal condition\n  [avoinea]\n\n9.1 - (2014-12-23)\n------------------\n* Change: Fixed tests for xml download\n  [szabozo0]\n\n9.0 - (2014-11-24)\n------------------\n* Bug fix: Removed hard dependency to Products.EEAContentTypes\n  [voineali thanks to Nuno Zimas]\n\n8.9 - (2014-11-20)\n------------------\n* Feature: added belowcontenttitle.documentbyline viewlet to be visible under \"Edit Visualizations\" tab\n  [ghicaale refs #21457]\n\n8.8 - (2014-08-27)\n------------------\n* Change: Cleanup memcache invalidation code as it's already handled by\n  eea.cache (7.0+)\n  [voineali refs #20678]\n\n8.7 - (2014-06-06)\n------------------\n* Change: Moved tutorials to eea.daviz\n  [szabozo0]\n\n8.6 - (2014-05-15)\n------------------\n* Bug fix: Increase the sample file data to 4096 due to csv sniffer unable to\n  properly guess the csv dialect from a sample data of 2048 characters.\n  [olimpiurob refs #19732]\n\n8.5 - (2014-05-13)\n------------------\n* Bug fix: Added delimiter restrictions to CSV dialect detection. Valid CSV\n  delimiters are: {tab}, {space}, ;, ,, :\n  [olimpiurob refs #19535]\n* Feature: Added test for missing values in json boolean fields and downloading\n  as tsv\n  [olimpiurob refs #19206]\n* Change: Use null for missing values in boolean fields when downloading csv,tsv\n  and json\n  [olimpiurob refs #19206]\n* Feature: Add InternalData utility that recognize and internal URL and bypass\n  security (if needed) in order to get visualization data\n  [voineali refs #19075]\n\n8.4 - (2014-04-29)\n------------------\n* Bug fix: Fix date and year column converters by skipping missing values\n  instead of converting them to current year/date\n  [voineali fixes #19235]\n* Change: WebDav lock object when a visualization is edited (edit visualization)\n  [voineali refs #19172]\n* Change: Added possibility to hide rename option on spreadsheet,\n  Added warning on rename on the Data settings\n  [szabozo0 refs #19149]\n* Feature: Added screencasts tutorial page\n  [szabozo0 refs #18400]\n\n8.3 - (2014-03-10)\n------------------\n* Fixed version in metadata.xml\n  [szabozo0]\n\n8.2 - (2014-02-03)\n------------------\n* Feature: Use FontAwesome icons on Data Settings and Exhibit facets configuration\n  [batradav refs #17861]\n\n8.1 - (2014-01-22)\n------------------\n* Bug fix: Fix big header on \"Edit Visualisations\"\n  [soniaand refs #17970]\n* Feature: adding Sphinx-generated documentation in Page Template format\n  [batradav refs #9502]\n* Bug fix: Updated old URLs pointing Trac\n  [ghicaale refs #18003]\n\n8.0 - (2014-01-14)\n------------------\n* Bugfix: Fixed adding data from URL\n  [szabozo0]\n\n7.9 - (2013-11-20)\n------------------\n* Feature: Allow query in the url after the hash with the chart id\n  [szabozo0 refs #17066]\n\n7.8 - (2013-10-24)\n------------------\n* Bug fix: Fixed modal's close button ui issues\n  [tiberich #16928]\n\n7.7 - (2013-09-19)\n------------------\n* Change: Removed eea.jquery.js from jsregistry as it's no more required in Plone 4.3\n\n7.6 - (2013-09-10)\n------------------\n* Bugfix: Increased max_length for column names; Added migration step\n  [szabozo0 refs #16684]\n\n7.5 - (2013-06-17)\n------------------\n* Feature: Package localization enhanced [lepri]\n* Feature: Changed data provenance to allow multiple data provenances\n  [szabozo0 #9561]\n\n7.4 - (2013-05-20)\n------------------\n* Bug fix: Added CSV UnicodeWriter as by default python csv module doesn't\n  know how to write unicode (see http://docs.python.org/2/library/csv.html)\n  [voineali refs #14360]\n* Feature: Also support content-type='text/html' as some external JSON/TSV\n  external URLs doesn't correctly set response headers\n  [voineali refs #14360]\n* Feature: Removed lovely.memcached dependency\n  [voineali refs #14343]\n\n7.3 - (2013-04-17)\n------------------\n* Bug fix: Redirect to daviz-edit.html only when users add new visualizations\n  [avoinea]\n* Bug fix: Wrap visualization info and download section within daviz-view.html\n  with a div container in order to easily customize theme these sections\n  [avoinea]\n\n7.2 - (2013-03-18)\n------------------\n* Bug fix: Remove collective.js.jqueryui < 1.9 pin as it make this package\n  unusable with Plone 4.3+\n  [avoinea]\n\n7.1 - (2013-03-15)\n------------------\n* Change: Moved eea.exhibit specific code to eea.exhibit package and added API\n  to easily insert HTML code within daviz-view.html head element.\n  See IVisualizationViewHeader\n  [voineali refs #14003]\n* Feature: Support all Simile Exhibit facets\n  [voineali refs #10007]\n\n7.0 - (2013-02-25)\n------------------\n* Feature: added information for contributors\n  [ciobabog refs #13892]\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n  upgrade button available for eea.app.visualization\n* Feature: Possibility to disable daviz views per Content-Type. See\n  Site Setup > Daviz Visualization > Enable / Disable\n  [voineali]\n* Change: Refactoring ZCML slugs for daviz:view and daviz:edit. See\n  eea.app.visualisation.views.data.configure.zcml for examples.\n  [voineali]\n* Change: Refactoring \"Data settings\" as a daviz:view in order to easily\n  disable it if necessary\n  [voineali]\n* Change: Use jQuery tabs for \"Daviz Visualization Settings\"\n  within Plone ControlPanel\n  [voineali]\n* Bug fix: Fix \"embed\" and \"export to png\" buttons CSS\n  [voineali]\n* Bug fix: Improved CSV dialect detection for files with a lot of missing values\n  [voineali fixes #13851]\n* Bug fix: Fixed daviz.json for uploaded files (.tsv, .csv)\n  [voineali]\n* Feature: Upgraded to Simile Exhibit 3.0\n  [voineali refs #13807]\n\n6.5 - (2013-02-04)\n------------------\n* Feature: Handling specific annotations for data values\n  [voineali refs #9558]\n\n6.4 - (2013-01-18)\n------------------\n* Bug fix: Fixed fix_column_labels upgrade step from version 6.2\n  [szabozo0]\n* Bug fix: Fixed table layout\n  [szabozo0]\n\n6.3 - (2013-01-15)\n------------------\n* Feature: Added italian translations\n  [simahawk]\n\n6.2 - (2013-01-10)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n  upgrade button available for eea.app.visualization\n* Change: Moved data annotations to Daviz settings Control Panel\n  [voineali refs #9558]\n* Change: Cleanup old 'sections' code\n  [avoinea]\n* Feature: Added confirm dialog in order to prevent accidentally disable of\n  visualizations\n  [voineali refs #9572]\n* Feature: Support non-ASCII datasets (column headers and body)\n  [voineali refs #9610, #10168]\n* Bug fix: Fixed download.(csv, tsv, html) methods for non-ASCII data\n  [voineali refs #9610, #10168]\n* Change: Move column label settings from facet annotations directly to JSON\n  [voineali refs $9610]\n* Feature: On saving a chart, copy the generic chart image in the visualization\n  [szabozo0 refs #10019]\n* Change: Added a common.js and common.css in order to reuse common components\n  [voineali refs #9610]\n* Bug fix: add namespace declaration for exhibit (makes Chameleon happy) [simahawk]\n\n6.1 - (2012-11-09)\n------------------\n* Feature: Added i18n translations\n  [avoinea]\n* Feature: Display image when javascript is disabled\n  [szabozo0 refs #9562]\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n  upgrade button available for eea.app.visualization\n* Feature: Added utilities to get and convert external URL to\n  data ready for visualization\n  [voineali refs #9576]\n* Feature: Added \"year\" column type in order to format dates columns as years\n  [voineali refs #9583]\n* Change: Use SlickGrid jQuery plug-in to manipulate data table within\n  Edit Visualization > Data settings Tab\n  [avoinea refs #5599, #5625]\n* Bugfix: Fixed KSS issues in daviz controlpanel\n  [szabozo0 refs #5616]\n* Feature: Made plone collection as daviz data source\n  [avoinea refs #5604]\n* Bug fix: Fixed 'Enable View' button CSS\n  [avoinea]\n\n6.0 - (2012-10-08)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n  upgrade button available for eea.app.visualization\n* Feature: Added API for Visualization data source provenance\n  [voineali refs #5490]\n* Change: Merged daviz-view.json and daviz-relateditems.json into one single\n  json file called daviz.json\n  [voineali refs #5449]\n* Bug fix: fixed visualisation tabs layout when many tabs spanning\n  several rows are made.\n  [demarant]\n* Feature: migrate daviz settings from portal_properties to portal_daviz\n  [szabozo0]\n* Bug fix: Fixed columnTypes in table header using :type syntax\n  [voineali refs #5511]\n* Change: Added IVisualizationData and IVisualizationJson adapters API\n  in order to dynamically provide data sources for visualization\n  [voineali refs #5511]\n* Bug fix: Allow changing of column types within\n  Edit Visualization > Data settings if data source is copy & pasted\n  [voineali refs #5511]\n* Feature: Added an easy way to register Google Maps key when using without\n  Plone by adding 'google_key' property on context (parents) or by providing\n  a utility (see eea.app.visualization.zopera.utils.py)\n  [voineali refs #5420, #5421]\n* Feature: Added an easy way to plugin CSS/JS resources by simply providing\n  some utilities (see eea.app.visualization.browser.res.interfaces.py)\n  [voineali refs #5420]\n* Feature: Made this package Plone independent (Zope2 minimal requirements)\n  [voineali refs #5420]\n\n4.7 - (2012-08-27)\n------------------\n* Bug fix: Skip invalid or empty cells on conversion to daviz-json instead\n  of falling back to 0.\n  [voineali refs #5453]\n\n4.6 - (2012-08-10)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n  upgrade button available for eea.app.visualization\n  [voineali refs #5419]\n* Feature: Removed p4a.z2utils dependency\n  [voineali fixes #5419]\n* Feature: Improved UX of daviz regarding errors\n  [szabozo0 #5372]\n* Bugfix: Fixed columns order\n  [szabozo0 #5137]\n\n4.5 - (2012-07-23)\n------------------\n* Bug fix: Fixed 'Data settings' table when there are many columns by adding a\n  bottom scrollbar\n  [voineali refs #5363]\n* Change: Moved 'Data settings' tab to the end as it seems it confuses users\n  about the next steps they have to take in order to create new visualizations\n  [voineali refs #5363]\n* Bug fix: Made table's columns headers editable within 'Data settings' panel in\n  order to be able to edit them without having to add an Exhibit View\n  [voineali refs #5363]\n\n4.4 - (2012-07-13)\n------------------\n* Change: Improved the labelling and display of downloadable data.\n  [demarant]\n* Bug fix: Added list type in 'Data table (preview)' in order to be used with\n  Exhibit framework and also fix detection of columns that explicitly define\n  column type in header using ':' syntax (e.g. topics:list)\n  [voineali refs #5316]\n* Bug fix: Fixed auto-detection of numbers by lowering boolean priority\n  [voineali refs #5316]\n* Bug Fix: Fixed i18n missing tags and i18n:domain in .pt files\n  [prospchr refs #5162]\n\n4.3 - (2012-06-12)\n------------------\n* Bug fix: Fixed 'unicode' object has no attribute 'get' error on download.json\n  [voineali fixes #5223]\n* Bug fix: fixed markup of HISTORY.txt file\n  [ciobabog refs #5231]\n* Feature: Allow the user to confirm and adjust auto-detected column types\n  [voineali refs #5024]\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n  upgrade button available for eea.app.visualization\n* Feature: Added unique URLs for tabs in view mode in order to easily bookmark\n  and share them. Also support browser history (back and forward buttons)\n  [voineali refs #4851]\n\n4.2 - (2012-04-26)\n------------------\n* Feature: Made Visualization data downloadable (HTML, CSV, TSV, JSON,\n  XML, XML with Schema)\n  [voineali #5038]\n* Bug fix: Use non-@@ version of daviz-relateditems.json in order to easily cache\n  and purge it using plone.app.caching\n  [voineali #5074]\n\n4.1 - (2012-04-11)\n------------------\n* Bug fix: Invalidate memcache on ObjectModifiedEvent for all\n  IVisualizationEnabled objects\n  [voineali #5074]\n* Bug fix: Use converter fallback for table cells that doesn't contain valid\n  numbers, dates, etc in order to minimize errors\n  [voineali #4934]\n\n4.0 - (2012-03-30)\n------------------\n* Initial release: Moved eea.daviz core API to this package in order to make\n  the visualization libraries usable as standalone packages outside\n  eea.daviz bundle\n  [voineali #4996]\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Visualization API",
    "version": "13.4",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/eea.app.visualization",
        "Homepage": "https://github.com/collective/eea.app.visualization"
    },
    "split_keywords": [
        "eea",
        "app",
        "visualization",
        "add-ons",
        "plone",
        "zope"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "879552a54fa7029fa18207742aad4185eb2c6a725833c77833c5983a1ad9b518",
                "md5": "86f745f4008070d9adcef683b475573a",
                "sha256": "ed7af1a6937fee1f28663926cae98c3a2e95166a22e5396ac870d1f535edee82"
            },
            "downloads": -1,
            "filename": "eea.app.visualization-13.4.zip",
            "has_sig": false,
            "md5_digest": "86f745f4008070d9adcef683b475573a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 435742,
            "upload_time": "2023-08-18T09:24:57",
            "upload_time_iso_8601": "2023-08-18T09:24:57.526997Z",
            "url": "https://files.pythonhosted.org/packages/87/95/52a54fa7029fa18207742aad4185eb2c6a725833c77833c5983a1ad9b518/eea.app.visualization-13.4.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-18 09:24:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "collective",
    "github_project": "eea.app.visualization",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eea.app.visualization"
}
        
Elapsed time: 0.09992s