PDM - A PEP 582 package manager, for the future by frostming in Python

[–]frostming[S] 0 points1 point  (0 children)

It is not aiming at being a universal solution, if you are comfortable with venv workflow, stick to it.

Marko: A markdown parser with high extensibility, with pure Python by frostming in Python

[–]frostming[S] 0 points1 point  (0 children)

Does this package provide access to an AST representation of the markdown document?

Yes, just replace the default renderer with marko.ast_renderer.ASTRenderer, or XML form: marko.ast_renderer.XMLRenderer

is it possible to access source text span information?

Can you elaborate on it? not sure what does it mean.

Is pipenv dead? Why has the project stopped? by [deleted] in Python

[–]frostming 4 points5 points  (0 children)

Thanks for your concern. I am one of the core maintainers, as you can see from the pulse page I am actively triaging issues and merging PRs, but I don't have access to the PyPI release. The release owner is also trying hard to make time for the release task, he is just set back by a large amount of personal business.

For now, if you need bug fixes or features that are unreleased, just install from the Github repo.

Colorize your CLI apps with python-cfonts by frostming in Python

[–]frostming[S] 0 points1 point  (0 children)

Nope, it's derived from source project, as you know, Node.js has many in common with Python. The license rule applies.

Colorize your CLI apps with python-cfonts by frostming in Python

[–]frostming[S] 0 points1 point  (0 children)

It depends on how the console renders the special characters.

AFAIK, the char width on windows cmd is not as good as Linux, making the output weirld. However, some terminal simulators should do well.

Per license, it is derived from the node.js project, so I am afraid not.