Metadata-Version: 2.1
Name: grandiorite
Version: 1.0.5
Summary: Hello World in python.
Home-page: https://github.com/tiegz/grandiorite/python
Author: Tieg Zaharia
Author-email: tieg.zaharia@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

### Setup

`pip install -r requirements.txt`

### Run

`python main.py`

### Building and Uploading

#### Install tools: pyenv for .python-version, and twine

``` python
python -m pip install --upgrade pip
pip install twin
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
[username: __token__, password: <API TOKEN FROM PYPI.ORG ACCOUNT SETTINGS>]
```



