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: README.md
+7-12Lines changed: 7 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -182,11 +182,11 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
182
182
183
183
*Compile software from source code.*
184
184
185
-
*[BitBake](https://docs.yoctoproject.org/bitbake/2.4/index.html) - A make-like build tool for embedded Linux.
186
-
*[buildout](http://www.buildout.org/en/latest/) - A build system for creating, assembling and deploying applications from multiple parts.
187
-
*[PlatformIO](https://github.com/platformio/platformio-core) - A console tool to build code with different development platforms.
185
+
*[bitbake](https://github.com/openembedded/bitbake) - A make-like build tool for embedded Linux.
186
+
*[buildout](https://github.com/buildout/buildout) - A build system for creating, assembling and deploying applications from multiple parts.
187
+
*[platformio](https://github.com/platformio/platformio-core) - A console tool to build code with different development platforms.
188
188
*[pybuilder](https://github.com/pybuilder/pybuilder) - A continuous build tool written in pure Python.
189
-
*[SCons](http://www.scons.org/) - A software construction tool.
189
+
*[SCons](https://github.com/SCons/scons) - A software construction tool.
190
190
191
191
## Built-in Classes Enhancement
192
192
@@ -202,14 +202,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
202
202
203
203
*Content Management Systems.*
204
204
205
-
*[django-cms](https://www.django-cms.org/en/) - An Open source enterprise CMS based on the Django.
206
205
*[feincms](https://github.com/feincms/feincms) - One of the most advanced Content Management Systems built on Django.
207
206
*[indico](https://github.com/indico/indico) - A feature-rich event management system, made @ [CERN](https://en.wikipedia.org/wiki/CERN).
208
-
*[Kotti](https://github.com/Kotti/Kotti) - A high-level, Pythonic web application framework built on Pyramid.
209
-
*[mezzanine](https://github.com/stephenmcd/mezzanine) - A powerful, consistent, and flexible content management platform.
210
-
*[plone](https://plone.org/) - A CMS built on top of the open source application server Zope.
211
-
*[quokka](https://github.com/rochacbruno/quokka) - Flexible, extensible, small CMS powered by Flask and MongoDB.
212
-
*[wagtail](https://wagtail.io/) - A Django content management system.
207
+
*[wagtail](https://github.com/wagtail/wagtail) - A Django content management system.
213
208
214
209
## Caching
215
210
@@ -218,10 +213,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
218
213
*[beaker](https://github.com/bbangert/beaker) - A WSGI middleware for sessions and caching.
219
214
*[django-cache-machine](https://github.com/django-cache-machine/django-cache-machine) - Automatic caching and invalidation for Django models.
220
215
*[django-cacheops](https://github.com/Suor/django-cacheops) - A slick ORM cache with automatic granular event-driven invalidation.
221
-
*[dogpile.cache](https://dogpilecache.sqlalchemy.org/en/latest/) - dogpile.cache is a next generation replacement for Beaker made by the same authors.
216
+
*[dogpile.cache](https://github.com/sqlalchemy/dogpile.cache) - dogpile.cache is a next generation replacement for Beaker made by the same authors.
222
217
*[HermesCache](https://pypi.org/project/HermesCache/) - Python caching library with tag-based invalidation and dogpile effect prevention.
223
218
*[pylibmc](https://github.com/lericson/pylibmc) - A Python wrapper around the [libmemcached](https://libmemcached.org/libMemcached.html) interface.
224
-
*[python-diskcache](https://grantjenks.com/docs/diskcache/) - SQLite and file backed cache backend with faster lookups than memcached and redis.
219
+
*[python-diskcache](https://github.com/grantjenks/python-diskcache) - SQLite and file backed cache backend with faster lookups than memcached and redis.
0 commit comments