Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
To not get annoyed by simple recurring tasks I created this small library.
Installation
Usage
pip install easy-tasks
You will need to install to_precision from github to use all the percentage stuff. For this visit https://github.com/BebeSparkelSparkel/to-precision, go to the latest release, which might be https://github.com/BebeSparkelSparkel/to-precision/releases/tag/0.0.1, and download the .tar.gz. With pip install <path to .tar.gz>
you can finish your installation.
furthest_value_in_list
Function returning the closest number of a list to a given value
closest_value_in_list
Function returning the closest number of a list to a given value
furthest_value_in_dict
Function returning the closest number of a dicts values to a given value
closest_value_in_dict
Function returning the closest number of a dicts values to a given value
find_dublicates
Function returning a list of Dubs objects which have the properties: value, number_of_dublicates and indices
remove_dublicates
Function returning a copy of the given list in which only the first occurrence of every value remains
get_percentage_as_fitted_string
Function returning the calculated percentage from the inout count and total fittet to the string lenght of 100.00 %
args:
count: current counting value
total: total value
round_to: rounding digits, default: 2
with_percentage_symbol: boolean, adds ' %' if True
progress_printer
Better use ProgressBar instead
Call this funciton in a loop with index+1 as count to monitor your progress.
Will automatically switch to a new line when 100 % is reached.
Remember to call print once if you break since the cursor will not move to the next line till 100 % are reached.
main_and_sub_progress_printer
Basically the progress_printer with one susbprocess.
upper_case_first_letter_of_word
Function returning a string in which the word begins with an upper case letter.
upper_case_first_letter_of_words
Function returning a string in which every word begins with an upper case letter.
unpack_list
Dissolve inner lists and tuples of nested list and tuples.
ProgressBar
Create progress bar with poossible subprogresses, exception handling, early termination handling, early completion handling and many options for customization.
Simply use as with ProgressBar(total) as prg:
and look at the class parameters and methods.
FAQs
Normal python class tasks like sorting, closet/furthest value, dublicates, ...
We found that easy-tasks demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.