Initial commit of my_toolbox package with basic tools and setup files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: my_toolbox
|
||||
Version: 0.1
|
||||
Summary: Paquete con mis herramientas básicas
|
||||
Author: Tr4shhh
|
||||
Author-email: tu.email@example.com
|
||||
@@ -0,0 +1,15 @@
|
||||
README.md
|
||||
setup.py
|
||||
my_toolbox/__init__.py
|
||||
my_toolbox/calcular_combinatoria.py
|
||||
my_toolbox/comparar_hash.py
|
||||
my_toolbox/driver_para_scraping.py
|
||||
my_toolbox/excel.py
|
||||
my_toolbox/generar_archivos_carpetas_desde_tree.py
|
||||
my_toolbox/manejo_archivos.py
|
||||
my_toolbox/print_to_txt.py
|
||||
my_toolbox.egg-info/PKG-INFO
|
||||
my_toolbox.egg-info/SOURCES.txt
|
||||
my_toolbox.egg-info/dependency_links.txt
|
||||
my_toolbox.egg-info/top_level.txt
|
||||
tests/test_herramientas.py
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
my_toolbox
|
||||
Reference in New Issue
Block a user