Metadata-Version: 2.1
Name: typora-upload
Version: 1.0.0
Summary: The typora image upload plugin based Python.
Home-page: https://github.com/tyrantlucifer/typora-upload
Author: tyrantlucifer
Author-email: tyrantlucifer@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: Proxy Servers

================
typora-upload
================

**typora-upload** is a plugin of typora that can upload image file to cloud drive based on python.

Features
--------

- Support oss and github drive

How to install
--------------

- Use source code

::

    git clone https://github.com/TyrantLucifer/typora-upload.git
    cd typora-upload
    python(python3) setup.py install

- Use pip

::

    pip(pip3) install typora-upload

Usage
-----

::

    usage: typora-upload [-h] [-u file_path] [-s storage] [-i storage] [-v]

    The typora image upload plugin based Python.

optional arguments:
  -h, --help            show this help message and exit
  -u file_path, --upload file_path
                        upload image file
  -s storage, --storage storage
                        storage type
  -i storage, --init storage
                        init storage config
  -v, --version         display version

Powered by tyrantlucifer. If you have any questions,you can send e-mails to
tyrantlucifer@gmail.com


Documentation
-------------

You can find all the documentation in the
`Readme <https://github.com/TyrantLucifer/typora-upload>`__.

License
-------

MIT License

Copyright (c) 2022 **TyrantLucifer**

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.



