Code Monkey home page Code Monkey logo

modpy's Introduction

modpy

modpy

===============

description

python用の私用ヘルパ
実装したもの

  • ci
    • gitlab: apiクラス
    • jenkins: job実行用スクリプト
    • coverage: チェック用スクリプト
    • sonarqube: チェック用スクリプト
  • classes
    • elapsed_timer: 処理時間測定クラス
  • db
    • influxDB
      • init_env: DB接続情報の更新用
      • get: レコード取得用
      • insert: レコード追加用
      • influxdb_handler: DBハンドラ
  • image
    • adjust: 画像フォルダ一括調整用
  • loader
    • csv_loader: csvのreader/writerクラス
    • env_loader: .envのreader/writerクラス
    • json_loader: jsonのreader/writerクラス
  • mattermost:
    • init_env: 接続情報の更新用
    • create: post作成用スクリプト
    • delete: post削除用スクリプト
    • update: post更新用スクリプト
    • mattermost_handler: apiコール用ハンドラ
  • helper: 汎用ヘルパ

usage

  1. 適当にクローンして使用。必要に応じてパスに追加。
sys.path.append(os.path.join(os.path.dirname(__file__), './modpy'))
  1. topのrequirementsは必須の物。バージョンの不一致等は適宜調整。利用するディレクトリにrequirements.txtがある場合は随時pipでインストール
pip install -r modpy/requirements.txt
  1. ソースに含めないよう.gitignoreで調整

modpy's People

Contributors

sky-sakai avatar twintee avatar

Watchers

 avatar

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.