Metadata-Version: 2.4
Name: nrel.routee.powertrain
Version: 2.0.0
Summary: Deprecated: this project is now published as 'routee.powertrain'.
Project-URL: Homepage, https://github.com/NatLabRockies/routee-powertrain
Author: National Laboratory of the Rockies
License: BSD 3-Clause License Copyright (c) 2023, Alliance for Energy Innovation, LLC
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: <3.14,>=3.10
Requires-Dist: routee-powertrain<3,>=2.0
Description-Content-Type: text/markdown

# nrel.routee.powertrain has moved

**This project is now published as [`routee.powertrain`](https://pypi.org/project/routee.powertrain/).**

The National Laboratory of the Rockies rename means the `nrel` namespace has been dropped. This
package is a tombstone: installing it pulls in `routee.powertrain`, and importing it raises an
`ImportError` telling you what to change.

```bash
pip uninstall nrel.routee.powertrain
pip install routee.powertrain
```

```diff
-import nrel.routee.powertrain as pt
+import routee.powertrain as pt
```

Version 2.0 is a breaking release beyond the rename — `Model`, `load_model`, and the on-disk model
format all changed. See the
[migration guide](https://natlabrockies.github.io/routee-powertrain/migrating_from_v1.html).

If you need the old code, `nrel.routee.powertrain==1.4.1` is the final 1.x release.
