File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ makepkg -si
3535## Usage
3636
3737```
38- ip2location-csv-converter [-range | -cidr | -hex] [-replace | -append] INPUT_FILE OUTPUT_FILE
38+ ip2location-csv-converter [-range | -cidr | -hex | -parquet ] [-replace | -append] [database_type ] INPUT_FILE OUTPUT_FILE
3939```
4040
4141#### Parameters
Original file line number Diff line number Diff line change 1010
1111setuptools .setup (
1212 name = "ip2location-python-csv-converter" ,
13- version = "1.3.0 " ,
13+ version = "1.3.1 " ,
1414 description = "Python script to converts IP2Location CSV database into IP range or CIDR format." ,
1515 long_description_content_type = "text/markdown" ,
1616 long_description = long_description ,
2828 'console_scripts' : ['ip2location-csv-converter=ip2location_csv_converter.commandline:main' ],
2929 },
3030 packages = setuptools .find_packages (),
31+ install_requires = [
32+ "pandas>=1.0.0"
33+ ],
3134 classifiers = [
3235 "Development Status :: 5 - Production/Stable" ,
3336 "Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments