Skip to main content

Removes all .DS_Store files from a list

Project description

Description

A simple package that removes all .DS_Store files from a list.

Usage

import dsomit as ds

old_files_list = ["getJob.java", ".DS_Store", "root.xml"]
new_files_list = ds.omit(old_files_list) # Removes the .DS_Store 

print(old_files_list)
print(new_files_list)

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

dsomit-1.0.0.tar.gz (1.3 kB view hashes)

Uploaded Source

Built Distribution

dsomit-1.0.0-py3-none-any.whl (1.7 kB view hashes)

Uploaded Python 3

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