Metadata-Version: 1.1
Name: clld
Version: 1.6.0
Summary: Python library supporting the development of cross-linguistic databases
Home-page: http://clld.org
Author: Robert Forkel, MPI EVA
Author-email: xrotwang+clld@googlemail.com
License: Apache Software License
Description: clld
        ====
        
        Python library to support publication of cross-linguistic databases 
        maintained by the `Cross Linguistic Linked Data`_ project.
        
        Documentation is available at readthedocs_.
        
        Code is at github_.
        
        .. _Cross Linguistic Linked Data: http://clld.org/
        .. _readthedocs: http://clld.readthedocs.org/
        .. _github: https://github.com/clld/clld
        
        .. image:: https://travis-ci.org/clld/clld.png   :target: https://travis-ci.org/clld/clld
        
        
        
        
        Changes
        -------
        
        1.6.0
        ~~~~~
        
        New feature: see https://github.com/clld/clld/issues/86
        
        Bugfix: see https://github.com/clld/clld/issues/85
        
        
        1.5.1
        ~~~~~
        
        Bugfix release, fixes https://github.com/clld/clld/issues/84
        
        
        1.5.0
        ~~~~~
        
        See https://github.com/clld/clld/milestones/clld%201.5
        
        
        1.4.1
        ~~~~~
        
        See https://github.com/clld/clld/milestones/clld%201.4.1
        
        
        1.4.0
        ~~~~~
        
        Improvements to make client development easier. In particular see
        https://github.com/clld/clld/issues/75
        
        
        1.3.0
        ~~~~~
        
        See https://github.com/clld/clld/milestones/clld%201.3
        
        
        1.2.1
        ~~~~~
        
        See https://github.com/clld/clld/commit/f6c679dc33ff090c735a0fbf624d27f5e4987d13
        
        
        1.2.0
        ~~~~~
        
        Closes https://github.com/clld/clld/issues/69
        and https://github.com/clld/clld/milestones/Release%201.2.0
        
        
        1.1.0
        ~~~~~
        
        Fixing a bug for pacific centered maps of a single language, where the center
        coordinates were not corrected accordingly. This fix turned into a refactoring
        of the GeoJSON generation, reverting back to not using __geo_interface__ since
        this means sprinkling GeoJSN-creating code over multiple modules.
        
        
        1.0.2
        ~~~~~
        
        fixed bug where weird author lists could not be parsed.
        
        
        1.0.1
        ~~~~~
        
        fixed bug where the freeze function would fail on non-ascii dataset metadata.
        
        
        1.0.0
        ~~~~~
        
        Feature-complete release of the clld framework.
        
        Backwards incompatible changes:
        
        - `clld.web.app` can now be included like a regular pyramid package. The `get_configurator`
          function is gone.
        - Pacific centered maps can now be configured using an `appconf.ini` setting. This setting
          is in effect across all GeoJSON objects of an app. The method `GeoJson.get_coordinates`
          which was used to plug pacific centered coordinates into `GeoJson` is gone.
        
        New features:
        
        - Upon installation `clld` does now install several command line scripts, to make functionality
          available which before had to be accessed using per-app scripts.
        
        
Keywords: w,e,b, ,p,y,r,a,m,i,d, ,L,R,L, ,L,i,n,g,u,i,s,t,i,c,s
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
