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

tablib.ext namepace #9

Open
kennethreitz opened this issue Feb 23, 2011 · 1 comment
Open

tablib.ext namepace #9

kennethreitz opened this issue Feb 23, 2011 · 1 comment

Comments

@kennethreitz
Copy link

This isn't an issue, but a discussion. If there's a better place to do this, let me know.

I'm hoping to add the tablib.ext (or tablibext) namespace to Tablib soon, where new modules (tablib-modname) can install themselves and extend the functionality of Tablib.

Since you are the only extension at this time, I'd like to get your feedback on a few things.

  1. Would you move your module to the new namespace?

    Here's what I had in mind;

    from tablibext.django import ModelDataset
    from tablibext.django.admin import TablibAdmin
    
  2. Are there any features that you think would be useful?

    I plan on adding a way for extensions to add new available formats to Dataset, as well as new methods. Are there other features/abilities that you would find useful?

I really appreciate the feedback.

@joshourisman
Copy link
Owner

This sounds like a pretty good plan to me. Makes a lot of sense for django-tablib to be an extension of tablib rather than a separate project depending (pretty much entirely) on it.

I can't think of any other new features off the top of my head, but I'll put some thought into it.

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

No branches or pull requests

2 participants