Metadata-Version: 2.4
Name: when-exactly
Version: 0.0.3
Summary: Expressive and intuitive date and time library
Project-URL: Homepage, https://github.com/nicobako/when-exactly
Project-URL: Issues, https://github.com/nicobako/when-exactly/issues
Project-URL: Documentation, https://when-exactly.nicobako.me
Author: Nico Bako
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# When Exactly

The precisely ambiguous time frame library.

## Development Notes

### Uploading to pypi

```bash
python -m build
python -m twine upload --repository pypi dist/*
```

### Building documentation

```bash
mkdocs gh-deploy
git push --all
```

### Date and Time Format

[ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
[Extended Date Time Format](https://www.loc.gov/standards/datetime/)