ExeLib


NameExeLib JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/mastercodermerwin/ExeLib
SummaryAn Alt To exec()..!!
upload_time2023-01-18 10:12:16
maintainer
docs_urlNone
authorCactochan
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ExeLib 1.0.0

A python module as an alt to default exec() fun , with new features :  )

<br>

For getting return and logging from exec and also limit cpu time and ram usage...

 Use: from Exelib import exec_

## Install !!

    pip install ExeLib

## How to return ?? 
    
      
      __reexec__ <whatever you want to return>

## How to log ??
     
     
     __logging__ <whatever you want to log>

## How to use auto return ??
    
    exec_("bla bla bla" , auto_return = "<something you want to return , when the program crashes>")

## How to access these ??
   
    rets , logs = exec_("bla bla bla")


## How to set cpu time ??
      
      exec_(cmd,cpu_t= <time in seconds>)

## How to limit ram usage  ??
    
    exec_(cmd,ram_u= <max-size>)
 



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mastercodermerwin/ExeLib",
    "name": "ExeLib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Cactochan",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/42/ba/63de537a317d309652ac9accb905263e4239cae608e4b4a5ca7507f51f18/ExeLib-1.0.1.tar.gz",
    "platform": null,
    "description": "# ExeLib 1.0.0\n\nA python module as an alt to default exec() fun , with new features :  )\n\n<br>\n\nFor getting return and logging from exec and also limit cpu time and ram usage...\n\n Use: from Exelib import exec_\n\n## Install !!\n\n    pip install ExeLib\n\n## How to return ?? \n    \n      \n      __reexec__ <whatever you want to return>\n\n## How to log ??\n     \n     \n     __logging__ <whatever you want to log>\n\n## How to use auto return ??\n    \n    exec_(\"bla bla bla\" , auto_return = \"<something you want to return , when the program crashes>\")\n\n## How to access these ??\n   \n    rets , logs = exec_(\"bla bla bla\")\n\n\n## How to set cpu time ??\n      \n      exec_(cmd,cpu_t= <time in seconds>)\n\n## How to limit ram usage  ??\n    \n    exec_(cmd,ram_u= <max-size>)\n \n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "An Alt To exec()..!!",
    "version": "1.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42ba63de537a317d309652ac9accb905263e4239cae608e4b4a5ca7507f51f18",
                "md5": "b44302cdfc48220f6412e82a095b2142",
                "sha256": "f40be3552d0ba6455c21b80f721aa6f36e324a6b7e8b17e6aa19ceb1d6eec411"
            },
            "downloads": -1,
            "filename": "ExeLib-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b44302cdfc48220f6412e82a095b2142",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3496,
            "upload_time": "2023-01-18T10:12:16",
            "upload_time_iso_8601": "2023-01-18T10:12:16.998406Z",
            "url": "https://files.pythonhosted.org/packages/42/ba/63de537a317d309652ac9accb905263e4239cae608e4b4a5ca7507f51f18/ExeLib-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-18 10:12:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mastercodermerwin",
    "github_project": "ExeLib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "exelib"
}
        
Elapsed time: 0.12024s