File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1- Welcome to apipkg!
2- ------------------------
1+ Welcome to apipkg !
2+ -------------------
33
44With apipkg you can control the exported namespace of a Python package and
55greatly reduce the number of imports for your users.
@@ -17,6 +17,7 @@ Tutorial example
1717Here is a simple ``mypkg `` package that specifies one namespace
1818and exports two objects imported from different modules::
1919
20+
2021 # mypkg/__init__.py
2122 import apipkg
2223 apipkg.initpkg(__name__, {
@@ -76,11 +77,11 @@ Feedback?
7677
7778If you have questions you are welcome to
7879
79- * join the #pytest channel `on irc.libera.chat
80- <ircs://irc.libera.chat:6697/#pytest> `_ (using an IRC client, `via webchat
81- <https://web.libera.chat/#pytest> `_, or `via Matrix
82- <https://matrix.to/#/%23pytest:libera.chat> `_).
83- * create an issue on https://github.com/pytest-dev/apipkg/issues
80+ * join the **#pytest ** channel on irc.libera.chat _
81+ (using an IRC client, via webchat _, or via Matrix _).
82+ * create an issue on the bugtracker _
8483
85- have fun,
86- holger krekel
84+ .. _irc.libera.chat : ircs://irc.libera.chat:6697/#pytest
85+ .. _webchat : https://web.libera.chat/#pytest
86+ .. _matrix : https://matrix.to/#/%23pytest:libera.chat
87+ .. _bugtracker : https://github.com/pytest-dev/apipkg/issues
You can’t perform that action at this time.
0 commit comments