Metadata-Version: 1.2
Name: basic-sftp
Version: 1.3.1
Summary: This projects creates a basic sftp connection that allows you to send any document to a digital ocean server
Home-page: https://github.com/blegarth/basic_sftp
Author: Brian Legarth
Author-email: legarth7@gmail.com
License: UNKNOWN
Description: ==========
        Basic SFTP
        ==========
        
        
        
        
        
        
        This projects creates a basic sftp connection that allows you to send any document to a digital 
        ocean server that I have set up.
        
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        1.1.0 (2020-05-12)
        ------------------
        
        * Still trying to figure out how to make the package work with 
        * a requirement of pysftp.
        
        
        1.0.0 (2020-05-11)
        ------------------
        
        * First release on PyPI.
        
Keywords: basic_sftp
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
