trsolucoes 0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.1
2
+ Name: trsolucoes
3
+ Version: 0.1
4
+ Summary: Um pacote contendo funções utilitárias para Selenium WebDriver
5
+ Author: Tainan Ramos
6
+ Author-email: tainan@trsolucoes.com.br
7
+ Requires-Dist: selenium
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,13 @@
1
+ from setuptools import setup, find_packages
2
+
3
+ setup(
4
+ name='trsolucoes',
5
+ version='0.1',
6
+ packages=find_packages(),
7
+ install_requires=[
8
+ 'selenium',
9
+ ],
10
+ description='Um pacote contendo funções utilitárias para Selenium WebDriver',
11
+ author='Tainan Ramos',
12
+ author_email='tainan@trsolucoes.com.br',
13
+ )
@@ -0,0 +1,7 @@
1
+ Metadata-Version: 2.1
2
+ Name: trsolucoes
3
+ Version: 0.1
4
+ Summary: Um pacote contendo funções utilitárias para Selenium WebDriver
5
+ Author: Tainan Ramos
6
+ Author-email: tainan@trsolucoes.com.br
7
+ Requires-Dist: selenium
@@ -0,0 +1,6 @@
1
+ setup.py
2
+ trsolucoes.egg-info/PKG-INFO
3
+ trsolucoes.egg-info/SOURCES.txt
4
+ trsolucoes.egg-info/dependency_links.txt
5
+ trsolucoes.egg-info/requires.txt
6
+ trsolucoes.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ selenium