Metadata-Version: 2.1
Name: clipable
Version: 0.1.2
Summary: Your clipboard(Excel or Google spreadsheet) change to markdown clipboard
Home-page: https://github.com/yujikawa/clipable
License: Apache-2.0
Author: yujikawa
Author-email: windbell0404@gmail.com
Requires-Python: >=3.7.6,<4.0.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Dist: pandas (>=1.0,<2.0)
Requires-Dist: pyperclip (>=1.7,<2.0)
Requires-Dist: tabulate (>=0.8.6,<0.9.0)
Project-URL: Repository, https://github.com/yujikawa/clipable
Description-Content-Type: text/markdown

# clipable
When we copy cells from spreadsheet or excel, clipboard change to markdown format using clipable.

![clipable](https://user-images.githubusercontent.com/14313351/76164147-dc274480-618f-11ea-9e49-9c240a0ad6cb.gif)

# How to install

```
$ pip install clipable
```

# LICENSE
Apache 2.0
