# Neptune-AWS integration
Read your Neptune credentials directly from AWS Secrets.
## What will you get with this integration?
* Log, organize, visualize, and compare ML experiments in a single place
* Monitor model training live
* Version and query production-ready models and associated metadata (e.g. datasets)
* Collaborate with the team and across the organization
## What will be logged to Neptune?
* Training code and Git information
* System metrics and hardware consumption
* [Other metadata](https://docs.neptune.ai/logging/what_you_can_log)
## Resources
* [Documentation](https://docs.neptune.ai/integrations/aws/)
## Example
Install Neptune and the integration:
```sh
pip install -U "neptune[aws]"
```
Enable Neptune logging:
```python
from neptune.integrations.aws import init_run
run = init_run(
secret="neptune-secret", # Use your secret name here
region="us-west-1", # Use the appropriate region here
)
```
## Support
If you got stuck or simply want to talk to us, here are your options:
* Check our [FAQ page](https://docs.neptune.ai/getting_help).
* You can submit bug reports, feature requests, or contributions directly to the repository.
* Chat! In the Neptune app, click the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP).
* You can just shoot us an email at [support@neptune.ai](mailto:support@neptune.ai).
Raw data
{
"_id": null,
"home_page": "https://neptune.ai/",
"name": "neptune-aws",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "MLOps,ML Experiment Tracking,ML Model Registry,ML Model Store,ML Metadata Store",
"author": "neptune.ai",
"author_email": "contact@neptune.ai",
"download_url": "https://files.pythonhosted.org/packages/b1/54/55cb89ebf65a6c3d66ac3828882a20999ab58bc527862ba6ca8dae7b3fde/neptune_aws-1.1.1.tar.gz",
"platform": null,
"description": "# Neptune-AWS integration\n\nRead your Neptune credentials directly from AWS Secrets.\n\n## What will you get with this integration?\n\n* Log, organize, visualize, and compare ML experiments in a single place\n* Monitor model training live\n* Version and query production-ready models and associated metadata (e.g. datasets)\n* Collaborate with the team and across the organization\n\n## What will be logged to Neptune?\n\n* Training code and Git information\n* System metrics and hardware consumption\n* [Other metadata](https://docs.neptune.ai/logging/what_you_can_log)\n\n## Resources\n\n* [Documentation](https://docs.neptune.ai/integrations/aws/)\n\n## Example\n\nInstall Neptune and the integration:\n\n```sh\npip install -U \"neptune[aws]\"\n```\n\nEnable Neptune logging:\n\n```python\nfrom neptune.integrations.aws import init_run\n\nrun = init_run(\n secret=\"neptune-secret\", # Use your secret name here\n region=\"us-west-1\", # Use the appropriate region here\n)\n```\n\n## Support\n\nIf you got stuck or simply want to talk to us, here are your options:\n\n* Check our [FAQ page](https://docs.neptune.ai/getting_help).\n* You can submit bug reports, feature requests, or contributions directly to the repository.\n* Chat! In the Neptune app, click the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP).\n* You can just shoot us an email at [support@neptune.ai](mailto:support@neptune.ai).\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Neptune.ai Tools for using Neptune client on AWS integration library",
"version": "1.1.1",
"project_urls": {
"Documentation": "https://docs.neptune.ai/integrations/aws/",
"Homepage": "https://neptune.ai/",
"Repository": "https://github.com/neptune-ai/neptune-aws",
"Tracker": "https://github.com/neptune-ai/neptune-aws/issues"
},
"split_keywords": [
"mlops",
"ml experiment tracking",
"ml model registry",
"ml model store",
"ml metadata store"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0e501c515b9c23cd98c5e3e9e5efbe6bd1316ee011d7cac6a520f19304bacea2",
"md5": "7bf00b9b5b1907938929513a7f485e5f",
"sha256": "c11cc802fb45571ca5945a480d6e30f87a1e78354898987aa3197f5348ee3b9b"
},
"downloads": -1,
"filename": "neptune_aws-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7bf00b9b5b1907938929513a7f485e5f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 9331,
"upload_time": "2024-03-05T11:23:00",
"upload_time_iso_8601": "2024-03-05T11:23:00.764636Z",
"url": "https://files.pythonhosted.org/packages/0e/50/1c515b9c23cd98c5e3e9e5efbe6bd1316ee011d7cac6a520f19304bacea2/neptune_aws-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b15455cb89ebf65a6c3d66ac3828882a20999ab58bc527862ba6ca8dae7b3fde",
"md5": "844f8cff3dbc6a18b803527ed3df39f1",
"sha256": "06966f28e801c62f50e4495030b79e99f40f65a173188cb77b2327469af4f28b"
},
"downloads": -1,
"filename": "neptune_aws-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "844f8cff3dbc6a18b803527ed3df39f1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 7931,
"upload_time": "2024-03-05T11:23:02",
"upload_time_iso_8601": "2024-03-05T11:23:02.536863Z",
"url": "https://files.pythonhosted.org/packages/b1/54/55cb89ebf65a6c3d66ac3828882a20999ab58bc527862ba6ca8dae7b3fde/neptune_aws-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-05 11:23:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "neptune-ai",
"github_project": "neptune-aws",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "neptune-aws"
}