Skip to main content

Handy tools out of the box

Project description

tmsutils PyPI version Maintenance Build Status

collection of utility functions to make task easy

Function list:

  • csv_to_linear_tsv - function to convert given csv file into linear tsv file
  • file_split - function to split text or csv file into given chunks
  • merge_sqlite_db - function to merge sqlite database file of same schema
  • get_string_product - function to generate product of the given string of given length
  • get_string_combinations - function to generate combination of the given string of given length
  • dict_to_object - function to convert dictionary or json dump into object

Classes:

  • S3 (wrapper for S3 data storages)

    • file_exists - check if given key exists or not
    • get_temporary_link - get temporary download link for a given key
    • upload - upload your file or directory to s3 storage
    • download - download given key or entire folder from s3 storage
  • FileIO (wrapper for https://file.io 'snapchat' of file sharing)

    • NOTE: it requires 'curl' command line tool to be installed
    • upload - upload file to 'https://file.io' and returns file download link
    • download - download file from the given file.io url to given location

CLI (Command line Utilities):

  • gi (designed to help you create .gitignore files for your git repositories)
    • It is used to generate gitignore for operating systems, IDEs, or Programming Languages
    • The below command will generate .gitignore for python (PL) and code (IDE) in same place.
    $ tms gi python,code
    
    • In case of any such type which is not valid then
    $ tms gi python3,abcdx
    
    "python3" is invalid, try from "python"
    "abcdx" is invalid.
    
  • mdb (merging sqlite database command)
    • It is used to merge sqlite3 database files
    Options:
        --path = default current directory from where command runs
        --extension = default is set to sqlite, can also use 'db'
    
    It returns db file path if which all other are merged or return No file found.
    
  • sf (splitting files (eg: txt, csv, tsv etc..) into equal chunks of given size)
    • takes file path as an argument, it splits the file by default into 10 chunks
    Options:
        FILEPATH - path to the file
        --chunk, -c <int> number of chunks (default=10)
    

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

tmsutils-1.0.8.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

tmsutils-1.0.8-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file tmsutils-1.0.8.tar.gz.

File metadata

  • Download URL: tmsutils-1.0.8.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for tmsutils-1.0.8.tar.gz
Algorithm Hash digest
SHA256 e928d19febca8e7296f71b02ce0d460fca13f3262c15337c1f4c268b3698b8e9
MD5 d2e339f0d4b5f5420938096aff7025ce
BLAKE2b-256 f60e39fb0e230de809ae297c86db24bf7c6af9109377a16bfa34b459cf4c1076

See more details on using hashes here.

File details

Details for the file tmsutils-1.0.8-py3-none-any.whl.

File metadata

  • Download URL: tmsutils-1.0.8-py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.2

File hashes

Hashes for tmsutils-1.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 106c96d333a520ce133949c85226c4c6717dc4f6db69d72b9aa6ff1a906767be
MD5 35a8e04c42d2b65117032c86fed59a86
BLAKE2b-256 6cf3ade0ae2c730cb9d13c8e2ae9cdf46b5a801e03f720eb0fe10626f5537edc

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