vern


Namevern JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttp://github.com/BoronSpoon/vern
Summarytemplated auto processing/visualization of measured data
upload_time2023-02-02 04:15:16
maintainer
docs_urlNone
authorboronspoon
requires_python
licenseMIT License
keywords matplotlib research plot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            VERN: Very Easy Research Note

how to use
##########
* only works on Windows
    * because it uses registry to make this work in the context menu (menu that appears on right click)
    * to add support for OSX and Linux, you can do an `pull request`.
* right click on file and select "process in VERN".
    * a "report" folder should appear on the same folder.
    * reports should be generated in the folder.

contribute
##########

bug report
==========
Use the `issues` feature of GitHub. Please use only English

code update
===========
Use the `pull request` feature of GitHub. Please use only English

types of files
##############

profilometer (Tencor P7)
========================
* `*.txt` file will be regarded as a profilometer file
* modify filename to `*_i.txt` to enable interactive mode
    * interactive mode can crop part of the profile and apply it to normal plot and histogram

tabular
=======
* `*_m1.txt` file will be regarded as a tabular file
* tabular data is consisted of two columns
    * each column will be used as x and y data
    * the column labels will be used for the x and y axis label
    * x,y plot will be shown as dots
    * a linear approximation line will be added to the plot
        * the equations for the approximated line and the R2 value will appear on the plot

VSM
===
* `*.Dat` file will be regarded as a profilometer file
* modify filename to `*_i.Dat` to enable interactive mode
    * interactive mode can crop part of the profile and apply it to normal plot and histogram

oscilloscope
============
* in progress

dxf
===
* in progress

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/BoronSpoon/vern",
    "name": "vern",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "matplotlib,research,plot",
    "author": "boronspoon",
    "author_email": "rayanticlimactic@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ae/4e/d1a211d5e65d0db8b33d01e092762a6daffe8f174116ca76d45e3db6e9c7/vern-1.3.0.tar.gz",
    "platform": null,
    "description": "VERN: Very Easy Research Note\n\nhow to use\n##########\n* only works on Windows\n    * because it uses registry to make this work in the context menu (menu that appears on right click)\n    * to add support for OSX and Linux, you can do an `pull request`.\n* right click on file and select \"process in VERN\".\n    * a \"report\" folder should appear on the same folder.\n    * reports should be generated in the folder.\n\ncontribute\n##########\n\nbug report\n==========\nUse the `issues` feature of GitHub. Please use only English\n\ncode update\n===========\nUse the `pull request` feature of GitHub. Please use only English\n\ntypes of files\n##############\n\nprofilometer (Tencor P7)\n========================\n* `*.txt` file will be regarded as a profilometer file\n* modify filename to `*_i.txt` to enable interactive mode\n    * interactive mode can crop part of the profile and apply it to normal plot and histogram\n\ntabular\n=======\n* `*_m1.txt` file will be regarded as a tabular file\n* tabular data is consisted of two columns\n    * each column will be used as x and y data\n    * the column labels will be used for the x and y axis label\n    * x,y plot will be shown as dots\n    * a linear approximation line will be added to the plot\n        * the equations for the approximated line and the R2 value will appear on the plot\n\nVSM\n===\n* `*.Dat` file will be regarded as a profilometer file\n* modify filename to `*_i.Dat` to enable interactive mode\n    * interactive mode can crop part of the profile and apply it to normal plot and histogram\n\noscilloscope\n============\n* in progress\n\ndxf\n===\n* in progress\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "templated auto processing/visualization of measured data",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "http://github.com/BoronSpoon/vern"
    },
    "split_keywords": [
        "matplotlib",
        "research",
        "plot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae4ed1a211d5e65d0db8b33d01e092762a6daffe8f174116ca76d45e3db6e9c7",
                "md5": "e14a9853f00b4d363bbc7688dab794b2",
                "sha256": "80251ba5657055c75875c53d80c06215404b7bfc73245896f2d9ec632fdd9953"
            },
            "downloads": -1,
            "filename": "vern-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e14a9853f00b4d363bbc7688dab794b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10054,
            "upload_time": "2023-02-02T04:15:16",
            "upload_time_iso_8601": "2023-02-02T04:15:16.444102Z",
            "url": "https://files.pythonhosted.org/packages/ae/4e/d1a211d5e65d0db8b33d01e092762a6daffe8f174116ca76d45e3db6e9c7/vern-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 04:15:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BoronSpoon",
    "github_project": "vern",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "vern"
}
        
Elapsed time: 0.19362s