Skip to main content

Collection of simple utils.

Project description

fastutils

Collection of simple utils.

Install

    pip install fastutils

Installed Utils

  • aesutils
  • dictutils
  • hashutils
  • listutils
  • strutils

Usage Example

from fastutils import strutils
assert strutils.split("a,b.c", [",", "."]) == ["a", "b", "c"]

Release Notice

v0.1.0 2019.08.23

  • Add simple utils about operations of aes, dict, hash, list and str.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

fastutils-0.1.0.tar.gz (6.9 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