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.2.0.tar.gz (133.0 kB view details)

Uploaded Source

Built Distribution

repopip-0.2.0-py3-none-any.whl (136.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: repopip-0.2.0.tar.gz
  • Upload date:
  • Size: 133.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.0

File hashes

Hashes for repopip-0.2.0.tar.gz
Algorithm Hash digest
SHA256 89bf1d8f1f508e30c405e200f9b29eba7cd2bf4197af3d3f13b50f2699b34233
MD5 08d41d46d1e9b04c13c158fb54bce079
BLAKE2b-256 f11f38ad79f2499236646f56851ca95a704865a2e8c43773b69b07a9a754fe8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: repopip-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 136.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.0

File hashes

Hashes for repopip-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a6efd7fc49e6a473c83d9f3891dfeb787315553e7806abf94bbfb684b1788d8d
MD5 fe89cfee987d1394f460043a83c96bde
BLAKE2b-256 655778d5e5c5731537ae7c1b2ad05e8920ec492c6475c50874fd9e9359d1b06a

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