catalyst-codestyle 21.9.2


pip install catalyst-codestyle

  Latest version

Released: Sep 17, 2021


Meta
Author: Sergey Kolesnikov
Requires Python: >=3.6.0

Classifiers

Environment
  • Console

Natural Language
  • English

Development Status
  • 4 - Beta

Operating System
  • OS Independent

License
  • OSI Approved :: Apache Software License

Intended Audience
  • Developers
  • Science/Research

Programming Language
  • Python
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: Implementation :: CPython

Catalyst logo

Accelerated DL R&D

Build Status CodeFactor Pipi version Docs PyPI Status

Twitter Telegram Slack Github contributors

PyTorch framework for Deep Learning research and development. It was developed with a focus on reproducibility, fast experimentation and code/ideas reusing. Being able to research/develop something new, rather than write another regular train loop.
Break the cycle - use the Catalyst!

Project manifest. Part of PyTorch Ecosystem. Part of Catalyst Ecosystem:

  • Alchemy - Experiments logging & visualization
  • Catalyst - Accelerated Deep Learning Research and Development
  • Reaction - Convenient Deep Learning models serving

Catalyst at AI Landscape.


Catalyst.Codestyle Github contributors

Installation

Common installation:

pip install -U catalyst-codestyle

Getting started

# make code compatible with `catalyst` code style
catalyst-make-codestyle

# check that the code is `catalyst` code style compliant
catalyst-check-codestyle

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras: None
Dependencies:
black (>=19.10b0)
flake8 (<4.0,>=3.7)
flake8-blind-except (<0.2,>=0.1.1)
flake8-broken-line (<0.4,>=0.3)
flake8-bugbear (<22.0,>=20.1)
flake8-comprehensions (<4.0,>=3.1)
flake8-debugger (<5.0,>=4.0)
flake8-docstrings (<2.0,>=1.4)
flake8-quotes (<4.0,>=3.0)
flake8-rst-docstrings (<0.3.0,>=0.2.3)
flake8-string-format (<0.4,>=0.3)
pep8-naming (<0.13,>=0.11)
darglint (<2.0,>=1.5)
isort (<6.0,>=5.0)
nitpick (<0.28,>=0.27)