Coder Social home page Coder Social logo

dhannasch / index Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alpine-wheels/index

0.0 1.0 0.0 487 KB

A PEP 503-compliant Python package index specifically providing wheels built for Alpine Linux

Home Page: https://alpine-wheels.github.io/index

HTML 96.72% Dockerfile 0.24% Python 3.04%

index's Introduction

alpine-wheels/index

This is a PEP 503-compliant Python package index specifically providing wheels built for Alpine Linux.

If you want to use python:alpine Docker containers but you donʼt want to build Python packages yourself, you may find this index useful.

Usage examples

Pip

$ pip install --extra-index-url https://alpine-wheels.github.io/index pandas

Pip with a requirements file

# contents of requirements.txt

--extra-index-url https://alpine-wheels.github.io/index

pandas
$ pip install -r requirements.txt

pip-tools

# add this to the top of requirements.in

--extra-index-url https://alpine-wheels.github.io/index
$ pip-compile

Poetry

# add this section to pyproject.toml

[[tool.poetry.source]]
name = "alpine-wheels"
url = "https://alpine-wheels.github.io/index"
$ poetry add pandas

Pipenv

# add this section to Pipfile

[[source]]
name = "alpine-wheels"
url = "https://alpine-wheels.github.io/index"
verify_ssl = true
$ pipenv install pandas

Contributing

Is there a package you need that is missing from the index? Open an issue to suggest it. We only support packages that are available on PyPI but do not already have a wheel that is compatible with Alpine Linux.

index's People

Contributors

williamjacksn avatar github-actions[bot] avatar dependabot[bot] avatar

Watchers

James Cloos avatar

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.