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

githubdata

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

githubdata - pypi Package Compare versions

Comparing version
8.4
to
8.5
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: githubdata
Version: 8.4
Version: 8.5
Summary: A simple tool to get the lastest version of a dataset in a Github repository

@@ -5,0 +5,0 @@ Project-URL: Homepage, https://github.com/imahdimir/githubdata

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

name = "githubdata"
version = "8.4"
version = "8.5"
authors = [{ name = "Mahdi Mir", email = "imahdimir@gmail.com" }]

@@ -10,0 +10,0 @@ description = "A simple tool to get the lastest version of a dataset in a Github repository"

@@ -1,6 +0,2 @@

"""
"""
from .main import get_data_from_github
from .main import GithubData

@@ -30,3 +30,3 @@ """

def overwriting_clone(self , overwrite = True , depth = 1) :
super().overwriting_clone(overwrite = overwrite , depth = depth)
super().overwriting_clone(overwrite = overwrite, depth = depth)
self.set_data_fps()

@@ -33,0 +33,0 @@