We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc150c commit 1cb0c73Copy full SHA for 1cb0c73
1 file changed
README.rst
@@ -1,10 +1,25 @@
1
devpi-client-extensions
2
=======================
3
4
+.. role:: bash(code)
5
+ :language: bash
6
+
7
Some useful stuff around `devpi client`_. Although this package is proudly named *extensions*,
8
currently there is only one thing implemented ready to be used: a hook that uses passwords from
9
``.pypirc`` on login to devpi server so you don't have to enter your password if you store it for upload anyway.
10
11
+Install
12
+-------
13
14
+.. code-block:: sh
15
16
+ $ pip install devpi-client-extensions
17
18
+Usage
19
+-----
20
21
+Just use the :bash:`devpi login` command as usual:
22
23
.. code-block:: sh
24
25
$ devpi login hoefling
0 commit comments