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.1
to
0.3.2
+8
setup.py
from setuptools import setup, find_packages
setup(
name = 'antgen',
packages = find_packages(),
# Non-python files to include in pypi
package_data={'antgen': ['requirements.txt', 'antgen/mapping.conf', 'antgen/default.conf']},
include_package_data=True,
)
+1
-1
Metadata-Version: 2.1
Name: antgen
Version: 0.3.1
Version: 0.3.2
Summary: This tool generates synthetic macroscopic load signatures for their use in conjunction with NILM (load disaggregation) tools.

@@ -5,0 +5,0 @@ Project-URL: Homepage, https://gitlab.com/nunovelosa/antgen

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

name = "antgen"
version = "0.3.1"
version = "0.3.2"
authors = [

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

Sorry, the diff of this file is not supported yet