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

Scrapy Cluster Utils Packaging #13

Closed
madisonb opened this issue Sep 14, 2015 · 4 comments
Closed

Scrapy Cluster Utils Packaging #13

madisonb opened this issue Sep 14, 2015 · 4 comments

Comments

@madisonb
Copy link
Collaborator

It would be nice if we could bundle the utils folder into its own package so that we no longer need symlinks or to duplicate code when scrapy cluster is deployed across multiple machines.

This issue should also cover the documentation of said sc-utils package and getting it on pypi.

@jasonrhaas
Copy link
Contributor

Starting work on this. The plan is to package up all the utils under the sc-utils name and change the code to import each module as needed. For example, from sc-utils import log_factory.

@madisonb madisonb added the utils label Oct 28, 2015
@jasonrhaas
Copy link
Contributor

The packaging is complete with pull request #21. Would like to host scutils on PyPi so that it doesn't have to be built manually. Can do the PyPi packaging as part of this issue or open a new one.

@madisonb
Copy link
Collaborator Author

Green light to put it up, just reference that the documentation for 0.0.1 is not quite ready yet and will be released with SC 1.1.

Do it as apart of this issue, and update the Readme, reqs.txt, etc for better installation instructions.

@jasonrhaas
Copy link
Contributor

This is up on PyPi now. pip install scutils will install the module.

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

2 participants