cowEncryption


NamecowEncryption JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/Latip176/cowEncryption
SummaryThis library is used for Encryption your code
upload_time2022-12-08 11:48:52
maintainer
docs_urlNone
authorMuhammad Latif Harkat
requires_python>=3.10
licenseMIT
keywords cowencryption cow encryption python encryption latip176 encryption muhammad latif harkat
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## cowEncryption
The documentation of library cowEncryption

### Installtion
You can install cowEncryption by running the following command:
```
pip install cowEncryption
```

### Upgrade
You can upgrade cowEncryption by running the following command:
```
pip install cowEncryption --upgrade
```

### Usage
```PYTHON
from cowEncryption import savior

#your name / path file project
file = "example.py"

#Encryption
Encrypt = savior.Encryption(file, jenis="file").encPrem()

#check status
print(Encrypt)
```

### Function
1. To Encrypt your project files to keep them safe from thieves
2. Protect your project files from thieves
3. Shorten your coding

### License
The MIT License (MIT). Please see [License File](https://github.com/Latip176/cowEncryption/blob/main/LICENSE) for more information.

## Authors
You can visit [authors page](https://github.com/Latip176/cowEncryption/blob/main/AUTHORS) 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Latip176/cowEncryption",
    "name": "cowEncryption",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "cowEncryption,Cow Encryption,Python Encryption,Latip176,Encryption,Muhammad Latif Harkat",
    "author": "Muhammad Latif Harkat",
    "author_email": "Muhammad Latif Harkat <latipharkat176@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/01/11/374bdb61bec295a3096421b9132fcec40178ba6ac1418fcb619b65824c42/cowEncryption-0.1.tar.gz",
    "platform": null,
    "description": "## cowEncryption\r\nThe documentation of library cowEncryption\r\n\r\n### Installtion\r\nYou can install cowEncryption by running the following command:\r\n```\r\npip install cowEncryption\r\n```\r\n\r\n### Upgrade\r\nYou can upgrade cowEncryption by running the following command:\r\n```\r\npip install cowEncryption --upgrade\r\n```\r\n\r\n### Usage\r\n```PYTHON\r\nfrom cowEncryption import savior\r\n\r\n#your name / path file project\r\nfile = \"example.py\"\r\n\r\n#Encryption\r\nEncrypt = savior.Encryption(file, jenis=\"file\").encPrem()\r\n\r\n#check status\r\nprint(Encrypt)\r\n```\r\n\r\n### Function\r\n1. To Encrypt your project files to keep them safe from thieves\r\n2. Protect your project files from thieves\r\n3. Shorten your coding\r\n\r\n### License\r\nThe MIT License (MIT). Please see [License File](https://github.com/Latip176/cowEncryption/blob/main/LICENSE) for more information.\r\n\r\n## Authors\r\nYou can visit [authors page](https://github.com/Latip176/cowEncryption/blob/main/AUTHORS) \r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This library is used for Encryption your code",
    "version": "0.1",
    "split_keywords": [
        "cowencryption",
        "cow encryption",
        "python encryption",
        "latip176",
        "encryption",
        "muhammad latif harkat"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "47e369f098ae69c858c8ad281ffdbe77",
                "sha256": "130cef5542f82099f71abf0d69c12541c10d102a744b56fd5a9a8f0b2ef2a57f"
            },
            "downloads": -1,
            "filename": "cowEncryption-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "47e369f098ae69c858c8ad281ffdbe77",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4660,
            "upload_time": "2022-12-08T11:48:52",
            "upload_time_iso_8601": "2022-12-08T11:48:52.675866Z",
            "url": "https://files.pythonhosted.org/packages/01/11/374bdb61bec295a3096421b9132fcec40178ba6ac1418fcb619b65824c42/cowEncryption-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-08 11:48:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Latip176",
    "github_project": "cowEncryption",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cowencryption"
}
        
Elapsed time: 0.02024s