Chris Kuehl

Results 43 issues of Chris Kuehl

It would be nice to be able to specify `--rewrite TERM:HUP` rather than using signal numbers. Unfortunately doesn't look like there is a list of signal names available in any...

question

Currently it does not-so-great checks for number of arguments.

``` ckuehl@dev18-devc:~/proj/workflow$ aactivator ckuehl@dev18-devc:~/proj/workflow$ ``` it should probably print usage or something.

There are lots of commits on master since the last release in September 2016. Would you please consider making a new release?

question

Howdy Travis folks! [pre-commit](http://pre-commit.com/) is a system for managing git pre-commit hooks. Projects can define a `.pre-commit-config.yaml` file in their root directory containing a list of hooks to run on...

This file is loaded in `setup.py` so needs to be included in the source distribution in order for this package to be installable from sdist. ### Before ``` $ python...

Fixes #23 Still a little WIP, but I think most of the content is here. I intentionally kept the lambda bits in a separate directory not distributed with the main...

Lambda supports python3.6 now! A cool setup for dumb-pypi would be to have it run in a lambda function triggered by changes to an S3 bucket (e.g. new object uploaded)...

It'd be nice to have a small benchmark (graph or something) comparing dumb-pypi to maybe pypiserver and pypicloud with a few different numbers of files. Obviously the dumb-pypi benchmark is...

I added support for the per-release JSON API (e.g. `/pypi/requests/1.0.0/json`) in the hopes that tools like Poetry could use it to quickly fetch dependencies during dependency resolution without needing to...