Metadata-Version: 2.0
Name: onegov.people
Version: 0.3.0
Summary: People for OneGov.
Home-page: http://github.com/OneGov/onegov.people
Author: Seantis GmbH
Author-email: info@seantis.ch
License: GPLv2
Platform: any
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Dist: onegov.core (>=0.4.0)
Requires-Dist: onegov.search (>=1.1.0)
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: onegov-testing; extra == 'test'
Requires-Dist: pytest; extra == 'test'



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://pypip.in/v/onegov.people/badge.png
  :target: https://crate.io/packages/onegov.people
  :alt: Latest PyPI Release

License
-------
onegov.people is released under GPLv2

Changelog
---------

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


