Skip to main content

The official Dynamic Variable Engine for Python Programming Language

Project description

INT Dynamic Engine

INT Dynamic Engine is a lightweight, secure, and easy-to-use data management engine designed for Python projects. It focuses on simplifying data storage while ensuring security through robust encryption.

Key Features

  • Security First: Data is automatically encrypted using AES (Fernet) before being saved to the disk.
  • Zero Configuration: Minimal setup required—start managing variables immediately.
  • Dynamic Variable Management: Easily store and retrieve data in memory and persist it to the disk with a single command.
  • Lightweight: Designed to be minimal, making it perfect for any Python project.

Installation

Install the library using pip:

pip install int-dynamic-engine


💻 Quick Start

from inte import INTEngine

# Initialize the engine
inte = INTEngine(db_file="my_data.json")

# Load existing data
inte.load_from_disk()

# Store data dynamically

# > Set Input 
inte("student_name").set_input("Enter Your Name :")
inte("marks").set_input("Enter The Marks")

# > Set Value
inte("x").set_value(10)
inte("y").set_value(20)

# Save the encrypted data
inte.save()

# Retrieve data
print(f"Name: {inte.get_value('student_name')}")
print(f"Marks: {inte.get_value('marks')}")

# Securely clear memory
inte.clear_memory()


Technical Details
Encryption: Uses cryptography.fernet and PBKDF2HMAC to generate a strong key.

Data Format: Data is serialized to JSON and encrypted.

Memory Management: Utilizes Python's gc (Garbage Collector).

License
Released under the MIT License.

Author
Nikila Udana Email: nikila20071015udana@gmail.com
Intxteam Email: intxteam@gmail.com

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

int_dynamic_engine-2.1.0.tar.gz (3.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

int_dynamic_engine-2.1.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file int_dynamic_engine-2.1.0.tar.gz.

File metadata

  • Download URL: int_dynamic_engine-2.1.0.tar.gz
  • Upload date:
  • Size: 3.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for int_dynamic_engine-2.1.0.tar.gz
Algorithm Hash digest
SHA256 cf7ff7d1033da47720610a3ffa224fd98227c16bced20863e0fcf04e7b1673cc
MD5 94175efd2eecff4f927ced54ba12c4bb
BLAKE2b-256 ef9321db61f39d96f600a16c226d727d05cd713eedf7a8a01929033e4344a91a

See more details on using hashes here.

File details

Details for the file int_dynamic_engine-2.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for int_dynamic_engine-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5201f1a55d5ea8bad66e62093bbeb2272cbc3a3c57bdea86fe5f2b7130baca4e
MD5 3fefc6bc939869be54f6a4b95f274540
BLAKE2b-256 72798f7e634462915c8bc75bf879105681e6c67af1d9a1ea450f367629ddaa04

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page