numeraire_dataset.zones.wrds.connect#

numeraire_dataset.zones.wrds.connect(*, username: str | None = None, password: str | None = None, **kwargs: Any) _wrds.Connection[source]#

Open a WRDS connection using credentials from the environment (or explicit arguments).

Reads WRDS_USERNAME (or WRDS_USER) and WRDS_PASSWORD. Credentials are passed straight to the connector for this process only — nothing is written to disk and no .pgpass is created. Extra kwargs pass through to wrds.Connection.