PyIntellect


NamePyIntellect JSON
Version 2023.1.1 PyPI version JSON
download
home_pagehttps://github.com/pyintellect/pyintellect
SummaryPython code obfuscation tool
upload_time2023-04-15 20:32:05
maintainer
docs_urlNone
authornshout
requires_python
license
keywords obfuscate obfuscation distribute production tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyIntellect
A CPythonic Python code obfuscation tool.
The usage will be via a command line interface.

## Features

- Single file obfuscation (currently limited to 5kb files until licenses are implemented)
- Module obfuscation (currently limited to 5kb files until licenses are implemented)
- Remove all comments
- Anti Python debugger
- Anti importing debugging packages
- Rename functions and classes
- Turn comments starting with `# pyintellect` into code. E.g. `# pyintellect print("test")` turns into `print("test")`.

## Planned Features / To Do
- Multiple modes of obfuscation (single file, with modules, etc.)
- Expire after a certain date

## Specialities
- PyIntellect preserves the __name\_\_ attribute.
- PyIntellect obfuscated files have a significant speed boost compared to other obfuscators.

## Supported Python Versions
- Python 3.11 only as of now, as I am currently focusing myself on the latest versions of Python.
- Python 3.12 soon
- Python 3.10 soon

## Supported Operating Systems
- Windows 10/11 only as of now.
- Linux soon.

## Installation

PyIntellect can be installed via pip:
`pip install pyintellect`

## Documentation
Documentation will be available on the [PyIntellect website](https://pyintellect.com). The website is currently under development.

## License
PyIntellect can be purchased over at: https://pyintellect.sell.app/product/pyintellect
PyIntellect can be used without a license, but a 5KB file limit will apply.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyintellect/pyintellect",
    "name": "PyIntellect",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "obfuscate obfuscation distribute production tool",
    "author": "nshout",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/49/b3/a66195d31a572c858fa677a52c994098cdb14b3951fbec5719dd600803a0/PyIntellect-2023.1.1.zip",
    "platform": null,
    "description": "# PyIntellect\r\nA CPythonic Python code obfuscation tool.\r\nThe usage will be via a command line interface.\r\n\r\n## Features\r\n\r\n- Single file obfuscation (currently limited to 5kb files until licenses are implemented)\r\n- Module obfuscation (currently limited to 5kb files until licenses are implemented)\r\n- Remove all comments\r\n- Anti Python debugger\r\n- Anti importing debugging packages\r\n- Rename functions and classes\r\n- Turn comments starting with `# pyintellect` into code. E.g. `# pyintellect print(\"test\")` turns into `print(\"test\")`.\r\n\r\n## Planned Features / To Do\r\n- Multiple modes of obfuscation (single file, with modules, etc.)\r\n- Expire after a certain date\r\n\r\n## Specialities\r\n- PyIntellect preserves the __name\\_\\_ attribute.\r\n- PyIntellect obfuscated files have a significant speed boost compared to other obfuscators.\r\n\r\n## Supported Python Versions\r\n- Python 3.11 only as of now, as I am currently focusing myself on the latest versions of Python.\r\n- Python 3.12 soon\r\n- Python 3.10 soon\r\n\r\n## Supported Operating Systems\r\n- Windows 10/11 only as of now.\r\n- Linux soon.\r\n\r\n## Installation\r\n\r\nPyIntellect can be installed via pip:\r\n`pip install pyintellect`\r\n\r\n## Documentation\r\nDocumentation will be available on the [PyIntellect website](https://pyintellect.com). The website is currently under development.\r\n\r\n## License\r\nPyIntellect can be purchased over at: https://pyintellect.sell.app/product/pyintellect\r\nPyIntellect can be used without a license, but a 5KB file limit will apply.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python code obfuscation tool",
    "version": "2023.1.1",
    "split_keywords": [
        "obfuscate",
        "obfuscation",
        "distribute",
        "production",
        "tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49b3a66195d31a572c858fa677a52c994098cdb14b3951fbec5719dd600803a0",
                "md5": "d634bf5be9725c9dad679cdca1d68d86",
                "sha256": "5ec17306c5ff818ca68438c8668fee10e782a5977c14ebed41d5dd67fc059e06"
            },
            "downloads": -1,
            "filename": "PyIntellect-2023.1.1.zip",
            "has_sig": false,
            "md5_digest": "d634bf5be9725c9dad679cdca1d68d86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 209474,
            "upload_time": "2023-04-15T20:32:05",
            "upload_time_iso_8601": "2023-04-15T20:32:05.927736Z",
            "url": "https://files.pythonhosted.org/packages/49/b3/a66195d31a572c858fa677a52c994098cdb14b3951fbec5719dd600803a0/PyIntellect-2023.1.1.zip",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-15 20:32:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pyintellect",
    "github_project": "pyintellect",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pyintellect"
}
        
Elapsed time: 0.06363s