Package Cake is a simple utility that takes your package and turns it into cake ๐ฐ.
python -m pip install packagecake
python -m packagecake bake [your package name]
>> python -m packagecake bake requests
๐ฐ
In addition to single package baking, Package Cake can also bake all the packages in PyPI and provide the total of each type of cake.
>> python -m packagecake stats
------------------------------
| PyPI Package Cake Stats |
------------------------------
|๐ฉ - Donut | 153821 |
------------------------------
|๐ง - Cupcake | 77134 |
------------------------------
|๐ฐ - Shortcake | 38769 |
------------------------------
|๐ - Birthday Cake | 20632 |
------------------------------
|๐ฅฎ - Moon Cake | 17793 |
------------------------------
|๐ฅ - Fish Cake | 352 |
------------------------------