Metadata-Version: 1.1
Name: linkedin-pkg
Version: 0.1.1
Summary: Create a LinkedIn account with a searchable network
Home-page: UNKNOWN
Author: Alex Katona
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        # linkedin_pkg: Create a LinkedIn account with a searchable network
        
        This Python package is meant to be used to create a LinkedIn account that can have a network of connections that is searchable. There is also various functionality of the account that is described below.
        
        -----
        
        ## Functionality
        
        After creating an account, you are able to:
        
        Add a user to your network:
        
        `add(<name>)`
        
        Return the number of connections in your network:
        
        `number_of_connections()`
        
        Search your network for a connection using a string keyword:
        
        `search(<keyword>)`
        
        Save the current state of your account (coming in version 0.1.2):
        
        `store()`
        
        Restore a previous state of your account (coming in version 0.1.2):
        
        `restore()`
        
        
        
        
Keywords: networking social
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
