-
Notifications
You must be signed in to change notification settings - Fork 50
init #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
init #2
Conversation
improvement
setup instruction
Docs/improve
py install step and more py setup
py packaging and coverage
coverage test
|
LGTM |
python-deriv-api/doc_improve
| @@ -0,0 +1,21 @@ | |||
| MIT License | |||
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.
We can ask other again to confirm this license .
Makefile
Outdated
| build: | ||
| pip3 install build && python3 -m build | ||
| coverage: | ||
| pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m No newline at end of file |
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.
| pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m | |
| pipenv run coverage run --source deriv_api -m pytest && pipenv run coverage report -m | |
Pipfile
Outdated
| url = "https://pypi.org/simple" | ||
| verify_ssl = true | ||
| name = "pypi" |
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.
I think this section should be updated.
| url = "https://pypi.org/simple" | |
| verify_ssl = true | |
| name = "pypi" | |
| url = "https://github.com/binary-com/python-deriv-api" | |
| verify_ssl = true | |
| name = "python-driv-api" |
| coverage = "===4.5.4" | ||
|
|
||
| [requires] | ||
| python_version = "3.9.6" |
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.
Can we add a comment to explain why we need 3.9.6 ?
like there is a bug in 'websockets' package when python is 3.9.7. Hope it will be fixed in 3.9.8
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.
Added a note in README
| Use this all-in-one python library to set up and make your app running or you can extend it. | ||
|
|
||
| ### Requirement | ||
| Python (3.9.6 or higher is recommended) and pip3 |
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.
Please exclude 3.9.7 here.
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.
Added a note
| @@ -0,0 +1,14 @@ | |||
| """ | |||
| .. include:: ../README.md | |||
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.
wow, can here doc include md file ?
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.
yes
company name and gitignore update
No description provided.