Metadata-Version: 2.1
Name: catalyst-codestyle
Version: 21.3rc1
Summary: Catalyst.Codestyle
Home-page: https://github.com/catalyst-team/codestyle
Author: Sergey Kolesnikov
Author-email: scitator@gmail.com
License: Apache License 2.0
Download-URL: https://github.com/catalyst-team/codestyle
Project-URL: Bug Tracker, https://github.com/catalyst-team/codestyle/issues
Project-URL: Documentation, https://catalyst-team.github.io/catalyst
Project-URL: Source Code, https://github.com/catalyst-team/codestyle
Description: 
        <div align="center">
        
        [![Catalyst logo](https://raw.githubusercontent.com/catalyst-team/catalyst-pics/master/pics/catalyst_logo.png)](https://github.com/catalyst-team/catalyst)
        
        **Accelerated DL R&D**
        
        [![Build Status](http://66.248.205.49:8111/app/rest/builds/buildType:id:Catalyst_Deploy/statusIcon.svg)](http://66.248.205.49:8111/project.html?projectId=Catalyst&tab=projectOverview&guest=1)
        [![CodeFactor](https://www.codefactor.io/repository/github/catalyst-team/catalyst/badge)](https://www.codefactor.io/repository/github/catalyst-team/catalyst)
        [![Pipi version](https://img.shields.io/pypi/v/catalyst.svg)](https://pypi.org/project/catalyst/)
        [![Docs](https://img.shields.io/badge/dynamic/json.svg?label=docs&url=https%3A%2F%2Fpypi.org%2Fpypi%2Fcatalyst%2Fjson&query=%24.info.version&colorB=brightgreen&prefix=v)](https://catalyst-team.github.io/catalyst/index.html)
        [![PyPI Status](https://pepy.tech/badge/catalyst)](https://pepy.tech/project/catalyst)
        
        [![Twitter](https://img.shields.io/badge/news-on%20twitter-499feb)](https://twitter.com/catalyst_core)
        [![Telegram](https://img.shields.io/badge/channel-on%20telegram-blue)](https://t.me/catalyst_team)
        [![Slack](https://img.shields.io/badge/Catalyst-slack-success)](https://join.slack.com/t/catalyst-team-core/shared_invite/zt-d9miirnn-z86oKDzFMKlMG4fgFdZafw)
        [![Github contributors](https://img.shields.io/github/contributors/catalyst-team/catalyst.svg?logo=github&logoColor=white)](https://github.com/catalyst-team/catalyst/graphs/contributors)
        
        </div>
        
        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. <br/>
        Break the cycle - use the Catalyst!
        
        Project [manifest](https://github.com/catalyst-team/catalyst/blob/master/MANIFEST.md). Part of [PyTorch Ecosystem](https://pytorch.org/ecosystem/). Part of [Catalyst Ecosystem](https://docs.google.com/presentation/d/1D-yhVOg6OXzjo9K_-IS5vSHLPIUxp1PEkFGnpRcNCNU/edit?usp=sharing):
        - [Alchemy](https://github.com/catalyst-team/alchemy) - Experiments logging & visualization
        - [Catalyst](https://github.com/catalyst-team/catalyst) - Accelerated Deep Learning Research and Development
        - [Reaction](https://github.com/catalyst-team/reaction) - Convenient Deep Learning models serving
        
        [Catalyst at AI Landscape](https://landscape.lfai.foundation/selected=catalyst).
        
        ---
        
        # Catalyst.Codestyle [![Github contributors](https://img.shields.io/github/contributors/catalyst-team/codestyle.svg?logo=github&logoColor=white)](https://github.com/catalyst-team/codestyle/graphs/contributors)
        
        ## Installation
        
        Common installation:
        ```bash
        pip install -U catalyst-codestyle
        ```
        
        ## Getting started
        
        ```bash
        # make code compatible with `catalyst` code style
        catalyst-make-codestyle
        
        # check that the code is `catalyst` code style compliant
        catalyst-check-codestyle
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
