You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template/README.rst.jinja
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,14 @@ Other Projects by This Author 🌟
114
114
"pypi_name": "accretive",
115
115
"blurb": "🌌 A Python library package which provides **accretive data structures** - collections which can grow but never shrink."
116
116
},
117
+
"python-classcore": {
118
+
"pypi_name": "classcore",
119
+
"blurb": "🏭 A Python library package which provides **foundational class factories and decorators** for providing classes with attributes immutability and concealment and other custom behaviors."
120
+
},
121
+
"python-dynadoc": {
122
+
"pypi_name": "dynadoc",
123
+
"blurb": "📝 A Python library package which bridges the gap between **rich annotations** and **automatic documentation generation** with configurable renderers and support for reusable fragments."
124
+
},
117
125
"python-falsifier": {
118
126
"pypi_name": "falsifier",
119
127
"blurb": "🎭 A very simple Python library package which provides a **base class for falsey objects** - objects that evaluate to ``False`` in boolean contexts."
0 commit comments