Skip to main content

Markup lang

Project description

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!!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DSMD-0.0.3.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

DSMD-0.0.3-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file DSMD-0.0.3.tar.gz.

File metadata

  • Download URL: DSMD-0.0.3.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using 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

File hashes

Hashes for DSMD-0.0.3.tar.gz
Algorithm Hash digest
SHA256 14376239002646fb4b21209817c8648bd890062076ba545b9723da007887765a
MD5 eca8a64b677a284b0d81e26445021277
BLAKE2b-256 ae67008006c73b3ad92993282bb937396cc89a764f3f0160bfbdfa063a612235

See more details on using hashes here.

File details

Details for the file DSMD-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: DSMD-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using 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

File hashes

Hashes for DSMD-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 6ef216d805b72339c96516141edd29447d7d1219f7d41cdc20ded2754dcc3128
MD5 49bdb4737f64c42a97b8e66c17146ae9
BLAKE2b-256 62bf73a84e222656caa774fb49e1a42cf59144596974c4e0ea297ad6aec7949c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page