Metadata-Version: 2.1
Name: django-geopostcodes
Version: 0.3.1
Summary: Django modelling for geopostcodes.com
Home-page: https://github.com/alexhayes/django-geopostcodes
Author: Alex Hayes
Author-email: alex@alution.com
License: MIT license
Keywords: django-geopostcodes
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4.0
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst

===================
django-geopostcodes
===================


.. image:: https://img.shields.io/pypi/v/django-geopostcodes.svg
        :target: https://pypi.python.org/pypi/django-geopostcodes

.. image:: https://img.shields.io/travis/alexhayes/django-geopostcodes.svg
        :target: https://travis-ci.com/alexhayes/django-geopostcodes

.. image:: https://readthedocs.org/projects/django-geopostcodes/badge/?version=latest
        :target: https://django-geopostcodes.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

Django modelling for GeoPostcodes_

NOTE: This repository does not include the actual data, you must purchase this from geopostcodes.com and then import it, as per the documentation at django-geopostcodes.readthedocs.org

* Free software: MIT license
* Documentation: https://django-geopostcodes.readthedocs.io.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _GeoPostcodes: https://www.geopostcodes.com/
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.3.1 (2022-10-06)
------------------

* Fix incorrect references to `django_geopostcodes` to `django-geopostcodes`.

0.3.0 (2022-10-06)
------------------

* Dropped support for Python < 3.8
* Dropped support for Django < 4.0

0.2.2 (2022-07-25)
------------------

* First release on PyPI.
