generate-md-links


Namegenerate-md-links JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://gitee.com/763593659/generate_-md_links
SummaryGenerate Markdown links for specified files.
upload_time2023-09-28 06:15:09
maintainer
docs_urlNone
authorxgh
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # generate_MD_links

##
generate_MD_links is a Python script that generates a Markdown file with links to all the files in a directory.



> usage: x-generate-md-links [-h]
>                            output_file extension directory [directory ...]
> 
> Generate Markdown links for specified files.
> 
> positional arguments:
>   output_file  Output Markdown file name
>   extension    File extension to search for (e.g., .pdf)
>   directory    Directories to search for files
> 
> options:
>   -h, --help   show this help message and exit


## memo for uploading to PyPI
```powershell
python setup.py sdist bdist_wheel
python -m twine upload --repository pypi dist/*
```
### update
```powershell
rm -r dist
python setup.py sdist bdist_wheel
python -m twine upload --repository pypi dist/*
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://gitee.com/763593659/generate_-md_links",
    "name": "generate-md-links",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "xgh",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0f/30/a289fe4a48adfb8607cadea02bf226f505a367c695ae3e1299972db01fa8/generate-md-links-0.1.2.tar.gz",
    "platform": null,
    "description": "# generate_MD_links\r\n\r\n##\r\ngenerate_MD_links is a Python script that generates a Markdown file with links to all the files in a directory.\r\n\r\n\r\n\r\n> usage: x-generate-md-links [-h]\r\n>                            output_file extension directory [directory ...]\r\n> \r\n> Generate Markdown links for specified files.\r\n> \r\n> positional arguments:\r\n>   output_file  Output Markdown file name\r\n>   extension    File extension to search for (e.g., .pdf)\r\n>   directory    Directories to search for files\r\n> \r\n> options:\r\n>   -h, --help   show this help message and exit\r\n\r\n\r\n## memo for uploading to PyPI\r\n```powershell\r\npython setup.py sdist bdist_wheel\r\npython -m twine upload --repository pypi dist/*\r\n```\r\n### update\r\n```powershell\r\nrm -r dist\r\npython setup.py sdist bdist_wheel\r\npython -m twine upload --repository pypi dist/*\r\n```\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Generate Markdown links for specified files.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://gitee.com/763593659/generate_-md_links"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc014ca10c6265ae6471fc0b0fc24de47be83422ae9ae2a67c461a28637bbe6c",
                "md5": "85a3f824bdc5754e0ca724709520c26d",
                "sha256": "10e0526f79da45b980b68f963ec8688c639f401496d90416f31c5897f6f8c96d"
            },
            "downloads": -1,
            "filename": "generate_md_links-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85a3f824bdc5754e0ca724709520c26d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2680,
            "upload_time": "2023-09-28T06:15:07",
            "upload_time_iso_8601": "2023-09-28T06:15:07.867340Z",
            "url": "https://files.pythonhosted.org/packages/fc/01/4ca10c6265ae6471fc0b0fc24de47be83422ae9ae2a67c461a28637bbe6c/generate_md_links-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f30a289fe4a48adfb8607cadea02bf226f505a367c695ae3e1299972db01fa8",
                "md5": "a530df5368fc3e6103bbdd4436c7329a",
                "sha256": "9554ed35aaa455d3db4386b36ffaaacdf32fec0dbc5de53dd6fb6b9dc849c8ad"
            },
            "downloads": -1,
            "filename": "generate-md-links-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a530df5368fc3e6103bbdd4436c7329a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2009,
            "upload_time": "2023-09-28T06:15:09",
            "upload_time_iso_8601": "2023-09-28T06:15:09.707701Z",
            "url": "https://files.pythonhosted.org/packages/0f/30/a289fe4a48adfb8607cadea02bf226f505a367c695ae3e1299972db01fa8/generate-md-links-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-28 06:15:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "generate-md-links"
}
        
xgh
Elapsed time: 0.13514s