Metadata-Version: 2.1
Name: dumbquotes
Version: 0.0.2
Summary: Replace smartquotes with dumbquotes
Home-page: https://github.com/miklevin/dumbquotes/tree/main/
Author: Mike Levin
Author-email: miklevin@gmail.com
License: Apache Software License 2.0
Keywords: smartquotes smart quotes dumbquotes
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Dumb Quotes
> Replace smart quotes with dumb quotes.


## Install

`pip install dumbquotes`

## How to use

```python
text = "I’m in a “cottage” in the Poconos."
vanilla = dumbquote(text)
```


