Skip to main content

crunch-cli - CLI of the CrunchDAO Platform

Project description

CrunchDAO CLI

PyTest

CrunchDAO CLI is a Python library designed for the ADIA Lab Market Prediction Competition, offering convenient access to competition's data and enabling effortless submission. When utilized in the command-line interface (CLI), its goal is to deliver a user experience akin to GitHub, enabling you to seamlessly push the code from your local environment.

Installation

Use pip to install the crunch-cli.

pip install crunch-cli --upgrade

Usage

import crunch
crunch = crunch.load_notebook()

# Getting the data
X_train, y_train, X_test = crunch.load_data()

crunch.load_data() accept arguments for read_parquet.

crunch.load_data(
  engine="fastparquet"
)

Submit with Crunch CLI

Usage: crunch push [OPTIONS]

  Send the new submission of your code.

Options:
  -m, --message TEXT      Specify the change of your code. (like a commit
                          message)

  -e, --main-file TEXT    Entrypoint of your code.  [default: main.py]
  --model-directory TEXT  Directory where your model is stored.  [default:
                          resources]

  --help                  Show this message and exit.

Detecting the environment

Detecting whether you are running inside the runner or not, allows you to configure your program more precisely.

import crunch

if crunch.is_inside_runner:
  print("running inside the runner")
else:
  print("running elsewhere")

  model.enable_debug()
  logger.set_level("TRACE")

Competition Links

Contributing

Pull requests are always welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue in the GitHub repository.

License

MIT

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

crunch-cli-2.6.0.tar.gz (21.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crunch_cli-2.6.0-py3-none-any.whl (27.2 kB view details)

Uploaded Python 3

File details

Details for the file crunch-cli-2.6.0.tar.gz.

File metadata

  • Download URL: crunch-cli-2.6.0.tar.gz
  • Upload date:
  • Size: 21.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for crunch-cli-2.6.0.tar.gz
Algorithm Hash digest
SHA256 08fcaeaff3511b52f1502ad7da34b15b42f526720e40f085906a806e9fc66b0b
MD5 64858a0fe6a109cd6ea4732cea0096f0
BLAKE2b-256 b34abf316d9eb34542395bebcb1f55922da58277bd77cf5a51bbf7df2c983b95

See more details on using hashes here.

File details

Details for the file crunch_cli-2.6.0-py3-none-any.whl.

File metadata

  • Download URL: crunch_cli-2.6.0-py3-none-any.whl
  • Upload date:
  • Size: 27.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.8

File hashes

Hashes for crunch_cli-2.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 78dd139712ce4c78d76494a3d5b54aaea04275838a25e17626fc67d2ba97c6c6
MD5 db1fb71279e1bf5abf26c624e79ddaf6
BLAKE2b-256 7ba550f5507b5ab9de39d26eb19f0465e66d23c8ea2d21e7dc789678430399fc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page