You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

antgen

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

antgen - pypi Package Compare versions

Comparing version
0.3.6
to
0.3.7
+1
-1
antgen.egg-info/PKG-INFO
Metadata-Version: 1.2
Name: antgen
Version: 0.3.6
Version: 0.3.7
Summary: This tool generates synthetic macroscopic load signatures for their use in conjunction with NILM (load disaggregation) tools.

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -43,3 +43,5 @@ # ANTgen -- the AMBAL-based NILM Trace generator

#model_file = "/Users/nunovelosa/Desktop/antgen/" + model_file
model_file = "C:/Users/Nuno.Velosa/Desktop/antgen/" + model_file
#model_file = "C:/Users/Nuno.Velosa/Desktop/antgen/" + model_file
current_path = os.path.dirname(os.path.abspath(__file__))
model_file = current_path + "/" + model_file
# IMPORTANT

@@ -46,0 +48,0 @@

Metadata-Version: 1.2
Name: antgen
Version: 0.3.6
Version: 0.3.7
Summary: This tool generates synthetic macroscopic load signatures for their use in conjunction with NILM (load disaggregation) tools.

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

@@ -7,3 +7,3 @@ [build-system]

name = "antgen"
version = "0.3.6"
version = "0.3.7"
authors = [

@@ -10,0 +10,0 @@ { name="Nuno Velosa", email="nunovelosa@hotmail.com" },

from setuptools import setup, find_packages
setup(
name='antgen',
version='0.3.6',
version='0.3.7',
author='Nuno Velosa',

@@ -6,0 +6,0 @@ author_email='nunovelosa@hotmail.com',