You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The **NetSuite GraphQL Engine** enables Python developers to interact with the NetSuite SuiteTalk API using GraphQL, simplifying data access and integration into their applications.",
long_description=__doc__,
packages=find_packages(),
zip_safe=False,
include_package_data=True,
platforms="any",
install_requires=[
"SuiteTalk-Connector",
"graphene",
"pynamodb",
"boto3",
"silvaengine_utility",
"silvaengine_dynamodb_base",
"deepdiff",
],
keywords=[
"GraphQL",
"NetSuite",
"SuiteTalk",
"Integration",
"API",
], # arbitrary keywords
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",