Metadata-Version: 2.4
Name: django-cities-xtd
Version: 0.7.1
Summary: Place models and worldwide place data for Django
Author-email: Arthur Hanson <worldnomad@gmail.com>, Ben Dowling <ben.m.dowling@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/arthanson/django-cities-xtd
Keywords: django,cities,countries,regions,postal codes,geonames
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.0
Classifier: Framework :: Django :: 5.1
Classifier: Framework :: Django :: 5.2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django>=5.0
Requires-Dist: django-model-utils>=5.0.0
Requires-Dist: swapper>=1.3.0
Requires-Dist: tqdm>=4.0.0
Provides-Extra: test
Requires-Dist: psycopg[binary]>=3.0; extra == "test"
Requires-Dist: tox>=4.0; extra == "test"
Dynamic: license-file

# django-cities-xtd

## Place models and worldwide place data for Django

[![PyPI version](https://badge.fury.io/py/django-cities-xtd.svg)](https://badge.fury.io/py/django-cities-xtd) [![Build status](https://travis-ci.org/arthanson/django-cities-xtd.svg?branch=master)](https://travis-ci.org/arthanson/django-cities-xtd.svg?branch=master)

----

**Note**: This repository was moved from `django-cities` as currently can't release new packages from the `django-cities` repository. `django-cities-xtd` is a completely drop-in replacement and is just a more modern fork of this repository with Django 6.0 compatibility, performance enhancements and bugfixes.

----

django-cities-xtd provides you with place related models (eg. Country, Region, City) and data (from [GeoNames](http://www.geonames.org/)) that can be used in your django projects.

This package officially supports all currently supported versions of Python/Django:

|      Python   | 3.10                | 3.11                  | 3.12                | 3.13                  | 3.14                  |
| :------------ | ------------------- | --------------------- | ------------------- | --------------------- | --------------------- |
| Django 5.0    | :white_check_mark:  | :white_check_mark:    | :white_check_mark:  | :x:                   | :x:                   |
| Django 5.1    | :white_check_mark:  | :white_check_mark:    | :white_check_mark:  | :white_check_mark:    | :x:                   |
| Django 5.2    | :white_check_mark:  | :white_check_mark:    | :white_check_mark:  | :white_check_mark:    | :white_check_mark:    |
| Django 6.0    | :x:                 | :x:                   | :white_check_mark:  | :white_check_mark:    | :white_check_mark:    |

| Key                   |                                                                     |
| :-------------------: | :------------------------------------------------------------------ |
| :white_check_mark:    | Officially supported, tested, and passing                           |
| :large_blue_circle:   | Tested and passing, but not officially supported                    |
| :x:                   | Known incompatibilities                                             |

See some of the data in action at [city.io](http://city.io) and [country.io](http://country.io).

----

## Documentation

For detailed documentation, please visit: https://arthanson.github.io/django-cities-xtd/

- [Requirements](https://arthanson.github.io/django-cities-xtd/requirements)
- [Installation](https://arthanson.github.io/django-cities-xtd/installation)
- [Configuration](https://arthanson.github.io/django-cities-xtd/configuration)
- [Writing Plugins](https://arthanson.github.io/django-cities-xtd/writing-plugins)
- [Development](https://arthanson.github.io/django-cities-xtd/development)
- [Examples](https://arthanson.github.io/django-cities-xtd/examples)
- [Third Party Apps/Extensions](https://arthanson.github.io/django-cities-xtd/third-party-apps)
- [TODO](https://arthanson.github.io/django-cities-xtd/todo)
- [Notes](https://arthanson.github.io/django-cities-xtd/notes)
- [Running Tests](https://arthanson.github.io/django-cities-xtd/running-tests)
- [Release Notes](https://arthanson.github.io/django-cities-xtd/release-notes)
