# Huawei AppGallery Connect Python Server SDK
## Overview
AppGallery Connect is dedicated to providing one-stop services for app creation, development,
distribution, operations, and engagement, and building a smart app ecosystem for all scenarios.
By opening up a wide range of services and capabilities, which are built upon Huawei's profound
experience in globalization, quality, security, and project management, AppGallery Connect substantially
simplifies app development and O&M, improves app version quality, and helps apps attract a wider
scope of users and generate higher revenue.You can access the services listed below.
This module contains Server SDKs for following AGC Services:
1.Auth Service
2.Cloud Function
3.Cloud DB
For more information, visit
the [AppGallery Connect Introduction](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-introduction-0000001057492641)
## Auth Service Overview
Auth Service provides an SDK and backend services, supports multiple authentication modes,
and provides a powerful management console, enabling you to easily develop and manage user authentication,helps
you quickly build a secure and reliable user authentication system for your app by directly integrating
cloud-based Auth Service capabilities into your app.
## Documentation
- [Auth Service Introduction](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-auth-introduction-0000001053732605)
## Cloud Function Overview
Cloud Functions enables serverless computing. It provides the Function as a Service (FaaS) capabilities to
simplify app development and O&M by splitting service logic into functions and offers the Cloud Functions SDK that
works with Cloud DB and Cloud Storage so that your app functions can be implemented more easily. Cloud Functions
automatically scales in or out server resources for functions based on actual traffic, freeing you from server
resource management and reducing your O&M workload.
- [Cloud Function Introduction](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudfunction-introduction-0000001059279544)
## Cloud DB Overview
Cloud DB is a device-cloud synergy database product that provides data synergy management capabilities, unified
data models, and various data management APIs. In addition to ensuring data availability, reliability,
consistency, and security, CloudDB enables seamless data synchronization between the device and cloud,
and supports offline application operations, helping developers quickly develop device-cloud and multi-device
synergy applications. As a part of the AppGallery Connect solution, Cloud DB builds the Mobile Backend as a Service
(MBaaS) capability for the AppGallery Connect platform. In this way, application developers can focus on
application services, greatly improving the production efficiency.
- [Cloud DB Introduction](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddb-introduction-0000001054212760)
## Agconnect Installation
You can install the agconnect via PyPi
pip install agconnect
After the installation takes place, you can import the SDKs as shown below:
from agconnect.auth_server import AGCAuth
from agconnect.cloud_function import AGConnectFunction
from agconnect.database_server import AGConnectCloudDB
# Supported Environments
This project supports Python version 3.7 or higher
Also note that the Huawei AppGallery Connect Python Server SDK should only be used in server-side/back-end environments
controlled by the application developer.This includes most server and serverless platforms. Do not use the Python Server
SDK environment in the client.
## License
Huawei AppGallery Connect Python Server SDK for Auth is licensed under the "ISC".
## Keywords
[agconnect](https://pypi.org/search/?q=agconnect&o=)
[python](https://pypi.org/search/?q=python&o=)
[server sdk](https://pypi.org/search/?q=server+sdk&o=)
[authentication](https://pypi.org/search/?q=authentication&o=)
Raw data
{
"_id": null,
"home_page": "https://developer.huawei.com/consumer/en/service/josp/agc/index.html,,AppGalleryConnect#/",
"name": "agconnect",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "agconnect,server SDK,Python,authentication",
"author": "AppGallery Connect",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/86/b2/5e45a5d018ef80930bcfe178e058d865ae26ca62a6783095b3f7180f57f9/agconnect-1.2.0.300.tar.gz",
"platform": null,
"description": "# Huawei AppGallery Connect Python Server SDK\n\n## Overview\n\nAppGallery Connect is dedicated to providing one-stop services for app creation, development,\ndistribution, operations, and engagement, and building a smart app ecosystem for all scenarios.\nBy opening up a wide range of services and capabilities, which are built upon Huawei's profound\nexperience in globalization, quality, security, and project management, AppGallery Connect substantially\nsimplifies app development and O&M, improves app version quality, and helps apps attract a wider\nscope of users and generate higher revenue.You can access the services listed below.\n\nThis module contains Server SDKs for following AGC Services:\n\n1.Auth Service\n2.Cloud Function\n3.Cloud DB\n\nFor more information, visit\nthe [AppGallery Connect Introduction](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-introduction-0000001057492641)\n\n## Auth Service Overview\n\nAuth Service provides an SDK and backend services, supports multiple authentication modes,\nand provides a powerful management console, enabling you to easily develop and manage user authentication,helps\nyou quickly build a secure and reliable user authentication system for your app by directly integrating\ncloud-based Auth Service capabilities into your app.\n\n## Documentation\n\n- [Auth Service Introduction](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-auth-introduction-0000001053732605)\n\n## Cloud Function Overview\n\nCloud Functions enables serverless computing. It provides the Function as a Service (FaaS) capabilities to\nsimplify app development and O&M by splitting service logic into functions and offers the Cloud Functions SDK that\nworks with Cloud DB and Cloud Storage so that your app functions can be implemented more easily. Cloud Functions\nautomatically scales in or out server resources for functions based on actual traffic, freeing you from server\nresource management and reducing your O&M workload.\n\n- [Cloud Function Introduction](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-cloudfunction-introduction-0000001059279544)\n\n## Cloud DB Overview\n\nCloud DB is a device-cloud synergy database product that provides data synergy management capabilities, unified\ndata models, and various data management APIs. In addition to ensuring data availability, reliability,\nconsistency, and security, CloudDB enables seamless data synchronization between the device and cloud,\nand supports offline application operations, helping developers quickly develop device-cloud and multi-device\nsynergy applications. As a part of the AppGallery Connect solution, Cloud DB builds the Mobile Backend as a Service\n(MBaaS) capability for the AppGallery Connect platform. In this way, application developers can focus on\napplication services, greatly improving the production efficiency.\n\n- [Cloud DB Introduction](https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/agc-clouddb-introduction-0000001054212760)\n\n## Agconnect Installation\n\nYou can install the agconnect via PyPi\n\n pip install agconnect\n\nAfter the installation takes place, you can import the SDKs as shown below:\n\n from agconnect.auth_server import AGCAuth\n from agconnect.cloud_function import AGConnectFunction\n from agconnect.database_server import AGConnectCloudDB\n\n# Supported Environments\n\nThis project supports Python version 3.7 or higher\n\nAlso note that the Huawei AppGallery Connect Python Server SDK should only be used in server-side/back-end environments\ncontrolled by the application developer.This includes most server and serverless platforms. Do not use the Python Server\nSDK environment in the client.\n\n## License\n\nHuawei AppGallery Connect Python Server SDK for Auth is licensed under the \"ISC\".\n\n## Keywords\n\n[agconnect](https://pypi.org/search/?q=agconnect&o=)\n\n[python](https://pypi.org/search/?q=python&o=)\n\n[server sdk](https://pypi.org/search/?q=server+sdk&o=)\n\n[authentication](https://pypi.org/search/?q=authentication&o=)\n\n\n",
"bugtrack_url": null,
"license": "ISC",
"summary": "AppGallery Connect Server-SDK for Python development",
"version": "1.2.0.300",
"split_keywords": [
"agconnect",
"server sdk",
"python",
"authentication"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "86b25e45a5d018ef80930bcfe178e058d865ae26ca62a6783095b3f7180f57f9",
"md5": "f67ad07e44ae354ed0b19b6b1ae56cc8",
"sha256": "e0830a6a072f94a48f1c5549c403fc2e44a37e27d1ca395bbf1a1a89b92ffdab"
},
"downloads": -1,
"filename": "agconnect-1.2.0.300.tar.gz",
"has_sig": false,
"md5_digest": "f67ad07e44ae354ed0b19b6b1ae56cc8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 65311,
"upload_time": "2023-01-12T11:08:56",
"upload_time_iso_8601": "2023-01-12T11:08:56.662050Z",
"url": "https://files.pythonhosted.org/packages/86/b2/5e45a5d018ef80930bcfe178e058d865ae26ca62a6783095b3f7180f57f9/agconnect-1.2.0.300.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-12 11:08:56",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "agconnect"
}