Metadata-Version: 2.1
Name: scribe-updater
Version: 0.16.0
Summary: A tool to upgrade scribe configuration files
Author: Paul Cardoos
Author-email: paul.cardoos@clinc.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: nox (>=2022.11.21,<2023.0.0)
Description-Content-Type: text/markdown

#### Run
`poetry run updater`

#### Test
`poetry run pytest` 

#### Coverage
`poetry run pytest --cov`

### Publish to PyPi
After adding credentials to be able to push to the python package index run the following cmd:
`poetry publish --build`

#### Caveats
if you are getting an error that looks like this :<br> `Failed to create the collection: Prompt dismissed..`<br>
then export the following environment variable: <br>
`export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring`
