Metadata-Version: 2.3
Name: EstateEdgePy
Version: 0.6.0
Summary: Demo description here.
License: MIT
Keywords: EstateEdgePy,DataDock-AI,python,Real Estate
Author: DataDock-AI
Author-email: api@datadock.ai
Maintainer: Peter Mbachu
Maintainer-email: peter.mbachu@datadock.ai
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp (>=3.11.12,<4.0.0)
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: fastcore (>=1.7.17,<2.0.0)
Requires-Dist: humanize (>=4.11.0,<5.0.0)
Requires-Dist: ipykernel (>=6.29.5,<7.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pyarrow (>=19.0.1,<20.0.0)
Requires-Dist: rich (>=13.8.1,<14.0.0)
Requires-Dist: tenacity (>=9.1.2,<10.0.0)
Project-URL: Bug Tracker, https://github.com/DataDock-AI/EstateEdgePy/issues
Description-Content-Type: text/markdown

# EstateEdgePy Library  

-----

![Python Versions](https://img.shields.io/badge/python-3.12|3.13|3.14-blue) 
![Latest Release](https://img.shields.io/badge/Release-v0.1.0-blue.svg)


## Introduction

`EstateEdgePy` is a powerful and user-friendly Python package designed to enhance data analysis.

## Features


## Get Started on Windows/MacOS/Linux Terminal

-------

You can use `Poetry` or any dependency manager or use the general `pip install` command to install `datadock`.

### Using pip command to install `EstateEdgePy`

```commandline
pip install EstateEdgePy
```

### Using Poetry to install `EstateEdgePy`


1. Open your terminal and install poetry _[if you do not have poetry]_ using `pip`.
    
    ```commandline
   pip install poetry
   ```
   or Install poetry using `pipx`.
    
    ```commandline 
   pipx install poetry
    ```
   or Install using `curl`

   ```commandline
   curl -sSL https://install.python-poetry.org | python3 -
   ```

2. Create a project using poetry command. This will create a `pyproject.TOML` in your project.
Follow the instructions to finish creating your project

    ```commandline
    poetry new project_name
    ```

3. Change directory to your project

   ```commandline
   cd project_name
   ```

4. Run the poetry command to add `EstateEdgePy`: 

    ```commandline
   poetry add EstateEdgePy
   ```


## Use EstateEdgePy with Jupyter

----------

1. Open notebook in your project and install `datadock` using `pip` command.
    
    ```bash
   !pip install EstateEdgePy
   ```

----------------------------------


## How to use the latest version of `EstateEdgePy` in your terminal.

   ```commandline
   pip install --upgrade EstateEdgePy
   ```

or

   ```commandline
   pip install EstateEdgePy==<latest version number here>   
   ```

----------

## Do you have any issue or want to contribute to `EstateEdgePy` library?

If you have any issue or contribution, please write an issue with this link: https://github.com/DataDock-AI/issues

