Skip to main content

No project description provided

Project description

Guía de uso

Con esta aplicación puedes tener un repositorio local de paquetes de python. Todo lo que tienes que hacer es descargar el paquete que desees e iniciar el servidor, así ahorraras ancho de banda y datos de internet.

Instalacíon:

$ pip install repopip

Uso:

  • Tienes que descargar el paquete del repositorio oficial pip download [package_name].

  • Copia el paquete a la carpeta %HOME%/.static/simple.

  • Inicia el servidor python -m repopip. Este comando iniciara el servidor en http://127.0.0.1:5000/.

  • Comienza a usar tu servidor. pip install --index-url="http://127.0.0.1:5000/simple/" [package_name].

  • Puedes configurar pip copiado las lineas siguiente en una de las siguientes ubicaciones y el paso anterior seria tan simlpe como pip install [package_name]:

    • Global: C:\ProgramData\pip\pip.ini
    • User: %APPDATA%\pip\pip.ini o con la opcion antigua %HOME%\pip\pip.ini
    • Site: %VIRTUAL_ENV%\pip.ini
    [global]
    index-url=http://127.0.0.1:5000/simple/
    
  • También se puede usar remmotamente, solo necesitas saber la dirección donde esta alojado el servidor pip install --index-url="http://direccion_de_dominio_o_ip/simple/" [package_name] además de poderse configurar como el paso anterior

    • En futuras versiones haremos el proceso de configuración más facil.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

repopip-0.3.1.tar.gz (135.0 kB view details)

Uploaded Source

Built Distribution

repopip-0.3.1-py3-none-any.whl (140.3 kB view details)

Uploaded Python 3

File details

Details for the file repopip-0.3.1.tar.gz.

File metadata

  • Download URL: repopip-0.3.1.tar.gz
  • Upload date:
  • Size: 135.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.0

File hashes

Hashes for repopip-0.3.1.tar.gz
Algorithm Hash digest
SHA256 2b58ad14123f312a95c12bd7ca472948e2736491a231d2511b25f2e9ba1d11f3
MD5 53c5041c0f8fd9b59324ff1f1f8daa67
BLAKE2b-256 1860a064bb82c64fe273d426677ab0db2e37976366de72816b294280e9d5d428

See more details on using hashes here.

File details

Details for the file repopip-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: repopip-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 140.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.0

File hashes

Hashes for repopip-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c03e37e5a1a7786d6b003157fb054c69ad04a3b4379dce0f7996c2077d2ac89c
MD5 01122ddebe595aa878c4778f89b43055
BLAKE2b-256 cf0cb1ba608a760560205aa1ae5480b8a6c9e0a3e9bb59aa8ea684b5c244752b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page