I hereby claim:
- I am pelson on github.
- I am philelson (https://keybase.io/philelson) on keybase.
- I have a public key ASC5YEUGODXl7DLY4FaYCBM0NGBZ82yPONB7e8QTLqNm1go
To claim this, I am signing this object:
| package com.example; | |
| public class Config { | |
| private static int counter = 1; | |
| public static int getCounter() { | |
| return counter; | |
| } | |
| public static void setCounter(int v) { |
| import requests | |
| import zlib | |
| import struct | |
| import json | |
| import html5lib | |
| import re | |
| import pprint | |
| _gzip_header = b"\x1f\x8b\x08\x00\x00\x00\x00\x00\x02\xff" |
I hereby claim:
To claim this, I am signing this object:
Demonstrates how to use pypi_simple to parse and manipulate PyPI wheel package metadata.
It takes quite some effort to figure out if a wheel is compatible with your system (platform_tag) and your Python version (python_tag), not to mention other features such as abi-tag, yanked status etc.. All in all, this points at a need for a high-level interface for package resolving with pip. (e.g. pip-tools, poetry, pip/wheel itself)
Stdout as of 2020-02-04:
DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): pypi.org:443
| gfortran -g main.f90 -fbacktrace -O0 && ./a.out | |
| bin/ | |
| *.o | |
| *.mod | |
| .nfs* |