Metadata-Version: 2.1
Name: django-handytools
Version: 0.2.8
Summary: A Handy Tools For Your Django Project, provided tools: models, utils, context processors, templates, template tags
Home-page: https://github.com/katoozi/django-handytools/
Author: Mohammad Katoozi
Author-email: k2527806@gmail.com
License: MIT
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.6
Requires-Dist: Django (<2.2,>=1.11)
Requires-Dist: django-ckeditor (>=5.4.0)
Requires-Dist: django-filer (>=1.3.2)
Requires-Dist: django-mathfilters (>=0.4.0)
Requires-Dist: phonenumbers (>=8.10.10)
Requires-Dist: django-easy-select2 (>=1.5.2)
Requires-Dist: django-phonenumber-field (>=2.3.1)

# Handy Tools

## don't waste your time in common problems

[![Travis Build Status](https://travis-ci.com/katoozi/django-handytools.svg?token=zy2qCzh3h5SeBZfK4QFa&branch=master)](https://travis-ci.com/katoozi/django-handytools)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![python](https://img.shields.io/pypi/pyversions/django-handytools.svg)](https://www.djangoproject.com/)
[![django-handytools](https://img.shields.io/pypi/djversions/django-handytools.svg?color=blue&label=django)](https://www.djangoproject.com/)

## Handy Tools For Your Django Project

### provided tools: models, utils, context processors, templates, template tags

## Overview

* Apps: TextPhrases, TextImagePhrase
* Context Processors: text_phrase_simple_cp, text_phrase_language_cp
* Template Tags: google_analytic, single_text_phrase, multi_text_phrase
* Templates: google analytic template
* Supported Languages: en, fr, fa, ja, de, ch, zh-CN, zh-TW

## install

`pip install django-handytools`
> consider --user option


