Metadata-Version: 2.0
Name: movesymlink
Version: 0.1.0
Summary: Move Symlink provides a function and a command that moves a symbolic link to another directory and adjusts its link target.
Home-page: https://github.com/astralblue/movesymlink
Author: Eugene M. Kim
Author-email: astralblue@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: movesymlink
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

============
Move Symlink
============


.. image:: https://img.shields.io/pypi/v/movesymlink.svg
        :target: https://pypi.python.org/pypi/movesymlink

.. image:: https://img.shields.io/travis/astralblue/movesymlink.svg
        :target: https://travis-ci.org/astralblue/movesymlink

.. image:: https://readthedocs.org/projects/movesymlink/badge/?version=latest
        :target: https://movesymlink.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/astralblue/movesymlink/shield.svg
     :target: https://pyup.io/repos/github/astralblue/movesymlink/
     :alt: Updates


Move Symlink provides a function and a command that moves a symbolic link to another directory and adjusts its link target.


* Free software: MIT license
* Documentation: https://movesymlink.readthedocs.io.


Features
--------

* Provides one function, `movesymlink.move_symlink()`, which does the job.
* Provides a command-line wrapper ``movesymlink``.
* `movesymlink` can also be invoked from command line using ``python -m movesymlink``.


Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-11-28)
------------------

* First release on PyPI.


