Metadata-Version: 2.1
Name: viyapy
Version: 0.2.1
Summary: Utilities for SAS Viya
Home-page: https://github.com/Shai-Alit/viyapy
Author: Sean T Ford
Author-email: psuaerofighter@gmail.com
Project-URL: Bug Tracker, https://github.com/Shai-Alit/viyapy/issues
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

# viyapy
Utilities for SAS Viya

## Updating the package

https://packaging.python.org/en/latest/tutorials/packaging-projects/

update the version in the setup.cfg

open command prompt and navigate to viyapy directory
py -m build

This command should output a lot of text and once completed should generate two files in the dist directory:

dist/
  example-package-YOUR-USERNAME-HERE-0.0.1-py3-none-any.whl
  example-package-YOUR-USERNAME-HERE-0.0.1.tar.gz
  
  
py -m twine upload dist/*

You will be prompted for a username and password. For the username, use __token__. For the password, use the token value, including the pypi- prefix.
