quantaroute-geocoding 1.0.4__py3-none-any.whl → 1.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of quantaroute-geocoding might be problematic. Click here for more details.

@@ -5,7 +5,7 @@ A Python library for geocoding addresses to DigiPin codes with both online API
5
5
  and offline processing capabilities.
6
6
  """
7
7
 
8
- __version__ = "1.0.4"
8
+ __version__ = "1.0.5"
9
9
  __author__ = "QuantaRoute"
10
10
  __email__ = "support@quantaroute.com"
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: quantaroute-geocoding
3
- Version: 1.0.4
3
+ Version: 1.0.5
4
4
  Summary: Revolutionary Python SDK for QuantaRoute Geocoding API with Location Lookup and offline DigiPin processing
5
5
  Home-page: https://github.com/quantaroute/quantaroute-geocoding-python
6
6
  Author: QuantaRoute
@@ -70,6 +70,21 @@ A **revolutionary** Python library for geocoding addresses to DigiPin codes with
70
70
  pip install quantaroute-geocoding
71
71
  ```
72
72
 
73
+ ## Upgrade
74
+
75
+ ```bash
76
+ pip install --upgrade quantaroute-geocoding
77
+ or
78
+ pip install quantaroute-geocoding==<version>
79
+ or
80
+ pip install --force-reinstall quantaroute-geocoding==1.0.3
81
+ or
82
+ pip cache purge
83
+ pip install --upgrade quantaroute-geocoding
84
+ or
85
+ pip install --no-cache-dir --upgrade quantaroute-geocoding
86
+ ```
87
+
73
88
  For offline DigiPin processing, also install the official DigiPin library:
74
89
 
75
90
  ```bash
@@ -104,8 +119,8 @@ print(f"Locality: {result['administrative_info']['locality']}")
104
119
 
105
120
  # 📊 Get live statistics (36,000+ boundaries)
106
121
  stats = client.get_location_statistics()
107
- print(f"Total Boundaries: {stats['total_boundaries']:,}")
108
- print(f"Total States: {stats['total_states']}")
122
+ print(f"Total Boundaries: {stats['totalBoundaries']:,}")
123
+ print(f"Total States: {stats['totalStates']}")
109
124
  ```
110
125
 
111
126
  ### 🌟 **Traditional Geocoding API**
@@ -1,13 +1,13 @@
1
- quantaroute_geocoding/__init__.py,sha256=MKBlkAnJYv5BCGMAJ9TfpCAElhGY8Ie6lQCFT2A8qx4,766
1
+ quantaroute_geocoding/__init__.py,sha256=LGDojiv3phlIMief8hdMzSWey14nqJHUSPfjSu2ruWU,766
2
2
  quantaroute_geocoding/cli.py,sha256=2vJRef_4dP-4iCs3BWmNDACxMV628X4q2pos4S5UfIY,16835
3
3
  quantaroute_geocoding/client.py,sha256=47sirSJMek9dGeybm6-62RoLx1SBfYlJuqDqZfgQcF8,14935
4
4
  quantaroute_geocoding/csv_processor.py,sha256=tmbtE1bQzi2TnKgxOGIQ-H6MWirh-cuG4RRErcCdfco,16096
5
5
  quantaroute_geocoding/exceptions.py,sha256=rAkj8K5-AUf31kV8UlmNxQ5IN0m4CIL2qnI6ALas5Ys,1173
6
6
  quantaroute_geocoding/location_lookup.py,sha256=kMUceiQF6sUG_nmyH9UyXDO07xtyNZyPNsinsuv7TYg,11490
7
7
  quantaroute_geocoding/offline.py,sha256=HymAwPNp01oHifQrXZ5Qj8EVn7EwoeqxjczJxbMNuXE,9711
8
- quantaroute_geocoding-1.0.4.dist-info/licenses/LICENSE,sha256=QY7Uoe-MPRTjfyyDM3HOnqtuSqbzyPLATiriEaQ9u90,1068
9
- quantaroute_geocoding-1.0.4.dist-info/METADATA,sha256=ehVSo01AtkdHv00pLMsxZ5qr5zXqLXJKd55UDjS0ypk,15504
10
- quantaroute_geocoding-1.0.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- quantaroute_geocoding-1.0.4.dist-info/entry_points.txt,sha256=cniijgPLz_Pb6Fiti6aOxaJp1BB_bv60ZOL_oitGCx8,71
12
- quantaroute_geocoding-1.0.4.dist-info/top_level.txt,sha256=_cyyFLwSH1wYB1HNs_LcZIDQRo1CnvoEsdnKz-cBCr4,22
13
- quantaroute_geocoding-1.0.4.dist-info/RECORD,,
8
+ quantaroute_geocoding-1.0.5.dist-info/licenses/LICENSE,sha256=QY7Uoe-MPRTjfyyDM3HOnqtuSqbzyPLATiriEaQ9u90,1068
9
+ quantaroute_geocoding-1.0.5.dist-info/METADATA,sha256=5vpqv0lHZ7bLDkN-EjSSagAgOMHeTixTecgZ2an-sSo,15806
10
+ quantaroute_geocoding-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ quantaroute_geocoding-1.0.5.dist-info/entry_points.txt,sha256=cniijgPLz_Pb6Fiti6aOxaJp1BB_bv60ZOL_oitGCx8,71
12
+ quantaroute_geocoding-1.0.5.dist-info/top_level.txt,sha256=_cyyFLwSH1wYB1HNs_LcZIDQRo1CnvoEsdnKz-cBCr4,22
13
+ quantaroute_geocoding-1.0.5.dist-info/RECORD,,