File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ __pycache__/
33* $py.class
44ldlib_mrn /
55note.txt
6- lseg-data.devrel.config.json
6+ src / lseg-data.devrel.config.json
Original file line number Diff line number Diff line change 1+ # |-----------------------------------------------------------------------------
2+ # | This source code is provided under the Apache 2.0 license --
3+ # | and is provided AS IS with no warranty or guarantee of fit for purpose. --
4+ # | See the project's LICENSE.md for details. --
5+ # | Copyright LSEG 2025. All rights reserved. --
6+ # |-----------------------------------------------------------------------------
7+
8+
9+ #!/usr/bin/env python
10+ import os
11+ import lseg .data as ld
12+ from lseg .data import session
13+ import datetime
14+ import json
15+ import base64
16+ import zlib
17+
18+
19+ ld .open_session (config_name = './lseg-data.devrel.config.json' )
20+
21+ ld .close_session ()
Original file line number Diff line number Diff line change 1717 "ldp" : {
1818 "app-key" : " YOUR APP KEY GOES HERE!" ,
1919 "username" : " YOUR LDP LOGIN OR MACHINE GOES HERE!" ,
20- "password" : " YOUR LDP PASSWORD GOES HERE!"
20+ "password" : " YOUR LDP PASSWORD GOES HERE!" ,
21+ "signon_control" :true
2122 }
2223 }
2324 }
You can’t perform that action at this time.
0 commit comments