From 1a6b43eae3061768a91db7907dfe976b9c970d14 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:17:01 +0000 Subject: [PATCH] SDK regeneration --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30736aa..38a61a7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ -# Anduril Lattice SDK Library +# Anduril Python Library ![](https://www.anduril.com/lattice-sdk/) +[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fanduril%2Flattice-sdk-python) [![pypi](https://img.shields.io/pypi/v/anduril-lattice-sdk)](https://pypi.python.org/pypi/anduril-lattice-sdk) -The Lattice SDK Python library provides convenient access to the Anduril Lattice SDK from Python. +The Anduril Python library provides convenient access to the Anduril APIs from Python. ## Documentation @@ -203,3 +204,13 @@ client = Lattice( ), ) ``` + +## Contributing + +While we value open-source contributions to this SDK, this library is generated programmatically. +Additions made directly to this library would have to be moved over to our generation code, +otherwise they would be overwritten upon the next generated release. Feel free to open a PR as +a proof of concept, but know that we will not be able to merge it as-is. We suggest opening +an issue first to discuss with us! + +On the other hand, contributions to the README are always very welcome!