DSMD
DSMD is a superset of Markdown. When you run it, it will start a while loop for you to start writing DSMD!
Here is how you should install it!
| Manager | Command |
|---|---|
| pip | pip install DSMD |
| poetry | python -m poetry add DSMD |
| Repl.it | Search DSMD in the package tab and add it.(coming soon) |
After you have done one of those things(or you have your own way of getting it), you can start writing DSMD! Here is a sample!
from DSMD import parse # parse is the only function in the module
parse("README")
Unlike the first version of DSMD, you don't have to put DSMD as the end. DSMD trusts you to put the correct file path. To help you, DSMD puts your files at the root of your repository. Like say your file structure looks like this:
-src:
--main.py
README.dsmd
README.md
You would put in your main.py:
from DSMD import parse
parse("README")
DSMD puts you at the start of your repository when you say what file. So be on the lookout!
Once you run your main.py file with a README.dsmd. You'll see a README.md come up. DSMD automaticly creates a md file for you if you didn't make the md file yourself. Then anything in the md file gets emtpied out. So make sure nothing importants in it. Then, while loop starts. And every three seconds, DSMD will parse your DSMD file and puts the parsed code into the md file. Then one your are done editing. Just do ctrl + c to end the process. But if you don't like it updating every three seconds, in the parse function that is given to you, you can specify the time you want to be updated on like this:
parse("README", 10)
Then DSMD will update every 10 seconds! Cool right. Then after this setup is done, you can go crazy with DSMD!
But you might think But I don't know any DSMD. Well never fear! If you go here, you can see a full tutorial on DSMD.
And the docs for DSMD will be coming out soon, so you can get the creators full point of view on DSMD.
Thanks for reading this and I'll see you in the next version...
BAII!!
Release files for DSMD 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| DSMD-0.0.3.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| DSMD-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.5 kB
Release files / DSMD-0.0.3.tar.gz
| Download URL | DSMD-0.0.3.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
14376239002646fb4b21209817c8648bd890062076ba545b9723da007887765a
|
|
BLAKE2b-256 checksum How to use checksums |
ae67008006c73b3ad92993282bb937396cc89a764f3f0160bfbdfa063a612235
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.8.0 tqdm/4.60.0 CPython/3.8.9
|
Release files / DSMD-0.0.3-py3-none-any.whl
| Download URL | DSMD-0.0.3-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6ef216d805b72339c96516141edd29447d7d1219f7d41cdc20ded2754dcc3128
|
|
BLAKE2b-256 checksum How to use checksums |
62bf73a84e222656caa774fb49e1a42cf59144596974c4e0ea297ad6aec7949c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.8.0 tqdm/4.60.0 CPython/3.8.9
|