Rawbuilder

Latest version: v0.0.7

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

Scan your dependencies

Page 1 of 2

0.0.7

Added
- More Unit tests
- Add argument (return_df) to the build function to return the pandas dataframe
- Add argument (export_csv) to the build function to write the dataset as a CSV file
- Add argument (output_path) a directory path for building datasets in
- Add DataType: random_float to generate random floats
- Add Argument: (schema_dict) to read a schema from a dictionary
- Add DataType: password to generate strong_passwords

Changed
- Fixed a bug in data type: Decrement, where it was adding extra row

0.0.6

Added
- Unit Tests
- DataSet now accepts a path to any custom JSON schema
- CICD Support

Changed
- Rename the mocker class to factory
- reduce amount of dataset class properties (size,task) and add them to a hashmap object
- Rename Schema_location to Schema_path
- Raise exceptions with invalid JSON schema files

0.0.5

Changed
- Simplify logic: Processing one task a time
- Simplify logic: Cleaner columns data types logic
- Simplify logic: Clean up the house and remove the useless functions and logic

0.0.4

Added
- Functions headers and documentation
- Introduce the Modifier: Between to support complex column data types
- Version tracking file
- Student schema
Changed
- Arrange Mocker generators functions alphabetically | Mocker Class
- Naming conventions | Mocker Class
- Documentation
Removed
- Schema yaml, As I migrated the package to use JSON | Schema

0.0.3

Changed
- Support schema files in JSON instead of YAML, As JSON is a native python lib, and I faced multiple problems on different machines with yaml

0.0.2

Added
- First proof of concept MVP, I could build the first dataset

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.