Socket
Book a DemoSign in
Socket

pccontrol

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pccontrol - pypi Package Compare versions

Comparing version
0.4
to
0.5
+1
pccontrol/__init__.py
from main import get_ip
+1
-1
Metadata-Version: 1.1
Name: pccontrol
Version: 0.4
Version: 0.5
Summary: This is a python library that gives you functions for doing multiple things on pc.

@@ -5,0 +5,0 @@ Home-page: https://github.com/karimk123/pccontrol

@@ -5,3 +5,3 @@ from distutils.core import setup

packages = ['pccontrol'], # Chose the same as "name"
version = '0.4', # Start with a small number and increase it with every change you make
version = '0.5', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository

@@ -8,0 +8,0 @@ description = 'This is a python library that gives you functions for doing multiple things on pc.', # Give a short description about your library

import main