{"id":13813467,"url":"https://github.com/msabramo/setuptools-markdown","last_synced_at":"2025-07-29T09:33:31.326Z","repository":{"id":24801091,"uuid":"28215089","full_name":"msabramo/setuptools-markdown","owner":"msabramo","description":"Use Markdown for your project description","archived":false,"fork":false,"pushed_at":"2022-05-11T04:17:42.000Z","size":18,"stargazers_count":28,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-29T18:07:30.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msabramo.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-19T05:04:22.000Z","updated_at":"2024-10-14T01:59:20.000Z","dependencies_parsed_at":"2022-08-23T07:10:44.416Z","dependency_job_id":null,"html_url":"https://github.com/msabramo/setuptools-markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fsetuptools-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fsetuptools-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fsetuptools-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msabramo%2Fsetuptools-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msabramo","download_url":"https://codeload.github.com/msabramo/setuptools-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228006330,"owners_count":17854994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T04:01:18.824Z","updated_at":"2024-12-03T21:57:32.210Z","avatar_url":"https://github.com/msabramo.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"setuptools-markdown\n===================\n\nUse `Markdown \u003chttp://daringfireball.net/projects/markdown/\u003e`__ for your\nproject description\n\n-------------------------------------------------------------------------\n\nThis project is deprecated.\n===========================\n\n**Instead of using this, you should use the built-in functionality of\nsetuptools and PyPI.**\n\nSee `this page\n\u003chttps://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi/\u003e`__\nfor details.\n\n-------------------------------------------------------------------------\n\n\nInstall\n=======\n\n1. Install `pandoc \u003chttp://johnmacfarlane.net/pandoc/\u003e`_\n\n2. Install this module\n\n.. code:: console\n\n    pip install setuptools-markdown\n\n\nUse\n===\n\n.. code:: python\n\n    #!/usr/bin/env python\n    # setup.py\n\n    from setuptools import setup\n\n    setup(\n        ...\n        setup_requires=['setuptools-markdown'],\n        long_description_markdown_filename='README.md',\n        ...\n    )\n\nThe plugin will read the specified file, convert it to\n`reST \u003chttp://en.wikipedia.org/wiki/ReStructuredText\u003e`__ using\n`pypandoc \u003chttps://pypi.python.org/pypi/pypandoc\u003e`__ and store the\nresulting reST in the ``long_description`` metadata field of your\ndistribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsabramo%2Fsetuptools-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsabramo%2Fsetuptools-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsabramo%2Fsetuptools-markdown/lists"}