Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 30 of 43 for PyPI (0.01 seconds)

  1. ci/official/upload.sh

    # limitations under the License.
    # ==============================================================================
    # This script uploads all staged artifacts from all previous builds in the same
    # job chain to GCS and PyPI.
    source "${BASH_SOURCE%/*}/utilities/setup.sh"
    
    # Calculate the version number for choosing the final directory name. This adds
    # "-devYYYYMMDD" to the end of the version string for nightly builds.
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Tue Mar 04 22:39:12 GMT 2025
    - 2.8K bytes
    - Click Count (0)
  2. ci/official/requirements_updater/README.md

    To update the lock files, make sure
    `ci/official/requirements_updater/requirements.in` contains the desired direct
    dependencies list and then execute the following command (which will call
    [pip-compile](https://pypi.org/project/pip-tools/) under the hood):
    
    ```
    bazel run //ci/official/requirements_updater:requirements.update --repo_env=HERMETIC_PYTHON_VERSION=3.12
    ```
    
    where `3.12` is the `Python` version you wish to update.
    
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Sat Jun 29 00:19:18 GMT 2024
    - 3K bytes
    - Click Count (0)
  3. docs/de/docs/index.md

    </a>
    <a href="https://pypi.org/project/fastapi" target="_blank">
        <img src="https://img.shields.io/pypi/v/fastapi?color=%2334D058&label=pypi%20package" alt="Package-Version">
    </a>
    <a href="https://pypi.org/project/fastapi" target="_blank">
        <img src="https://img.shields.io/pypi/pyversions/fastapi.svg?color=%2334D058" alt="Unterstützte Python-Versionen">
    </a>
    </p>
    
    ---
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Fri Dec 26 09:39:53 GMT 2025
    - 25.8K bytes
    - Click Count (1)
  4. docs/ru/docs/virtual-environments.md

    // Не запускайте это сейчас, это просто пример 🤓
    $ pip install "fastapi[standard]"
    ---> 100%
    ```
    
    </div>
    
    Будет загружен сжатый файл с кодом FastAPI, обычно с <a href="https://pypi.org/project/fastapi/" class="external-link" target="_blank">PyPI</a>.
    
    Также будут **загружены** файлы для других пакетов, от которых зависит FastAPI.
    
    Затем все эти файлы будут **распакованы** и помещены в директорию на вашем компьютере.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Thu Dec 11 21:25:03 GMT 2025
    - 34.2K bytes
    - Click Count (0)
  5. ci/official/utilities/setup_macos.sh

      python --version
    fi
    
    # TFCI Mac VM images do not have twine installed by default so we need to
    # install it manually. We use Twine in nightly builds to upload Python packages
    # to PyPI.
    if [[ "$TFCI_MACOS_TWINE_INSTALL_ENABLE" == 1 ]]; then
      pip install twine==3.6.0
    fi
    
    # When cross-compiling with RBE, we need to copy the macOS sysroot to be
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Oct 06 22:42:26 GMT 2025
    - 6.8K bytes
    - Click Count (0)
  6. docs/de/docs/virtual-environments.md

    $ pip install "fastapi[standard]"
    ---> 100%
    ```
    
    </div>
    
    Das lädt eine komprimierte Datei mit dem FastAPI-Code herunter, normalerweise von <a href="https://pypi.org/project/fastapi/" class="external-link" target="_blank">PyPI</a>.
    
    Es wird auch Dateien für andere Pakete **herunterladen**, von denen FastAPI abhängt.
    
    Dann wird es all diese Dateien **extrahieren** und sie in ein Verzeichnis auf Ihrem Rechner legen.
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 02 17:32:56 GMT 2025
    - 25.4K bytes
    - Click Count (0)
  7. docs/ru/docs/help-fastapi.md

    * <a href="https://alternativeto.net/software/fastapi/about/" class="external-link" target="_blank">Голосуйте за **FastAPI** в AlternativeTo</a>.
    * <a href="https://stackshare.io/pypi-fastapi" class="external-link" target="_blank">Расскажите, что Вы используете **FastAPI** на StackShare</a>.
    
    ## Помочь другим с вопросами на GitHub { #help-others-with-questions-in-github }
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Sep 30 11:24:39 GMT 2025
    - 21.9K bytes
    - Click Count (0)
  8. docs/en/docs/virtual-environments.md

    $ pip install "fastapi[standard]"
    ---> 100%
    ```
    
    </div>
    
    That will download a compressed file with the FastAPI code, normally from <a href="https://pypi.org/project/fastapi/" class="external-link" target="_blank">PyPI</a>.
    
    It will also **download** files for other packages that FastAPI depends on.
    
    Then it will **extract** all those files and put them in a directory in your computer.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 02 05:09:25 GMT 2025
    - 22.8K bytes
    - Click Count (0)
  9. docs/pt/docs/virtual-environments.md

    $ pip install "fastapi[standard]"
    ---> 100%
    ```
    
    </div>
    
    Isso fará o download de um arquivo compactado com o código FastAPI, normalmente do <a href="https://pypi.org/project/fastapi/" class="external-link" target="_blank">PyPI</a>.
    
    Ele também fará o **download** de arquivos para outros pacotes dos quais o FastAPI depende.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 16 20:32:40 GMT 2025
    - 23.7K bytes
    - Click Count (0)
  10. docs/es/docs/virtual-environments.md

    $ pip install "fastapi[standard]"
    ---> 100%
    ```
    
    </div>
    
    Eso descargará un archivo comprimido con el código de FastAPI, normalmente desde <a href="https://pypi.org/project/fastapi/" class="external-link" target="_blank">PyPI</a>.
    
    También **descargará** archivos para otros paquetes de los que depende FastAPI.
    
    Luego, **extraerá** todos esos archivos y los pondrá en un directorio en tu computadora.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Tue Dec 16 16:33:45 GMT 2025
    - 23.3K bytes
    - Click Count (0)
Back to Top