jupyterhub / hubshare

A directory sharing service for JupyterHub
BSD 3-Clause "New" or "Revised" License
57 stars 21 forks source link

Skeleton package #3

Closed minrk closed 7 years ago

minrk commented 7 years ago

This is a not-yet-working package that fills out the basic organization for a REST App, largely based on JupyterHub itself

rgbkrk commented 7 years ago

Is there a reason you're including pbr? Did that come from a cookiecutter template?

minrk commented 7 years ago

I've been giving pbr a try on a few small packages, and it's been pretty nice, so I thought I would give it a go here. It appears to offer the same declarative setup benefits of flit (use requirements.txt, add metadata to setup.cfg), but without any of the downsides (all standard pip, setup.py commands work, etc.).

willingc commented 7 years ago

I'll handle the little stuff. Merging 🎆