Skip to main content

文件/目录相关utils

Project description

tangUtils

根据个人使用习惯, 将一些 文件、目录、命令行交互 相关操作做了一个语法糖

examples

from tangUtils.main import File
from tangUtils.mail import Mail

root = File(__file__).parent

em = Mail(fromAddr=("王小明", "10086@qq.com"), password="your auth code")
toAddr = [
  "10000@qq.com",
  ("王钢蛋", "10010@qq.com"),
]
subject = "来自王小明的提醒"
fallbackText="您的客户端无法显示此类型的消息(html), 请换用其它客户端以查看该超文本内容"
html="""
  <!DOCTYPE html>
  <html lang="zh-cn">
  <body>
    <div>您已接收到来自<strong>王小明</strong>的提示</div>
    <!-- 邮箱客户端一般会屏蔽不同域的图片链接, 可以将图片放到附件中 -->
    <!-- src 使用 cid:idx, idx 是图片所在的文件序号 -->
    <img src="cid:1" alt="picture">
  </body>
  </html>
"""
em.sendTo(toAddr=toAddr, subject=subject, fallbackText=fallbackText, html=html, attachment=root.files)
em.quit()

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

tangUtils-0.1.1.tar.gz (9.9 kB view details)

Uploaded Source

File details

Details for the file tangUtils-0.1.1.tar.gz.

File metadata

  • Download URL: tangUtils-0.1.1.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.6.8

File hashes

Hashes for tangUtils-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5a2e7c79ded67237ea1326f9f1ed4aed8415b39a773b82c32fa23ebeee434bd1
MD5 fc97a8c9602fc247c9f43aa9643f9089
BLAKE2b-256 9ddd3d76073ee8b15561cad1f09bb5b4fa94aea61dcf71d783ad080690c7b5e6

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