Rogii Solo.Papi.Types¶
attribute client_id |
Client identifier for API authentication. |
attribute client_secret |
Client secret for API authentication. |
attribute papi_domain_name |
Domain name of the PAPI server. |
attribute proxies |
Proxy configuration for API connections. |
attribute md |
Measured depth. |
attribute incl |
Inclination angle. |
attribute azim |
Azimuth angle. |
attribute top |
The top starred horizon. |
attribute center |
The center starred horizon. |
attribute bottom |
The bottom starred horizon. |
attribute top |
The top starred top. |
attribute center |
The center starred top. |
attribute bottom |
The bottom starred top. |
attribute index |
Index value of the log point. |
attribute value |
Measured value at the log point. |
attribute uuid |
UUID of the newly created object. |
Module Contents¶
- class ProxyData¶
Bases:
TypedDictA TypedDict representing proxy configuration data for API connections.
- class SettingsAuth¶
Bases:
NamedTupleA NamedTuple containing authentication and connection settings for the PAPI client.
- class PapiTrajectoryPoint¶
Bases:
TypedDictA TypedDict representing a trajectory point in the PAPI format.
- md: PapiVar¶
Measured depth.
- incl: PapiVar¶
Inclination angle.
- azim: PapiVar¶
Azimuth angle.
- class PapiStarredHorizons¶
Bases:
TypedDictA TypedDict representing the starred horizons in a PAPI object.
- class PapiStarredTops¶
Bases:
TypedDictA TypedDict representing the starred tops in a PAPI object.