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
+ -------------------
3
3
4
4
With apipkg you can control the exported namespace of a Python package and
5
5
greatly reduce the number of imports for your users.
@@ -17,6 +17,7 @@ Tutorial example
17
17
Here is a simple ``mypkg `` package that specifies one namespace
18
18
and exports two objects imported from different modules::
19
19
20
+
20
21
# mypkg/__init__.py
21
22
import apipkg
22
23
apipkg.initpkg(__name__, {
@@ -76,11 +77,11 @@ Feedback?
76
77
77
78
If you have questions you are welcome to
78
79
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 _
84
83
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