{ "info": { "author": "Eric Carmichael", "author_email": "eric@ckcollab.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "brains-cli\n==========\n\nCommand line interface to [brains](http://github.com/dev-coop/brains)\n\n\ninstallation\n============\n\n```pip install brains```\n\n\n\nusage\n=====\n\n##### `> brains init`\n\nasks for user information and how to run the program, saves to `brains.yaml` in current directory\n\n##### `> brains push [--dataset iris] [--description \"My first try\"] [--dont-wait-up]`\n\nrequires `brains init` first. collects local source and pushes to server. `--dont-wait` will make the call return immediately and not wait for results\n\n##### `> brains results`\n\nTODO: Opens up results in browser\n\n\n`brains.yaml` examples\n==================\n\nHello world\n```\nrun: python hello_world.py\ncontent: hello_world.py\n```\n\nHello world with glob file pattern\n```\nrun: python hello_world.py\ncontent: *.py\n```\n\nHello world multiple individual files AND glob patterns\n```\nrun: python hello_world.py\ncontent:\n - hello_world.py\n - test_hello_world.py\n - yo_momma.dataset\n - src/*.py\n```\n\n\n\n\n\n\n# TODO\n\n - [ ] finish `get` command where to save it?\n - [ ] `brains run` should fetch dataset/cache it properly (use name not UUID)\n - [ ] TODO: Opens up results in browser/go to browser with current config already setup?\n - [x] change `init` to automatically put every file in contents except brains history\n - [x] support multiple datasets\n - [ ] add `brains datasets` to list datasets", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dev-coop/brains-cli", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "brains", "package_url": "https://pypi.org/project/brains/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/brains/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dev-coop/brains-cli" }, "release_url": "https://pypi.org/project/brains/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Helps submit files to brains app", "version": "0.0.5" }, "last_serial": 1871605, "releases": { "0.0.1": [], "0.0.3": [ { "comment_text": "", "digests": { "md5": "7d9ae08b1e91e99173b084efacd8d304", "sha256": "80cb1060f8cd357390f1976b6045d8379a5cb4b1e9ca8d5ac1290a907eb9701c" }, "downloads": -1, "filename": "brains-0.0.3.tar.gz", "has_sig": false, "md5_digest": "7d9ae08b1e91e99173b084efacd8d304", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4057, "upload_time": "2015-12-19T21:04:05", "url": "https://files.pythonhosted.org/packages/7e/08/61a9c846625aa161697a2ffb2cda06f232c43e9bccf1ebe5b9c91a8137d7/brains-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "2ee8e92ab7c3582e17c45f4110caa973", "sha256": "c8e4446c2609119906949445091bd76e049b5b5e7a2252c9ec5b238d0bcf8184" }, "downloads": -1, "filename": "brains-0.0.4.tar.gz", "has_sig": false, "md5_digest": "2ee8e92ab7c3582e17c45f4110caa973", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4185, "upload_time": "2015-12-20T01:26:11", "url": "https://files.pythonhosted.org/packages/49/b7/32007fdabacef80bbbfa6e545a2f8a407d41ef8a91c544e9236cd72a1ad9/brains-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "905232fe7105e0bb7e620ec0d11b0aec", "sha256": "cd50fc907261b59797e021beb0274cbac491e36d293164261dcfbafa77d3acdd" }, "downloads": -1, "filename": "brains-0.0.5.tar.gz", "has_sig": false, "md5_digest": "905232fe7105e0bb7e620ec0d11b0aec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4238, "upload_time": "2015-12-21T03:05:57", "url": "https://files.pythonhosted.org/packages/c8/b5/3ae5abaa7f0e1137505b0745813fd8b101614a2816249317ecf0e2ce3ed4/brains-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "905232fe7105e0bb7e620ec0d11b0aec", "sha256": "cd50fc907261b59797e021beb0274cbac491e36d293164261dcfbafa77d3acdd" }, "downloads": -1, "filename": "brains-0.0.5.tar.gz", "has_sig": false, "md5_digest": "905232fe7105e0bb7e620ec0d11b0aec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4238, "upload_time": "2015-12-21T03:05:57", "url": "https://files.pythonhosted.org/packages/c8/b5/3ae5abaa7f0e1137505b0745813fd8b101614a2816249317ecf0e2ce3ed4/brains-0.0.5.tar.gz" } ] }