Skip to main content

Different functions

Project description

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.

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

harrix-pylib-0.17.tar.gz (3.2 kB view hashes)

Uploaded Source

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