Skip to main content

stringthings

a set of functions to work with strings:

  • splits

    • multisplit similar to the .split() method from the standard str class, but able to separate the string using multiple separators at once.
    • split_dmmmy splits a date string in format 'dmmmy' (like '5jan23') into a list ['d', 'mmm', 'y'].
  • numbers

    • is_numeric returns True if the string represents a number, not limited to integers as the .isdigit() string method.
    • get_number extract the number represented by the string.
  • filenames

    • extension splits a fullpath represented by the string into:
      • the extension of the file
      • the name of the file
      • the directory containing the file
      • the input fullpath
    • Handy functions to get the folder, the file name, or the extension from a full path:
      • get_folder returns the folder containing the file,
      • get_file returns the file name,
      • get_name returns the name of the file without the extension,
      • get_extension returns the extension of the file.
  • dates

    • is_date returns True if the input string represents a date.
    • format_date change the format of the date represented by the string, as requested by the user.
  • compression

    • compress compress the repeated items in a string sequence, i.e.: compress('1 2 2 2') returns '1 3*2'.
    • expand expand the compressed string repetitions, i.e.: expand('1 3*2') returns '1 2 2 2'.

To install this package:

Install it from the pypi.org repository:
pip install stringthings
or upgrade to the latest version:
pip install --upgrade stringthings

Optional requisites:

The main functionalities are purely Python powered and does not require any other package to work but, if present, some functions requires NumPy and Pandas:

  • NumPy
  • Pandas

Release files for stringthings 0.2.9

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for stringthings 0.2.9
File Size Uploaded
stringthings-0.2.9.tar.gz 11.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for stringthings 0.2.9
File Interpreter ABI Platform
stringthings-0.2.9-py3-none-any.whl Python 3 none any Details

Total release size: 23.3 kB

Release files / stringthings-0.2.9.tar.gz

Download URL stringthings-0.2.9.tar.gz
Size 11.3 kB
Tags Source
SHA-256 checksum
How to use checksums
db2521ff404d31e981e1f658b892c1441541ed263105ccdccf5d35fce31bc00c
BLAKE2b-256 checksum
How to use checksums
f5f162b2b7ab164c73466ad54e9a91f8234be2dcf55c6a5e7dfbf151f86a3e7f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.10.8

Release files / stringthings-0.2.9-py3-none-any.whl

Download URL stringthings-0.2.9-py3-none-any.whl
Size 12.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
9a6abdc60257adde43f290ff169048005a415be281988d7c8d61770344a81689
BLAKE2b-256 checksum
How to use checksums
cf9aff6bc62d80fddc8371430bf1733f84b8547484c582c26fd45c4bf0709c63
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.10.8

Release history Release notifications | RSS feed

This release

0.2.9 This release

2 release files

0.2.8

2 release files

0.2.5

2 release files

0.2.4

2 release files

0.2.3

2 release files

0.2.0

2 release files

0.1.1

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page