zse


Namezse JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryA CLI tool that allows UNSW students to submit work to CSE machines.
upload_time2024-12-17 01:10:23
maintainerNone
docs_urlNone
authorKareem Agha
requires_python>=3.0
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # zse
A python program built for UNSW students to submit files and run autotests on local files. Heavily inspired by [cserun](https://cserun.bojin.co/)


## Usage

<pre style="font-family: 'Cascadia Mono', monospace; font-size: 12px;">
<span style="color: lightgreen;">> zse "1511 autotest bad_pun" -d ./tests/</span>
<span style="color: cyan;">[1/5]</span> Connecting to: <span style="color: yellow;">login.cse.unsw.edu.au:22</span>  
<span style="color: cyan;">[2/5]</span> Authenticated as: <span style="color: lightgreen;">z5583960</span>  
<span style="color: cyan;">[3/5]</span> Establishing SFTP connection  
<span style="color: cyan;">[4/5]</span> Synced local files to remote  
<span style="color: cyan;">[5/5]</span> Command sent: <span style="color: lightgreen;">1511 autotest bad_pun</span>
============== Output ==============  
<span style="color: lightblue;">1511 c_check bad_pun.c</span>  
<span style="color: lightblue;">dcc -Werror -o bad_pun bad_pun.c</span>  
Test 0 (./bad_pun) - <span style="color: lightgreen;">passed</span>  
====================================
<span style="color: lightgreen;">1 tests passed</span> <span style="color: red;">0 tests failed</span>  
====================================
Exit Status: <span style="color: lightgreen;">0</span>  
</pre>


## Installation
To get started with `zse`, follow these steps:

1. Install the package using [pip](https://pip.pypa.io/en/stable/):

   ```bash
   pip install zse
   ```



## Task list
- [x] Add Y/n confirmation before fetching from remote
- [ ] Enhance pipe feature i.e. actually make it useful
- [x] Add more to readme.md such as how to create exe and add to system path

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Kareem Agha",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/7b/1a/a9e8df2a921e2836fc37c0c02a29f27bbc0fa92907953e4a533dd39cfcd2/zse-1.2.0.tar.gz",
    "platform": null,
    "description": "# zse\nA python program built for UNSW students to submit files and run autotests on local files. Heavily inspired by [cserun](https://cserun.bojin.co/)\n\n\n## Usage\n\n<pre style=\"font-family: 'Cascadia Mono', monospace; font-size: 12px;\">\n<span style=\"color: lightgreen;\">> zse \"1511 autotest bad_pun\" -d ./tests/</span>\n<span style=\"color: cyan;\">[1/5]</span> Connecting to: <span style=\"color: yellow;\">login.cse.unsw.edu.au:22</span>  \n<span style=\"color: cyan;\">[2/5]</span> Authenticated as: <span style=\"color: lightgreen;\">z5583960</span>  \n<span style=\"color: cyan;\">[3/5]</span> Establishing SFTP connection  \n<span style=\"color: cyan;\">[4/5]</span> Synced local files to remote  \n<span style=\"color: cyan;\">[5/5]</span> Command sent: <span style=\"color: lightgreen;\">1511 autotest bad_pun</span>\n============== Output ==============  \n<span style=\"color: lightblue;\">1511 c_check bad_pun.c</span>  \n<span style=\"color: lightblue;\">dcc -Werror -o bad_pun bad_pun.c</span>  \nTest 0 (./bad_pun) - <span style=\"color: lightgreen;\">passed</span>  \n====================================\n<span style=\"color: lightgreen;\">1 tests passed</span> <span style=\"color: red;\">0 tests failed</span>  \n====================================\nExit Status: <span style=\"color: lightgreen;\">0</span>  \n</pre>\n\n\n## Installation\nTo get started with `zse`, follow these steps:\n\n1. Install the package using [pip](https://pip.pypa.io/en/stable/):\n\n   ```bash\n   pip install zse\n   ```\n\n\n\n## Task list\n- [x] Add Y/n confirmation before fetching from remote\n- [ ] Enhance pipe feature i.e. actually make it useful\n- [x] Add more to readme.md such as how to create exe and add to system path\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A CLI tool that allows UNSW students to submit work to CSE machines.",
    "version": "1.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c11d7f192b56f763a43463cfd08d1415af899a5643495669995cfe33767e7ac",
                "md5": "d456fd577cebb04e3a1af9c3338b698a",
                "sha256": "2db8d61ba3d728a81cb28c3bd7e122567ce561740f71ec5abbaf26a7f112f9f5"
            },
            "downloads": -1,
            "filename": "zse-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d456fd577cebb04e3a1af9c3338b698a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 7396,
            "upload_time": "2024-12-17T01:10:22",
            "upload_time_iso_8601": "2024-12-17T01:10:22.680741Z",
            "url": "https://files.pythonhosted.org/packages/4c/11/d7f192b56f763a43463cfd08d1415af899a5643495669995cfe33767e7ac/zse-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b1aa9e8df2a921e2836fc37c0c02a29f27bbc0fa92907953e4a533dd39cfcd2",
                "md5": "73a44a5d3a7daa7f7cba314fd52f2fc9",
                "sha256": "412a28004c1a792ff2d9d54c7b8beacca741974da782c1cc16f49c11b938f24e"
            },
            "downloads": -1,
            "filename": "zse-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "73a44a5d3a7daa7f7cba314fd52f2fc9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 8229,
            "upload_time": "2024-12-17T01:10:23",
            "upload_time_iso_8601": "2024-12-17T01:10:23.744387Z",
            "url": "https://files.pythonhosted.org/packages/7b/1a/a9e8df2a921e2836fc37c0c02a29f27bbc0fa92907953e4a533dd39cfcd2/zse-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 01:10:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "zse"
}
        
Elapsed time: 0.41090s