-
Notifications
You must be signed in to change notification settings - Fork 1
Set up the repository and move stuff from apify-sdk and apify-client here #2
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Just some small notes.
And you should also copy the unit tests from https://github.com/apify/apify-sdk-python/blob/master/tests/unit/test_utils.py and https://github.com/apify/apify-sdk-python/blob/master/tests/unit/test_consts.py to here.
Thanks, @fnesveda. I fixed the minor issues you mentioned, added unit tests, and also a few lines into README. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, last few tiny things I noticed, and then I think it's good to go.
Thanks, @fnesveda, it should be fixed now. |
I separated the PR into 3 commits. At first, I just copied the
apify-client-python
repository, and in the next commits, I did the changes to be able to see the changes I made.Basically regarding the project setup I just removed the docs & test stuff.
The content of
src/
was discussed on Slack with @fnesveda .Closes #1.