Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1004 Bytes

README.md

File metadata and controls

45 lines (36 loc) · 1004 Bytes

Package Cake 🎂

Package Cake is a simple utility that takes your package and turns it into cake 🍰.

Installation

python -m pip install packagecake

Bake a Package Cake

python -m packagecake bake [your package name]
>> python -m packagecake bake requests
🍰

PyPI Package Cake Stats

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    |
------------------------------