=============== Getting Started =============== Installation ------------ Minimum Version ~~~~~~~~~~~~~~~ We recommend using the latest version of Python. Caplena supports Python 3.8 and newer. Dependencies ~~~~~~~~~~~~ The following distributions will be installed automatically when installing Caplena. * `Requests `_ is an elegant and simple HTTP library for Python. * `Typing Extensions `_ enables use of new type system features on older Python versions. Installing Caplena ~~~~~~~~~~~~~~~~~~ Within your Python environment of choice, use the following command to install Caplena: .. code-block:: sh $ pip install caplena Caplena is now installed. Continue reading to learn how you can send your very first API request to Caplena. Your First API Request ---------------------- Let us now check that everything is working as intended. For this, we will create a small script that lists the total number of English or German projects in your account along with the names for the first 10 projects. Create a new file :code:`main.py` and import the Caplena client in your application code: .. code-block:: python from caplena import Client Next, you'll want to create a new client, replacing :code:`YOUR_API_KEY` with your account's API key. If you don't know your key, head over to our `app