Metadata-Version: 1.1
Name: pymsfrpc
Version: 1.1
Summary: A python client for the metasploit rpc
Home-page: https://github.com/RayofLightz/pymsfrpc
Author: Tristan Messner
Author-email: dev.tristanmessner@gmail.com
License: GNU
Description: 
        # pymsfrpc
        An api wrapper for the metasploit rpc server written in python.
        ## getting started
        just install using pip
        ```
        sudo pip3 install pymsfrpc
        ```
        ## docs
        The docs are at [here](https://pymsfrpc.readthedocs.io/en/latest/) - Read the docs
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
