markdown-css


Namemarkdown-css JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttp://github.com/wecatch/markdown-css
SummaryMarkdown-css is a command tool to convert css style to markdown inline-style
upload_time2025-09-06 07:49:39
maintainerNone
docs_urlNone
authorsanyuesha
requires_python>=3.6
licensehttps://opensource.org/licenses/MIT
keywords markdown-css markdown css weixin
VCS
bugtrack_url
requirements docopt cssutils pyquery Pygments
Travis-CI No Travis.
coveralls test coverage No coveralls.
            markdown-css
============

Markdown-css is a command tool to convert css style to markdown inline-style.

Getting Started
===============

Install the package:

.. code-block:: bash

    pip install markdown-css

Basic usage:

.. code-block:: bash

    mkdir public
    touch style.css
    markdown-css pub.html --style=style.css --out=public

Features
========

- Convert CSS styles to inline styles
- Support for WeChat public account optimization
- Code highlighting support
- Multiple theme styles
- Python 3.6+ compatibility

Documentation
=============

For more information, see the `full documentation <https://github.com/wecatch/markdown-css/blob/master/README.md>`_. 


            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/wecatch/markdown-css",
    "name": "markdown-css",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "markdown-css markdown css weixin",
    "author": "sanyuesha",
    "author_email": "wecatch.me@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "markdown-css\n============\n\nMarkdown-css is a command tool to convert css style to markdown inline-style.\n\nGetting Started\n===============\n\nInstall the package:\n\n.. code-block:: bash\n\n    pip install markdown-css\n\nBasic usage:\n\n.. code-block:: bash\n\n    mkdir public\n    touch style.css\n    markdown-css pub.html --style=style.css --out=public\n\nFeatures\n========\n\n- Convert CSS styles to inline styles\n- Support for WeChat public account optimization\n- Code highlighting support\n- Multiple theme styles\n- Python 3.6+ compatibility\n\nDocumentation\n=============\n\nFor more information, see the `full documentation <https://github.com/wecatch/markdown-css/blob/master/README.md>`_. \n\n",
    "bugtrack_url": null,
    "license": "https://opensource.org/licenses/MIT",
    "summary": "Markdown-css is a command tool to convert css style to markdown inline-style",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "http://github.com/wecatch/markdown-css"
    },
    "split_keywords": [
        "markdown-css",
        "markdown",
        "css",
        "weixin"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bcc7af3d75db0092caa9cf389b82c07cebe2782a9b3b40dda45e22df49a66d2d",
                "md5": "9e454c04f631662e1c25a8792e63a374",
                "sha256": "93e857b74d0a6eadae0e4035e59c73c1eb490dce425469729b9ba038d5bacb1d"
            },
            "downloads": -1,
            "filename": "markdown_css-0.0.8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9e454c04f631662e1c25a8792e63a374",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 5356,
            "upload_time": "2025-09-06T07:49:39",
            "upload_time_iso_8601": "2025-09-06T07:49:39.368134Z",
            "url": "https://files.pythonhosted.org/packages/bc/c7/af3d75db0092caa9cf389b82c07cebe2782a9b3b40dda45e22df49a66d2d/markdown_css-0.0.8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-06 07:49:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wecatch",
    "github_project": "markdown-css",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "docopt",
            "specs": []
        },
        {
            "name": "cssutils",
            "specs": []
        },
        {
            "name": "pyquery",
            "specs": []
        },
        {
            "name": "Pygments",
            "specs": [
                [
                    "==",
                    "2.4.0"
                ]
            ]
        }
    ],
    "lcname": "markdown-css"
}
        
Elapsed time: 1.47260s