Metadata-Version: 2.1
Name: soma
Version: 0.1.32
Summary: Public utility package used by SomaLabs.
Home-page: https://bitbucket.org/somalabs/soma-tools
Author: Cyfer
Author-email: luiz.costa@somagrupo.com.br
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: mysql-connector
Requires-Dist: numpy
Requires-Dist: google-cloud-storage

# Installation

The installation can be done using either ssh or https:

## SSH
`pip install -e "git+ssh://git@bitbucket.org/somalabs/soma-tools.git/#egg=soma&subdirectory=soma_pkg/"`

## HTTPS
`pip install -e "git+https://bitbucket.org/somalabs/soma-tools.git/#egg=soma&subdirectory=soma_pkg/"`

