Giter Site home page Giter Site logo

wi's People

Contributors

carloshatch avatar chromano avatar jaimebuelta avatar jayvdb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

wi's Issues

Support for manylinux

Currently, we are relying on the wheel module to find whether a .whl can be installed on the destination arch, however that module doesn't provide support for manylinux versions (i.e, it won't recognise packages distributed as such).

Allow to point to a private PyPI repo

At the moment the repo to pull from is hardcoded to be

PACKAGES_REPO_URL = 'https://pypi.python.org/pypi'

Allowing to connect to other repos will help a lot, ideally sharing the same argument options as pip (https://pip.pypa.io/en/stable/reference/pip/?highlight=trusted-host#cmdoption-trusted-host, https://pip.pypa.io/en/stable/reference/pip_wheel/#index-url ) for clarity

wi --index-url=http://my_own_repo.company.com --trusted-host my_own_repo.company.com

The trusted host is to avoid requiring https

Pick up dependencies from setup.py

It would be great if wi was able to pickup dependencies from setup.py instead of a requirements file.

Ideally with same extras syntax as pip, eg:

wi .[all]

Incompatible with wheel-0.33.6

[  162s] Traceback (most recent call last):
[  162s]   File "/home/abuild/rpmbuild/BUILDROOT/python-wi-0.0.2-lp151.4.1.x86_64/usr/bin/wi", line 28, in <module>
[  162s]     from wheel.install import WheelFile
[  162s] ModuleNotFoundError: No module named 'wheel.install'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.