| Name | LRMCS JSON | 
            
| Version | 
                  0.1.0
                   
                  JSON | 
            
 | download  | 
            
| home_page | None  | 
            
| Summary | A simple example of a pybind11 module using pyproject.toml and setup.py | 
            | upload_time | 2025-08-15 21:38:19 | 
            | maintainer | None | 
            
            | docs_url | None | 
            | author | None | 
            
            | requires_python | <3.13,>=3.8 | 
            
            
            | license | MIT License
        
        Copyright (c) [YEAR] [FULL NAME]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE. | 
            | keywords | 
                
                    pybind11
                
                     cpp
                
                     python
                 | 
            | VCS | 
                
                     | 
                
            
            | bugtrack_url | 
                
                 | 
             
            
            | requirements | 
                
                  No requirements were recorded.
                
             | 
            
| Travis-CI | 
                
                   No Travis.
                
             | 
            | coveralls test coverage | 
                
                   No coveralls.
                
             | 
        
        
            
            # Thats a test library for risk simulation based on montecarlo method
# How to install
## Build in linux (Ubuntu)
### Install Build tools
```sudo apt install -y build-essential libgomp1 patchelf python3-venv libboost-all-dev build-essential g++ python3-dev autotools-dev libicu-dev libbz2-dev```
### Create virtual python enviroment (Recomended)
```python3 -m venv venv```
### Activate 
```source venv/bin/activate```
### Install libraries  
```pip install setuptools pybind11 wheel build```
### Build LRMCS
```python3 -m build```
### Install LRMCS (change X`s fr your version)
```pip install dist/lrmcs-X.X.X-cpXXX-cpXXX-linux_x86_64.whl```
### Test install
```pip install numpy matplotlib```
```python3 tests/analiticTest.py```
# WINDOWS
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": null,
    "name": "LRMCS",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": "pybind11, cpp, python",
    "author": null,
    "author_email": "Felipe Martins Silveira Lima <felipe.mslima07@usp.br>",
    "download_url": null,
    "platform": null,
    "description": "# Thats a test library for risk simulation based on montecarlo method\n\n# How to install\n\n## Build in linux (Ubuntu)\n\n### Install Build tools\n```sudo apt install -y build-essential libgomp1 patchelf python3-venv libboost-all-dev build-essential g++ python3-dev autotools-dev libicu-dev libbz2-dev```\n\n### Create virtual python enviroment (Recomended)\n```python3 -m venv venv```\n\n### Activate \n```source venv/bin/activate```\n\n### Install libraries  \n```pip install setuptools pybind11 wheel build```\n\n### Build LRMCS\n```python3 -m build```\n\n### Install LRMCS (change X`s fr your version)\n```pip install dist/lrmcs-X.X.X-cpXXX-cpXXX-linux_x86_64.whl```\n\n### Test install\n```pip install numpy matplotlib```\n```python3 tests/analiticTest.py```\n\n# WINDOWS\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) [YEAR] [FULL NAME]\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "A simple example of a pybind11 module using pyproject.toml and setup.py",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/LabRisco/LRMCS"
    },
    "split_keywords": [
        "pybind11",
        " cpp",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63aec4e08026215b73212586cca65785e39bd54205166d22c7df2307f1a2daa6",
                "md5": "4e1f2b84cd17186d5ebd6c5d47918dfd",
                "sha256": "3c4952b355b5e00117065bcd65b9389f605becbad71031fdb8f6e9d9319d49fc"
            },
            "downloads": -1,
            "filename": "lrmcs-0.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4e1f2b84cd17186d5ebd6c5d47918dfd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 268189,
            "upload_time": "2025-08-15T21:38:19",
            "upload_time_iso_8601": "2025-08-15T21:38:19.359387Z",
            "url": "https://files.pythonhosted.org/packages/63/ae/c4e08026215b73212586cca65785e39bd54205166d22c7df2307f1a2daa6/lrmcs-0.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e4e237ef614e78c5360f1c8f6270c50db4fab70c5c1f8eb60975aedfb1324fa9",
                "md5": "a0db0f44d3fc847e06e9abc2990258cd",
                "sha256": "b14d55219a997a8b793cca5a1784c93c06cbf0355ce85e75b28cc08d94963c69"
            },
            "downloads": -1,
            "filename": "lrmcs-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a0db0f44d3fc847e06e9abc2990258cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 269190,
            "upload_time": "2025-08-15T21:38:21",
            "upload_time_iso_8601": "2025-08-15T21:38:21.549646Z",
            "url": "https://files.pythonhosted.org/packages/e4/e2/37ef614e78c5360f1c8f6270c50db4fab70c5c1f8eb60975aedfb1324fa9/lrmcs-0.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61d992cc54e5009c57b91453a07454b5f0bf0a012f861fe1d40eb03b364a72e2",
                "md5": "199e2499a2576e8654c6159787ed082c",
                "sha256": "bb1c20ba103d80b1a790a5ae5a59323bf785bd6405ebc6b7b8eadc4f3d28cec8"
            },
            "downloads": -1,
            "filename": "lrmcs-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "199e2499a2576e8654c6159787ed082c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 271813,
            "upload_time": "2025-08-15T21:38:23",
            "upload_time_iso_8601": "2025-08-15T21:38:23.250774Z",
            "url": "https://files.pythonhosted.org/packages/61/d9/92cc54e5009c57b91453a07454b5f0bf0a012f861fe1d40eb03b364a72e2/lrmcs-0.1.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4894b83db9ddc684c97d68d99f3870a39f4211b731e95981ba80f8facda3bfad",
                "md5": "4cb4599ca406eae9848617b573e3f3da",
                "sha256": "70aa5fd2cb6c2f41b8a8565404cdb1b1837b4dc733370d11f30c5662ea7ef11b"
            },
            "downloads": -1,
            "filename": "lrmcs-0.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4cb4599ca406eae9848617b573e3f3da",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 268199,
            "upload_time": "2025-08-15T21:38:25",
            "upload_time_iso_8601": "2025-08-15T21:38:25.055798Z",
            "url": "https://files.pythonhosted.org/packages/48/94/b83db9ddc684c97d68d99f3870a39f4211b731e95981ba80f8facda3bfad/lrmcs-0.1.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0de591aee331b0733120e82d58bca87fcbc843dc885001beec669282f6c9ab25",
                "md5": "2e994b24f3c340b8e4f12b15d70c66a3",
                "sha256": "cc7c8a21db7769a717aef91d7d0980b27dc59564670997d577c1d878ab8c3337"
            },
            "downloads": -1,
            "filename": "lrmcs-0.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2e994b24f3c340b8e4f12b15d70c66a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 269235,
            "upload_time": "2025-08-15T21:38:26",
            "upload_time_iso_8601": "2025-08-15T21:38:26.342626Z",
            "url": "https://files.pythonhosted.org/packages/0d/e5/91aee331b0733120e82d58bca87fcbc843dc885001beec669282f6c9ab25/lrmcs-0.1.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-15 21:38:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "LabRisco",
    "github_project": "LRMCS",
    "github_not_found": true,
    "lcname": "lrmcs"
}