# 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/* `
Release files for generate-md-links 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| generate-md-links-0.1.2.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| generate_md_links-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.7 kB
Release files / generate-md-links-0.1.2.tar.gz
| Download URL | generate-md-links-0.1.2.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9554ed35aaa455d3db4386b36ffaaacdf32fec0dbc5de53dd6fb6b9dc849c8ad
|
|
BLAKE2b-256 checksum How to use checksums |
0f30a289fe4a48adfb8607cadea02bf226f505a367c695ae3e1299972db01fa8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / generate_md_links-0.1.2-py3-none-any.whl
| Download URL | generate_md_links-0.1.2-py3-none-any.whl |
|---|---|
| Size | 2.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
10e0526f79da45b980b68f963ec8688c639f401496d90416f31c5897f6f8c96d
|
|
BLAKE2b-256 checksum How to use checksums |
fc014ca10c6265ae6471fc0b0fc24de47be83422ae9ae2a67c461a28637bbe6c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|