Yevgnen / teapod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teapod

Table of Contents

Introduction

Scripts

The scripts provides convenient Python scripts for daily use. The installation will create executables automatically.

information
Print environment information in current folder.
org-import
Import cloud tabs from Safari to Org agenda file using Resworb.
pip-update-all
Update all Python packages using pip.
surge-to-ss
Convert Surge config to shadowsocks-rust config.
poetry-add-latest
Update all Poetry dependencies to latest version.
poetry-export-requirements
Export all Poetry dependencies while fixing version issue of torch and torchvision.

Installation

From pip

pip install teapod

From source

pip install git+https://github.com/Yevgnen/teapod.git

Contribution

Formatting Code

To ensure the codebase complies with a style guide, please use flake8, black and isort tools to format and check codebase for compliance with PEP8.

About


Languages

Language:Python 100.0%