Metadata-Version: 1.1
Name: lnkr
Version: 0.1.1
Summary: Link Folder/File Under Current Folder
Home-page: http://github.com/yjpark/lnkr/
Author: YJ Park
Author-email: yjpark@gmail.com
License: MIT License
Description: lnkr
        ====
        
        Link Folder/File Under Current Folder
        
        Notes
        =====
        following the best practice from this article:
        - http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/
        
        0.1.1
        -----
        
        - Bugfix with symlink file again
        
        0.1.0
        -----
        Basic functions implemented:
        - Support package definition, file name is lnkr-export.toml
          - can export local folder/files
          - can wrap other projects with wrapper definition (file name is lnkr-wrapper.toml)
        - Support import definition, file name is lnkr-import.toml
          - support folder, and files
          - support copy mode and symlink mode
        - Doc is missing for now
        
Platform: any
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
