Metadata-Version: 2.1
Name: doctor-testerson
Version: 0.1.0
Summary: Provides a stupid little `dr.t` command to run Python doctests.
License: BSD-3-Clause
Author: nrser
Author-email: neil@neilsouza.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Requires-Dist: Pint (>=0.19.2,<0.20.0)
Requires-Dist: rich (>=9)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Project-URL: Homepage, https://github.com/nrser/doctor-testerson
Description-Content-Type: text/markdown

Doctor Testerson (Dr. T)
==============================================================================

Provides a stupid little `dr.t` command to run Python doctests.

How To...
------------------------------------------------------------------------------

### Publish ###

1.  Update the version in `pyproject.toml`.
    
2.  Commit, tag `vX.Y.Z`, push.
    
3.  Log in to [PyPI](https://pypi.org) and go to
    
    https://pypi.org/manage/account/
    
    to generate an API token.
    
4.  Throw `poetry` at it:
    
        poetry publish --build --username __token__ --password <token>
    
5.  Bump patch by 1 and append `-dev`, commit and push (now we're on the "dev"
    version of the next patch version).

