1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
.. image:: https://travis-ci.org/vsajip/distlib.svg
:target: https://travis-ci.org/vsajip/distlib
.. image:: https://coveralls.io/repos/vsajip/distlib/badge.svg
:target: https://coveralls.io/github/vsajip/distlib
Distlib is a library which implements low-level functions that relate to
packaging and distribution of Python software. It is intended to be used as the
basis for third-party packaging tools.
Code of Conduct
---------------
Everyone interacting in the distlib project's codebases, issue trackers, chat
rooms, and mailing lists is expected to follow the `PyPA Code of Conduct`_.
.. _PyPA Code of Conduct: https://www.pypa.io/en/latest/code-of-conduct/
|