mtzgroup / chemcloud-client

Python client for TeraChem Cloud
MIT License
11 stars 3 forks source link

Auth Typo in Docs #54

Closed corinwagen closed 11 months ago

corinwagen commented 11 months ago

CCClient optionally takes chemcloud_username and chemcloud_password kwargs here, which are labeled as CHEMCLOUD_username and CHEMCLOUD_password in the docs.

Easy fix...

coltonbh commented 11 months ago

It will work with either capital or lowercase :) It's common to declare shell environment variables in ALL_CAPS, but inside the program I prefer snake_case as Python standard format.

Keen attention to detail though!

coltonbh commented 11 months ago

EDIT: I see the CHEMCLOUD_username you are referring to now...