Metadata-Version: 2.1
Name: django-countrycodes
Version: 0.1
Summary: A Django app to manage country names and codes.
Home-page: https://github.com/yourusername/django-countrycodes
Author: Anchan choudhary
Author-email: mindriffdev18@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

# django-countrycodes

A Django app to manage country names and codes.

## Installation

```bash
pip install django-countrycodes
