معرفی شرکت ها


MdUtil-0.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Markdown utility for python
ویژگی مقدار
سیستم عامل OS Independent
نام فایل MdUtil-0.0.1
نام MdUtil
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/Theodore-Robinson/MdUtil
آدرس اینترنتی https://pypi.org/project/MdUtil/
مجوز -
# MdUtil **MdUtil** is an open-source python package that helps you work with markdown Do note that this library is under development and it is common if you find a bug. If you do, you can [report a bug](https://github.com/MdUtil/issues/new/choose) Another reason this library is open-source is because you can contribute to it and prettify it! Instructions to contributing can be found on the [contributing guide] This library is licensed under the [mit license](https://en.wikipedia.org/wiki/MIT_License) and the license file is located inside of the [LICENSE file](https://github.com/MdUtil/blob/master/LICENSE) ## Installation This library is available to the world through PyPi. You can install this library as a project dependency using a command as simple as this: ```py pip install MdUtil ``` After you install it, you can include it as a project dependency and use it freely across your code: ```py import parseMd from MdUtil from django.shortcuts import render def home(request): return render(parseMd(""" # Hello World! ### Welcome to [my site](https://website.com)! """)) ```


نیازمندی

مقدار نام
- autopep8
- flake8


نحوه نصب


نصب پکیج whl MdUtil-0.0.1:

    pip install MdUtil-0.0.1.whl


نصب پکیج tar.gz MdUtil-0.0.1:

    pip install MdUtil-0.0.1.tar.gz