Metadata-Version: 1.1
Name: pyslink
Version: 0.2.0
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-Content-Type: UNKNOWN
Description: pyslink
        ========
        
        |pyversions| |status|
        
        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
        
        
        .. |pyversions| image:: https://img.shields.io/pypi/pyversions/pyslink.svg
          :target: https://pypi.python.org/pypi/pyslink
        .. |status| image:: https://img.shields.io/pypi/status/pyslink.svg
          :target: https://pypi.python.org/pypi/pyslink
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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: Programming Language :: Python :: 3.6
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
