Name | atlan-application-sdk JSON |
Version |
0.1.1rc39
JSON |
| download |
home_page | None |
Summary | Atlan Application SDK is a Python library for developing applications on the Atlan Platform |
upload_time | 2025-09-04 21:18:51 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.11 |
license | None |
keywords |
app
atlan
development
platform
sdk
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Atlan Application SDK
[](https://github.com/atlanhq/application-sdk/actions/workflows/push.yaml) [](https://github.com/atlanhq/application-sdk/actions/workflows/codeql.yaml) [](https://pypi.org/project/atlan-application-sdk/)
The Atlan Application SDK is a Python library designed for building applications on the Atlan platform. It offers a full PaaS (Platform-as-a-Service) toolkit — from local development to deployment and partner collaboration — so you can create integrations and tools that seamlessly extend the Atlan experience for our mutual customers.
## Usage
Install `atlan-application-sdk` as a dependency in your project:
- Using pip:
```bash
# pip install the latest version from PyPI
pip install atlan-application-sdk
```
- Using alternative package managers:
```bash
# Using uv to install the latest version from PyPI
uv add atlan-application-sdk
# OR using Poetry to install the latest version from PyPI
poetry add atlan-application-sdk
```
> [!TIP]
> **View sample apps built using Application SDK [here](https://github.com/atlanhq/atlan-sample-apps)**
## Getting Started
- Want to develop locally or run examples from this repository? Check out our [Getting Started Guide](docs/docs/guides/getting-started.md) for a step-by-step walkthrough!
- Detailed documentation for the application-sdk is available at [docs](https://github.com/atlanhq/application-sdk/blob/main/docs/docs/) folder.
## Contributing
- We welcome contributions! Please see our [Contributing Guide](https://github.com/atlanhq/application-sdk/blob/main/CONTRIBUTING.md) for guidelines.
## Partner Collaboration
- For information on how to collaborate with Atlan on app development and integrations, please see our [Partner Collaboration Guide](https://github.com/atlanhq/application-sdk/blob/main/docs/docs/guides/partners.md).
## Need help?
We’re here whenever you need us:
- Email: **connect@atlan.com**
- Issues: [GitHub Issues](https://github.com/atlanhq/application-sdk/issues)
## Security
Have you discovered a vulnerability or have concerns about the SDK? Please read our [SECURITY.md](https://github.com/atlanhq/application-sdk/blob/main/SECURITY.md) document for guidance on responsible disclosure, or please e-mail security@atlan.com and we will respond promptly.
## License and Attribution
- This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/atlanhq/application-sdk/blob/main/LICENSE) file for details.
- This project includes dependencies with various open-source licenses. See the [NOTICE](https://github.com/atlanhq/application-sdk/blob/main/NOTICE) file for third-party attributions.
Raw data
{
"_id": null,
"home_page": null,
"name": "atlan-application-sdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "app, atlan, development, platform, sdk",
"author": null,
"author_email": "Atlan App Team <connect@atlan.com>",
"download_url": "https://files.pythonhosted.org/packages/3b/0f/71d4fbece520e8b1b3d0ffd6b2c75712ad9c35acde2c96a4cfb422b7ee86/atlan_application_sdk-0.1.1rc39.tar.gz",
"platform": null,
"description": "# Atlan Application SDK\n[](https://github.com/atlanhq/application-sdk/actions/workflows/push.yaml) [](https://github.com/atlanhq/application-sdk/actions/workflows/codeql.yaml) [](https://pypi.org/project/atlan-application-sdk/)\n\nThe Atlan Application SDK is a Python library designed for building applications on the Atlan platform. It offers a full PaaS (Platform-as-a-Service) toolkit \u2014 from local development to deployment and partner collaboration \u2014 so you can create integrations and tools that seamlessly extend the Atlan experience for our mutual customers.\n\n\n## Usage\n\nInstall `atlan-application-sdk` as a dependency in your project:\n\n- Using pip:\n```bash\n# pip install the latest version from PyPI\npip install atlan-application-sdk\n```\n\n- Using alternative package managers:\n```bash\n# Using uv to install the latest version from PyPI\nuv add atlan-application-sdk\n\n# OR using Poetry to install the latest version from PyPI\npoetry add atlan-application-sdk\n```\n\n> [!TIP]\n> **View sample apps built using Application SDK [here](https://github.com/atlanhq/atlan-sample-apps)**\n\n## Getting Started\n\n- Want to develop locally or run examples from this repository? Check out our [Getting Started Guide](docs/docs/guides/getting-started.md) for a step-by-step walkthrough!\n- Detailed documentation for the application-sdk is available at [docs](https://github.com/atlanhq/application-sdk/blob/main/docs/docs/) folder.\n\n## Contributing\n\n- We welcome contributions! Please see our [Contributing Guide](https://github.com/atlanhq/application-sdk/blob/main/CONTRIBUTING.md) for guidelines.\n\n## Partner Collaboration\n\n- For information on how to collaborate with Atlan on app development and integrations, please see our [Partner Collaboration Guide](https://github.com/atlanhq/application-sdk/blob/main/docs/docs/guides/partners.md).\n\n## Need help?\nWe\u2019re here whenever you need us:\n\n- Email: **connect@atlan.com**\n- Issues: [GitHub Issues](https://github.com/atlanhq/application-sdk/issues)\n\n\n## Security\n\nHave you discovered a vulnerability or have concerns about the SDK? Please read our [SECURITY.md](https://github.com/atlanhq/application-sdk/blob/main/SECURITY.md) document for guidance on responsible disclosure, or please e-mail security@atlan.com and we will respond promptly.\n\n## License and Attribution\n\n- This project is licensed under the Apache License 2.0 - see the [LICENSE](https://github.com/atlanhq/application-sdk/blob/main/LICENSE) file for details.\n- This project includes dependencies with various open-source licenses. See the [NOTICE](https://github.com/atlanhq/application-sdk/blob/main/NOTICE) file for third-party attributions.\n",
"bugtrack_url": null,
"license": null,
"summary": "Atlan Application SDK is a Python library for developing applications on the Atlan Platform",
"version": "0.1.1rc39",
"project_urls": {
"Changelog": "https://github.com/atlanhq/application-sdk/blob/main/CHANGELOG.md",
"Documentation": "https://github.com/atlanhq/application-sdk/README.md",
"Repository": "https://github.com/atlanhq/application-sdk"
},
"split_keywords": [
"app",
" atlan",
" development",
" platform",
" sdk"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "29a67539cacc6495fa7323d27f5954ad97d112e499290ccc4ff28bb4f8d8aa04",
"md5": "98507d61734e38990ee0c21c3d18b5e0",
"sha256": "3eac006829898ff1b111b1ca69c1afd7acb76ff58ce69ec3131afd738c736b6e"
},
"downloads": -1,
"filename": "atlan_application_sdk-0.1.1rc39-py3-none-any.whl",
"has_sig": false,
"md5_digest": "98507d61734e38990ee0c21c3d18b5e0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 225090,
"upload_time": "2025-09-04T21:18:49",
"upload_time_iso_8601": "2025-09-04T21:18:49.468561Z",
"url": "https://files.pythonhosted.org/packages/29/a6/7539cacc6495fa7323d27f5954ad97d112e499290ccc4ff28bb4f8d8aa04/atlan_application_sdk-0.1.1rc39-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3b0f71d4fbece520e8b1b3d0ffd6b2c75712ad9c35acde2c96a4cfb422b7ee86",
"md5": "836b8cec6818c66c253c0fc3e26d0fb2",
"sha256": "987fd95028196f87bc071a821e9e8e056cd7ce5a5e30d872ac1b77065bdc0fa3"
},
"downloads": -1,
"filename": "atlan_application_sdk-0.1.1rc39.tar.gz",
"has_sig": false,
"md5_digest": "836b8cec6818c66c253c0fc3e26d0fb2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 957438,
"upload_time": "2025-09-04T21:18:51",
"upload_time_iso_8601": "2025-09-04T21:18:51.035173Z",
"url": "https://files.pythonhosted.org/packages/3b/0f/71d4fbece520e8b1b3d0ffd6b2c75712ad9c35acde2c96a4cfb422b7ee86/atlan_application_sdk-0.1.1rc39.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-04 21:18:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "atlanhq",
"github_project": "application-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "atlan-application-sdk"
}