tiled.client.from_profile
- tiled.client.from_profile(name, structure_clients=None, **kwargs)[source]
Build a Node based a ‘profile’ (a named configuration).
List available profiles and the source filepaths from Python like:
>>> from tiled.profiles import list_profiles >>> list_profiles()
or from a CLI like:
$ tiled profile list
Or show the file contents like:
>>> from tiled.profiles import load_profiles >>> load_profiles()
or from a CLI like:
$ tiled profile show PROFILE_NAME
Any additional parameters override profile content. See from_uri for details.