Skip to content

Commit a6a2895

Browse files
committed
Copier Template: README: Add 'python-classcore' and 'python-dynadoc' as other projects.
1 parent 48a94b6 commit a6a2895

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

template/README.rst.jinja

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@ Other Projects by This Author 🌟
114114
"pypi_name": "accretive",
115115
"blurb": "🌌 A Python library package which provides **accretive data structures** - collections which can grow but never shrink."
116116
},
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+
},
117125
"python-falsifier": {
118126
"pypi_name": "falsifier",
119127
"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

Comments
 (0)