1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
dput-ng
-------
dput-ng is a from-scratch refresh of the old `dput(1)` command. This tool is
used (at some point) to aid with the act of uploading a package to an archive.
dput-ng aims to be compatible with the old `dput(1)` config files, while
adding additional features for better sanity checking, and designed in an
extensible way.
In addition, dput-ng also provides a Python package that's totally usable
from 3ed party apps that wish to integrate with dput-ng.
Check the [docs](http://dput.rtfd.org) for more on topics that might
interest you.
|