Py-basic-commands

Latest version: v0.2.24

Safety actively analyzes 701533 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.1.53

Added

- New function `flatten_list()`
- Opens a list of lists to a single list

Changed

- `fprint()`
- Multiple args print after each other, instead of beneath
- `end` input variable fixed
- Now prints after all args

**Full Changelog**: https://github.com/RasseTheBoy/Py_Basic_Commands/compare/0.1.52...0.1.53

0.1.52

Added

- `Timer`
- Works like `time.perf_counter`, but with added features

**Full Changelog**: https://github.com/RasseTheBoy/Py_Basic_Commands/compare/0.1.51...0.1.52

0.1.51

Added

- `FunctionTimer`
- New variable `skip_intro`
- Skips the intro text `'Function timer started: {function name}'`
- Default: True

Changed

- `FunctionTimer`
- Added a combined print function for both the function and decorator
- Should get the correct function name
- If fails, gets the name of the object
- Returns an empty string if all fails

**Full Changelog**: https://github.com/RasseTheBoy/Py_Basic_Commands/compare/0.1.5...0.1.51

0.1.44

Added

- `README.md`
- Anchor points to all functions
- A docstring to each function

Changed

- `try-traceback()`
- Returns `None` instead `traceback.format_exc()` if `except` is called
- `fprint()`
- Takes `*args:Any` instead of just a single `string` as input

Removed

- `FastDebugger()`
- Completely removed from `py_basic_commands`
- [Separate GitHub repo](https://github.com/RasseTheBoy/FastDebugger)
- Unnecessary imports removed from `py_basic_commands`

**Full Changelog**: https://github.com/RasseTheBoy/Py_Basic_Commands/compare/0.1.43...0.1.44

0.1.43

Added

- `chunker()`
- type hint returns `Any`
- New file
- `TODO.md`
- New logo added to `README.md`

Changed

- `chunker()`
- returns `list` instead of `generator`
- `fd()`
- changed from a `function` to a `class`
- input set as *args
- can take multiple variables
- New function name
- `join_dir()` -> `join_path()`

**Full Changelog**: https://github.com/RasseTheBoy/Py_Basic_Commands/compare/0.1.42...0.1.43

0.1.42

Added

- New function
- `write_json()`
- `chunker()`
- `read_json()`
- return type hint set as `Any`
- `write_file()`
- takes to account if input is a numpy array

Page 4 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.