Metadata-Version: 2.1
Name: expert_intelligence_toolbox
Version: 1.0.17
Summary: Collection of geospatial and transformational functions used by Expert Intelligence Lda.
Project-URL: Homepage, https://github.com/Point-Topic/expert_intelligence_toolbox
Project-URL: Bug Tracker, https://github.com/Point-Topic/expert_intelligence_toolbox/issues
Author-email: Arnold Kuersteiner <arnold.kuersteiner@expert-intelligence.com>, Pham Minh Ky <ky.pham@expert-intelligence.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: configparser==5.3.0
Requires-Dist: geolib==1.0.7
Requires-Dist: geopandas==0.12.2
Requires-Dist: geopy==2.2.0
Requires-Dist: osmpythontools==0.3.5
Requires-Dist: pandas==2.0.2
Requires-Dist: pyarrow==10.0.1
Requires-Dist: shapely==2.0.1
Requires-Dist: snowflake-connector-python==3.0.4
Requires-Dist: snowflake-sqlalchemy==1.4.7
Requires-Dist: sqlalchemy==1.4.48
Description-Content-Type: text/markdown

# Expert Intelligence Toolbox

Expert Intelligence is a broadband research company. Our work involves geographic data across different granularities and classification systems.

This toolbox contains functions to help us do our work.

Mac users may need to install lxml, which will need to be downloaded separately first.

Internal users: Use 'instructions.md' for information on maintaining this package.

```
xcode-select --install
pip install lxml==4.9.2
```