A module for object and model representations as strings, with vast configurations, colors, hidden and protected values, assignment operations, memory addresses and more.
Project description
represent
A module for object and model representations as strings, with vast configurations, colors, hidden and protected values, assignment operations, memory addresses and more.
first of all
specifics:
- writen and owned by: Shahaf Frank-Shapir
- all the rights are saved for: Shahaf Frank-Shapir
- program version: 0.0.0
- programming languages: python 3.9.12 (100%)
before we start
description:
- This module creates an easy-to-use, versatile dynamic system for representing python objects as strings.
- The string representation can be achieved for any python object, through functional or object-oriented usage.
- It is possible to configure many specific ways to display data, hide attributes, represent nested objects, > circular references, memory address, attribute names and values, indentation, and mor.
dependencies:
-
opening: As for this is a really complex program, which uses a lot of modules, there are required dependencies needed in order to run the program. keep in mined the program was writen in python 3.9, so any python version lower than 3.9 might not work properly. Moreover, built-in python modules are being used, so keep that in mind.
-
install app dependencies by writing the "-r" option to install the requirements writen in a file, and write the following line in the project directory:
pip install -r requirements.txt
run a test
run from windows command line (inside the project directory)
- run with python by writing to the command line in the project directory:
python test.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.