Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 668 Bytes

File metadata and controls

22 lines (13 loc) · 668 Bytes

Conda Plugin Tutorials: Subcommands

Create, package, and run a custom conda subcommand written in C that converts Celsius to Fahrenheit.

Note Requires cffi.

Create, package, and run a custom conda subcommand written in Python that takes an input of three coordinates and prints out an ASCII graph.

Note Requires sympy.

Create, package, and run a custom conda subcommand written in Rust that multiplies two integers.

Note Requires maturin.