# Mandatory items:

[general]
name=FieldPyculator
qgisMinimumVersion=2.0
description=Use python power for calculate fields of vector layers 
version=0.3.0


# Optional items:
changelog: 0.3.0:
        * Migrate to QGIS 2.x API
        * Add QScintilla code editor
        * Add functions for save\load code to file
    0.2.5:
        * Font size in editors can be changed with ctrl+scroll
        * Fix crash QGIS if layer was deleted from project
        * Fix form logic? when active layer changed
        * Tab size as 4 whitespace now
        * Now for string always 'u' add
        * For Date fields add ''
    0.2.4:
        * French translation added
    0.2.3:
        * Russian translation added
        * Small bugs fixed

tags=vector, calculator, python

homepage=https://github.com/yellow-sky/FieldPyculator/wiki
tracker=https://github.com/yellow-sky/FieldPyculator/issues
repository=https://github.com/yellow-sky/FieldPyculator
icon=icon.png
experimental=False
deprecated=False

# Author contact information
author=Nikulin Evgeniy
email=nikulin.e at gmail
