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 and tabulate #257

Closed
wants to merge 1 commit into from

Conversation

cpennington
Copy link

Build commandline and csv files using the tablib and tabulate libraries, to offload the logic (and make manipulating the data easier).

@cpennington
Copy link
Author

This depends on #258.

@cpennington cpennington force-pushed the tablib-and-tabulate branch 2 times, most recently from 28c29ad to a4de8fa Compare March 30, 2015 14:48
@fatso83
Copy link

fatso83 commented Jan 25, 2016

This PR does not seem to have any blockers as it is. Is the project abandoned or in need of new maintainers? Nothing has been committed in four months.

@cgoldberg
Copy link
Member

@fatso83 see #355

@cpennington
Copy link
Author

@cgoldberg: I just rebased this, it should be merge-able now.

@mbeacom
Copy link
Member

mbeacom commented Sep 8, 2017

@cpennington Would you consider rebasing this to move forward with review?

@@ -40,7 +40,7 @@
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
zip_safe=False,
install_requires=["gevent==1.1.1", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2", "six>=1.10.0", "pyzmq==15.2.0"],
install_requires=["gevent==1.1.1", "flask>=0.10.1", "requests>=2.9.1", "msgpack-python>=0.4.2", "six>=1.10.0", "pyzmq==15.2.0", "tablib", "tabulate"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should explicitly pin so that if something changes in those it doesn't break usage here

@cyberw
Copy link
Collaborator

cyberw commented Oct 19, 2019

Hi @cpennington ! This has been idle for a long time and now has conflicts, so I am closing it. Feel free to reopen if this is still important to you!

@cyberw cyberw closed this Oct 19, 2019
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

Successfully merging this pull request may close these issues.

6 participants