meizi


Namemeizi JSON
Version 0.1.4 PyPI version JSON
download
home_page
Summary
upload_time2023-01-05 06:20:17
maintainer
docs_urlNone
authorMeng Xiangzhuo
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====
Meizi
=====

*Meizi* provides two commands:

- ``mz download`` for downloading nice albums.
- ``mz serve`` for starting a simple web server to serve the albums.

Install
=======

You need to have **Python 3.8+**.

.. code-block:: bash

    $ pip install meizi

Usage
=====

You can run ``mz download`` in one terminal, and run ``mz serve`` in
another terminal.

Then open http://localhost:1310 in your browser.

Commands
========

.. code-block::

    $ mz download --help
    Usage: mz download [OPTIONS]

      Download albums.

    Options:
      --max-workers INTEGER  The number of threads for downloading.  [default: 2]
      --data-dir PATH        The directory to save albums.  [default:
                             /Users/xzmeng/.meizi]
      --help                 Show this message and exit.


.. code-block::

    $ mz serve --help
    Usage: mz serve [OPTIONS]

      Run a local http server.

    Options:
      --data-dir PATH  The directory to read albums.  [default:
                       /Users/xzmeng/.meizi]
      --port INTEGER   The port of the http server.  [default: 1310]
      --help           Show this message and exit.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "meizi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Meng Xiangzhuo",
    "author_email": "aumo@foxmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bb/f2/c7ffc0eb4fea53055db818709180994b4b4d587846d42089a3d3dd219eed/meizi-0.1.4.tar.gz",
    "platform": null,
    "description": "=====\nMeizi\n=====\n\n*Meizi* provides two commands:\n\n- ``mz download`` for downloading nice albums.\n- ``mz serve`` for starting a simple web server to serve the albums.\n\nInstall\n=======\n\nYou need to have **Python 3.8+**.\n\n.. code-block:: bash\n\n    $ pip install meizi\n\nUsage\n=====\n\nYou can run ``mz download`` in one terminal, and run ``mz serve`` in\nanother terminal.\n\nThen open http://localhost:1310 in your browser.\n\nCommands\n========\n\n.. code-block::\n\n    $ mz download --help\n    Usage: mz download [OPTIONS]\n\n      Download albums.\n\n    Options:\n      --max-workers INTEGER  The number of threads for downloading.  [default: 2]\n      --data-dir PATH        The directory to save albums.  [default:\n                             /Users/xzmeng/.meizi]\n      --help                 Show this message and exit.\n\n\n.. code-block::\n\n    $ mz serve --help\n    Usage: mz serve [OPTIONS]\n\n      Run a local http server.\n\n    Options:\n      --data-dir PATH  The directory to read albums.  [default:\n                       /Users/xzmeng/.meizi]\n      --port INTEGER   The port of the http server.  [default: 1310]\n      --help           Show this message and exit.\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.4",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00ec627cf3851e2cdb848c04fc9ebc49b105d7eb5fbea4c41fe0d9e99f6be8dd",
                "md5": "3f2d2c25ca5cd70b848e6a5b2a164ed4",
                "sha256": "a6787887aab41732f72f0e4a95fdb4c652faa66e0a6ff4f3c517aa695c277963"
            },
            "downloads": -1,
            "filename": "meizi-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f2d2c25ca5cd70b848e6a5b2a164ed4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 5259,
            "upload_time": "2023-01-05T06:20:16",
            "upload_time_iso_8601": "2023-01-05T06:20:16.281253Z",
            "url": "https://files.pythonhosted.org/packages/00/ec/627cf3851e2cdb848c04fc9ebc49b105d7eb5fbea4c41fe0d9e99f6be8dd/meizi-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbf2c7ffc0eb4fea53055db818709180994b4b4d587846d42089a3d3dd219eed",
                "md5": "a255dad61ef8709d00cf56fbbeab27a4",
                "sha256": "d9b159d5dc144e91302592c6a27fb273df4dea809abfc7e386807e637823a0b3"
            },
            "downloads": -1,
            "filename": "meizi-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "a255dad61ef8709d00cf56fbbeab27a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 4090,
            "upload_time": "2023-01-05T06:20:17",
            "upload_time_iso_8601": "2023-01-05T06:20:17.430947Z",
            "url": "https://files.pythonhosted.org/packages/bb/f2/c7ffc0eb4fea53055db818709180994b4b4d587846d42089a3d3dd219eed/meizi-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-05 06:20:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "meizi"
}
        
Elapsed time: 0.05908s