Metadata-Version: 2.1
Name: neuronsphere
Version: 1.0.8
Summary: Python bundle for all public NeuronSphere components
Home-page: UNKNOWN
Author: Alex Burgoon
Author-email: alex.burgoon@hmdlabs.io
License: Apache 2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: arrow (==1.2.2)
Requires-Dist: aws-secretsmanager-caching (==1.1.1.5)
Requires-Dist: binaryornot (==0.4.4)
Requires-Dist: boto3 (==1.21.7)
Requires-Dist: botocore (==1.24.9)
Requires-Dist: cachetools (==5.2.0)
Requires-Dist: cement (==3.0.6)
Requires-Dist: certifi (==2021.10.8)
Requires-Dist: cffi (==1.15.0)
Requires-Dist: cfgv (==3.3.1)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: charset-normalizer (==2.0.12)
Requires-Dist: click (==8.0.4)
Requires-Dist: colorlog (==6.6.0)
Requires-Dist: cookiecutter (==2.1.1)
Requires-Dist: deprecated (==1.2.13)
Requires-Dist: distlib (==0.3.4)
Requires-Dist: filelock (==3.6.0)
Requires-Dist: gitdb (==4.0.9)
Requires-Dist: gitpython (==3.1.30)
Requires-Dist: google-auth (==2.9.1)
Requires-Dist: hmd-cli-app (~=1.0.593)
Requires-Dist: hmd-cli-configure (~=1.0.30)
Requires-Dist: hmd-cli-mickey (~=1.0.41)
Requires-Dist: hmd-cli-neuronsphere (~=0.1.78)
Requires-Dist: hmd-cli-repo (~=0.2.84)
Requires-Dist: hmd-cli-tools (~=1.0.221)
Requires-Dist: identify (==2.4.11)
Requires-Dist: idna (==3.3)
Requires-Dist: jinja2 (==3.0.3)
Requires-Dist: jinja2-time (==0.2.0)
Requires-Dist: jmespath (==0.10.0)
Requires-Dist: kubernetes (==24.2.0)
Requires-Dist: markupsafe (==2.1.0)
Requires-Dist: nodeenv (==1.6.0)
Requires-Dist: oauthlib (==3.2.2)
Requires-Dist: platformdirs (==2.5.1)
Requires-Dist: pre-commit (==2.17.0)
Requires-Dist: prompt-toolkit (==1.0.14)
Requires-Dist: pyasn1 (==0.4.8)
Requires-Dist: pyasn1-modules (==0.2.8)
Requires-Dist: pycparser (==2.21)
Requires-Dist: pygithub (==1.57)
Requires-Dist: pygments (==2.14.0)
Requires-Dist: pyinquirer (==1.0.3)
Requires-Dist: pyjwt (==2.6.0)
Requires-Dist: pynacl (==1.5.0)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: python-dotenv (==0.19.2)
Requires-Dist: python-slugify (==6.1.1)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: regex (==2022.10.31)
Requires-Dist: requests (==2.28.2)
Requires-Dist: requests-oauthlib (==1.3.1)
Requires-Dist: rsa (==4.8)
Requires-Dist: s3transfer (==0.5.2)
Requires-Dist: six (==1.16.0)
Requires-Dist: smmap (==5.0.0)
Requires-Dist: text-unidecode (==1.3)
Requires-Dist: toml (==0.10.2)
Requires-Dist: urllib3 (==1.26.8)
Requires-Dist: virtualenv (==20.13.2)
Requires-Dist: wcwidth (==0.2.6)
Requires-Dist: websocket-client (==1.3.3)
Requires-Dist: wrapt (==1.13.3)

# neuronsphere

Python bundle for all public NeuronSphere components.

## Components

The following components are installed via dependencies:

- `hmd-cli-app`: core CLI application
- `hmd-cli-configure`: CLI tool for configuring local NeuronSphere environment
- `hmd-cli-repo`: CLI tool for creating NeuronSphere compliant repositories
- `hmd-cli-neuronsphere`: CLI tool for starting/stopping local NeuronSphere services
- `hmd-cli-tools`: helper library for HMD CLI tools

## Getting started

After install, run the following commands:

```
hmd configure
hmd neuronsphere up
```

Then confirm the following URLs are accessible

- `http://localhost:8081/`: Trino Query UI
- `http://localhost:8888/`: Jupyter Lab UI
- `http://localhost:8088/`: Explorer Dashboard Portal
- `http://localhost:175/`: Airflow UI


