Registry / aws / hopsworks-apigen

hopsworks-apigen

JSON →
library1.0.5pypypi✓ verified 82d ago

An auto-generated API client for Hopsworks Feature Store, providing low-level access to the Hopsworks REST API. Version 1.0.5 is current; release cadence is irregular.

pip install hopsworks-apigen
INSTALL
IMPORT
SIG · HOPSWORKS-APIGEN
H
hopsworks-apigen
awspythonv1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HopsworksApigenError
from hopsworks_apigen import HopsworksApigenError
from hopsworks_apigen import ApiClient
public
from hopsworks_apigen import public
deprecated
from hopsworks_apigen import deprecated

Initialize client and authenticate

from hopsworks_apigen import ApiClient, Configuration from hopsworks_apigen.api import AuthApi config = Configuration(host="https://api.hopsworks.ai") client = ApiClient(config) auth_api = AuthApi(client) # Use auth_api.login(...) etc.
Debug
Known issues
gotchaThe package name has a hyphen (hopsworks-apigen) but import uses underscore (hopsworks_apigen).
fix
Use import hopsworks_apigen, not import hopsworks-apigen
affects: all
deprecatedVersion 1.0.5 may be the last in the 1.x line; check for migration guides to 2.x if available.
fix
Review changelog for any 2.x releases
affects: 1.x
breakingAPI endpoints and models may change without notice; generated code can be incompatible across minor versions.
fix
Pin to exact version in requirements.txt
affects: all
Upgrade
Version history
1.0.5latest on PyPI · released Mar 20, 2026
Audit
Dependencies
hopsworksoptionalHigh-level API wrapper; hopsworks-apigen is lower-level and usually used alongside
Agent activity
14 hits · last 30 days
node
14
Resources
hopsworks-apigen — pip install hopsworks-apigen · libregistry