Metadata-Version: 2.1
Name: aside
Version: 0.0.5
Summary: Task tracker
Home-page: https://gitlab.com/python-aside/aside/
Maintainer: ruro
Maintainer-email: ruro.ruro@ya.ru
License: UNKNOWN
Project-URL: Documentation (russian), https://aside.rtfd.io/ru/stable/
Project-URL: Bug Tracker, https://gitlab.com/python-aside/aside/-/issues/
Project-URL: Source Code, https://gitlab.com/python-aside/aside/
Project-URL: Documentation, https://aside.rtfd.io/
Description: # aside
        
        > This application is currently being developed as a final project of the
        > [Python3 collaborative application development](https://uneex.org/LecturesCMC/PythonDevelopment2021)
        > course.
        > **The project design documents and other course materials can be found in the
        > [GitLab Wiki](https://gitlab.com/python-aside/aside/-/wikis/Design-Document).**
        > These materials are in Russian and are mainly intended for
        > Developers/Contributors. The user and developer documentation is hosted on
        > ReadTheDocs in [English](https://aside.rtfd.io/en/stable) and
        > [Russian](https://aside.rtfd.io/ru/stable).
        
        ## Badges
        
        <table>
        <tr><td align='right'>General:</td><td>
        <a href="https://pypi.org/project/aside"><img src="https://img.shields.io/pypi/v/aside?color=brightgreen" alt="pypi"/></a>
        <a href="https://gitlab.com/python-aside/aside/pipelines/master/latest"><img src="https://gitlab.com/python-aside/aside/badges/master/pipeline.svg" alt="pipeline"/></a>
        </td></tr>
        <tr><td align='right'>Docs:</td><td>
        <a href="https://aside.rtfd.io/en/stable"><img src="https://img.shields.io/readthedocs/aside/stable?label=en%2Fstable" alt="en/stable"/></a>
        <a href="https://aside.rtfd.io/en/latest"><img src="https://img.shields.io/readthedocs/aside/latest?label=en%2Flatest" alt="en/latest"/></a>
        <a href="https://aside.rtfd.io/ru/stable"><img src="https://img.shields.io/readthedocs/aside-russian/stable?label=ru%2Fstable" alt="ru/stable"/></a>
        <a href="https://aside.rtfd.io/ru/latest"><img src="https://img.shields.io/readthedocs/aside-russian/latest?label=ru%2Flatest" alt="ru/latest"/></a>
        </td></tr>
        <tr><td align='right'>Lint:</td><td>
        <img src="https://gitlab.com/python-aside/aside/-/jobs/artifacts/master/raw/.out/isort.svg?job=lint" alt="isort"/>
        <img src="https://gitlab.com/python-aside/aside/-/jobs/artifacts/master/raw/.out/black.svg?job=lint" alt="black"/>
        <img src="https://gitlab.com/python-aside/aside/-/jobs/artifacts/master/raw/.out/pylint.svg?job=lint" alt="pylint"/>
        <a href="https://python-aside.gitlab.io/"><img src="https://gitlab.com/python-aside/aside/-/jobs/artifacts/master/raw/.out/pydocstyle.svg?job=lint" alt="pydocstyle"/></a>
        </td></tr>
        <tr><td align='right'>Test:</td><td>
        <img src="https://gitlab.com/python-aside/aside/-/jobs/artifacts/master/raw/.out/pytest.svg?job=test" alt="pytest"/>
        <a href="https://gitlab.com/python-aside/aside/-/graphs/master/charts"><img src="https://gitlab.com/python-aside/aside/-/jobs/artifacts/master/raw/.out/coverage.svg?job=test" alt="coverage"/></a>
        </td></tr>
        </table>
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Description-Content-Type: text/markdown
