-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add the main files of the package #1
base: master
Are you sure you want to change the base?
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.
Why is the dist folder included in the commit? Isn't it built locally and uploaded to pypi separately?
lava-frappe-sdk/README.md
Outdated
@@ -0,0 +1 @@ | |||
# TODO |
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.
The readme needs to be updated with an overview of the project, as well as the steps necessary to work on it if any.
lava-frappe-sdk/pyproject.toml
Outdated
@@ -0,0 +1,20 @@ | |||
[project] | |||
name = "lava-frappe-sdk" | |||
version = "2.18" |
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.
Why is this the version we're starting with?
class POSException(Exception): | ||
pass |
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.
Why is this in input_model_base?
@@ -0,0 +1,93 @@ | |||
from __future__ import print_function |
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.
This is not needed for Python 3
No description provided.