「Colabには最初から数百のPythonパッケージがインストール済み」という説明があったので、ふと思い付いて一覧にしてみました。実際には381個のパッケージがありました。
方法は、Colab上で!pip freeze
コマンドを打つだけ。
なお、2020/03/14時点のCPU版VMのものです。GPU/TPU版のVMだと違う結果かもしれません。念のため。
以下では、取得したパッケージ名を基にPyPIのサイトへのリンクと概要を自動作成して、概要は日本語に機械翻訳したバージョンも載せました。
※ちなみにこれを実施するプログラムはC#で書きました(ColabのPyPIパッケージを一覧にするC#コード)。
※「en-core-web-sm」「screen-resolution-extra」「xkit」の3つのパッケージがPyPI上では見つからなかったです。仕方ないので、それぞれ!pip show xxx
して概要情報とホームページリンクを取得して手動で書き換えました。
Colab内にインストール済みのPythonパッケージ一覧
- absl-py==0.9.0:
Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
Abseil Python Common Libraries、https://github.com/abseil/abseil-pyを参照してください。 - alabaster==0.7.12:
A configurable sidebar-enabled Sphinx theme
構成可能なサイドバー対応のSphinxテーマ - albumentations==0.1.12:
Fast image augmentation library and easy to use wrapper around other libraries
高速な画像増強ライブラリと他のライブラリの周りの使いやすいラッパー - altair==4.0.1:
Altair: A declarative statistical visualization library for Python.
Altair:Python用の宣言型統計可視化ライブラリ。 - asgiref==3.2.3:
ASGI specs, helper code, and adapters
ASGI仕様、ヘルパーコード、およびアダプター - astor==0.8.1:
Read/rewrite/write Python ASTs
Python ASTの読み取り/書き換え/書き込み - astropy==4.0:
Community-developed python astronomy tools
コミュニティが開発したpython天文学ツール - atari-py==0.2.6:
Python bindings to Atari games
AtariゲームへのPythonバインディング - atomicwrites==1.3.0:
Atomic file writes.
アトミックファイルの書き込み。 - attrs==19.3.0:
Classes Without Boilerplate
定型のないクラス - audioread==2.1.8:
multi-library, cross-platform audio decoding
マルチライブラリ、クロスプラットフォームオーディオデコーディング - autograd==1.3:
Efficiently computes derivatives of numpy code.
numpyコードの導関数を効率的に計算します。 - Babel==2.8.0:
Internationalization utilities
国際化ユーティリティ - backcall==0.1.0:
Specifications for callback functions passed in to an API
APIに渡されるコールバック関数の仕様 - backports.tempfile==1.0:
Backport of new features in Python's tempfile module
Pythonのtempfileモジュールの新機能のバックポート - backports.weakref==1.0.post1:
Backport of new features in Python's weakref module
Pythonのweakrefモジュールの新機能のバックポート - beautifulsoup4==4.6.3:
Screen-scraping library
スクリーンスクレイピングライブラリ - bleach==3.1.0:
An easy safelist-based HTML-sanitizing tool.
簡単なセーフリストベースのHTMLサニタイズツール。 - blis==0.2.4:
The Blis BLAS-like linear algebra library, as a self-contained C-extension.
自己完結型のC拡張としてのBlis BLASのような線形代数ライブラリ。 - bokeh==1.4.0:
Interactive plots and applications in the browser from Python
Pythonのブラウザでのインタラクティブなプロットとアプリケーション - boto==2.49.0:
Amazon Web Services Library
アマゾンウェブサービスライブラリ - boto3==1.11.15:
The AWS SDK for Python
Python用AWS SDK - botocore==1.14.15:
Low-level, data-driven core of boto 3.
boto 3の低レベルのデータ駆動型コア。 - Bottleneck==1.3.1:
Fast NumPy array functions written in C
Cで記述された高速NumPy配列関数 - branca==0.3.1:
Generate complex HTML+JS pages with Python
Pythonで複雑なHTML + JSページを生成する - bs4==0.0.1:
Dummy package for Beautiful Soup
ビューティフルスープのダミーパッケージ - bz2file==0.98:
Read and write bzip2-compressed files.
bzip2で圧縮されたファイルを読み書きします。 - cachetools==3.1.1:
Extensible memoizing collections and decorators
拡張可能なメモ化コレクションとデコレーター - certifi==2019.11.28:
Python package for providing Mozilla's CA Bundle.
MozillaのCAバンドルを提供するPythonパッケージ。 - cffi==1.14.0:
Foreign Function Interface for Python calling C code.
Cコードを呼び出すPythonの外部関数インターフェイス。 - chainer==6.5.0:
A flexible framework of neural networks
ニューラルネットワークの柔軟なフレームワーク - chardet==3.0.4:
Universal encoding detector for Python 2 and 3
Python 2および3のユニバーサルエンコーディングディテクター - chart-studio==1.0.0:
Utilities for interfacing with plotly's Chart Studio
plotlyのChart Studioとインターフェイスするためのユーティリティ - Click==7.0:
Composable command line interface toolkit
構成可能なコマンドラインインターフェイスツールキット - cloudpickle==1.2.2:
Extended pickling support for Python objects
Pythonオブジェクトの拡張picklingサポート - cmake==3.12.0:
CMake is an open-source, cross-platform family of tools designed to build, test and package software
CMakeは、ソフトウェアを構築、テスト、およびパッケージ化するために設計されたオープンソースのクロスプラットフォームファミリのツールです。 - colorlover==0.3.0:
Color scales for IPython notebook
IPythonノートブックのカラースケール - community==1.0.0b1:
merge together wellness checks to unify your shit
あなたのたわごとを統合するためにウェルネスチェックをマージします - contextlib2==0.5.5:
Backports and enhancements for the contextlib module
contextlibモジュールのバックポートと機能強化 - convertdate==2.2.0:
Converts between Gregorian dates and other calendar systems.Calendars included: Baha'i, French Republican, Hebrew, Indian Civil, Islamic, ISO, Julian, Mayan and Persian.
グレゴリオ暦の日付と他のカレンダーシステムとの間で変換します。カレンダーには次が含まれます:Baha' i、フランス共和党、ヘブライ語、インド市民、イスラム、ISO、ジュリアン、マヤ、ペルシャ。 - coverage==3.7.1:
Code coverage measurement for Python
Pythonのコードカバレッジ測定 - coveralls==0.5:
Show coverage stats online via coveralls.io
coveralls.ioを介してカバレッジ統計をオンラインで表示します - crcmod==1.7:
CRC Generator
CRCジェネレーター - cufflinks==0.17.0:
Productivity Tools for Plotly + Pandas
Plotly + Pandasの生産性向上ツール - cvxopt==1.2.4:
Convex optimization package
凸最適化パッケージ - cvxpy==1.0.25:
A domain-specific language for modeling convex optimization problems in Python.
Pythonの凸最適化問題をモデル化するためのドメイン固有の言語。 - cycler==0.10.0:
Composable style cycles
構成可能なスタイルサイクル - cymem==2.0.3:
Manage calls to calloc/free through Cython
Cythonを介してcalloc / freeへの呼び出しを管理する - Cython==0.29.15:
The Cython compiler for writing C extensions for the Python language.
Python言語のC拡張を記述するためのCythonコンパイラ。 - daft==0.0.4:
PGM rendering at its finest
最高のPGMレンダリング - dask==2.9.2:
Parallel PyData with Task Scheduling
タスクスケジューリングを使用した並列PyData - dataclasses==0.7:
A backport of the dataclasses module for Python 3.6
Python 3.6のdataclassesモジュールのバックポート - datascience==0.10.6:
A Jupyter notebook Python library for introductory data science
データサイエンスの入門用のJupyterノートブックPythonライブラリ - decorator==4.4.1:
Decorators for Humans
人間用デコレータ - defusedxml==0.6.0:
XML bomb protection for Python stdlib modules
Python stdlibモジュールのXML爆弾保護 - descartes==1.1.0:
Use geometric objects as matplotlib paths and patches
matplotlibのパスとパッチとしてジオメトリオブジェクトを使用する - dill==0.3.1.1:
serialize all of python
すべてのpythonをシリアル化する - distributed==1.25.3:
Distributed scheduler for Dask
Daskの分散スケジューラー - Django==3.0.3:
A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
迅速な開発とクリーンで実用的な設計を促進する高レベルのPython Webフレームワーク。 - dlib==19.18.0:
A toolkit for making real world machine learning and data analysis applications
現実世界の機械学習およびデータ分析アプリケーションを作成するためのツールキット - dm-sonnet==1.35:
Sonnet is a library for building neural networks in TensorFlow.
Sonnetは、TensorFlowでニューラルネットワークを構築するためのライブラリです。 - docopt==0.6.2:
Pythonic argument parser, that will make you smile
Pythonic argument parser、それはあなたを笑顔にします - docutils==0.15.2:
Docutils -- Python Documentation Utilities
Docutils-Pythonドキュメントユーティリティ - dopamine-rl==1.0.5:
Dopamine: A framework for flexible Reinforcement Learning research
ドーパミン:柔軟な強化学習研究のフレームワーク - earthengine-api==0.1.213:
Earth Engine Python API
Earth Engine Python API - easydict==1.9:
Access dict values as attributes (works recursively).
属性としてdict値にアクセスします(再帰的に機能します)。 - ecos==2.0.7.post1:
This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
これはECOS:Embedded Cone Solver用のPythonパッケージです。詳細については、Githubページを参照してください。 - editdistance==0.5.3:
Fast implementation of the edit distance(Levenshtein distance)
編集距離(レーベンシュタイン距離)の高速実装 - en-core-web-sm==2.1.0:
Does not exist in PyPI index! English multi-task CNN trained on OntoNotes. Assigns context-specific token vectors, POS tags, dependency parse and named entities.
PyPIインデックスには存在しません! OntoNotesでトレーニングされた英語のマルチタスクCNN。コンテキスト固有のトークンベクトル、POSタグ、依存関係解析、および名前付きエンティティを割り当てます。 - entrypoints==0.3:
Discover and load entry points from installed packages.
インストールされたパッケージからエントリポイントを検出してロードします。 - et-xmlfile==1.0.1:
An implementation of lxml.xmlfile for the standard library
標準ライブラリのlxml.xmlfileの実装 - fa2==0.3.5:
The fastest ForceAtlas2 algorithm for Python (and NetworkX)
Python(およびNetworkX)用の最速のForceAtlas2アルゴリズム - fancyimpute==0.4.3:
Matrix completion and feature imputation algorithms
行列補完と特徴補完アルゴリズム - fastai==1.0.60:
fastai makes deep learning with PyTorch faster, more accurate, and easier
fastaiはPyTorchでディープラーニングをより速く、より正確に、より簡単に - fastdtw==0.3.4:
Dynamic Time Warping (DTW) algorithm with an O(N) time and memory complexity.
O(N)時間とメモリの複雑さを備えたDynamic Time Warping(DTW)アルゴリズム。 - fastprogress==0.2.2:
A nested progress with plotting options for fastai
fastaiのプロットオプションを含むネストされた進行状況 - fastrlock==0.4:
Fast, re-entrant optimistic lock implemented in Cython
Cythonに実装された高速で再入可能な楽観的ロック - fbprophet==0.5:
Automatic Forecasting Procedure
自動予測手順 - feather-format==0.4.0:
Simple wrapper library to the Apache Arrow-based Feather File Format
Apache ArrowベースのFeather File Formatへのシンプルなラッパーライブラリ - featuretools==0.4.1:
a framework for automated feature engineering
自動機能エンジニアリングのフレームワーク - filelock==3.0.12:
A platform independent file lock.
プラットフォームに依存しないファイルロック。 - fix-yahoo-finance==0.0.22:
Yahoo! Finance market data downloader +fix for Pandas Datareader's get_data_yahoo()
Yahoo!金融市場データダウンローダー+ Pandas Datareaderのget_data_yahoo()の修正プログラム - Flask==1.1.1:
A simple framework for building complex web applications.
複雑なWebアプリケーションを構築するためのシンプルなフレームワーク。 - folium==0.8.3:
Make beautiful maps with Leaflet.js & Python
Leaflet.jsで美しい地図を作成& Python - fsspec==0.6.2:
File-system specification
ファイルシステムの仕様 - future==0.16.0:
Clean single-source support for Python 3 and 2
Python 3および2のクリーンな単一ソースサポート - gast==0.2.2:
Python AST that abstracts the underlying Python version
基礎となるPythonバージョンを抽象化するPython AST - GDAL==2.2.2:
GDAL: Geospatial Data Abstraction Library
GDAL:地理空間データ抽象化ライブラリ - gdown==3.6.4:
Google Drive direct download of big files.
Googleドライブで大きなファイルを直接ダウンロードします。 - gensim==3.6.0:
Python framework for fast Vector Space Modelling
高速ベクトル空間モデリングのためのPythonフレームワーク - geographiclib==1.50:
The geodesic routines from GeographicLib
GeographicLibの測地線ルーチン - geopy==1.17.0:
Python Geocoding Toolbox
Python Geocodingツールボックス - gevent==1.4.0:
Coroutine-based network library
コルーチンベースのネットワークライブラリ - gin-config==0.3.0:
Gin-Config: A lightweight configuration library for Python
Gin-Config:Python用の軽量構成ライブラリ - glob2==0.7:
Version of the glob module that can capture patterns and supports recursive wildcards
パターンをキャプチャでき、再帰的なワイルドカードをサポートするglobモジュールのバージョン - google==2.0.3:
Python bindings to the Google search engine.
Google検索エンジンへのPythonバインディング。 - google-api-core==1.16.0:
Google API client core library
Google APIクライアントコアライブラリ - google-api-python-client==1.7.11:
Google API Client Library for Python
Python用Google APIクライアントライブラリ - google-auth==1.7.2:
Google Authentication Library
Google認証ライブラリ - google-auth-httplib2==0.0.3:
Google Authentication Library: httplib2 transport
Google認証ライブラリ:httplib2トランスポート - google-auth-oauthlib==0.4.1:
Google Authentication Library
Google認証ライブラリ - google-cloud-bigquery==1.21.0:
Google BigQuery API client library
Google BigQuery APIクライアントライブラリ - google-cloud-core==1.0.3:
Google Cloud API client core library
Google Cloud APIクライアントコアライブラリ - google-cloud-datastore==1.8.0:
Google Cloud Datastore API client library
Google Cloud Datastore APIクライアントライブラリ - google-cloud-language==1.2.0:
Google Cloud Natural Language API client library
Google Cloud Natural Language APIクライアントライブラリ - google-cloud-storage==1.16.2:
Google Cloud Storage API client library
Google Cloud Storage APIクライアントライブラリ - google-cloud-translate==1.5.0:
Google Cloud Translation API client library
Google Cloud Translation APIクライアントライブラリ - google-colab==1.0.0:
Google Colaboratory tools
Google Colaboratoryツール - google-pasta==0.1.8:
pasta is an AST-based Python refactoring library
パスタは、ASTベースのPythonリファクタリングライブラリです。 - google-resumable-media==0.4.1:
Utilities for Google Media Downloads and Resumable Uploads
Google Mediaダウンロードおよび再開可能なアップロードのユーティリティ - googleapis-common-protos==1.51.0:
Common protobufs used in Google APIs
Google APIで使用される一般的なprotobufs - googledrivedownloader==0.4:
Minimal class to download shared files from Google Drive.
Googleドライブから共有ファイルをダウンロードするための最小限のクラス。 - graph-nets==1.0.5:
Library for building graph networks in Tensorflow and Sonnet.
TensorflowおよびSonnetでグラフネットワークを構築するためのライブラリ。 - graphviz==0.10.1:
Simple Python interface for Graphviz
Graphviz用のシンプルなPythonインターフェイス - greenlet==0.4.15:
Lightweight in-process concurrent programming
軽量のインプロセス並行プログラミング - grpcio==1.27.1:
HTTP/2-based RPC framework
HTTP / 2ベースのRPCフレームワーク - gspread==3.0.1:
Google Spreadsheets Python API
Google Spreadsheets Python API - gspread-dataframe==3.0.4:
Read/write gspread worksheets using pandas DataFrames
Pandas DataFramesを使用したgspreadワークシートの読み取り/書き込み - gunicorn==20.0.4:
WSGI HTTP Server for UNIX
UNIX用のWSGI HTTPサーバー - gym==0.15.6:
The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.
OpenAIジム:強化学習エージェントを開発および比較するためのツールキット。 - h5py==2.8.0:
Read and write HDF5 files from Python
PythonからHDF5ファイルを読み書きする - HeapDict==1.0.1:
a heap with decrease-key and increase-key operations
キーの減少およびキーの増加操作を伴うヒープ - holidays==0.9.12:
Generate and work with holidays in Python
Pythonで休日を生成して操作する - html5lib==1.0.1:
HTML parser based on the WHATWG HTML specification
WHATWG HTML仕様に基づくHTMLパーサー - httpimport==0.5.18:
Module for remote in-memory Python package/module loading through HTTP
HTTPを介したリモートメモリ内Pythonパッケージ/モジュールロード用のモジュール - httplib2==0.11.3:
A comprehensive HTTP client library.
包括的なHTTPクライアントライブラリ。 - httplib2shim==0.0.3:
A wrapper over urllib3 that matches httplib2's interface
httplib2のインターフェイスに一致するurllib3のラッパー - humanize==0.5.1:
Python humanize utilities
Pythonヒューマナイズユーティリティ - hyperopt==0.1.2:
Distributed Asynchronous Hyperparameter Optimization
分散非同期ハイパーパラメーターの最適化 - ideep4py==2.0.0.post3:
ideep4py is a wrapper for iDeep library.
ideep4pyは、iDeepライブラリのラッパーです。 - idna==2.8:
Internationalized Domain Names in Applications (IDNA)
アプリケーションの国際化ドメイン名(IDNA) - image==1.5.28:
Django application that provides cropping, resizing, thumbnailing, overlays and masking for images and videos with the ability to set the center of attention,
注目の中心を設定する機能を備えた画像や動画のトリミング、サイズ変更、サムネイル化、オーバーレイ、マスキングを提供するDjangoアプリケーション - imageio==2.4.1:
Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
広範囲の画像、ビデオ、科学、および体積データ形式を読み書きするためのライブラリ。 - imagesize==1.2.0:
Getting image size from png/jpeg/jpeg2000/gif file
png / jpeg / jpeg2000 / gifファイルから画像サイズを取得する - imbalanced-learn==0.4.3:
Toolbox for imbalanced dataset in machine learning.
機械学習における不均衡なデータセットのツールボックス。 - imblearn==0.0:
Toolbox for imbalanced dataset in machine learning.
機械学習における不均衡なデータセットのツールボックス。 - imgaug==0.2.9:
Image augmentation library for deep neural networks
ディープニューラルネットワーク用の画像増強ライブラリ - importlib-metadata==1.5.0:
Read metadata from Python packages
Pythonパッケージからメタデータを読み取る - imutils==0.5.3:
A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, displaying Matplotlib images, sorting contours, detecting edges, and much more easier with OpenCV and both Python 2.7 and Python 3.
変換、回転、サイズ変更、スケルトン化、Matplotlib画像の表示、輪郭のソート、エッジの検出などの基本的な画像処理機能をOpenCVとPython 2.7とPython 3の両方でさらに簡単にする一連の便利な機能 - inflect==2.1.0:
Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words
複数形、単数名詞、序数、不定冠詞を正しく生成します。数字を単語に変換する - intel-openmp==2020.0.133:
Intel(R) OpenMP Runtime Library
Intel(R)OpenMPランタイムライブラリ - intervaltree==2.1.0:
Editable interval tree data structure for Python 2 and 3
Python 2および3の編集可能な間隔ツリーデータ構造 - ipykernel==4.6.1:
IPython Kernel for Jupyter
Jupyter用IPythonカーネル - ipython==5.5.0:
IPython: Productive Interactive Computing
IPython:生産的なインタラクティブコンピューティング - ipython-genutils==0.2.0:
Vestigial utilities from IPython
IPythonのVestigialユーティリティ - ipython-sql==0.3.9:
RDBMS access via IPython
IPythonを介したRDBMSアクセス - ipywidgets==7.5.1:
IPython HTML widgets for Jupyter
Jupyter用のIPython HTMLウィジェット - itsdangerous==1.1.0:
Various helpers to pass data to untrusted environments and back.
信頼できない環境にデータをやり取りするさまざまなヘルパー。 - jax==0.1.58:
Differentiate, compile, and transform Numpy code.
Numpyコードを区別、コンパイル、および変換します。 - jaxlib==0.1.38:
XLA library for JAX
JAX用のXLAライブラリ - jdcal==1.4.1:
Julian dates from proleptic Gregorian and Julian calendars.
ユリウス暦は、予言的なグレゴリオ暦とユリウス暦から始まります。 - jedi==0.16.0:
An autocompletion tool for Python that can be used for text editors.
テキストエディターに使用できるPython用のオートコンプリートツール。 - jieba==0.42.1:
Chinese Words Segmentation Utilities
中国語セグメンテーションユーティリティ - Jinja2==2.11.1:
A very fast and expressive template engine.
非常に高速で表現力豊かなテンプレートエンジン。 - jmespath==0.9.4:
JSON Matching Expressions
JSONマッチング式 - joblib==0.14.1:
Lightweight pipelining: using Python functions as pipeline jobs.
軽量パイプライン処理:Python関数をパイプラインジョブとして使用します。 - jpeg4py==0.1.4:
libjpeg-turbo cffi bindings and helper classes
libjpeg-turbo cffiバインディングとヘルパークラス - jsonschema==2.6.0:
An implementation of JSON Schema validation for Python
PythonのJSONスキーマ検証の実装 - jupyter==1.0.0:
Jupyter metapackage. Install all the Jupyter components in one go.
Jupyterメタパッケージ。すべてのJupyterコンポーネントを一度にインストールします。 - jupyter-client==5.3.4:
Jupyter protocol implementation and client libraries
Jupyterプロトコルの実装とクライアントライブラリ - jupyter-console==5.2.0:
Jupyter terminal console
Jupyterターミナルコンソール - jupyter-core==4.6.2:
Jupyter core package. A base package on which Jupyter projects rely.
Jupyterコアパッケージ。 Jupyterプロジェクトが依存するベースパッケージ。 - kaggle==1.5.6:
Kaggle API
Kaggle API - kapre==0.1.3.1:
Kapre: Keras Audio Preprocessors. Keras layers for audio pre-processing in deep learning
Kapre:Kerasオーディオプリプロセッサ。ディープラーニングでのオーディオ前処理用のKerasレイヤー - Keras==2.2.5:
Deep Learning for humans
人間のための深層学習 - Keras-Applications==1.0.8:
Reference implementations of popular deep learning models
一般的なディープラーニングモデルのリファレンス実装 - Keras-Preprocessing==1.1.0:
Easy data preprocessing and data augmentation for deep learning models
ディープラーニングモデル用の簡単なデータ前処理とデータ増強 - keras-vis==0.4.1:
Neural Network visualization toolkit for keras
Kerasのニューラルネットワーク視覚化ツールキット - kfac==0.2.0:
K-FAC for TensorFlow
TensorFlowのK-FAC - kiwisolver==1.1.0:
A fast implementation of the Cassowary constraint solver
ヒクイドリ制約ソルバーの高速実装 - knnimpute==0.1.0:
k-Nearest Neighbor imputation
k最近傍代入 - librosa==0.6.3:
Python module for audio and music processing
オーディオおよび音楽処理用のPythonモジュール - lightgbm==2.2.3:
LightGBM Python Package
LightGBM Pythonパッケージ - llvmlite==0.31.0:
lightweight wrapper around basic LLVM functionality
基本的なLLVM機能の軽量ラッパー - lmdb==0.98:
Universal Python binding for the LMDB 'Lightning' Database
LMDBのユニバーサルPythonバインディング' Lightning'データベース - lucid==0.3.8:
Collection of infrastructure and tools for research in neural network interpretability.
ニューラルネットワークの解釈可能性の研究のためのインフラストラクチャとツールのコレクション。 - lunardate==0.2.0:
A Chinese Calendar Library in Pure Python
Pure Pythonの中国語カレンダーライブラリ - lxml==4.2.6:
Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
libxml2 / libxsltとElementTree APIを組み合わせた強力でPythonicなXML処理ライブラリ。 - magenta==0.3.19:
Use machine learning to create art and music
機械学習を使用してアートと音楽を作成する - Markdown==3.2.1:
Python implementation of Markdown.
MarkdownのPython実装。 - MarkupSafe==1.1.1:
Safely add untrusted strings to HTML/XML markup.
信頼できない文字列をHTML / XMLマークアップに安全に追加します。 - matplotlib==3.1.3:
Python plotting package
Pythonプロットパッケージ - matplotlib-venn==0.11.5:
Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib.
matplotlibで面積に比例した2方向および3方向のベン図をプロットするための関数。 - mesh-tensorflow==0.1.9:
Mesh TensorFlow
メッシュTensorFlow - mido==1.2.6:
MIDI Objects for Python
Python用のMIDIオブジェクト - mir-eval==0.5:
Common metrics for common audio/music processing tasks.
一般的なオーディオ/音楽処理タスクの一般的なメトリック。 - missingno==0.4.2:
Missing data visualization module for Python.
Pythonのデータ視覚化モジュールがありません。 - mistune==0.8.4:
The fastest markdown parser in pure Python
純粋なPythonで最速のマークダウンパーサー - mizani==0.6.0:
Scales for Python
Pythonのスケール - mkl==2019.0:
Math library for Intel and compatible processors
Intelおよび互換プロセッサ用の数学ライブラリ - mlxtend==0.14.0:
Machine Learning Library Extensions
機械学習ライブラリの拡張 - more-itertools==8.2.0:
More routines for operating on iterables, beyond itertools
itertoolsを超えて、iterableを操作するためのより多くのルーチン - moviepy==0.2.3.5:
Video editing with Python
Pythonを使用したビデオ編集 - mpi4py==3.0.3:
Python bindings for MPI
MPIのPythonバインディング - mpmath==1.1.0:
Python library for arbitrary-precision floating-point arithmetic
任意精度の浮動小数点演算用のPythonライブラリ - msgpack==0.5.6:
MessagePack (de)serializer.
MessagePack(デ)シリアライザー。 - multiprocess==0.70.9:
better multiprocessing and multithreading in python
Pythonでのマルチプロセッシングとマルチスレッドの改善 - multitasking==0.0.9:
Non-blocking Python methods using decorators
デコレータを使用したノンブロッキングPythonメソッド - murmurhash==1.0.2:
Cython bindings for MurmurHash
MurmurHashのCythonバインディング - music21==5.5.0:
A Toolkit for Computer-Aided Musical Analysis.
コンピューター支援の音楽分析のためのツールキット。 - natsort==5.5.0:
Simple yet flexible natural sorting in Python.
Pythonでのシンプルで柔軟な自然な並べ替え。 - nbconvert==5.6.1:
Converting Jupyter Notebooks
Jupyterノートブックの変換 - nbformat==5.0.4:
The Jupyter Notebook format
Jupyterノートブック形式 - networkx==2.4:
Python package for creating and manipulating graphs and networks
グラフとネットワークを作成および操作するためのPythonパッケージ - nibabel==2.3.3:
Access a multitude of neuroimaging data formats
多数の神経画像データ形式にアクセス - nltk==3.2.5:
Natural Language Toolkit
自然言語ツールキット - notebook==5.2.2:
A web-based notebook environment for interactive computing
インタラクティブコンピューティングのためのWebベースのノートブック環境 - np-utils==0.5.12.1:
collection of utilities for array and list manipulation
配列およびリストを操作するためのユーティリティのコレクション - numba==0.47.0:
compiling Python code using LLVM
LLVMを使用してPythonコードをコンパイルする - numexpr==2.7.1:
Fast numerical expression evaluator for NumPy
NumPyの高速数値評価 - numpy==1.17.5:
NumPy is the fundamental package for array computing with Python.
NumPyは、Pythonを使用した配列コンピューティングの基本パッケージです。 - nvidia-ml-py3==7.352.0:
Python Bindings for the NVIDIA Management Library
NVIDIA管理ライブラリのPythonバインディング - oauth2client==4.1.3:
OAuth 2.0 client library
OAuth 2.0クライアントライブラリ - oauthlib==3.1.0:
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
OAuth要求署名ロジックの一般的な仕様に準拠した完全な実装 - okgrade==0.4.3:
Simple alternative to okpy for grading only
グレーディングのみのokpyのシンプルな代替 - opencv-contrib-python==4.1.2.30:
Wrapper package for OpenCV python bindings.
OpenCV pythonバインディング用のラッパーパッケージ。 - opencv-python==4.1.2.30:
Wrapper package for OpenCV python bindings.
OpenCV pythonバインディング用のラッパーパッケージ。 - openpyxl==2.5.9:
A Python library to read/write Excel 2010 xlsx/xlsm files
Excel 2010 xlsx / xlsmファイルを読み書きするPythonライブラリ - opt-einsum==3.1.0:
Optimizing numpys einsum function
numpys einsum関数の最適化 - osqp==0.6.1:
OSQP: The Operator Splitting QP Solver
OSQP:QPソルバーを分割する演算子 - packaging==20.1:
Core utilities for Python packages
Pythonパッケージのコアユーティリティ - palettable==3.3.0:
Color palettes for Python
Pythonのカラーパレット - pandas==0.25.3:
Powerful data structures for data analysis, time series, and statistics
データ分析、時系列、統計のための強力なデータ構造 - pandas-datareader==0.7.4:
Data readers extracted from the pandas codebase,should be compatible with recent pandas versions
パンダのコードベースから抽出されたデータリーダーは、最新のパンダバージョンと互換性があるはずです - pandas-gbq==0.11.0:
Pandas interface to Google BigQuery
Google BigQueryへのパンダインターフェイス - pandas-profiling==1.4.1:
Generate profile report for pandas DataFrame
Pandas DataFrameのプロファイルレポートを生成する - pandocfilters==1.4.2:
Utilities for writing pandoc filters in python
Pythonでpandocフィルターを作成するためのユーティリティ - parso==0.6.2:
A Python Parser
Pythonパーサー - pathlib==1.0.1:
Object-oriented filesystem paths
オブジェクト指向ファイルシステムのパス - patsy==0.5.1:
A Python package for describing statistical models and for building design matrices.
統計モデルを記述し、設計マトリックスを構築するためのPythonパッケージ。 - pexpect==4.8.0:
Pexpect allows easy control of interactive console applications.
Pexpectを使用すると、インタラクティブコンソールアプリケーションを簡単に制御できます。 - pickleshare==0.7.5:
Tiny 'shelve'-like database with concurrency support
並行性をサポートする小さな' shelve'のようなデータベース - Pillow==6.2.2:
Python Imaging Library (Fork)
Python Imaging Library(フォーク) - pip-tools==4.2.0:
pip-tools keeps your pinned dependencies fresh.
pip-toolsは、固定された依存関係を最新の状態に保ちます。 - plac==0.9.6:
The smartest command line arguments parser in the world
世界で最もスマートなコマンドライン引数パーサー - plotly==4.4.1:
An open-source, interactive graphing library for Python
Python用のオープンソースのインタラクティブなグラフ作成ライブラリ - plotnine==0.6.0:
A grammar of graphics for python
Pythonのグラフィックスの文法 - pluggy==0.7.1:
plugin and hook calling mechanisms for python
pythonのプラグインおよびフック呼び出しメカニズム - portpicker==1.3.1:
A library to choose unique available network ports.
使用可能な一意のネットワークポートを選択するライブラリ。 - prefetch-generator==1.0.1:
a simple tool to compute arbitrary generator in a background thread
バックグラウンドスレッドで任意のジェネレーターを計算するシンプルなツール - preshed==2.0.1:
Cython hash table that trusts the keys are pre-hashed
キーを信頼するCythonハッシュテーブルは事前にハッシュされています - pretty-midi==0.2.8:
Functions and classes for handling MIDI data conveniently.
MIDIデータを便利に処理するための関数とクラス。 - prettytable==0.7.2:
A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
視覚的に魅力的なASCIIテーブル形式で表データを簡単に表示するためのシンプルなPythonライブラリ。 - progressbar2==3.38.0:
A Python Progressbar library to provide visual (yet text based) progress to long running operations.
長時間実行される操作の視覚的な(まだテキストベースの)進行状況を提供するPython Progressbarライブラリ。 - prometheus-client==0.7.1:
Python client for the Prometheus monitoring system.
Prometheus監視システム用のPythonクライアント。 - promise==2.3:
Promises/A+ implementation for Python
PythonのPromises / A +の実装 - prompt-toolkit==1.0.18:
Library for building powerful interactive command lines in Python
Pythonで強力なインタラクティブコマンドラインを構築するためのライブラリ - protobuf==3.10.0:
Protocol Buffers
プロトコルバッファ - psutil==5.4.8:
Cross-platform lib for process and system monitoring in Python.
Pythonでのプロセスおよびシステム監視用のクロスプラットフォームライブラリ。 - psycopg2==2.7.6.1:
psycopg2 - Python-PostgreSQL Database Adapter
psycopg2-Python-PostgreSQLデータベースアダプター - ptyprocess==0.6.0:
Run a subprocess in a pseudo terminal
擬似端末でサブプロセスを実行する - py==1.8.1:
library with cross-python path, ini-parsing, io, code, log facilities
クロスPythonパス、ini解析、io、コード、ログ機能を備えたライブラリ - pyarrow==0.14.1:
Python library for Apache Arrow
Apache Arrow用のPythonライブラリ - pyasn1==0.4.8:
ASN.1 types and codecs
ASN.1タイプとコーデック - pyasn1-modules==0.2.8:
A collection of ASN.1-based protocols modules.
ASN.1ベースのプロトコルモジュールのコレクション。 - pycocotools==2.0.0:
Tools for working with the MSCOCO dataset
MSCOCOデータセットを操作するためのツール - pycparser==2.19:
C parser in Python
PythonのCパーサー - pydata-google-auth==0.3.0:
PyData helpers for authenticating to Google APIs
Google APIを認証するためのPyDataヘルパー - pydot==1.3.0:
Python interface to Graphviz's Dot
GraphvizのDotへのPythonインターフェイス - pydot-ng==2.0.0:
Python interface to Graphviz's Dot
GraphvizのDotへのPythonインターフェイス - pydotplus==2.0.2:
Python interface to Graphviz's Dot language
GraphvizのDot言語へのPythonインターフェイス - PyDrive==1.3.1:
Google Drive API made easy.
Google Drive APIが簡単になりました。 - pyemd==0.5.1:
A Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance.
Ofir PeleとMichael MermanによるEarth MoverのDistanceの実装のためのPythonラッパー。 - pyglet==1.4.10:
Cross-platform windowing and multimedia library
クロスプラットフォームウィンドウとマルチメディアライブラリ - Pygments==2.1.3:
Pygments is a syntax highlighting package written in Python.
Pygmentsは、Pythonで記述された構文強調パッケージです。 - pygobject==3.26.1:
Python bindings for GObject Introspection
GObject IntrospectionのPythonバインディング - pymc3==3.7:
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano
Pythonの確率的プログラミング:Theanoを使用したベイジアンモデリングと確率的機械学習 - PyMeeus==0.3.6:
Python implementation of Jean Meeus astronomical routines
Jean Meeus天文ルーチンのPython実装 - pymongo==3.10.1:
Python driver for MongoDB <http://www.mongodb.org>
MongoDB用のPythonドライバー&lt; http://www.mongodb.org> - pymystem3==0.2.0:
Python wrapper for the Yandex MyStem 3.1 morpholocial analyzer of the Russian language.
ロシア語のYandex MyStem 3.1形態素解析ツールのPythonラッパー。 - PyOpenGL==3.1.5:
Standard OpenGL bindings for Python
Python用の標準OpenGLバインディング - pyparsing==2.4.6:
Python parsing module
Python解析モジュール - pypng==0.0.20:
Pure Python PNG image encoder/decoder
ピュアPython PNG画像エンコーダー/デコーダー - pyrsistent==0.15.7:
Persistent/Functional/Immutable data structures
永続的/機能的/不変のデータ構造 - pysndfile==1.3.8:
pysndfile provides PySndfile, a Cython wrapper class for reading/writing soundfiles using libsndfile
pysndfileは、libsndfileを使用してサウンドファイルを読み書きするためのCythonラッパークラスであるPySndfileを提供します - PySocks==1.7.1:
A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information.
Python SOCKSクライアントモジュール。詳細については、https://github.com/Anorov/PySocksを参照してください。 - pystan==2.19.1.1:
Python interface to Stan, a package for Bayesian inference
ベイジアン推論のためのパッケージであるStanへのPythonインターフェイス - pytest==3.6.4:
pytest: simple powerful testing with Python
pytest:Pythonによる簡単で強力なテスト - python-apt==1.6.5+ubuntu0.2:
Python bindings for libapt.
libaptのPythonバインディング。 - python-chess==0.23.11:
A pure Python chess library with move generation and validation, Polyglot opening book probing, PGN reading and writing, Gaviota tablebase probing, Syzygy tablebase probing and XBoard/UCI engine communication.
移動の生成と検証、Polyglotオープニングブックプローブ、PGN読み取りおよび書き込み、Gaviotaテーブルベースプローブ、Syzygyテーブルベースプローブ、XBoard / UCIエンジン通信を備えた純粋なPythonチェスライブラリ。 - python-dateutil==2.6.1:
Extensions to the standard Python datetime module
標準のPython datetimeモジュールの拡張機能 - python-louvain==0.13:
Louvain algorithm for community detection
コミュニティ検出用のLouvainアルゴリズム - python-rtmidi==1.4.0:
A Python binding for the RtMidi C++ library implemented using Cython.
Cythonを使用して実装されたRtMidi C ++ライブラリのPythonバインディング。 - python-slugify==4.0.0:
A Python Slugify application that handles Unicode
Unicodeを処理するPython Slugifyアプリケーション - python-utils==2.3.0:
Python Utils is a module with some convenient utilities not included with the standard Python install
Python Utilsは、標準のPythonインストールに含まれていない便利なユーティリティを備えたモジュールです - pytz==2018.9:
World timezone definitions, modern and historical
世界のタイムゾーンの定義、現代と歴史 - PyWavelets==1.1.1:
PyWavelets, wavelet transform module
PyWavelets、ウェーブレット変換モジュール - PyYAML==3.13:
YAML parser and emitter for Python
Python用のYAMLパーサーとエミッター - pyzmq==17.0.0:
Python bindings for 0MQ
0MQのPythonバインディング - qtconsole==4.7.1:
Jupyter Qt console
Jupyter Qtコンソール - QtPy==1.9.0:
Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
さまざまなQtバインディング(PyQt5、PyQt4、PySide)および追加のカスタムQWidgetの上に抽象化レイヤーを提供します。 - regex==2019.12.20:
Alternative regular expression module, to replace re.
reに代わる代替の正規表現モジュール。 - requests==2.21.0:
Python HTTP for Humans.
Python HTTP for Humans。 - requests-oauthlib==1.3.0:
OAuthlib authentication support for Requests.
リクエストのOAuthlib認証サポート。 - resampy==0.2.2:
Efficient signal resampling
効率的な信号リサンプリング - retrying==1.3.3:
Retrying
再試行中 - rpy2==2.9.5:
Python interface to the R language (embedded R)
R言語(組み込みR)へのPythonインターフェース - rsa==4.0:
Pure-Python RSA implementation
Pure-Python RSA実装 - s3fs==0.4.0:
Convenient Filesystem interface over S3
S3を介した便利なファイルシステムインターフェイス - s3transfer==0.3.3:
An Amazon S3 Transfer Manager
Amazon S3転送マネージャー - scikit-image==0.16.2:
Image processing routines for SciPy
SciPyの画像処理ルーチン - scikit-learn==0.22.1:
A set of python modules for machine learning and data mining
機械学習とデータマイニングのためのPythonモジュールのセット - scipy==1.4.1:
SciPy: Scientific Library for Python
SciPy:Python用科学ライブラリ - screen-resolution-extra==0.0.0:
Does not exist in PyPI index! Extension for the GNOME Screen Resolution applet
PyPIインデックスには存在しません! GNOME画面解像度アプレットの拡張機能 - scs==2.1.1.post2:
scs: splitting conic solver
scs:円錐曲線ソルバーの分割 - seaborn==0.10.0:
seaborn: statistical data visualization
シーボーン:統計データの視覚化 - semantic-version==2.8.4:
A library implementing the 'SemVer' scheme.
' SemVer'を実装するライブラリスキーム。 - Send2Trash==1.5.0:
Send file to trash natively under Mac OS X, Windows and Linux.
Mac OS X、Windows、およびLinuxでネイティブにファイルをゴミ箱に送ります。 - setuptools-git==1.2:
Setuptools revision control system plugin for Git
GitのSetuptoolsリビジョン管理システムプラグイン - Shapely==1.7.0:
Geometric objects, predicates, and operations
幾何学的なオブジェクト、述語、および操作 - simplegeneric==0.8.1:
Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
単純な汎用関数(Python独自のlen()、pickle.dump()などに類似) - six==1.12.0:
Python 2 and 3 compatibility utilities
Python 2および3互換性ユーティリティ - sklearn==0.0:
A set of python modules for machine learning and data mining
機械学習とデータマイニングのためのPythonモジュールのセット - sklearn-pandas==1.8.0:
Pandas integration with sklearn
sklearnとPandasの統合 - smart-open==1.9.0:
Utils for streaming large files (S3, HDFS, gzip, bz2...)
大きなファイル(S3、HDFS、gzip、bz2 ...)をストリーミングするためのユーティリティ - snowballstemmer==2.0.0:
This package provides 26 stemmers for 25 languages generated from Snowball algorithms.
このパッケージは、Snowballアルゴリズムから生成された25言語の26ステマーを提供します。 - sortedcontainers==2.1.0:
Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
ソート済みコンテナ-ソート済みリスト、ソート済み辞書、ソート済みセット - spacy==2.1.9:
Industrial-strength Natural Language Processing (NLP) in Python
Pythonの強力な自然言語処理(NLP) - Sphinx==1.8.5:
Python documentation generator
Pythonドキュメントジェネレーター - sphinxcontrib-websupport==1.2.0:
Sphinx API for Web Apps
Webアプリ用のSphinx API - SQLAlchemy==1.3.13:
Database Abstraction Library
データベース抽象化ライブラリ - sqlparse==0.3.0:
Non-validating SQL parser
非検証SQLパーサー - srsly==1.0.1:
Modern high-performance serialization utilities for Python
Python用の最新の高性能シリアル化ユーティリティ - stable-baselines==2.2.1:
A fork of OpenAI Baselines, implementations of reinforcement learning algorithms.
OpenAIベースラインの分岐、強化学習アルゴリズムの実装。 - statsmodels==0.10.2:
Statistical computations and models for Python
Pythonの統計計算とモデル - sympy==1.1.1:
Computer algebra system (CAS) in Python
Pythonのコンピューター代数システム(CAS) - tables==3.4.4:
Hierarchical datasets for Python
Pythonの階層データセット - tabulate==0.8.6:
Pretty-print tabular data
プリティプリントの表形式データ - tblib==1.6.0:
Traceback serialization library.
トレースバックシリアル化ライブラリ。 - tensor2tensor==1.14.1:
Tensor2Tensor
Tensor2Tensor - tensorboard==1.15.0:
TensorBoard lets you watch Tensors Flow
TensorBoardでは、Tensors Flowを見ることができます - tensorboardcolab==0.0.22:
No project description provided
プロジェクトの説明がありません - tensorflow==1.15.0:
TensorFlow is an open source machine learning framework for everyone.
TensorFlowは、誰にとってもオープンソースの機械学習フレームワークです。 - tensorflow-datasets==2.0.0:
tensorflow/datasets is a library of datasets ready to use with TensorFlow.
tensorflow / datasetsは、TensorFlowですぐに使用できるデータセットのライブラリです。 - tensorflow-estimator==1.15.1:
TensorFlow Estimator.
TensorFlow Estimator。 - tensorflow-gan==2.0.0:
TF-GAN: A Generative Adversarial Networks library for TensorFlow.
TF-GAN:TensorFlow用の生成的敵対ネットワークライブラリ。 - tensorflow-hub==0.7.0:
TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.
TensorFlow Hubは、機械学習モデルの再利用可能な部分の公開、発見、消費を促進するためのライブラリです。 - tensorflow-metadata==0.21.1:
Library and standards for schema and statistics.
スキーマと統計のライブラリと標準。 - tensorflow-privacy==0.2.2:
No project description provided
プロジェクトの説明がありません - tensorflow-probability==0.7.0:
Probabilistic modeling and statistical inference in TensorFlow
TensorFlowの確率的モデリングと統計的推論 - termcolor==1.1.0:
ANSII Color formatting for output in terminal.
ANSII端末での出力用の色の書式設定。 - terminado==0.8.3:
Terminals served to xterm.js using Tornado websockets
トルネードWebソケットを使用してxterm.jsに提供される端末 - testpath==0.4.4:
Test utilities for code working with files and commands
ファイルおよびコマンドを操作するコードのテストユーティリティ - text-unidecode==1.3:
The most basic Text::Unidecode port
最も基本的なText :: Unidecodeポート - textblob==0.15.3:
Simple, Pythonic text processing. Sentiment analysis, part-of-speech tagging, noun phrase parsing, and more.
シンプルでPythonicなテキスト処理。感情分析、品詞タグ付け、名詞句解析など。 - textgenrnn==1.4.1:
Easily train your own text-generating neural network of any size and complexity
任意のサイズと複雑さのテキスト生成ニューラルネットワークを簡単にトレーニングする - tflearn==0.3.2:
Deep Learning Library featuring a higher-level API for TensorFlow
TensorFlowの高レベルAPIを備えたディープラーニングライブラリ - Theano==1.0.4:
Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
CPUおよびGPUで数式を評価するための最適化コンパイラ。 - thinc==7.0.8:
Practical Machine Learning for NLP
NLPの実用的な機械学習 - toolz==0.10.0:
List processing tools and functional utilities
リスト処理ツールと機能ユーティリティ - torch==1.4.0:
Tensors and Dynamic neural networks in Python with strong GPU acceleration
強力なGPUアクセラレーションを備えたPythonのテンソルと動的ニューラルネットワーク - torchsummary==1.5.1:
Model summary in PyTorch similar tomodel.summary()
in Keras
Kerasのmodel.summary()
に似たPyTorchのモデルの概要 - torchtext==0.3.1:
Text utilities and datasets for PyTorch
PyTorchのテキストユーティリティとデータセット - torchvision==0.5.0:
image and video datasets and models for torch deep learning
トーチの深層学習のための画像とビデオのデータセットとモデル - tornado==4.5.3:
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Tornadoは、もともとFriendFeedで開発されたPython Webフレームワークおよび非同期ネットワークライブラリです。 - tqdm==4.28.1:
Fast, Extensible Progress Meter
高速で拡張可能なプログレスメーター - traitlets==4.3.3:
Traitlets Python config system
Traitlets Python構成システム - tweepy==3.6.0:
Twitter library for python
Python用のTwitterライブラリ - typing==3.6.6:
Type Hints for Python
Pythonのタイプヒント - typing-extensions==3.6.6:
Backported and Experimental Type Hints for Python 3.5+
Python 3.5+用のバックポートされた実験的なタイプヒント - tzlocal==1.5.1:
tzinfo object for the local timezone
ローカルタイムゾーンのtzinfoオブジェクト - umap-learn==0.3.10:
Uniform Manifold Approximation and Projection
一様多様体の近似と投影 - uritemplate==3.0.1:
URI templates
URIテンプレート - urllib3==1.24.3:
HTTP library with thread-safe connection pooling, file post, and more.
スレッドセーフ接続プーリング、ファイルポストなどを備えたHTTPライブラリ。 - vega-datasets==0.8.0:
A Python package for offline access to Vega datasets
Vegaデータセットへのオフラインアクセス用のPythonパッケージ - wasabi==0.6.0:
A lightweight console printing and formatting toolkit
軽量のコンソール印刷およびフォーマットツールキット - wcwidth==0.1.8:
Measures number of Terminal column cells of wide-character codes
ワイド文字コードのターミナル列セルの数を測定します - webencodings==0.5.1:
Character encoding aliases for legacy web content
レガシーWebコンテンツの文字エンコードエイリアス - Werkzeug==1.0.0:
The comprehensive WSGI web application library.
包括的なWSGI Webアプリケーションライブラリ。 - widgetsnbextension==3.5.1:
IPython HTML widgets for Jupyter
Jupyter用のIPython HTMLウィジェット - wordcloud==1.5.0:
A little word cloud generator
小さな単語クラウドジェネレーター - wrapt==1.11.2:
Module for decorators, wrappers and monkey patching.
デコレータ、ラッパー、およびモンキーパッチのモジュール。 - xarray==0.14.1:
N-D labeled arrays and datasets in Python
PythonのN-Dラベル付き配列とデータセット - xgboost==0.90:
XGBoost Python Package
XGBoost Pythonパッケージ - xkit==0.0.0:
Does not exist in PyPI index! library for the manipulation of the xorg.conf
PyPIインデックスには存在しません! xorg.confを操作するためのライブラリ - xlrd==1.1.0:
Library for developers to extract data from Microsoft Excel (tm) spreadsheet files
開発者がMicrosoft Excel(tm)スプレッドシートファイルからデータを抽出するためのライブラリ - xlwt==1.3.0:
Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+
Python 2.6、2.7、3.3+を使用して、任意のプラットフォームでMS Excel 97/2000 / XP / 2003 XLSファイルと互換性のあるスプレッドシートファイルを作成するためのライブラリ - yellowbrick==0.9.1:
A suite of visual analysis and diagnostic tools for machine learning.
機械学習用の視覚分析および診断ツールのスイート。 - zict==1.0.0:
Mutable mapping tools
可変マッピングツール - zipp==3.1.0:
Backport of pathlib-compatible object wrapper for zip files
zipファイル用のpathlib互換オブジェクトラッパーのバックポート - zmq==0.0.0:
You are probably looking for pyzmq.
おそらくpyzmqを探しています。