Metadata-Version: 2.1
Name: fcxai-alexandria
Version: 0.2.1
Summary: Everything for building and remodeling (your application) in one place
Author: FCxLabs-AI
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: boto3 (>=1.21.16,<2.0.0)
Requires-Dist: google-analytics-data (>=0.11.2,<0.12.0)
Requires-Dist: google-api-python-client (>=2.47.0,<3.0.0)
Requires-Dist: joblib (>=1.1.0,<2.0.0)
Requires-Dist: oauth2client (==4.1.3)
Requires-Dist: pandas (>=1.4.1,<2.0.0)
Description-Content-Type: text/markdown

# AlexandrIA Libs

Everything for building and remodeling (your application) in one place

Published to PyPI at:
https://pypi.org/project/fcxai-alexandria/

## Installation

### Production env

```bash
pip install git+https://git-codecommit.us-east-1.amazonaws.com/v1/repos/fcxlabs-alexandria
```

### Development

```bash
pip install .
```

## Usage

Just packages in `alexandria` folder are installed, not alexandria itself.

```python
import galib as ga
import s3lib as s3
```

