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

Fixes and added a pyproject.toml file #5

Merged
merged 9 commits into from
Feb 1, 2024
Merged

Fixes and added a pyproject.toml file #5

merged 9 commits into from
Feb 1, 2024

Conversation

popenta
Copy link
Collaborator

@popenta popenta commented Jan 29, 2024

Mainly import fixes and added a pyproject.toml file.

@popenta popenta self-assigned this Jan 29, 2024
allow-direct-references = true

[project]
name = "multiversx-sdk"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Question for reviewers: Perhaps it should be called simply multiversx?

Copy link
Contributor

Choose a reason for hiding this comment

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

All right to contain the suffix SDK, I think. I'd vote to have the suffix.

Copy link
Contributor

Choose a reason for hiding this comment

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

+1 with Andrei. sdk suffix should be fine

andreibancioiu
andreibancioiu previously approved these changes Jan 29, 2024
README.md Outdated
@@ -1,6 +1,6 @@
# mx-sdk-py

The Python SDK for interacting with MultiversX.
The Python SDK for interacting with MultiversX. It's an all in one sdk that can be used to create wallets, sign and broadcast transactions and many more.
Copy link
Contributor

Choose a reason for hiding this comment

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

Also - ... create transactions (including smart contract calls, deployments). Perhaps create wallets should be the last (not the main use case)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Rephrased it a little.

allow-direct-references = true

[project]
name = "multiversx-sdk"
Copy link
Contributor

Choose a reason for hiding this comment

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

All right to contain the suffix SDK, I think. I'd vote to have the suffix.

license = "MIT"
description = "The MultiversX Python SDK."
readme = "README.md"
requires-python = ">=3.8"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be all right 👍

andreibancioiu
andreibancioiu previously approved these changes Jan 30, 2024
@popenta popenta merged commit 31b1051 into main Feb 1, 2024
3 checks passed
@popenta popenta deleted the fix-imports branch February 1, 2024 14:06
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.

4 participants