<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>mergeway-python on Mergeway</title><link>https://mergewayhq.github.io/python/</link><description>Recent content in mergeway-python on Mergeway</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://mergewayhq.github.io/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Install mergeway-python</title><link>https://mergewayhq.github.io/python/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mergewayhq.github.io/python/installation/</guid><description>&lt;p&gt;&lt;code&gt;mergeway-python&lt;/code&gt; requires &lt;code&gt;mergeway-cli&lt;/code&gt; to be available on &lt;code&gt;PATH&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If you have not installed the CLI yet, &lt;a href="https://mergewayhq.github.io/cli/getting-started/installation/"&gt;follow the official guide first&lt;/a&gt;!&lt;/p&gt;
&lt;h2 id="install-with-uv"&gt;Install with &lt;code&gt;uv&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;If you are adding &lt;code&gt;mergeway-python&lt;/code&gt; to a project, install the published package
with:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;uv add mergeway
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;If you are working from a local checkout and want an editable install, run:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;uv sync
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;After installation, continue to the &lt;a href="https://mergewayhq.github.io/python/getting-started/"&gt;getting started guide&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Get Started with mergeway-python</title><link>https://mergewayhq.github.io/python/getting-started/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mergewayhq.github.io/python/getting-started/</guid><description>&lt;p&gt;This guide walks through the standard workflow for using &lt;code&gt;mergeway-python&lt;/code&gt; with
an existing Mergeway repository. By the end, you will have generated Python
models, connected to the repository, and run common read, write, and
repository-level operations.&lt;/p&gt;
&lt;h2 id="before-you-start"&gt;Before You Start&lt;/h2&gt;
&lt;p&gt;You need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;a Python environment with &lt;code&gt;mergeway-python&lt;/code&gt; installed&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mergeway-cli&lt;/code&gt; available on &lt;code&gt;PATH&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;an existing Mergeway repository with a &lt;code&gt;mergeway.yaml&lt;/code&gt; file&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="step-1-generate-python-models"&gt;Step 1: Generate Python Models&lt;/h2&gt;
&lt;p&gt;You can generate Python classes for an existing repository with the package CLI.&lt;/p&gt;</description></item></channel></rss>