No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated by the OpenAPI Generator project:
- API version: 0.1.0
- Package version: 0.3.4
- Generator version: 7.10.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Python 3.8+
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import electrificationutils
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import electrificationutils
Execute pytest
to run the tests.
Please follow the installation procedure and then run the following:
import electrificationutils
from electrificationutils.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = electrificationutils.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with electrificationutils.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = electrificationutils.GGRFHVACUpdateApi(api_client)
electric_efficiency = electrificationutils.HvacEfficiencyElectricDetailed() # HvacEfficiencyElectricDetailed |
try:
# Ggrf Hvac Upgrade Btu Per Watt Hour
api_response = api_instance.ggrf_hvac_upgrade_btu_per_watt_hour(electric_efficiency)
print("The response of GGRFHVACUpdateApi->ggrf_hvac_upgrade_btu_per_watt_hour:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling GGRFHVACUpdateApi->ggrf_hvac_upgrade_btu_per_watt_hour: %s\n" % e)
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
GGRFHVACUpdateApi | ggrf_hvac_upgrade_btu_per_watt_hour | GET /api/v1/ggrf/hvac_upgrade/btu_per_watt_hour/ | Ggrf Hvac Upgrade Btu Per Watt Hour |
GGRFHVACUpdateApi | ggrf_hvac_upgrade_electric_to_electric | GET /api/v1/ggrf/hvac_upgrade/electric_to_electric/ | Ggrf Hvac Upgrade Electric To Electric |
GGRFHVACUpdateApi | ggrf_hvac_upgrade_fossil_to_electric | GET /api/v1/ggrf/hvac_upgrade/fossil_to_electric/ | Ggrf Hvac Upgrade Fossil To Electric |
HealthImpactsApi | query_health_impacts | GET /api/v1/health_impacts/ | Query Health Impacts |
RangeUpgradeApi | range_upgrade | GET /api/v1/range_upgrade/ | Range Upgrade |
- EnergyQuantity
- EnergyTradeoff
- GroupBy
- HTTPValidationError
- HvacEfficiencyElectricDetailed
- HvacEfficiencyFossilFuels
- HvacUpdateResults
- Metrics
- RangeFuelType
- UpgradeOption
- ValidationError
- ValidationErrorLocInner
Endpoints do not require authorization.