HackInScience CLI client.
Project description
HackInScience CLI
This is a POC of what we could do on command line:
$ hkis list
Django view
Hello World
Print 42
Number of seconds in a year
Using operators
Characters counting
...
$ hkis get Print 42
Downloaded print-42.py, you can upload it back using:
hkis check print-42.py
$ hkis check print-42.py
Your code printed nothing, did you forgot to call the
[print](https://docs.python.org/3/library/functions.html#print) function?
$ echo 'print(42)' >> print-42.py
$ hkis check print-42.py
`42` is the answer. Well done!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hkis-0.2.tar.gz
(3.2 kB
view hashes)
Built Distribution
hkis-0.2-py3-none-any.whl
(3.4 kB
view hashes)