Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Driver plugin method -- use entry_points #82

Closed
ceholden opened this issue Aug 27, 2016 · 1 comment
Closed

Driver plugin method -- use entry_points #82

ceholden opened this issue Aug 27, 2016 · 1 comment

Comments

@ceholden
Copy link
Owner

Abandon finding time series drivers through AbstractTimeSeries subclassing in favor of setuptools's entry_points.

  • should save some load time and is more straightforward for drivers distributed with TSTools.
  • avoids class inheritance gore
  • setuptools entry_points allows for driver plugins to register under 'TSTools.drivers' so 3rd party ones may be added by installing a Python package
@ceholden
Copy link
Owner Author

Closed by 7ec87bd

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant