Metadata-Version: 2.1
Name: doc-switch
Version: 0.1.0
Summary: DocSwitch gives you the freedom to write your Python documentation in any format you want, switching between them effortlessly.
Home-page: https://github.com/cutewarriorlover/doc_switch
Author: Cutewarriorlover
Author-email: cutewarriorlover@gmail.com
License: MIT license
Keywords: doc_switch
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Click (>=7.0)

# DocSwitch

[![PyPI Version](https://img.shields.io/pypi/v/doc-switch?style=slat)](https://pypi.org/project/doc-switch/)
[![Python Versions](https://img.shields.io/pypi/pyversions/doc-switch)](https://pypi.org/project/doc-switch/)
[![Python Implementation](https://img.shields.io/pypi/implementation/doc-switch)](https://pypi.org/project/doc-switch/)
[![Python Implementation](https://img.shields.io/pypi/l/doc-switch)](https://pypi.org/project/doc-switch/)


[![Travis CI Status](https://img.shields.io/travis/com/Cutewarriorlover/doc-switch?style=flat)](https://travis-ci.com/github/Cutewarriorlover/doc-switch)
[![Documentation Status](https://readthedocs.org/projects/doc-switch/badge/?version=latest)](https://doc-switch.readthedocs.io/en/latest/?badge=latest)


![PyUp Badge](https://pyup.io/repos/github/cutewarriorlover/doc-switch/shield.svg%0A%20%20:target:%20https://pyup.io/repos/github/cutewarriorlover/doc-switch/%0A%20%20:alt:%20Updates)

DocSwitch gives you the freedom to write your Python documentation in any format you want, switching between them effortlessly.

-   Free software: MIT license
-   Documentation: <https://doc-switch.readthedocs.io>.


# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 (2021-07-12)

Added:
 -  Initial scaffold
 -  Documentation
 -  Tests
 -  CLI basics



