Metadata-Version: 2.1
Name: globy_core
Version: 0.0.4
Summary: Globy Core
Author-email: Björn L <bjorn@globy.ai>
Project-URL: Homepage, https://github.com/globyai
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: beautifulsoup4
Requires-Dist: colorlog
Requires-Dist: pandas

# Globy Core

### Building the package
```bash
python3 -m build .
```

### Publishing the package
```bash
python3 -m twine upload dist/*
```

### Updating the Globy core package in your python environment
```bash
pip install --upgrade globy-core
```
