File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ deploy:
1111 api-key :
1212 secure : Q3wwYSZkwXAG1DwgKZrR/vZTGLZlDBfR9O5MoZ+dpmy6EmFozQLRB+qFh+eWh2Y8xYIdXz+6CaJLcM92JU5zJTslWLHyhO7kTOt31fxuZu+HGnR835Try6TlU11948nn2Ramk4nI3lT/G4jO+PdNq23sOPdhV4KDI0nv9Pc9Ywqoyg+4okpSnbJNWn7bdinthA88iMRNxqH88LJ4CM6J/eh0qJUm2xcAOTpw9gIkq188UTCbT71qGUWhWFicvbV1oJ6r+C87Ru/rf+nHJyZ7Dn2y8odBx+MHicUp7XomKP/niM2K9TkX/wOMqopE6XrmAnZ/6W/8cGOoqLWT0oqksktIqlOrUYQAq5UNXee3cHPq6k+Q/CGhbGb9feNEzb3PMPKkD6wict90arhHfpqk0yGP1lCRSwM0eIgegMWgSpFXi2Zc+K/6iucZ21ayVDZf20f7Pe70SEgjB/VJiTgI+BMmOG70a2MYsHUG+rK4fYiSDiO+9ADVNHHNy5r9dL+VLhRxkkcgaIkkZsx/xoE2KUO601EOEfjX55S0C8R/VRNDpxg1VXhu2i19E3G08Xcv+xuz8awst3gvVImVJY9j9GiimMtT0l/pLMjWTeAvMmlraxRaMa36Q96BntThdwRkNCAhsfCTF364egRI+PEWciRcrb0Tpj8/L8p2OUMMqgI=
1313 name : deeputil-0.2
14- tag_name : 0.2
14+ tag_name : 0.2.1
1515 on :
1616 branch : master
1717 repo : deep-compute/deeputil
Original file line number Diff line number Diff line change 11# deeputil
22Commonly re-used logic
33
4+ ##
45## Installation
6+ > Prerequisites: Python3+
57```
68sudo pip install deeputil
79```
10+
811## Usage
912
10- ## Importing
13+ ### Importing
1114```
1215import deeputil
1316```
Original file line number Diff line number Diff line change 33
44setup (
55 name = "deeputil" ,
6- version = "0.2" ,
6+ version = "0.2.1 " ,
77 description = "Commonly re-used logic kept in one library" ,
88 keywords = "deeputil" ,
99 author = "Deep Compute, LLC" ,
You can’t perform that action at this time.
0 commit comments