harrix-pylib

Different functions


License
MIT
Install
pip install harrix-pylib==0.17

Documentation

harrix-pylib

Common functions for working in Python.

GitHub PyPI

Quick start

Examples of using the library:

import harrixpylib as h

h.clear_directory("C:/temp_dir")
import harrixpylib as h

md_clean = h.remove_yaml_from_markdown("""
---
categories: [it, program]
tags: [VSCode, FAQ]
---

# Installing VSCode
""")
print(md_clean)  # Installing VSCode

Install

Pip: pip install harrix-pylib.

Pipenv: pipenv install harrix-pylib.

Update

Pip: pip update harrix-pylib.

Pipenv: pipenv update harrix-pylib.

Development

See development.md.