Skip to content

Commit

Permalink
Merge pull request #10 from vcon-dev/fixes-date-formatting-from-multi…
Browse files Browse the repository at this point in the history
…ple-formats

Fixes date formatting from multiple formats
  • Loading branch information
howethomas authored Sep 20, 2024
2 parents b47c8c3 + 7717928 commit 8ab7d26
Show file tree
Hide file tree
Showing 24 changed files with 5,411 additions and 712 deletions.
705 changes: 304 additions & 401 deletions README.md

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_autosummary/src.vcon.civic_address.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_autosummary/src.vcon.dialog.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/_autosummary/src.vcon.party.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/_autosummary/src.vcon.rst

This file was deleted.

12 changes: 0 additions & 12 deletions docs/_autosummary/src.vcon.vcon.rst

This file was deleted.

40 changes: 0 additions & 40 deletions docs/conf.py

This file was deleted.

7 changes: 7 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=./vcon.html"/>
</head>
</html>
15 changes: 0 additions & 15 deletions docs/index.rst

This file was deleted.

35 changes: 0 additions & 35 deletions docs/make.bat

This file was deleted.

46 changes: 46 additions & 0 deletions docs/search.js

Large diffs are not rendered by default.

2,103 changes: 2,103 additions & 0 deletions docs/vcon.html

Large diffs are not rendered by default.

1,708 changes: 1,708 additions & 0 deletions docs/vcon/dialog.html

Large diffs are not rendered by default.

677 changes: 677 additions & 0 deletions docs/vcon/party.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ channels:
- defaults
dependencies:
- python=3.9
- pip
- pip:
- -r requirements.txt
- requests
- cryptography
- authlib
Expand Down
27 changes: 26 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ requests = "^2.32.3"
pydash = "^8.0.3"
pytest-cov = "^5.0.0"
pytest-mock = "^3.14.0"
python-dateutil = "^2.9.0.post0"

[build-system]
requires = ["poetry-core"]
Expand Down
Loading

0 comments on commit 8ab7d26

Please sign in to comment.