Giter VIP home page Giter VIP logo

bitoolbox's Introduction

BIToolbox

Problemas

Se tiver problemas instalando pacotes, por conta do pip, use:

pip install --trusted-host pypi.python.org [pacote]

Para clonar esse repositório na rede da Catho:

git -c http.sslVerify=false clone https://github.com/madpin/bitoolbox
python .\bitoolbox\setup.py install
pip install --trusted-host pypi.python.org -r .\bitoolbox\requirements.txt

Para instalar em um ambiente "normal":

pip install --upgrade git+https://github.com/madpin/bitoolbox

Datetools

DBtools

Necessario configurar uma variavel de ambiente "bitoolbox_ini" com o caminho para um arquivo ini de acessos a base de dados!

[ALIAS_DO_BANCO]
host = banco_de_dados.uol.com.br
port = 3306
username = usuario
password = senha
charset = utf8
[schema = banco_xpto]

Exemplo do meu arquivo

Omnitools

POGTools

Hahaha, juntando as pogs num modulo só.

Pd Utils

Algumas configurações do Pandas:

pd.set_option('display.width', 135)
pd.set_option('display.max_rows', 999)
pd.set_option('display.max_colwidth', 999)
pd.set_option('display.max_columns', 25)
pd.set_option('precision', 2)

Platform Tools

BirstTools

[API_Birst]
host = banco_de_dados.uol.com.br
username = usuario
password = senha

Logtools

Grupo de funções para gerenciar log.

Track Sale Tools

Grupo de funções para gerenciar o Tracksale.

Autores

  • Thiago MadPin - trabalho inicial

Ps: Se já tiver um git e quiser configurar o SSL:

git config http.sslVerify false

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.