Skip to content

Commit b04c26c

Browse files
Added support for AS domain, AS usage type and AS CIDR
1 parent 9fd9f82 commit b04c26c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ip2location_csv_converter/ip2location_csv_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def csv_to_parquet(input_file, output_file, db_type):
276276
"latitude", "longitude", "zip_code", "time_zone", "isp", "domain", "net_speed",
277277
"idd_code", "area_code", "weather_station_code", "weather_station_name",
278278
"mcc", "mnc", "mobile_brand", "elevation", "usage_type", "address_type",
279-
"category", "district", "asn", "as_name"
279+
"category", "district", "asn", "as_name", "as_domain", "as_usagetype", "as_cidr"
280280
],
281281
'PX1': ['ip_from', 'ip_to', 'country_code', 'country_name'],
282282
'PX2': ['ip_from', 'ip_to', 'proxy_type', 'country_code', 'country_name'],

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="ip2location-python-csv-converter",
13-
version="1.3.3",
13+
version="1.4.0",
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,

0 commit comments

Comments
 (0)