[general]
name=Drag and Drop CSV
qgisMinimumVersion=3.0
description=Allows drag and drop of .csv and .csv.gz files into QGIS with instant editing
version=1.2
author=Andrey Kolomatskiy
email=kolomatsky.andrew@gmail.com
homepage=https://github.com/g2r4i6e8/DragDropCsv
tracker=https://github.com/g2r4i6e8/DragDropCsv/issues
repository=https://github.com/g2r4i6e8/DragDropCsv
category=Vector
icon=icon.png
tags=csv, drag and drop, import, gzip, wkt, geometry, crs, epsg, datatypes
about=This plugin allows users to drag and drop CSV and compressed CSV files (.csv.gz) directly into QGIS. The CSV opens as a temporary editable vector layer.
 It now includes:
 - Smarter data typing: strings stay strings; dates are parsed; numbers are recognized as integers or decimals.
 - Reliable WKT loading: geometry loads correctly even when the layer CRS differs from the project CRS.
 - Native CRS picker: choose CRS via the standard QGIS dialog.

changelog=
  [1.2] Smarter typing; reliable WKT; native CRS picker
   - Smarter data typing: strings, dates, and numbers inferred robustly
   - Reliable WKT loading respecting layer/project CRS differences
   - Native CRS picker using the standard QGIS dialog

[requirements]
python>=3.0
chardet>=3.0.0 