Metadata-Version: 2.1
Name: fcxai-alexandria
Version: 0.2.2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: google-analytics-data
Requires-Dist: google-api-python-client
Requires-Dist: joblib
Requires-Dist: oauth2client
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: ipython ; extra == 'dev'
Requires-Dist: pre-commit ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

# AlexandrIA Libs

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

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

## Installation

```bash
# production
pip install fcxai-alexandria

# development
poetry install
```

## Usage

```python
import alexandria as alx
# alx.awslib
# alx.galib
# alx.s3lib
```

## Publish

```bash
poetry publish --build -u PYPI-USERNAME -p PYPI-PASSWORD
```
