Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document extension entry points #417

Closed
Stiivi opened this issue Mar 17, 2017 · 5 comments
Closed

Document extension entry points #417

Stiivi opened this issue Mar 17, 2017 · 5 comments

Comments

@Stiivi
Copy link
Member

Stiivi commented Mar 17, 2017

Document how to add entry_points into setup.py to advertise Cubes backends.

The setup.py of extension module should contain something like this:

entry_points = {
    'stores': ['mystore = mystore.store:MyStore'],
    'browsers': ['mybrowser = mystore.browser:MyBrowser'],
}

Example problem: #350

References:

@Stiivi
Copy link
Member Author

Stiivi commented Mar 25, 2017

Example of server entry_points configuration for the Flask slicer server.

@Stiivi
Copy link
Member Author

Stiivi commented Mar 29, 2017

Use description of PR #427 as a starting point for documentation.

@Stiivi
Copy link
Member Author

Stiivi commented Mar 31, 2017

See #394 and #430.

@Stiivi
Copy link
Member Author

Stiivi commented Apr 4, 2017

Closing this one, as the extension points mentioned in the original issue are obsolete.

@Stiivi Stiivi closed this as completed Apr 4, 2017
@Stiivi
Copy link
Member Author

Stiivi commented Apr 4, 2017

Replaced by #434

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

No branches or pull requests

1 participant