Metadata-Version: 2.1
Name: onegov.people
Version: 0.6.4
Summary: People for OneGov.
Home-page: http://github.com/OneGov/onegov.people
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Description: 
        
        Run the Tests
        -------------
            
        Install tox and run it::
        
            pip install tox
            tox
        
        Limit the tests to a specific python version::
        
            tox -e py27
        
        Conventions
        -----------
        
        Onegov People follows PEP8 as close as possible. To test for it run::
        
            tox -e pep8
        
        Onegov People uses `Semantic Versioning <http://semver.org/>`_
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/OneGov/onegov.people.png
          :target: https://travis-ci.org/OneGov/onegov.people
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/OneGov/onegov.people/badge.png?branch=master
          :target: https://coveralls.io/r/OneGov/onegov.people?branch=master
          :alt: Project Coverage
        
        Latests PyPI Release
        --------------------
        .. image:: https://img.shields.io/pypi/v/onegov.people.svg
          :target: https://crate.io/packages/onegov.people
          :alt: Latest PyPI Release
        
        License
        -------
        onegov.people is released under GPLv2
        
        Changelog
        ---------
        
        0.6.4 (2018-11-13)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds the spoken name to the elasticsearch suggestions.
          [msom]
        
        0.6.3 (2018-11-12)
        ~~~~~~~~~~~~~~~~~~~
        
        - Fixes Pep8 issue.
          [msom]
        
        0.6.2 (2018-11-12)
        ~~~~~~~~~~~~~~~~~~~
        
        - Simplifies adding a person to an agency.
          [msom]
        
        0.6.1 (2018-11-09)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes the saluation from the spoken title and vCard.
          [msom]
        
        0.6.0 (2018-11-09)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds additional columns to people.
          [msom]
        
        0.5.0 (2018-11-08)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds vCards to people.
          [msom]
        
        0.4.0 (2018-10-29)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds agencies and memberships.
          [msom]
        
        - Enables polymorphic subclasses of people.
          [msom]
        
        - Adds content and meta columns to people.
          [msom]
        
        - Requires Python 3.6.
          [href]
        
        - Refactors the package.
          [msom]
        
        0.3.0 (2017-09-26)
        ~~~~~~~~~~~~~~~~~~~
        
        - Switches to onegov.search's automatic language detection.
          [href]
        
        0.2.0 (2017-06-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - Changes Elasticsearch 2.x mappings from string to text/keyword.
          [href]
        
        0.1.2 (2015-12-31)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds an extra notes field for people.
          [href]
        
        0.1.1 (2015-10-22)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes the salutation from the title and puts the last name first.
          [href]
        
        0.1.0 (2015-10-12)
        ~~~~~~~~~~~~~~~~~~~
        
        - Removes Python 2.x support.
          [href]
        
        0.0.6 (2015-09-25)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds onegov.search integration.
          [href]
        
        0.0.5 (2015-09-10)
        ~~~~~~~~~~~~~~~~~~~
        
        - No longer raise an error if the provided id is not a uuid.
          [href]
        
        0.0.4 (2015-09-03)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds a function field to the person.
          [href]
        
        0.0.3 (2015-08-24)
        ~~~~~~~~~~~~~~~~~~~
        
        - Adds compatibility with onegov.core 0.4.25
          [href]
        
        0.0.2 (2015-08-18)
        ~~~~~~~~~~~~~~~~~~~
        
        - Renames 'academic_title' to the more general 'salutation'. This requires
          a onegov-core upgrade run to migrate existing databases.
          [href]
        
        - Removes Gravatar support.
          [href]
        
        0.0.1 (2015-07-03)
        ~~~~~~~~~~~~~~~~~~~
        
        - Initial Release
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.6
Provides-Extra: test
