Metadata-Version: 2.1
Name: xcltk
Version: 0.1.9
Summary: xcltk - Toolkit for XClone
Home-page: https://github.com/hxj5/xcltk
Author: Xianjie Huang
Author-email: hxj5@hku.hk
License: Apache-2.0
Description: # xcltk
        
        [![](https://img.shields.io/pypi/v/xcltk.svg)][pypi]
        [![](https://img.shields.io/github/license/hxj5/xcltk)][licence]
        
        xcltk is a toolkit for XClone (**warning: under development, not stable**)
        
        All release notes are available at [doc/release.rst][release]
        
        ## Installation
        
        xcltk is avaliable through [pypi][pypi]. To install, type the following command 
        line, and add `-U` for upgrading:
        
        ```shell
        pip install -U xcltk
        ```
        
        Alternatively, you can install from this GitHub repository for latest (often 
        development) version by following command line
        
        ```shell
        pip install -U git+https://github.com/hxj5/xcltk
        ```
        
        In either case, if you don't have write permission for your current Python environment,
         we suggest creating a separate [conda][conda] environment or add --user for your 
        current one.
        
        [pypi]: https://pypi.org/project/xcltk
        [licence]: https://github.com/hxj5/xcltk
        [release]: https://github.com/hxj5/xcltk/blob/master/doc/release.rst
        [conda]: https://docs.conda.io/en/latest/
        
        
Keywords: xclone,toolkit
Platform: UNKNOWN
Description-Content-Type: text/markdown
