LAPCA


NameLAPCA JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryLAPCA is a tool that is used to check whether the given program conforms to the specified guidelines.
upload_time2022-12-05 11:10:36
maintainer
docs_urlNone
authorSwaroop Bhat
requires_python
licenseMIT
keywords conformance language agnostic program guidelines lapca lapca score
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            LAPCA is a tool that is used to check whether the given program conforms to the specified guidelines. 
LAPCA also comes with a metric called LAPCA Score that is used to measure the code quality of the codebase.
LAPCA Similarity is a basic plagiarism tool developed alongside LAPCA Score

## Contributors

[Manish Reddy](https://github.com/Manish-22)  


[Nandana C](https://github.com/NandanaC)  


[Sethupathy Venkatraman](https://github.com/sethupathyrv)  


[Swaroop Bhat](https://github.com/Soupy710)

---

## Steps to Run

### Note:

- Replace "Formal-Structure-File" by the guideline required


- Replace "Test-File" by the file to be tested


- Select appropriate test file

```
git clone https://github.com/Capstone-LAPCA/LAPCA-Capstone.git


cd LAPCA-CAPSTONE


pip install -r requirements.txt


python3 run.py "Formal-Structure-File" "Test-File"


```
### Start the LAPCA server by executing the below command:


```
python3 Server/LAPCA_Server.py
```



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "LAPCA",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Conformance,language agnostic,program,guidelines,LAPCA,LAPCA Score",
    "author": "Swaroop Bhat",
    "author_email": "swaroopbhat510@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1a/48/4275f2b607f901dee0aa800df6bfbdd5d1a06ea15db9b405335a1dc87d7a/LAPCA-0.0.2.tar.gz",
    "platform": null,
    "description": "LAPCA is a tool that is used to check whether the given program conforms to the specified guidelines. \nLAPCA also comes with a metric called LAPCA Score that is used to measure the code quality of the codebase.\nLAPCA Similarity is a basic plagiarism tool developed alongside LAPCA Score\n\n## Contributors\n\n[Manish Reddy](https://github.com/Manish-22)  \n\n\n[Nandana C](https://github.com/NandanaC)  \n\n\n[Sethupathy Venkatraman](https://github.com/sethupathyrv)  \n\n\n[Swaroop Bhat](https://github.com/Soupy710)\n\n---\n\n## Steps to Run\n\n### Note:\n\n- Replace \"Formal-Structure-File\" by the guideline required\n\n\n- Replace \"Test-File\" by the file to be tested\n\n\n- Select appropriate test file\n\n```\ngit clone https://github.com/Capstone-LAPCA/LAPCA-Capstone.git\n\n\ncd LAPCA-CAPSTONE\n\n\npip install -r requirements.txt\n\n\npython3 run.py \"Formal-Structure-File\" \"Test-File\"\n\n\n```\n### Start the LAPCA server by executing the below command:\n\n\n```\npython3 Server/LAPCA_Server.py\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "LAPCA is a tool that is used to check whether the given program conforms to the specified guidelines.",
    "version": "0.0.2",
    "split_keywords": [
        "conformance",
        "language agnostic",
        "program",
        "guidelines",
        "lapca",
        "lapca score"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "98d24c896aa3f462a1d18e6961c6a91e",
                "sha256": "cd8df613cd49a61a35b815ac0828d10f03d7138b2e153e2a1c1422303ce7c464"
            },
            "downloads": -1,
            "filename": "LAPCA-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "98d24c896aa3f462a1d18e6961c6a91e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4644,
            "upload_time": "2022-12-05T11:10:36",
            "upload_time_iso_8601": "2022-12-05T11:10:36.072024Z",
            "url": "https://files.pythonhosted.org/packages/1a/48/4275f2b607f901dee0aa800df6bfbdd5d1a06ea15db9b405335a1dc87d7a/LAPCA-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-05 11:10:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "lapca"
}
        
Elapsed time: 0.01896s