Thomas Kluyver
Thomas Kluyver
It appears that at least one package has made it to PyPI with a misspelled key - `pandas_dataframe_convert==0.2` has `dependancies` instead of `dependencies`. This is probably a prompt to get...
Technically incorrect but still largely working. Given what it is, I'd guess a lot of users have `pandas` installed anyway. It was only up for a matter of hours before...
I think it's OK to leave `tomli-w` out of this list - it should get installed anyway as a dependency of Flit. But let's take `toml` out of the list,...
I don't think any TOML libraries should need to be manually installed any more. `tomli` is bundled in flit_core, and `tomli_w` is only used for a couple of pieces like...
Yup, that sounds right. Feel free to make that PR. :slightly_smiling_face:
I'm OK with judicious use of annotations where they help with clarity, though I'd rather avoid long multiply-nested parameterised types. You might not want to go wild with type annotations...
To be precise, `flit_core` (the backend which will be automatically installed if pip needs to build a wheel of something using flit) still supports Python 3.4 for now. The `flit`...
I'm interested you say packages tend not to do this, because I thought that a lot of packages do - e.g. numpy, matplotlib, Jupyter packages all include their tests in...
I assume this is to publish to a private index that uses a self-signed cert or something? It sounds like a reasonable addition. If you need a workaround in the...
I get the impression you hit this? What was the example? I think it makes sense to verify them when building the package. On 28 Dec 2016 6:31 p.m., "Matthias...