Metadata-Version: 1.1
Name: pyfie
Version: 0.4.9
Summary: pyfie is a simple Python script, that you can use to encrypt and decrypt files.
Home-page: https://github.com/Kafajku/pyfie
Author: Kazafka
Author-email: caffiqu@gmail.com
License: MIT
Download-URL: https://github.com/Kafajku/PyFiE/archive/v_0.4.9.tar.gz
Description: Thank you for choosing pyfie!
        
        ------------------------------------------
        
        Here are the (shared) methods you can use:
        
        **compose(path: str, value, password)**
        
        `compose()` is a function used to create files with an encrypted value. Sets the password for this (hopefully) unique path as given.
        
        **parse(path: str, password)**
        
        `parse()` is a function used to get decrypted value of a file, but first, given password must match with the set one.
        
        ------------------------------------------------------------------------------------------------------------------------------------------
        
        In update *this* I have completely rewrote the way, that pyfie encrypts and decrypts files. That's why the structure of functions changed.
        
        Now, it uses pickle module and classes, with a simple idea of passwords. 
        
        -------------
        
        Last changes:
        
        * 0.4.8 - made the `password` argument default (as *None*)
        
Keywords: PyFiE,Python,File,Encrypter,Encryption,pyfie,python,file,encrypter,encryption
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
