Created
June 8, 2017 05:14
-
-
Save anonymous/a405df9998be61caa728fbea6ef55dc6 to your computer and use it in GitHub Desktop.
iconda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# iconda is a brutish, horrid package manager for | |
from iconda import π, πΊ, π¦, ποΈ | |
# environments, | |
# channels, | |
# packages, and | |
# recipes | |
# ...you can make an environment rude and nasty | |
π = π(πΊ["conda-forge"], | |
π¦.python >= 3.6 < 3.7) | |
# ...and add channels scabbed and ulcerous | |
π.πΊ += πΊ.bioconda, | |
# .. go and get python packages by beastly names | |
πΌ = π.pandas | |
πΌοΈ = πΌ.DataFrame() | |
π = (π.bokeh < "0.12.5").plotting | |
π = π.figure() | |
π.show(π) | |
# ... look through dangerous `bin` | |
π.ποΈ.git.clone("https://github.com/iconda/iconda") | |
β° = π.ποΈ.curl | |
β°("https://github.com/iconda/iconda") | |
# ... export stuff dull and ugly | |
π.π.πΎ("environment.yml") | |
@π¦(ποΈ=π, π=π, βοΈ=π¦["py.test"]) | |
def π©(ποΈ, π, βοΈ) -> π¦: | |
# or build brand-new things foul and gangrenous | |
π©.ποΈ(π¦.python ** [2.7, 3.5, 3.6] * [ποΈ.π§, ποΈ.π, ποΈ.πͺ] ** [32, 64]) | |
# amen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment