mdformat-deflist
An mdformat plugin for markdown-it-deflist.
Development
This package utilises flit as the build engine, and tox for test automation.
To install these development dependencies:
pip install tox
To run the tests:
tox
and with test coverage:
tox -e py310-cov
The easiest way to write tests, is to edit tests/fixtures.md
To run the code formatting and style checks:
tox -e py310-pre-commit
or directly
pip install pre-commit
pre-commit run --all
To run the pre-commit hook test:
tox -e py310-hook
Publish to PyPi
Either use flit directly:
pip install flit
flit publish
or trigger the GitHub Action job, by creating a release with a tag equal to the version, e.g. v0.0.1.
Note, this requires generating an API key on PyPi and adding it to the repository Settings/Secrets, under the name PYPI_KEY.
Release files for mdformat_deflist 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mdformat_deflist-0.1.4.tar.gz | 5.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mdformat_deflist-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.7 kB
Release files / mdformat_deflist-0.1.4.tar.gz
| Download URL | mdformat_deflist-0.1.4.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3bcb156831aa6a021db5f4d165544173355f02f5dbdf35d1a097fc1704289f51
|
|
BLAKE2b-256 checksum How to use checksums |
bcb2c9925b2545572af93bcbe4a93d52d7c2ab7f01fe16784367935f25891967
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.32.5
|
Release files / mdformat_deflist-0.1.4-py3-none-any.whl
| Download URL | mdformat_deflist-0.1.4-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
968adf081a99366c41fd3fa0c23300361180c1b180c60f7917f5287ead93428e
|
|
BLAKE2b-256 checksum How to use checksums |
6bd2921703e0a996b5dd4926bfc01f1c132dd2554560455d92c5eccd4f2a3ca3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.32.5
|