Metadata-Version: 1.1
Name: pyslink
Version: 0.1.1
Summary: Soft link a file/directory with python site-packages directory
Home-page: https://github.com/quantmind/pyslink
Author: Luca Sbardella
Author-email: luca@quantmind.com
License: BSD
Description: # pyslink
        
        Soft link a file/directory with python site-packages directory.
        Useful during development.
        
        Installation via pip::
        
            pip install pyslink
        
        Soft link a package::
        
            pyslink path/to/main/module
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
