Datasets:
Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/INSTALLER +1 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/METADATA +139 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/RECORD +96 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/REQUESTED +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/WHEEL +5 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/entry_points.txt +2 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/licenses/LICENSE +19 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/top_level.txt +1 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__init__.py +24 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/_common.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/_version.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/relativedelta.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/rrule.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/_common.py +43 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/_version.py +4 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/easter.py +89 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/__init__.py +61 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/__pycache__/__init__.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/__pycache__/_parser.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/__pycache__/isoparser.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/_parser.py +1613 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/isoparser.py +416 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/relativedelta.py +599 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/rrule.py +1737 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__init__.py +12 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/_common.py +419 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/_factories.py +80 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/tz.py +1849 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/win.py +370 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tzwin.py +2 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/utils.py +71 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/zoneinfo/__init__.py +167 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/zoneinfo/rebuild.py +75 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/CFF2ToCFF.py +233 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/CFFToCFF2.py +305 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/__init__.py +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/specializer.py +927 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/transforms.py +495 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/width.py +210 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/colorLib/__init__.py +0 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/colorLib/errors.py +2 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/colorLib/geometry.py +143 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/colorLib/table_builder.py +223 -0
- Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/encodings/MacRoman.py +258 -0
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/INSTALLER
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
uv
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/METADATA
ADDED
|
@@ -0,0 +1,139 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Metadata-Version: 2.4
|
| 2 |
+
Name: alembic
|
| 3 |
+
Version: 1.17.0
|
| 4 |
+
Summary: A database migration tool for SQLAlchemy.
|
| 5 |
+
Author-email: Mike Bayer <mike_mp@zzzcomputing.com>
|
| 6 |
+
License-Expression: MIT
|
| 7 |
+
Project-URL: Homepage, https://alembic.sqlalchemy.org
|
| 8 |
+
Project-URL: Documentation, https://alembic.sqlalchemy.org/en/latest/
|
| 9 |
+
Project-URL: Changelog, https://alembic.sqlalchemy.org/en/latest/changelog.html
|
| 10 |
+
Project-URL: Source, https://github.com/sqlalchemy/alembic/
|
| 11 |
+
Project-URL: Issue Tracker, https://github.com/sqlalchemy/alembic/issues/
|
| 12 |
+
Classifier: Development Status :: 5 - Production/Stable
|
| 13 |
+
Classifier: Intended Audience :: Developers
|
| 14 |
+
Classifier: Environment :: Console
|
| 15 |
+
Classifier: Operating System :: OS Independent
|
| 16 |
+
Classifier: Programming Language :: Python
|
| 17 |
+
Classifier: Programming Language :: Python :: 3
|
| 18 |
+
Classifier: Programming Language :: Python :: 3.10
|
| 19 |
+
Classifier: Programming Language :: Python :: 3.11
|
| 20 |
+
Classifier: Programming Language :: Python :: 3.12
|
| 21 |
+
Classifier: Programming Language :: Python :: 3.13
|
| 22 |
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
| 23 |
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
| 24 |
+
Classifier: Topic :: Database :: Front-Ends
|
| 25 |
+
Requires-Python: >=3.10
|
| 26 |
+
Description-Content-Type: text/x-rst
|
| 27 |
+
License-File: LICENSE
|
| 28 |
+
Requires-Dist: SQLAlchemy>=1.4.0
|
| 29 |
+
Requires-Dist: Mako
|
| 30 |
+
Requires-Dist: typing-extensions>=4.12
|
| 31 |
+
Requires-Dist: tomli; python_version < "3.11"
|
| 32 |
+
Provides-Extra: tz
|
| 33 |
+
Requires-Dist: tzdata; extra == "tz"
|
| 34 |
+
Dynamic: license-file
|
| 35 |
+
|
| 36 |
+
Alembic is a database migrations tool written by the author
|
| 37 |
+
of `SQLAlchemy <http://www.sqlalchemy.org>`_. A migrations tool
|
| 38 |
+
offers the following functionality:
|
| 39 |
+
|
| 40 |
+
* Can emit ALTER statements to a database in order to change
|
| 41 |
+
the structure of tables and other constructs
|
| 42 |
+
* Provides a system whereby "migration scripts" may be constructed;
|
| 43 |
+
each script indicates a particular series of steps that can "upgrade" a
|
| 44 |
+
target database to a new version, and optionally a series of steps that can
|
| 45 |
+
"downgrade" similarly, doing the same steps in reverse.
|
| 46 |
+
* Allows the scripts to execute in some sequential manner.
|
| 47 |
+
|
| 48 |
+
The goals of Alembic are:
|
| 49 |
+
|
| 50 |
+
* Very open ended and transparent configuration and operation. A new
|
| 51 |
+
Alembic environment is generated from a set of templates which is selected
|
| 52 |
+
among a set of options when setup first occurs. The templates then deposit a
|
| 53 |
+
series of scripts that define fully how database connectivity is established
|
| 54 |
+
and how migration scripts are invoked; the migration scripts themselves are
|
| 55 |
+
generated from a template within that series of scripts. The scripts can
|
| 56 |
+
then be further customized to define exactly how databases will be
|
| 57 |
+
interacted with and what structure new migration files should take.
|
| 58 |
+
* Full support for transactional DDL. The default scripts ensure that all
|
| 59 |
+
migrations occur within a transaction - for those databases which support
|
| 60 |
+
this (Postgresql, Microsoft SQL Server), migrations can be tested with no
|
| 61 |
+
need to manually undo changes upon failure.
|
| 62 |
+
* Minimalist script construction. Basic operations like renaming
|
| 63 |
+
tables/columns, adding/removing columns, changing column attributes can be
|
| 64 |
+
performed through one line commands like alter_column(), rename_table(),
|
| 65 |
+
add_constraint(). There is no need to recreate full SQLAlchemy Table
|
| 66 |
+
structures for simple operations like these - the functions themselves
|
| 67 |
+
generate minimalist schema structures behind the scenes to achieve the given
|
| 68 |
+
DDL sequence.
|
| 69 |
+
* "auto generation" of migrations. While real world migrations are far more
|
| 70 |
+
complex than what can be automatically determined, Alembic can still
|
| 71 |
+
eliminate the initial grunt work in generating new migration directives
|
| 72 |
+
from an altered schema. The ``--autogenerate`` feature will inspect the
|
| 73 |
+
current status of a database using SQLAlchemy's schema inspection
|
| 74 |
+
capabilities, compare it to the current state of the database model as
|
| 75 |
+
specified in Python, and generate a series of "candidate" migrations,
|
| 76 |
+
rendering them into a new migration script as Python directives. The
|
| 77 |
+
developer then edits the new file, adding additional directives and data
|
| 78 |
+
migrations as needed, to produce a finished migration. Table and column
|
| 79 |
+
level changes can be detected, with constraints and indexes to follow as
|
| 80 |
+
well.
|
| 81 |
+
* Full support for migrations generated as SQL scripts. Those of us who
|
| 82 |
+
work in corporate environments know that direct access to DDL commands on a
|
| 83 |
+
production database is a rare privilege, and DBAs want textual SQL scripts.
|
| 84 |
+
Alembic's usage model and commands are oriented towards being able to run a
|
| 85 |
+
series of migrations into a textual output file as easily as it runs them
|
| 86 |
+
directly to a database. Care must be taken in this mode to not invoke other
|
| 87 |
+
operations that rely upon in-memory SELECTs of rows - Alembic tries to
|
| 88 |
+
provide helper constructs like bulk_insert() to help with data-oriented
|
| 89 |
+
operations that are compatible with script-based DDL.
|
| 90 |
+
* Non-linear, dependency-graph versioning. Scripts are given UUID
|
| 91 |
+
identifiers similarly to a DVCS, and the linkage of one script to the next
|
| 92 |
+
is achieved via human-editable markers within the scripts themselves.
|
| 93 |
+
The structure of a set of migration files is considered as a
|
| 94 |
+
directed-acyclic graph, meaning any migration file can be dependent
|
| 95 |
+
on any other arbitrary set of migration files, or none at
|
| 96 |
+
all. Through this open-ended system, migration files can be organized
|
| 97 |
+
into branches, multiple roots, and mergepoints, without restriction.
|
| 98 |
+
Commands are provided to produce new branches, roots, and merges of
|
| 99 |
+
branches automatically.
|
| 100 |
+
* Provide a library of ALTER constructs that can be used by any SQLAlchemy
|
| 101 |
+
application. The DDL constructs build upon SQLAlchemy's own DDLElement base
|
| 102 |
+
and can be used standalone by any application or script.
|
| 103 |
+
* At long last, bring SQLite and its inability to ALTER things into the fold,
|
| 104 |
+
but in such a way that SQLite's very special workflow needs are accommodated
|
| 105 |
+
in an explicit way that makes the most of a bad situation, through the
|
| 106 |
+
concept of a "batch" migration, where multiple changes to a table can
|
| 107 |
+
be batched together to form a series of instructions for a single, subsequent
|
| 108 |
+
"move-and-copy" workflow. You can even use "move-and-copy" workflow for
|
| 109 |
+
other databases, if you want to recreate a table in the background
|
| 110 |
+
on a busy system.
|
| 111 |
+
|
| 112 |
+
Documentation and status of Alembic is at https://alembic.sqlalchemy.org/
|
| 113 |
+
|
| 114 |
+
The SQLAlchemy Project
|
| 115 |
+
======================
|
| 116 |
+
|
| 117 |
+
Alembic is part of the `SQLAlchemy Project <https://www.sqlalchemy.org>`_ and
|
| 118 |
+
adheres to the same standards and conventions as the core project.
|
| 119 |
+
|
| 120 |
+
Development / Bug reporting / Pull requests
|
| 121 |
+
___________________________________________
|
| 122 |
+
|
| 123 |
+
Please refer to the
|
| 124 |
+
`SQLAlchemy Community Guide <https://www.sqlalchemy.org/develop.html>`_ for
|
| 125 |
+
guidelines on coding and participating in this project.
|
| 126 |
+
|
| 127 |
+
Code of Conduct
|
| 128 |
+
_______________
|
| 129 |
+
|
| 130 |
+
Above all, SQLAlchemy places great emphasis on polite, thoughtful, and
|
| 131 |
+
constructive communication between users and developers.
|
| 132 |
+
Please see our current Code of Conduct at
|
| 133 |
+
`Code of Conduct <https://www.sqlalchemy.org/codeofconduct.html>`_.
|
| 134 |
+
|
| 135 |
+
License
|
| 136 |
+
=======
|
| 137 |
+
|
| 138 |
+
Alembic is distributed under the `MIT license
|
| 139 |
+
<https://opensource.org/licenses/MIT>`_.
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/RECORD
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
../../../bin/alembic,sha256=vT8Lu5T0jawjySPN0SWisinU0aNNM3uUTBP7W3xZSZM,371
|
| 2 |
+
alembic-1.17.0.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2
|
| 3 |
+
alembic-1.17.0.dist-info/METADATA,sha256=A1hrIiXrnaos8uf8dkr67qgniGSB_EIVZTe6Of85Xbo,7216
|
| 4 |
+
alembic-1.17.0.dist-info/RECORD,,
|
| 5 |
+
alembic-1.17.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 6 |
+
alembic-1.17.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
| 7 |
+
alembic-1.17.0.dist-info/entry_points.txt,sha256=aykM30soxwGN0pB7etLc1q0cHJbL9dy46RnK9VX4LLw,48
|
| 8 |
+
alembic-1.17.0.dist-info/licenses/LICENSE,sha256=NeqcNBmyYfrxvkSMT0fZJVKBv2s2tf_qVQUiJ9S6VN4,1059
|
| 9 |
+
alembic-1.17.0.dist-info/top_level.txt,sha256=FwKWd5VsPFC8iQjpu1u9Cn-JnK3-V1RhUCmWqz1cl-s,8
|
| 10 |
+
alembic/__init__.py,sha256=BB9qVXfn9eAAOtTCLRSPEnDQp0xDgC3x1qs5PZbkDz0,63
|
| 11 |
+
alembic/__main__.py,sha256=373m7-TBh72JqrSMYviGrxCHZo-cnweM8AGF8A22PmY,78
|
| 12 |
+
alembic/autogenerate/__init__.py,sha256=ntmUTXhjLm4_zmqIwyVaECdpPDn6_u1yM9vYk6-553E,543
|
| 13 |
+
alembic/autogenerate/api.py,sha256=L4qkapSJO1Ypymx8HsjLl0vFFt202agwMYsQbIe6ZtI,22219
|
| 14 |
+
alembic/autogenerate/compare.py,sha256=LRTxNijEBvcTauuUXuJjC6Sg_gUn33FCYBTF0neZFwE,45979
|
| 15 |
+
alembic/autogenerate/render.py,sha256=ceQL8nk8m2kBtQq5gtxtDLR9iR0Sck8xG_61Oez-Sqs,37270
|
| 16 |
+
alembic/autogenerate/rewriter.py,sha256=NIASSS-KaNKPmbm1k4pE45aawwjSh1Acf6eZrOwnUGM,7814
|
| 17 |
+
alembic/command.py,sha256=pZPQUGSxCjFu7qy0HMe02HJmByM0LOqoiK2AXKfRO3A,24855
|
| 18 |
+
alembic/config.py,sha256=nfwN_OOFPpee-OY4o10DANh7VG_E4O7bdW00Wx8NNKY,34237
|
| 19 |
+
alembic/context.py,sha256=hK1AJOQXJ29Bhn276GYcosxeG7pC5aZRT5E8c4bMJ4Q,195
|
| 20 |
+
alembic/context.pyi,sha256=fdeFNTRc0bUgi7n2eZWVFh6NG-TzIv_0gAcapbfHnKY,31773
|
| 21 |
+
alembic/ddl/__init__.py,sha256=Df8fy4Vn_abP8B7q3x8gyFwEwnLw6hs2Ljt_bV3EZWE,152
|
| 22 |
+
alembic/ddl/_autogen.py,sha256=Blv2RrHNyF4cE6znCQXNXG5T9aO-YmiwD4Fz-qfoaWA,9275
|
| 23 |
+
alembic/ddl/base.py,sha256=A1f89-rCZvqw-hgWmBbIszRqx94lL6gKLFXE9kHettA,10478
|
| 24 |
+
alembic/ddl/impl.py,sha256=UL8-iza7CJk_T73lr5fjDLdhxEL56uD-AEjtmESAbLk,30439
|
| 25 |
+
alembic/ddl/mssql.py,sha256=PBn-6Ygi465fGnLtVdpBN4DzW_4PuJM-fp5hEls0ICk,14257
|
| 26 |
+
alembic/ddl/mysql.py,sha256=LSfwiABdT54sKY_uQ-h6RvjbGiG-1vCSDkO3ECeq3qM,18383
|
| 27 |
+
alembic/ddl/oracle.py,sha256=669YlkcZihlXFbnXhH2krdrvDry8q5pcUGfoqkg_R6Y,6243
|
| 28 |
+
alembic/ddl/postgresql.py,sha256=S7uye2NDSHLwV3w8SJ2Q9DLbcvQIxQfJ3EEK6JqyNag,29950
|
| 29 |
+
alembic/ddl/sqlite.py,sha256=u5tJgRUiY6bzVltl_NWlI6cy23v8XNagk_9gPI6Lnns,8006
|
| 30 |
+
alembic/environment.py,sha256=MM5lPayGT04H3aeng1H7GQ8HEAs3VGX5yy6mDLCPLT4,43
|
| 31 |
+
alembic/migration.py,sha256=MV6Fju6rZtn2fTREKzXrCZM6aIBGII4OMZFix0X-GLs,41
|
| 32 |
+
alembic/op.py,sha256=flHtcsVqOD-ZgZKK2pv-CJ5Cwh-KJ7puMUNXzishxLw,167
|
| 33 |
+
alembic/op.pyi,sha256=PQ4mKNp7EXrjVdIWQRoGiBSVke4PPxTc9I6qF8ZGGZE,50711
|
| 34 |
+
alembic/operations/__init__.py,sha256=e0KQSZAgLpTWvyvreB7DWg7RJV_MWSOPVDgCqsd2FzY,318
|
| 35 |
+
alembic/operations/base.py,sha256=npw1iFboTlEsaQS0b7mb2SEHsRDV4GLQqnjhcfma6Nk,75157
|
| 36 |
+
alembic/operations/batch.py,sha256=1UmCFcsFWObinQWFRWoGZkjynl54HKpldbPs67aR4wg,26923
|
| 37 |
+
alembic/operations/ops.py,sha256=ftsFgcZIctxRDiuGgkQsaFHsMlRP7cLq7Dj_seKVBnQ,96276
|
| 38 |
+
alembic/operations/schemaobj.py,sha256=Wp-bBe4a8lXPTvIHJttBY0ejtpVR5Jvtb2kI-U2PztQ,9468
|
| 39 |
+
alembic/operations/toimpl.py,sha256=rgufuSUNwpgrOYzzY3Q3ELW1rQv2fQbQVokXgnIYIrs,7503
|
| 40 |
+
alembic/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 41 |
+
alembic/runtime/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 42 |
+
alembic/runtime/environment.py,sha256=L6bDW1dvw8L4zwxlTG8KnT0xcCgLXxUfdRpzqlJoFjo,41479
|
| 43 |
+
alembic/runtime/migration.py,sha256=lu9_z_qyWmNzSM52_FgdXP_G52PTmTTeOeMBQAkQTFg,49997
|
| 44 |
+
alembic/script/__init__.py,sha256=lSj06O391Iy5avWAiq8SPs6N8RBgxkSPjP8wpXcNDGg,100
|
| 45 |
+
alembic/script/base.py,sha256=1sdSR3pkyNyB5Qm5HKClsu3WxtZSbaRK-nu-uGVtETk,36654
|
| 46 |
+
alembic/script/revision.py,sha256=BQcJoMCIXtSJRLCvdasgLOtCx9O7A8wsSym1FsqLW4s,62307
|
| 47 |
+
alembic/script/write_hooks.py,sha256=bKtCVuu-8Hk8sSQImMlU6DSheJP82OIOi7bFwBu7n_8,4976
|
| 48 |
+
alembic/templates/async/README,sha256=ISVtAOvqvKk_5ThM5ioJE-lMkvf9IbknFUFVU_vPma4,58
|
| 49 |
+
alembic/templates/async/alembic.ini.mako,sha256=XwLUcfNQ7BQ-hVp-GSeU-oBV02vGTHctCvzS6rIjKJI,4809
|
| 50 |
+
alembic/templates/async/env.py,sha256=zbOCf3Y7w2lg92hxSwmG1MM_7y56i_oRH4AKp0pQBYo,2389
|
| 51 |
+
alembic/templates/async/script.py.mako,sha256=04kgeBtNMa4cCnG8CfQcKt6P6rnloIfj8wy0u_DBydM,704
|
| 52 |
+
alembic/templates/generic/README,sha256=MVlc9TYmr57RbhXET6QxgyCcwWP7w-vLkEsirENqiIQ,38
|
| 53 |
+
alembic/templates/generic/alembic.ini.mako,sha256=EQv-27JCOoGHMu3ZxWhdIbcepNiM8xOqzd4_lPBe780,4809
|
| 54 |
+
alembic/templates/generic/env.py,sha256=TLRWOVW3Xpt_Tpf8JFzlnoPn_qoUu8UV77Y4o9XD6yI,2103
|
| 55 |
+
alembic/templates/generic/script.py.mako,sha256=04kgeBtNMa4cCnG8CfQcKt6P6rnloIfj8wy0u_DBydM,704
|
| 56 |
+
alembic/templates/multidb/README,sha256=dWLDhnBgphA4Nzb7sNlMfCS3_06YqVbHhz-9O5JNqyI,606
|
| 57 |
+
alembic/templates/multidb/alembic.ini.mako,sha256=6uyCqmhcfUHVWKxd3kCDdJJ_PkzRbhilJyXqNKO8Kvc,5135
|
| 58 |
+
alembic/templates/multidb/env.py,sha256=6zNjnW8mXGUk7erTsAvrfhvqoczJ-gagjVq1Ypg2YIQ,4230
|
| 59 |
+
alembic/templates/multidb/script.py.mako,sha256=ZbCXMkI5Wj2dwNKcxuVGkKZ7Iav93BNx_bM4zbGi3c8,1235
|
| 60 |
+
alembic/templates/pyproject/README,sha256=dMhIiFoeM7EdeaOXBs3mVQ6zXACMyGXDb_UBB6sGRA0,60
|
| 61 |
+
alembic/templates/pyproject/alembic.ini.mako,sha256=bQnEoydnLOUgg9vNbTOys4r5MaW8lmwYFXSrlfdEEkw,782
|
| 62 |
+
alembic/templates/pyproject/env.py,sha256=TLRWOVW3Xpt_Tpf8JFzlnoPn_qoUu8UV77Y4o9XD6yI,2103
|
| 63 |
+
alembic/templates/pyproject/pyproject.toml.mako,sha256=OwCjxnX1JKKU6YXyyxpccrt-5SxhrhZagAIYiAlXjLw,2797
|
| 64 |
+
alembic/templates/pyproject/script.py.mako,sha256=04kgeBtNMa4cCnG8CfQcKt6P6rnloIfj8wy0u_DBydM,704
|
| 65 |
+
alembic/templates/pyproject_async/README,sha256=2Q5XcEouiqQ-TJssO9805LROkVUd0F6d74rTnuLrifA,45
|
| 66 |
+
alembic/templates/pyproject_async/alembic.ini.mako,sha256=bQnEoydnLOUgg9vNbTOys4r5MaW8lmwYFXSrlfdEEkw,782
|
| 67 |
+
alembic/templates/pyproject_async/env.py,sha256=zbOCf3Y7w2lg92hxSwmG1MM_7y56i_oRH4AKp0pQBYo,2389
|
| 68 |
+
alembic/templates/pyproject_async/pyproject.toml.mako,sha256=OwCjxnX1JKKU6YXyyxpccrt-5SxhrhZagAIYiAlXjLw,2797
|
| 69 |
+
alembic/templates/pyproject_async/script.py.mako,sha256=04kgeBtNMa4cCnG8CfQcKt6P6rnloIfj8wy0u_DBydM,704
|
| 70 |
+
alembic/testing/__init__.py,sha256=PTMhi_2PZ1T_3atQS2CIr0V4YRZzx_doKI-DxKdQS44,1297
|
| 71 |
+
alembic/testing/assertions.py,sha256=qcqf3tRAUe-A12NzuK_yxlksuX9OZKRC5E8pKIdBnPg,5302
|
| 72 |
+
alembic/testing/env.py,sha256=pka7fjwOC8hYL6X0XE4oPkJpy_1WX01bL7iP7gpO_4I,11551
|
| 73 |
+
alembic/testing/fixtures.py,sha256=pUT0lFVX9Z_8E8g5RUcV7vnAIsZG-gUGy1lArvBtRLE,10403
|
| 74 |
+
alembic/testing/plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
| 75 |
+
alembic/testing/plugin/bootstrap.py,sha256=9C6wtjGrIVztZ928w27hsQE0KcjDLIUtUN3dvZKsMVk,50
|
| 76 |
+
alembic/testing/requirements.py,sha256=-0QX9I3un0rgVht9hmNa2RyUAm0JD4qS1sTQEvz56v8,4460
|
| 77 |
+
alembic/testing/schemacompare.py,sha256=N5UqSNCOJetIKC4vKhpYzQEpj08XkdgIoqBmEPQ3tlc,4838
|
| 78 |
+
alembic/testing/suite/__init__.py,sha256=MvE7-hwbaVN1q3NM-ztGxORU9dnIelUCINKqNxewn7Y,288
|
| 79 |
+
alembic/testing/suite/_autogen_fixtures.py,sha256=Drrz_FKb9KDjq8hkwxtPkJVY1sCY7Biw-Muzb8kANp8,13480
|
| 80 |
+
alembic/testing/suite/test_autogen_comments.py,sha256=aEGqKUDw4kHjnDk298aoGcQvXJWmZXcIX_2FxH4cJK8,6283
|
| 81 |
+
alembic/testing/suite/test_autogen_computed.py,sha256=puJ0hBtLzNz8LiPGqDPS8vse6dUS9VCBpUdw-cOksZo,4554
|
| 82 |
+
alembic/testing/suite/test_autogen_diffs.py,sha256=T4SR1n_kmcOKYhR4W1-dA0e5sddJ69DSVL2HW96kAkE,8394
|
| 83 |
+
alembic/testing/suite/test_autogen_fks.py,sha256=AqFmb26Buex167HYa9dZWOk8x-JlB1OK3bwcvvjDFaU,32927
|
| 84 |
+
alembic/testing/suite/test_autogen_identity.py,sha256=kcuqngG7qXAKPJDX4U8sRzPKHEJECHuZ0DtuaS6tVkk,5824
|
| 85 |
+
alembic/testing/suite/test_environment.py,sha256=OwD-kpESdLoc4byBrGrXbZHvqtPbzhFCG4W9hJOJXPQ,11877
|
| 86 |
+
alembic/testing/suite/test_op.py,sha256=2XQCdm_NmnPxHGuGj7hmxMzIhKxXNotUsKdACXzE1mM,1343
|
| 87 |
+
alembic/testing/util.py,sha256=CQrcQDA8fs_7ME85z5ydb-Bt70soIIID-qNY1vbR2dg,3350
|
| 88 |
+
alembic/testing/warnings.py,sha256=cDDWzvxNZE6x9dME2ACTXSv01G81JcIbE1GIE_s1kvg,831
|
| 89 |
+
alembic/util/__init__.py,sha256=_Zj_xp6ssKLyoLHUFzmKhnc8mhwXW8D8h7qyX-wO56M,1519
|
| 90 |
+
alembic/util/compat.py,sha256=NytmcsMtK8WEEVwWc-ZWYlSOi55BtRlmJXjxnF3nsh8,3810
|
| 91 |
+
alembic/util/editor.py,sha256=JIz6_BdgV8_oKtnheR6DZoB7qnrHrlRgWjx09AsTsUw,2546
|
| 92 |
+
alembic/util/exc.py,sha256=ZBlTQ8g-Jkb1iYFhFHs9djilRz0SSQ0Foc5SSoENs5o,564
|
| 93 |
+
alembic/util/langhelpers.py,sha256=LpOcovnhMnP45kTt8zNJ4BHpyQrlF40OL6yDXjqKtsE,10026
|
| 94 |
+
alembic/util/messaging.py,sha256=3bEBoDy4EAXETXAvArlYjeMITXDTgPTu6ZoE3ytnzSw,3294
|
| 95 |
+
alembic/util/pyfiles.py,sha256=QUZYc5kE3Z7nV64PblcRffzA7VfVaiFB2x3vtcG0_AE,4707
|
| 96 |
+
alembic/util/sqla_compat.py,sha256=OmLh7G1rcZoDXJcaQfk29rqMvuQuoL3vICI2lmP9jyw,15064
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/REQUESTED
ADDED
|
File without changes
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/WHEEL
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Wheel-Version: 1.0
|
| 2 |
+
Generator: setuptools (80.9.0)
|
| 3 |
+
Root-Is-Purelib: true
|
| 4 |
+
Tag: py3-none-any
|
| 5 |
+
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/entry_points.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[console_scripts]
|
| 2 |
+
alembic = alembic.config:main
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/licenses/LICENSE
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright 2009-2025 Michael Bayer.
|
| 2 |
+
|
| 3 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
| 4 |
+
this software and associated documentation files (the "Software"), to deal in
|
| 5 |
+
the Software without restriction, including without limitation the rights to
|
| 6 |
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
| 7 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
| 8 |
+
so, subject to the following conditions:
|
| 9 |
+
|
| 10 |
+
The above copyright notice and this permission notice shall be included in all
|
| 11 |
+
copies or substantial portions of the Software.
|
| 12 |
+
|
| 13 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 14 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 15 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 16 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 17 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 18 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 19 |
+
SOFTWARE.
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/alembic-1.17.0.dist-info/top_level.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
alembic
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__init__.py
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
import sys
|
| 3 |
+
|
| 4 |
+
try:
|
| 5 |
+
from ._version import version as __version__
|
| 6 |
+
except ImportError:
|
| 7 |
+
__version__ = 'unknown'
|
| 8 |
+
|
| 9 |
+
__all__ = ['easter', 'parser', 'relativedelta', 'rrule', 'tz',
|
| 10 |
+
'utils', 'zoneinfo']
|
| 11 |
+
|
| 12 |
+
def __getattr__(name):
|
| 13 |
+
import importlib
|
| 14 |
+
|
| 15 |
+
if name in __all__:
|
| 16 |
+
return importlib.import_module("." + name, __name__)
|
| 17 |
+
raise AttributeError(
|
| 18 |
+
"module {!r} has not attribute {!r}".format(__name__, name)
|
| 19 |
+
)
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def __dir__():
|
| 23 |
+
# __dir__ should include all the lazy-importable modules as well.
|
| 24 |
+
return [x for x in globals() if x not in sys.modules] + __all__
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (989 Bytes). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/_common.cpython-310.pyc
ADDED
|
Binary file (1.47 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/_version.cpython-310.pyc
ADDED
|
Binary file (323 Bytes). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/relativedelta.cpython-310.pyc
ADDED
|
Binary file (15.8 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/__pycache__/rrule.cpython-310.pyc
ADDED
|
Binary file (43.3 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/_common.py
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
Common code used in multiple modules.
|
| 3 |
+
"""
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
class weekday(object):
|
| 7 |
+
__slots__ = ["weekday", "n"]
|
| 8 |
+
|
| 9 |
+
def __init__(self, weekday, n=None):
|
| 10 |
+
self.weekday = weekday
|
| 11 |
+
self.n = n
|
| 12 |
+
|
| 13 |
+
def __call__(self, n):
|
| 14 |
+
if n == self.n:
|
| 15 |
+
return self
|
| 16 |
+
else:
|
| 17 |
+
return self.__class__(self.weekday, n)
|
| 18 |
+
|
| 19 |
+
def __eq__(self, other):
|
| 20 |
+
try:
|
| 21 |
+
if self.weekday != other.weekday or self.n != other.n:
|
| 22 |
+
return False
|
| 23 |
+
except AttributeError:
|
| 24 |
+
return False
|
| 25 |
+
return True
|
| 26 |
+
|
| 27 |
+
def __hash__(self):
|
| 28 |
+
return hash((
|
| 29 |
+
self.weekday,
|
| 30 |
+
self.n,
|
| 31 |
+
))
|
| 32 |
+
|
| 33 |
+
def __ne__(self, other):
|
| 34 |
+
return not (self == other)
|
| 35 |
+
|
| 36 |
+
def __repr__(self):
|
| 37 |
+
s = ("MO", "TU", "WE", "TH", "FR", "SA", "SU")[self.weekday]
|
| 38 |
+
if not self.n:
|
| 39 |
+
return s
|
| 40 |
+
else:
|
| 41 |
+
return "%s(%+d)" % (s, self.n)
|
| 42 |
+
|
| 43 |
+
# vim:ts=4:sw=4:et
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/_version.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# file generated by setuptools_scm
|
| 2 |
+
# don't change, don't track in version control
|
| 3 |
+
__version__ = version = '2.9.0.post0'
|
| 4 |
+
__version_tuple__ = version_tuple = (2, 9, 0)
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/easter.py
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""
|
| 3 |
+
This module offers a generic Easter computing method for any given year, using
|
| 4 |
+
Western, Orthodox or Julian algorithms.
|
| 5 |
+
"""
|
| 6 |
+
|
| 7 |
+
import datetime
|
| 8 |
+
|
| 9 |
+
__all__ = ["easter", "EASTER_JULIAN", "EASTER_ORTHODOX", "EASTER_WESTERN"]
|
| 10 |
+
|
| 11 |
+
EASTER_JULIAN = 1
|
| 12 |
+
EASTER_ORTHODOX = 2
|
| 13 |
+
EASTER_WESTERN = 3
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
def easter(year, method=EASTER_WESTERN):
|
| 17 |
+
"""
|
| 18 |
+
This method was ported from the work done by GM Arts,
|
| 19 |
+
on top of the algorithm by Claus Tondering, which was
|
| 20 |
+
based in part on the algorithm of Ouding (1940), as
|
| 21 |
+
quoted in "Explanatory Supplement to the Astronomical
|
| 22 |
+
Almanac", P. Kenneth Seidelmann, editor.
|
| 23 |
+
|
| 24 |
+
This algorithm implements three different Easter
|
| 25 |
+
calculation methods:
|
| 26 |
+
|
| 27 |
+
1. Original calculation in Julian calendar, valid in
|
| 28 |
+
dates after 326 AD
|
| 29 |
+
2. Original method, with date converted to Gregorian
|
| 30 |
+
calendar, valid in years 1583 to 4099
|
| 31 |
+
3. Revised method, in Gregorian calendar, valid in
|
| 32 |
+
years 1583 to 4099 as well
|
| 33 |
+
|
| 34 |
+
These methods are represented by the constants:
|
| 35 |
+
|
| 36 |
+
* ``EASTER_JULIAN = 1``
|
| 37 |
+
* ``EASTER_ORTHODOX = 2``
|
| 38 |
+
* ``EASTER_WESTERN = 3``
|
| 39 |
+
|
| 40 |
+
The default method is method 3.
|
| 41 |
+
|
| 42 |
+
More about the algorithm may be found at:
|
| 43 |
+
|
| 44 |
+
`GM Arts: Easter Algorithms <http://www.gmarts.org/index.php?go=415>`_
|
| 45 |
+
|
| 46 |
+
and
|
| 47 |
+
|
| 48 |
+
`The Calendar FAQ: Easter <https://www.tondering.dk/claus/cal/easter.php>`_
|
| 49 |
+
|
| 50 |
+
"""
|
| 51 |
+
|
| 52 |
+
if not (1 <= method <= 3):
|
| 53 |
+
raise ValueError("invalid method")
|
| 54 |
+
|
| 55 |
+
# g - Golden year - 1
|
| 56 |
+
# c - Century
|
| 57 |
+
# h - (23 - Epact) mod 30
|
| 58 |
+
# i - Number of days from March 21 to Paschal Full Moon
|
| 59 |
+
# j - Weekday for PFM (0=Sunday, etc)
|
| 60 |
+
# p - Number of days from March 21 to Sunday on or before PFM
|
| 61 |
+
# (-6 to 28 methods 1 & 3, to 56 for method 2)
|
| 62 |
+
# e - Extra days to add for method 2 (converting Julian
|
| 63 |
+
# date to Gregorian date)
|
| 64 |
+
|
| 65 |
+
y = year
|
| 66 |
+
g = y % 19
|
| 67 |
+
e = 0
|
| 68 |
+
if method < 3:
|
| 69 |
+
# Old method
|
| 70 |
+
i = (19*g + 15) % 30
|
| 71 |
+
j = (y + y//4 + i) % 7
|
| 72 |
+
if method == 2:
|
| 73 |
+
# Extra dates to convert Julian to Gregorian date
|
| 74 |
+
e = 10
|
| 75 |
+
if y > 1600:
|
| 76 |
+
e = e + y//100 - 16 - (y//100 - 16)//4
|
| 77 |
+
else:
|
| 78 |
+
# New method
|
| 79 |
+
c = y//100
|
| 80 |
+
h = (c - c//4 - (8*c + 13)//25 + 19*g + 15) % 30
|
| 81 |
+
i = h - (h//28)*(1 - (h//28)*(29//(h + 1))*((21 - g)//11))
|
| 82 |
+
j = (y + y//4 + i + 2 - c + c//4) % 7
|
| 83 |
+
|
| 84 |
+
# p can be from -6 to 56 corresponding to dates 22 March to 23 May
|
| 85 |
+
# (later dates apply to method 2, although 23 May never actually occurs)
|
| 86 |
+
p = i - j + e
|
| 87 |
+
d = 1 + (p + 27 + (p + 6)//40) % 31
|
| 88 |
+
m = 3 + (p + 26)//30
|
| 89 |
+
return datetime.date(int(y), int(m), int(d))
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/__init__.py
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
from ._parser import parse, parser, parserinfo, ParserError
|
| 3 |
+
from ._parser import DEFAULTPARSER, DEFAULTTZPARSER
|
| 4 |
+
from ._parser import UnknownTimezoneWarning
|
| 5 |
+
|
| 6 |
+
from ._parser import __doc__
|
| 7 |
+
|
| 8 |
+
from .isoparser import isoparser, isoparse
|
| 9 |
+
|
| 10 |
+
__all__ = ['parse', 'parser', 'parserinfo',
|
| 11 |
+
'isoparse', 'isoparser',
|
| 12 |
+
'ParserError',
|
| 13 |
+
'UnknownTimezoneWarning']
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
###
|
| 17 |
+
# Deprecate portions of the private interface so that downstream code that
|
| 18 |
+
# is improperly relying on it is given *some* notice.
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
def __deprecated_private_func(f):
|
| 22 |
+
from functools import wraps
|
| 23 |
+
import warnings
|
| 24 |
+
|
| 25 |
+
msg = ('{name} is a private function and may break without warning, '
|
| 26 |
+
'it will be moved and or renamed in future versions.')
|
| 27 |
+
msg = msg.format(name=f.__name__)
|
| 28 |
+
|
| 29 |
+
@wraps(f)
|
| 30 |
+
def deprecated_func(*args, **kwargs):
|
| 31 |
+
warnings.warn(msg, DeprecationWarning)
|
| 32 |
+
return f(*args, **kwargs)
|
| 33 |
+
|
| 34 |
+
return deprecated_func
|
| 35 |
+
|
| 36 |
+
def __deprecate_private_class(c):
|
| 37 |
+
import warnings
|
| 38 |
+
|
| 39 |
+
msg = ('{name} is a private class and may break without warning, '
|
| 40 |
+
'it will be moved and or renamed in future versions.')
|
| 41 |
+
msg = msg.format(name=c.__name__)
|
| 42 |
+
|
| 43 |
+
class private_class(c):
|
| 44 |
+
__doc__ = c.__doc__
|
| 45 |
+
|
| 46 |
+
def __init__(self, *args, **kwargs):
|
| 47 |
+
warnings.warn(msg, DeprecationWarning)
|
| 48 |
+
super(private_class, self).__init__(*args, **kwargs)
|
| 49 |
+
|
| 50 |
+
private_class.__name__ = c.__name__
|
| 51 |
+
|
| 52 |
+
return private_class
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
from ._parser import _timelex, _resultbase
|
| 56 |
+
from ._parser import _tzparser, _parsetz
|
| 57 |
+
|
| 58 |
+
_timelex = __deprecate_private_class(_timelex)
|
| 59 |
+
_tzparser = __deprecate_private_class(_tzparser)
|
| 60 |
+
_resultbase = __deprecate_private_class(_resultbase)
|
| 61 |
+
_parsetz = __deprecated_private_func(_parsetz)
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (2.12 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/__pycache__/_parser.cpython-310.pyc
ADDED
|
Binary file (40.6 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/__pycache__/isoparser.cpython-310.pyc
ADDED
|
Binary file (11.3 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/_parser.py
ADDED
|
@@ -0,0 +1,1613 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""
|
| 3 |
+
This module offers a generic date/time string parser which is able to parse
|
| 4 |
+
most known formats to represent a date and/or time.
|
| 5 |
+
|
| 6 |
+
This module attempts to be forgiving with regards to unlikely input formats,
|
| 7 |
+
returning a datetime object even for dates which are ambiguous. If an element
|
| 8 |
+
of a date/time stamp is omitted, the following rules are applied:
|
| 9 |
+
|
| 10 |
+
- If AM or PM is left unspecified, a 24-hour clock is assumed, however, an hour
|
| 11 |
+
on a 12-hour clock (``0 <= hour <= 12``) *must* be specified if AM or PM is
|
| 12 |
+
specified.
|
| 13 |
+
- If a time zone is omitted, a timezone-naive datetime is returned.
|
| 14 |
+
|
| 15 |
+
If any other elements are missing, they are taken from the
|
| 16 |
+
:class:`datetime.datetime` object passed to the parameter ``default``. If this
|
| 17 |
+
results in a day number exceeding the valid number of days per month, the
|
| 18 |
+
value falls back to the end of the month.
|
| 19 |
+
|
| 20 |
+
Additional resources about date/time string formats can be found below:
|
| 21 |
+
|
| 22 |
+
- `A summary of the international standard date and time notation
|
| 23 |
+
<https://www.cl.cam.ac.uk/~mgk25/iso-time.html>`_
|
| 24 |
+
- `W3C Date and Time Formats <https://www.w3.org/TR/NOTE-datetime>`_
|
| 25 |
+
- `Time Formats (Planetary Rings Node) <https://pds-rings.seti.org:443/tools/time_formats.html>`_
|
| 26 |
+
- `CPAN ParseDate module
|
| 27 |
+
<https://metacpan.org/pod/release/MUIR/Time-modules-2013.0912/lib/Time/ParseDate.pm>`_
|
| 28 |
+
- `Java SimpleDateFormat Class
|
| 29 |
+
<https://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html>`_
|
| 30 |
+
"""
|
| 31 |
+
from __future__ import unicode_literals
|
| 32 |
+
|
| 33 |
+
import datetime
|
| 34 |
+
import re
|
| 35 |
+
import string
|
| 36 |
+
import time
|
| 37 |
+
import warnings
|
| 38 |
+
|
| 39 |
+
from calendar import monthrange
|
| 40 |
+
from io import StringIO
|
| 41 |
+
|
| 42 |
+
import six
|
| 43 |
+
from six import integer_types, text_type
|
| 44 |
+
|
| 45 |
+
from decimal import Decimal
|
| 46 |
+
|
| 47 |
+
from warnings import warn
|
| 48 |
+
|
| 49 |
+
from .. import relativedelta
|
| 50 |
+
from .. import tz
|
| 51 |
+
|
| 52 |
+
__all__ = ["parse", "parserinfo", "ParserError"]
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
# TODO: pandas.core.tools.datetimes imports this explicitly. Might be worth
|
| 56 |
+
# making public and/or figuring out if there is something we can
|
| 57 |
+
# take off their plate.
|
| 58 |
+
class _timelex(object):
|
| 59 |
+
# Fractional seconds are sometimes split by a comma
|
| 60 |
+
_split_decimal = re.compile("([.,])")
|
| 61 |
+
|
| 62 |
+
def __init__(self, instream):
|
| 63 |
+
if isinstance(instream, (bytes, bytearray)):
|
| 64 |
+
instream = instream.decode()
|
| 65 |
+
|
| 66 |
+
if isinstance(instream, text_type):
|
| 67 |
+
instream = StringIO(instream)
|
| 68 |
+
elif getattr(instream, 'read', None) is None:
|
| 69 |
+
raise TypeError('Parser must be a string or character stream, not '
|
| 70 |
+
'{itype}'.format(itype=instream.__class__.__name__))
|
| 71 |
+
|
| 72 |
+
self.instream = instream
|
| 73 |
+
self.charstack = []
|
| 74 |
+
self.tokenstack = []
|
| 75 |
+
self.eof = False
|
| 76 |
+
|
| 77 |
+
def get_token(self):
|
| 78 |
+
"""
|
| 79 |
+
This function breaks the time string into lexical units (tokens), which
|
| 80 |
+
can be parsed by the parser. Lexical units are demarcated by changes in
|
| 81 |
+
the character set, so any continuous string of letters is considered
|
| 82 |
+
one unit, any continuous string of numbers is considered one unit.
|
| 83 |
+
|
| 84 |
+
The main complication arises from the fact that dots ('.') can be used
|
| 85 |
+
both as separators (e.g. "Sep.20.2009") or decimal points (e.g.
|
| 86 |
+
"4:30:21.447"). As such, it is necessary to read the full context of
|
| 87 |
+
any dot-separated strings before breaking it into tokens; as such, this
|
| 88 |
+
function maintains a "token stack", for when the ambiguous context
|
| 89 |
+
demands that multiple tokens be parsed at once.
|
| 90 |
+
"""
|
| 91 |
+
if self.tokenstack:
|
| 92 |
+
return self.tokenstack.pop(0)
|
| 93 |
+
|
| 94 |
+
seenletters = False
|
| 95 |
+
token = None
|
| 96 |
+
state = None
|
| 97 |
+
|
| 98 |
+
while not self.eof:
|
| 99 |
+
# We only realize that we've reached the end of a token when we
|
| 100 |
+
# find a character that's not part of the current token - since
|
| 101 |
+
# that character may be part of the next token, it's stored in the
|
| 102 |
+
# charstack.
|
| 103 |
+
if self.charstack:
|
| 104 |
+
nextchar = self.charstack.pop(0)
|
| 105 |
+
else:
|
| 106 |
+
nextchar = self.instream.read(1)
|
| 107 |
+
while nextchar == '\x00':
|
| 108 |
+
nextchar = self.instream.read(1)
|
| 109 |
+
|
| 110 |
+
if not nextchar:
|
| 111 |
+
self.eof = True
|
| 112 |
+
break
|
| 113 |
+
elif not state:
|
| 114 |
+
# First character of the token - determines if we're starting
|
| 115 |
+
# to parse a word, a number or something else.
|
| 116 |
+
token = nextchar
|
| 117 |
+
if self.isword(nextchar):
|
| 118 |
+
state = 'a'
|
| 119 |
+
elif self.isnum(nextchar):
|
| 120 |
+
state = '0'
|
| 121 |
+
elif self.isspace(nextchar):
|
| 122 |
+
token = ' '
|
| 123 |
+
break # emit token
|
| 124 |
+
else:
|
| 125 |
+
break # emit token
|
| 126 |
+
elif state == 'a':
|
| 127 |
+
# If we've already started reading a word, we keep reading
|
| 128 |
+
# letters until we find something that's not part of a word.
|
| 129 |
+
seenletters = True
|
| 130 |
+
if self.isword(nextchar):
|
| 131 |
+
token += nextchar
|
| 132 |
+
elif nextchar == '.':
|
| 133 |
+
token += nextchar
|
| 134 |
+
state = 'a.'
|
| 135 |
+
else:
|
| 136 |
+
self.charstack.append(nextchar)
|
| 137 |
+
break # emit token
|
| 138 |
+
elif state == '0':
|
| 139 |
+
# If we've already started reading a number, we keep reading
|
| 140 |
+
# numbers until we find something that doesn't fit.
|
| 141 |
+
if self.isnum(nextchar):
|
| 142 |
+
token += nextchar
|
| 143 |
+
elif nextchar == '.' or (nextchar == ',' and len(token) >= 2):
|
| 144 |
+
token += nextchar
|
| 145 |
+
state = '0.'
|
| 146 |
+
else:
|
| 147 |
+
self.charstack.append(nextchar)
|
| 148 |
+
break # emit token
|
| 149 |
+
elif state == 'a.':
|
| 150 |
+
# If we've seen some letters and a dot separator, continue
|
| 151 |
+
# parsing, and the tokens will be broken up later.
|
| 152 |
+
seenletters = True
|
| 153 |
+
if nextchar == '.' or self.isword(nextchar):
|
| 154 |
+
token += nextchar
|
| 155 |
+
elif self.isnum(nextchar) and token[-1] == '.':
|
| 156 |
+
token += nextchar
|
| 157 |
+
state = '0.'
|
| 158 |
+
else:
|
| 159 |
+
self.charstack.append(nextchar)
|
| 160 |
+
break # emit token
|
| 161 |
+
elif state == '0.':
|
| 162 |
+
# If we've seen at least one dot separator, keep going, we'll
|
| 163 |
+
# break up the tokens later.
|
| 164 |
+
if nextchar == '.' or self.isnum(nextchar):
|
| 165 |
+
token += nextchar
|
| 166 |
+
elif self.isword(nextchar) and token[-1] == '.':
|
| 167 |
+
token += nextchar
|
| 168 |
+
state = 'a.'
|
| 169 |
+
else:
|
| 170 |
+
self.charstack.append(nextchar)
|
| 171 |
+
break # emit token
|
| 172 |
+
|
| 173 |
+
if (state in ('a.', '0.') and (seenletters or token.count('.') > 1 or
|
| 174 |
+
token[-1] in '.,')):
|
| 175 |
+
l = self._split_decimal.split(token)
|
| 176 |
+
token = l[0]
|
| 177 |
+
for tok in l[1:]:
|
| 178 |
+
if tok:
|
| 179 |
+
self.tokenstack.append(tok)
|
| 180 |
+
|
| 181 |
+
if state == '0.' and token.count('.') == 0:
|
| 182 |
+
token = token.replace(',', '.')
|
| 183 |
+
|
| 184 |
+
return token
|
| 185 |
+
|
| 186 |
+
def __iter__(self):
|
| 187 |
+
return self
|
| 188 |
+
|
| 189 |
+
def __next__(self):
|
| 190 |
+
token = self.get_token()
|
| 191 |
+
if token is None:
|
| 192 |
+
raise StopIteration
|
| 193 |
+
|
| 194 |
+
return token
|
| 195 |
+
|
| 196 |
+
def next(self):
|
| 197 |
+
return self.__next__() # Python 2.x support
|
| 198 |
+
|
| 199 |
+
@classmethod
|
| 200 |
+
def split(cls, s):
|
| 201 |
+
return list(cls(s))
|
| 202 |
+
|
| 203 |
+
@classmethod
|
| 204 |
+
def isword(cls, nextchar):
|
| 205 |
+
""" Whether or not the next character is part of a word """
|
| 206 |
+
return nextchar.isalpha()
|
| 207 |
+
|
| 208 |
+
@classmethod
|
| 209 |
+
def isnum(cls, nextchar):
|
| 210 |
+
""" Whether the next character is part of a number """
|
| 211 |
+
return nextchar.isdigit()
|
| 212 |
+
|
| 213 |
+
@classmethod
|
| 214 |
+
def isspace(cls, nextchar):
|
| 215 |
+
""" Whether the next character is whitespace """
|
| 216 |
+
return nextchar.isspace()
|
| 217 |
+
|
| 218 |
+
|
| 219 |
+
class _resultbase(object):
|
| 220 |
+
|
| 221 |
+
def __init__(self):
|
| 222 |
+
for attr in self.__slots__:
|
| 223 |
+
setattr(self, attr, None)
|
| 224 |
+
|
| 225 |
+
def _repr(self, classname):
|
| 226 |
+
l = []
|
| 227 |
+
for attr in self.__slots__:
|
| 228 |
+
value = getattr(self, attr)
|
| 229 |
+
if value is not None:
|
| 230 |
+
l.append("%s=%s" % (attr, repr(value)))
|
| 231 |
+
return "%s(%s)" % (classname, ", ".join(l))
|
| 232 |
+
|
| 233 |
+
def __len__(self):
|
| 234 |
+
return (sum(getattr(self, attr) is not None
|
| 235 |
+
for attr in self.__slots__))
|
| 236 |
+
|
| 237 |
+
def __repr__(self):
|
| 238 |
+
return self._repr(self.__class__.__name__)
|
| 239 |
+
|
| 240 |
+
|
| 241 |
+
class parserinfo(object):
|
| 242 |
+
"""
|
| 243 |
+
Class which handles what inputs are accepted. Subclass this to customize
|
| 244 |
+
the language and acceptable values for each parameter.
|
| 245 |
+
|
| 246 |
+
:param dayfirst:
|
| 247 |
+
Whether to interpret the first value in an ambiguous 3-integer date
|
| 248 |
+
(e.g. 01/05/09) as the day (``True``) or month (``False``). If
|
| 249 |
+
``yearfirst`` is set to ``True``, this distinguishes between YDM
|
| 250 |
+
and YMD. Default is ``False``.
|
| 251 |
+
|
| 252 |
+
:param yearfirst:
|
| 253 |
+
Whether to interpret the first value in an ambiguous 3-integer date
|
| 254 |
+
(e.g. 01/05/09) as the year. If ``True``, the first number is taken
|
| 255 |
+
to be the year, otherwise the last number is taken to be the year.
|
| 256 |
+
Default is ``False``.
|
| 257 |
+
"""
|
| 258 |
+
|
| 259 |
+
# m from a.m/p.m, t from ISO T separator
|
| 260 |
+
JUMP = [" ", ".", ",", ";", "-", "/", "'",
|
| 261 |
+
"at", "on", "and", "ad", "m", "t", "of",
|
| 262 |
+
"st", "nd", "rd", "th"]
|
| 263 |
+
|
| 264 |
+
WEEKDAYS = [("Mon", "Monday"),
|
| 265 |
+
("Tue", "Tuesday"), # TODO: "Tues"
|
| 266 |
+
("Wed", "Wednesday"),
|
| 267 |
+
("Thu", "Thursday"), # TODO: "Thurs"
|
| 268 |
+
("Fri", "Friday"),
|
| 269 |
+
("Sat", "Saturday"),
|
| 270 |
+
("Sun", "Sunday")]
|
| 271 |
+
MONTHS = [("Jan", "January"),
|
| 272 |
+
("Feb", "February"), # TODO: "Febr"
|
| 273 |
+
("Mar", "March"),
|
| 274 |
+
("Apr", "April"),
|
| 275 |
+
("May", "May"),
|
| 276 |
+
("Jun", "June"),
|
| 277 |
+
("Jul", "July"),
|
| 278 |
+
("Aug", "August"),
|
| 279 |
+
("Sep", "Sept", "September"),
|
| 280 |
+
("Oct", "October"),
|
| 281 |
+
("Nov", "November"),
|
| 282 |
+
("Dec", "December")]
|
| 283 |
+
HMS = [("h", "hour", "hours"),
|
| 284 |
+
("m", "minute", "minutes"),
|
| 285 |
+
("s", "second", "seconds")]
|
| 286 |
+
AMPM = [("am", "a"),
|
| 287 |
+
("pm", "p")]
|
| 288 |
+
UTCZONE = ["UTC", "GMT", "Z", "z"]
|
| 289 |
+
PERTAIN = ["of"]
|
| 290 |
+
TZOFFSET = {}
|
| 291 |
+
# TODO: ERA = ["AD", "BC", "CE", "BCE", "Stardate",
|
| 292 |
+
# "Anno Domini", "Year of Our Lord"]
|
| 293 |
+
|
| 294 |
+
def __init__(self, dayfirst=False, yearfirst=False):
|
| 295 |
+
self._jump = self._convert(self.JUMP)
|
| 296 |
+
self._weekdays = self._convert(self.WEEKDAYS)
|
| 297 |
+
self._months = self._convert(self.MONTHS)
|
| 298 |
+
self._hms = self._convert(self.HMS)
|
| 299 |
+
self._ampm = self._convert(self.AMPM)
|
| 300 |
+
self._utczone = self._convert(self.UTCZONE)
|
| 301 |
+
self._pertain = self._convert(self.PERTAIN)
|
| 302 |
+
|
| 303 |
+
self.dayfirst = dayfirst
|
| 304 |
+
self.yearfirst = yearfirst
|
| 305 |
+
|
| 306 |
+
self._year = time.localtime().tm_year
|
| 307 |
+
self._century = self._year // 100 * 100
|
| 308 |
+
|
| 309 |
+
def _convert(self, lst):
|
| 310 |
+
dct = {}
|
| 311 |
+
for i, v in enumerate(lst):
|
| 312 |
+
if isinstance(v, tuple):
|
| 313 |
+
for v in v:
|
| 314 |
+
dct[v.lower()] = i
|
| 315 |
+
else:
|
| 316 |
+
dct[v.lower()] = i
|
| 317 |
+
return dct
|
| 318 |
+
|
| 319 |
+
def jump(self, name):
|
| 320 |
+
return name.lower() in self._jump
|
| 321 |
+
|
| 322 |
+
def weekday(self, name):
|
| 323 |
+
try:
|
| 324 |
+
return self._weekdays[name.lower()]
|
| 325 |
+
except KeyError:
|
| 326 |
+
pass
|
| 327 |
+
return None
|
| 328 |
+
|
| 329 |
+
def month(self, name):
|
| 330 |
+
try:
|
| 331 |
+
return self._months[name.lower()] + 1
|
| 332 |
+
except KeyError:
|
| 333 |
+
pass
|
| 334 |
+
return None
|
| 335 |
+
|
| 336 |
+
def hms(self, name):
|
| 337 |
+
try:
|
| 338 |
+
return self._hms[name.lower()]
|
| 339 |
+
except KeyError:
|
| 340 |
+
return None
|
| 341 |
+
|
| 342 |
+
def ampm(self, name):
|
| 343 |
+
try:
|
| 344 |
+
return self._ampm[name.lower()]
|
| 345 |
+
except KeyError:
|
| 346 |
+
return None
|
| 347 |
+
|
| 348 |
+
def pertain(self, name):
|
| 349 |
+
return name.lower() in self._pertain
|
| 350 |
+
|
| 351 |
+
def utczone(self, name):
|
| 352 |
+
return name.lower() in self._utczone
|
| 353 |
+
|
| 354 |
+
def tzoffset(self, name):
|
| 355 |
+
if name in self._utczone:
|
| 356 |
+
return 0
|
| 357 |
+
|
| 358 |
+
return self.TZOFFSET.get(name)
|
| 359 |
+
|
| 360 |
+
def convertyear(self, year, century_specified=False):
|
| 361 |
+
"""
|
| 362 |
+
Converts two-digit years to year within [-50, 49]
|
| 363 |
+
range of self._year (current local time)
|
| 364 |
+
"""
|
| 365 |
+
|
| 366 |
+
# Function contract is that the year is always positive
|
| 367 |
+
assert year >= 0
|
| 368 |
+
|
| 369 |
+
if year < 100 and not century_specified:
|
| 370 |
+
# assume current century to start
|
| 371 |
+
year += self._century
|
| 372 |
+
|
| 373 |
+
if year >= self._year + 50: # if too far in future
|
| 374 |
+
year -= 100
|
| 375 |
+
elif year < self._year - 50: # if too far in past
|
| 376 |
+
year += 100
|
| 377 |
+
|
| 378 |
+
return year
|
| 379 |
+
|
| 380 |
+
def validate(self, res):
|
| 381 |
+
# move to info
|
| 382 |
+
if res.year is not None:
|
| 383 |
+
res.year = self.convertyear(res.year, res.century_specified)
|
| 384 |
+
|
| 385 |
+
if ((res.tzoffset == 0 and not res.tzname) or
|
| 386 |
+
(res.tzname == 'Z' or res.tzname == 'z')):
|
| 387 |
+
res.tzname = "UTC"
|
| 388 |
+
res.tzoffset = 0
|
| 389 |
+
elif res.tzoffset != 0 and res.tzname and self.utczone(res.tzname):
|
| 390 |
+
res.tzoffset = 0
|
| 391 |
+
return True
|
| 392 |
+
|
| 393 |
+
|
| 394 |
+
class _ymd(list):
|
| 395 |
+
def __init__(self, *args, **kwargs):
|
| 396 |
+
super(self.__class__, self).__init__(*args, **kwargs)
|
| 397 |
+
self.century_specified = False
|
| 398 |
+
self.dstridx = None
|
| 399 |
+
self.mstridx = None
|
| 400 |
+
self.ystridx = None
|
| 401 |
+
|
| 402 |
+
@property
|
| 403 |
+
def has_year(self):
|
| 404 |
+
return self.ystridx is not None
|
| 405 |
+
|
| 406 |
+
@property
|
| 407 |
+
def has_month(self):
|
| 408 |
+
return self.mstridx is not None
|
| 409 |
+
|
| 410 |
+
@property
|
| 411 |
+
def has_day(self):
|
| 412 |
+
return self.dstridx is not None
|
| 413 |
+
|
| 414 |
+
def could_be_day(self, value):
|
| 415 |
+
if self.has_day:
|
| 416 |
+
return False
|
| 417 |
+
elif not self.has_month:
|
| 418 |
+
return 1 <= value <= 31
|
| 419 |
+
elif not self.has_year:
|
| 420 |
+
# Be permissive, assume leap year
|
| 421 |
+
month = self[self.mstridx]
|
| 422 |
+
return 1 <= value <= monthrange(2000, month)[1]
|
| 423 |
+
else:
|
| 424 |
+
month = self[self.mstridx]
|
| 425 |
+
year = self[self.ystridx]
|
| 426 |
+
return 1 <= value <= monthrange(year, month)[1]
|
| 427 |
+
|
| 428 |
+
def append(self, val, label=None):
|
| 429 |
+
if hasattr(val, '__len__'):
|
| 430 |
+
if val.isdigit() and len(val) > 2:
|
| 431 |
+
self.century_specified = True
|
| 432 |
+
if label not in [None, 'Y']: # pragma: no cover
|
| 433 |
+
raise ValueError(label)
|
| 434 |
+
label = 'Y'
|
| 435 |
+
elif val > 100:
|
| 436 |
+
self.century_specified = True
|
| 437 |
+
if label not in [None, 'Y']: # pragma: no cover
|
| 438 |
+
raise ValueError(label)
|
| 439 |
+
label = 'Y'
|
| 440 |
+
|
| 441 |
+
super(self.__class__, self).append(int(val))
|
| 442 |
+
|
| 443 |
+
if label == 'M':
|
| 444 |
+
if self.has_month:
|
| 445 |
+
raise ValueError('Month is already set')
|
| 446 |
+
self.mstridx = len(self) - 1
|
| 447 |
+
elif label == 'D':
|
| 448 |
+
if self.has_day:
|
| 449 |
+
raise ValueError('Day is already set')
|
| 450 |
+
self.dstridx = len(self) - 1
|
| 451 |
+
elif label == 'Y':
|
| 452 |
+
if self.has_year:
|
| 453 |
+
raise ValueError('Year is already set')
|
| 454 |
+
self.ystridx = len(self) - 1
|
| 455 |
+
|
| 456 |
+
def _resolve_from_stridxs(self, strids):
|
| 457 |
+
"""
|
| 458 |
+
Try to resolve the identities of year/month/day elements using
|
| 459 |
+
ystridx, mstridx, and dstridx, if enough of these are specified.
|
| 460 |
+
"""
|
| 461 |
+
if len(self) == 3 and len(strids) == 2:
|
| 462 |
+
# we can back out the remaining stridx value
|
| 463 |
+
missing = [x for x in range(3) if x not in strids.values()]
|
| 464 |
+
key = [x for x in ['y', 'm', 'd'] if x not in strids]
|
| 465 |
+
assert len(missing) == len(key) == 1
|
| 466 |
+
key = key[0]
|
| 467 |
+
val = missing[0]
|
| 468 |
+
strids[key] = val
|
| 469 |
+
|
| 470 |
+
assert len(self) == len(strids) # otherwise this should not be called
|
| 471 |
+
out = {key: self[strids[key]] for key in strids}
|
| 472 |
+
return (out.get('y'), out.get('m'), out.get('d'))
|
| 473 |
+
|
| 474 |
+
def resolve_ymd(self, yearfirst, dayfirst):
|
| 475 |
+
len_ymd = len(self)
|
| 476 |
+
year, month, day = (None, None, None)
|
| 477 |
+
|
| 478 |
+
strids = (('y', self.ystridx),
|
| 479 |
+
('m', self.mstridx),
|
| 480 |
+
('d', self.dstridx))
|
| 481 |
+
|
| 482 |
+
strids = {key: val for key, val in strids if val is not None}
|
| 483 |
+
if (len(self) == len(strids) > 0 or
|
| 484 |
+
(len(self) == 3 and len(strids) == 2)):
|
| 485 |
+
return self._resolve_from_stridxs(strids)
|
| 486 |
+
|
| 487 |
+
mstridx = self.mstridx
|
| 488 |
+
|
| 489 |
+
if len_ymd > 3:
|
| 490 |
+
raise ValueError("More than three YMD values")
|
| 491 |
+
elif len_ymd == 1 or (mstridx is not None and len_ymd == 2):
|
| 492 |
+
# One member, or two members with a month string
|
| 493 |
+
if mstridx is not None:
|
| 494 |
+
month = self[mstridx]
|
| 495 |
+
# since mstridx is 0 or 1, self[mstridx-1] always
|
| 496 |
+
# looks up the other element
|
| 497 |
+
other = self[mstridx - 1]
|
| 498 |
+
else:
|
| 499 |
+
other = self[0]
|
| 500 |
+
|
| 501 |
+
if len_ymd > 1 or mstridx is None:
|
| 502 |
+
if other > 31:
|
| 503 |
+
year = other
|
| 504 |
+
else:
|
| 505 |
+
day = other
|
| 506 |
+
|
| 507 |
+
elif len_ymd == 2:
|
| 508 |
+
# Two members with numbers
|
| 509 |
+
if self[0] > 31:
|
| 510 |
+
# 99-01
|
| 511 |
+
year, month = self
|
| 512 |
+
elif self[1] > 31:
|
| 513 |
+
# 01-99
|
| 514 |
+
month, year = self
|
| 515 |
+
elif dayfirst and self[1] <= 12:
|
| 516 |
+
# 13-01
|
| 517 |
+
day, month = self
|
| 518 |
+
else:
|
| 519 |
+
# 01-13
|
| 520 |
+
month, day = self
|
| 521 |
+
|
| 522 |
+
elif len_ymd == 3:
|
| 523 |
+
# Three members
|
| 524 |
+
if mstridx == 0:
|
| 525 |
+
if self[1] > 31:
|
| 526 |
+
# Apr-2003-25
|
| 527 |
+
month, year, day = self
|
| 528 |
+
else:
|
| 529 |
+
month, day, year = self
|
| 530 |
+
elif mstridx == 1:
|
| 531 |
+
if self[0] > 31 or (yearfirst and self[2] <= 31):
|
| 532 |
+
# 99-Jan-01
|
| 533 |
+
year, month, day = self
|
| 534 |
+
else:
|
| 535 |
+
# 01-Jan-01
|
| 536 |
+
# Give precedence to day-first, since
|
| 537 |
+
# two-digit years is usually hand-written.
|
| 538 |
+
day, month, year = self
|
| 539 |
+
|
| 540 |
+
elif mstridx == 2:
|
| 541 |
+
# WTF!?
|
| 542 |
+
if self[1] > 31:
|
| 543 |
+
# 01-99-Jan
|
| 544 |
+
day, year, month = self
|
| 545 |
+
else:
|
| 546 |
+
# 99-01-Jan
|
| 547 |
+
year, day, month = self
|
| 548 |
+
|
| 549 |
+
else:
|
| 550 |
+
if (self[0] > 31 or
|
| 551 |
+
self.ystridx == 0 or
|
| 552 |
+
(yearfirst and self[1] <= 12 and self[2] <= 31)):
|
| 553 |
+
# 99-01-01
|
| 554 |
+
if dayfirst and self[2] <= 12:
|
| 555 |
+
year, day, month = self
|
| 556 |
+
else:
|
| 557 |
+
year, month, day = self
|
| 558 |
+
elif self[0] > 12 or (dayfirst and self[1] <= 12):
|
| 559 |
+
# 13-01-01
|
| 560 |
+
day, month, year = self
|
| 561 |
+
else:
|
| 562 |
+
# 01-13-01
|
| 563 |
+
month, day, year = self
|
| 564 |
+
|
| 565 |
+
return year, month, day
|
| 566 |
+
|
| 567 |
+
|
| 568 |
+
class parser(object):
|
| 569 |
+
def __init__(self, info=None):
|
| 570 |
+
self.info = info or parserinfo()
|
| 571 |
+
|
| 572 |
+
def parse(self, timestr, default=None,
|
| 573 |
+
ignoretz=False, tzinfos=None, **kwargs):
|
| 574 |
+
"""
|
| 575 |
+
Parse the date/time string into a :class:`datetime.datetime` object.
|
| 576 |
+
|
| 577 |
+
:param timestr:
|
| 578 |
+
Any date/time string using the supported formats.
|
| 579 |
+
|
| 580 |
+
:param default:
|
| 581 |
+
The default datetime object, if this is a datetime object and not
|
| 582 |
+
``None``, elements specified in ``timestr`` replace elements in the
|
| 583 |
+
default object.
|
| 584 |
+
|
| 585 |
+
:param ignoretz:
|
| 586 |
+
If set ``True``, time zones in parsed strings are ignored and a
|
| 587 |
+
naive :class:`datetime.datetime` object is returned.
|
| 588 |
+
|
| 589 |
+
:param tzinfos:
|
| 590 |
+
Additional time zone names / aliases which may be present in the
|
| 591 |
+
string. This argument maps time zone names (and optionally offsets
|
| 592 |
+
from those time zones) to time zones. This parameter can be a
|
| 593 |
+
dictionary with timezone aliases mapping time zone names to time
|
| 594 |
+
zones or a function taking two parameters (``tzname`` and
|
| 595 |
+
``tzoffset``) and returning a time zone.
|
| 596 |
+
|
| 597 |
+
The timezones to which the names are mapped can be an integer
|
| 598 |
+
offset from UTC in seconds or a :class:`tzinfo` object.
|
| 599 |
+
|
| 600 |
+
.. doctest::
|
| 601 |
+
:options: +NORMALIZE_WHITESPACE
|
| 602 |
+
|
| 603 |
+
>>> from dateutil.parser import parse
|
| 604 |
+
>>> from dateutil.tz import gettz
|
| 605 |
+
>>> tzinfos = {"BRST": -7200, "CST": gettz("America/Chicago")}
|
| 606 |
+
>>> parse("2012-01-19 17:21:00 BRST", tzinfos=tzinfos)
|
| 607 |
+
datetime.datetime(2012, 1, 19, 17, 21, tzinfo=tzoffset(u'BRST', -7200))
|
| 608 |
+
>>> parse("2012-01-19 17:21:00 CST", tzinfos=tzinfos)
|
| 609 |
+
datetime.datetime(2012, 1, 19, 17, 21,
|
| 610 |
+
tzinfo=tzfile('/usr/share/zoneinfo/America/Chicago'))
|
| 611 |
+
|
| 612 |
+
This parameter is ignored if ``ignoretz`` is set.
|
| 613 |
+
|
| 614 |
+
:param \\*\\*kwargs:
|
| 615 |
+
Keyword arguments as passed to ``_parse()``.
|
| 616 |
+
|
| 617 |
+
:return:
|
| 618 |
+
Returns a :class:`datetime.datetime` object or, if the
|
| 619 |
+
``fuzzy_with_tokens`` option is ``True``, returns a tuple, the
|
| 620 |
+
first element being a :class:`datetime.datetime` object, the second
|
| 621 |
+
a tuple containing the fuzzy tokens.
|
| 622 |
+
|
| 623 |
+
:raises ParserError:
|
| 624 |
+
Raised for invalid or unknown string format, if the provided
|
| 625 |
+
:class:`tzinfo` is not in a valid format, or if an invalid date
|
| 626 |
+
would be created.
|
| 627 |
+
|
| 628 |
+
:raises TypeError:
|
| 629 |
+
Raised for non-string or character stream input.
|
| 630 |
+
|
| 631 |
+
:raises OverflowError:
|
| 632 |
+
Raised if the parsed date exceeds the largest valid C integer on
|
| 633 |
+
your system.
|
| 634 |
+
"""
|
| 635 |
+
|
| 636 |
+
if default is None:
|
| 637 |
+
default = datetime.datetime.now().replace(hour=0, minute=0,
|
| 638 |
+
second=0, microsecond=0)
|
| 639 |
+
|
| 640 |
+
res, skipped_tokens = self._parse(timestr, **kwargs)
|
| 641 |
+
|
| 642 |
+
if res is None:
|
| 643 |
+
raise ParserError("Unknown string format: %s", timestr)
|
| 644 |
+
|
| 645 |
+
if len(res) == 0:
|
| 646 |
+
raise ParserError("String does not contain a date: %s", timestr)
|
| 647 |
+
|
| 648 |
+
try:
|
| 649 |
+
ret = self._build_naive(res, default)
|
| 650 |
+
except ValueError as e:
|
| 651 |
+
six.raise_from(ParserError(str(e) + ": %s", timestr), e)
|
| 652 |
+
|
| 653 |
+
if not ignoretz:
|
| 654 |
+
ret = self._build_tzaware(ret, res, tzinfos)
|
| 655 |
+
|
| 656 |
+
if kwargs.get('fuzzy_with_tokens', False):
|
| 657 |
+
return ret, skipped_tokens
|
| 658 |
+
else:
|
| 659 |
+
return ret
|
| 660 |
+
|
| 661 |
+
class _result(_resultbase):
|
| 662 |
+
__slots__ = ["year", "month", "day", "weekday",
|
| 663 |
+
"hour", "minute", "second", "microsecond",
|
| 664 |
+
"tzname", "tzoffset", "ampm","any_unused_tokens"]
|
| 665 |
+
|
| 666 |
+
def _parse(self, timestr, dayfirst=None, yearfirst=None, fuzzy=False,
|
| 667 |
+
fuzzy_with_tokens=False):
|
| 668 |
+
"""
|
| 669 |
+
Private method which performs the heavy lifting of parsing, called from
|
| 670 |
+
``parse()``, which passes on its ``kwargs`` to this function.
|
| 671 |
+
|
| 672 |
+
:param timestr:
|
| 673 |
+
The string to parse.
|
| 674 |
+
|
| 675 |
+
:param dayfirst:
|
| 676 |
+
Whether to interpret the first value in an ambiguous 3-integer date
|
| 677 |
+
(e.g. 01/05/09) as the day (``True``) or month (``False``). If
|
| 678 |
+
``yearfirst`` is set to ``True``, this distinguishes between YDM
|
| 679 |
+
and YMD. If set to ``None``, this value is retrieved from the
|
| 680 |
+
current :class:`parserinfo` object (which itself defaults to
|
| 681 |
+
``False``).
|
| 682 |
+
|
| 683 |
+
:param yearfirst:
|
| 684 |
+
Whether to interpret the first value in an ambiguous 3-integer date
|
| 685 |
+
(e.g. 01/05/09) as the year. If ``True``, the first number is taken
|
| 686 |
+
to be the year, otherwise the last number is taken to be the year.
|
| 687 |
+
If this is set to ``None``, the value is retrieved from the current
|
| 688 |
+
:class:`parserinfo` object (which itself defaults to ``False``).
|
| 689 |
+
|
| 690 |
+
:param fuzzy:
|
| 691 |
+
Whether to allow fuzzy parsing, allowing for string like "Today is
|
| 692 |
+
January 1, 2047 at 8:21:00AM".
|
| 693 |
+
|
| 694 |
+
:param fuzzy_with_tokens:
|
| 695 |
+
If ``True``, ``fuzzy`` is automatically set to True, and the parser
|
| 696 |
+
will return a tuple where the first element is the parsed
|
| 697 |
+
:class:`datetime.datetime` datetimestamp and the second element is
|
| 698 |
+
a tuple containing the portions of the string which were ignored:
|
| 699 |
+
|
| 700 |
+
.. doctest::
|
| 701 |
+
|
| 702 |
+
>>> from dateutil.parser import parse
|
| 703 |
+
>>> parse("Today is January 1, 2047 at 8:21:00AM", fuzzy_with_tokens=True)
|
| 704 |
+
(datetime.datetime(2047, 1, 1, 8, 21), (u'Today is ', u' ', u'at '))
|
| 705 |
+
|
| 706 |
+
"""
|
| 707 |
+
if fuzzy_with_tokens:
|
| 708 |
+
fuzzy = True
|
| 709 |
+
|
| 710 |
+
info = self.info
|
| 711 |
+
|
| 712 |
+
if dayfirst is None:
|
| 713 |
+
dayfirst = info.dayfirst
|
| 714 |
+
|
| 715 |
+
if yearfirst is None:
|
| 716 |
+
yearfirst = info.yearfirst
|
| 717 |
+
|
| 718 |
+
res = self._result()
|
| 719 |
+
l = _timelex.split(timestr) # Splits the timestr into tokens
|
| 720 |
+
|
| 721 |
+
skipped_idxs = []
|
| 722 |
+
|
| 723 |
+
# year/month/day list
|
| 724 |
+
ymd = _ymd()
|
| 725 |
+
|
| 726 |
+
len_l = len(l)
|
| 727 |
+
i = 0
|
| 728 |
+
try:
|
| 729 |
+
while i < len_l:
|
| 730 |
+
|
| 731 |
+
# Check if it's a number
|
| 732 |
+
value_repr = l[i]
|
| 733 |
+
try:
|
| 734 |
+
value = float(value_repr)
|
| 735 |
+
except ValueError:
|
| 736 |
+
value = None
|
| 737 |
+
|
| 738 |
+
if value is not None:
|
| 739 |
+
# Numeric token
|
| 740 |
+
i = self._parse_numeric_token(l, i, info, ymd, res, fuzzy)
|
| 741 |
+
|
| 742 |
+
# Check weekday
|
| 743 |
+
elif info.weekday(l[i]) is not None:
|
| 744 |
+
value = info.weekday(l[i])
|
| 745 |
+
res.weekday = value
|
| 746 |
+
|
| 747 |
+
# Check month name
|
| 748 |
+
elif info.month(l[i]) is not None:
|
| 749 |
+
value = info.month(l[i])
|
| 750 |
+
ymd.append(value, 'M')
|
| 751 |
+
|
| 752 |
+
if i + 1 < len_l:
|
| 753 |
+
if l[i + 1] in ('-', '/'):
|
| 754 |
+
# Jan-01[-99]
|
| 755 |
+
sep = l[i + 1]
|
| 756 |
+
ymd.append(l[i + 2])
|
| 757 |
+
|
| 758 |
+
if i + 3 < len_l and l[i + 3] == sep:
|
| 759 |
+
# Jan-01-99
|
| 760 |
+
ymd.append(l[i + 4])
|
| 761 |
+
i += 2
|
| 762 |
+
|
| 763 |
+
i += 2
|
| 764 |
+
|
| 765 |
+
elif (i + 4 < len_l and l[i + 1] == l[i + 3] == ' ' and
|
| 766 |
+
info.pertain(l[i + 2])):
|
| 767 |
+
# Jan of 01
|
| 768 |
+
# In this case, 01 is clearly year
|
| 769 |
+
if l[i + 4].isdigit():
|
| 770 |
+
# Convert it here to become unambiguous
|
| 771 |
+
value = int(l[i + 4])
|
| 772 |
+
year = str(info.convertyear(value))
|
| 773 |
+
ymd.append(year, 'Y')
|
| 774 |
+
else:
|
| 775 |
+
# Wrong guess
|
| 776 |
+
pass
|
| 777 |
+
# TODO: not hit in tests
|
| 778 |
+
i += 4
|
| 779 |
+
|
| 780 |
+
# Check am/pm
|
| 781 |
+
elif info.ampm(l[i]) is not None:
|
| 782 |
+
value = info.ampm(l[i])
|
| 783 |
+
val_is_ampm = self._ampm_valid(res.hour, res.ampm, fuzzy)
|
| 784 |
+
|
| 785 |
+
if val_is_ampm:
|
| 786 |
+
res.hour = self._adjust_ampm(res.hour, value)
|
| 787 |
+
res.ampm = value
|
| 788 |
+
|
| 789 |
+
elif fuzzy:
|
| 790 |
+
skipped_idxs.append(i)
|
| 791 |
+
|
| 792 |
+
# Check for a timezone name
|
| 793 |
+
elif self._could_be_tzname(res.hour, res.tzname, res.tzoffset, l[i]):
|
| 794 |
+
res.tzname = l[i]
|
| 795 |
+
res.tzoffset = info.tzoffset(res.tzname)
|
| 796 |
+
|
| 797 |
+
# Check for something like GMT+3, or BRST+3. Notice
|
| 798 |
+
# that it doesn't mean "I am 3 hours after GMT", but
|
| 799 |
+
# "my time +3 is GMT". If found, we reverse the
|
| 800 |
+
# logic so that timezone parsing code will get it
|
| 801 |
+
# right.
|
| 802 |
+
if i + 1 < len_l and l[i + 1] in ('+', '-'):
|
| 803 |
+
l[i + 1] = ('+', '-')[l[i + 1] == '+']
|
| 804 |
+
res.tzoffset = None
|
| 805 |
+
if info.utczone(res.tzname):
|
| 806 |
+
# With something like GMT+3, the timezone
|
| 807 |
+
# is *not* GMT.
|
| 808 |
+
res.tzname = None
|
| 809 |
+
|
| 810 |
+
# Check for a numbered timezone
|
| 811 |
+
elif res.hour is not None and l[i] in ('+', '-'):
|
| 812 |
+
signal = (-1, 1)[l[i] == '+']
|
| 813 |
+
len_li = len(l[i + 1])
|
| 814 |
+
|
| 815 |
+
# TODO: check that l[i + 1] is integer?
|
| 816 |
+
if len_li == 4:
|
| 817 |
+
# -0300
|
| 818 |
+
hour_offset = int(l[i + 1][:2])
|
| 819 |
+
min_offset = int(l[i + 1][2:])
|
| 820 |
+
elif i + 2 < len_l and l[i + 2] == ':':
|
| 821 |
+
# -03:00
|
| 822 |
+
hour_offset = int(l[i + 1])
|
| 823 |
+
min_offset = int(l[i + 3]) # TODO: Check that l[i+3] is minute-like?
|
| 824 |
+
i += 2
|
| 825 |
+
elif len_li <= 2:
|
| 826 |
+
# -[0]3
|
| 827 |
+
hour_offset = int(l[i + 1][:2])
|
| 828 |
+
min_offset = 0
|
| 829 |
+
else:
|
| 830 |
+
raise ValueError(timestr)
|
| 831 |
+
|
| 832 |
+
res.tzoffset = signal * (hour_offset * 3600 + min_offset * 60)
|
| 833 |
+
|
| 834 |
+
# Look for a timezone name between parenthesis
|
| 835 |
+
if (i + 5 < len_l and
|
| 836 |
+
info.jump(l[i + 2]) and l[i + 3] == '(' and
|
| 837 |
+
l[i + 5] == ')' and
|
| 838 |
+
3 <= len(l[i + 4]) and
|
| 839 |
+
self._could_be_tzname(res.hour, res.tzname,
|
| 840 |
+
None, l[i + 4])):
|
| 841 |
+
# -0300 (BRST)
|
| 842 |
+
res.tzname = l[i + 4]
|
| 843 |
+
i += 4
|
| 844 |
+
|
| 845 |
+
i += 1
|
| 846 |
+
|
| 847 |
+
# Check jumps
|
| 848 |
+
elif not (info.jump(l[i]) or fuzzy):
|
| 849 |
+
raise ValueError(timestr)
|
| 850 |
+
|
| 851 |
+
else:
|
| 852 |
+
skipped_idxs.append(i)
|
| 853 |
+
i += 1
|
| 854 |
+
|
| 855 |
+
# Process year/month/day
|
| 856 |
+
year, month, day = ymd.resolve_ymd(yearfirst, dayfirst)
|
| 857 |
+
|
| 858 |
+
res.century_specified = ymd.century_specified
|
| 859 |
+
res.year = year
|
| 860 |
+
res.month = month
|
| 861 |
+
res.day = day
|
| 862 |
+
|
| 863 |
+
except (IndexError, ValueError):
|
| 864 |
+
return None, None
|
| 865 |
+
|
| 866 |
+
if not info.validate(res):
|
| 867 |
+
return None, None
|
| 868 |
+
|
| 869 |
+
if fuzzy_with_tokens:
|
| 870 |
+
skipped_tokens = self._recombine_skipped(l, skipped_idxs)
|
| 871 |
+
return res, tuple(skipped_tokens)
|
| 872 |
+
else:
|
| 873 |
+
return res, None
|
| 874 |
+
|
| 875 |
+
def _parse_numeric_token(self, tokens, idx, info, ymd, res, fuzzy):
|
| 876 |
+
# Token is a number
|
| 877 |
+
value_repr = tokens[idx]
|
| 878 |
+
try:
|
| 879 |
+
value = self._to_decimal(value_repr)
|
| 880 |
+
except Exception as e:
|
| 881 |
+
six.raise_from(ValueError('Unknown numeric token'), e)
|
| 882 |
+
|
| 883 |
+
len_li = len(value_repr)
|
| 884 |
+
|
| 885 |
+
len_l = len(tokens)
|
| 886 |
+
|
| 887 |
+
if (len(ymd) == 3 and len_li in (2, 4) and
|
| 888 |
+
res.hour is None and
|
| 889 |
+
(idx + 1 >= len_l or
|
| 890 |
+
(tokens[idx + 1] != ':' and
|
| 891 |
+
info.hms(tokens[idx + 1]) is None))):
|
| 892 |
+
# 19990101T23[59]
|
| 893 |
+
s = tokens[idx]
|
| 894 |
+
res.hour = int(s[:2])
|
| 895 |
+
|
| 896 |
+
if len_li == 4:
|
| 897 |
+
res.minute = int(s[2:])
|
| 898 |
+
|
| 899 |
+
elif len_li == 6 or (len_li > 6 and tokens[idx].find('.') == 6):
|
| 900 |
+
# YYMMDD or HHMMSS[.ss]
|
| 901 |
+
s = tokens[idx]
|
| 902 |
+
|
| 903 |
+
if not ymd and '.' not in tokens[idx]:
|
| 904 |
+
ymd.append(s[:2])
|
| 905 |
+
ymd.append(s[2:4])
|
| 906 |
+
ymd.append(s[4:])
|
| 907 |
+
else:
|
| 908 |
+
# 19990101T235959[.59]
|
| 909 |
+
|
| 910 |
+
# TODO: Check if res attributes already set.
|
| 911 |
+
res.hour = int(s[:2])
|
| 912 |
+
res.minute = int(s[2:4])
|
| 913 |
+
res.second, res.microsecond = self._parsems(s[4:])
|
| 914 |
+
|
| 915 |
+
elif len_li in (8, 12, 14):
|
| 916 |
+
# YYYYMMDD
|
| 917 |
+
s = tokens[idx]
|
| 918 |
+
ymd.append(s[:4], 'Y')
|
| 919 |
+
ymd.append(s[4:6])
|
| 920 |
+
ymd.append(s[6:8])
|
| 921 |
+
|
| 922 |
+
if len_li > 8:
|
| 923 |
+
res.hour = int(s[8:10])
|
| 924 |
+
res.minute = int(s[10:12])
|
| 925 |
+
|
| 926 |
+
if len_li > 12:
|
| 927 |
+
res.second = int(s[12:])
|
| 928 |
+
|
| 929 |
+
elif self._find_hms_idx(idx, tokens, info, allow_jump=True) is not None:
|
| 930 |
+
# HH[ ]h or MM[ ]m or SS[.ss][ ]s
|
| 931 |
+
hms_idx = self._find_hms_idx(idx, tokens, info, allow_jump=True)
|
| 932 |
+
(idx, hms) = self._parse_hms(idx, tokens, info, hms_idx)
|
| 933 |
+
if hms is not None:
|
| 934 |
+
# TODO: checking that hour/minute/second are not
|
| 935 |
+
# already set?
|
| 936 |
+
self._assign_hms(res, value_repr, hms)
|
| 937 |
+
|
| 938 |
+
elif idx + 2 < len_l and tokens[idx + 1] == ':':
|
| 939 |
+
# HH:MM[:SS[.ss]]
|
| 940 |
+
res.hour = int(value)
|
| 941 |
+
value = self._to_decimal(tokens[idx + 2]) # TODO: try/except for this?
|
| 942 |
+
(res.minute, res.second) = self._parse_min_sec(value)
|
| 943 |
+
|
| 944 |
+
if idx + 4 < len_l and tokens[idx + 3] == ':':
|
| 945 |
+
res.second, res.microsecond = self._parsems(tokens[idx + 4])
|
| 946 |
+
|
| 947 |
+
idx += 2
|
| 948 |
+
|
| 949 |
+
idx += 2
|
| 950 |
+
|
| 951 |
+
elif idx + 1 < len_l and tokens[idx + 1] in ('-', '/', '.'):
|
| 952 |
+
sep = tokens[idx + 1]
|
| 953 |
+
ymd.append(value_repr)
|
| 954 |
+
|
| 955 |
+
if idx + 2 < len_l and not info.jump(tokens[idx + 2]):
|
| 956 |
+
if tokens[idx + 2].isdigit():
|
| 957 |
+
# 01-01[-01]
|
| 958 |
+
ymd.append(tokens[idx + 2])
|
| 959 |
+
else:
|
| 960 |
+
# 01-Jan[-01]
|
| 961 |
+
value = info.month(tokens[idx + 2])
|
| 962 |
+
|
| 963 |
+
if value is not None:
|
| 964 |
+
ymd.append(value, 'M')
|
| 965 |
+
else:
|
| 966 |
+
raise ValueError()
|
| 967 |
+
|
| 968 |
+
if idx + 3 < len_l and tokens[idx + 3] == sep:
|
| 969 |
+
# We have three members
|
| 970 |
+
value = info.month(tokens[idx + 4])
|
| 971 |
+
|
| 972 |
+
if value is not None:
|
| 973 |
+
ymd.append(value, 'M')
|
| 974 |
+
else:
|
| 975 |
+
ymd.append(tokens[idx + 4])
|
| 976 |
+
idx += 2
|
| 977 |
+
|
| 978 |
+
idx += 1
|
| 979 |
+
idx += 1
|
| 980 |
+
|
| 981 |
+
elif idx + 1 >= len_l or info.jump(tokens[idx + 1]):
|
| 982 |
+
if idx + 2 < len_l and info.ampm(tokens[idx + 2]) is not None:
|
| 983 |
+
# 12 am
|
| 984 |
+
hour = int(value)
|
| 985 |
+
res.hour = self._adjust_ampm(hour, info.ampm(tokens[idx + 2]))
|
| 986 |
+
idx += 1
|
| 987 |
+
else:
|
| 988 |
+
# Year, month or day
|
| 989 |
+
ymd.append(value)
|
| 990 |
+
idx += 1
|
| 991 |
+
|
| 992 |
+
elif info.ampm(tokens[idx + 1]) is not None and (0 <= value < 24):
|
| 993 |
+
# 12am
|
| 994 |
+
hour = int(value)
|
| 995 |
+
res.hour = self._adjust_ampm(hour, info.ampm(tokens[idx + 1]))
|
| 996 |
+
idx += 1
|
| 997 |
+
|
| 998 |
+
elif ymd.could_be_day(value):
|
| 999 |
+
ymd.append(value)
|
| 1000 |
+
|
| 1001 |
+
elif not fuzzy:
|
| 1002 |
+
raise ValueError()
|
| 1003 |
+
|
| 1004 |
+
return idx
|
| 1005 |
+
|
| 1006 |
+
def _find_hms_idx(self, idx, tokens, info, allow_jump):
|
| 1007 |
+
len_l = len(tokens)
|
| 1008 |
+
|
| 1009 |
+
if idx+1 < len_l and info.hms(tokens[idx+1]) is not None:
|
| 1010 |
+
# There is an "h", "m", or "s" label following this token. We take
|
| 1011 |
+
# assign the upcoming label to the current token.
|
| 1012 |
+
# e.g. the "12" in 12h"
|
| 1013 |
+
hms_idx = idx + 1
|
| 1014 |
+
|
| 1015 |
+
elif (allow_jump and idx+2 < len_l and tokens[idx+1] == ' ' and
|
| 1016 |
+
info.hms(tokens[idx+2]) is not None):
|
| 1017 |
+
# There is a space and then an "h", "m", or "s" label.
|
| 1018 |
+
# e.g. the "12" in "12 h"
|
| 1019 |
+
hms_idx = idx + 2
|
| 1020 |
+
|
| 1021 |
+
elif idx > 0 and info.hms(tokens[idx-1]) is not None:
|
| 1022 |
+
# There is a "h", "m", or "s" preceding this token. Since neither
|
| 1023 |
+
# of the previous cases was hit, there is no label following this
|
| 1024 |
+
# token, so we use the previous label.
|
| 1025 |
+
# e.g. the "04" in "12h04"
|
| 1026 |
+
hms_idx = idx-1
|
| 1027 |
+
|
| 1028 |
+
elif (1 < idx == len_l-1 and tokens[idx-1] == ' ' and
|
| 1029 |
+
info.hms(tokens[idx-2]) is not None):
|
| 1030 |
+
# If we are looking at the final token, we allow for a
|
| 1031 |
+
# backward-looking check to skip over a space.
|
| 1032 |
+
# TODO: Are we sure this is the right condition here?
|
| 1033 |
+
hms_idx = idx - 2
|
| 1034 |
+
|
| 1035 |
+
else:
|
| 1036 |
+
hms_idx = None
|
| 1037 |
+
|
| 1038 |
+
return hms_idx
|
| 1039 |
+
|
| 1040 |
+
def _assign_hms(self, res, value_repr, hms):
|
| 1041 |
+
# See GH issue #427, fixing float rounding
|
| 1042 |
+
value = self._to_decimal(value_repr)
|
| 1043 |
+
|
| 1044 |
+
if hms == 0:
|
| 1045 |
+
# Hour
|
| 1046 |
+
res.hour = int(value)
|
| 1047 |
+
if value % 1:
|
| 1048 |
+
res.minute = int(60*(value % 1))
|
| 1049 |
+
|
| 1050 |
+
elif hms == 1:
|
| 1051 |
+
(res.minute, res.second) = self._parse_min_sec(value)
|
| 1052 |
+
|
| 1053 |
+
elif hms == 2:
|
| 1054 |
+
(res.second, res.microsecond) = self._parsems(value_repr)
|
| 1055 |
+
|
| 1056 |
+
def _could_be_tzname(self, hour, tzname, tzoffset, token):
|
| 1057 |
+
return (hour is not None and
|
| 1058 |
+
tzname is None and
|
| 1059 |
+
tzoffset is None and
|
| 1060 |
+
len(token) <= 5 and
|
| 1061 |
+
(all(x in string.ascii_uppercase for x in token)
|
| 1062 |
+
or token in self.info.UTCZONE))
|
| 1063 |
+
|
| 1064 |
+
def _ampm_valid(self, hour, ampm, fuzzy):
|
| 1065 |
+
"""
|
| 1066 |
+
For fuzzy parsing, 'a' or 'am' (both valid English words)
|
| 1067 |
+
may erroneously trigger the AM/PM flag. Deal with that
|
| 1068 |
+
here.
|
| 1069 |
+
"""
|
| 1070 |
+
val_is_ampm = True
|
| 1071 |
+
|
| 1072 |
+
# If there's already an AM/PM flag, this one isn't one.
|
| 1073 |
+
if fuzzy and ampm is not None:
|
| 1074 |
+
val_is_ampm = False
|
| 1075 |
+
|
| 1076 |
+
# If AM/PM is found and hour is not, raise a ValueError
|
| 1077 |
+
if hour is None:
|
| 1078 |
+
if fuzzy:
|
| 1079 |
+
val_is_ampm = False
|
| 1080 |
+
else:
|
| 1081 |
+
raise ValueError('No hour specified with AM or PM flag.')
|
| 1082 |
+
elif not 0 <= hour <= 12:
|
| 1083 |
+
# If AM/PM is found, it's a 12 hour clock, so raise
|
| 1084 |
+
# an error for invalid range
|
| 1085 |
+
if fuzzy:
|
| 1086 |
+
val_is_ampm = False
|
| 1087 |
+
else:
|
| 1088 |
+
raise ValueError('Invalid hour specified for 12-hour clock.')
|
| 1089 |
+
|
| 1090 |
+
return val_is_ampm
|
| 1091 |
+
|
| 1092 |
+
def _adjust_ampm(self, hour, ampm):
|
| 1093 |
+
if hour < 12 and ampm == 1:
|
| 1094 |
+
hour += 12
|
| 1095 |
+
elif hour == 12 and ampm == 0:
|
| 1096 |
+
hour = 0
|
| 1097 |
+
return hour
|
| 1098 |
+
|
| 1099 |
+
def _parse_min_sec(self, value):
|
| 1100 |
+
# TODO: Every usage of this function sets res.second to the return
|
| 1101 |
+
# value. Are there any cases where second will be returned as None and
|
| 1102 |
+
# we *don't* want to set res.second = None?
|
| 1103 |
+
minute = int(value)
|
| 1104 |
+
second = None
|
| 1105 |
+
|
| 1106 |
+
sec_remainder = value % 1
|
| 1107 |
+
if sec_remainder:
|
| 1108 |
+
second = int(60 * sec_remainder)
|
| 1109 |
+
return (minute, second)
|
| 1110 |
+
|
| 1111 |
+
def _parse_hms(self, idx, tokens, info, hms_idx):
|
| 1112 |
+
# TODO: Is this going to admit a lot of false-positives for when we
|
| 1113 |
+
# just happen to have digits and "h", "m" or "s" characters in non-date
|
| 1114 |
+
# text? I guess hex hashes won't have that problem, but there's plenty
|
| 1115 |
+
# of random junk out there.
|
| 1116 |
+
if hms_idx is None:
|
| 1117 |
+
hms = None
|
| 1118 |
+
new_idx = idx
|
| 1119 |
+
elif hms_idx > idx:
|
| 1120 |
+
hms = info.hms(tokens[hms_idx])
|
| 1121 |
+
new_idx = hms_idx
|
| 1122 |
+
else:
|
| 1123 |
+
# Looking backwards, increment one.
|
| 1124 |
+
hms = info.hms(tokens[hms_idx]) + 1
|
| 1125 |
+
new_idx = idx
|
| 1126 |
+
|
| 1127 |
+
return (new_idx, hms)
|
| 1128 |
+
|
| 1129 |
+
# ------------------------------------------------------------------
|
| 1130 |
+
# Handling for individual tokens. These are kept as methods instead
|
| 1131 |
+
# of functions for the sake of customizability via subclassing.
|
| 1132 |
+
|
| 1133 |
+
def _parsems(self, value):
|
| 1134 |
+
"""Parse a I[.F] seconds value into (seconds, microseconds)."""
|
| 1135 |
+
if "." not in value:
|
| 1136 |
+
return int(value), 0
|
| 1137 |
+
else:
|
| 1138 |
+
i, f = value.split(".")
|
| 1139 |
+
return int(i), int(f.ljust(6, "0")[:6])
|
| 1140 |
+
|
| 1141 |
+
def _to_decimal(self, val):
|
| 1142 |
+
try:
|
| 1143 |
+
decimal_value = Decimal(val)
|
| 1144 |
+
# See GH 662, edge case, infinite value should not be converted
|
| 1145 |
+
# via `_to_decimal`
|
| 1146 |
+
if not decimal_value.is_finite():
|
| 1147 |
+
raise ValueError("Converted decimal value is infinite or NaN")
|
| 1148 |
+
except Exception as e:
|
| 1149 |
+
msg = "Could not convert %s to decimal" % val
|
| 1150 |
+
six.raise_from(ValueError(msg), e)
|
| 1151 |
+
else:
|
| 1152 |
+
return decimal_value
|
| 1153 |
+
|
| 1154 |
+
# ------------------------------------------------------------------
|
| 1155 |
+
# Post-Parsing construction of datetime output. These are kept as
|
| 1156 |
+
# methods instead of functions for the sake of customizability via
|
| 1157 |
+
# subclassing.
|
| 1158 |
+
|
| 1159 |
+
def _build_tzinfo(self, tzinfos, tzname, tzoffset):
|
| 1160 |
+
if callable(tzinfos):
|
| 1161 |
+
tzdata = tzinfos(tzname, tzoffset)
|
| 1162 |
+
else:
|
| 1163 |
+
tzdata = tzinfos.get(tzname)
|
| 1164 |
+
# handle case where tzinfo is paased an options that returns None
|
| 1165 |
+
# eg tzinfos = {'BRST' : None}
|
| 1166 |
+
if isinstance(tzdata, datetime.tzinfo) or tzdata is None:
|
| 1167 |
+
tzinfo = tzdata
|
| 1168 |
+
elif isinstance(tzdata, text_type):
|
| 1169 |
+
tzinfo = tz.tzstr(tzdata)
|
| 1170 |
+
elif isinstance(tzdata, integer_types):
|
| 1171 |
+
tzinfo = tz.tzoffset(tzname, tzdata)
|
| 1172 |
+
else:
|
| 1173 |
+
raise TypeError("Offset must be tzinfo subclass, tz string, "
|
| 1174 |
+
"or int offset.")
|
| 1175 |
+
return tzinfo
|
| 1176 |
+
|
| 1177 |
+
def _build_tzaware(self, naive, res, tzinfos):
|
| 1178 |
+
if (callable(tzinfos) or (tzinfos and res.tzname in tzinfos)):
|
| 1179 |
+
tzinfo = self._build_tzinfo(tzinfos, res.tzname, res.tzoffset)
|
| 1180 |
+
aware = naive.replace(tzinfo=tzinfo)
|
| 1181 |
+
aware = self._assign_tzname(aware, res.tzname)
|
| 1182 |
+
|
| 1183 |
+
elif res.tzname and res.tzname in time.tzname:
|
| 1184 |
+
aware = naive.replace(tzinfo=tz.tzlocal())
|
| 1185 |
+
|
| 1186 |
+
# Handle ambiguous local datetime
|
| 1187 |
+
aware = self._assign_tzname(aware, res.tzname)
|
| 1188 |
+
|
| 1189 |
+
# This is mostly relevant for winter GMT zones parsed in the UK
|
| 1190 |
+
if (aware.tzname() != res.tzname and
|
| 1191 |
+
res.tzname in self.info.UTCZONE):
|
| 1192 |
+
aware = aware.replace(tzinfo=tz.UTC)
|
| 1193 |
+
|
| 1194 |
+
elif res.tzoffset == 0:
|
| 1195 |
+
aware = naive.replace(tzinfo=tz.UTC)
|
| 1196 |
+
|
| 1197 |
+
elif res.tzoffset:
|
| 1198 |
+
aware = naive.replace(tzinfo=tz.tzoffset(res.tzname, res.tzoffset))
|
| 1199 |
+
|
| 1200 |
+
elif not res.tzname and not res.tzoffset:
|
| 1201 |
+
# i.e. no timezone information was found.
|
| 1202 |
+
aware = naive
|
| 1203 |
+
|
| 1204 |
+
elif res.tzname:
|
| 1205 |
+
# tz-like string was parsed but we don't know what to do
|
| 1206 |
+
# with it
|
| 1207 |
+
warnings.warn("tzname {tzname} identified but not understood. "
|
| 1208 |
+
"Pass `tzinfos` argument in order to correctly "
|
| 1209 |
+
"return a timezone-aware datetime. In a future "
|
| 1210 |
+
"version, this will raise an "
|
| 1211 |
+
"exception.".format(tzname=res.tzname),
|
| 1212 |
+
category=UnknownTimezoneWarning)
|
| 1213 |
+
aware = naive
|
| 1214 |
+
|
| 1215 |
+
return aware
|
| 1216 |
+
|
| 1217 |
+
def _build_naive(self, res, default):
|
| 1218 |
+
repl = {}
|
| 1219 |
+
for attr in ("year", "month", "day", "hour",
|
| 1220 |
+
"minute", "second", "microsecond"):
|
| 1221 |
+
value = getattr(res, attr)
|
| 1222 |
+
if value is not None:
|
| 1223 |
+
repl[attr] = value
|
| 1224 |
+
|
| 1225 |
+
if 'day' not in repl:
|
| 1226 |
+
# If the default day exceeds the last day of the month, fall back
|
| 1227 |
+
# to the end of the month.
|
| 1228 |
+
cyear = default.year if res.year is None else res.year
|
| 1229 |
+
cmonth = default.month if res.month is None else res.month
|
| 1230 |
+
cday = default.day if res.day is None else res.day
|
| 1231 |
+
|
| 1232 |
+
if cday > monthrange(cyear, cmonth)[1]:
|
| 1233 |
+
repl['day'] = monthrange(cyear, cmonth)[1]
|
| 1234 |
+
|
| 1235 |
+
naive = default.replace(**repl)
|
| 1236 |
+
|
| 1237 |
+
if res.weekday is not None and not res.day:
|
| 1238 |
+
naive = naive + relativedelta.relativedelta(weekday=res.weekday)
|
| 1239 |
+
|
| 1240 |
+
return naive
|
| 1241 |
+
|
| 1242 |
+
def _assign_tzname(self, dt, tzname):
|
| 1243 |
+
if dt.tzname() != tzname:
|
| 1244 |
+
new_dt = tz.enfold(dt, fold=1)
|
| 1245 |
+
if new_dt.tzname() == tzname:
|
| 1246 |
+
return new_dt
|
| 1247 |
+
|
| 1248 |
+
return dt
|
| 1249 |
+
|
| 1250 |
+
def _recombine_skipped(self, tokens, skipped_idxs):
|
| 1251 |
+
"""
|
| 1252 |
+
>>> tokens = ["foo", " ", "bar", " ", "19June2000", "baz"]
|
| 1253 |
+
>>> skipped_idxs = [0, 1, 2, 5]
|
| 1254 |
+
>>> _recombine_skipped(tokens, skipped_idxs)
|
| 1255 |
+
["foo bar", "baz"]
|
| 1256 |
+
"""
|
| 1257 |
+
skipped_tokens = []
|
| 1258 |
+
for i, idx in enumerate(sorted(skipped_idxs)):
|
| 1259 |
+
if i > 0 and idx - 1 == skipped_idxs[i - 1]:
|
| 1260 |
+
skipped_tokens[-1] = skipped_tokens[-1] + tokens[idx]
|
| 1261 |
+
else:
|
| 1262 |
+
skipped_tokens.append(tokens[idx])
|
| 1263 |
+
|
| 1264 |
+
return skipped_tokens
|
| 1265 |
+
|
| 1266 |
+
|
| 1267 |
+
DEFAULTPARSER = parser()
|
| 1268 |
+
|
| 1269 |
+
|
| 1270 |
+
def parse(timestr, parserinfo=None, **kwargs):
|
| 1271 |
+
"""
|
| 1272 |
+
|
| 1273 |
+
Parse a string in one of the supported formats, using the
|
| 1274 |
+
``parserinfo`` parameters.
|
| 1275 |
+
|
| 1276 |
+
:param timestr:
|
| 1277 |
+
A string containing a date/time stamp.
|
| 1278 |
+
|
| 1279 |
+
:param parserinfo:
|
| 1280 |
+
A :class:`parserinfo` object containing parameters for the parser.
|
| 1281 |
+
If ``None``, the default arguments to the :class:`parserinfo`
|
| 1282 |
+
constructor are used.
|
| 1283 |
+
|
| 1284 |
+
The ``**kwargs`` parameter takes the following keyword arguments:
|
| 1285 |
+
|
| 1286 |
+
:param default:
|
| 1287 |
+
The default datetime object, if this is a datetime object and not
|
| 1288 |
+
``None``, elements specified in ``timestr`` replace elements in the
|
| 1289 |
+
default object.
|
| 1290 |
+
|
| 1291 |
+
:param ignoretz:
|
| 1292 |
+
If set ``True``, time zones in parsed strings are ignored and a naive
|
| 1293 |
+
:class:`datetime` object is returned.
|
| 1294 |
+
|
| 1295 |
+
:param tzinfos:
|
| 1296 |
+
Additional time zone names / aliases which may be present in the
|
| 1297 |
+
string. This argument maps time zone names (and optionally offsets
|
| 1298 |
+
from those time zones) to time zones. This parameter can be a
|
| 1299 |
+
dictionary with timezone aliases mapping time zone names to time
|
| 1300 |
+
zones or a function taking two parameters (``tzname`` and
|
| 1301 |
+
``tzoffset``) and returning a time zone.
|
| 1302 |
+
|
| 1303 |
+
The timezones to which the names are mapped can be an integer
|
| 1304 |
+
offset from UTC in seconds or a :class:`tzinfo` object.
|
| 1305 |
+
|
| 1306 |
+
.. doctest::
|
| 1307 |
+
:options: +NORMALIZE_WHITESPACE
|
| 1308 |
+
|
| 1309 |
+
>>> from dateutil.parser import parse
|
| 1310 |
+
>>> from dateutil.tz import gettz
|
| 1311 |
+
>>> tzinfos = {"BRST": -7200, "CST": gettz("America/Chicago")}
|
| 1312 |
+
>>> parse("2012-01-19 17:21:00 BRST", tzinfos=tzinfos)
|
| 1313 |
+
datetime.datetime(2012, 1, 19, 17, 21, tzinfo=tzoffset(u'BRST', -7200))
|
| 1314 |
+
>>> parse("2012-01-19 17:21:00 CST", tzinfos=tzinfos)
|
| 1315 |
+
datetime.datetime(2012, 1, 19, 17, 21,
|
| 1316 |
+
tzinfo=tzfile('/usr/share/zoneinfo/America/Chicago'))
|
| 1317 |
+
|
| 1318 |
+
This parameter is ignored if ``ignoretz`` is set.
|
| 1319 |
+
|
| 1320 |
+
:param dayfirst:
|
| 1321 |
+
Whether to interpret the first value in an ambiguous 3-integer date
|
| 1322 |
+
(e.g. 01/05/09) as the day (``True``) or month (``False``). If
|
| 1323 |
+
``yearfirst`` is set to ``True``, this distinguishes between YDM and
|
| 1324 |
+
YMD. If set to ``None``, this value is retrieved from the current
|
| 1325 |
+
:class:`parserinfo` object (which itself defaults to ``False``).
|
| 1326 |
+
|
| 1327 |
+
:param yearfirst:
|
| 1328 |
+
Whether to interpret the first value in an ambiguous 3-integer date
|
| 1329 |
+
(e.g. 01/05/09) as the year. If ``True``, the first number is taken to
|
| 1330 |
+
be the year, otherwise the last number is taken to be the year. If
|
| 1331 |
+
this is set to ``None``, the value is retrieved from the current
|
| 1332 |
+
:class:`parserinfo` object (which itself defaults to ``False``).
|
| 1333 |
+
|
| 1334 |
+
:param fuzzy:
|
| 1335 |
+
Whether to allow fuzzy parsing, allowing for string like "Today is
|
| 1336 |
+
January 1, 2047 at 8:21:00AM".
|
| 1337 |
+
|
| 1338 |
+
:param fuzzy_with_tokens:
|
| 1339 |
+
If ``True``, ``fuzzy`` is automatically set to True, and the parser
|
| 1340 |
+
will return a tuple where the first element is the parsed
|
| 1341 |
+
:class:`datetime.datetime` datetimestamp and the second element is
|
| 1342 |
+
a tuple containing the portions of the string which were ignored:
|
| 1343 |
+
|
| 1344 |
+
.. doctest::
|
| 1345 |
+
|
| 1346 |
+
>>> from dateutil.parser import parse
|
| 1347 |
+
>>> parse("Today is January 1, 2047 at 8:21:00AM", fuzzy_with_tokens=True)
|
| 1348 |
+
(datetime.datetime(2047, 1, 1, 8, 21), (u'Today is ', u' ', u'at '))
|
| 1349 |
+
|
| 1350 |
+
:return:
|
| 1351 |
+
Returns a :class:`datetime.datetime` object or, if the
|
| 1352 |
+
``fuzzy_with_tokens`` option is ``True``, returns a tuple, the
|
| 1353 |
+
first element being a :class:`datetime.datetime` object, the second
|
| 1354 |
+
a tuple containing the fuzzy tokens.
|
| 1355 |
+
|
| 1356 |
+
:raises ParserError:
|
| 1357 |
+
Raised for invalid or unknown string formats, if the provided
|
| 1358 |
+
:class:`tzinfo` is not in a valid format, or if an invalid date would
|
| 1359 |
+
be created.
|
| 1360 |
+
|
| 1361 |
+
:raises OverflowError:
|
| 1362 |
+
Raised if the parsed date exceeds the largest valid C integer on
|
| 1363 |
+
your system.
|
| 1364 |
+
"""
|
| 1365 |
+
if parserinfo:
|
| 1366 |
+
return parser(parserinfo).parse(timestr, **kwargs)
|
| 1367 |
+
else:
|
| 1368 |
+
return DEFAULTPARSER.parse(timestr, **kwargs)
|
| 1369 |
+
|
| 1370 |
+
|
| 1371 |
+
class _tzparser(object):
|
| 1372 |
+
|
| 1373 |
+
class _result(_resultbase):
|
| 1374 |
+
|
| 1375 |
+
__slots__ = ["stdabbr", "stdoffset", "dstabbr", "dstoffset",
|
| 1376 |
+
"start", "end"]
|
| 1377 |
+
|
| 1378 |
+
class _attr(_resultbase):
|
| 1379 |
+
__slots__ = ["month", "week", "weekday",
|
| 1380 |
+
"yday", "jyday", "day", "time"]
|
| 1381 |
+
|
| 1382 |
+
def __repr__(self):
|
| 1383 |
+
return self._repr("")
|
| 1384 |
+
|
| 1385 |
+
def __init__(self):
|
| 1386 |
+
_resultbase.__init__(self)
|
| 1387 |
+
self.start = self._attr()
|
| 1388 |
+
self.end = self._attr()
|
| 1389 |
+
|
| 1390 |
+
def parse(self, tzstr):
|
| 1391 |
+
res = self._result()
|
| 1392 |
+
l = [x for x in re.split(r'([,:.]|[a-zA-Z]+|[0-9]+)',tzstr) if x]
|
| 1393 |
+
used_idxs = list()
|
| 1394 |
+
try:
|
| 1395 |
+
|
| 1396 |
+
len_l = len(l)
|
| 1397 |
+
|
| 1398 |
+
i = 0
|
| 1399 |
+
while i < len_l:
|
| 1400 |
+
# BRST+3[BRDT[+2]]
|
| 1401 |
+
j = i
|
| 1402 |
+
while j < len_l and not [x for x in l[j]
|
| 1403 |
+
if x in "0123456789:,-+"]:
|
| 1404 |
+
j += 1
|
| 1405 |
+
if j != i:
|
| 1406 |
+
if not res.stdabbr:
|
| 1407 |
+
offattr = "stdoffset"
|
| 1408 |
+
res.stdabbr = "".join(l[i:j])
|
| 1409 |
+
else:
|
| 1410 |
+
offattr = "dstoffset"
|
| 1411 |
+
res.dstabbr = "".join(l[i:j])
|
| 1412 |
+
|
| 1413 |
+
for ii in range(j):
|
| 1414 |
+
used_idxs.append(ii)
|
| 1415 |
+
i = j
|
| 1416 |
+
if (i < len_l and (l[i] in ('+', '-') or l[i][0] in
|
| 1417 |
+
"0123456789")):
|
| 1418 |
+
if l[i] in ('+', '-'):
|
| 1419 |
+
# Yes, that's right. See the TZ variable
|
| 1420 |
+
# documentation.
|
| 1421 |
+
signal = (1, -1)[l[i] == '+']
|
| 1422 |
+
used_idxs.append(i)
|
| 1423 |
+
i += 1
|
| 1424 |
+
else:
|
| 1425 |
+
signal = -1
|
| 1426 |
+
len_li = len(l[i])
|
| 1427 |
+
if len_li == 4:
|
| 1428 |
+
# -0300
|
| 1429 |
+
setattr(res, offattr, (int(l[i][:2]) * 3600 +
|
| 1430 |
+
int(l[i][2:]) * 60) * signal)
|
| 1431 |
+
elif i + 1 < len_l and l[i + 1] == ':':
|
| 1432 |
+
# -03:00
|
| 1433 |
+
setattr(res, offattr,
|
| 1434 |
+
(int(l[i]) * 3600 +
|
| 1435 |
+
int(l[i + 2]) * 60) * signal)
|
| 1436 |
+
used_idxs.append(i)
|
| 1437 |
+
i += 2
|
| 1438 |
+
elif len_li <= 2:
|
| 1439 |
+
# -[0]3
|
| 1440 |
+
setattr(res, offattr,
|
| 1441 |
+
int(l[i][:2]) * 3600 * signal)
|
| 1442 |
+
else:
|
| 1443 |
+
return None
|
| 1444 |
+
used_idxs.append(i)
|
| 1445 |
+
i += 1
|
| 1446 |
+
if res.dstabbr:
|
| 1447 |
+
break
|
| 1448 |
+
else:
|
| 1449 |
+
break
|
| 1450 |
+
|
| 1451 |
+
|
| 1452 |
+
if i < len_l:
|
| 1453 |
+
for j in range(i, len_l):
|
| 1454 |
+
if l[j] == ';':
|
| 1455 |
+
l[j] = ','
|
| 1456 |
+
|
| 1457 |
+
assert l[i] == ','
|
| 1458 |
+
|
| 1459 |
+
i += 1
|
| 1460 |
+
|
| 1461 |
+
if i >= len_l:
|
| 1462 |
+
pass
|
| 1463 |
+
elif (8 <= l.count(',') <= 9 and
|
| 1464 |
+
not [y for x in l[i:] if x != ','
|
| 1465 |
+
for y in x if y not in "0123456789+-"]):
|
| 1466 |
+
# GMT0BST,3,0,30,3600,10,0,26,7200[,3600]
|
| 1467 |
+
for x in (res.start, res.end):
|
| 1468 |
+
x.month = int(l[i])
|
| 1469 |
+
used_idxs.append(i)
|
| 1470 |
+
i += 2
|
| 1471 |
+
if l[i] == '-':
|
| 1472 |
+
value = int(l[i + 1]) * -1
|
| 1473 |
+
used_idxs.append(i)
|
| 1474 |
+
i += 1
|
| 1475 |
+
else:
|
| 1476 |
+
value = int(l[i])
|
| 1477 |
+
used_idxs.append(i)
|
| 1478 |
+
i += 2
|
| 1479 |
+
if value:
|
| 1480 |
+
x.week = value
|
| 1481 |
+
x.weekday = (int(l[i]) - 1) % 7
|
| 1482 |
+
else:
|
| 1483 |
+
x.day = int(l[i])
|
| 1484 |
+
used_idxs.append(i)
|
| 1485 |
+
i += 2
|
| 1486 |
+
x.time = int(l[i])
|
| 1487 |
+
used_idxs.append(i)
|
| 1488 |
+
i += 2
|
| 1489 |
+
if i < len_l:
|
| 1490 |
+
if l[i] in ('-', '+'):
|
| 1491 |
+
signal = (-1, 1)[l[i] == "+"]
|
| 1492 |
+
used_idxs.append(i)
|
| 1493 |
+
i += 1
|
| 1494 |
+
else:
|
| 1495 |
+
signal = 1
|
| 1496 |
+
used_idxs.append(i)
|
| 1497 |
+
res.dstoffset = (res.stdoffset + int(l[i]) * signal)
|
| 1498 |
+
|
| 1499 |
+
# This was a made-up format that is not in normal use
|
| 1500 |
+
warn(('Parsed time zone "%s"' % tzstr) +
|
| 1501 |
+
'is in a non-standard dateutil-specific format, which ' +
|
| 1502 |
+
'is now deprecated; support for parsing this format ' +
|
| 1503 |
+
'will be removed in future versions. It is recommended ' +
|
| 1504 |
+
'that you switch to a standard format like the GNU ' +
|
| 1505 |
+
'TZ variable format.', tz.DeprecatedTzFormatWarning)
|
| 1506 |
+
elif (l.count(',') == 2 and l[i:].count('/') <= 2 and
|
| 1507 |
+
not [y for x in l[i:] if x not in (',', '/', 'J', 'M',
|
| 1508 |
+
'.', '-', ':')
|
| 1509 |
+
for y in x if y not in "0123456789"]):
|
| 1510 |
+
for x in (res.start, res.end):
|
| 1511 |
+
if l[i] == 'J':
|
| 1512 |
+
# non-leap year day (1 based)
|
| 1513 |
+
used_idxs.append(i)
|
| 1514 |
+
i += 1
|
| 1515 |
+
x.jyday = int(l[i])
|
| 1516 |
+
elif l[i] == 'M':
|
| 1517 |
+
# month[-.]week[-.]weekday
|
| 1518 |
+
used_idxs.append(i)
|
| 1519 |
+
i += 1
|
| 1520 |
+
x.month = int(l[i])
|
| 1521 |
+
used_idxs.append(i)
|
| 1522 |
+
i += 1
|
| 1523 |
+
assert l[i] in ('-', '.')
|
| 1524 |
+
used_idxs.append(i)
|
| 1525 |
+
i += 1
|
| 1526 |
+
x.week = int(l[i])
|
| 1527 |
+
if x.week == 5:
|
| 1528 |
+
x.week = -1
|
| 1529 |
+
used_idxs.append(i)
|
| 1530 |
+
i += 1
|
| 1531 |
+
assert l[i] in ('-', '.')
|
| 1532 |
+
used_idxs.append(i)
|
| 1533 |
+
i += 1
|
| 1534 |
+
x.weekday = (int(l[i]) - 1) % 7
|
| 1535 |
+
else:
|
| 1536 |
+
# year day (zero based)
|
| 1537 |
+
x.yday = int(l[i]) + 1
|
| 1538 |
+
|
| 1539 |
+
used_idxs.append(i)
|
| 1540 |
+
i += 1
|
| 1541 |
+
|
| 1542 |
+
if i < len_l and l[i] == '/':
|
| 1543 |
+
used_idxs.append(i)
|
| 1544 |
+
i += 1
|
| 1545 |
+
# start time
|
| 1546 |
+
len_li = len(l[i])
|
| 1547 |
+
if len_li == 4:
|
| 1548 |
+
# -0300
|
| 1549 |
+
x.time = (int(l[i][:2]) * 3600 +
|
| 1550 |
+
int(l[i][2:]) * 60)
|
| 1551 |
+
elif i + 1 < len_l and l[i + 1] == ':':
|
| 1552 |
+
# -03:00
|
| 1553 |
+
x.time = int(l[i]) * 3600 + int(l[i + 2]) * 60
|
| 1554 |
+
used_idxs.append(i)
|
| 1555 |
+
i += 2
|
| 1556 |
+
if i + 1 < len_l and l[i + 1] == ':':
|
| 1557 |
+
used_idxs.append(i)
|
| 1558 |
+
i += 2
|
| 1559 |
+
x.time += int(l[i])
|
| 1560 |
+
elif len_li <= 2:
|
| 1561 |
+
# -[0]3
|
| 1562 |
+
x.time = (int(l[i][:2]) * 3600)
|
| 1563 |
+
else:
|
| 1564 |
+
return None
|
| 1565 |
+
used_idxs.append(i)
|
| 1566 |
+
i += 1
|
| 1567 |
+
|
| 1568 |
+
assert i == len_l or l[i] == ','
|
| 1569 |
+
|
| 1570 |
+
i += 1
|
| 1571 |
+
|
| 1572 |
+
assert i >= len_l
|
| 1573 |
+
|
| 1574 |
+
except (IndexError, ValueError, AssertionError):
|
| 1575 |
+
return None
|
| 1576 |
+
|
| 1577 |
+
unused_idxs = set(range(len_l)).difference(used_idxs)
|
| 1578 |
+
res.any_unused_tokens = not {l[n] for n in unused_idxs}.issubset({",",":"})
|
| 1579 |
+
return res
|
| 1580 |
+
|
| 1581 |
+
|
| 1582 |
+
DEFAULTTZPARSER = _tzparser()
|
| 1583 |
+
|
| 1584 |
+
|
| 1585 |
+
def _parsetz(tzstr):
|
| 1586 |
+
return DEFAULTTZPARSER.parse(tzstr)
|
| 1587 |
+
|
| 1588 |
+
|
| 1589 |
+
class ParserError(ValueError):
|
| 1590 |
+
"""Exception subclass used for any failure to parse a datetime string.
|
| 1591 |
+
|
| 1592 |
+
This is a subclass of :py:exc:`ValueError`, and should be raised any time
|
| 1593 |
+
earlier versions of ``dateutil`` would have raised ``ValueError``.
|
| 1594 |
+
|
| 1595 |
+
.. versionadded:: 2.8.1
|
| 1596 |
+
"""
|
| 1597 |
+
def __str__(self):
|
| 1598 |
+
try:
|
| 1599 |
+
return self.args[0] % self.args[1:]
|
| 1600 |
+
except (TypeError, IndexError):
|
| 1601 |
+
return super(ParserError, self).__str__()
|
| 1602 |
+
|
| 1603 |
+
def __repr__(self):
|
| 1604 |
+
args = ", ".join("'%s'" % arg for arg in self.args)
|
| 1605 |
+
return "%s(%s)" % (self.__class__.__name__, args)
|
| 1606 |
+
|
| 1607 |
+
|
| 1608 |
+
class UnknownTimezoneWarning(RuntimeWarning):
|
| 1609 |
+
"""Raised when the parser finds a timezone it cannot parse into a tzinfo.
|
| 1610 |
+
|
| 1611 |
+
.. versionadded:: 2.7.0
|
| 1612 |
+
"""
|
| 1613 |
+
# vim:ts=4:sw=4:et
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/parser/isoparser.py
ADDED
|
@@ -0,0 +1,416 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""
|
| 3 |
+
This module offers a parser for ISO-8601 strings
|
| 4 |
+
|
| 5 |
+
It is intended to support all valid date, time and datetime formats per the
|
| 6 |
+
ISO-8601 specification.
|
| 7 |
+
|
| 8 |
+
..versionadded:: 2.7.0
|
| 9 |
+
"""
|
| 10 |
+
from datetime import datetime, timedelta, time, date
|
| 11 |
+
import calendar
|
| 12 |
+
from dateutil import tz
|
| 13 |
+
|
| 14 |
+
from functools import wraps
|
| 15 |
+
|
| 16 |
+
import re
|
| 17 |
+
import six
|
| 18 |
+
|
| 19 |
+
__all__ = ["isoparse", "isoparser"]
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def _takes_ascii(f):
|
| 23 |
+
@wraps(f)
|
| 24 |
+
def func(self, str_in, *args, **kwargs):
|
| 25 |
+
# If it's a stream, read the whole thing
|
| 26 |
+
str_in = getattr(str_in, 'read', lambda: str_in)()
|
| 27 |
+
|
| 28 |
+
# If it's unicode, turn it into bytes, since ISO-8601 only covers ASCII
|
| 29 |
+
if isinstance(str_in, six.text_type):
|
| 30 |
+
# ASCII is the same in UTF-8
|
| 31 |
+
try:
|
| 32 |
+
str_in = str_in.encode('ascii')
|
| 33 |
+
except UnicodeEncodeError as e:
|
| 34 |
+
msg = 'ISO-8601 strings should contain only ASCII characters'
|
| 35 |
+
six.raise_from(ValueError(msg), e)
|
| 36 |
+
|
| 37 |
+
return f(self, str_in, *args, **kwargs)
|
| 38 |
+
|
| 39 |
+
return func
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
class isoparser(object):
|
| 43 |
+
def __init__(self, sep=None):
|
| 44 |
+
"""
|
| 45 |
+
:param sep:
|
| 46 |
+
A single character that separates date and time portions. If
|
| 47 |
+
``None``, the parser will accept any single character.
|
| 48 |
+
For strict ISO-8601 adherence, pass ``'T'``.
|
| 49 |
+
"""
|
| 50 |
+
if sep is not None:
|
| 51 |
+
if (len(sep) != 1 or ord(sep) >= 128 or sep in '0123456789'):
|
| 52 |
+
raise ValueError('Separator must be a single, non-numeric ' +
|
| 53 |
+
'ASCII character')
|
| 54 |
+
|
| 55 |
+
sep = sep.encode('ascii')
|
| 56 |
+
|
| 57 |
+
self._sep = sep
|
| 58 |
+
|
| 59 |
+
@_takes_ascii
|
| 60 |
+
def isoparse(self, dt_str):
|
| 61 |
+
"""
|
| 62 |
+
Parse an ISO-8601 datetime string into a :class:`datetime.datetime`.
|
| 63 |
+
|
| 64 |
+
An ISO-8601 datetime string consists of a date portion, followed
|
| 65 |
+
optionally by a time portion - the date and time portions are separated
|
| 66 |
+
by a single character separator, which is ``T`` in the official
|
| 67 |
+
standard. Incomplete date formats (such as ``YYYY-MM``) may *not* be
|
| 68 |
+
combined with a time portion.
|
| 69 |
+
|
| 70 |
+
Supported date formats are:
|
| 71 |
+
|
| 72 |
+
Common:
|
| 73 |
+
|
| 74 |
+
- ``YYYY``
|
| 75 |
+
- ``YYYY-MM``
|
| 76 |
+
- ``YYYY-MM-DD`` or ``YYYYMMDD``
|
| 77 |
+
|
| 78 |
+
Uncommon:
|
| 79 |
+
|
| 80 |
+
- ``YYYY-Www`` or ``YYYYWww`` - ISO week (day defaults to 0)
|
| 81 |
+
- ``YYYY-Www-D`` or ``YYYYWwwD`` - ISO week and day
|
| 82 |
+
|
| 83 |
+
The ISO week and day numbering follows the same logic as
|
| 84 |
+
:func:`datetime.date.isocalendar`.
|
| 85 |
+
|
| 86 |
+
Supported time formats are:
|
| 87 |
+
|
| 88 |
+
- ``hh``
|
| 89 |
+
- ``hh:mm`` or ``hhmm``
|
| 90 |
+
- ``hh:mm:ss`` or ``hhmmss``
|
| 91 |
+
- ``hh:mm:ss.ssssss`` (Up to 6 sub-second digits)
|
| 92 |
+
|
| 93 |
+
Midnight is a special case for `hh`, as the standard supports both
|
| 94 |
+
00:00 and 24:00 as a representation. The decimal separator can be
|
| 95 |
+
either a dot or a comma.
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
.. caution::
|
| 99 |
+
|
| 100 |
+
Support for fractional components other than seconds is part of the
|
| 101 |
+
ISO-8601 standard, but is not currently implemented in this parser.
|
| 102 |
+
|
| 103 |
+
Supported time zone offset formats are:
|
| 104 |
+
|
| 105 |
+
- `Z` (UTC)
|
| 106 |
+
- `±HH:MM`
|
| 107 |
+
- `±HHMM`
|
| 108 |
+
- `±HH`
|
| 109 |
+
|
| 110 |
+
Offsets will be represented as :class:`dateutil.tz.tzoffset` objects,
|
| 111 |
+
with the exception of UTC, which will be represented as
|
| 112 |
+
:class:`dateutil.tz.tzutc`. Time zone offsets equivalent to UTC (such
|
| 113 |
+
as `+00:00`) will also be represented as :class:`dateutil.tz.tzutc`.
|
| 114 |
+
|
| 115 |
+
:param dt_str:
|
| 116 |
+
A string or stream containing only an ISO-8601 datetime string
|
| 117 |
+
|
| 118 |
+
:return:
|
| 119 |
+
Returns a :class:`datetime.datetime` representing the string.
|
| 120 |
+
Unspecified components default to their lowest value.
|
| 121 |
+
|
| 122 |
+
.. warning::
|
| 123 |
+
|
| 124 |
+
As of version 2.7.0, the strictness of the parser should not be
|
| 125 |
+
considered a stable part of the contract. Any valid ISO-8601 string
|
| 126 |
+
that parses correctly with the default settings will continue to
|
| 127 |
+
parse correctly in future versions, but invalid strings that
|
| 128 |
+
currently fail (e.g. ``2017-01-01T00:00+00:00:00``) are not
|
| 129 |
+
guaranteed to continue failing in future versions if they encode
|
| 130 |
+
a valid date.
|
| 131 |
+
|
| 132 |
+
.. versionadded:: 2.7.0
|
| 133 |
+
"""
|
| 134 |
+
components, pos = self._parse_isodate(dt_str)
|
| 135 |
+
|
| 136 |
+
if len(dt_str) > pos:
|
| 137 |
+
if self._sep is None or dt_str[pos:pos + 1] == self._sep:
|
| 138 |
+
components += self._parse_isotime(dt_str[pos + 1:])
|
| 139 |
+
else:
|
| 140 |
+
raise ValueError('String contains unknown ISO components')
|
| 141 |
+
|
| 142 |
+
if len(components) > 3 and components[3] == 24:
|
| 143 |
+
components[3] = 0
|
| 144 |
+
return datetime(*components) + timedelta(days=1)
|
| 145 |
+
|
| 146 |
+
return datetime(*components)
|
| 147 |
+
|
| 148 |
+
@_takes_ascii
|
| 149 |
+
def parse_isodate(self, datestr):
|
| 150 |
+
"""
|
| 151 |
+
Parse the date portion of an ISO string.
|
| 152 |
+
|
| 153 |
+
:param datestr:
|
| 154 |
+
The string portion of an ISO string, without a separator
|
| 155 |
+
|
| 156 |
+
:return:
|
| 157 |
+
Returns a :class:`datetime.date` object
|
| 158 |
+
"""
|
| 159 |
+
components, pos = self._parse_isodate(datestr)
|
| 160 |
+
if pos < len(datestr):
|
| 161 |
+
raise ValueError('String contains unknown ISO ' +
|
| 162 |
+
'components: {!r}'.format(datestr.decode('ascii')))
|
| 163 |
+
return date(*components)
|
| 164 |
+
|
| 165 |
+
@_takes_ascii
|
| 166 |
+
def parse_isotime(self, timestr):
|
| 167 |
+
"""
|
| 168 |
+
Parse the time portion of an ISO string.
|
| 169 |
+
|
| 170 |
+
:param timestr:
|
| 171 |
+
The time portion of an ISO string, without a separator
|
| 172 |
+
|
| 173 |
+
:return:
|
| 174 |
+
Returns a :class:`datetime.time` object
|
| 175 |
+
"""
|
| 176 |
+
components = self._parse_isotime(timestr)
|
| 177 |
+
if components[0] == 24:
|
| 178 |
+
components[0] = 0
|
| 179 |
+
return time(*components)
|
| 180 |
+
|
| 181 |
+
@_takes_ascii
|
| 182 |
+
def parse_tzstr(self, tzstr, zero_as_utc=True):
|
| 183 |
+
"""
|
| 184 |
+
Parse a valid ISO time zone string.
|
| 185 |
+
|
| 186 |
+
See :func:`isoparser.isoparse` for details on supported formats.
|
| 187 |
+
|
| 188 |
+
:param tzstr:
|
| 189 |
+
A string representing an ISO time zone offset
|
| 190 |
+
|
| 191 |
+
:param zero_as_utc:
|
| 192 |
+
Whether to return :class:`dateutil.tz.tzutc` for zero-offset zones
|
| 193 |
+
|
| 194 |
+
:return:
|
| 195 |
+
Returns :class:`dateutil.tz.tzoffset` for offsets and
|
| 196 |
+
:class:`dateutil.tz.tzutc` for ``Z`` and (if ``zero_as_utc`` is
|
| 197 |
+
specified) offsets equivalent to UTC.
|
| 198 |
+
"""
|
| 199 |
+
return self._parse_tzstr(tzstr, zero_as_utc=zero_as_utc)
|
| 200 |
+
|
| 201 |
+
# Constants
|
| 202 |
+
_DATE_SEP = b'-'
|
| 203 |
+
_TIME_SEP = b':'
|
| 204 |
+
_FRACTION_REGEX = re.compile(b'[\\.,]([0-9]+)')
|
| 205 |
+
|
| 206 |
+
def _parse_isodate(self, dt_str):
|
| 207 |
+
try:
|
| 208 |
+
return self._parse_isodate_common(dt_str)
|
| 209 |
+
except ValueError:
|
| 210 |
+
return self._parse_isodate_uncommon(dt_str)
|
| 211 |
+
|
| 212 |
+
def _parse_isodate_common(self, dt_str):
|
| 213 |
+
len_str = len(dt_str)
|
| 214 |
+
components = [1, 1, 1]
|
| 215 |
+
|
| 216 |
+
if len_str < 4:
|
| 217 |
+
raise ValueError('ISO string too short')
|
| 218 |
+
|
| 219 |
+
# Year
|
| 220 |
+
components[0] = int(dt_str[0:4])
|
| 221 |
+
pos = 4
|
| 222 |
+
if pos >= len_str:
|
| 223 |
+
return components, pos
|
| 224 |
+
|
| 225 |
+
has_sep = dt_str[pos:pos + 1] == self._DATE_SEP
|
| 226 |
+
if has_sep:
|
| 227 |
+
pos += 1
|
| 228 |
+
|
| 229 |
+
# Month
|
| 230 |
+
if len_str - pos < 2:
|
| 231 |
+
raise ValueError('Invalid common month')
|
| 232 |
+
|
| 233 |
+
components[1] = int(dt_str[pos:pos + 2])
|
| 234 |
+
pos += 2
|
| 235 |
+
|
| 236 |
+
if pos >= len_str:
|
| 237 |
+
if has_sep:
|
| 238 |
+
return components, pos
|
| 239 |
+
else:
|
| 240 |
+
raise ValueError('Invalid ISO format')
|
| 241 |
+
|
| 242 |
+
if has_sep:
|
| 243 |
+
if dt_str[pos:pos + 1] != self._DATE_SEP:
|
| 244 |
+
raise ValueError('Invalid separator in ISO string')
|
| 245 |
+
pos += 1
|
| 246 |
+
|
| 247 |
+
# Day
|
| 248 |
+
if len_str - pos < 2:
|
| 249 |
+
raise ValueError('Invalid common day')
|
| 250 |
+
components[2] = int(dt_str[pos:pos + 2])
|
| 251 |
+
return components, pos + 2
|
| 252 |
+
|
| 253 |
+
def _parse_isodate_uncommon(self, dt_str):
|
| 254 |
+
if len(dt_str) < 4:
|
| 255 |
+
raise ValueError('ISO string too short')
|
| 256 |
+
|
| 257 |
+
# All ISO formats start with the year
|
| 258 |
+
year = int(dt_str[0:4])
|
| 259 |
+
|
| 260 |
+
has_sep = dt_str[4:5] == self._DATE_SEP
|
| 261 |
+
|
| 262 |
+
pos = 4 + has_sep # Skip '-' if it's there
|
| 263 |
+
if dt_str[pos:pos + 1] == b'W':
|
| 264 |
+
# YYYY-?Www-?D?
|
| 265 |
+
pos += 1
|
| 266 |
+
weekno = int(dt_str[pos:pos + 2])
|
| 267 |
+
pos += 2
|
| 268 |
+
|
| 269 |
+
dayno = 1
|
| 270 |
+
if len(dt_str) > pos:
|
| 271 |
+
if (dt_str[pos:pos + 1] == self._DATE_SEP) != has_sep:
|
| 272 |
+
raise ValueError('Inconsistent use of dash separator')
|
| 273 |
+
|
| 274 |
+
pos += has_sep
|
| 275 |
+
|
| 276 |
+
dayno = int(dt_str[pos:pos + 1])
|
| 277 |
+
pos += 1
|
| 278 |
+
|
| 279 |
+
base_date = self._calculate_weekdate(year, weekno, dayno)
|
| 280 |
+
else:
|
| 281 |
+
# YYYYDDD or YYYY-DDD
|
| 282 |
+
if len(dt_str) - pos < 3:
|
| 283 |
+
raise ValueError('Invalid ordinal day')
|
| 284 |
+
|
| 285 |
+
ordinal_day = int(dt_str[pos:pos + 3])
|
| 286 |
+
pos += 3
|
| 287 |
+
|
| 288 |
+
if ordinal_day < 1 or ordinal_day > (365 + calendar.isleap(year)):
|
| 289 |
+
raise ValueError('Invalid ordinal day' +
|
| 290 |
+
' {} for year {}'.format(ordinal_day, year))
|
| 291 |
+
|
| 292 |
+
base_date = date(year, 1, 1) + timedelta(days=ordinal_day - 1)
|
| 293 |
+
|
| 294 |
+
components = [base_date.year, base_date.month, base_date.day]
|
| 295 |
+
return components, pos
|
| 296 |
+
|
| 297 |
+
def _calculate_weekdate(self, year, week, day):
|
| 298 |
+
"""
|
| 299 |
+
Calculate the day of corresponding to the ISO year-week-day calendar.
|
| 300 |
+
|
| 301 |
+
This function is effectively the inverse of
|
| 302 |
+
:func:`datetime.date.isocalendar`.
|
| 303 |
+
|
| 304 |
+
:param year:
|
| 305 |
+
The year in the ISO calendar
|
| 306 |
+
|
| 307 |
+
:param week:
|
| 308 |
+
The week in the ISO calendar - range is [1, 53]
|
| 309 |
+
|
| 310 |
+
:param day:
|
| 311 |
+
The day in the ISO calendar - range is [1 (MON), 7 (SUN)]
|
| 312 |
+
|
| 313 |
+
:return:
|
| 314 |
+
Returns a :class:`datetime.date`
|
| 315 |
+
"""
|
| 316 |
+
if not 0 < week < 54:
|
| 317 |
+
raise ValueError('Invalid week: {}'.format(week))
|
| 318 |
+
|
| 319 |
+
if not 0 < day < 8: # Range is 1-7
|
| 320 |
+
raise ValueError('Invalid weekday: {}'.format(day))
|
| 321 |
+
|
| 322 |
+
# Get week 1 for the specific year:
|
| 323 |
+
jan_4 = date(year, 1, 4) # Week 1 always has January 4th in it
|
| 324 |
+
week_1 = jan_4 - timedelta(days=jan_4.isocalendar()[2] - 1)
|
| 325 |
+
|
| 326 |
+
# Now add the specific number of weeks and days to get what we want
|
| 327 |
+
week_offset = (week - 1) * 7 + (day - 1)
|
| 328 |
+
return week_1 + timedelta(days=week_offset)
|
| 329 |
+
|
| 330 |
+
def _parse_isotime(self, timestr):
|
| 331 |
+
len_str = len(timestr)
|
| 332 |
+
components = [0, 0, 0, 0, None]
|
| 333 |
+
pos = 0
|
| 334 |
+
comp = -1
|
| 335 |
+
|
| 336 |
+
if len_str < 2:
|
| 337 |
+
raise ValueError('ISO time too short')
|
| 338 |
+
|
| 339 |
+
has_sep = False
|
| 340 |
+
|
| 341 |
+
while pos < len_str and comp < 5:
|
| 342 |
+
comp += 1
|
| 343 |
+
|
| 344 |
+
if timestr[pos:pos + 1] in b'-+Zz':
|
| 345 |
+
# Detect time zone boundary
|
| 346 |
+
components[-1] = self._parse_tzstr(timestr[pos:])
|
| 347 |
+
pos = len_str
|
| 348 |
+
break
|
| 349 |
+
|
| 350 |
+
if comp == 1 and timestr[pos:pos+1] == self._TIME_SEP:
|
| 351 |
+
has_sep = True
|
| 352 |
+
pos += 1
|
| 353 |
+
elif comp == 2 and has_sep:
|
| 354 |
+
if timestr[pos:pos+1] != self._TIME_SEP:
|
| 355 |
+
raise ValueError('Inconsistent use of colon separator')
|
| 356 |
+
pos += 1
|
| 357 |
+
|
| 358 |
+
if comp < 3:
|
| 359 |
+
# Hour, minute, second
|
| 360 |
+
components[comp] = int(timestr[pos:pos + 2])
|
| 361 |
+
pos += 2
|
| 362 |
+
|
| 363 |
+
if comp == 3:
|
| 364 |
+
# Fraction of a second
|
| 365 |
+
frac = self._FRACTION_REGEX.match(timestr[pos:])
|
| 366 |
+
if not frac:
|
| 367 |
+
continue
|
| 368 |
+
|
| 369 |
+
us_str = frac.group(1)[:6] # Truncate to microseconds
|
| 370 |
+
components[comp] = int(us_str) * 10**(6 - len(us_str))
|
| 371 |
+
pos += len(frac.group())
|
| 372 |
+
|
| 373 |
+
if pos < len_str:
|
| 374 |
+
raise ValueError('Unused components in ISO string')
|
| 375 |
+
|
| 376 |
+
if components[0] == 24:
|
| 377 |
+
# Standard supports 00:00 and 24:00 as representations of midnight
|
| 378 |
+
if any(component != 0 for component in components[1:4]):
|
| 379 |
+
raise ValueError('Hour may only be 24 at 24:00:00.000')
|
| 380 |
+
|
| 381 |
+
return components
|
| 382 |
+
|
| 383 |
+
def _parse_tzstr(self, tzstr, zero_as_utc=True):
|
| 384 |
+
if tzstr == b'Z' or tzstr == b'z':
|
| 385 |
+
return tz.UTC
|
| 386 |
+
|
| 387 |
+
if len(tzstr) not in {3, 5, 6}:
|
| 388 |
+
raise ValueError('Time zone offset must be 1, 3, 5 or 6 characters')
|
| 389 |
+
|
| 390 |
+
if tzstr[0:1] == b'-':
|
| 391 |
+
mult = -1
|
| 392 |
+
elif tzstr[0:1] == b'+':
|
| 393 |
+
mult = 1
|
| 394 |
+
else:
|
| 395 |
+
raise ValueError('Time zone offset requires sign')
|
| 396 |
+
|
| 397 |
+
hours = int(tzstr[1:3])
|
| 398 |
+
if len(tzstr) == 3:
|
| 399 |
+
minutes = 0
|
| 400 |
+
else:
|
| 401 |
+
minutes = int(tzstr[(4 if tzstr[3:4] == self._TIME_SEP else 3):])
|
| 402 |
+
|
| 403 |
+
if zero_as_utc and hours == 0 and minutes == 0:
|
| 404 |
+
return tz.UTC
|
| 405 |
+
else:
|
| 406 |
+
if minutes > 59:
|
| 407 |
+
raise ValueError('Invalid minutes in time zone offset')
|
| 408 |
+
|
| 409 |
+
if hours > 23:
|
| 410 |
+
raise ValueError('Invalid hours in time zone offset')
|
| 411 |
+
|
| 412 |
+
return tz.tzoffset(None, mult * (hours * 60 + minutes) * 60)
|
| 413 |
+
|
| 414 |
+
|
| 415 |
+
DEFAULT_ISOPARSER = isoparser()
|
| 416 |
+
isoparse = DEFAULT_ISOPARSER.isoparse
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/relativedelta.py
ADDED
|
@@ -0,0 +1,599 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
import datetime
|
| 3 |
+
import calendar
|
| 4 |
+
|
| 5 |
+
import operator
|
| 6 |
+
from math import copysign
|
| 7 |
+
|
| 8 |
+
from six import integer_types
|
| 9 |
+
from warnings import warn
|
| 10 |
+
|
| 11 |
+
from ._common import weekday
|
| 12 |
+
|
| 13 |
+
MO, TU, WE, TH, FR, SA, SU = weekdays = tuple(weekday(x) for x in range(7))
|
| 14 |
+
|
| 15 |
+
__all__ = ["relativedelta", "MO", "TU", "WE", "TH", "FR", "SA", "SU"]
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
class relativedelta(object):
|
| 19 |
+
"""
|
| 20 |
+
The relativedelta type is designed to be applied to an existing datetime and
|
| 21 |
+
can replace specific components of that datetime, or represents an interval
|
| 22 |
+
of time.
|
| 23 |
+
|
| 24 |
+
It is based on the specification of the excellent work done by M.-A. Lemburg
|
| 25 |
+
in his
|
| 26 |
+
`mx.DateTime <https://www.egenix.com/products/python/mxBase/mxDateTime/>`_ extension.
|
| 27 |
+
However, notice that this type does *NOT* implement the same algorithm as
|
| 28 |
+
his work. Do *NOT* expect it to behave like mx.DateTime's counterpart.
|
| 29 |
+
|
| 30 |
+
There are two different ways to build a relativedelta instance. The
|
| 31 |
+
first one is passing it two date/datetime classes::
|
| 32 |
+
|
| 33 |
+
relativedelta(datetime1, datetime2)
|
| 34 |
+
|
| 35 |
+
The second one is passing it any number of the following keyword arguments::
|
| 36 |
+
|
| 37 |
+
relativedelta(arg1=x,arg2=y,arg3=z...)
|
| 38 |
+
|
| 39 |
+
year, month, day, hour, minute, second, microsecond:
|
| 40 |
+
Absolute information (argument is singular); adding or subtracting a
|
| 41 |
+
relativedelta with absolute information does not perform an arithmetic
|
| 42 |
+
operation, but rather REPLACES the corresponding value in the
|
| 43 |
+
original datetime with the value(s) in relativedelta.
|
| 44 |
+
|
| 45 |
+
years, months, weeks, days, hours, minutes, seconds, microseconds:
|
| 46 |
+
Relative information, may be negative (argument is plural); adding
|
| 47 |
+
or subtracting a relativedelta with relative information performs
|
| 48 |
+
the corresponding arithmetic operation on the original datetime value
|
| 49 |
+
with the information in the relativedelta.
|
| 50 |
+
|
| 51 |
+
weekday:
|
| 52 |
+
One of the weekday instances (MO, TU, etc) available in the
|
| 53 |
+
relativedelta module. These instances may receive a parameter N,
|
| 54 |
+
specifying the Nth weekday, which could be positive or negative
|
| 55 |
+
(like MO(+1) or MO(-2)). Not specifying it is the same as specifying
|
| 56 |
+
+1. You can also use an integer, where 0=MO. This argument is always
|
| 57 |
+
relative e.g. if the calculated date is already Monday, using MO(1)
|
| 58 |
+
or MO(-1) won't change the day. To effectively make it absolute, use
|
| 59 |
+
it in combination with the day argument (e.g. day=1, MO(1) for first
|
| 60 |
+
Monday of the month).
|
| 61 |
+
|
| 62 |
+
leapdays:
|
| 63 |
+
Will add given days to the date found, if year is a leap
|
| 64 |
+
year, and the date found is post 28 of february.
|
| 65 |
+
|
| 66 |
+
yearday, nlyearday:
|
| 67 |
+
Set the yearday or the non-leap year day (jump leap days).
|
| 68 |
+
These are converted to day/month/leapdays information.
|
| 69 |
+
|
| 70 |
+
There are relative and absolute forms of the keyword
|
| 71 |
+
arguments. The plural is relative, and the singular is
|
| 72 |
+
absolute. For each argument in the order below, the absolute form
|
| 73 |
+
is applied first (by setting each attribute to that value) and
|
| 74 |
+
then the relative form (by adding the value to the attribute).
|
| 75 |
+
|
| 76 |
+
The order of attributes considered when this relativedelta is
|
| 77 |
+
added to a datetime is:
|
| 78 |
+
|
| 79 |
+
1. Year
|
| 80 |
+
2. Month
|
| 81 |
+
3. Day
|
| 82 |
+
4. Hours
|
| 83 |
+
5. Minutes
|
| 84 |
+
6. Seconds
|
| 85 |
+
7. Microseconds
|
| 86 |
+
|
| 87 |
+
Finally, weekday is applied, using the rule described above.
|
| 88 |
+
|
| 89 |
+
For example
|
| 90 |
+
|
| 91 |
+
>>> from datetime import datetime
|
| 92 |
+
>>> from dateutil.relativedelta import relativedelta, MO
|
| 93 |
+
>>> dt = datetime(2018, 4, 9, 13, 37, 0)
|
| 94 |
+
>>> delta = relativedelta(hours=25, day=1, weekday=MO(1))
|
| 95 |
+
>>> dt + delta
|
| 96 |
+
datetime.datetime(2018, 4, 2, 14, 37)
|
| 97 |
+
|
| 98 |
+
First, the day is set to 1 (the first of the month), then 25 hours
|
| 99 |
+
are added, to get to the 2nd day and 14th hour, finally the
|
| 100 |
+
weekday is applied, but since the 2nd is already a Monday there is
|
| 101 |
+
no effect.
|
| 102 |
+
|
| 103 |
+
"""
|
| 104 |
+
|
| 105 |
+
def __init__(self, dt1=None, dt2=None,
|
| 106 |
+
years=0, months=0, days=0, leapdays=0, weeks=0,
|
| 107 |
+
hours=0, minutes=0, seconds=0, microseconds=0,
|
| 108 |
+
year=None, month=None, day=None, weekday=None,
|
| 109 |
+
yearday=None, nlyearday=None,
|
| 110 |
+
hour=None, minute=None, second=None, microsecond=None):
|
| 111 |
+
|
| 112 |
+
if dt1 and dt2:
|
| 113 |
+
# datetime is a subclass of date. So both must be date
|
| 114 |
+
if not (isinstance(dt1, datetime.date) and
|
| 115 |
+
isinstance(dt2, datetime.date)):
|
| 116 |
+
raise TypeError("relativedelta only diffs datetime/date")
|
| 117 |
+
|
| 118 |
+
# We allow two dates, or two datetimes, so we coerce them to be
|
| 119 |
+
# of the same type
|
| 120 |
+
if (isinstance(dt1, datetime.datetime) !=
|
| 121 |
+
isinstance(dt2, datetime.datetime)):
|
| 122 |
+
if not isinstance(dt1, datetime.datetime):
|
| 123 |
+
dt1 = datetime.datetime.fromordinal(dt1.toordinal())
|
| 124 |
+
elif not isinstance(dt2, datetime.datetime):
|
| 125 |
+
dt2 = datetime.datetime.fromordinal(dt2.toordinal())
|
| 126 |
+
|
| 127 |
+
self.years = 0
|
| 128 |
+
self.months = 0
|
| 129 |
+
self.days = 0
|
| 130 |
+
self.leapdays = 0
|
| 131 |
+
self.hours = 0
|
| 132 |
+
self.minutes = 0
|
| 133 |
+
self.seconds = 0
|
| 134 |
+
self.microseconds = 0
|
| 135 |
+
self.year = None
|
| 136 |
+
self.month = None
|
| 137 |
+
self.day = None
|
| 138 |
+
self.weekday = None
|
| 139 |
+
self.hour = None
|
| 140 |
+
self.minute = None
|
| 141 |
+
self.second = None
|
| 142 |
+
self.microsecond = None
|
| 143 |
+
self._has_time = 0
|
| 144 |
+
|
| 145 |
+
# Get year / month delta between the two
|
| 146 |
+
months = (dt1.year - dt2.year) * 12 + (dt1.month - dt2.month)
|
| 147 |
+
self._set_months(months)
|
| 148 |
+
|
| 149 |
+
# Remove the year/month delta so the timedelta is just well-defined
|
| 150 |
+
# time units (seconds, days and microseconds)
|
| 151 |
+
dtm = self.__radd__(dt2)
|
| 152 |
+
|
| 153 |
+
# If we've overshot our target, make an adjustment
|
| 154 |
+
if dt1 < dt2:
|
| 155 |
+
compare = operator.gt
|
| 156 |
+
increment = 1
|
| 157 |
+
else:
|
| 158 |
+
compare = operator.lt
|
| 159 |
+
increment = -1
|
| 160 |
+
|
| 161 |
+
while compare(dt1, dtm):
|
| 162 |
+
months += increment
|
| 163 |
+
self._set_months(months)
|
| 164 |
+
dtm = self.__radd__(dt2)
|
| 165 |
+
|
| 166 |
+
# Get the timedelta between the "months-adjusted" date and dt1
|
| 167 |
+
delta = dt1 - dtm
|
| 168 |
+
self.seconds = delta.seconds + delta.days * 86400
|
| 169 |
+
self.microseconds = delta.microseconds
|
| 170 |
+
else:
|
| 171 |
+
# Check for non-integer values in integer-only quantities
|
| 172 |
+
if any(x is not None and x != int(x) for x in (years, months)):
|
| 173 |
+
raise ValueError("Non-integer years and months are "
|
| 174 |
+
"ambiguous and not currently supported.")
|
| 175 |
+
|
| 176 |
+
# Relative information
|
| 177 |
+
self.years = int(years)
|
| 178 |
+
self.months = int(months)
|
| 179 |
+
self.days = days + weeks * 7
|
| 180 |
+
self.leapdays = leapdays
|
| 181 |
+
self.hours = hours
|
| 182 |
+
self.minutes = minutes
|
| 183 |
+
self.seconds = seconds
|
| 184 |
+
self.microseconds = microseconds
|
| 185 |
+
|
| 186 |
+
# Absolute information
|
| 187 |
+
self.year = year
|
| 188 |
+
self.month = month
|
| 189 |
+
self.day = day
|
| 190 |
+
self.hour = hour
|
| 191 |
+
self.minute = minute
|
| 192 |
+
self.second = second
|
| 193 |
+
self.microsecond = microsecond
|
| 194 |
+
|
| 195 |
+
if any(x is not None and int(x) != x
|
| 196 |
+
for x in (year, month, day, hour,
|
| 197 |
+
minute, second, microsecond)):
|
| 198 |
+
# For now we'll deprecate floats - later it'll be an error.
|
| 199 |
+
warn("Non-integer value passed as absolute information. " +
|
| 200 |
+
"This is not a well-defined condition and will raise " +
|
| 201 |
+
"errors in future versions.", DeprecationWarning)
|
| 202 |
+
|
| 203 |
+
if isinstance(weekday, integer_types):
|
| 204 |
+
self.weekday = weekdays[weekday]
|
| 205 |
+
else:
|
| 206 |
+
self.weekday = weekday
|
| 207 |
+
|
| 208 |
+
yday = 0
|
| 209 |
+
if nlyearday:
|
| 210 |
+
yday = nlyearday
|
| 211 |
+
elif yearday:
|
| 212 |
+
yday = yearday
|
| 213 |
+
if yearday > 59:
|
| 214 |
+
self.leapdays = -1
|
| 215 |
+
if yday:
|
| 216 |
+
ydayidx = [31, 59, 90, 120, 151, 181, 212,
|
| 217 |
+
243, 273, 304, 334, 366]
|
| 218 |
+
for idx, ydays in enumerate(ydayidx):
|
| 219 |
+
if yday <= ydays:
|
| 220 |
+
self.month = idx+1
|
| 221 |
+
if idx == 0:
|
| 222 |
+
self.day = yday
|
| 223 |
+
else:
|
| 224 |
+
self.day = yday-ydayidx[idx-1]
|
| 225 |
+
break
|
| 226 |
+
else:
|
| 227 |
+
raise ValueError("invalid year day (%d)" % yday)
|
| 228 |
+
|
| 229 |
+
self._fix()
|
| 230 |
+
|
| 231 |
+
def _fix(self):
|
| 232 |
+
if abs(self.microseconds) > 999999:
|
| 233 |
+
s = _sign(self.microseconds)
|
| 234 |
+
div, mod = divmod(self.microseconds * s, 1000000)
|
| 235 |
+
self.microseconds = mod * s
|
| 236 |
+
self.seconds += div * s
|
| 237 |
+
if abs(self.seconds) > 59:
|
| 238 |
+
s = _sign(self.seconds)
|
| 239 |
+
div, mod = divmod(self.seconds * s, 60)
|
| 240 |
+
self.seconds = mod * s
|
| 241 |
+
self.minutes += div * s
|
| 242 |
+
if abs(self.minutes) > 59:
|
| 243 |
+
s = _sign(self.minutes)
|
| 244 |
+
div, mod = divmod(self.minutes * s, 60)
|
| 245 |
+
self.minutes = mod * s
|
| 246 |
+
self.hours += div * s
|
| 247 |
+
if abs(self.hours) > 23:
|
| 248 |
+
s = _sign(self.hours)
|
| 249 |
+
div, mod = divmod(self.hours * s, 24)
|
| 250 |
+
self.hours = mod * s
|
| 251 |
+
self.days += div * s
|
| 252 |
+
if abs(self.months) > 11:
|
| 253 |
+
s = _sign(self.months)
|
| 254 |
+
div, mod = divmod(self.months * s, 12)
|
| 255 |
+
self.months = mod * s
|
| 256 |
+
self.years += div * s
|
| 257 |
+
if (self.hours or self.minutes or self.seconds or self.microseconds
|
| 258 |
+
or self.hour is not None or self.minute is not None or
|
| 259 |
+
self.second is not None or self.microsecond is not None):
|
| 260 |
+
self._has_time = 1
|
| 261 |
+
else:
|
| 262 |
+
self._has_time = 0
|
| 263 |
+
|
| 264 |
+
@property
|
| 265 |
+
def weeks(self):
|
| 266 |
+
return int(self.days / 7.0)
|
| 267 |
+
|
| 268 |
+
@weeks.setter
|
| 269 |
+
def weeks(self, value):
|
| 270 |
+
self.days = self.days - (self.weeks * 7) + value * 7
|
| 271 |
+
|
| 272 |
+
def _set_months(self, months):
|
| 273 |
+
self.months = months
|
| 274 |
+
if abs(self.months) > 11:
|
| 275 |
+
s = _sign(self.months)
|
| 276 |
+
div, mod = divmod(self.months * s, 12)
|
| 277 |
+
self.months = mod * s
|
| 278 |
+
self.years = div * s
|
| 279 |
+
else:
|
| 280 |
+
self.years = 0
|
| 281 |
+
|
| 282 |
+
def normalized(self):
|
| 283 |
+
"""
|
| 284 |
+
Return a version of this object represented entirely using integer
|
| 285 |
+
values for the relative attributes.
|
| 286 |
+
|
| 287 |
+
>>> relativedelta(days=1.5, hours=2).normalized()
|
| 288 |
+
relativedelta(days=+1, hours=+14)
|
| 289 |
+
|
| 290 |
+
:return:
|
| 291 |
+
Returns a :class:`dateutil.relativedelta.relativedelta` object.
|
| 292 |
+
"""
|
| 293 |
+
# Cascade remainders down (rounding each to roughly nearest microsecond)
|
| 294 |
+
days = int(self.days)
|
| 295 |
+
|
| 296 |
+
hours_f = round(self.hours + 24 * (self.days - days), 11)
|
| 297 |
+
hours = int(hours_f)
|
| 298 |
+
|
| 299 |
+
minutes_f = round(self.minutes + 60 * (hours_f - hours), 10)
|
| 300 |
+
minutes = int(minutes_f)
|
| 301 |
+
|
| 302 |
+
seconds_f = round(self.seconds + 60 * (minutes_f - minutes), 8)
|
| 303 |
+
seconds = int(seconds_f)
|
| 304 |
+
|
| 305 |
+
microseconds = round(self.microseconds + 1e6 * (seconds_f - seconds))
|
| 306 |
+
|
| 307 |
+
# Constructor carries overflow back up with call to _fix()
|
| 308 |
+
return self.__class__(years=self.years, months=self.months,
|
| 309 |
+
days=days, hours=hours, minutes=minutes,
|
| 310 |
+
seconds=seconds, microseconds=microseconds,
|
| 311 |
+
leapdays=self.leapdays, year=self.year,
|
| 312 |
+
month=self.month, day=self.day,
|
| 313 |
+
weekday=self.weekday, hour=self.hour,
|
| 314 |
+
minute=self.minute, second=self.second,
|
| 315 |
+
microsecond=self.microsecond)
|
| 316 |
+
|
| 317 |
+
def __add__(self, other):
|
| 318 |
+
if isinstance(other, relativedelta):
|
| 319 |
+
return self.__class__(years=other.years + self.years,
|
| 320 |
+
months=other.months + self.months,
|
| 321 |
+
days=other.days + self.days,
|
| 322 |
+
hours=other.hours + self.hours,
|
| 323 |
+
minutes=other.minutes + self.minutes,
|
| 324 |
+
seconds=other.seconds + self.seconds,
|
| 325 |
+
microseconds=(other.microseconds +
|
| 326 |
+
self.microseconds),
|
| 327 |
+
leapdays=other.leapdays or self.leapdays,
|
| 328 |
+
year=(other.year if other.year is not None
|
| 329 |
+
else self.year),
|
| 330 |
+
month=(other.month if other.month is not None
|
| 331 |
+
else self.month),
|
| 332 |
+
day=(other.day if other.day is not None
|
| 333 |
+
else self.day),
|
| 334 |
+
weekday=(other.weekday if other.weekday is not None
|
| 335 |
+
else self.weekday),
|
| 336 |
+
hour=(other.hour if other.hour is not None
|
| 337 |
+
else self.hour),
|
| 338 |
+
minute=(other.minute if other.minute is not None
|
| 339 |
+
else self.minute),
|
| 340 |
+
second=(other.second if other.second is not None
|
| 341 |
+
else self.second),
|
| 342 |
+
microsecond=(other.microsecond if other.microsecond
|
| 343 |
+
is not None else
|
| 344 |
+
self.microsecond))
|
| 345 |
+
if isinstance(other, datetime.timedelta):
|
| 346 |
+
return self.__class__(years=self.years,
|
| 347 |
+
months=self.months,
|
| 348 |
+
days=self.days + other.days,
|
| 349 |
+
hours=self.hours,
|
| 350 |
+
minutes=self.minutes,
|
| 351 |
+
seconds=self.seconds + other.seconds,
|
| 352 |
+
microseconds=self.microseconds + other.microseconds,
|
| 353 |
+
leapdays=self.leapdays,
|
| 354 |
+
year=self.year,
|
| 355 |
+
month=self.month,
|
| 356 |
+
day=self.day,
|
| 357 |
+
weekday=self.weekday,
|
| 358 |
+
hour=self.hour,
|
| 359 |
+
minute=self.minute,
|
| 360 |
+
second=self.second,
|
| 361 |
+
microsecond=self.microsecond)
|
| 362 |
+
if not isinstance(other, datetime.date):
|
| 363 |
+
return NotImplemented
|
| 364 |
+
elif self._has_time and not isinstance(other, datetime.datetime):
|
| 365 |
+
other = datetime.datetime.fromordinal(other.toordinal())
|
| 366 |
+
year = (self.year or other.year)+self.years
|
| 367 |
+
month = self.month or other.month
|
| 368 |
+
if self.months:
|
| 369 |
+
assert 1 <= abs(self.months) <= 12
|
| 370 |
+
month += self.months
|
| 371 |
+
if month > 12:
|
| 372 |
+
year += 1
|
| 373 |
+
month -= 12
|
| 374 |
+
elif month < 1:
|
| 375 |
+
year -= 1
|
| 376 |
+
month += 12
|
| 377 |
+
day = min(calendar.monthrange(year, month)[1],
|
| 378 |
+
self.day or other.day)
|
| 379 |
+
repl = {"year": year, "month": month, "day": day}
|
| 380 |
+
for attr in ["hour", "minute", "second", "microsecond"]:
|
| 381 |
+
value = getattr(self, attr)
|
| 382 |
+
if value is not None:
|
| 383 |
+
repl[attr] = value
|
| 384 |
+
days = self.days
|
| 385 |
+
if self.leapdays and month > 2 and calendar.isleap(year):
|
| 386 |
+
days += self.leapdays
|
| 387 |
+
ret = (other.replace(**repl)
|
| 388 |
+
+ datetime.timedelta(days=days,
|
| 389 |
+
hours=self.hours,
|
| 390 |
+
minutes=self.minutes,
|
| 391 |
+
seconds=self.seconds,
|
| 392 |
+
microseconds=self.microseconds))
|
| 393 |
+
if self.weekday:
|
| 394 |
+
weekday, nth = self.weekday.weekday, self.weekday.n or 1
|
| 395 |
+
jumpdays = (abs(nth) - 1) * 7
|
| 396 |
+
if nth > 0:
|
| 397 |
+
jumpdays += (7 - ret.weekday() + weekday) % 7
|
| 398 |
+
else:
|
| 399 |
+
jumpdays += (ret.weekday() - weekday) % 7
|
| 400 |
+
jumpdays *= -1
|
| 401 |
+
ret += datetime.timedelta(days=jumpdays)
|
| 402 |
+
return ret
|
| 403 |
+
|
| 404 |
+
def __radd__(self, other):
|
| 405 |
+
return self.__add__(other)
|
| 406 |
+
|
| 407 |
+
def __rsub__(self, other):
|
| 408 |
+
return self.__neg__().__radd__(other)
|
| 409 |
+
|
| 410 |
+
def __sub__(self, other):
|
| 411 |
+
if not isinstance(other, relativedelta):
|
| 412 |
+
return NotImplemented # In case the other object defines __rsub__
|
| 413 |
+
return self.__class__(years=self.years - other.years,
|
| 414 |
+
months=self.months - other.months,
|
| 415 |
+
days=self.days - other.days,
|
| 416 |
+
hours=self.hours - other.hours,
|
| 417 |
+
minutes=self.minutes - other.minutes,
|
| 418 |
+
seconds=self.seconds - other.seconds,
|
| 419 |
+
microseconds=self.microseconds - other.microseconds,
|
| 420 |
+
leapdays=self.leapdays or other.leapdays,
|
| 421 |
+
year=(self.year if self.year is not None
|
| 422 |
+
else other.year),
|
| 423 |
+
month=(self.month if self.month is not None else
|
| 424 |
+
other.month),
|
| 425 |
+
day=(self.day if self.day is not None else
|
| 426 |
+
other.day),
|
| 427 |
+
weekday=(self.weekday if self.weekday is not None else
|
| 428 |
+
other.weekday),
|
| 429 |
+
hour=(self.hour if self.hour is not None else
|
| 430 |
+
other.hour),
|
| 431 |
+
minute=(self.minute if self.minute is not None else
|
| 432 |
+
other.minute),
|
| 433 |
+
second=(self.second if self.second is not None else
|
| 434 |
+
other.second),
|
| 435 |
+
microsecond=(self.microsecond if self.microsecond
|
| 436 |
+
is not None else
|
| 437 |
+
other.microsecond))
|
| 438 |
+
|
| 439 |
+
def __abs__(self):
|
| 440 |
+
return self.__class__(years=abs(self.years),
|
| 441 |
+
months=abs(self.months),
|
| 442 |
+
days=abs(self.days),
|
| 443 |
+
hours=abs(self.hours),
|
| 444 |
+
minutes=abs(self.minutes),
|
| 445 |
+
seconds=abs(self.seconds),
|
| 446 |
+
microseconds=abs(self.microseconds),
|
| 447 |
+
leapdays=self.leapdays,
|
| 448 |
+
year=self.year,
|
| 449 |
+
month=self.month,
|
| 450 |
+
day=self.day,
|
| 451 |
+
weekday=self.weekday,
|
| 452 |
+
hour=self.hour,
|
| 453 |
+
minute=self.minute,
|
| 454 |
+
second=self.second,
|
| 455 |
+
microsecond=self.microsecond)
|
| 456 |
+
|
| 457 |
+
def __neg__(self):
|
| 458 |
+
return self.__class__(years=-self.years,
|
| 459 |
+
months=-self.months,
|
| 460 |
+
days=-self.days,
|
| 461 |
+
hours=-self.hours,
|
| 462 |
+
minutes=-self.minutes,
|
| 463 |
+
seconds=-self.seconds,
|
| 464 |
+
microseconds=-self.microseconds,
|
| 465 |
+
leapdays=self.leapdays,
|
| 466 |
+
year=self.year,
|
| 467 |
+
month=self.month,
|
| 468 |
+
day=self.day,
|
| 469 |
+
weekday=self.weekday,
|
| 470 |
+
hour=self.hour,
|
| 471 |
+
minute=self.minute,
|
| 472 |
+
second=self.second,
|
| 473 |
+
microsecond=self.microsecond)
|
| 474 |
+
|
| 475 |
+
def __bool__(self):
|
| 476 |
+
return not (not self.years and
|
| 477 |
+
not self.months and
|
| 478 |
+
not self.days and
|
| 479 |
+
not self.hours and
|
| 480 |
+
not self.minutes and
|
| 481 |
+
not self.seconds and
|
| 482 |
+
not self.microseconds and
|
| 483 |
+
not self.leapdays and
|
| 484 |
+
self.year is None and
|
| 485 |
+
self.month is None and
|
| 486 |
+
self.day is None and
|
| 487 |
+
self.weekday is None and
|
| 488 |
+
self.hour is None and
|
| 489 |
+
self.minute is None and
|
| 490 |
+
self.second is None and
|
| 491 |
+
self.microsecond is None)
|
| 492 |
+
# Compatibility with Python 2.x
|
| 493 |
+
__nonzero__ = __bool__
|
| 494 |
+
|
| 495 |
+
def __mul__(self, other):
|
| 496 |
+
try:
|
| 497 |
+
f = float(other)
|
| 498 |
+
except TypeError:
|
| 499 |
+
return NotImplemented
|
| 500 |
+
|
| 501 |
+
return self.__class__(years=int(self.years * f),
|
| 502 |
+
months=int(self.months * f),
|
| 503 |
+
days=int(self.days * f),
|
| 504 |
+
hours=int(self.hours * f),
|
| 505 |
+
minutes=int(self.minutes * f),
|
| 506 |
+
seconds=int(self.seconds * f),
|
| 507 |
+
microseconds=int(self.microseconds * f),
|
| 508 |
+
leapdays=self.leapdays,
|
| 509 |
+
year=self.year,
|
| 510 |
+
month=self.month,
|
| 511 |
+
day=self.day,
|
| 512 |
+
weekday=self.weekday,
|
| 513 |
+
hour=self.hour,
|
| 514 |
+
minute=self.minute,
|
| 515 |
+
second=self.second,
|
| 516 |
+
microsecond=self.microsecond)
|
| 517 |
+
|
| 518 |
+
__rmul__ = __mul__
|
| 519 |
+
|
| 520 |
+
def __eq__(self, other):
|
| 521 |
+
if not isinstance(other, relativedelta):
|
| 522 |
+
return NotImplemented
|
| 523 |
+
if self.weekday or other.weekday:
|
| 524 |
+
if not self.weekday or not other.weekday:
|
| 525 |
+
return False
|
| 526 |
+
if self.weekday.weekday != other.weekday.weekday:
|
| 527 |
+
return False
|
| 528 |
+
n1, n2 = self.weekday.n, other.weekday.n
|
| 529 |
+
if n1 != n2 and not ((not n1 or n1 == 1) and (not n2 or n2 == 1)):
|
| 530 |
+
return False
|
| 531 |
+
return (self.years == other.years and
|
| 532 |
+
self.months == other.months and
|
| 533 |
+
self.days == other.days and
|
| 534 |
+
self.hours == other.hours and
|
| 535 |
+
self.minutes == other.minutes and
|
| 536 |
+
self.seconds == other.seconds and
|
| 537 |
+
self.microseconds == other.microseconds and
|
| 538 |
+
self.leapdays == other.leapdays and
|
| 539 |
+
self.year == other.year and
|
| 540 |
+
self.month == other.month and
|
| 541 |
+
self.day == other.day and
|
| 542 |
+
self.hour == other.hour and
|
| 543 |
+
self.minute == other.minute and
|
| 544 |
+
self.second == other.second and
|
| 545 |
+
self.microsecond == other.microsecond)
|
| 546 |
+
|
| 547 |
+
def __hash__(self):
|
| 548 |
+
return hash((
|
| 549 |
+
self.weekday,
|
| 550 |
+
self.years,
|
| 551 |
+
self.months,
|
| 552 |
+
self.days,
|
| 553 |
+
self.hours,
|
| 554 |
+
self.minutes,
|
| 555 |
+
self.seconds,
|
| 556 |
+
self.microseconds,
|
| 557 |
+
self.leapdays,
|
| 558 |
+
self.year,
|
| 559 |
+
self.month,
|
| 560 |
+
self.day,
|
| 561 |
+
self.hour,
|
| 562 |
+
self.minute,
|
| 563 |
+
self.second,
|
| 564 |
+
self.microsecond,
|
| 565 |
+
))
|
| 566 |
+
|
| 567 |
+
def __ne__(self, other):
|
| 568 |
+
return not self.__eq__(other)
|
| 569 |
+
|
| 570 |
+
def __div__(self, other):
|
| 571 |
+
try:
|
| 572 |
+
reciprocal = 1 / float(other)
|
| 573 |
+
except TypeError:
|
| 574 |
+
return NotImplemented
|
| 575 |
+
|
| 576 |
+
return self.__mul__(reciprocal)
|
| 577 |
+
|
| 578 |
+
__truediv__ = __div__
|
| 579 |
+
|
| 580 |
+
def __repr__(self):
|
| 581 |
+
l = []
|
| 582 |
+
for attr in ["years", "months", "days", "leapdays",
|
| 583 |
+
"hours", "minutes", "seconds", "microseconds"]:
|
| 584 |
+
value = getattr(self, attr)
|
| 585 |
+
if value:
|
| 586 |
+
l.append("{attr}={value:+g}".format(attr=attr, value=value))
|
| 587 |
+
for attr in ["year", "month", "day", "weekday",
|
| 588 |
+
"hour", "minute", "second", "microsecond"]:
|
| 589 |
+
value = getattr(self, attr)
|
| 590 |
+
if value is not None:
|
| 591 |
+
l.append("{attr}={value}".format(attr=attr, value=repr(value)))
|
| 592 |
+
return "{classname}({attrs})".format(classname=self.__class__.__name__,
|
| 593 |
+
attrs=", ".join(l))
|
| 594 |
+
|
| 595 |
+
|
| 596 |
+
def _sign(x):
|
| 597 |
+
return int(copysign(1, x))
|
| 598 |
+
|
| 599 |
+
# vim:ts=4:sw=4:et
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/rrule.py
ADDED
|
@@ -0,0 +1,1737 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""
|
| 3 |
+
The rrule module offers a small, complete, and very fast, implementation of
|
| 4 |
+
the recurrence rules documented in the
|
| 5 |
+
`iCalendar RFC <https://tools.ietf.org/html/rfc5545>`_,
|
| 6 |
+
including support for caching of results.
|
| 7 |
+
"""
|
| 8 |
+
import calendar
|
| 9 |
+
import datetime
|
| 10 |
+
import heapq
|
| 11 |
+
import itertools
|
| 12 |
+
import re
|
| 13 |
+
import sys
|
| 14 |
+
from functools import wraps
|
| 15 |
+
# For warning about deprecation of until and count
|
| 16 |
+
from warnings import warn
|
| 17 |
+
|
| 18 |
+
from six import advance_iterator, integer_types
|
| 19 |
+
|
| 20 |
+
from six.moves import _thread, range
|
| 21 |
+
|
| 22 |
+
from ._common import weekday as weekdaybase
|
| 23 |
+
|
| 24 |
+
try:
|
| 25 |
+
from math import gcd
|
| 26 |
+
except ImportError:
|
| 27 |
+
from fractions import gcd
|
| 28 |
+
|
| 29 |
+
__all__ = ["rrule", "rruleset", "rrulestr",
|
| 30 |
+
"YEARLY", "MONTHLY", "WEEKLY", "DAILY",
|
| 31 |
+
"HOURLY", "MINUTELY", "SECONDLY",
|
| 32 |
+
"MO", "TU", "WE", "TH", "FR", "SA", "SU"]
|
| 33 |
+
|
| 34 |
+
# Every mask is 7 days longer to handle cross-year weekly periods.
|
| 35 |
+
M366MASK = tuple([1]*31+[2]*29+[3]*31+[4]*30+[5]*31+[6]*30 +
|
| 36 |
+
[7]*31+[8]*31+[9]*30+[10]*31+[11]*30+[12]*31+[1]*7)
|
| 37 |
+
M365MASK = list(M366MASK)
|
| 38 |
+
M29, M30, M31 = list(range(1, 30)), list(range(1, 31)), list(range(1, 32))
|
| 39 |
+
MDAY366MASK = tuple(M31+M29+M31+M30+M31+M30+M31+M31+M30+M31+M30+M31+M31[:7])
|
| 40 |
+
MDAY365MASK = list(MDAY366MASK)
|
| 41 |
+
M29, M30, M31 = list(range(-29, 0)), list(range(-30, 0)), list(range(-31, 0))
|
| 42 |
+
NMDAY366MASK = tuple(M31+M29+M31+M30+M31+M30+M31+M31+M30+M31+M30+M31+M31[:7])
|
| 43 |
+
NMDAY365MASK = list(NMDAY366MASK)
|
| 44 |
+
M366RANGE = (0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366)
|
| 45 |
+
M365RANGE = (0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365)
|
| 46 |
+
WDAYMASK = [0, 1, 2, 3, 4, 5, 6]*55
|
| 47 |
+
del M29, M30, M31, M365MASK[59], MDAY365MASK[59], NMDAY365MASK[31]
|
| 48 |
+
MDAY365MASK = tuple(MDAY365MASK)
|
| 49 |
+
M365MASK = tuple(M365MASK)
|
| 50 |
+
|
| 51 |
+
FREQNAMES = ['YEARLY', 'MONTHLY', 'WEEKLY', 'DAILY', 'HOURLY', 'MINUTELY', 'SECONDLY']
|
| 52 |
+
|
| 53 |
+
(YEARLY,
|
| 54 |
+
MONTHLY,
|
| 55 |
+
WEEKLY,
|
| 56 |
+
DAILY,
|
| 57 |
+
HOURLY,
|
| 58 |
+
MINUTELY,
|
| 59 |
+
SECONDLY) = list(range(7))
|
| 60 |
+
|
| 61 |
+
# Imported on demand.
|
| 62 |
+
easter = None
|
| 63 |
+
parser = None
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
class weekday(weekdaybase):
|
| 67 |
+
"""
|
| 68 |
+
This version of weekday does not allow n = 0.
|
| 69 |
+
"""
|
| 70 |
+
def __init__(self, wkday, n=None):
|
| 71 |
+
if n == 0:
|
| 72 |
+
raise ValueError("Can't create weekday with n==0")
|
| 73 |
+
|
| 74 |
+
super(weekday, self).__init__(wkday, n)
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
MO, TU, WE, TH, FR, SA, SU = weekdays = tuple(weekday(x) for x in range(7))
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
def _invalidates_cache(f):
|
| 81 |
+
"""
|
| 82 |
+
Decorator for rruleset methods which may invalidate the
|
| 83 |
+
cached length.
|
| 84 |
+
"""
|
| 85 |
+
@wraps(f)
|
| 86 |
+
def inner_func(self, *args, **kwargs):
|
| 87 |
+
rv = f(self, *args, **kwargs)
|
| 88 |
+
self._invalidate_cache()
|
| 89 |
+
return rv
|
| 90 |
+
|
| 91 |
+
return inner_func
|
| 92 |
+
|
| 93 |
+
|
| 94 |
+
class rrulebase(object):
|
| 95 |
+
def __init__(self, cache=False):
|
| 96 |
+
if cache:
|
| 97 |
+
self._cache = []
|
| 98 |
+
self._cache_lock = _thread.allocate_lock()
|
| 99 |
+
self._invalidate_cache()
|
| 100 |
+
else:
|
| 101 |
+
self._cache = None
|
| 102 |
+
self._cache_complete = False
|
| 103 |
+
self._len = None
|
| 104 |
+
|
| 105 |
+
def __iter__(self):
|
| 106 |
+
if self._cache_complete:
|
| 107 |
+
return iter(self._cache)
|
| 108 |
+
elif self._cache is None:
|
| 109 |
+
return self._iter()
|
| 110 |
+
else:
|
| 111 |
+
return self._iter_cached()
|
| 112 |
+
|
| 113 |
+
def _invalidate_cache(self):
|
| 114 |
+
if self._cache is not None:
|
| 115 |
+
self._cache = []
|
| 116 |
+
self._cache_complete = False
|
| 117 |
+
self._cache_gen = self._iter()
|
| 118 |
+
|
| 119 |
+
if self._cache_lock.locked():
|
| 120 |
+
self._cache_lock.release()
|
| 121 |
+
|
| 122 |
+
self._len = None
|
| 123 |
+
|
| 124 |
+
def _iter_cached(self):
|
| 125 |
+
i = 0
|
| 126 |
+
gen = self._cache_gen
|
| 127 |
+
cache = self._cache
|
| 128 |
+
acquire = self._cache_lock.acquire
|
| 129 |
+
release = self._cache_lock.release
|
| 130 |
+
while gen:
|
| 131 |
+
if i == len(cache):
|
| 132 |
+
acquire()
|
| 133 |
+
if self._cache_complete:
|
| 134 |
+
break
|
| 135 |
+
try:
|
| 136 |
+
for j in range(10):
|
| 137 |
+
cache.append(advance_iterator(gen))
|
| 138 |
+
except StopIteration:
|
| 139 |
+
self._cache_gen = gen = None
|
| 140 |
+
self._cache_complete = True
|
| 141 |
+
break
|
| 142 |
+
release()
|
| 143 |
+
yield cache[i]
|
| 144 |
+
i += 1
|
| 145 |
+
while i < self._len:
|
| 146 |
+
yield cache[i]
|
| 147 |
+
i += 1
|
| 148 |
+
|
| 149 |
+
def __getitem__(self, item):
|
| 150 |
+
if self._cache_complete:
|
| 151 |
+
return self._cache[item]
|
| 152 |
+
elif isinstance(item, slice):
|
| 153 |
+
if item.step and item.step < 0:
|
| 154 |
+
return list(iter(self))[item]
|
| 155 |
+
else:
|
| 156 |
+
return list(itertools.islice(self,
|
| 157 |
+
item.start or 0,
|
| 158 |
+
item.stop or sys.maxsize,
|
| 159 |
+
item.step or 1))
|
| 160 |
+
elif item >= 0:
|
| 161 |
+
gen = iter(self)
|
| 162 |
+
try:
|
| 163 |
+
for i in range(item+1):
|
| 164 |
+
res = advance_iterator(gen)
|
| 165 |
+
except StopIteration:
|
| 166 |
+
raise IndexError
|
| 167 |
+
return res
|
| 168 |
+
else:
|
| 169 |
+
return list(iter(self))[item]
|
| 170 |
+
|
| 171 |
+
def __contains__(self, item):
|
| 172 |
+
if self._cache_complete:
|
| 173 |
+
return item in self._cache
|
| 174 |
+
else:
|
| 175 |
+
for i in self:
|
| 176 |
+
if i == item:
|
| 177 |
+
return True
|
| 178 |
+
elif i > item:
|
| 179 |
+
return False
|
| 180 |
+
return False
|
| 181 |
+
|
| 182 |
+
# __len__() introduces a large performance penalty.
|
| 183 |
+
def count(self):
|
| 184 |
+
""" Returns the number of recurrences in this set. It will have go
|
| 185 |
+
through the whole recurrence, if this hasn't been done before. """
|
| 186 |
+
if self._len is None:
|
| 187 |
+
for x in self:
|
| 188 |
+
pass
|
| 189 |
+
return self._len
|
| 190 |
+
|
| 191 |
+
def before(self, dt, inc=False):
|
| 192 |
+
""" Returns the last recurrence before the given datetime instance. The
|
| 193 |
+
inc keyword defines what happens if dt is an occurrence. With
|
| 194 |
+
inc=True, if dt itself is an occurrence, it will be returned. """
|
| 195 |
+
if self._cache_complete:
|
| 196 |
+
gen = self._cache
|
| 197 |
+
else:
|
| 198 |
+
gen = self
|
| 199 |
+
last = None
|
| 200 |
+
if inc:
|
| 201 |
+
for i in gen:
|
| 202 |
+
if i > dt:
|
| 203 |
+
break
|
| 204 |
+
last = i
|
| 205 |
+
else:
|
| 206 |
+
for i in gen:
|
| 207 |
+
if i >= dt:
|
| 208 |
+
break
|
| 209 |
+
last = i
|
| 210 |
+
return last
|
| 211 |
+
|
| 212 |
+
def after(self, dt, inc=False):
|
| 213 |
+
""" Returns the first recurrence after the given datetime instance. The
|
| 214 |
+
inc keyword defines what happens if dt is an occurrence. With
|
| 215 |
+
inc=True, if dt itself is an occurrence, it will be returned. """
|
| 216 |
+
if self._cache_complete:
|
| 217 |
+
gen = self._cache
|
| 218 |
+
else:
|
| 219 |
+
gen = self
|
| 220 |
+
if inc:
|
| 221 |
+
for i in gen:
|
| 222 |
+
if i >= dt:
|
| 223 |
+
return i
|
| 224 |
+
else:
|
| 225 |
+
for i in gen:
|
| 226 |
+
if i > dt:
|
| 227 |
+
return i
|
| 228 |
+
return None
|
| 229 |
+
|
| 230 |
+
def xafter(self, dt, count=None, inc=False):
|
| 231 |
+
"""
|
| 232 |
+
Generator which yields up to `count` recurrences after the given
|
| 233 |
+
datetime instance, equivalent to `after`.
|
| 234 |
+
|
| 235 |
+
:param dt:
|
| 236 |
+
The datetime at which to start generating recurrences.
|
| 237 |
+
|
| 238 |
+
:param count:
|
| 239 |
+
The maximum number of recurrences to generate. If `None` (default),
|
| 240 |
+
dates are generated until the recurrence rule is exhausted.
|
| 241 |
+
|
| 242 |
+
:param inc:
|
| 243 |
+
If `dt` is an instance of the rule and `inc` is `True`, it is
|
| 244 |
+
included in the output.
|
| 245 |
+
|
| 246 |
+
:yields: Yields a sequence of `datetime` objects.
|
| 247 |
+
"""
|
| 248 |
+
|
| 249 |
+
if self._cache_complete:
|
| 250 |
+
gen = self._cache
|
| 251 |
+
else:
|
| 252 |
+
gen = self
|
| 253 |
+
|
| 254 |
+
# Select the comparison function
|
| 255 |
+
if inc:
|
| 256 |
+
comp = lambda dc, dtc: dc >= dtc
|
| 257 |
+
else:
|
| 258 |
+
comp = lambda dc, dtc: dc > dtc
|
| 259 |
+
|
| 260 |
+
# Generate dates
|
| 261 |
+
n = 0
|
| 262 |
+
for d in gen:
|
| 263 |
+
if comp(d, dt):
|
| 264 |
+
if count is not None:
|
| 265 |
+
n += 1
|
| 266 |
+
if n > count:
|
| 267 |
+
break
|
| 268 |
+
|
| 269 |
+
yield d
|
| 270 |
+
|
| 271 |
+
def between(self, after, before, inc=False, count=1):
|
| 272 |
+
""" Returns all the occurrences of the rrule between after and before.
|
| 273 |
+
The inc keyword defines what happens if after and/or before are
|
| 274 |
+
themselves occurrences. With inc=True, they will be included in the
|
| 275 |
+
list, if they are found in the recurrence set. """
|
| 276 |
+
if self._cache_complete:
|
| 277 |
+
gen = self._cache
|
| 278 |
+
else:
|
| 279 |
+
gen = self
|
| 280 |
+
started = False
|
| 281 |
+
l = []
|
| 282 |
+
if inc:
|
| 283 |
+
for i in gen:
|
| 284 |
+
if i > before:
|
| 285 |
+
break
|
| 286 |
+
elif not started:
|
| 287 |
+
if i >= after:
|
| 288 |
+
started = True
|
| 289 |
+
l.append(i)
|
| 290 |
+
else:
|
| 291 |
+
l.append(i)
|
| 292 |
+
else:
|
| 293 |
+
for i in gen:
|
| 294 |
+
if i >= before:
|
| 295 |
+
break
|
| 296 |
+
elif not started:
|
| 297 |
+
if i > after:
|
| 298 |
+
started = True
|
| 299 |
+
l.append(i)
|
| 300 |
+
else:
|
| 301 |
+
l.append(i)
|
| 302 |
+
return l
|
| 303 |
+
|
| 304 |
+
|
| 305 |
+
class rrule(rrulebase):
|
| 306 |
+
"""
|
| 307 |
+
That's the base of the rrule operation. It accepts all the keywords
|
| 308 |
+
defined in the RFC as its constructor parameters (except byday,
|
| 309 |
+
which was renamed to byweekday) and more. The constructor prototype is::
|
| 310 |
+
|
| 311 |
+
rrule(freq)
|
| 312 |
+
|
| 313 |
+
Where freq must be one of YEARLY, MONTHLY, WEEKLY, DAILY, HOURLY, MINUTELY,
|
| 314 |
+
or SECONDLY.
|
| 315 |
+
|
| 316 |
+
.. note::
|
| 317 |
+
Per RFC section 3.3.10, recurrence instances falling on invalid dates
|
| 318 |
+
and times are ignored rather than coerced:
|
| 319 |
+
|
| 320 |
+
Recurrence rules may generate recurrence instances with an invalid
|
| 321 |
+
date (e.g., February 30) or nonexistent local time (e.g., 1:30 AM
|
| 322 |
+
on a day where the local time is moved forward by an hour at 1:00
|
| 323 |
+
AM). Such recurrence instances MUST be ignored and MUST NOT be
|
| 324 |
+
counted as part of the recurrence set.
|
| 325 |
+
|
| 326 |
+
This can lead to possibly surprising behavior when, for example, the
|
| 327 |
+
start date occurs at the end of the month:
|
| 328 |
+
|
| 329 |
+
>>> from dateutil.rrule import rrule, MONTHLY
|
| 330 |
+
>>> from datetime import datetime
|
| 331 |
+
>>> start_date = datetime(2014, 12, 31)
|
| 332 |
+
>>> list(rrule(freq=MONTHLY, count=4, dtstart=start_date))
|
| 333 |
+
... # doctest: +NORMALIZE_WHITESPACE
|
| 334 |
+
[datetime.datetime(2014, 12, 31, 0, 0),
|
| 335 |
+
datetime.datetime(2015, 1, 31, 0, 0),
|
| 336 |
+
datetime.datetime(2015, 3, 31, 0, 0),
|
| 337 |
+
datetime.datetime(2015, 5, 31, 0, 0)]
|
| 338 |
+
|
| 339 |
+
Additionally, it supports the following keyword arguments:
|
| 340 |
+
|
| 341 |
+
:param dtstart:
|
| 342 |
+
The recurrence start. Besides being the base for the recurrence,
|
| 343 |
+
missing parameters in the final recurrence instances will also be
|
| 344 |
+
extracted from this date. If not given, datetime.now() will be used
|
| 345 |
+
instead.
|
| 346 |
+
:param interval:
|
| 347 |
+
The interval between each freq iteration. For example, when using
|
| 348 |
+
YEARLY, an interval of 2 means once every two years, but with HOURLY,
|
| 349 |
+
it means once every two hours. The default interval is 1.
|
| 350 |
+
:param wkst:
|
| 351 |
+
The week start day. Must be one of the MO, TU, WE constants, or an
|
| 352 |
+
integer, specifying the first day of the week. This will affect
|
| 353 |
+
recurrences based on weekly periods. The default week start is got
|
| 354 |
+
from calendar.firstweekday(), and may be modified by
|
| 355 |
+
calendar.setfirstweekday().
|
| 356 |
+
:param count:
|
| 357 |
+
If given, this determines how many occurrences will be generated.
|
| 358 |
+
|
| 359 |
+
.. note::
|
| 360 |
+
As of version 2.5.0, the use of the keyword ``until`` in conjunction
|
| 361 |
+
with ``count`` is deprecated, to make sure ``dateutil`` is fully
|
| 362 |
+
compliant with `RFC-5545 Sec. 3.3.10 <https://tools.ietf.org/
|
| 363 |
+
html/rfc5545#section-3.3.10>`_. Therefore, ``until`` and ``count``
|
| 364 |
+
**must not** occur in the same call to ``rrule``.
|
| 365 |
+
:param until:
|
| 366 |
+
If given, this must be a datetime instance specifying the upper-bound
|
| 367 |
+
limit of the recurrence. The last recurrence in the rule is the greatest
|
| 368 |
+
datetime that is less than or equal to the value specified in the
|
| 369 |
+
``until`` parameter.
|
| 370 |
+
|
| 371 |
+
.. note::
|
| 372 |
+
As of version 2.5.0, the use of the keyword ``until`` in conjunction
|
| 373 |
+
with ``count`` is deprecated, to make sure ``dateutil`` is fully
|
| 374 |
+
compliant with `RFC-5545 Sec. 3.3.10 <https://tools.ietf.org/
|
| 375 |
+
html/rfc5545#section-3.3.10>`_. Therefore, ``until`` and ``count``
|
| 376 |
+
**must not** occur in the same call to ``rrule``.
|
| 377 |
+
:param bysetpos:
|
| 378 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 379 |
+
positive or negative. Each given integer will specify an occurrence
|
| 380 |
+
number, corresponding to the nth occurrence of the rule inside the
|
| 381 |
+
frequency period. For example, a bysetpos of -1 if combined with a
|
| 382 |
+
MONTHLY frequency, and a byweekday of (MO, TU, WE, TH, FR), will
|
| 383 |
+
result in the last work day of every month.
|
| 384 |
+
:param bymonth:
|
| 385 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 386 |
+
meaning the months to apply the recurrence to.
|
| 387 |
+
:param bymonthday:
|
| 388 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 389 |
+
meaning the month days to apply the recurrence to.
|
| 390 |
+
:param byyearday:
|
| 391 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 392 |
+
meaning the year days to apply the recurrence to.
|
| 393 |
+
:param byeaster:
|
| 394 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 395 |
+
positive or negative. Each integer will define an offset from the
|
| 396 |
+
Easter Sunday. Passing the offset 0 to byeaster will yield the Easter
|
| 397 |
+
Sunday itself. This is an extension to the RFC specification.
|
| 398 |
+
:param byweekno:
|
| 399 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 400 |
+
meaning the week numbers to apply the recurrence to. Week numbers
|
| 401 |
+
have the meaning described in ISO8601, that is, the first week of
|
| 402 |
+
the year is that containing at least four days of the new year.
|
| 403 |
+
:param byweekday:
|
| 404 |
+
If given, it must be either an integer (0 == MO), a sequence of
|
| 405 |
+
integers, one of the weekday constants (MO, TU, etc), or a sequence
|
| 406 |
+
of these constants. When given, these variables will define the
|
| 407 |
+
weekdays where the recurrence will be applied. It's also possible to
|
| 408 |
+
use an argument n for the weekday instances, which will mean the nth
|
| 409 |
+
occurrence of this weekday in the period. For example, with MONTHLY,
|
| 410 |
+
or with YEARLY and BYMONTH, using FR(+1) in byweekday will specify the
|
| 411 |
+
first friday of the month where the recurrence happens. Notice that in
|
| 412 |
+
the RFC documentation, this is specified as BYDAY, but was renamed to
|
| 413 |
+
avoid the ambiguity of that keyword.
|
| 414 |
+
:param byhour:
|
| 415 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 416 |
+
meaning the hours to apply the recurrence to.
|
| 417 |
+
:param byminute:
|
| 418 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 419 |
+
meaning the minutes to apply the recurrence to.
|
| 420 |
+
:param bysecond:
|
| 421 |
+
If given, it must be either an integer, or a sequence of integers,
|
| 422 |
+
meaning the seconds to apply the recurrence to.
|
| 423 |
+
:param cache:
|
| 424 |
+
If given, it must be a boolean value specifying to enable or disable
|
| 425 |
+
caching of results. If you will use the same rrule instance multiple
|
| 426 |
+
times, enabling caching will improve the performance considerably.
|
| 427 |
+
"""
|
| 428 |
+
def __init__(self, freq, dtstart=None,
|
| 429 |
+
interval=1, wkst=None, count=None, until=None, bysetpos=None,
|
| 430 |
+
bymonth=None, bymonthday=None, byyearday=None, byeaster=None,
|
| 431 |
+
byweekno=None, byweekday=None,
|
| 432 |
+
byhour=None, byminute=None, bysecond=None,
|
| 433 |
+
cache=False):
|
| 434 |
+
super(rrule, self).__init__(cache)
|
| 435 |
+
global easter
|
| 436 |
+
if not dtstart:
|
| 437 |
+
if until and until.tzinfo:
|
| 438 |
+
dtstart = datetime.datetime.now(tz=until.tzinfo).replace(microsecond=0)
|
| 439 |
+
else:
|
| 440 |
+
dtstart = datetime.datetime.now().replace(microsecond=0)
|
| 441 |
+
elif not isinstance(dtstart, datetime.datetime):
|
| 442 |
+
dtstart = datetime.datetime.fromordinal(dtstart.toordinal())
|
| 443 |
+
else:
|
| 444 |
+
dtstart = dtstart.replace(microsecond=0)
|
| 445 |
+
self._dtstart = dtstart
|
| 446 |
+
self._tzinfo = dtstart.tzinfo
|
| 447 |
+
self._freq = freq
|
| 448 |
+
self._interval = interval
|
| 449 |
+
self._count = count
|
| 450 |
+
|
| 451 |
+
# Cache the original byxxx rules, if they are provided, as the _byxxx
|
| 452 |
+
# attributes do not necessarily map to the inputs, and this can be
|
| 453 |
+
# a problem in generating the strings. Only store things if they've
|
| 454 |
+
# been supplied (the string retrieval will just use .get())
|
| 455 |
+
self._original_rule = {}
|
| 456 |
+
|
| 457 |
+
if until and not isinstance(until, datetime.datetime):
|
| 458 |
+
until = datetime.datetime.fromordinal(until.toordinal())
|
| 459 |
+
self._until = until
|
| 460 |
+
|
| 461 |
+
if self._dtstart and self._until:
|
| 462 |
+
if (self._dtstart.tzinfo is not None) != (self._until.tzinfo is not None):
|
| 463 |
+
# According to RFC5545 Section 3.3.10:
|
| 464 |
+
# https://tools.ietf.org/html/rfc5545#section-3.3.10
|
| 465 |
+
#
|
| 466 |
+
# > If the "DTSTART" property is specified as a date with UTC
|
| 467 |
+
# > time or a date with local time and time zone reference,
|
| 468 |
+
# > then the UNTIL rule part MUST be specified as a date with
|
| 469 |
+
# > UTC time.
|
| 470 |
+
raise ValueError(
|
| 471 |
+
'RRULE UNTIL values must be specified in UTC when DTSTART '
|
| 472 |
+
'is timezone-aware'
|
| 473 |
+
)
|
| 474 |
+
|
| 475 |
+
if count is not None and until:
|
| 476 |
+
warn("Using both 'count' and 'until' is inconsistent with RFC 5545"
|
| 477 |
+
" and has been deprecated in dateutil. Future versions will "
|
| 478 |
+
"raise an error.", DeprecationWarning)
|
| 479 |
+
|
| 480 |
+
if wkst is None:
|
| 481 |
+
self._wkst = calendar.firstweekday()
|
| 482 |
+
elif isinstance(wkst, integer_types):
|
| 483 |
+
self._wkst = wkst
|
| 484 |
+
else:
|
| 485 |
+
self._wkst = wkst.weekday
|
| 486 |
+
|
| 487 |
+
if bysetpos is None:
|
| 488 |
+
self._bysetpos = None
|
| 489 |
+
elif isinstance(bysetpos, integer_types):
|
| 490 |
+
if bysetpos == 0 or not (-366 <= bysetpos <= 366):
|
| 491 |
+
raise ValueError("bysetpos must be between 1 and 366, "
|
| 492 |
+
"or between -366 and -1")
|
| 493 |
+
self._bysetpos = (bysetpos,)
|
| 494 |
+
else:
|
| 495 |
+
self._bysetpos = tuple(bysetpos)
|
| 496 |
+
for pos in self._bysetpos:
|
| 497 |
+
if pos == 0 or not (-366 <= pos <= 366):
|
| 498 |
+
raise ValueError("bysetpos must be between 1 and 366, "
|
| 499 |
+
"or between -366 and -1")
|
| 500 |
+
|
| 501 |
+
if self._bysetpos:
|
| 502 |
+
self._original_rule['bysetpos'] = self._bysetpos
|
| 503 |
+
|
| 504 |
+
if (byweekno is None and byyearday is None and bymonthday is None and
|
| 505 |
+
byweekday is None and byeaster is None):
|
| 506 |
+
if freq == YEARLY:
|
| 507 |
+
if bymonth is None:
|
| 508 |
+
bymonth = dtstart.month
|
| 509 |
+
self._original_rule['bymonth'] = None
|
| 510 |
+
bymonthday = dtstart.day
|
| 511 |
+
self._original_rule['bymonthday'] = None
|
| 512 |
+
elif freq == MONTHLY:
|
| 513 |
+
bymonthday = dtstart.day
|
| 514 |
+
self._original_rule['bymonthday'] = None
|
| 515 |
+
elif freq == WEEKLY:
|
| 516 |
+
byweekday = dtstart.weekday()
|
| 517 |
+
self._original_rule['byweekday'] = None
|
| 518 |
+
|
| 519 |
+
# bymonth
|
| 520 |
+
if bymonth is None:
|
| 521 |
+
self._bymonth = None
|
| 522 |
+
else:
|
| 523 |
+
if isinstance(bymonth, integer_types):
|
| 524 |
+
bymonth = (bymonth,)
|
| 525 |
+
|
| 526 |
+
self._bymonth = tuple(sorted(set(bymonth)))
|
| 527 |
+
|
| 528 |
+
if 'bymonth' not in self._original_rule:
|
| 529 |
+
self._original_rule['bymonth'] = self._bymonth
|
| 530 |
+
|
| 531 |
+
# byyearday
|
| 532 |
+
if byyearday is None:
|
| 533 |
+
self._byyearday = None
|
| 534 |
+
else:
|
| 535 |
+
if isinstance(byyearday, integer_types):
|
| 536 |
+
byyearday = (byyearday,)
|
| 537 |
+
|
| 538 |
+
self._byyearday = tuple(sorted(set(byyearday)))
|
| 539 |
+
self._original_rule['byyearday'] = self._byyearday
|
| 540 |
+
|
| 541 |
+
# byeaster
|
| 542 |
+
if byeaster is not None:
|
| 543 |
+
if not easter:
|
| 544 |
+
from dateutil import easter
|
| 545 |
+
if isinstance(byeaster, integer_types):
|
| 546 |
+
self._byeaster = (byeaster,)
|
| 547 |
+
else:
|
| 548 |
+
self._byeaster = tuple(sorted(byeaster))
|
| 549 |
+
|
| 550 |
+
self._original_rule['byeaster'] = self._byeaster
|
| 551 |
+
else:
|
| 552 |
+
self._byeaster = None
|
| 553 |
+
|
| 554 |
+
# bymonthday
|
| 555 |
+
if bymonthday is None:
|
| 556 |
+
self._bymonthday = ()
|
| 557 |
+
self._bynmonthday = ()
|
| 558 |
+
else:
|
| 559 |
+
if isinstance(bymonthday, integer_types):
|
| 560 |
+
bymonthday = (bymonthday,)
|
| 561 |
+
|
| 562 |
+
bymonthday = set(bymonthday) # Ensure it's unique
|
| 563 |
+
|
| 564 |
+
self._bymonthday = tuple(sorted(x for x in bymonthday if x > 0))
|
| 565 |
+
self._bynmonthday = tuple(sorted(x for x in bymonthday if x < 0))
|
| 566 |
+
|
| 567 |
+
# Storing positive numbers first, then negative numbers
|
| 568 |
+
if 'bymonthday' not in self._original_rule:
|
| 569 |
+
self._original_rule['bymonthday'] = tuple(
|
| 570 |
+
itertools.chain(self._bymonthday, self._bynmonthday))
|
| 571 |
+
|
| 572 |
+
# byweekno
|
| 573 |
+
if byweekno is None:
|
| 574 |
+
self._byweekno = None
|
| 575 |
+
else:
|
| 576 |
+
if isinstance(byweekno, integer_types):
|
| 577 |
+
byweekno = (byweekno,)
|
| 578 |
+
|
| 579 |
+
self._byweekno = tuple(sorted(set(byweekno)))
|
| 580 |
+
|
| 581 |
+
self._original_rule['byweekno'] = self._byweekno
|
| 582 |
+
|
| 583 |
+
# byweekday / bynweekday
|
| 584 |
+
if byweekday is None:
|
| 585 |
+
self._byweekday = None
|
| 586 |
+
self._bynweekday = None
|
| 587 |
+
else:
|
| 588 |
+
# If it's one of the valid non-sequence types, convert to a
|
| 589 |
+
# single-element sequence before the iterator that builds the
|
| 590 |
+
# byweekday set.
|
| 591 |
+
if isinstance(byweekday, integer_types) or hasattr(byweekday, "n"):
|
| 592 |
+
byweekday = (byweekday,)
|
| 593 |
+
|
| 594 |
+
self._byweekday = set()
|
| 595 |
+
self._bynweekday = set()
|
| 596 |
+
for wday in byweekday:
|
| 597 |
+
if isinstance(wday, integer_types):
|
| 598 |
+
self._byweekday.add(wday)
|
| 599 |
+
elif not wday.n or freq > MONTHLY:
|
| 600 |
+
self._byweekday.add(wday.weekday)
|
| 601 |
+
else:
|
| 602 |
+
self._bynweekday.add((wday.weekday, wday.n))
|
| 603 |
+
|
| 604 |
+
if not self._byweekday:
|
| 605 |
+
self._byweekday = None
|
| 606 |
+
elif not self._bynweekday:
|
| 607 |
+
self._bynweekday = None
|
| 608 |
+
|
| 609 |
+
if self._byweekday is not None:
|
| 610 |
+
self._byweekday = tuple(sorted(self._byweekday))
|
| 611 |
+
orig_byweekday = [weekday(x) for x in self._byweekday]
|
| 612 |
+
else:
|
| 613 |
+
orig_byweekday = ()
|
| 614 |
+
|
| 615 |
+
if self._bynweekday is not None:
|
| 616 |
+
self._bynweekday = tuple(sorted(self._bynweekday))
|
| 617 |
+
orig_bynweekday = [weekday(*x) for x in self._bynweekday]
|
| 618 |
+
else:
|
| 619 |
+
orig_bynweekday = ()
|
| 620 |
+
|
| 621 |
+
if 'byweekday' not in self._original_rule:
|
| 622 |
+
self._original_rule['byweekday'] = tuple(itertools.chain(
|
| 623 |
+
orig_byweekday, orig_bynweekday))
|
| 624 |
+
|
| 625 |
+
# byhour
|
| 626 |
+
if byhour is None:
|
| 627 |
+
if freq < HOURLY:
|
| 628 |
+
self._byhour = {dtstart.hour}
|
| 629 |
+
else:
|
| 630 |
+
self._byhour = None
|
| 631 |
+
else:
|
| 632 |
+
if isinstance(byhour, integer_types):
|
| 633 |
+
byhour = (byhour,)
|
| 634 |
+
|
| 635 |
+
if freq == HOURLY:
|
| 636 |
+
self._byhour = self.__construct_byset(start=dtstart.hour,
|
| 637 |
+
byxxx=byhour,
|
| 638 |
+
base=24)
|
| 639 |
+
else:
|
| 640 |
+
self._byhour = set(byhour)
|
| 641 |
+
|
| 642 |
+
self._byhour = tuple(sorted(self._byhour))
|
| 643 |
+
self._original_rule['byhour'] = self._byhour
|
| 644 |
+
|
| 645 |
+
# byminute
|
| 646 |
+
if byminute is None:
|
| 647 |
+
if freq < MINUTELY:
|
| 648 |
+
self._byminute = {dtstart.minute}
|
| 649 |
+
else:
|
| 650 |
+
self._byminute = None
|
| 651 |
+
else:
|
| 652 |
+
if isinstance(byminute, integer_types):
|
| 653 |
+
byminute = (byminute,)
|
| 654 |
+
|
| 655 |
+
if freq == MINUTELY:
|
| 656 |
+
self._byminute = self.__construct_byset(start=dtstart.minute,
|
| 657 |
+
byxxx=byminute,
|
| 658 |
+
base=60)
|
| 659 |
+
else:
|
| 660 |
+
self._byminute = set(byminute)
|
| 661 |
+
|
| 662 |
+
self._byminute = tuple(sorted(self._byminute))
|
| 663 |
+
self._original_rule['byminute'] = self._byminute
|
| 664 |
+
|
| 665 |
+
# bysecond
|
| 666 |
+
if bysecond is None:
|
| 667 |
+
if freq < SECONDLY:
|
| 668 |
+
self._bysecond = ((dtstart.second,))
|
| 669 |
+
else:
|
| 670 |
+
self._bysecond = None
|
| 671 |
+
else:
|
| 672 |
+
if isinstance(bysecond, integer_types):
|
| 673 |
+
bysecond = (bysecond,)
|
| 674 |
+
|
| 675 |
+
self._bysecond = set(bysecond)
|
| 676 |
+
|
| 677 |
+
if freq == SECONDLY:
|
| 678 |
+
self._bysecond = self.__construct_byset(start=dtstart.second,
|
| 679 |
+
byxxx=bysecond,
|
| 680 |
+
base=60)
|
| 681 |
+
else:
|
| 682 |
+
self._bysecond = set(bysecond)
|
| 683 |
+
|
| 684 |
+
self._bysecond = tuple(sorted(self._bysecond))
|
| 685 |
+
self._original_rule['bysecond'] = self._bysecond
|
| 686 |
+
|
| 687 |
+
if self._freq >= HOURLY:
|
| 688 |
+
self._timeset = None
|
| 689 |
+
else:
|
| 690 |
+
self._timeset = []
|
| 691 |
+
for hour in self._byhour:
|
| 692 |
+
for minute in self._byminute:
|
| 693 |
+
for second in self._bysecond:
|
| 694 |
+
self._timeset.append(
|
| 695 |
+
datetime.time(hour, minute, second,
|
| 696 |
+
tzinfo=self._tzinfo))
|
| 697 |
+
self._timeset.sort()
|
| 698 |
+
self._timeset = tuple(self._timeset)
|
| 699 |
+
|
| 700 |
+
def __str__(self):
|
| 701 |
+
"""
|
| 702 |
+
Output a string that would generate this RRULE if passed to rrulestr.
|
| 703 |
+
This is mostly compatible with RFC5545, except for the
|
| 704 |
+
dateutil-specific extension BYEASTER.
|
| 705 |
+
"""
|
| 706 |
+
|
| 707 |
+
output = []
|
| 708 |
+
h, m, s = [None] * 3
|
| 709 |
+
if self._dtstart:
|
| 710 |
+
output.append(self._dtstart.strftime('DTSTART:%Y%m%dT%H%M%S'))
|
| 711 |
+
h, m, s = self._dtstart.timetuple()[3:6]
|
| 712 |
+
|
| 713 |
+
parts = ['FREQ=' + FREQNAMES[self._freq]]
|
| 714 |
+
if self._interval != 1:
|
| 715 |
+
parts.append('INTERVAL=' + str(self._interval))
|
| 716 |
+
|
| 717 |
+
if self._wkst:
|
| 718 |
+
parts.append('WKST=' + repr(weekday(self._wkst))[0:2])
|
| 719 |
+
|
| 720 |
+
if self._count is not None:
|
| 721 |
+
parts.append('COUNT=' + str(self._count))
|
| 722 |
+
|
| 723 |
+
if self._until:
|
| 724 |
+
parts.append(self._until.strftime('UNTIL=%Y%m%dT%H%M%S'))
|
| 725 |
+
|
| 726 |
+
if self._original_rule.get('byweekday') is not None:
|
| 727 |
+
# The str() method on weekday objects doesn't generate
|
| 728 |
+
# RFC5545-compliant strings, so we should modify that.
|
| 729 |
+
original_rule = dict(self._original_rule)
|
| 730 |
+
wday_strings = []
|
| 731 |
+
for wday in original_rule['byweekday']:
|
| 732 |
+
if wday.n:
|
| 733 |
+
wday_strings.append('{n:+d}{wday}'.format(
|
| 734 |
+
n=wday.n,
|
| 735 |
+
wday=repr(wday)[0:2]))
|
| 736 |
+
else:
|
| 737 |
+
wday_strings.append(repr(wday))
|
| 738 |
+
|
| 739 |
+
original_rule['byweekday'] = wday_strings
|
| 740 |
+
else:
|
| 741 |
+
original_rule = self._original_rule
|
| 742 |
+
|
| 743 |
+
partfmt = '{name}={vals}'
|
| 744 |
+
for name, key in [('BYSETPOS', 'bysetpos'),
|
| 745 |
+
('BYMONTH', 'bymonth'),
|
| 746 |
+
('BYMONTHDAY', 'bymonthday'),
|
| 747 |
+
('BYYEARDAY', 'byyearday'),
|
| 748 |
+
('BYWEEKNO', 'byweekno'),
|
| 749 |
+
('BYDAY', 'byweekday'),
|
| 750 |
+
('BYHOUR', 'byhour'),
|
| 751 |
+
('BYMINUTE', 'byminute'),
|
| 752 |
+
('BYSECOND', 'bysecond'),
|
| 753 |
+
('BYEASTER', 'byeaster')]:
|
| 754 |
+
value = original_rule.get(key)
|
| 755 |
+
if value:
|
| 756 |
+
parts.append(partfmt.format(name=name, vals=(','.join(str(v)
|
| 757 |
+
for v in value))))
|
| 758 |
+
|
| 759 |
+
output.append('RRULE:' + ';'.join(parts))
|
| 760 |
+
return '\n'.join(output)
|
| 761 |
+
|
| 762 |
+
def replace(self, **kwargs):
|
| 763 |
+
"""Return new rrule with same attributes except for those attributes given new
|
| 764 |
+
values by whichever keyword arguments are specified."""
|
| 765 |
+
new_kwargs = {"interval": self._interval,
|
| 766 |
+
"count": self._count,
|
| 767 |
+
"dtstart": self._dtstart,
|
| 768 |
+
"freq": self._freq,
|
| 769 |
+
"until": self._until,
|
| 770 |
+
"wkst": self._wkst,
|
| 771 |
+
"cache": False if self._cache is None else True }
|
| 772 |
+
new_kwargs.update(self._original_rule)
|
| 773 |
+
new_kwargs.update(kwargs)
|
| 774 |
+
return rrule(**new_kwargs)
|
| 775 |
+
|
| 776 |
+
def _iter(self):
|
| 777 |
+
year, month, day, hour, minute, second, weekday, yearday, _ = \
|
| 778 |
+
self._dtstart.timetuple()
|
| 779 |
+
|
| 780 |
+
# Some local variables to speed things up a bit
|
| 781 |
+
freq = self._freq
|
| 782 |
+
interval = self._interval
|
| 783 |
+
wkst = self._wkst
|
| 784 |
+
until = self._until
|
| 785 |
+
bymonth = self._bymonth
|
| 786 |
+
byweekno = self._byweekno
|
| 787 |
+
byyearday = self._byyearday
|
| 788 |
+
byweekday = self._byweekday
|
| 789 |
+
byeaster = self._byeaster
|
| 790 |
+
bymonthday = self._bymonthday
|
| 791 |
+
bynmonthday = self._bynmonthday
|
| 792 |
+
bysetpos = self._bysetpos
|
| 793 |
+
byhour = self._byhour
|
| 794 |
+
byminute = self._byminute
|
| 795 |
+
bysecond = self._bysecond
|
| 796 |
+
|
| 797 |
+
ii = _iterinfo(self)
|
| 798 |
+
ii.rebuild(year, month)
|
| 799 |
+
|
| 800 |
+
getdayset = {YEARLY: ii.ydayset,
|
| 801 |
+
MONTHLY: ii.mdayset,
|
| 802 |
+
WEEKLY: ii.wdayset,
|
| 803 |
+
DAILY: ii.ddayset,
|
| 804 |
+
HOURLY: ii.ddayset,
|
| 805 |
+
MINUTELY: ii.ddayset,
|
| 806 |
+
SECONDLY: ii.ddayset}[freq]
|
| 807 |
+
|
| 808 |
+
if freq < HOURLY:
|
| 809 |
+
timeset = self._timeset
|
| 810 |
+
else:
|
| 811 |
+
gettimeset = {HOURLY: ii.htimeset,
|
| 812 |
+
MINUTELY: ii.mtimeset,
|
| 813 |
+
SECONDLY: ii.stimeset}[freq]
|
| 814 |
+
if ((freq >= HOURLY and
|
| 815 |
+
self._byhour and hour not in self._byhour) or
|
| 816 |
+
(freq >= MINUTELY and
|
| 817 |
+
self._byminute and minute not in self._byminute) or
|
| 818 |
+
(freq >= SECONDLY and
|
| 819 |
+
self._bysecond and second not in self._bysecond)):
|
| 820 |
+
timeset = ()
|
| 821 |
+
else:
|
| 822 |
+
timeset = gettimeset(hour, minute, second)
|
| 823 |
+
|
| 824 |
+
total = 0
|
| 825 |
+
count = self._count
|
| 826 |
+
while True:
|
| 827 |
+
# Get dayset with the right frequency
|
| 828 |
+
dayset, start, end = getdayset(year, month, day)
|
| 829 |
+
|
| 830 |
+
# Do the "hard" work ;-)
|
| 831 |
+
filtered = False
|
| 832 |
+
for i in dayset[start:end]:
|
| 833 |
+
if ((bymonth and ii.mmask[i] not in bymonth) or
|
| 834 |
+
(byweekno and not ii.wnomask[i]) or
|
| 835 |
+
(byweekday and ii.wdaymask[i] not in byweekday) or
|
| 836 |
+
(ii.nwdaymask and not ii.nwdaymask[i]) or
|
| 837 |
+
(byeaster and not ii.eastermask[i]) or
|
| 838 |
+
((bymonthday or bynmonthday) and
|
| 839 |
+
ii.mdaymask[i] not in bymonthday and
|
| 840 |
+
ii.nmdaymask[i] not in bynmonthday) or
|
| 841 |
+
(byyearday and
|
| 842 |
+
((i < ii.yearlen and i+1 not in byyearday and
|
| 843 |
+
-ii.yearlen+i not in byyearday) or
|
| 844 |
+
(i >= ii.yearlen and i+1-ii.yearlen not in byyearday and
|
| 845 |
+
-ii.nextyearlen+i-ii.yearlen not in byyearday)))):
|
| 846 |
+
dayset[i] = None
|
| 847 |
+
filtered = True
|
| 848 |
+
|
| 849 |
+
# Output results
|
| 850 |
+
if bysetpos and timeset:
|
| 851 |
+
poslist = []
|
| 852 |
+
for pos in bysetpos:
|
| 853 |
+
if pos < 0:
|
| 854 |
+
daypos, timepos = divmod(pos, len(timeset))
|
| 855 |
+
else:
|
| 856 |
+
daypos, timepos = divmod(pos-1, len(timeset))
|
| 857 |
+
try:
|
| 858 |
+
i = [x for x in dayset[start:end]
|
| 859 |
+
if x is not None][daypos]
|
| 860 |
+
time = timeset[timepos]
|
| 861 |
+
except IndexError:
|
| 862 |
+
pass
|
| 863 |
+
else:
|
| 864 |
+
date = datetime.date.fromordinal(ii.yearordinal+i)
|
| 865 |
+
res = datetime.datetime.combine(date, time)
|
| 866 |
+
if res not in poslist:
|
| 867 |
+
poslist.append(res)
|
| 868 |
+
poslist.sort()
|
| 869 |
+
for res in poslist:
|
| 870 |
+
if until and res > until:
|
| 871 |
+
self._len = total
|
| 872 |
+
return
|
| 873 |
+
elif res >= self._dtstart:
|
| 874 |
+
if count is not None:
|
| 875 |
+
count -= 1
|
| 876 |
+
if count < 0:
|
| 877 |
+
self._len = total
|
| 878 |
+
return
|
| 879 |
+
total += 1
|
| 880 |
+
yield res
|
| 881 |
+
else:
|
| 882 |
+
for i in dayset[start:end]:
|
| 883 |
+
if i is not None:
|
| 884 |
+
date = datetime.date.fromordinal(ii.yearordinal + i)
|
| 885 |
+
for time in timeset:
|
| 886 |
+
res = datetime.datetime.combine(date, time)
|
| 887 |
+
if until and res > until:
|
| 888 |
+
self._len = total
|
| 889 |
+
return
|
| 890 |
+
elif res >= self._dtstart:
|
| 891 |
+
if count is not None:
|
| 892 |
+
count -= 1
|
| 893 |
+
if count < 0:
|
| 894 |
+
self._len = total
|
| 895 |
+
return
|
| 896 |
+
|
| 897 |
+
total += 1
|
| 898 |
+
yield res
|
| 899 |
+
|
| 900 |
+
# Handle frequency and interval
|
| 901 |
+
fixday = False
|
| 902 |
+
if freq == YEARLY:
|
| 903 |
+
year += interval
|
| 904 |
+
if year > datetime.MAXYEAR:
|
| 905 |
+
self._len = total
|
| 906 |
+
return
|
| 907 |
+
ii.rebuild(year, month)
|
| 908 |
+
elif freq == MONTHLY:
|
| 909 |
+
month += interval
|
| 910 |
+
if month > 12:
|
| 911 |
+
div, mod = divmod(month, 12)
|
| 912 |
+
month = mod
|
| 913 |
+
year += div
|
| 914 |
+
if month == 0:
|
| 915 |
+
month = 12
|
| 916 |
+
year -= 1
|
| 917 |
+
if year > datetime.MAXYEAR:
|
| 918 |
+
self._len = total
|
| 919 |
+
return
|
| 920 |
+
ii.rebuild(year, month)
|
| 921 |
+
elif freq == WEEKLY:
|
| 922 |
+
if wkst > weekday:
|
| 923 |
+
day += -(weekday+1+(6-wkst))+self._interval*7
|
| 924 |
+
else:
|
| 925 |
+
day += -(weekday-wkst)+self._interval*7
|
| 926 |
+
weekday = wkst
|
| 927 |
+
fixday = True
|
| 928 |
+
elif freq == DAILY:
|
| 929 |
+
day += interval
|
| 930 |
+
fixday = True
|
| 931 |
+
elif freq == HOURLY:
|
| 932 |
+
if filtered:
|
| 933 |
+
# Jump to one iteration before next day
|
| 934 |
+
hour += ((23-hour)//interval)*interval
|
| 935 |
+
|
| 936 |
+
if byhour:
|
| 937 |
+
ndays, hour = self.__mod_distance(value=hour,
|
| 938 |
+
byxxx=self._byhour,
|
| 939 |
+
base=24)
|
| 940 |
+
else:
|
| 941 |
+
ndays, hour = divmod(hour+interval, 24)
|
| 942 |
+
|
| 943 |
+
if ndays:
|
| 944 |
+
day += ndays
|
| 945 |
+
fixday = True
|
| 946 |
+
|
| 947 |
+
timeset = gettimeset(hour, minute, second)
|
| 948 |
+
elif freq == MINUTELY:
|
| 949 |
+
if filtered:
|
| 950 |
+
# Jump to one iteration before next day
|
| 951 |
+
minute += ((1439-(hour*60+minute))//interval)*interval
|
| 952 |
+
|
| 953 |
+
valid = False
|
| 954 |
+
rep_rate = (24*60)
|
| 955 |
+
for j in range(rep_rate // gcd(interval, rep_rate)):
|
| 956 |
+
if byminute:
|
| 957 |
+
nhours, minute = \
|
| 958 |
+
self.__mod_distance(value=minute,
|
| 959 |
+
byxxx=self._byminute,
|
| 960 |
+
base=60)
|
| 961 |
+
else:
|
| 962 |
+
nhours, minute = divmod(minute+interval, 60)
|
| 963 |
+
|
| 964 |
+
div, hour = divmod(hour+nhours, 24)
|
| 965 |
+
if div:
|
| 966 |
+
day += div
|
| 967 |
+
fixday = True
|
| 968 |
+
filtered = False
|
| 969 |
+
|
| 970 |
+
if not byhour or hour in byhour:
|
| 971 |
+
valid = True
|
| 972 |
+
break
|
| 973 |
+
|
| 974 |
+
if not valid:
|
| 975 |
+
raise ValueError('Invalid combination of interval and ' +
|
| 976 |
+
'byhour resulting in empty rule.')
|
| 977 |
+
|
| 978 |
+
timeset = gettimeset(hour, minute, second)
|
| 979 |
+
elif freq == SECONDLY:
|
| 980 |
+
if filtered:
|
| 981 |
+
# Jump to one iteration before next day
|
| 982 |
+
second += (((86399 - (hour * 3600 + minute * 60 + second))
|
| 983 |
+
// interval) * interval)
|
| 984 |
+
|
| 985 |
+
rep_rate = (24 * 3600)
|
| 986 |
+
valid = False
|
| 987 |
+
for j in range(0, rep_rate // gcd(interval, rep_rate)):
|
| 988 |
+
if bysecond:
|
| 989 |
+
nminutes, second = \
|
| 990 |
+
self.__mod_distance(value=second,
|
| 991 |
+
byxxx=self._bysecond,
|
| 992 |
+
base=60)
|
| 993 |
+
else:
|
| 994 |
+
nminutes, second = divmod(second+interval, 60)
|
| 995 |
+
|
| 996 |
+
div, minute = divmod(minute+nminutes, 60)
|
| 997 |
+
if div:
|
| 998 |
+
hour += div
|
| 999 |
+
div, hour = divmod(hour, 24)
|
| 1000 |
+
if div:
|
| 1001 |
+
day += div
|
| 1002 |
+
fixday = True
|
| 1003 |
+
|
| 1004 |
+
if ((not byhour or hour in byhour) and
|
| 1005 |
+
(not byminute or minute in byminute) and
|
| 1006 |
+
(not bysecond or second in bysecond)):
|
| 1007 |
+
valid = True
|
| 1008 |
+
break
|
| 1009 |
+
|
| 1010 |
+
if not valid:
|
| 1011 |
+
raise ValueError('Invalid combination of interval, ' +
|
| 1012 |
+
'byhour and byminute resulting in empty' +
|
| 1013 |
+
' rule.')
|
| 1014 |
+
|
| 1015 |
+
timeset = gettimeset(hour, minute, second)
|
| 1016 |
+
|
| 1017 |
+
if fixday and day > 28:
|
| 1018 |
+
daysinmonth = calendar.monthrange(year, month)[1]
|
| 1019 |
+
if day > daysinmonth:
|
| 1020 |
+
while day > daysinmonth:
|
| 1021 |
+
day -= daysinmonth
|
| 1022 |
+
month += 1
|
| 1023 |
+
if month == 13:
|
| 1024 |
+
month = 1
|
| 1025 |
+
year += 1
|
| 1026 |
+
if year > datetime.MAXYEAR:
|
| 1027 |
+
self._len = total
|
| 1028 |
+
return
|
| 1029 |
+
daysinmonth = calendar.monthrange(year, month)[1]
|
| 1030 |
+
ii.rebuild(year, month)
|
| 1031 |
+
|
| 1032 |
+
def __construct_byset(self, start, byxxx, base):
|
| 1033 |
+
"""
|
| 1034 |
+
If a `BYXXX` sequence is passed to the constructor at the same level as
|
| 1035 |
+
`FREQ` (e.g. `FREQ=HOURLY,BYHOUR={2,4,7},INTERVAL=3`), there are some
|
| 1036 |
+
specifications which cannot be reached given some starting conditions.
|
| 1037 |
+
|
| 1038 |
+
This occurs whenever the interval is not coprime with the base of a
|
| 1039 |
+
given unit and the difference between the starting position and the
|
| 1040 |
+
ending position is not coprime with the greatest common denominator
|
| 1041 |
+
between the interval and the base. For example, with a FREQ of hourly
|
| 1042 |
+
starting at 17:00 and an interval of 4, the only valid values for
|
| 1043 |
+
BYHOUR would be {21, 1, 5, 9, 13, 17}, because 4 and 24 are not
|
| 1044 |
+
coprime.
|
| 1045 |
+
|
| 1046 |
+
:param start:
|
| 1047 |
+
Specifies the starting position.
|
| 1048 |
+
:param byxxx:
|
| 1049 |
+
An iterable containing the list of allowed values.
|
| 1050 |
+
:param base:
|
| 1051 |
+
The largest allowable value for the specified frequency (e.g.
|
| 1052 |
+
24 hours, 60 minutes).
|
| 1053 |
+
|
| 1054 |
+
This does not preserve the type of the iterable, returning a set, since
|
| 1055 |
+
the values should be unique and the order is irrelevant, this will
|
| 1056 |
+
speed up later lookups.
|
| 1057 |
+
|
| 1058 |
+
In the event of an empty set, raises a :exception:`ValueError`, as this
|
| 1059 |
+
results in an empty rrule.
|
| 1060 |
+
"""
|
| 1061 |
+
|
| 1062 |
+
cset = set()
|
| 1063 |
+
|
| 1064 |
+
# Support a single byxxx value.
|
| 1065 |
+
if isinstance(byxxx, integer_types):
|
| 1066 |
+
byxxx = (byxxx, )
|
| 1067 |
+
|
| 1068 |
+
for num in byxxx:
|
| 1069 |
+
i_gcd = gcd(self._interval, base)
|
| 1070 |
+
# Use divmod rather than % because we need to wrap negative nums.
|
| 1071 |
+
if i_gcd == 1 or divmod(num - start, i_gcd)[1] == 0:
|
| 1072 |
+
cset.add(num)
|
| 1073 |
+
|
| 1074 |
+
if len(cset) == 0:
|
| 1075 |
+
raise ValueError("Invalid rrule byxxx generates an empty set.")
|
| 1076 |
+
|
| 1077 |
+
return cset
|
| 1078 |
+
|
| 1079 |
+
def __mod_distance(self, value, byxxx, base):
|
| 1080 |
+
"""
|
| 1081 |
+
Calculates the next value in a sequence where the `FREQ` parameter is
|
| 1082 |
+
specified along with a `BYXXX` parameter at the same "level"
|
| 1083 |
+
(e.g. `HOURLY` specified with `BYHOUR`).
|
| 1084 |
+
|
| 1085 |
+
:param value:
|
| 1086 |
+
The old value of the component.
|
| 1087 |
+
:param byxxx:
|
| 1088 |
+
The `BYXXX` set, which should have been generated by
|
| 1089 |
+
`rrule._construct_byset`, or something else which checks that a
|
| 1090 |
+
valid rule is present.
|
| 1091 |
+
:param base:
|
| 1092 |
+
The largest allowable value for the specified frequency (e.g.
|
| 1093 |
+
24 hours, 60 minutes).
|
| 1094 |
+
|
| 1095 |
+
If a valid value is not found after `base` iterations (the maximum
|
| 1096 |
+
number before the sequence would start to repeat), this raises a
|
| 1097 |
+
:exception:`ValueError`, as no valid values were found.
|
| 1098 |
+
|
| 1099 |
+
This returns a tuple of `divmod(n*interval, base)`, where `n` is the
|
| 1100 |
+
smallest number of `interval` repetitions until the next specified
|
| 1101 |
+
value in `byxxx` is found.
|
| 1102 |
+
"""
|
| 1103 |
+
accumulator = 0
|
| 1104 |
+
for ii in range(1, base + 1):
|
| 1105 |
+
# Using divmod() over % to account for negative intervals
|
| 1106 |
+
div, value = divmod(value + self._interval, base)
|
| 1107 |
+
accumulator += div
|
| 1108 |
+
if value in byxxx:
|
| 1109 |
+
return (accumulator, value)
|
| 1110 |
+
|
| 1111 |
+
|
| 1112 |
+
class _iterinfo(object):
|
| 1113 |
+
__slots__ = ["rrule", "lastyear", "lastmonth",
|
| 1114 |
+
"yearlen", "nextyearlen", "yearordinal", "yearweekday",
|
| 1115 |
+
"mmask", "mrange", "mdaymask", "nmdaymask",
|
| 1116 |
+
"wdaymask", "wnomask", "nwdaymask", "eastermask"]
|
| 1117 |
+
|
| 1118 |
+
def __init__(self, rrule):
|
| 1119 |
+
for attr in self.__slots__:
|
| 1120 |
+
setattr(self, attr, None)
|
| 1121 |
+
self.rrule = rrule
|
| 1122 |
+
|
| 1123 |
+
def rebuild(self, year, month):
|
| 1124 |
+
# Every mask is 7 days longer to handle cross-year weekly periods.
|
| 1125 |
+
rr = self.rrule
|
| 1126 |
+
if year != self.lastyear:
|
| 1127 |
+
self.yearlen = 365 + calendar.isleap(year)
|
| 1128 |
+
self.nextyearlen = 365 + calendar.isleap(year + 1)
|
| 1129 |
+
firstyday = datetime.date(year, 1, 1)
|
| 1130 |
+
self.yearordinal = firstyday.toordinal()
|
| 1131 |
+
self.yearweekday = firstyday.weekday()
|
| 1132 |
+
|
| 1133 |
+
wday = datetime.date(year, 1, 1).weekday()
|
| 1134 |
+
if self.yearlen == 365:
|
| 1135 |
+
self.mmask = M365MASK
|
| 1136 |
+
self.mdaymask = MDAY365MASK
|
| 1137 |
+
self.nmdaymask = NMDAY365MASK
|
| 1138 |
+
self.wdaymask = WDAYMASK[wday:]
|
| 1139 |
+
self.mrange = M365RANGE
|
| 1140 |
+
else:
|
| 1141 |
+
self.mmask = M366MASK
|
| 1142 |
+
self.mdaymask = MDAY366MASK
|
| 1143 |
+
self.nmdaymask = NMDAY366MASK
|
| 1144 |
+
self.wdaymask = WDAYMASK[wday:]
|
| 1145 |
+
self.mrange = M366RANGE
|
| 1146 |
+
|
| 1147 |
+
if not rr._byweekno:
|
| 1148 |
+
self.wnomask = None
|
| 1149 |
+
else:
|
| 1150 |
+
self.wnomask = [0]*(self.yearlen+7)
|
| 1151 |
+
# no1wkst = firstwkst = self.wdaymask.index(rr._wkst)
|
| 1152 |
+
no1wkst = firstwkst = (7-self.yearweekday+rr._wkst) % 7
|
| 1153 |
+
if no1wkst >= 4:
|
| 1154 |
+
no1wkst = 0
|
| 1155 |
+
# Number of days in the year, plus the days we got
|
| 1156 |
+
# from last year.
|
| 1157 |
+
wyearlen = self.yearlen+(self.yearweekday-rr._wkst) % 7
|
| 1158 |
+
else:
|
| 1159 |
+
# Number of days in the year, minus the days we
|
| 1160 |
+
# left in last year.
|
| 1161 |
+
wyearlen = self.yearlen-no1wkst
|
| 1162 |
+
div, mod = divmod(wyearlen, 7)
|
| 1163 |
+
numweeks = div+mod//4
|
| 1164 |
+
for n in rr._byweekno:
|
| 1165 |
+
if n < 0:
|
| 1166 |
+
n += numweeks+1
|
| 1167 |
+
if not (0 < n <= numweeks):
|
| 1168 |
+
continue
|
| 1169 |
+
if n > 1:
|
| 1170 |
+
i = no1wkst+(n-1)*7
|
| 1171 |
+
if no1wkst != firstwkst:
|
| 1172 |
+
i -= 7-firstwkst
|
| 1173 |
+
else:
|
| 1174 |
+
i = no1wkst
|
| 1175 |
+
for j in range(7):
|
| 1176 |
+
self.wnomask[i] = 1
|
| 1177 |
+
i += 1
|
| 1178 |
+
if self.wdaymask[i] == rr._wkst:
|
| 1179 |
+
break
|
| 1180 |
+
if 1 in rr._byweekno:
|
| 1181 |
+
# Check week number 1 of next year as well
|
| 1182 |
+
# TODO: Check -numweeks for next year.
|
| 1183 |
+
i = no1wkst+numweeks*7
|
| 1184 |
+
if no1wkst != firstwkst:
|
| 1185 |
+
i -= 7-firstwkst
|
| 1186 |
+
if i < self.yearlen:
|
| 1187 |
+
# If week starts in next year, we
|
| 1188 |
+
# don't care about it.
|
| 1189 |
+
for j in range(7):
|
| 1190 |
+
self.wnomask[i] = 1
|
| 1191 |
+
i += 1
|
| 1192 |
+
if self.wdaymask[i] == rr._wkst:
|
| 1193 |
+
break
|
| 1194 |
+
if no1wkst:
|
| 1195 |
+
# Check last week number of last year as
|
| 1196 |
+
# well. If no1wkst is 0, either the year
|
| 1197 |
+
# started on week start, or week number 1
|
| 1198 |
+
# got days from last year, so there are no
|
| 1199 |
+
# days from last year's last week number in
|
| 1200 |
+
# this year.
|
| 1201 |
+
if -1 not in rr._byweekno:
|
| 1202 |
+
lyearweekday = datetime.date(year-1, 1, 1).weekday()
|
| 1203 |
+
lno1wkst = (7-lyearweekday+rr._wkst) % 7
|
| 1204 |
+
lyearlen = 365+calendar.isleap(year-1)
|
| 1205 |
+
if lno1wkst >= 4:
|
| 1206 |
+
lno1wkst = 0
|
| 1207 |
+
lnumweeks = 52+(lyearlen +
|
| 1208 |
+
(lyearweekday-rr._wkst) % 7) % 7//4
|
| 1209 |
+
else:
|
| 1210 |
+
lnumweeks = 52+(self.yearlen-no1wkst) % 7//4
|
| 1211 |
+
else:
|
| 1212 |
+
lnumweeks = -1
|
| 1213 |
+
if lnumweeks in rr._byweekno:
|
| 1214 |
+
for i in range(no1wkst):
|
| 1215 |
+
self.wnomask[i] = 1
|
| 1216 |
+
|
| 1217 |
+
if (rr._bynweekday and (month != self.lastmonth or
|
| 1218 |
+
year != self.lastyear)):
|
| 1219 |
+
ranges = []
|
| 1220 |
+
if rr._freq == YEARLY:
|
| 1221 |
+
if rr._bymonth:
|
| 1222 |
+
for month in rr._bymonth:
|
| 1223 |
+
ranges.append(self.mrange[month-1:month+1])
|
| 1224 |
+
else:
|
| 1225 |
+
ranges = [(0, self.yearlen)]
|
| 1226 |
+
elif rr._freq == MONTHLY:
|
| 1227 |
+
ranges = [self.mrange[month-1:month+1]]
|
| 1228 |
+
if ranges:
|
| 1229 |
+
# Weekly frequency won't get here, so we may not
|
| 1230 |
+
# care about cross-year weekly periods.
|
| 1231 |
+
self.nwdaymask = [0]*self.yearlen
|
| 1232 |
+
for first, last in ranges:
|
| 1233 |
+
last -= 1
|
| 1234 |
+
for wday, n in rr._bynweekday:
|
| 1235 |
+
if n < 0:
|
| 1236 |
+
i = last+(n+1)*7
|
| 1237 |
+
i -= (self.wdaymask[i]-wday) % 7
|
| 1238 |
+
else:
|
| 1239 |
+
i = first+(n-1)*7
|
| 1240 |
+
i += (7-self.wdaymask[i]+wday) % 7
|
| 1241 |
+
if first <= i <= last:
|
| 1242 |
+
self.nwdaymask[i] = 1
|
| 1243 |
+
|
| 1244 |
+
if rr._byeaster:
|
| 1245 |
+
self.eastermask = [0]*(self.yearlen+7)
|
| 1246 |
+
eyday = easter.easter(year).toordinal()-self.yearordinal
|
| 1247 |
+
for offset in rr._byeaster:
|
| 1248 |
+
self.eastermask[eyday+offset] = 1
|
| 1249 |
+
|
| 1250 |
+
self.lastyear = year
|
| 1251 |
+
self.lastmonth = month
|
| 1252 |
+
|
| 1253 |
+
def ydayset(self, year, month, day):
|
| 1254 |
+
return list(range(self.yearlen)), 0, self.yearlen
|
| 1255 |
+
|
| 1256 |
+
def mdayset(self, year, month, day):
|
| 1257 |
+
dset = [None]*self.yearlen
|
| 1258 |
+
start, end = self.mrange[month-1:month+1]
|
| 1259 |
+
for i in range(start, end):
|
| 1260 |
+
dset[i] = i
|
| 1261 |
+
return dset, start, end
|
| 1262 |
+
|
| 1263 |
+
def wdayset(self, year, month, day):
|
| 1264 |
+
# We need to handle cross-year weeks here.
|
| 1265 |
+
dset = [None]*(self.yearlen+7)
|
| 1266 |
+
i = datetime.date(year, month, day).toordinal()-self.yearordinal
|
| 1267 |
+
start = i
|
| 1268 |
+
for j in range(7):
|
| 1269 |
+
dset[i] = i
|
| 1270 |
+
i += 1
|
| 1271 |
+
# if (not (0 <= i < self.yearlen) or
|
| 1272 |
+
# self.wdaymask[i] == self.rrule._wkst):
|
| 1273 |
+
# This will cross the year boundary, if necessary.
|
| 1274 |
+
if self.wdaymask[i] == self.rrule._wkst:
|
| 1275 |
+
break
|
| 1276 |
+
return dset, start, i
|
| 1277 |
+
|
| 1278 |
+
def ddayset(self, year, month, day):
|
| 1279 |
+
dset = [None] * self.yearlen
|
| 1280 |
+
i = datetime.date(year, month, day).toordinal() - self.yearordinal
|
| 1281 |
+
dset[i] = i
|
| 1282 |
+
return dset, i, i + 1
|
| 1283 |
+
|
| 1284 |
+
def htimeset(self, hour, minute, second):
|
| 1285 |
+
tset = []
|
| 1286 |
+
rr = self.rrule
|
| 1287 |
+
for minute in rr._byminute:
|
| 1288 |
+
for second in rr._bysecond:
|
| 1289 |
+
tset.append(datetime.time(hour, minute, second,
|
| 1290 |
+
tzinfo=rr._tzinfo))
|
| 1291 |
+
tset.sort()
|
| 1292 |
+
return tset
|
| 1293 |
+
|
| 1294 |
+
def mtimeset(self, hour, minute, second):
|
| 1295 |
+
tset = []
|
| 1296 |
+
rr = self.rrule
|
| 1297 |
+
for second in rr._bysecond:
|
| 1298 |
+
tset.append(datetime.time(hour, minute, second, tzinfo=rr._tzinfo))
|
| 1299 |
+
tset.sort()
|
| 1300 |
+
return tset
|
| 1301 |
+
|
| 1302 |
+
def stimeset(self, hour, minute, second):
|
| 1303 |
+
return (datetime.time(hour, minute, second,
|
| 1304 |
+
tzinfo=self.rrule._tzinfo),)
|
| 1305 |
+
|
| 1306 |
+
|
| 1307 |
+
class rruleset(rrulebase):
|
| 1308 |
+
""" The rruleset type allows more complex recurrence setups, mixing
|
| 1309 |
+
multiple rules, dates, exclusion rules, and exclusion dates. The type
|
| 1310 |
+
constructor takes the following keyword arguments:
|
| 1311 |
+
|
| 1312 |
+
:param cache: If True, caching of results will be enabled, improving
|
| 1313 |
+
performance of multiple queries considerably. """
|
| 1314 |
+
|
| 1315 |
+
class _genitem(object):
|
| 1316 |
+
def __init__(self, genlist, gen):
|
| 1317 |
+
try:
|
| 1318 |
+
self.dt = advance_iterator(gen)
|
| 1319 |
+
genlist.append(self)
|
| 1320 |
+
except StopIteration:
|
| 1321 |
+
pass
|
| 1322 |
+
self.genlist = genlist
|
| 1323 |
+
self.gen = gen
|
| 1324 |
+
|
| 1325 |
+
def __next__(self):
|
| 1326 |
+
try:
|
| 1327 |
+
self.dt = advance_iterator(self.gen)
|
| 1328 |
+
except StopIteration:
|
| 1329 |
+
if self.genlist[0] is self:
|
| 1330 |
+
heapq.heappop(self.genlist)
|
| 1331 |
+
else:
|
| 1332 |
+
self.genlist.remove(self)
|
| 1333 |
+
heapq.heapify(self.genlist)
|
| 1334 |
+
|
| 1335 |
+
next = __next__
|
| 1336 |
+
|
| 1337 |
+
def __lt__(self, other):
|
| 1338 |
+
return self.dt < other.dt
|
| 1339 |
+
|
| 1340 |
+
def __gt__(self, other):
|
| 1341 |
+
return self.dt > other.dt
|
| 1342 |
+
|
| 1343 |
+
def __eq__(self, other):
|
| 1344 |
+
return self.dt == other.dt
|
| 1345 |
+
|
| 1346 |
+
def __ne__(self, other):
|
| 1347 |
+
return self.dt != other.dt
|
| 1348 |
+
|
| 1349 |
+
def __init__(self, cache=False):
|
| 1350 |
+
super(rruleset, self).__init__(cache)
|
| 1351 |
+
self._rrule = []
|
| 1352 |
+
self._rdate = []
|
| 1353 |
+
self._exrule = []
|
| 1354 |
+
self._exdate = []
|
| 1355 |
+
|
| 1356 |
+
@_invalidates_cache
|
| 1357 |
+
def rrule(self, rrule):
|
| 1358 |
+
""" Include the given :py:class:`rrule` instance in the recurrence set
|
| 1359 |
+
generation. """
|
| 1360 |
+
self._rrule.append(rrule)
|
| 1361 |
+
|
| 1362 |
+
@_invalidates_cache
|
| 1363 |
+
def rdate(self, rdate):
|
| 1364 |
+
""" Include the given :py:class:`datetime` instance in the recurrence
|
| 1365 |
+
set generation. """
|
| 1366 |
+
self._rdate.append(rdate)
|
| 1367 |
+
|
| 1368 |
+
@_invalidates_cache
|
| 1369 |
+
def exrule(self, exrule):
|
| 1370 |
+
""" Include the given rrule instance in the recurrence set exclusion
|
| 1371 |
+
list. Dates which are part of the given recurrence rules will not
|
| 1372 |
+
be generated, even if some inclusive rrule or rdate matches them.
|
| 1373 |
+
"""
|
| 1374 |
+
self._exrule.append(exrule)
|
| 1375 |
+
|
| 1376 |
+
@_invalidates_cache
|
| 1377 |
+
def exdate(self, exdate):
|
| 1378 |
+
""" Include the given datetime instance in the recurrence set
|
| 1379 |
+
exclusion list. Dates included that way will not be generated,
|
| 1380 |
+
even if some inclusive rrule or rdate matches them. """
|
| 1381 |
+
self._exdate.append(exdate)
|
| 1382 |
+
|
| 1383 |
+
def _iter(self):
|
| 1384 |
+
rlist = []
|
| 1385 |
+
self._rdate.sort()
|
| 1386 |
+
self._genitem(rlist, iter(self._rdate))
|
| 1387 |
+
for gen in [iter(x) for x in self._rrule]:
|
| 1388 |
+
self._genitem(rlist, gen)
|
| 1389 |
+
exlist = []
|
| 1390 |
+
self._exdate.sort()
|
| 1391 |
+
self._genitem(exlist, iter(self._exdate))
|
| 1392 |
+
for gen in [iter(x) for x in self._exrule]:
|
| 1393 |
+
self._genitem(exlist, gen)
|
| 1394 |
+
lastdt = None
|
| 1395 |
+
total = 0
|
| 1396 |
+
heapq.heapify(rlist)
|
| 1397 |
+
heapq.heapify(exlist)
|
| 1398 |
+
while rlist:
|
| 1399 |
+
ritem = rlist[0]
|
| 1400 |
+
if not lastdt or lastdt != ritem.dt:
|
| 1401 |
+
while exlist and exlist[0] < ritem:
|
| 1402 |
+
exitem = exlist[0]
|
| 1403 |
+
advance_iterator(exitem)
|
| 1404 |
+
if exlist and exlist[0] is exitem:
|
| 1405 |
+
heapq.heapreplace(exlist, exitem)
|
| 1406 |
+
if not exlist or ritem != exlist[0]:
|
| 1407 |
+
total += 1
|
| 1408 |
+
yield ritem.dt
|
| 1409 |
+
lastdt = ritem.dt
|
| 1410 |
+
advance_iterator(ritem)
|
| 1411 |
+
if rlist and rlist[0] is ritem:
|
| 1412 |
+
heapq.heapreplace(rlist, ritem)
|
| 1413 |
+
self._len = total
|
| 1414 |
+
|
| 1415 |
+
|
| 1416 |
+
|
| 1417 |
+
|
| 1418 |
+
class _rrulestr(object):
|
| 1419 |
+
""" Parses a string representation of a recurrence rule or set of
|
| 1420 |
+
recurrence rules.
|
| 1421 |
+
|
| 1422 |
+
:param s:
|
| 1423 |
+
Required, a string defining one or more recurrence rules.
|
| 1424 |
+
|
| 1425 |
+
:param dtstart:
|
| 1426 |
+
If given, used as the default recurrence start if not specified in the
|
| 1427 |
+
rule string.
|
| 1428 |
+
|
| 1429 |
+
:param cache:
|
| 1430 |
+
If set ``True`` caching of results will be enabled, improving
|
| 1431 |
+
performance of multiple queries considerably.
|
| 1432 |
+
|
| 1433 |
+
:param unfold:
|
| 1434 |
+
If set ``True`` indicates that a rule string is split over more
|
| 1435 |
+
than one line and should be joined before processing.
|
| 1436 |
+
|
| 1437 |
+
:param forceset:
|
| 1438 |
+
If set ``True`` forces a :class:`dateutil.rrule.rruleset` to
|
| 1439 |
+
be returned.
|
| 1440 |
+
|
| 1441 |
+
:param compatible:
|
| 1442 |
+
If set ``True`` forces ``unfold`` and ``forceset`` to be ``True``.
|
| 1443 |
+
|
| 1444 |
+
:param ignoretz:
|
| 1445 |
+
If set ``True``, time zones in parsed strings are ignored and a naive
|
| 1446 |
+
:class:`datetime.datetime` object is returned.
|
| 1447 |
+
|
| 1448 |
+
:param tzids:
|
| 1449 |
+
If given, a callable or mapping used to retrieve a
|
| 1450 |
+
:class:`datetime.tzinfo` from a string representation.
|
| 1451 |
+
Defaults to :func:`dateutil.tz.gettz`.
|
| 1452 |
+
|
| 1453 |
+
:param tzinfos:
|
| 1454 |
+
Additional time zone names / aliases which may be present in a string
|
| 1455 |
+
representation. See :func:`dateutil.parser.parse` for more
|
| 1456 |
+
information.
|
| 1457 |
+
|
| 1458 |
+
:return:
|
| 1459 |
+
Returns a :class:`dateutil.rrule.rruleset` or
|
| 1460 |
+
:class:`dateutil.rrule.rrule`
|
| 1461 |
+
"""
|
| 1462 |
+
|
| 1463 |
+
_freq_map = {"YEARLY": YEARLY,
|
| 1464 |
+
"MONTHLY": MONTHLY,
|
| 1465 |
+
"WEEKLY": WEEKLY,
|
| 1466 |
+
"DAILY": DAILY,
|
| 1467 |
+
"HOURLY": HOURLY,
|
| 1468 |
+
"MINUTELY": MINUTELY,
|
| 1469 |
+
"SECONDLY": SECONDLY}
|
| 1470 |
+
|
| 1471 |
+
_weekday_map = {"MO": 0, "TU": 1, "WE": 2, "TH": 3,
|
| 1472 |
+
"FR": 4, "SA": 5, "SU": 6}
|
| 1473 |
+
|
| 1474 |
+
def _handle_int(self, rrkwargs, name, value, **kwargs):
|
| 1475 |
+
rrkwargs[name.lower()] = int(value)
|
| 1476 |
+
|
| 1477 |
+
def _handle_int_list(self, rrkwargs, name, value, **kwargs):
|
| 1478 |
+
rrkwargs[name.lower()] = [int(x) for x in value.split(',')]
|
| 1479 |
+
|
| 1480 |
+
_handle_INTERVAL = _handle_int
|
| 1481 |
+
_handle_COUNT = _handle_int
|
| 1482 |
+
_handle_BYSETPOS = _handle_int_list
|
| 1483 |
+
_handle_BYMONTH = _handle_int_list
|
| 1484 |
+
_handle_BYMONTHDAY = _handle_int_list
|
| 1485 |
+
_handle_BYYEARDAY = _handle_int_list
|
| 1486 |
+
_handle_BYEASTER = _handle_int_list
|
| 1487 |
+
_handle_BYWEEKNO = _handle_int_list
|
| 1488 |
+
_handle_BYHOUR = _handle_int_list
|
| 1489 |
+
_handle_BYMINUTE = _handle_int_list
|
| 1490 |
+
_handle_BYSECOND = _handle_int_list
|
| 1491 |
+
|
| 1492 |
+
def _handle_FREQ(self, rrkwargs, name, value, **kwargs):
|
| 1493 |
+
rrkwargs["freq"] = self._freq_map[value]
|
| 1494 |
+
|
| 1495 |
+
def _handle_UNTIL(self, rrkwargs, name, value, **kwargs):
|
| 1496 |
+
global parser
|
| 1497 |
+
if not parser:
|
| 1498 |
+
from dateutil import parser
|
| 1499 |
+
try:
|
| 1500 |
+
rrkwargs["until"] = parser.parse(value,
|
| 1501 |
+
ignoretz=kwargs.get("ignoretz"),
|
| 1502 |
+
tzinfos=kwargs.get("tzinfos"))
|
| 1503 |
+
except ValueError:
|
| 1504 |
+
raise ValueError("invalid until date")
|
| 1505 |
+
|
| 1506 |
+
def _handle_WKST(self, rrkwargs, name, value, **kwargs):
|
| 1507 |
+
rrkwargs["wkst"] = self._weekday_map[value]
|
| 1508 |
+
|
| 1509 |
+
def _handle_BYWEEKDAY(self, rrkwargs, name, value, **kwargs):
|
| 1510 |
+
"""
|
| 1511 |
+
Two ways to specify this: +1MO or MO(+1)
|
| 1512 |
+
"""
|
| 1513 |
+
l = []
|
| 1514 |
+
for wday in value.split(','):
|
| 1515 |
+
if '(' in wday:
|
| 1516 |
+
# If it's of the form TH(+1), etc.
|
| 1517 |
+
splt = wday.split('(')
|
| 1518 |
+
w = splt[0]
|
| 1519 |
+
n = int(splt[1][:-1])
|
| 1520 |
+
elif len(wday):
|
| 1521 |
+
# If it's of the form +1MO
|
| 1522 |
+
for i in range(len(wday)):
|
| 1523 |
+
if wday[i] not in '+-0123456789':
|
| 1524 |
+
break
|
| 1525 |
+
n = wday[:i] or None
|
| 1526 |
+
w = wday[i:]
|
| 1527 |
+
if n:
|
| 1528 |
+
n = int(n)
|
| 1529 |
+
else:
|
| 1530 |
+
raise ValueError("Invalid (empty) BYDAY specification.")
|
| 1531 |
+
|
| 1532 |
+
l.append(weekdays[self._weekday_map[w]](n))
|
| 1533 |
+
rrkwargs["byweekday"] = l
|
| 1534 |
+
|
| 1535 |
+
_handle_BYDAY = _handle_BYWEEKDAY
|
| 1536 |
+
|
| 1537 |
+
def _parse_rfc_rrule(self, line,
|
| 1538 |
+
dtstart=None,
|
| 1539 |
+
cache=False,
|
| 1540 |
+
ignoretz=False,
|
| 1541 |
+
tzinfos=None):
|
| 1542 |
+
if line.find(':') != -1:
|
| 1543 |
+
name, value = line.split(':')
|
| 1544 |
+
if name != "RRULE":
|
| 1545 |
+
raise ValueError("unknown parameter name")
|
| 1546 |
+
else:
|
| 1547 |
+
value = line
|
| 1548 |
+
rrkwargs = {}
|
| 1549 |
+
for pair in value.split(';'):
|
| 1550 |
+
name, value = pair.split('=')
|
| 1551 |
+
name = name.upper()
|
| 1552 |
+
value = value.upper()
|
| 1553 |
+
try:
|
| 1554 |
+
getattr(self, "_handle_"+name)(rrkwargs, name, value,
|
| 1555 |
+
ignoretz=ignoretz,
|
| 1556 |
+
tzinfos=tzinfos)
|
| 1557 |
+
except AttributeError:
|
| 1558 |
+
raise ValueError("unknown parameter '%s'" % name)
|
| 1559 |
+
except (KeyError, ValueError):
|
| 1560 |
+
raise ValueError("invalid '%s': %s" % (name, value))
|
| 1561 |
+
return rrule(dtstart=dtstart, cache=cache, **rrkwargs)
|
| 1562 |
+
|
| 1563 |
+
def _parse_date_value(self, date_value, parms, rule_tzids,
|
| 1564 |
+
ignoretz, tzids, tzinfos):
|
| 1565 |
+
global parser
|
| 1566 |
+
if not parser:
|
| 1567 |
+
from dateutil import parser
|
| 1568 |
+
|
| 1569 |
+
datevals = []
|
| 1570 |
+
value_found = False
|
| 1571 |
+
TZID = None
|
| 1572 |
+
|
| 1573 |
+
for parm in parms:
|
| 1574 |
+
if parm.startswith("TZID="):
|
| 1575 |
+
try:
|
| 1576 |
+
tzkey = rule_tzids[parm.split('TZID=')[-1]]
|
| 1577 |
+
except KeyError:
|
| 1578 |
+
continue
|
| 1579 |
+
if tzids is None:
|
| 1580 |
+
from . import tz
|
| 1581 |
+
tzlookup = tz.gettz
|
| 1582 |
+
elif callable(tzids):
|
| 1583 |
+
tzlookup = tzids
|
| 1584 |
+
else:
|
| 1585 |
+
tzlookup = getattr(tzids, 'get', None)
|
| 1586 |
+
if tzlookup is None:
|
| 1587 |
+
msg = ('tzids must be a callable, mapping, or None, '
|
| 1588 |
+
'not %s' % tzids)
|
| 1589 |
+
raise ValueError(msg)
|
| 1590 |
+
|
| 1591 |
+
TZID = tzlookup(tzkey)
|
| 1592 |
+
continue
|
| 1593 |
+
|
| 1594 |
+
# RFC 5445 3.8.2.4: The VALUE parameter is optional, but may be found
|
| 1595 |
+
# only once.
|
| 1596 |
+
if parm not in {"VALUE=DATE-TIME", "VALUE=DATE"}:
|
| 1597 |
+
raise ValueError("unsupported parm: " + parm)
|
| 1598 |
+
else:
|
| 1599 |
+
if value_found:
|
| 1600 |
+
msg = ("Duplicate value parameter found in: " + parm)
|
| 1601 |
+
raise ValueError(msg)
|
| 1602 |
+
value_found = True
|
| 1603 |
+
|
| 1604 |
+
for datestr in date_value.split(','):
|
| 1605 |
+
date = parser.parse(datestr, ignoretz=ignoretz, tzinfos=tzinfos)
|
| 1606 |
+
if TZID is not None:
|
| 1607 |
+
if date.tzinfo is None:
|
| 1608 |
+
date = date.replace(tzinfo=TZID)
|
| 1609 |
+
else:
|
| 1610 |
+
raise ValueError('DTSTART/EXDATE specifies multiple timezone')
|
| 1611 |
+
datevals.append(date)
|
| 1612 |
+
|
| 1613 |
+
return datevals
|
| 1614 |
+
|
| 1615 |
+
def _parse_rfc(self, s,
|
| 1616 |
+
dtstart=None,
|
| 1617 |
+
cache=False,
|
| 1618 |
+
unfold=False,
|
| 1619 |
+
forceset=False,
|
| 1620 |
+
compatible=False,
|
| 1621 |
+
ignoretz=False,
|
| 1622 |
+
tzids=None,
|
| 1623 |
+
tzinfos=None):
|
| 1624 |
+
global parser
|
| 1625 |
+
if compatible:
|
| 1626 |
+
forceset = True
|
| 1627 |
+
unfold = True
|
| 1628 |
+
|
| 1629 |
+
TZID_NAMES = dict(map(
|
| 1630 |
+
lambda x: (x.upper(), x),
|
| 1631 |
+
re.findall('TZID=(?P<name>[^:]+):', s)
|
| 1632 |
+
))
|
| 1633 |
+
s = s.upper()
|
| 1634 |
+
if not s.strip():
|
| 1635 |
+
raise ValueError("empty string")
|
| 1636 |
+
if unfold:
|
| 1637 |
+
lines = s.splitlines()
|
| 1638 |
+
i = 0
|
| 1639 |
+
while i < len(lines):
|
| 1640 |
+
line = lines[i].rstrip()
|
| 1641 |
+
if not line:
|
| 1642 |
+
del lines[i]
|
| 1643 |
+
elif i > 0 and line[0] == " ":
|
| 1644 |
+
lines[i-1] += line[1:]
|
| 1645 |
+
del lines[i]
|
| 1646 |
+
else:
|
| 1647 |
+
i += 1
|
| 1648 |
+
else:
|
| 1649 |
+
lines = s.split()
|
| 1650 |
+
if (not forceset and len(lines) == 1 and (s.find(':') == -1 or
|
| 1651 |
+
s.startswith('RRULE:'))):
|
| 1652 |
+
return self._parse_rfc_rrule(lines[0], cache=cache,
|
| 1653 |
+
dtstart=dtstart, ignoretz=ignoretz,
|
| 1654 |
+
tzinfos=tzinfos)
|
| 1655 |
+
else:
|
| 1656 |
+
rrulevals = []
|
| 1657 |
+
rdatevals = []
|
| 1658 |
+
exrulevals = []
|
| 1659 |
+
exdatevals = []
|
| 1660 |
+
for line in lines:
|
| 1661 |
+
if not line:
|
| 1662 |
+
continue
|
| 1663 |
+
if line.find(':') == -1:
|
| 1664 |
+
name = "RRULE"
|
| 1665 |
+
value = line
|
| 1666 |
+
else:
|
| 1667 |
+
name, value = line.split(':', 1)
|
| 1668 |
+
parms = name.split(';')
|
| 1669 |
+
if not parms:
|
| 1670 |
+
raise ValueError("empty property name")
|
| 1671 |
+
name = parms[0]
|
| 1672 |
+
parms = parms[1:]
|
| 1673 |
+
if name == "RRULE":
|
| 1674 |
+
for parm in parms:
|
| 1675 |
+
raise ValueError("unsupported RRULE parm: "+parm)
|
| 1676 |
+
rrulevals.append(value)
|
| 1677 |
+
elif name == "RDATE":
|
| 1678 |
+
for parm in parms:
|
| 1679 |
+
if parm != "VALUE=DATE-TIME":
|
| 1680 |
+
raise ValueError("unsupported RDATE parm: "+parm)
|
| 1681 |
+
rdatevals.append(value)
|
| 1682 |
+
elif name == "EXRULE":
|
| 1683 |
+
for parm in parms:
|
| 1684 |
+
raise ValueError("unsupported EXRULE parm: "+parm)
|
| 1685 |
+
exrulevals.append(value)
|
| 1686 |
+
elif name == "EXDATE":
|
| 1687 |
+
exdatevals.extend(
|
| 1688 |
+
self._parse_date_value(value, parms,
|
| 1689 |
+
TZID_NAMES, ignoretz,
|
| 1690 |
+
tzids, tzinfos)
|
| 1691 |
+
)
|
| 1692 |
+
elif name == "DTSTART":
|
| 1693 |
+
dtvals = self._parse_date_value(value, parms, TZID_NAMES,
|
| 1694 |
+
ignoretz, tzids, tzinfos)
|
| 1695 |
+
if len(dtvals) != 1:
|
| 1696 |
+
raise ValueError("Multiple DTSTART values specified:" +
|
| 1697 |
+
value)
|
| 1698 |
+
dtstart = dtvals[0]
|
| 1699 |
+
else:
|
| 1700 |
+
raise ValueError("unsupported property: "+name)
|
| 1701 |
+
if (forceset or len(rrulevals) > 1 or rdatevals
|
| 1702 |
+
or exrulevals or exdatevals):
|
| 1703 |
+
if not parser and (rdatevals or exdatevals):
|
| 1704 |
+
from dateutil import parser
|
| 1705 |
+
rset = rruleset(cache=cache)
|
| 1706 |
+
for value in rrulevals:
|
| 1707 |
+
rset.rrule(self._parse_rfc_rrule(value, dtstart=dtstart,
|
| 1708 |
+
ignoretz=ignoretz,
|
| 1709 |
+
tzinfos=tzinfos))
|
| 1710 |
+
for value in rdatevals:
|
| 1711 |
+
for datestr in value.split(','):
|
| 1712 |
+
rset.rdate(parser.parse(datestr,
|
| 1713 |
+
ignoretz=ignoretz,
|
| 1714 |
+
tzinfos=tzinfos))
|
| 1715 |
+
for value in exrulevals:
|
| 1716 |
+
rset.exrule(self._parse_rfc_rrule(value, dtstart=dtstart,
|
| 1717 |
+
ignoretz=ignoretz,
|
| 1718 |
+
tzinfos=tzinfos))
|
| 1719 |
+
for value in exdatevals:
|
| 1720 |
+
rset.exdate(value)
|
| 1721 |
+
if compatible and dtstart:
|
| 1722 |
+
rset.rdate(dtstart)
|
| 1723 |
+
return rset
|
| 1724 |
+
else:
|
| 1725 |
+
return self._parse_rfc_rrule(rrulevals[0],
|
| 1726 |
+
dtstart=dtstart,
|
| 1727 |
+
cache=cache,
|
| 1728 |
+
ignoretz=ignoretz,
|
| 1729 |
+
tzinfos=tzinfos)
|
| 1730 |
+
|
| 1731 |
+
def __call__(self, s, **kwargs):
|
| 1732 |
+
return self._parse_rfc(s, **kwargs)
|
| 1733 |
+
|
| 1734 |
+
|
| 1735 |
+
rrulestr = _rrulestr()
|
| 1736 |
+
|
| 1737 |
+
# vim:ts=4:sw=4:et
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__init__.py
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
from .tz import *
|
| 3 |
+
from .tz import __doc__
|
| 4 |
+
|
| 5 |
+
__all__ = ["tzutc", "tzoffset", "tzlocal", "tzfile", "tzrange",
|
| 6 |
+
"tzstr", "tzical", "tzwin", "tzwinlocal", "gettz",
|
| 7 |
+
"enfold", "datetime_ambiguous", "datetime_exists",
|
| 8 |
+
"resolve_imaginary", "UTC", "DeprecatedTzFormatWarning"]
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
class DeprecatedTzFormatWarning(Warning):
|
| 12 |
+
"""Warning raised when time zones are parsed from deprecated formats."""
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/__init__.cpython-310.pyc
ADDED
|
Binary file (715 Bytes). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/_common.cpython-310.pyc
ADDED
|
Binary file (10.8 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/_factories.cpython-310.pyc
ADDED
|
Binary file (2.98 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/tz.cpython-310.pyc
ADDED
|
Binary file (45 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/__pycache__/win.cpython-310.pyc
ADDED
|
Binary file (11.5 kB). View file
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/_common.py
ADDED
|
@@ -0,0 +1,419 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from six import PY2
|
| 2 |
+
|
| 3 |
+
from functools import wraps
|
| 4 |
+
|
| 5 |
+
from datetime import datetime, timedelta, tzinfo
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
ZERO = timedelta(0)
|
| 9 |
+
|
| 10 |
+
__all__ = ['tzname_in_python2', 'enfold']
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
def tzname_in_python2(namefunc):
|
| 14 |
+
"""Change unicode output into bytestrings in Python 2
|
| 15 |
+
|
| 16 |
+
tzname() API changed in Python 3. It used to return bytes, but was changed
|
| 17 |
+
to unicode strings
|
| 18 |
+
"""
|
| 19 |
+
if PY2:
|
| 20 |
+
@wraps(namefunc)
|
| 21 |
+
def adjust_encoding(*args, **kwargs):
|
| 22 |
+
name = namefunc(*args, **kwargs)
|
| 23 |
+
if name is not None:
|
| 24 |
+
name = name.encode()
|
| 25 |
+
|
| 26 |
+
return name
|
| 27 |
+
|
| 28 |
+
return adjust_encoding
|
| 29 |
+
else:
|
| 30 |
+
return namefunc
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
# The following is adapted from Alexander Belopolsky's tz library
|
| 34 |
+
# https://github.com/abalkin/tz
|
| 35 |
+
if hasattr(datetime, 'fold'):
|
| 36 |
+
# This is the pre-python 3.6 fold situation
|
| 37 |
+
def enfold(dt, fold=1):
|
| 38 |
+
"""
|
| 39 |
+
Provides a unified interface for assigning the ``fold`` attribute to
|
| 40 |
+
datetimes both before and after the implementation of PEP-495.
|
| 41 |
+
|
| 42 |
+
:param fold:
|
| 43 |
+
The value for the ``fold`` attribute in the returned datetime. This
|
| 44 |
+
should be either 0 or 1.
|
| 45 |
+
|
| 46 |
+
:return:
|
| 47 |
+
Returns an object for which ``getattr(dt, 'fold', 0)`` returns
|
| 48 |
+
``fold`` for all versions of Python. In versions prior to
|
| 49 |
+
Python 3.6, this is a ``_DatetimeWithFold`` object, which is a
|
| 50 |
+
subclass of :py:class:`datetime.datetime` with the ``fold``
|
| 51 |
+
attribute added, if ``fold`` is 1.
|
| 52 |
+
|
| 53 |
+
.. versionadded:: 2.6.0
|
| 54 |
+
"""
|
| 55 |
+
return dt.replace(fold=fold)
|
| 56 |
+
|
| 57 |
+
else:
|
| 58 |
+
class _DatetimeWithFold(datetime):
|
| 59 |
+
"""
|
| 60 |
+
This is a class designed to provide a PEP 495-compliant interface for
|
| 61 |
+
Python versions before 3.6. It is used only for dates in a fold, so
|
| 62 |
+
the ``fold`` attribute is fixed at ``1``.
|
| 63 |
+
|
| 64 |
+
.. versionadded:: 2.6.0
|
| 65 |
+
"""
|
| 66 |
+
__slots__ = ()
|
| 67 |
+
|
| 68 |
+
def replace(self, *args, **kwargs):
|
| 69 |
+
"""
|
| 70 |
+
Return a datetime with the same attributes, except for those
|
| 71 |
+
attributes given new values by whichever keyword arguments are
|
| 72 |
+
specified. Note that tzinfo=None can be specified to create a naive
|
| 73 |
+
datetime from an aware datetime with no conversion of date and time
|
| 74 |
+
data.
|
| 75 |
+
|
| 76 |
+
This is reimplemented in ``_DatetimeWithFold`` because pypy3 will
|
| 77 |
+
return a ``datetime.datetime`` even if ``fold`` is unchanged.
|
| 78 |
+
"""
|
| 79 |
+
argnames = (
|
| 80 |
+
'year', 'month', 'day', 'hour', 'minute', 'second',
|
| 81 |
+
'microsecond', 'tzinfo'
|
| 82 |
+
)
|
| 83 |
+
|
| 84 |
+
for arg, argname in zip(args, argnames):
|
| 85 |
+
if argname in kwargs:
|
| 86 |
+
raise TypeError('Duplicate argument: {}'.format(argname))
|
| 87 |
+
|
| 88 |
+
kwargs[argname] = arg
|
| 89 |
+
|
| 90 |
+
for argname in argnames:
|
| 91 |
+
if argname not in kwargs:
|
| 92 |
+
kwargs[argname] = getattr(self, argname)
|
| 93 |
+
|
| 94 |
+
dt_class = self.__class__ if kwargs.get('fold', 1) else datetime
|
| 95 |
+
|
| 96 |
+
return dt_class(**kwargs)
|
| 97 |
+
|
| 98 |
+
@property
|
| 99 |
+
def fold(self):
|
| 100 |
+
return 1
|
| 101 |
+
|
| 102 |
+
def enfold(dt, fold=1):
|
| 103 |
+
"""
|
| 104 |
+
Provides a unified interface for assigning the ``fold`` attribute to
|
| 105 |
+
datetimes both before and after the implementation of PEP-495.
|
| 106 |
+
|
| 107 |
+
:param fold:
|
| 108 |
+
The value for the ``fold`` attribute in the returned datetime. This
|
| 109 |
+
should be either 0 or 1.
|
| 110 |
+
|
| 111 |
+
:return:
|
| 112 |
+
Returns an object for which ``getattr(dt, 'fold', 0)`` returns
|
| 113 |
+
``fold`` for all versions of Python. In versions prior to
|
| 114 |
+
Python 3.6, this is a ``_DatetimeWithFold`` object, which is a
|
| 115 |
+
subclass of :py:class:`datetime.datetime` with the ``fold``
|
| 116 |
+
attribute added, if ``fold`` is 1.
|
| 117 |
+
|
| 118 |
+
.. versionadded:: 2.6.0
|
| 119 |
+
"""
|
| 120 |
+
if getattr(dt, 'fold', 0) == fold:
|
| 121 |
+
return dt
|
| 122 |
+
|
| 123 |
+
args = dt.timetuple()[:6]
|
| 124 |
+
args += (dt.microsecond, dt.tzinfo)
|
| 125 |
+
|
| 126 |
+
if fold:
|
| 127 |
+
return _DatetimeWithFold(*args)
|
| 128 |
+
else:
|
| 129 |
+
return datetime(*args)
|
| 130 |
+
|
| 131 |
+
|
| 132 |
+
def _validate_fromutc_inputs(f):
|
| 133 |
+
"""
|
| 134 |
+
The CPython version of ``fromutc`` checks that the input is a ``datetime``
|
| 135 |
+
object and that ``self`` is attached as its ``tzinfo``.
|
| 136 |
+
"""
|
| 137 |
+
@wraps(f)
|
| 138 |
+
def fromutc(self, dt):
|
| 139 |
+
if not isinstance(dt, datetime):
|
| 140 |
+
raise TypeError("fromutc() requires a datetime argument")
|
| 141 |
+
if dt.tzinfo is not self:
|
| 142 |
+
raise ValueError("dt.tzinfo is not self")
|
| 143 |
+
|
| 144 |
+
return f(self, dt)
|
| 145 |
+
|
| 146 |
+
return fromutc
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
class _tzinfo(tzinfo):
|
| 150 |
+
"""
|
| 151 |
+
Base class for all ``dateutil`` ``tzinfo`` objects.
|
| 152 |
+
"""
|
| 153 |
+
|
| 154 |
+
def is_ambiguous(self, dt):
|
| 155 |
+
"""
|
| 156 |
+
Whether or not the "wall time" of a given datetime is ambiguous in this
|
| 157 |
+
zone.
|
| 158 |
+
|
| 159 |
+
:param dt:
|
| 160 |
+
A :py:class:`datetime.datetime`, naive or time zone aware.
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
:return:
|
| 164 |
+
Returns ``True`` if ambiguous, ``False`` otherwise.
|
| 165 |
+
|
| 166 |
+
.. versionadded:: 2.6.0
|
| 167 |
+
"""
|
| 168 |
+
|
| 169 |
+
dt = dt.replace(tzinfo=self)
|
| 170 |
+
|
| 171 |
+
wall_0 = enfold(dt, fold=0)
|
| 172 |
+
wall_1 = enfold(dt, fold=1)
|
| 173 |
+
|
| 174 |
+
same_offset = wall_0.utcoffset() == wall_1.utcoffset()
|
| 175 |
+
same_dt = wall_0.replace(tzinfo=None) == wall_1.replace(tzinfo=None)
|
| 176 |
+
|
| 177 |
+
return same_dt and not same_offset
|
| 178 |
+
|
| 179 |
+
def _fold_status(self, dt_utc, dt_wall):
|
| 180 |
+
"""
|
| 181 |
+
Determine the fold status of a "wall" datetime, given a representation
|
| 182 |
+
of the same datetime as a (naive) UTC datetime. This is calculated based
|
| 183 |
+
on the assumption that ``dt.utcoffset() - dt.dst()`` is constant for all
|
| 184 |
+
datetimes, and that this offset is the actual number of hours separating
|
| 185 |
+
``dt_utc`` and ``dt_wall``.
|
| 186 |
+
|
| 187 |
+
:param dt_utc:
|
| 188 |
+
Representation of the datetime as UTC
|
| 189 |
+
|
| 190 |
+
:param dt_wall:
|
| 191 |
+
Representation of the datetime as "wall time". This parameter must
|
| 192 |
+
either have a `fold` attribute or have a fold-naive
|
| 193 |
+
:class:`datetime.tzinfo` attached, otherwise the calculation may
|
| 194 |
+
fail.
|
| 195 |
+
"""
|
| 196 |
+
if self.is_ambiguous(dt_wall):
|
| 197 |
+
delta_wall = dt_wall - dt_utc
|
| 198 |
+
_fold = int(delta_wall == (dt_utc.utcoffset() - dt_utc.dst()))
|
| 199 |
+
else:
|
| 200 |
+
_fold = 0
|
| 201 |
+
|
| 202 |
+
return _fold
|
| 203 |
+
|
| 204 |
+
def _fold(self, dt):
|
| 205 |
+
return getattr(dt, 'fold', 0)
|
| 206 |
+
|
| 207 |
+
def _fromutc(self, dt):
|
| 208 |
+
"""
|
| 209 |
+
Given a timezone-aware datetime in a given timezone, calculates a
|
| 210 |
+
timezone-aware datetime in a new timezone.
|
| 211 |
+
|
| 212 |
+
Since this is the one time that we *know* we have an unambiguous
|
| 213 |
+
datetime object, we take this opportunity to determine whether the
|
| 214 |
+
datetime is ambiguous and in a "fold" state (e.g. if it's the first
|
| 215 |
+
occurrence, chronologically, of the ambiguous datetime).
|
| 216 |
+
|
| 217 |
+
:param dt:
|
| 218 |
+
A timezone-aware :class:`datetime.datetime` object.
|
| 219 |
+
"""
|
| 220 |
+
|
| 221 |
+
# Re-implement the algorithm from Python's datetime.py
|
| 222 |
+
dtoff = dt.utcoffset()
|
| 223 |
+
if dtoff is None:
|
| 224 |
+
raise ValueError("fromutc() requires a non-None utcoffset() "
|
| 225 |
+
"result")
|
| 226 |
+
|
| 227 |
+
# The original datetime.py code assumes that `dst()` defaults to
|
| 228 |
+
# zero during ambiguous times. PEP 495 inverts this presumption, so
|
| 229 |
+
# for pre-PEP 495 versions of python, we need to tweak the algorithm.
|
| 230 |
+
dtdst = dt.dst()
|
| 231 |
+
if dtdst is None:
|
| 232 |
+
raise ValueError("fromutc() requires a non-None dst() result")
|
| 233 |
+
delta = dtoff - dtdst
|
| 234 |
+
|
| 235 |
+
dt += delta
|
| 236 |
+
# Set fold=1 so we can default to being in the fold for
|
| 237 |
+
# ambiguous dates.
|
| 238 |
+
dtdst = enfold(dt, fold=1).dst()
|
| 239 |
+
if dtdst is None:
|
| 240 |
+
raise ValueError("fromutc(): dt.dst gave inconsistent "
|
| 241 |
+
"results; cannot convert")
|
| 242 |
+
return dt + dtdst
|
| 243 |
+
|
| 244 |
+
@_validate_fromutc_inputs
|
| 245 |
+
def fromutc(self, dt):
|
| 246 |
+
"""
|
| 247 |
+
Given a timezone-aware datetime in a given timezone, calculates a
|
| 248 |
+
timezone-aware datetime in a new timezone.
|
| 249 |
+
|
| 250 |
+
Since this is the one time that we *know* we have an unambiguous
|
| 251 |
+
datetime object, we take this opportunity to determine whether the
|
| 252 |
+
datetime is ambiguous and in a "fold" state (e.g. if it's the first
|
| 253 |
+
occurrence, chronologically, of the ambiguous datetime).
|
| 254 |
+
|
| 255 |
+
:param dt:
|
| 256 |
+
A timezone-aware :class:`datetime.datetime` object.
|
| 257 |
+
"""
|
| 258 |
+
dt_wall = self._fromutc(dt)
|
| 259 |
+
|
| 260 |
+
# Calculate the fold status given the two datetimes.
|
| 261 |
+
_fold = self._fold_status(dt, dt_wall)
|
| 262 |
+
|
| 263 |
+
# Set the default fold value for ambiguous dates
|
| 264 |
+
return enfold(dt_wall, fold=_fold)
|
| 265 |
+
|
| 266 |
+
|
| 267 |
+
class tzrangebase(_tzinfo):
|
| 268 |
+
"""
|
| 269 |
+
This is an abstract base class for time zones represented by an annual
|
| 270 |
+
transition into and out of DST. Child classes should implement the following
|
| 271 |
+
methods:
|
| 272 |
+
|
| 273 |
+
* ``__init__(self, *args, **kwargs)``
|
| 274 |
+
* ``transitions(self, year)`` - this is expected to return a tuple of
|
| 275 |
+
datetimes representing the DST on and off transitions in standard
|
| 276 |
+
time.
|
| 277 |
+
|
| 278 |
+
A fully initialized ``tzrangebase`` subclass should also provide the
|
| 279 |
+
following attributes:
|
| 280 |
+
* ``hasdst``: Boolean whether or not the zone uses DST.
|
| 281 |
+
* ``_dst_offset`` / ``_std_offset``: :class:`datetime.timedelta` objects
|
| 282 |
+
representing the respective UTC offsets.
|
| 283 |
+
* ``_dst_abbr`` / ``_std_abbr``: Strings representing the timezone short
|
| 284 |
+
abbreviations in DST and STD, respectively.
|
| 285 |
+
* ``_hasdst``: Whether or not the zone has DST.
|
| 286 |
+
|
| 287 |
+
.. versionadded:: 2.6.0
|
| 288 |
+
"""
|
| 289 |
+
def __init__(self):
|
| 290 |
+
raise NotImplementedError('tzrangebase is an abstract base class')
|
| 291 |
+
|
| 292 |
+
def utcoffset(self, dt):
|
| 293 |
+
isdst = self._isdst(dt)
|
| 294 |
+
|
| 295 |
+
if isdst is None:
|
| 296 |
+
return None
|
| 297 |
+
elif isdst:
|
| 298 |
+
return self._dst_offset
|
| 299 |
+
else:
|
| 300 |
+
return self._std_offset
|
| 301 |
+
|
| 302 |
+
def dst(self, dt):
|
| 303 |
+
isdst = self._isdst(dt)
|
| 304 |
+
|
| 305 |
+
if isdst is None:
|
| 306 |
+
return None
|
| 307 |
+
elif isdst:
|
| 308 |
+
return self._dst_base_offset
|
| 309 |
+
else:
|
| 310 |
+
return ZERO
|
| 311 |
+
|
| 312 |
+
@tzname_in_python2
|
| 313 |
+
def tzname(self, dt):
|
| 314 |
+
if self._isdst(dt):
|
| 315 |
+
return self._dst_abbr
|
| 316 |
+
else:
|
| 317 |
+
return self._std_abbr
|
| 318 |
+
|
| 319 |
+
def fromutc(self, dt):
|
| 320 |
+
""" Given a datetime in UTC, return local time """
|
| 321 |
+
if not isinstance(dt, datetime):
|
| 322 |
+
raise TypeError("fromutc() requires a datetime argument")
|
| 323 |
+
|
| 324 |
+
if dt.tzinfo is not self:
|
| 325 |
+
raise ValueError("dt.tzinfo is not self")
|
| 326 |
+
|
| 327 |
+
# Get transitions - if there are none, fixed offset
|
| 328 |
+
transitions = self.transitions(dt.year)
|
| 329 |
+
if transitions is None:
|
| 330 |
+
return dt + self.utcoffset(dt)
|
| 331 |
+
|
| 332 |
+
# Get the transition times in UTC
|
| 333 |
+
dston, dstoff = transitions
|
| 334 |
+
|
| 335 |
+
dston -= self._std_offset
|
| 336 |
+
dstoff -= self._std_offset
|
| 337 |
+
|
| 338 |
+
utc_transitions = (dston, dstoff)
|
| 339 |
+
dt_utc = dt.replace(tzinfo=None)
|
| 340 |
+
|
| 341 |
+
isdst = self._naive_isdst(dt_utc, utc_transitions)
|
| 342 |
+
|
| 343 |
+
if isdst:
|
| 344 |
+
dt_wall = dt + self._dst_offset
|
| 345 |
+
else:
|
| 346 |
+
dt_wall = dt + self._std_offset
|
| 347 |
+
|
| 348 |
+
_fold = int(not isdst and self.is_ambiguous(dt_wall))
|
| 349 |
+
|
| 350 |
+
return enfold(dt_wall, fold=_fold)
|
| 351 |
+
|
| 352 |
+
def is_ambiguous(self, dt):
|
| 353 |
+
"""
|
| 354 |
+
Whether or not the "wall time" of a given datetime is ambiguous in this
|
| 355 |
+
zone.
|
| 356 |
+
|
| 357 |
+
:param dt:
|
| 358 |
+
A :py:class:`datetime.datetime`, naive or time zone aware.
|
| 359 |
+
|
| 360 |
+
|
| 361 |
+
:return:
|
| 362 |
+
Returns ``True`` if ambiguous, ``False`` otherwise.
|
| 363 |
+
|
| 364 |
+
.. versionadded:: 2.6.0
|
| 365 |
+
"""
|
| 366 |
+
if not self.hasdst:
|
| 367 |
+
return False
|
| 368 |
+
|
| 369 |
+
start, end = self.transitions(dt.year)
|
| 370 |
+
|
| 371 |
+
dt = dt.replace(tzinfo=None)
|
| 372 |
+
return (end <= dt < end + self._dst_base_offset)
|
| 373 |
+
|
| 374 |
+
def _isdst(self, dt):
|
| 375 |
+
if not self.hasdst:
|
| 376 |
+
return False
|
| 377 |
+
elif dt is None:
|
| 378 |
+
return None
|
| 379 |
+
|
| 380 |
+
transitions = self.transitions(dt.year)
|
| 381 |
+
|
| 382 |
+
if transitions is None:
|
| 383 |
+
return False
|
| 384 |
+
|
| 385 |
+
dt = dt.replace(tzinfo=None)
|
| 386 |
+
|
| 387 |
+
isdst = self._naive_isdst(dt, transitions)
|
| 388 |
+
|
| 389 |
+
# Handle ambiguous dates
|
| 390 |
+
if not isdst and self.is_ambiguous(dt):
|
| 391 |
+
return not self._fold(dt)
|
| 392 |
+
else:
|
| 393 |
+
return isdst
|
| 394 |
+
|
| 395 |
+
def _naive_isdst(self, dt, transitions):
|
| 396 |
+
dston, dstoff = transitions
|
| 397 |
+
|
| 398 |
+
dt = dt.replace(tzinfo=None)
|
| 399 |
+
|
| 400 |
+
if dston < dstoff:
|
| 401 |
+
isdst = dston <= dt < dstoff
|
| 402 |
+
else:
|
| 403 |
+
isdst = not dstoff <= dt < dston
|
| 404 |
+
|
| 405 |
+
return isdst
|
| 406 |
+
|
| 407 |
+
@property
|
| 408 |
+
def _dst_base_offset(self):
|
| 409 |
+
return self._dst_offset - self._std_offset
|
| 410 |
+
|
| 411 |
+
__hash__ = None
|
| 412 |
+
|
| 413 |
+
def __ne__(self, other):
|
| 414 |
+
return not (self == other)
|
| 415 |
+
|
| 416 |
+
def __repr__(self):
|
| 417 |
+
return "%s(...)" % self.__class__.__name__
|
| 418 |
+
|
| 419 |
+
__reduce__ = object.__reduce__
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/_factories.py
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from datetime import timedelta
|
| 2 |
+
import weakref
|
| 3 |
+
from collections import OrderedDict
|
| 4 |
+
|
| 5 |
+
from six.moves import _thread
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
class _TzSingleton(type):
|
| 9 |
+
def __init__(cls, *args, **kwargs):
|
| 10 |
+
cls.__instance = None
|
| 11 |
+
super(_TzSingleton, cls).__init__(*args, **kwargs)
|
| 12 |
+
|
| 13 |
+
def __call__(cls):
|
| 14 |
+
if cls.__instance is None:
|
| 15 |
+
cls.__instance = super(_TzSingleton, cls).__call__()
|
| 16 |
+
return cls.__instance
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
class _TzFactory(type):
|
| 20 |
+
def instance(cls, *args, **kwargs):
|
| 21 |
+
"""Alternate constructor that returns a fresh instance"""
|
| 22 |
+
return type.__call__(cls, *args, **kwargs)
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
class _TzOffsetFactory(_TzFactory):
|
| 26 |
+
def __init__(cls, *args, **kwargs):
|
| 27 |
+
cls.__instances = weakref.WeakValueDictionary()
|
| 28 |
+
cls.__strong_cache = OrderedDict()
|
| 29 |
+
cls.__strong_cache_size = 8
|
| 30 |
+
|
| 31 |
+
cls._cache_lock = _thread.allocate_lock()
|
| 32 |
+
|
| 33 |
+
def __call__(cls, name, offset):
|
| 34 |
+
if isinstance(offset, timedelta):
|
| 35 |
+
key = (name, offset.total_seconds())
|
| 36 |
+
else:
|
| 37 |
+
key = (name, offset)
|
| 38 |
+
|
| 39 |
+
instance = cls.__instances.get(key, None)
|
| 40 |
+
if instance is None:
|
| 41 |
+
instance = cls.__instances.setdefault(key,
|
| 42 |
+
cls.instance(name, offset))
|
| 43 |
+
|
| 44 |
+
# This lock may not be necessary in Python 3. See GH issue #901
|
| 45 |
+
with cls._cache_lock:
|
| 46 |
+
cls.__strong_cache[key] = cls.__strong_cache.pop(key, instance)
|
| 47 |
+
|
| 48 |
+
# Remove an item if the strong cache is overpopulated
|
| 49 |
+
if len(cls.__strong_cache) > cls.__strong_cache_size:
|
| 50 |
+
cls.__strong_cache.popitem(last=False)
|
| 51 |
+
|
| 52 |
+
return instance
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
class _TzStrFactory(_TzFactory):
|
| 56 |
+
def __init__(cls, *args, **kwargs):
|
| 57 |
+
cls.__instances = weakref.WeakValueDictionary()
|
| 58 |
+
cls.__strong_cache = OrderedDict()
|
| 59 |
+
cls.__strong_cache_size = 8
|
| 60 |
+
|
| 61 |
+
cls.__cache_lock = _thread.allocate_lock()
|
| 62 |
+
|
| 63 |
+
def __call__(cls, s, posix_offset=False):
|
| 64 |
+
key = (s, posix_offset)
|
| 65 |
+
instance = cls.__instances.get(key, None)
|
| 66 |
+
|
| 67 |
+
if instance is None:
|
| 68 |
+
instance = cls.__instances.setdefault(key,
|
| 69 |
+
cls.instance(s, posix_offset))
|
| 70 |
+
|
| 71 |
+
# This lock may not be necessary in Python 3. See GH issue #901
|
| 72 |
+
with cls.__cache_lock:
|
| 73 |
+
cls.__strong_cache[key] = cls.__strong_cache.pop(key, instance)
|
| 74 |
+
|
| 75 |
+
# Remove an item if the strong cache is overpopulated
|
| 76 |
+
if len(cls.__strong_cache) > cls.__strong_cache_size:
|
| 77 |
+
cls.__strong_cache.popitem(last=False)
|
| 78 |
+
|
| 79 |
+
return instance
|
| 80 |
+
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/tz.py
ADDED
|
@@ -0,0 +1,1849 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""
|
| 3 |
+
This module offers timezone implementations subclassing the abstract
|
| 4 |
+
:py:class:`datetime.tzinfo` type. There are classes to handle tzfile format
|
| 5 |
+
files (usually are in :file:`/etc/localtime`, :file:`/usr/share/zoneinfo`,
|
| 6 |
+
etc), TZ environment string (in all known formats), given ranges (with help
|
| 7 |
+
from relative deltas), local machine timezone, fixed offset timezone, and UTC
|
| 8 |
+
timezone.
|
| 9 |
+
"""
|
| 10 |
+
import datetime
|
| 11 |
+
import struct
|
| 12 |
+
import time
|
| 13 |
+
import sys
|
| 14 |
+
import os
|
| 15 |
+
import bisect
|
| 16 |
+
import weakref
|
| 17 |
+
from collections import OrderedDict
|
| 18 |
+
|
| 19 |
+
import six
|
| 20 |
+
from six import string_types
|
| 21 |
+
from six.moves import _thread
|
| 22 |
+
from ._common import tzname_in_python2, _tzinfo
|
| 23 |
+
from ._common import tzrangebase, enfold
|
| 24 |
+
from ._common import _validate_fromutc_inputs
|
| 25 |
+
|
| 26 |
+
from ._factories import _TzSingleton, _TzOffsetFactory
|
| 27 |
+
from ._factories import _TzStrFactory
|
| 28 |
+
try:
|
| 29 |
+
from .win import tzwin, tzwinlocal
|
| 30 |
+
except ImportError:
|
| 31 |
+
tzwin = tzwinlocal = None
|
| 32 |
+
|
| 33 |
+
# For warning about rounding tzinfo
|
| 34 |
+
from warnings import warn
|
| 35 |
+
|
| 36 |
+
ZERO = datetime.timedelta(0)
|
| 37 |
+
EPOCH = datetime.datetime(1970, 1, 1, 0, 0)
|
| 38 |
+
EPOCHORDINAL = EPOCH.toordinal()
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
@six.add_metaclass(_TzSingleton)
|
| 42 |
+
class tzutc(datetime.tzinfo):
|
| 43 |
+
"""
|
| 44 |
+
This is a tzinfo object that represents the UTC time zone.
|
| 45 |
+
|
| 46 |
+
**Examples:**
|
| 47 |
+
|
| 48 |
+
.. doctest::
|
| 49 |
+
|
| 50 |
+
>>> from datetime import *
|
| 51 |
+
>>> from dateutil.tz import *
|
| 52 |
+
|
| 53 |
+
>>> datetime.now()
|
| 54 |
+
datetime.datetime(2003, 9, 27, 9, 40, 1, 521290)
|
| 55 |
+
|
| 56 |
+
>>> datetime.now(tzutc())
|
| 57 |
+
datetime.datetime(2003, 9, 27, 12, 40, 12, 156379, tzinfo=tzutc())
|
| 58 |
+
|
| 59 |
+
>>> datetime.now(tzutc()).tzname()
|
| 60 |
+
'UTC'
|
| 61 |
+
|
| 62 |
+
.. versionchanged:: 2.7.0
|
| 63 |
+
``tzutc()`` is now a singleton, so the result of ``tzutc()`` will
|
| 64 |
+
always return the same object.
|
| 65 |
+
|
| 66 |
+
.. doctest::
|
| 67 |
+
|
| 68 |
+
>>> from dateutil.tz import tzutc, UTC
|
| 69 |
+
>>> tzutc() is tzutc()
|
| 70 |
+
True
|
| 71 |
+
>>> tzutc() is UTC
|
| 72 |
+
True
|
| 73 |
+
"""
|
| 74 |
+
def utcoffset(self, dt):
|
| 75 |
+
return ZERO
|
| 76 |
+
|
| 77 |
+
def dst(self, dt):
|
| 78 |
+
return ZERO
|
| 79 |
+
|
| 80 |
+
@tzname_in_python2
|
| 81 |
+
def tzname(self, dt):
|
| 82 |
+
return "UTC"
|
| 83 |
+
|
| 84 |
+
def is_ambiguous(self, dt):
|
| 85 |
+
"""
|
| 86 |
+
Whether or not the "wall time" of a given datetime is ambiguous in this
|
| 87 |
+
zone.
|
| 88 |
+
|
| 89 |
+
:param dt:
|
| 90 |
+
A :py:class:`datetime.datetime`, naive or time zone aware.
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
:return:
|
| 94 |
+
Returns ``True`` if ambiguous, ``False`` otherwise.
|
| 95 |
+
|
| 96 |
+
.. versionadded:: 2.6.0
|
| 97 |
+
"""
|
| 98 |
+
return False
|
| 99 |
+
|
| 100 |
+
@_validate_fromutc_inputs
|
| 101 |
+
def fromutc(self, dt):
|
| 102 |
+
"""
|
| 103 |
+
Fast track version of fromutc() returns the original ``dt`` object for
|
| 104 |
+
any valid :py:class:`datetime.datetime` object.
|
| 105 |
+
"""
|
| 106 |
+
return dt
|
| 107 |
+
|
| 108 |
+
def __eq__(self, other):
|
| 109 |
+
if not isinstance(other, (tzutc, tzoffset)):
|
| 110 |
+
return NotImplemented
|
| 111 |
+
|
| 112 |
+
return (isinstance(other, tzutc) or
|
| 113 |
+
(isinstance(other, tzoffset) and other._offset == ZERO))
|
| 114 |
+
|
| 115 |
+
__hash__ = None
|
| 116 |
+
|
| 117 |
+
def __ne__(self, other):
|
| 118 |
+
return not (self == other)
|
| 119 |
+
|
| 120 |
+
def __repr__(self):
|
| 121 |
+
return "%s()" % self.__class__.__name__
|
| 122 |
+
|
| 123 |
+
__reduce__ = object.__reduce__
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
#: Convenience constant providing a :class:`tzutc()` instance
|
| 127 |
+
#:
|
| 128 |
+
#: .. versionadded:: 2.7.0
|
| 129 |
+
UTC = tzutc()
|
| 130 |
+
|
| 131 |
+
|
| 132 |
+
@six.add_metaclass(_TzOffsetFactory)
|
| 133 |
+
class tzoffset(datetime.tzinfo):
|
| 134 |
+
"""
|
| 135 |
+
A simple class for representing a fixed offset from UTC.
|
| 136 |
+
|
| 137 |
+
:param name:
|
| 138 |
+
The timezone name, to be returned when ``tzname()`` is called.
|
| 139 |
+
:param offset:
|
| 140 |
+
The time zone offset in seconds, or (since version 2.6.0, represented
|
| 141 |
+
as a :py:class:`datetime.timedelta` object).
|
| 142 |
+
"""
|
| 143 |
+
def __init__(self, name, offset):
|
| 144 |
+
self._name = name
|
| 145 |
+
|
| 146 |
+
try:
|
| 147 |
+
# Allow a timedelta
|
| 148 |
+
offset = offset.total_seconds()
|
| 149 |
+
except (TypeError, AttributeError):
|
| 150 |
+
pass
|
| 151 |
+
|
| 152 |
+
self._offset = datetime.timedelta(seconds=_get_supported_offset(offset))
|
| 153 |
+
|
| 154 |
+
def utcoffset(self, dt):
|
| 155 |
+
return self._offset
|
| 156 |
+
|
| 157 |
+
def dst(self, dt):
|
| 158 |
+
return ZERO
|
| 159 |
+
|
| 160 |
+
@tzname_in_python2
|
| 161 |
+
def tzname(self, dt):
|
| 162 |
+
return self._name
|
| 163 |
+
|
| 164 |
+
@_validate_fromutc_inputs
|
| 165 |
+
def fromutc(self, dt):
|
| 166 |
+
return dt + self._offset
|
| 167 |
+
|
| 168 |
+
def is_ambiguous(self, dt):
|
| 169 |
+
"""
|
| 170 |
+
Whether or not the "wall time" of a given datetime is ambiguous in this
|
| 171 |
+
zone.
|
| 172 |
+
|
| 173 |
+
:param dt:
|
| 174 |
+
A :py:class:`datetime.datetime`, naive or time zone aware.
|
| 175 |
+
:return:
|
| 176 |
+
Returns ``True`` if ambiguous, ``False`` otherwise.
|
| 177 |
+
|
| 178 |
+
.. versionadded:: 2.6.0
|
| 179 |
+
"""
|
| 180 |
+
return False
|
| 181 |
+
|
| 182 |
+
def __eq__(self, other):
|
| 183 |
+
if not isinstance(other, tzoffset):
|
| 184 |
+
return NotImplemented
|
| 185 |
+
|
| 186 |
+
return self._offset == other._offset
|
| 187 |
+
|
| 188 |
+
__hash__ = None
|
| 189 |
+
|
| 190 |
+
def __ne__(self, other):
|
| 191 |
+
return not (self == other)
|
| 192 |
+
|
| 193 |
+
def __repr__(self):
|
| 194 |
+
return "%s(%s, %s)" % (self.__class__.__name__,
|
| 195 |
+
repr(self._name),
|
| 196 |
+
int(self._offset.total_seconds()))
|
| 197 |
+
|
| 198 |
+
__reduce__ = object.__reduce__
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
class tzlocal(_tzinfo):
|
| 202 |
+
"""
|
| 203 |
+
A :class:`tzinfo` subclass built around the ``time`` timezone functions.
|
| 204 |
+
"""
|
| 205 |
+
def __init__(self):
|
| 206 |
+
super(tzlocal, self).__init__()
|
| 207 |
+
|
| 208 |
+
self._std_offset = datetime.timedelta(seconds=-time.timezone)
|
| 209 |
+
if time.daylight:
|
| 210 |
+
self._dst_offset = datetime.timedelta(seconds=-time.altzone)
|
| 211 |
+
else:
|
| 212 |
+
self._dst_offset = self._std_offset
|
| 213 |
+
|
| 214 |
+
self._dst_saved = self._dst_offset - self._std_offset
|
| 215 |
+
self._hasdst = bool(self._dst_saved)
|
| 216 |
+
self._tznames = tuple(time.tzname)
|
| 217 |
+
|
| 218 |
+
def utcoffset(self, dt):
|
| 219 |
+
if dt is None and self._hasdst:
|
| 220 |
+
return None
|
| 221 |
+
|
| 222 |
+
if self._isdst(dt):
|
| 223 |
+
return self._dst_offset
|
| 224 |
+
else:
|
| 225 |
+
return self._std_offset
|
| 226 |
+
|
| 227 |
+
def dst(self, dt):
|
| 228 |
+
if dt is None and self._hasdst:
|
| 229 |
+
return None
|
| 230 |
+
|
| 231 |
+
if self._isdst(dt):
|
| 232 |
+
return self._dst_offset - self._std_offset
|
| 233 |
+
else:
|
| 234 |
+
return ZERO
|
| 235 |
+
|
| 236 |
+
@tzname_in_python2
|
| 237 |
+
def tzname(self, dt):
|
| 238 |
+
return self._tznames[self._isdst(dt)]
|
| 239 |
+
|
| 240 |
+
def is_ambiguous(self, dt):
|
| 241 |
+
"""
|
| 242 |
+
Whether or not the "wall time" of a given datetime is ambiguous in this
|
| 243 |
+
zone.
|
| 244 |
+
|
| 245 |
+
:param dt:
|
| 246 |
+
A :py:class:`datetime.datetime`, naive or time zone aware.
|
| 247 |
+
|
| 248 |
+
|
| 249 |
+
:return:
|
| 250 |
+
Returns ``True`` if ambiguous, ``False`` otherwise.
|
| 251 |
+
|
| 252 |
+
.. versionadded:: 2.6.0
|
| 253 |
+
"""
|
| 254 |
+
naive_dst = self._naive_is_dst(dt)
|
| 255 |
+
return (not naive_dst and
|
| 256 |
+
(naive_dst != self._naive_is_dst(dt - self._dst_saved)))
|
| 257 |
+
|
| 258 |
+
def _naive_is_dst(self, dt):
|
| 259 |
+
timestamp = _datetime_to_timestamp(dt)
|
| 260 |
+
return time.localtime(timestamp + time.timezone).tm_isdst
|
| 261 |
+
|
| 262 |
+
def _isdst(self, dt, fold_naive=True):
|
| 263 |
+
# We can't use mktime here. It is unstable when deciding if
|
| 264 |
+
# the hour near to a change is DST or not.
|
| 265 |
+
#
|
| 266 |
+
# timestamp = time.mktime((dt.year, dt.month, dt.day, dt.hour,
|
| 267 |
+
# dt.minute, dt.second, dt.weekday(), 0, -1))
|
| 268 |
+
# return time.localtime(timestamp).tm_isdst
|
| 269 |
+
#
|
| 270 |
+
# The code above yields the following result:
|
| 271 |
+
#
|
| 272 |
+
# >>> import tz, datetime
|
| 273 |
+
# >>> t = tz.tzlocal()
|
| 274 |
+
# >>> datetime.datetime(2003,2,15,23,tzinfo=t).tzname()
|
| 275 |
+
# 'BRDT'
|
| 276 |
+
# >>> datetime.datetime(2003,2,16,0,tzinfo=t).tzname()
|
| 277 |
+
# 'BRST'
|
| 278 |
+
# >>> datetime.datetime(2003,2,15,23,tzinfo=t).tzname()
|
| 279 |
+
# 'BRST'
|
| 280 |
+
# >>> datetime.datetime(2003,2,15,22,tzinfo=t).tzname()
|
| 281 |
+
# 'BRDT'
|
| 282 |
+
# >>> datetime.datetime(2003,2,15,23,tzinfo=t).tzname()
|
| 283 |
+
# 'BRDT'
|
| 284 |
+
#
|
| 285 |
+
# Here is a more stable implementation:
|
| 286 |
+
#
|
| 287 |
+
if not self._hasdst:
|
| 288 |
+
return False
|
| 289 |
+
|
| 290 |
+
# Check for ambiguous times:
|
| 291 |
+
dstval = self._naive_is_dst(dt)
|
| 292 |
+
fold = getattr(dt, 'fold', None)
|
| 293 |
+
|
| 294 |
+
if self.is_ambiguous(dt):
|
| 295 |
+
if fold is not None:
|
| 296 |
+
return not self._fold(dt)
|
| 297 |
+
else:
|
| 298 |
+
return True
|
| 299 |
+
|
| 300 |
+
return dstval
|
| 301 |
+
|
| 302 |
+
def __eq__(self, other):
|
| 303 |
+
if isinstance(other, tzlocal):
|
| 304 |
+
return (self._std_offset == other._std_offset and
|
| 305 |
+
self._dst_offset == other._dst_offset)
|
| 306 |
+
elif isinstance(other, tzutc):
|
| 307 |
+
return (not self._hasdst and
|
| 308 |
+
self._tznames[0] in {'UTC', 'GMT'} and
|
| 309 |
+
self._std_offset == ZERO)
|
| 310 |
+
elif isinstance(other, tzoffset):
|
| 311 |
+
return (not self._hasdst and
|
| 312 |
+
self._tznames[0] == other._name and
|
| 313 |
+
self._std_offset == other._offset)
|
| 314 |
+
else:
|
| 315 |
+
return NotImplemented
|
| 316 |
+
|
| 317 |
+
__hash__ = None
|
| 318 |
+
|
| 319 |
+
def __ne__(self, other):
|
| 320 |
+
return not (self == other)
|
| 321 |
+
|
| 322 |
+
def __repr__(self):
|
| 323 |
+
return "%s()" % self.__class__.__name__
|
| 324 |
+
|
| 325 |
+
__reduce__ = object.__reduce__
|
| 326 |
+
|
| 327 |
+
|
| 328 |
+
class _ttinfo(object):
|
| 329 |
+
__slots__ = ["offset", "delta", "isdst", "abbr",
|
| 330 |
+
"isstd", "isgmt", "dstoffset"]
|
| 331 |
+
|
| 332 |
+
def __init__(self):
|
| 333 |
+
for attr in self.__slots__:
|
| 334 |
+
setattr(self, attr, None)
|
| 335 |
+
|
| 336 |
+
def __repr__(self):
|
| 337 |
+
l = []
|
| 338 |
+
for attr in self.__slots__:
|
| 339 |
+
value = getattr(self, attr)
|
| 340 |
+
if value is not None:
|
| 341 |
+
l.append("%s=%s" % (attr, repr(value)))
|
| 342 |
+
return "%s(%s)" % (self.__class__.__name__, ", ".join(l))
|
| 343 |
+
|
| 344 |
+
def __eq__(self, other):
|
| 345 |
+
if not isinstance(other, _ttinfo):
|
| 346 |
+
return NotImplemented
|
| 347 |
+
|
| 348 |
+
return (self.offset == other.offset and
|
| 349 |
+
self.delta == other.delta and
|
| 350 |
+
self.isdst == other.isdst and
|
| 351 |
+
self.abbr == other.abbr and
|
| 352 |
+
self.isstd == other.isstd and
|
| 353 |
+
self.isgmt == other.isgmt and
|
| 354 |
+
self.dstoffset == other.dstoffset)
|
| 355 |
+
|
| 356 |
+
__hash__ = None
|
| 357 |
+
|
| 358 |
+
def __ne__(self, other):
|
| 359 |
+
return not (self == other)
|
| 360 |
+
|
| 361 |
+
def __getstate__(self):
|
| 362 |
+
state = {}
|
| 363 |
+
for name in self.__slots__:
|
| 364 |
+
state[name] = getattr(self, name, None)
|
| 365 |
+
return state
|
| 366 |
+
|
| 367 |
+
def __setstate__(self, state):
|
| 368 |
+
for name in self.__slots__:
|
| 369 |
+
if name in state:
|
| 370 |
+
setattr(self, name, state[name])
|
| 371 |
+
|
| 372 |
+
|
| 373 |
+
class _tzfile(object):
|
| 374 |
+
"""
|
| 375 |
+
Lightweight class for holding the relevant transition and time zone
|
| 376 |
+
information read from binary tzfiles.
|
| 377 |
+
"""
|
| 378 |
+
attrs = ['trans_list', 'trans_list_utc', 'trans_idx', 'ttinfo_list',
|
| 379 |
+
'ttinfo_std', 'ttinfo_dst', 'ttinfo_before', 'ttinfo_first']
|
| 380 |
+
|
| 381 |
+
def __init__(self, **kwargs):
|
| 382 |
+
for attr in self.attrs:
|
| 383 |
+
setattr(self, attr, kwargs.get(attr, None))
|
| 384 |
+
|
| 385 |
+
|
| 386 |
+
class tzfile(_tzinfo):
|
| 387 |
+
"""
|
| 388 |
+
This is a ``tzinfo`` subclass that allows one to use the ``tzfile(5)``
|
| 389 |
+
format timezone files to extract current and historical zone information.
|
| 390 |
+
|
| 391 |
+
:param fileobj:
|
| 392 |
+
This can be an opened file stream or a file name that the time zone
|
| 393 |
+
information can be read from.
|
| 394 |
+
|
| 395 |
+
:param filename:
|
| 396 |
+
This is an optional parameter specifying the source of the time zone
|
| 397 |
+
information in the event that ``fileobj`` is a file object. If omitted
|
| 398 |
+
and ``fileobj`` is a file stream, this parameter will be set either to
|
| 399 |
+
``fileobj``'s ``name`` attribute or to ``repr(fileobj)``.
|
| 400 |
+
|
| 401 |
+
See `Sources for Time Zone and Daylight Saving Time Data
|
| 402 |
+
<https://data.iana.org/time-zones/tz-link.html>`_ for more information.
|
| 403 |
+
Time zone files can be compiled from the `IANA Time Zone database files
|
| 404 |
+
<https://www.iana.org/time-zones>`_ with the `zic time zone compiler
|
| 405 |
+
<https://www.freebsd.org/cgi/man.cgi?query=zic&sektion=8>`_
|
| 406 |
+
|
| 407 |
+
.. note::
|
| 408 |
+
|
| 409 |
+
Only construct a ``tzfile`` directly if you have a specific timezone
|
| 410 |
+
file on disk that you want to read into a Python ``tzinfo`` object.
|
| 411 |
+
If you want to get a ``tzfile`` representing a specific IANA zone,
|
| 412 |
+
(e.g. ``'America/New_York'``), you should call
|
| 413 |
+
:func:`dateutil.tz.gettz` with the zone identifier.
|
| 414 |
+
|
| 415 |
+
|
| 416 |
+
**Examples:**
|
| 417 |
+
|
| 418 |
+
Using the US Eastern time zone as an example, we can see that a ``tzfile``
|
| 419 |
+
provides time zone information for the standard Daylight Saving offsets:
|
| 420 |
+
|
| 421 |
+
.. testsetup:: tzfile
|
| 422 |
+
|
| 423 |
+
from dateutil.tz import gettz
|
| 424 |
+
from datetime import datetime
|
| 425 |
+
|
| 426 |
+
.. doctest:: tzfile
|
| 427 |
+
|
| 428 |
+
>>> NYC = gettz('America/New_York')
|
| 429 |
+
>>> NYC
|
| 430 |
+
tzfile('/usr/share/zoneinfo/America/New_York')
|
| 431 |
+
|
| 432 |
+
>>> print(datetime(2016, 1, 3, tzinfo=NYC)) # EST
|
| 433 |
+
2016-01-03 00:00:00-05:00
|
| 434 |
+
|
| 435 |
+
>>> print(datetime(2016, 7, 7, tzinfo=NYC)) # EDT
|
| 436 |
+
2016-07-07 00:00:00-04:00
|
| 437 |
+
|
| 438 |
+
|
| 439 |
+
The ``tzfile`` structure contains a fully history of the time zone,
|
| 440 |
+
so historical dates will also have the right offsets. For example, before
|
| 441 |
+
the adoption of the UTC standards, New York used local solar mean time:
|
| 442 |
+
|
| 443 |
+
.. doctest:: tzfile
|
| 444 |
+
|
| 445 |
+
>>> print(datetime(1901, 4, 12, tzinfo=NYC)) # LMT
|
| 446 |
+
1901-04-12 00:00:00-04:56
|
| 447 |
+
|
| 448 |
+
And during World War II, New York was on "Eastern War Time", which was a
|
| 449 |
+
state of permanent daylight saving time:
|
| 450 |
+
|
| 451 |
+
.. doctest:: tzfile
|
| 452 |
+
|
| 453 |
+
>>> print(datetime(1944, 2, 7, tzinfo=NYC)) # EWT
|
| 454 |
+
1944-02-07 00:00:00-04:00
|
| 455 |
+
|
| 456 |
+
"""
|
| 457 |
+
|
| 458 |
+
def __init__(self, fileobj, filename=None):
|
| 459 |
+
super(tzfile, self).__init__()
|
| 460 |
+
|
| 461 |
+
file_opened_here = False
|
| 462 |
+
if isinstance(fileobj, string_types):
|
| 463 |
+
self._filename = fileobj
|
| 464 |
+
fileobj = open(fileobj, 'rb')
|
| 465 |
+
file_opened_here = True
|
| 466 |
+
elif filename is not None:
|
| 467 |
+
self._filename = filename
|
| 468 |
+
elif hasattr(fileobj, "name"):
|
| 469 |
+
self._filename = fileobj.name
|
| 470 |
+
else:
|
| 471 |
+
self._filename = repr(fileobj)
|
| 472 |
+
|
| 473 |
+
if fileobj is not None:
|
| 474 |
+
if not file_opened_here:
|
| 475 |
+
fileobj = _nullcontext(fileobj)
|
| 476 |
+
|
| 477 |
+
with fileobj as file_stream:
|
| 478 |
+
tzobj = self._read_tzfile(file_stream)
|
| 479 |
+
|
| 480 |
+
self._set_tzdata(tzobj)
|
| 481 |
+
|
| 482 |
+
def _set_tzdata(self, tzobj):
|
| 483 |
+
""" Set the time zone data of this object from a _tzfile object """
|
| 484 |
+
# Copy the relevant attributes over as private attributes
|
| 485 |
+
for attr in _tzfile.attrs:
|
| 486 |
+
setattr(self, '_' + attr, getattr(tzobj, attr))
|
| 487 |
+
|
| 488 |
+
def _read_tzfile(self, fileobj):
|
| 489 |
+
out = _tzfile()
|
| 490 |
+
|
| 491 |
+
# From tzfile(5):
|
| 492 |
+
#
|
| 493 |
+
# The time zone information files used by tzset(3)
|
| 494 |
+
# begin with the magic characters "TZif" to identify
|
| 495 |
+
# them as time zone information files, followed by
|
| 496 |
+
# sixteen bytes reserved for future use, followed by
|
| 497 |
+
# six four-byte values of type long, written in a
|
| 498 |
+
# ``standard'' byte order (the high-order byte
|
| 499 |
+
# of the value is written first).
|
| 500 |
+
if fileobj.read(4).decode() != "TZif":
|
| 501 |
+
raise ValueError("magic not found")
|
| 502 |
+
|
| 503 |
+
fileobj.read(16)
|
| 504 |
+
|
| 505 |
+
(
|
| 506 |
+
# The number of UTC/local indicators stored in the file.
|
| 507 |
+
ttisgmtcnt,
|
| 508 |
+
|
| 509 |
+
# The number of standard/wall indicators stored in the file.
|
| 510 |
+
ttisstdcnt,
|
| 511 |
+
|
| 512 |
+
# The number of leap seconds for which data is
|
| 513 |
+
# stored in the file.
|
| 514 |
+
leapcnt,
|
| 515 |
+
|
| 516 |
+
# The number of "transition times" for which data
|
| 517 |
+
# is stored in the file.
|
| 518 |
+
timecnt,
|
| 519 |
+
|
| 520 |
+
# The number of "local time types" for which data
|
| 521 |
+
# is stored in the file (must not be zero).
|
| 522 |
+
typecnt,
|
| 523 |
+
|
| 524 |
+
# The number of characters of "time zone
|
| 525 |
+
# abbreviation strings" stored in the file.
|
| 526 |
+
charcnt,
|
| 527 |
+
|
| 528 |
+
) = struct.unpack(">6l", fileobj.read(24))
|
| 529 |
+
|
| 530 |
+
# The above header is followed by tzh_timecnt four-byte
|
| 531 |
+
# values of type long, sorted in ascending order.
|
| 532 |
+
# These values are written in ``standard'' byte order.
|
| 533 |
+
# Each is used as a transition time (as returned by
|
| 534 |
+
# time(2)) at which the rules for computing local time
|
| 535 |
+
# change.
|
| 536 |
+
|
| 537 |
+
if timecnt:
|
| 538 |
+
out.trans_list_utc = list(struct.unpack(">%dl" % timecnt,
|
| 539 |
+
fileobj.read(timecnt*4)))
|
| 540 |
+
else:
|
| 541 |
+
out.trans_list_utc = []
|
| 542 |
+
|
| 543 |
+
# Next come tzh_timecnt one-byte values of type unsigned
|
| 544 |
+
# char; each one tells which of the different types of
|
| 545 |
+
# ``local time'' types described in the file is associated
|
| 546 |
+
# with the same-indexed transition time. These values
|
| 547 |
+
# serve as indices into an array of ttinfo structures that
|
| 548 |
+
# appears next in the file.
|
| 549 |
+
|
| 550 |
+
if timecnt:
|
| 551 |
+
out.trans_idx = struct.unpack(">%dB" % timecnt,
|
| 552 |
+
fileobj.read(timecnt))
|
| 553 |
+
else:
|
| 554 |
+
out.trans_idx = []
|
| 555 |
+
|
| 556 |
+
# Each ttinfo structure is written as a four-byte value
|
| 557 |
+
# for tt_gmtoff of type long, in a standard byte
|
| 558 |
+
# order, followed by a one-byte value for tt_isdst
|
| 559 |
+
# and a one-byte value for tt_abbrind. In each
|
| 560 |
+
# structure, tt_gmtoff gives the number of
|
| 561 |
+
# seconds to be added to UTC, tt_isdst tells whether
|
| 562 |
+
# tm_isdst should be set by localtime(3), and
|
| 563 |
+
# tt_abbrind serves as an index into the array of
|
| 564 |
+
# time zone abbreviation characters that follow the
|
| 565 |
+
# ttinfo structure(s) in the file.
|
| 566 |
+
|
| 567 |
+
ttinfo = []
|
| 568 |
+
|
| 569 |
+
for i in range(typecnt):
|
| 570 |
+
ttinfo.append(struct.unpack(">lbb", fileobj.read(6)))
|
| 571 |
+
|
| 572 |
+
abbr = fileobj.read(charcnt).decode()
|
| 573 |
+
|
| 574 |
+
# Then there are tzh_leapcnt pairs of four-byte
|
| 575 |
+
# values, written in standard byte order; the
|
| 576 |
+
# first value of each pair gives the time (as
|
| 577 |
+
# returned by time(2)) at which a leap second
|
| 578 |
+
# occurs; the second gives the total number of
|
| 579 |
+
# leap seconds to be applied after the given time.
|
| 580 |
+
# The pairs of values are sorted in ascending order
|
| 581 |
+
# by time.
|
| 582 |
+
|
| 583 |
+
# Not used, for now (but seek for correct file position)
|
| 584 |
+
if leapcnt:
|
| 585 |
+
fileobj.seek(leapcnt * 8, os.SEEK_CUR)
|
| 586 |
+
|
| 587 |
+
# Then there are tzh_ttisstdcnt standard/wall
|
| 588 |
+
# indicators, each stored as a one-byte value;
|
| 589 |
+
# they tell whether the transition times associated
|
| 590 |
+
# with local time types were specified as standard
|
| 591 |
+
# time or wall clock time, and are used when
|
| 592 |
+
# a time zone file is used in handling POSIX-style
|
| 593 |
+
# time zone environment variables.
|
| 594 |
+
|
| 595 |
+
if ttisstdcnt:
|
| 596 |
+
isstd = struct.unpack(">%db" % ttisstdcnt,
|
| 597 |
+
fileobj.read(ttisstdcnt))
|
| 598 |
+
|
| 599 |
+
# Finally, there are tzh_ttisgmtcnt UTC/local
|
| 600 |
+
# indicators, each stored as a one-byte value;
|
| 601 |
+
# they tell whether the transition times associated
|
| 602 |
+
# with local time types were specified as UTC or
|
| 603 |
+
# local time, and are used when a time zone file
|
| 604 |
+
# is used in handling POSIX-style time zone envi-
|
| 605 |
+
# ronment variables.
|
| 606 |
+
|
| 607 |
+
if ttisgmtcnt:
|
| 608 |
+
isgmt = struct.unpack(">%db" % ttisgmtcnt,
|
| 609 |
+
fileobj.read(ttisgmtcnt))
|
| 610 |
+
|
| 611 |
+
# Build ttinfo list
|
| 612 |
+
out.ttinfo_list = []
|
| 613 |
+
for i in range(typecnt):
|
| 614 |
+
gmtoff, isdst, abbrind = ttinfo[i]
|
| 615 |
+
gmtoff = _get_supported_offset(gmtoff)
|
| 616 |
+
tti = _ttinfo()
|
| 617 |
+
tti.offset = gmtoff
|
| 618 |
+
tti.dstoffset = datetime.timedelta(0)
|
| 619 |
+
tti.delta = datetime.timedelta(seconds=gmtoff)
|
| 620 |
+
tti.isdst = isdst
|
| 621 |
+
tti.abbr = abbr[abbrind:abbr.find('\x00', abbrind)]
|
| 622 |
+
tti.isstd = (ttisstdcnt > i and isstd[i] != 0)
|
| 623 |
+
tti.isgmt = (ttisgmtcnt > i and isgmt[i] != 0)
|
| 624 |
+
out.ttinfo_list.append(tti)
|
| 625 |
+
|
| 626 |
+
# Replace ttinfo indexes for ttinfo objects.
|
| 627 |
+
out.trans_idx = [out.ttinfo_list[idx] for idx in out.trans_idx]
|
| 628 |
+
|
| 629 |
+
# Set standard, dst, and before ttinfos. before will be
|
| 630 |
+
# used when a given time is before any transitions,
|
| 631 |
+
# and will be set to the first non-dst ttinfo, or to
|
| 632 |
+
# the first dst, if all of them are dst.
|
| 633 |
+
out.ttinfo_std = None
|
| 634 |
+
out.ttinfo_dst = None
|
| 635 |
+
out.ttinfo_before = None
|
| 636 |
+
if out.ttinfo_list:
|
| 637 |
+
if not out.trans_list_utc:
|
| 638 |
+
out.ttinfo_std = out.ttinfo_first = out.ttinfo_list[0]
|
| 639 |
+
else:
|
| 640 |
+
for i in range(timecnt-1, -1, -1):
|
| 641 |
+
tti = out.trans_idx[i]
|
| 642 |
+
if not out.ttinfo_std and not tti.isdst:
|
| 643 |
+
out.ttinfo_std = tti
|
| 644 |
+
elif not out.ttinfo_dst and tti.isdst:
|
| 645 |
+
out.ttinfo_dst = tti
|
| 646 |
+
|
| 647 |
+
if out.ttinfo_std and out.ttinfo_dst:
|
| 648 |
+
break
|
| 649 |
+
else:
|
| 650 |
+
if out.ttinfo_dst and not out.ttinfo_std:
|
| 651 |
+
out.ttinfo_std = out.ttinfo_dst
|
| 652 |
+
|
| 653 |
+
for tti in out.ttinfo_list:
|
| 654 |
+
if not tti.isdst:
|
| 655 |
+
out.ttinfo_before = tti
|
| 656 |
+
break
|
| 657 |
+
else:
|
| 658 |
+
out.ttinfo_before = out.ttinfo_list[0]
|
| 659 |
+
|
| 660 |
+
# Now fix transition times to become relative to wall time.
|
| 661 |
+
#
|
| 662 |
+
# I'm not sure about this. In my tests, the tz source file
|
| 663 |
+
# is setup to wall time, and in the binary file isstd and
|
| 664 |
+
# isgmt are off, so it should be in wall time. OTOH, it's
|
| 665 |
+
# always in gmt time. Let me know if you have comments
|
| 666 |
+
# about this.
|
| 667 |
+
lastdst = None
|
| 668 |
+
lastoffset = None
|
| 669 |
+
lastdstoffset = None
|
| 670 |
+
lastbaseoffset = None
|
| 671 |
+
out.trans_list = []
|
| 672 |
+
|
| 673 |
+
for i, tti in enumerate(out.trans_idx):
|
| 674 |
+
offset = tti.offset
|
| 675 |
+
dstoffset = 0
|
| 676 |
+
|
| 677 |
+
if lastdst is not None:
|
| 678 |
+
if tti.isdst:
|
| 679 |
+
if not lastdst:
|
| 680 |
+
dstoffset = offset - lastoffset
|
| 681 |
+
|
| 682 |
+
if not dstoffset and lastdstoffset:
|
| 683 |
+
dstoffset = lastdstoffset
|
| 684 |
+
|
| 685 |
+
tti.dstoffset = datetime.timedelta(seconds=dstoffset)
|
| 686 |
+
lastdstoffset = dstoffset
|
| 687 |
+
|
| 688 |
+
# If a time zone changes its base offset during a DST transition,
|
| 689 |
+
# then you need to adjust by the previous base offset to get the
|
| 690 |
+
# transition time in local time. Otherwise you use the current
|
| 691 |
+
# base offset. Ideally, I would have some mathematical proof of
|
| 692 |
+
# why this is true, but I haven't really thought about it enough.
|
| 693 |
+
baseoffset = offset - dstoffset
|
| 694 |
+
adjustment = baseoffset
|
| 695 |
+
if (lastbaseoffset is not None and baseoffset != lastbaseoffset
|
| 696 |
+
and tti.isdst != lastdst):
|
| 697 |
+
# The base DST has changed
|
| 698 |
+
adjustment = lastbaseoffset
|
| 699 |
+
|
| 700 |
+
lastdst = tti.isdst
|
| 701 |
+
lastoffset = offset
|
| 702 |
+
lastbaseoffset = baseoffset
|
| 703 |
+
|
| 704 |
+
out.trans_list.append(out.trans_list_utc[i] + adjustment)
|
| 705 |
+
|
| 706 |
+
out.trans_idx = tuple(out.trans_idx)
|
| 707 |
+
out.trans_list = tuple(out.trans_list)
|
| 708 |
+
out.trans_list_utc = tuple(out.trans_list_utc)
|
| 709 |
+
|
| 710 |
+
return out
|
| 711 |
+
|
| 712 |
+
def _find_last_transition(self, dt, in_utc=False):
|
| 713 |
+
# If there's no list, there are no transitions to find
|
| 714 |
+
if not self._trans_list:
|
| 715 |
+
return None
|
| 716 |
+
|
| 717 |
+
timestamp = _datetime_to_timestamp(dt)
|
| 718 |
+
|
| 719 |
+
# Find where the timestamp fits in the transition list - if the
|
| 720 |
+
# timestamp is a transition time, it's part of the "after" period.
|
| 721 |
+
trans_list = self._trans_list_utc if in_utc else self._trans_list
|
| 722 |
+
idx = bisect.bisect_right(trans_list, timestamp)
|
| 723 |
+
|
| 724 |
+
# We want to know when the previous transition was, so subtract off 1
|
| 725 |
+
return idx - 1
|
| 726 |
+
|
| 727 |
+
def _get_ttinfo(self, idx):
|
| 728 |
+
# For no list or after the last transition, default to _ttinfo_std
|
| 729 |
+
if idx is None or (idx + 1) >= len(self._trans_list):
|
| 730 |
+
return self._ttinfo_std
|
| 731 |
+
|
| 732 |
+
# If there is a list and the time is before it, return _ttinfo_before
|
| 733 |
+
if idx < 0:
|
| 734 |
+
return self._ttinfo_before
|
| 735 |
+
|
| 736 |
+
return self._trans_idx[idx]
|
| 737 |
+
|
| 738 |
+
def _find_ttinfo(self, dt):
|
| 739 |
+
idx = self._resolve_ambiguous_time(dt)
|
| 740 |
+
|
| 741 |
+
return self._get_ttinfo(idx)
|
| 742 |
+
|
| 743 |
+
def fromutc(self, dt):
|
| 744 |
+
"""
|
| 745 |
+
The ``tzfile`` implementation of :py:func:`datetime.tzinfo.fromutc`.
|
| 746 |
+
|
| 747 |
+
:param dt:
|
| 748 |
+
A :py:class:`datetime.datetime` object.
|
| 749 |
+
|
| 750 |
+
:raises TypeError:
|
| 751 |
+
Raised if ``dt`` is not a :py:class:`datetime.datetime` object.
|
| 752 |
+
|
| 753 |
+
:raises ValueError:
|
| 754 |
+
Raised if this is called with a ``dt`` which does not have this
|
| 755 |
+
``tzinfo`` attached.
|
| 756 |
+
|
| 757 |
+
:return:
|
| 758 |
+
Returns a :py:class:`datetime.datetime` object representing the
|
| 759 |
+
wall time in ``self``'s time zone.
|
| 760 |
+
"""
|
| 761 |
+
# These isinstance checks are in datetime.tzinfo, so we'll preserve
|
| 762 |
+
# them, even if we don't care about duck typing.
|
| 763 |
+
if not isinstance(dt, datetime.datetime):
|
| 764 |
+
raise TypeError("fromutc() requires a datetime argument")
|
| 765 |
+
|
| 766 |
+
if dt.tzinfo is not self:
|
| 767 |
+
raise ValueError("dt.tzinfo is not self")
|
| 768 |
+
|
| 769 |
+
# First treat UTC as wall time and get the transition we're in.
|
| 770 |
+
idx = self._find_last_transition(dt, in_utc=True)
|
| 771 |
+
tti = self._get_ttinfo(idx)
|
| 772 |
+
|
| 773 |
+
dt_out = dt + datetime.timedelta(seconds=tti.offset)
|
| 774 |
+
|
| 775 |
+
fold = self.is_ambiguous(dt_out, idx=idx)
|
| 776 |
+
|
| 777 |
+
return enfold(dt_out, fold=int(fold))
|
| 778 |
+
|
| 779 |
+
def is_ambiguous(self, dt, idx=None):
|
| 780 |
+
"""
|
| 781 |
+
Whether or not the "wall time" of a given datetime is ambiguous in this
|
| 782 |
+
zone.
|
| 783 |
+
|
| 784 |
+
:param dt:
|
| 785 |
+
A :py:class:`datetime.datetime`, naive or time zone aware.
|
| 786 |
+
|
| 787 |
+
|
| 788 |
+
:return:
|
| 789 |
+
Returns ``True`` if ambiguous, ``False`` otherwise.
|
| 790 |
+
|
| 791 |
+
.. versionadded:: 2.6.0
|
| 792 |
+
"""
|
| 793 |
+
if idx is None:
|
| 794 |
+
idx = self._find_last_transition(dt)
|
| 795 |
+
|
| 796 |
+
# Calculate the difference in offsets from current to previous
|
| 797 |
+
timestamp = _datetime_to_timestamp(dt)
|
| 798 |
+
tti = self._get_ttinfo(idx)
|
| 799 |
+
|
| 800 |
+
if idx is None or idx <= 0:
|
| 801 |
+
return False
|
| 802 |
+
|
| 803 |
+
od = self._get_ttinfo(idx - 1).offset - tti.offset
|
| 804 |
+
tt = self._trans_list[idx] # Transition time
|
| 805 |
+
|
| 806 |
+
return timestamp < tt + od
|
| 807 |
+
|
| 808 |
+
def _resolve_ambiguous_time(self, dt):
|
| 809 |
+
idx = self._find_last_transition(dt)
|
| 810 |
+
|
| 811 |
+
# If we have no transitions, return the index
|
| 812 |
+
_fold = self._fold(dt)
|
| 813 |
+
if idx is None or idx == 0:
|
| 814 |
+
return idx
|
| 815 |
+
|
| 816 |
+
# If it's ambiguous and we're in a fold, shift to a different index.
|
| 817 |
+
idx_offset = int(not _fold and self.is_ambiguous(dt, idx))
|
| 818 |
+
|
| 819 |
+
return idx - idx_offset
|
| 820 |
+
|
| 821 |
+
def utcoffset(self, dt):
|
| 822 |
+
if dt is None:
|
| 823 |
+
return None
|
| 824 |
+
|
| 825 |
+
if not self._ttinfo_std:
|
| 826 |
+
return ZERO
|
| 827 |
+
|
| 828 |
+
return self._find_ttinfo(dt).delta
|
| 829 |
+
|
| 830 |
+
def dst(self, dt):
|
| 831 |
+
if dt is None:
|
| 832 |
+
return None
|
| 833 |
+
|
| 834 |
+
if not self._ttinfo_dst:
|
| 835 |
+
return ZERO
|
| 836 |
+
|
| 837 |
+
tti = self._find_ttinfo(dt)
|
| 838 |
+
|
| 839 |
+
if not tti.isdst:
|
| 840 |
+
return ZERO
|
| 841 |
+
|
| 842 |
+
# The documentation says that utcoffset()-dst() must
|
| 843 |
+
# be constant for every dt.
|
| 844 |
+
return tti.dstoffset
|
| 845 |
+
|
| 846 |
+
@tzname_in_python2
|
| 847 |
+
def tzname(self, dt):
|
| 848 |
+
if not self._ttinfo_std or dt is None:
|
| 849 |
+
return None
|
| 850 |
+
return self._find_ttinfo(dt).abbr
|
| 851 |
+
|
| 852 |
+
def __eq__(self, other):
|
| 853 |
+
if not isinstance(other, tzfile):
|
| 854 |
+
return NotImplemented
|
| 855 |
+
return (self._trans_list == other._trans_list and
|
| 856 |
+
self._trans_idx == other._trans_idx and
|
| 857 |
+
self._ttinfo_list == other._ttinfo_list)
|
| 858 |
+
|
| 859 |
+
__hash__ = None
|
| 860 |
+
|
| 861 |
+
def __ne__(self, other):
|
| 862 |
+
return not (self == other)
|
| 863 |
+
|
| 864 |
+
def __repr__(self):
|
| 865 |
+
return "%s(%s)" % (self.__class__.__name__, repr(self._filename))
|
| 866 |
+
|
| 867 |
+
def __reduce__(self):
|
| 868 |
+
return self.__reduce_ex__(None)
|
| 869 |
+
|
| 870 |
+
def __reduce_ex__(self, protocol):
|
| 871 |
+
return (self.__class__, (None, self._filename), self.__dict__)
|
| 872 |
+
|
| 873 |
+
|
| 874 |
+
class tzrange(tzrangebase):
|
| 875 |
+
"""
|
| 876 |
+
The ``tzrange`` object is a time zone specified by a set of offsets and
|
| 877 |
+
abbreviations, equivalent to the way the ``TZ`` variable can be specified
|
| 878 |
+
in POSIX-like systems, but using Python delta objects to specify DST
|
| 879 |
+
start, end and offsets.
|
| 880 |
+
|
| 881 |
+
:param stdabbr:
|
| 882 |
+
The abbreviation for standard time (e.g. ``'EST'``).
|
| 883 |
+
|
| 884 |
+
:param stdoffset:
|
| 885 |
+
An integer or :class:`datetime.timedelta` object or equivalent
|
| 886 |
+
specifying the base offset from UTC.
|
| 887 |
+
|
| 888 |
+
If unspecified, +00:00 is used.
|
| 889 |
+
|
| 890 |
+
:param dstabbr:
|
| 891 |
+
The abbreviation for DST / "Summer" time (e.g. ``'EDT'``).
|
| 892 |
+
|
| 893 |
+
If specified, with no other DST information, DST is assumed to occur
|
| 894 |
+
and the default behavior or ``dstoffset``, ``start`` and ``end`` is
|
| 895 |
+
used. If unspecified and no other DST information is specified, it
|
| 896 |
+
is assumed that this zone has no DST.
|
| 897 |
+
|
| 898 |
+
If this is unspecified and other DST information is *is* specified,
|
| 899 |
+
DST occurs in the zone but the time zone abbreviation is left
|
| 900 |
+
unchanged.
|
| 901 |
+
|
| 902 |
+
:param dstoffset:
|
| 903 |
+
A an integer or :class:`datetime.timedelta` object or equivalent
|
| 904 |
+
specifying the UTC offset during DST. If unspecified and any other DST
|
| 905 |
+
information is specified, it is assumed to be the STD offset +1 hour.
|
| 906 |
+
|
| 907 |
+
:param start:
|
| 908 |
+
A :class:`relativedelta.relativedelta` object or equivalent specifying
|
| 909 |
+
the time and time of year that daylight savings time starts. To
|
| 910 |
+
specify, for example, that DST starts at 2AM on the 2nd Sunday in
|
| 911 |
+
March, pass:
|
| 912 |
+
|
| 913 |
+
``relativedelta(hours=2, month=3, day=1, weekday=SU(+2))``
|
| 914 |
+
|
| 915 |
+
If unspecified and any other DST information is specified, the default
|
| 916 |
+
value is 2 AM on the first Sunday in April.
|
| 917 |
+
|
| 918 |
+
:param end:
|
| 919 |
+
A :class:`relativedelta.relativedelta` object or equivalent
|
| 920 |
+
representing the time and time of year that daylight savings time
|
| 921 |
+
ends, with the same specification method as in ``start``. One note is
|
| 922 |
+
that this should point to the first time in the *standard* zone, so if
|
| 923 |
+
a transition occurs at 2AM in the DST zone and the clocks are set back
|
| 924 |
+
1 hour to 1AM, set the ``hours`` parameter to +1.
|
| 925 |
+
|
| 926 |
+
|
| 927 |
+
**Examples:**
|
| 928 |
+
|
| 929 |
+
.. testsetup:: tzrange
|
| 930 |
+
|
| 931 |
+
from dateutil.tz import tzrange, tzstr
|
| 932 |
+
|
| 933 |
+
.. doctest:: tzrange
|
| 934 |
+
|
| 935 |
+
>>> tzstr('EST5EDT') == tzrange("EST", -18000, "EDT")
|
| 936 |
+
True
|
| 937 |
+
|
| 938 |
+
>>> from dateutil.relativedelta import *
|
| 939 |
+
>>> range1 = tzrange("EST", -18000, "EDT")
|
| 940 |
+
>>> range2 = tzrange("EST", -18000, "EDT", -14400,
|
| 941 |
+
... relativedelta(hours=+2, month=4, day=1,
|
| 942 |
+
... weekday=SU(+1)),
|
| 943 |
+
... relativedelta(hours=+1, month=10, day=31,
|
| 944 |
+
... weekday=SU(-1)))
|
| 945 |
+
>>> tzstr('EST5EDT') == range1 == range2
|
| 946 |
+
True
|
| 947 |
+
|
| 948 |
+
"""
|
| 949 |
+
def __init__(self, stdabbr, stdoffset=None,
|
| 950 |
+
dstabbr=None, dstoffset=None,
|
| 951 |
+
start=None, end=None):
|
| 952 |
+
|
| 953 |
+
global relativedelta
|
| 954 |
+
from dateutil import relativedelta
|
| 955 |
+
|
| 956 |
+
self._std_abbr = stdabbr
|
| 957 |
+
self._dst_abbr = dstabbr
|
| 958 |
+
|
| 959 |
+
try:
|
| 960 |
+
stdoffset = stdoffset.total_seconds()
|
| 961 |
+
except (TypeError, AttributeError):
|
| 962 |
+
pass
|
| 963 |
+
|
| 964 |
+
try:
|
| 965 |
+
dstoffset = dstoffset.total_seconds()
|
| 966 |
+
except (TypeError, AttributeError):
|
| 967 |
+
pass
|
| 968 |
+
|
| 969 |
+
if stdoffset is not None:
|
| 970 |
+
self._std_offset = datetime.timedelta(seconds=stdoffset)
|
| 971 |
+
else:
|
| 972 |
+
self._std_offset = ZERO
|
| 973 |
+
|
| 974 |
+
if dstoffset is not None:
|
| 975 |
+
self._dst_offset = datetime.timedelta(seconds=dstoffset)
|
| 976 |
+
elif dstabbr and stdoffset is not None:
|
| 977 |
+
self._dst_offset = self._std_offset + datetime.timedelta(hours=+1)
|
| 978 |
+
else:
|
| 979 |
+
self._dst_offset = ZERO
|
| 980 |
+
|
| 981 |
+
if dstabbr and start is None:
|
| 982 |
+
self._start_delta = relativedelta.relativedelta(
|
| 983 |
+
hours=+2, month=4, day=1, weekday=relativedelta.SU(+1))
|
| 984 |
+
else:
|
| 985 |
+
self._start_delta = start
|
| 986 |
+
|
| 987 |
+
if dstabbr and end is None:
|
| 988 |
+
self._end_delta = relativedelta.relativedelta(
|
| 989 |
+
hours=+1, month=10, day=31, weekday=relativedelta.SU(-1))
|
| 990 |
+
else:
|
| 991 |
+
self._end_delta = end
|
| 992 |
+
|
| 993 |
+
self._dst_base_offset_ = self._dst_offset - self._std_offset
|
| 994 |
+
self.hasdst = bool(self._start_delta)
|
| 995 |
+
|
| 996 |
+
def transitions(self, year):
|
| 997 |
+
"""
|
| 998 |
+
For a given year, get the DST on and off transition times, expressed
|
| 999 |
+
always on the standard time side. For zones with no transitions, this
|
| 1000 |
+
function returns ``None``.
|
| 1001 |
+
|
| 1002 |
+
:param year:
|
| 1003 |
+
The year whose transitions you would like to query.
|
| 1004 |
+
|
| 1005 |
+
:return:
|
| 1006 |
+
Returns a :class:`tuple` of :class:`datetime.datetime` objects,
|
| 1007 |
+
``(dston, dstoff)`` for zones with an annual DST transition, or
|
| 1008 |
+
``None`` for fixed offset zones.
|
| 1009 |
+
"""
|
| 1010 |
+
if not self.hasdst:
|
| 1011 |
+
return None
|
| 1012 |
+
|
| 1013 |
+
base_year = datetime.datetime(year, 1, 1)
|
| 1014 |
+
|
| 1015 |
+
start = base_year + self._start_delta
|
| 1016 |
+
end = base_year + self._end_delta
|
| 1017 |
+
|
| 1018 |
+
return (start, end)
|
| 1019 |
+
|
| 1020 |
+
def __eq__(self, other):
|
| 1021 |
+
if not isinstance(other, tzrange):
|
| 1022 |
+
return NotImplemented
|
| 1023 |
+
|
| 1024 |
+
return (self._std_abbr == other._std_abbr and
|
| 1025 |
+
self._dst_abbr == other._dst_abbr and
|
| 1026 |
+
self._std_offset == other._std_offset and
|
| 1027 |
+
self._dst_offset == other._dst_offset and
|
| 1028 |
+
self._start_delta == other._start_delta and
|
| 1029 |
+
self._end_delta == other._end_delta)
|
| 1030 |
+
|
| 1031 |
+
@property
|
| 1032 |
+
def _dst_base_offset(self):
|
| 1033 |
+
return self._dst_base_offset_
|
| 1034 |
+
|
| 1035 |
+
|
| 1036 |
+
@six.add_metaclass(_TzStrFactory)
|
| 1037 |
+
class tzstr(tzrange):
|
| 1038 |
+
"""
|
| 1039 |
+
``tzstr`` objects are time zone objects specified by a time-zone string as
|
| 1040 |
+
it would be passed to a ``TZ`` variable on POSIX-style systems (see
|
| 1041 |
+
the `GNU C Library: TZ Variable`_ for more details).
|
| 1042 |
+
|
| 1043 |
+
There is one notable exception, which is that POSIX-style time zones use an
|
| 1044 |
+
inverted offset format, so normally ``GMT+3`` would be parsed as an offset
|
| 1045 |
+
3 hours *behind* GMT. The ``tzstr`` time zone object will parse this as an
|
| 1046 |
+
offset 3 hours *ahead* of GMT. If you would like to maintain the POSIX
|
| 1047 |
+
behavior, pass a ``True`` value to ``posix_offset``.
|
| 1048 |
+
|
| 1049 |
+
The :class:`tzrange` object provides the same functionality, but is
|
| 1050 |
+
specified using :class:`relativedelta.relativedelta` objects. rather than
|
| 1051 |
+
strings.
|
| 1052 |
+
|
| 1053 |
+
:param s:
|
| 1054 |
+
A time zone string in ``TZ`` variable format. This can be a
|
| 1055 |
+
:class:`bytes` (2.x: :class:`str`), :class:`str` (2.x:
|
| 1056 |
+
:class:`unicode`) or a stream emitting unicode characters
|
| 1057 |
+
(e.g. :class:`StringIO`).
|
| 1058 |
+
|
| 1059 |
+
:param posix_offset:
|
| 1060 |
+
Optional. If set to ``True``, interpret strings such as ``GMT+3`` or
|
| 1061 |
+
``UTC+3`` as being 3 hours *behind* UTC rather than ahead, per the
|
| 1062 |
+
POSIX standard.
|
| 1063 |
+
|
| 1064 |
+
.. caution::
|
| 1065 |
+
|
| 1066 |
+
Prior to version 2.7.0, this function also supported time zones
|
| 1067 |
+
in the format:
|
| 1068 |
+
|
| 1069 |
+
* ``EST5EDT,4,0,6,7200,10,0,26,7200,3600``
|
| 1070 |
+
* ``EST5EDT,4,1,0,7200,10,-1,0,7200,3600``
|
| 1071 |
+
|
| 1072 |
+
This format is non-standard and has been deprecated; this function
|
| 1073 |
+
will raise a :class:`DeprecatedTZFormatWarning` until
|
| 1074 |
+
support is removed in a future version.
|
| 1075 |
+
|
| 1076 |
+
.. _`GNU C Library: TZ Variable`:
|
| 1077 |
+
https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html
|
| 1078 |
+
"""
|
| 1079 |
+
def __init__(self, s, posix_offset=False):
|
| 1080 |
+
global parser
|
| 1081 |
+
from dateutil.parser import _parser as parser
|
| 1082 |
+
|
| 1083 |
+
self._s = s
|
| 1084 |
+
|
| 1085 |
+
res = parser._parsetz(s)
|
| 1086 |
+
if res is None or res.any_unused_tokens:
|
| 1087 |
+
raise ValueError("unknown string format")
|
| 1088 |
+
|
| 1089 |
+
# Here we break the compatibility with the TZ variable handling.
|
| 1090 |
+
# GMT-3 actually *means* the timezone -3.
|
| 1091 |
+
if res.stdabbr in ("GMT", "UTC") and not posix_offset:
|
| 1092 |
+
res.stdoffset *= -1
|
| 1093 |
+
|
| 1094 |
+
# We must initialize it first, since _delta() needs
|
| 1095 |
+
# _std_offset and _dst_offset set. Use False in start/end
|
| 1096 |
+
# to avoid building it two times.
|
| 1097 |
+
tzrange.__init__(self, res.stdabbr, res.stdoffset,
|
| 1098 |
+
res.dstabbr, res.dstoffset,
|
| 1099 |
+
start=False, end=False)
|
| 1100 |
+
|
| 1101 |
+
if not res.dstabbr:
|
| 1102 |
+
self._start_delta = None
|
| 1103 |
+
self._end_delta = None
|
| 1104 |
+
else:
|
| 1105 |
+
self._start_delta = self._delta(res.start)
|
| 1106 |
+
if self._start_delta:
|
| 1107 |
+
self._end_delta = self._delta(res.end, isend=1)
|
| 1108 |
+
|
| 1109 |
+
self.hasdst = bool(self._start_delta)
|
| 1110 |
+
|
| 1111 |
+
def _delta(self, x, isend=0):
|
| 1112 |
+
from dateutil import relativedelta
|
| 1113 |
+
kwargs = {}
|
| 1114 |
+
if x.month is not None:
|
| 1115 |
+
kwargs["month"] = x.month
|
| 1116 |
+
if x.weekday is not None:
|
| 1117 |
+
kwargs["weekday"] = relativedelta.weekday(x.weekday, x.week)
|
| 1118 |
+
if x.week > 0:
|
| 1119 |
+
kwargs["day"] = 1
|
| 1120 |
+
else:
|
| 1121 |
+
kwargs["day"] = 31
|
| 1122 |
+
elif x.day:
|
| 1123 |
+
kwargs["day"] = x.day
|
| 1124 |
+
elif x.yday is not None:
|
| 1125 |
+
kwargs["yearday"] = x.yday
|
| 1126 |
+
elif x.jyday is not None:
|
| 1127 |
+
kwargs["nlyearday"] = x.jyday
|
| 1128 |
+
if not kwargs:
|
| 1129 |
+
# Default is to start on first sunday of april, and end
|
| 1130 |
+
# on last sunday of october.
|
| 1131 |
+
if not isend:
|
| 1132 |
+
kwargs["month"] = 4
|
| 1133 |
+
kwargs["day"] = 1
|
| 1134 |
+
kwargs["weekday"] = relativedelta.SU(+1)
|
| 1135 |
+
else:
|
| 1136 |
+
kwargs["month"] = 10
|
| 1137 |
+
kwargs["day"] = 31
|
| 1138 |
+
kwargs["weekday"] = relativedelta.SU(-1)
|
| 1139 |
+
if x.time is not None:
|
| 1140 |
+
kwargs["seconds"] = x.time
|
| 1141 |
+
else:
|
| 1142 |
+
# Default is 2AM.
|
| 1143 |
+
kwargs["seconds"] = 7200
|
| 1144 |
+
if isend:
|
| 1145 |
+
# Convert to standard time, to follow the documented way
|
| 1146 |
+
# of working with the extra hour. See the documentation
|
| 1147 |
+
# of the tzinfo class.
|
| 1148 |
+
delta = self._dst_offset - self._std_offset
|
| 1149 |
+
kwargs["seconds"] -= delta.seconds + delta.days * 86400
|
| 1150 |
+
return relativedelta.relativedelta(**kwargs)
|
| 1151 |
+
|
| 1152 |
+
def __repr__(self):
|
| 1153 |
+
return "%s(%s)" % (self.__class__.__name__, repr(self._s))
|
| 1154 |
+
|
| 1155 |
+
|
| 1156 |
+
class _tzicalvtzcomp(object):
|
| 1157 |
+
def __init__(self, tzoffsetfrom, tzoffsetto, isdst,
|
| 1158 |
+
tzname=None, rrule=None):
|
| 1159 |
+
self.tzoffsetfrom = datetime.timedelta(seconds=tzoffsetfrom)
|
| 1160 |
+
self.tzoffsetto = datetime.timedelta(seconds=tzoffsetto)
|
| 1161 |
+
self.tzoffsetdiff = self.tzoffsetto - self.tzoffsetfrom
|
| 1162 |
+
self.isdst = isdst
|
| 1163 |
+
self.tzname = tzname
|
| 1164 |
+
self.rrule = rrule
|
| 1165 |
+
|
| 1166 |
+
|
| 1167 |
+
class _tzicalvtz(_tzinfo):
|
| 1168 |
+
def __init__(self, tzid, comps=[]):
|
| 1169 |
+
super(_tzicalvtz, self).__init__()
|
| 1170 |
+
|
| 1171 |
+
self._tzid = tzid
|
| 1172 |
+
self._comps = comps
|
| 1173 |
+
self._cachedate = []
|
| 1174 |
+
self._cachecomp = []
|
| 1175 |
+
self._cache_lock = _thread.allocate_lock()
|
| 1176 |
+
|
| 1177 |
+
def _find_comp(self, dt):
|
| 1178 |
+
if len(self._comps) == 1:
|
| 1179 |
+
return self._comps[0]
|
| 1180 |
+
|
| 1181 |
+
dt = dt.replace(tzinfo=None)
|
| 1182 |
+
|
| 1183 |
+
try:
|
| 1184 |
+
with self._cache_lock:
|
| 1185 |
+
return self._cachecomp[self._cachedate.index(
|
| 1186 |
+
(dt, self._fold(dt)))]
|
| 1187 |
+
except ValueError:
|
| 1188 |
+
pass
|
| 1189 |
+
|
| 1190 |
+
lastcompdt = None
|
| 1191 |
+
lastcomp = None
|
| 1192 |
+
|
| 1193 |
+
for comp in self._comps:
|
| 1194 |
+
compdt = self._find_compdt(comp, dt)
|
| 1195 |
+
|
| 1196 |
+
if compdt and (not lastcompdt or lastcompdt < compdt):
|
| 1197 |
+
lastcompdt = compdt
|
| 1198 |
+
lastcomp = comp
|
| 1199 |
+
|
| 1200 |
+
if not lastcomp:
|
| 1201 |
+
# RFC says nothing about what to do when a given
|
| 1202 |
+
# time is before the first onset date. We'll look for the
|
| 1203 |
+
# first standard component, or the first component, if
|
| 1204 |
+
# none is found.
|
| 1205 |
+
for comp in self._comps:
|
| 1206 |
+
if not comp.isdst:
|
| 1207 |
+
lastcomp = comp
|
| 1208 |
+
break
|
| 1209 |
+
else:
|
| 1210 |
+
lastcomp = comp[0]
|
| 1211 |
+
|
| 1212 |
+
with self._cache_lock:
|
| 1213 |
+
self._cachedate.insert(0, (dt, self._fold(dt)))
|
| 1214 |
+
self._cachecomp.insert(0, lastcomp)
|
| 1215 |
+
|
| 1216 |
+
if len(self._cachedate) > 10:
|
| 1217 |
+
self._cachedate.pop()
|
| 1218 |
+
self._cachecomp.pop()
|
| 1219 |
+
|
| 1220 |
+
return lastcomp
|
| 1221 |
+
|
| 1222 |
+
def _find_compdt(self, comp, dt):
|
| 1223 |
+
if comp.tzoffsetdiff < ZERO and self._fold(dt):
|
| 1224 |
+
dt -= comp.tzoffsetdiff
|
| 1225 |
+
|
| 1226 |
+
compdt = comp.rrule.before(dt, inc=True)
|
| 1227 |
+
|
| 1228 |
+
return compdt
|
| 1229 |
+
|
| 1230 |
+
def utcoffset(self, dt):
|
| 1231 |
+
if dt is None:
|
| 1232 |
+
return None
|
| 1233 |
+
|
| 1234 |
+
return self._find_comp(dt).tzoffsetto
|
| 1235 |
+
|
| 1236 |
+
def dst(self, dt):
|
| 1237 |
+
comp = self._find_comp(dt)
|
| 1238 |
+
if comp.isdst:
|
| 1239 |
+
return comp.tzoffsetdiff
|
| 1240 |
+
else:
|
| 1241 |
+
return ZERO
|
| 1242 |
+
|
| 1243 |
+
@tzname_in_python2
|
| 1244 |
+
def tzname(self, dt):
|
| 1245 |
+
return self._find_comp(dt).tzname
|
| 1246 |
+
|
| 1247 |
+
def __repr__(self):
|
| 1248 |
+
return "<tzicalvtz %s>" % repr(self._tzid)
|
| 1249 |
+
|
| 1250 |
+
__reduce__ = object.__reduce__
|
| 1251 |
+
|
| 1252 |
+
|
| 1253 |
+
class tzical(object):
|
| 1254 |
+
"""
|
| 1255 |
+
This object is designed to parse an iCalendar-style ``VTIMEZONE`` structure
|
| 1256 |
+
as set out in `RFC 5545`_ Section 4.6.5 into one or more `tzinfo` objects.
|
| 1257 |
+
|
| 1258 |
+
:param `fileobj`:
|
| 1259 |
+
A file or stream in iCalendar format, which should be UTF-8 encoded
|
| 1260 |
+
with CRLF endings.
|
| 1261 |
+
|
| 1262 |
+
.. _`RFC 5545`: https://tools.ietf.org/html/rfc5545
|
| 1263 |
+
"""
|
| 1264 |
+
def __init__(self, fileobj):
|
| 1265 |
+
global rrule
|
| 1266 |
+
from dateutil import rrule
|
| 1267 |
+
|
| 1268 |
+
if isinstance(fileobj, string_types):
|
| 1269 |
+
self._s = fileobj
|
| 1270 |
+
# ical should be encoded in UTF-8 with CRLF
|
| 1271 |
+
fileobj = open(fileobj, 'r')
|
| 1272 |
+
else:
|
| 1273 |
+
self._s = getattr(fileobj, 'name', repr(fileobj))
|
| 1274 |
+
fileobj = _nullcontext(fileobj)
|
| 1275 |
+
|
| 1276 |
+
self._vtz = {}
|
| 1277 |
+
|
| 1278 |
+
with fileobj as fobj:
|
| 1279 |
+
self._parse_rfc(fobj.read())
|
| 1280 |
+
|
| 1281 |
+
def keys(self):
|
| 1282 |
+
"""
|
| 1283 |
+
Retrieves the available time zones as a list.
|
| 1284 |
+
"""
|
| 1285 |
+
return list(self._vtz.keys())
|
| 1286 |
+
|
| 1287 |
+
def get(self, tzid=None):
|
| 1288 |
+
"""
|
| 1289 |
+
Retrieve a :py:class:`datetime.tzinfo` object by its ``tzid``.
|
| 1290 |
+
|
| 1291 |
+
:param tzid:
|
| 1292 |
+
If there is exactly one time zone available, omitting ``tzid``
|
| 1293 |
+
or passing :py:const:`None` value returns it. Otherwise a valid
|
| 1294 |
+
key (which can be retrieved from :func:`keys`) is required.
|
| 1295 |
+
|
| 1296 |
+
:raises ValueError:
|
| 1297 |
+
Raised if ``tzid`` is not specified but there are either more
|
| 1298 |
+
or fewer than 1 zone defined.
|
| 1299 |
+
|
| 1300 |
+
:returns:
|
| 1301 |
+
Returns either a :py:class:`datetime.tzinfo` object representing
|
| 1302 |
+
the relevant time zone or :py:const:`None` if the ``tzid`` was
|
| 1303 |
+
not found.
|
| 1304 |
+
"""
|
| 1305 |
+
if tzid is None:
|
| 1306 |
+
if len(self._vtz) == 0:
|
| 1307 |
+
raise ValueError("no timezones defined")
|
| 1308 |
+
elif len(self._vtz) > 1:
|
| 1309 |
+
raise ValueError("more than one timezone available")
|
| 1310 |
+
tzid = next(iter(self._vtz))
|
| 1311 |
+
|
| 1312 |
+
return self._vtz.get(tzid)
|
| 1313 |
+
|
| 1314 |
+
def _parse_offset(self, s):
|
| 1315 |
+
s = s.strip()
|
| 1316 |
+
if not s:
|
| 1317 |
+
raise ValueError("empty offset")
|
| 1318 |
+
if s[0] in ('+', '-'):
|
| 1319 |
+
signal = (-1, +1)[s[0] == '+']
|
| 1320 |
+
s = s[1:]
|
| 1321 |
+
else:
|
| 1322 |
+
signal = +1
|
| 1323 |
+
if len(s) == 4:
|
| 1324 |
+
return (int(s[:2]) * 3600 + int(s[2:]) * 60) * signal
|
| 1325 |
+
elif len(s) == 6:
|
| 1326 |
+
return (int(s[:2]) * 3600 + int(s[2:4]) * 60 + int(s[4:])) * signal
|
| 1327 |
+
else:
|
| 1328 |
+
raise ValueError("invalid offset: " + s)
|
| 1329 |
+
|
| 1330 |
+
def _parse_rfc(self, s):
|
| 1331 |
+
lines = s.splitlines()
|
| 1332 |
+
if not lines:
|
| 1333 |
+
raise ValueError("empty string")
|
| 1334 |
+
|
| 1335 |
+
# Unfold
|
| 1336 |
+
i = 0
|
| 1337 |
+
while i < len(lines):
|
| 1338 |
+
line = lines[i].rstrip()
|
| 1339 |
+
if not line:
|
| 1340 |
+
del lines[i]
|
| 1341 |
+
elif i > 0 and line[0] == " ":
|
| 1342 |
+
lines[i-1] += line[1:]
|
| 1343 |
+
del lines[i]
|
| 1344 |
+
else:
|
| 1345 |
+
i += 1
|
| 1346 |
+
|
| 1347 |
+
tzid = None
|
| 1348 |
+
comps = []
|
| 1349 |
+
invtz = False
|
| 1350 |
+
comptype = None
|
| 1351 |
+
for line in lines:
|
| 1352 |
+
if not line:
|
| 1353 |
+
continue
|
| 1354 |
+
name, value = line.split(':', 1)
|
| 1355 |
+
parms = name.split(';')
|
| 1356 |
+
if not parms:
|
| 1357 |
+
raise ValueError("empty property name")
|
| 1358 |
+
name = parms[0].upper()
|
| 1359 |
+
parms = parms[1:]
|
| 1360 |
+
if invtz:
|
| 1361 |
+
if name == "BEGIN":
|
| 1362 |
+
if value in ("STANDARD", "DAYLIGHT"):
|
| 1363 |
+
# Process component
|
| 1364 |
+
pass
|
| 1365 |
+
else:
|
| 1366 |
+
raise ValueError("unknown component: "+value)
|
| 1367 |
+
comptype = value
|
| 1368 |
+
founddtstart = False
|
| 1369 |
+
tzoffsetfrom = None
|
| 1370 |
+
tzoffsetto = None
|
| 1371 |
+
rrulelines = []
|
| 1372 |
+
tzname = None
|
| 1373 |
+
elif name == "END":
|
| 1374 |
+
if value == "VTIMEZONE":
|
| 1375 |
+
if comptype:
|
| 1376 |
+
raise ValueError("component not closed: "+comptype)
|
| 1377 |
+
if not tzid:
|
| 1378 |
+
raise ValueError("mandatory TZID not found")
|
| 1379 |
+
if not comps:
|
| 1380 |
+
raise ValueError(
|
| 1381 |
+
"at least one component is needed")
|
| 1382 |
+
# Process vtimezone
|
| 1383 |
+
self._vtz[tzid] = _tzicalvtz(tzid, comps)
|
| 1384 |
+
invtz = False
|
| 1385 |
+
elif value == comptype:
|
| 1386 |
+
if not founddtstart:
|
| 1387 |
+
raise ValueError("mandatory DTSTART not found")
|
| 1388 |
+
if tzoffsetfrom is None:
|
| 1389 |
+
raise ValueError(
|
| 1390 |
+
"mandatory TZOFFSETFROM not found")
|
| 1391 |
+
if tzoffsetto is None:
|
| 1392 |
+
raise ValueError(
|
| 1393 |
+
"mandatory TZOFFSETFROM not found")
|
| 1394 |
+
# Process component
|
| 1395 |
+
rr = None
|
| 1396 |
+
if rrulelines:
|
| 1397 |
+
rr = rrule.rrulestr("\n".join(rrulelines),
|
| 1398 |
+
compatible=True,
|
| 1399 |
+
ignoretz=True,
|
| 1400 |
+
cache=True)
|
| 1401 |
+
comp = _tzicalvtzcomp(tzoffsetfrom, tzoffsetto,
|
| 1402 |
+
(comptype == "DAYLIGHT"),
|
| 1403 |
+
tzname, rr)
|
| 1404 |
+
comps.append(comp)
|
| 1405 |
+
comptype = None
|
| 1406 |
+
else:
|
| 1407 |
+
raise ValueError("invalid component end: "+value)
|
| 1408 |
+
elif comptype:
|
| 1409 |
+
if name == "DTSTART":
|
| 1410 |
+
# DTSTART in VTIMEZONE takes a subset of valid RRULE
|
| 1411 |
+
# values under RFC 5545.
|
| 1412 |
+
for parm in parms:
|
| 1413 |
+
if parm != 'VALUE=DATE-TIME':
|
| 1414 |
+
msg = ('Unsupported DTSTART param in ' +
|
| 1415 |
+
'VTIMEZONE: ' + parm)
|
| 1416 |
+
raise ValueError(msg)
|
| 1417 |
+
rrulelines.append(line)
|
| 1418 |
+
founddtstart = True
|
| 1419 |
+
elif name in ("RRULE", "RDATE", "EXRULE", "EXDATE"):
|
| 1420 |
+
rrulelines.append(line)
|
| 1421 |
+
elif name == "TZOFFSETFROM":
|
| 1422 |
+
if parms:
|
| 1423 |
+
raise ValueError(
|
| 1424 |
+
"unsupported %s parm: %s " % (name, parms[0]))
|
| 1425 |
+
tzoffsetfrom = self._parse_offset(value)
|
| 1426 |
+
elif name == "TZOFFSETTO":
|
| 1427 |
+
if parms:
|
| 1428 |
+
raise ValueError(
|
| 1429 |
+
"unsupported TZOFFSETTO parm: "+parms[0])
|
| 1430 |
+
tzoffsetto = self._parse_offset(value)
|
| 1431 |
+
elif name == "TZNAME":
|
| 1432 |
+
if parms:
|
| 1433 |
+
raise ValueError(
|
| 1434 |
+
"unsupported TZNAME parm: "+parms[0])
|
| 1435 |
+
tzname = value
|
| 1436 |
+
elif name == "COMMENT":
|
| 1437 |
+
pass
|
| 1438 |
+
else:
|
| 1439 |
+
raise ValueError("unsupported property: "+name)
|
| 1440 |
+
else:
|
| 1441 |
+
if name == "TZID":
|
| 1442 |
+
if parms:
|
| 1443 |
+
raise ValueError(
|
| 1444 |
+
"unsupported TZID parm: "+parms[0])
|
| 1445 |
+
tzid = value
|
| 1446 |
+
elif name in ("TZURL", "LAST-MODIFIED", "COMMENT"):
|
| 1447 |
+
pass
|
| 1448 |
+
else:
|
| 1449 |
+
raise ValueError("unsupported property: "+name)
|
| 1450 |
+
elif name == "BEGIN" and value == "VTIMEZONE":
|
| 1451 |
+
tzid = None
|
| 1452 |
+
comps = []
|
| 1453 |
+
invtz = True
|
| 1454 |
+
|
| 1455 |
+
def __repr__(self):
|
| 1456 |
+
return "%s(%s)" % (self.__class__.__name__, repr(self._s))
|
| 1457 |
+
|
| 1458 |
+
|
| 1459 |
+
if sys.platform != "win32":
|
| 1460 |
+
TZFILES = ["/etc/localtime", "localtime"]
|
| 1461 |
+
TZPATHS = ["/usr/share/zoneinfo",
|
| 1462 |
+
"/usr/lib/zoneinfo",
|
| 1463 |
+
"/usr/share/lib/zoneinfo",
|
| 1464 |
+
"/etc/zoneinfo"]
|
| 1465 |
+
else:
|
| 1466 |
+
TZFILES = []
|
| 1467 |
+
TZPATHS = []
|
| 1468 |
+
|
| 1469 |
+
|
| 1470 |
+
def __get_gettz():
|
| 1471 |
+
tzlocal_classes = (tzlocal,)
|
| 1472 |
+
if tzwinlocal is not None:
|
| 1473 |
+
tzlocal_classes += (tzwinlocal,)
|
| 1474 |
+
|
| 1475 |
+
class GettzFunc(object):
|
| 1476 |
+
"""
|
| 1477 |
+
Retrieve a time zone object from a string representation
|
| 1478 |
+
|
| 1479 |
+
This function is intended to retrieve the :py:class:`tzinfo` subclass
|
| 1480 |
+
that best represents the time zone that would be used if a POSIX
|
| 1481 |
+
`TZ variable`_ were set to the same value.
|
| 1482 |
+
|
| 1483 |
+
If no argument or an empty string is passed to ``gettz``, local time
|
| 1484 |
+
is returned:
|
| 1485 |
+
|
| 1486 |
+
.. code-block:: python3
|
| 1487 |
+
|
| 1488 |
+
>>> gettz()
|
| 1489 |
+
tzfile('/etc/localtime')
|
| 1490 |
+
|
| 1491 |
+
This function is also the preferred way to map IANA tz database keys
|
| 1492 |
+
to :class:`tzfile` objects:
|
| 1493 |
+
|
| 1494 |
+
.. code-block:: python3
|
| 1495 |
+
|
| 1496 |
+
>>> gettz('Pacific/Kiritimati')
|
| 1497 |
+
tzfile('/usr/share/zoneinfo/Pacific/Kiritimati')
|
| 1498 |
+
|
| 1499 |
+
On Windows, the standard is extended to include the Windows-specific
|
| 1500 |
+
zone names provided by the operating system:
|
| 1501 |
+
|
| 1502 |
+
.. code-block:: python3
|
| 1503 |
+
|
| 1504 |
+
>>> gettz('Egypt Standard Time')
|
| 1505 |
+
tzwin('Egypt Standard Time')
|
| 1506 |
+
|
| 1507 |
+
Passing a GNU ``TZ`` style string time zone specification returns a
|
| 1508 |
+
:class:`tzstr` object:
|
| 1509 |
+
|
| 1510 |
+
.. code-block:: python3
|
| 1511 |
+
|
| 1512 |
+
>>> gettz('AEST-10AEDT-11,M10.1.0/2,M4.1.0/3')
|
| 1513 |
+
tzstr('AEST-10AEDT-11,M10.1.0/2,M4.1.0/3')
|
| 1514 |
+
|
| 1515 |
+
:param name:
|
| 1516 |
+
A time zone name (IANA, or, on Windows, Windows keys), location of
|
| 1517 |
+
a ``tzfile(5)`` zoneinfo file or ``TZ`` variable style time zone
|
| 1518 |
+
specifier. An empty string, no argument or ``None`` is interpreted
|
| 1519 |
+
as local time.
|
| 1520 |
+
|
| 1521 |
+
:return:
|
| 1522 |
+
Returns an instance of one of ``dateutil``'s :py:class:`tzinfo`
|
| 1523 |
+
subclasses.
|
| 1524 |
+
|
| 1525 |
+
.. versionchanged:: 2.7.0
|
| 1526 |
+
|
| 1527 |
+
After version 2.7.0, any two calls to ``gettz`` using the same
|
| 1528 |
+
input strings will return the same object:
|
| 1529 |
+
|
| 1530 |
+
.. code-block:: python3
|
| 1531 |
+
|
| 1532 |
+
>>> tz.gettz('America/Chicago') is tz.gettz('America/Chicago')
|
| 1533 |
+
True
|
| 1534 |
+
|
| 1535 |
+
In addition to improving performance, this ensures that
|
| 1536 |
+
`"same zone" semantics`_ are used for datetimes in the same zone.
|
| 1537 |
+
|
| 1538 |
+
|
| 1539 |
+
.. _`TZ variable`:
|
| 1540 |
+
https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html
|
| 1541 |
+
|
| 1542 |
+
.. _`"same zone" semantics`:
|
| 1543 |
+
https://blog.ganssle.io/articles/2018/02/aware-datetime-arithmetic.html
|
| 1544 |
+
"""
|
| 1545 |
+
def __init__(self):
|
| 1546 |
+
|
| 1547 |
+
self.__instances = weakref.WeakValueDictionary()
|
| 1548 |
+
self.__strong_cache_size = 8
|
| 1549 |
+
self.__strong_cache = OrderedDict()
|
| 1550 |
+
self._cache_lock = _thread.allocate_lock()
|
| 1551 |
+
|
| 1552 |
+
def __call__(self, name=None):
|
| 1553 |
+
with self._cache_lock:
|
| 1554 |
+
rv = self.__instances.get(name, None)
|
| 1555 |
+
|
| 1556 |
+
if rv is None:
|
| 1557 |
+
rv = self.nocache(name=name)
|
| 1558 |
+
if not (name is None
|
| 1559 |
+
or isinstance(rv, tzlocal_classes)
|
| 1560 |
+
or rv is None):
|
| 1561 |
+
# tzlocal is slightly more complicated than the other
|
| 1562 |
+
# time zone providers because it depends on environment
|
| 1563 |
+
# at construction time, so don't cache that.
|
| 1564 |
+
#
|
| 1565 |
+
# We also cannot store weak references to None, so we
|
| 1566 |
+
# will also not store that.
|
| 1567 |
+
self.__instances[name] = rv
|
| 1568 |
+
else:
|
| 1569 |
+
# No need for strong caching, return immediately
|
| 1570 |
+
return rv
|
| 1571 |
+
|
| 1572 |
+
self.__strong_cache[name] = self.__strong_cache.pop(name, rv)
|
| 1573 |
+
|
| 1574 |
+
if len(self.__strong_cache) > self.__strong_cache_size:
|
| 1575 |
+
self.__strong_cache.popitem(last=False)
|
| 1576 |
+
|
| 1577 |
+
return rv
|
| 1578 |
+
|
| 1579 |
+
def set_cache_size(self, size):
|
| 1580 |
+
with self._cache_lock:
|
| 1581 |
+
self.__strong_cache_size = size
|
| 1582 |
+
while len(self.__strong_cache) > size:
|
| 1583 |
+
self.__strong_cache.popitem(last=False)
|
| 1584 |
+
|
| 1585 |
+
def cache_clear(self):
|
| 1586 |
+
with self._cache_lock:
|
| 1587 |
+
self.__instances = weakref.WeakValueDictionary()
|
| 1588 |
+
self.__strong_cache.clear()
|
| 1589 |
+
|
| 1590 |
+
@staticmethod
|
| 1591 |
+
def nocache(name=None):
|
| 1592 |
+
"""A non-cached version of gettz"""
|
| 1593 |
+
tz = None
|
| 1594 |
+
if not name:
|
| 1595 |
+
try:
|
| 1596 |
+
name = os.environ["TZ"]
|
| 1597 |
+
except KeyError:
|
| 1598 |
+
pass
|
| 1599 |
+
if name is None or name in ("", ":"):
|
| 1600 |
+
for filepath in TZFILES:
|
| 1601 |
+
if not os.path.isabs(filepath):
|
| 1602 |
+
filename = filepath
|
| 1603 |
+
for path in TZPATHS:
|
| 1604 |
+
filepath = os.path.join(path, filename)
|
| 1605 |
+
if os.path.isfile(filepath):
|
| 1606 |
+
break
|
| 1607 |
+
else:
|
| 1608 |
+
continue
|
| 1609 |
+
if os.path.isfile(filepath):
|
| 1610 |
+
try:
|
| 1611 |
+
tz = tzfile(filepath)
|
| 1612 |
+
break
|
| 1613 |
+
except (IOError, OSError, ValueError):
|
| 1614 |
+
pass
|
| 1615 |
+
else:
|
| 1616 |
+
tz = tzlocal()
|
| 1617 |
+
else:
|
| 1618 |
+
try:
|
| 1619 |
+
if name.startswith(":"):
|
| 1620 |
+
name = name[1:]
|
| 1621 |
+
except TypeError as e:
|
| 1622 |
+
if isinstance(name, bytes):
|
| 1623 |
+
new_msg = "gettz argument should be str, not bytes"
|
| 1624 |
+
six.raise_from(TypeError(new_msg), e)
|
| 1625 |
+
else:
|
| 1626 |
+
raise
|
| 1627 |
+
if os.path.isabs(name):
|
| 1628 |
+
if os.path.isfile(name):
|
| 1629 |
+
tz = tzfile(name)
|
| 1630 |
+
else:
|
| 1631 |
+
tz = None
|
| 1632 |
+
else:
|
| 1633 |
+
for path in TZPATHS:
|
| 1634 |
+
filepath = os.path.join(path, name)
|
| 1635 |
+
if not os.path.isfile(filepath):
|
| 1636 |
+
filepath = filepath.replace(' ', '_')
|
| 1637 |
+
if not os.path.isfile(filepath):
|
| 1638 |
+
continue
|
| 1639 |
+
try:
|
| 1640 |
+
tz = tzfile(filepath)
|
| 1641 |
+
break
|
| 1642 |
+
except (IOError, OSError, ValueError):
|
| 1643 |
+
pass
|
| 1644 |
+
else:
|
| 1645 |
+
tz = None
|
| 1646 |
+
if tzwin is not None:
|
| 1647 |
+
try:
|
| 1648 |
+
tz = tzwin(name)
|
| 1649 |
+
except (WindowsError, UnicodeEncodeError):
|
| 1650 |
+
# UnicodeEncodeError is for Python 2.7 compat
|
| 1651 |
+
tz = None
|
| 1652 |
+
|
| 1653 |
+
if not tz:
|
| 1654 |
+
from dateutil.zoneinfo import get_zonefile_instance
|
| 1655 |
+
tz = get_zonefile_instance().get(name)
|
| 1656 |
+
|
| 1657 |
+
if not tz:
|
| 1658 |
+
for c in name:
|
| 1659 |
+
# name is not a tzstr unless it has at least
|
| 1660 |
+
# one offset. For short values of "name", an
|
| 1661 |
+
# explicit for loop seems to be the fastest way
|
| 1662 |
+
# To determine if a string contains a digit
|
| 1663 |
+
if c in "0123456789":
|
| 1664 |
+
try:
|
| 1665 |
+
tz = tzstr(name)
|
| 1666 |
+
except ValueError:
|
| 1667 |
+
pass
|
| 1668 |
+
break
|
| 1669 |
+
else:
|
| 1670 |
+
if name in ("GMT", "UTC"):
|
| 1671 |
+
tz = UTC
|
| 1672 |
+
elif name in time.tzname:
|
| 1673 |
+
tz = tzlocal()
|
| 1674 |
+
return tz
|
| 1675 |
+
|
| 1676 |
+
return GettzFunc()
|
| 1677 |
+
|
| 1678 |
+
|
| 1679 |
+
gettz = __get_gettz()
|
| 1680 |
+
del __get_gettz
|
| 1681 |
+
|
| 1682 |
+
|
| 1683 |
+
def datetime_exists(dt, tz=None):
|
| 1684 |
+
"""
|
| 1685 |
+
Given a datetime and a time zone, determine whether or not a given datetime
|
| 1686 |
+
would fall in a gap.
|
| 1687 |
+
|
| 1688 |
+
:param dt:
|
| 1689 |
+
A :class:`datetime.datetime` (whose time zone will be ignored if ``tz``
|
| 1690 |
+
is provided.)
|
| 1691 |
+
|
| 1692 |
+
:param tz:
|
| 1693 |
+
A :class:`datetime.tzinfo` with support for the ``fold`` attribute. If
|
| 1694 |
+
``None`` or not provided, the datetime's own time zone will be used.
|
| 1695 |
+
|
| 1696 |
+
:return:
|
| 1697 |
+
Returns a boolean value whether or not the "wall time" exists in
|
| 1698 |
+
``tz``.
|
| 1699 |
+
|
| 1700 |
+
.. versionadded:: 2.7.0
|
| 1701 |
+
"""
|
| 1702 |
+
if tz is None:
|
| 1703 |
+
if dt.tzinfo is None:
|
| 1704 |
+
raise ValueError('Datetime is naive and no time zone provided.')
|
| 1705 |
+
tz = dt.tzinfo
|
| 1706 |
+
|
| 1707 |
+
dt = dt.replace(tzinfo=None)
|
| 1708 |
+
|
| 1709 |
+
# This is essentially a test of whether or not the datetime can survive
|
| 1710 |
+
# a round trip to UTC.
|
| 1711 |
+
dt_rt = dt.replace(tzinfo=tz).astimezone(UTC).astimezone(tz)
|
| 1712 |
+
dt_rt = dt_rt.replace(tzinfo=None)
|
| 1713 |
+
|
| 1714 |
+
return dt == dt_rt
|
| 1715 |
+
|
| 1716 |
+
|
| 1717 |
+
def datetime_ambiguous(dt, tz=None):
|
| 1718 |
+
"""
|
| 1719 |
+
Given a datetime and a time zone, determine whether or not a given datetime
|
| 1720 |
+
is ambiguous (i.e if there are two times differentiated only by their DST
|
| 1721 |
+
status).
|
| 1722 |
+
|
| 1723 |
+
:param dt:
|
| 1724 |
+
A :class:`datetime.datetime` (whose time zone will be ignored if ``tz``
|
| 1725 |
+
is provided.)
|
| 1726 |
+
|
| 1727 |
+
:param tz:
|
| 1728 |
+
A :class:`datetime.tzinfo` with support for the ``fold`` attribute. If
|
| 1729 |
+
``None`` or not provided, the datetime's own time zone will be used.
|
| 1730 |
+
|
| 1731 |
+
:return:
|
| 1732 |
+
Returns a boolean value whether or not the "wall time" is ambiguous in
|
| 1733 |
+
``tz``.
|
| 1734 |
+
|
| 1735 |
+
.. versionadded:: 2.6.0
|
| 1736 |
+
"""
|
| 1737 |
+
if tz is None:
|
| 1738 |
+
if dt.tzinfo is None:
|
| 1739 |
+
raise ValueError('Datetime is naive and no time zone provided.')
|
| 1740 |
+
|
| 1741 |
+
tz = dt.tzinfo
|
| 1742 |
+
|
| 1743 |
+
# If a time zone defines its own "is_ambiguous" function, we'll use that.
|
| 1744 |
+
is_ambiguous_fn = getattr(tz, 'is_ambiguous', None)
|
| 1745 |
+
if is_ambiguous_fn is not None:
|
| 1746 |
+
try:
|
| 1747 |
+
return tz.is_ambiguous(dt)
|
| 1748 |
+
except Exception:
|
| 1749 |
+
pass
|
| 1750 |
+
|
| 1751 |
+
# If it doesn't come out and tell us it's ambiguous, we'll just check if
|
| 1752 |
+
# the fold attribute has any effect on this particular date and time.
|
| 1753 |
+
dt = dt.replace(tzinfo=tz)
|
| 1754 |
+
wall_0 = enfold(dt, fold=0)
|
| 1755 |
+
wall_1 = enfold(dt, fold=1)
|
| 1756 |
+
|
| 1757 |
+
same_offset = wall_0.utcoffset() == wall_1.utcoffset()
|
| 1758 |
+
same_dst = wall_0.dst() == wall_1.dst()
|
| 1759 |
+
|
| 1760 |
+
return not (same_offset and same_dst)
|
| 1761 |
+
|
| 1762 |
+
|
| 1763 |
+
def resolve_imaginary(dt):
|
| 1764 |
+
"""
|
| 1765 |
+
Given a datetime that may be imaginary, return an existing datetime.
|
| 1766 |
+
|
| 1767 |
+
This function assumes that an imaginary datetime represents what the
|
| 1768 |
+
wall time would be in a zone had the offset transition not occurred, so
|
| 1769 |
+
it will always fall forward by the transition's change in offset.
|
| 1770 |
+
|
| 1771 |
+
.. doctest::
|
| 1772 |
+
|
| 1773 |
+
>>> from dateutil import tz
|
| 1774 |
+
>>> from datetime import datetime
|
| 1775 |
+
>>> NYC = tz.gettz('America/New_York')
|
| 1776 |
+
>>> print(tz.resolve_imaginary(datetime(2017, 3, 12, 2, 30, tzinfo=NYC)))
|
| 1777 |
+
2017-03-12 03:30:00-04:00
|
| 1778 |
+
|
| 1779 |
+
>>> KIR = tz.gettz('Pacific/Kiritimati')
|
| 1780 |
+
>>> print(tz.resolve_imaginary(datetime(1995, 1, 1, 12, 30, tzinfo=KIR)))
|
| 1781 |
+
1995-01-02 12:30:00+14:00
|
| 1782 |
+
|
| 1783 |
+
As a note, :func:`datetime.astimezone` is guaranteed to produce a valid,
|
| 1784 |
+
existing datetime, so a round-trip to and from UTC is sufficient to get
|
| 1785 |
+
an extant datetime, however, this generally "falls back" to an earlier time
|
| 1786 |
+
rather than falling forward to the STD side (though no guarantees are made
|
| 1787 |
+
about this behavior).
|
| 1788 |
+
|
| 1789 |
+
:param dt:
|
| 1790 |
+
A :class:`datetime.datetime` which may or may not exist.
|
| 1791 |
+
|
| 1792 |
+
:return:
|
| 1793 |
+
Returns an existing :class:`datetime.datetime`. If ``dt`` was not
|
| 1794 |
+
imaginary, the datetime returned is guaranteed to be the same object
|
| 1795 |
+
passed to the function.
|
| 1796 |
+
|
| 1797 |
+
.. versionadded:: 2.7.0
|
| 1798 |
+
"""
|
| 1799 |
+
if dt.tzinfo is not None and not datetime_exists(dt):
|
| 1800 |
+
|
| 1801 |
+
curr_offset = (dt + datetime.timedelta(hours=24)).utcoffset()
|
| 1802 |
+
old_offset = (dt - datetime.timedelta(hours=24)).utcoffset()
|
| 1803 |
+
|
| 1804 |
+
dt += curr_offset - old_offset
|
| 1805 |
+
|
| 1806 |
+
return dt
|
| 1807 |
+
|
| 1808 |
+
|
| 1809 |
+
def _datetime_to_timestamp(dt):
|
| 1810 |
+
"""
|
| 1811 |
+
Convert a :class:`datetime.datetime` object to an epoch timestamp in
|
| 1812 |
+
seconds since January 1, 1970, ignoring the time zone.
|
| 1813 |
+
"""
|
| 1814 |
+
return (dt.replace(tzinfo=None) - EPOCH).total_seconds()
|
| 1815 |
+
|
| 1816 |
+
|
| 1817 |
+
if sys.version_info >= (3, 6):
|
| 1818 |
+
def _get_supported_offset(second_offset):
|
| 1819 |
+
return second_offset
|
| 1820 |
+
else:
|
| 1821 |
+
def _get_supported_offset(second_offset):
|
| 1822 |
+
# For python pre-3.6, round to full-minutes if that's not the case.
|
| 1823 |
+
# Python's datetime doesn't accept sub-minute timezones. Check
|
| 1824 |
+
# http://python.org/sf/1447945 or https://bugs.python.org/issue5288
|
| 1825 |
+
# for some information.
|
| 1826 |
+
old_offset = second_offset
|
| 1827 |
+
calculated_offset = 60 * ((second_offset + 30) // 60)
|
| 1828 |
+
return calculated_offset
|
| 1829 |
+
|
| 1830 |
+
|
| 1831 |
+
try:
|
| 1832 |
+
# Python 3.7 feature
|
| 1833 |
+
from contextlib import nullcontext as _nullcontext
|
| 1834 |
+
except ImportError:
|
| 1835 |
+
class _nullcontext(object):
|
| 1836 |
+
"""
|
| 1837 |
+
Class for wrapping contexts so that they are passed through in a
|
| 1838 |
+
with statement.
|
| 1839 |
+
"""
|
| 1840 |
+
def __init__(self, context):
|
| 1841 |
+
self.context = context
|
| 1842 |
+
|
| 1843 |
+
def __enter__(self):
|
| 1844 |
+
return self.context
|
| 1845 |
+
|
| 1846 |
+
def __exit__(*args, **kwargs):
|
| 1847 |
+
pass
|
| 1848 |
+
|
| 1849 |
+
# vim:ts=4:sw=4:et
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tz/win.py
ADDED
|
@@ -0,0 +1,370 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""
|
| 3 |
+
This module provides an interface to the native time zone data on Windows,
|
| 4 |
+
including :py:class:`datetime.tzinfo` implementations.
|
| 5 |
+
|
| 6 |
+
Attempting to import this module on a non-Windows platform will raise an
|
| 7 |
+
:py:obj:`ImportError`.
|
| 8 |
+
"""
|
| 9 |
+
# This code was originally contributed by Jeffrey Harris.
|
| 10 |
+
import datetime
|
| 11 |
+
import struct
|
| 12 |
+
|
| 13 |
+
from six.moves import winreg
|
| 14 |
+
from six import text_type
|
| 15 |
+
|
| 16 |
+
try:
|
| 17 |
+
import ctypes
|
| 18 |
+
from ctypes import wintypes
|
| 19 |
+
except ValueError:
|
| 20 |
+
# ValueError is raised on non-Windows systems for some horrible reason.
|
| 21 |
+
raise ImportError("Running tzwin on non-Windows system")
|
| 22 |
+
|
| 23 |
+
from ._common import tzrangebase
|
| 24 |
+
|
| 25 |
+
__all__ = ["tzwin", "tzwinlocal", "tzres"]
|
| 26 |
+
|
| 27 |
+
ONEWEEK = datetime.timedelta(7)
|
| 28 |
+
|
| 29 |
+
TZKEYNAMENT = r"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones"
|
| 30 |
+
TZKEYNAME9X = r"SOFTWARE\Microsoft\Windows\CurrentVersion\Time Zones"
|
| 31 |
+
TZLOCALKEYNAME = r"SYSTEM\CurrentControlSet\Control\TimeZoneInformation"
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
def _settzkeyname():
|
| 35 |
+
handle = winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE)
|
| 36 |
+
try:
|
| 37 |
+
winreg.OpenKey(handle, TZKEYNAMENT).Close()
|
| 38 |
+
TZKEYNAME = TZKEYNAMENT
|
| 39 |
+
except WindowsError:
|
| 40 |
+
TZKEYNAME = TZKEYNAME9X
|
| 41 |
+
handle.Close()
|
| 42 |
+
return TZKEYNAME
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
TZKEYNAME = _settzkeyname()
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
class tzres(object):
|
| 49 |
+
"""
|
| 50 |
+
Class for accessing ``tzres.dll``, which contains timezone name related
|
| 51 |
+
resources.
|
| 52 |
+
|
| 53 |
+
.. versionadded:: 2.5.0
|
| 54 |
+
"""
|
| 55 |
+
p_wchar = ctypes.POINTER(wintypes.WCHAR) # Pointer to a wide char
|
| 56 |
+
|
| 57 |
+
def __init__(self, tzres_loc='tzres.dll'):
|
| 58 |
+
# Load the user32 DLL so we can load strings from tzres
|
| 59 |
+
user32 = ctypes.WinDLL('user32')
|
| 60 |
+
|
| 61 |
+
# Specify the LoadStringW function
|
| 62 |
+
user32.LoadStringW.argtypes = (wintypes.HINSTANCE,
|
| 63 |
+
wintypes.UINT,
|
| 64 |
+
wintypes.LPWSTR,
|
| 65 |
+
ctypes.c_int)
|
| 66 |
+
|
| 67 |
+
self.LoadStringW = user32.LoadStringW
|
| 68 |
+
self._tzres = ctypes.WinDLL(tzres_loc)
|
| 69 |
+
self.tzres_loc = tzres_loc
|
| 70 |
+
|
| 71 |
+
def load_name(self, offset):
|
| 72 |
+
"""
|
| 73 |
+
Load a timezone name from a DLL offset (integer).
|
| 74 |
+
|
| 75 |
+
>>> from dateutil.tzwin import tzres
|
| 76 |
+
>>> tzr = tzres()
|
| 77 |
+
>>> print(tzr.load_name(112))
|
| 78 |
+
'Eastern Standard Time'
|
| 79 |
+
|
| 80 |
+
:param offset:
|
| 81 |
+
A positive integer value referring to a string from the tzres dll.
|
| 82 |
+
|
| 83 |
+
.. note::
|
| 84 |
+
|
| 85 |
+
Offsets found in the registry are generally of the form
|
| 86 |
+
``@tzres.dll,-114``. The offset in this case is 114, not -114.
|
| 87 |
+
|
| 88 |
+
"""
|
| 89 |
+
resource = self.p_wchar()
|
| 90 |
+
lpBuffer = ctypes.cast(ctypes.byref(resource), wintypes.LPWSTR)
|
| 91 |
+
nchar = self.LoadStringW(self._tzres._handle, offset, lpBuffer, 0)
|
| 92 |
+
return resource[:nchar]
|
| 93 |
+
|
| 94 |
+
def name_from_string(self, tzname_str):
|
| 95 |
+
"""
|
| 96 |
+
Parse strings as returned from the Windows registry into the time zone
|
| 97 |
+
name as defined in the registry.
|
| 98 |
+
|
| 99 |
+
>>> from dateutil.tzwin import tzres
|
| 100 |
+
>>> tzr = tzres()
|
| 101 |
+
>>> print(tzr.name_from_string('@tzres.dll,-251'))
|
| 102 |
+
'Dateline Daylight Time'
|
| 103 |
+
>>> print(tzr.name_from_string('Eastern Standard Time'))
|
| 104 |
+
'Eastern Standard Time'
|
| 105 |
+
|
| 106 |
+
:param tzname_str:
|
| 107 |
+
A timezone name string as returned from a Windows registry key.
|
| 108 |
+
|
| 109 |
+
:return:
|
| 110 |
+
Returns the localized timezone string from tzres.dll if the string
|
| 111 |
+
is of the form `@tzres.dll,-offset`, else returns the input string.
|
| 112 |
+
"""
|
| 113 |
+
if not tzname_str.startswith('@'):
|
| 114 |
+
return tzname_str
|
| 115 |
+
|
| 116 |
+
name_splt = tzname_str.split(',-')
|
| 117 |
+
try:
|
| 118 |
+
offset = int(name_splt[1])
|
| 119 |
+
except:
|
| 120 |
+
raise ValueError("Malformed timezone string.")
|
| 121 |
+
|
| 122 |
+
return self.load_name(offset)
|
| 123 |
+
|
| 124 |
+
|
| 125 |
+
class tzwinbase(tzrangebase):
|
| 126 |
+
"""tzinfo class based on win32's timezones available in the registry."""
|
| 127 |
+
def __init__(self):
|
| 128 |
+
raise NotImplementedError('tzwinbase is an abstract base class')
|
| 129 |
+
|
| 130 |
+
def __eq__(self, other):
|
| 131 |
+
# Compare on all relevant dimensions, including name.
|
| 132 |
+
if not isinstance(other, tzwinbase):
|
| 133 |
+
return NotImplemented
|
| 134 |
+
|
| 135 |
+
return (self._std_offset == other._std_offset and
|
| 136 |
+
self._dst_offset == other._dst_offset and
|
| 137 |
+
self._stddayofweek == other._stddayofweek and
|
| 138 |
+
self._dstdayofweek == other._dstdayofweek and
|
| 139 |
+
self._stdweeknumber == other._stdweeknumber and
|
| 140 |
+
self._dstweeknumber == other._dstweeknumber and
|
| 141 |
+
self._stdhour == other._stdhour and
|
| 142 |
+
self._dsthour == other._dsthour and
|
| 143 |
+
self._stdminute == other._stdminute and
|
| 144 |
+
self._dstminute == other._dstminute and
|
| 145 |
+
self._std_abbr == other._std_abbr and
|
| 146 |
+
self._dst_abbr == other._dst_abbr)
|
| 147 |
+
|
| 148 |
+
@staticmethod
|
| 149 |
+
def list():
|
| 150 |
+
"""Return a list of all time zones known to the system."""
|
| 151 |
+
with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle:
|
| 152 |
+
with winreg.OpenKey(handle, TZKEYNAME) as tzkey:
|
| 153 |
+
result = [winreg.EnumKey(tzkey, i)
|
| 154 |
+
for i in range(winreg.QueryInfoKey(tzkey)[0])]
|
| 155 |
+
return result
|
| 156 |
+
|
| 157 |
+
def display(self):
|
| 158 |
+
"""
|
| 159 |
+
Return the display name of the time zone.
|
| 160 |
+
"""
|
| 161 |
+
return self._display
|
| 162 |
+
|
| 163 |
+
def transitions(self, year):
|
| 164 |
+
"""
|
| 165 |
+
For a given year, get the DST on and off transition times, expressed
|
| 166 |
+
always on the standard time side. For zones with no transitions, this
|
| 167 |
+
function returns ``None``.
|
| 168 |
+
|
| 169 |
+
:param year:
|
| 170 |
+
The year whose transitions you would like to query.
|
| 171 |
+
|
| 172 |
+
:return:
|
| 173 |
+
Returns a :class:`tuple` of :class:`datetime.datetime` objects,
|
| 174 |
+
``(dston, dstoff)`` for zones with an annual DST transition, or
|
| 175 |
+
``None`` for fixed offset zones.
|
| 176 |
+
"""
|
| 177 |
+
|
| 178 |
+
if not self.hasdst:
|
| 179 |
+
return None
|
| 180 |
+
|
| 181 |
+
dston = picknthweekday(year, self._dstmonth, self._dstdayofweek,
|
| 182 |
+
self._dsthour, self._dstminute,
|
| 183 |
+
self._dstweeknumber)
|
| 184 |
+
|
| 185 |
+
dstoff = picknthweekday(year, self._stdmonth, self._stddayofweek,
|
| 186 |
+
self._stdhour, self._stdminute,
|
| 187 |
+
self._stdweeknumber)
|
| 188 |
+
|
| 189 |
+
# Ambiguous dates default to the STD side
|
| 190 |
+
dstoff -= self._dst_base_offset
|
| 191 |
+
|
| 192 |
+
return dston, dstoff
|
| 193 |
+
|
| 194 |
+
def _get_hasdst(self):
|
| 195 |
+
return self._dstmonth != 0
|
| 196 |
+
|
| 197 |
+
@property
|
| 198 |
+
def _dst_base_offset(self):
|
| 199 |
+
return self._dst_base_offset_
|
| 200 |
+
|
| 201 |
+
|
| 202 |
+
class tzwin(tzwinbase):
|
| 203 |
+
"""
|
| 204 |
+
Time zone object created from the zone info in the Windows registry
|
| 205 |
+
|
| 206 |
+
These are similar to :py:class:`dateutil.tz.tzrange` objects in that
|
| 207 |
+
the time zone data is provided in the format of a single offset rule
|
| 208 |
+
for either 0 or 2 time zone transitions per year.
|
| 209 |
+
|
| 210 |
+
:param: name
|
| 211 |
+
The name of a Windows time zone key, e.g. "Eastern Standard Time".
|
| 212 |
+
The full list of keys can be retrieved with :func:`tzwin.list`.
|
| 213 |
+
"""
|
| 214 |
+
|
| 215 |
+
def __init__(self, name):
|
| 216 |
+
self._name = name
|
| 217 |
+
|
| 218 |
+
with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle:
|
| 219 |
+
tzkeyname = text_type("{kn}\\{name}").format(kn=TZKEYNAME, name=name)
|
| 220 |
+
with winreg.OpenKey(handle, tzkeyname) as tzkey:
|
| 221 |
+
keydict = valuestodict(tzkey)
|
| 222 |
+
|
| 223 |
+
self._std_abbr = keydict["Std"]
|
| 224 |
+
self._dst_abbr = keydict["Dlt"]
|
| 225 |
+
|
| 226 |
+
self._display = keydict["Display"]
|
| 227 |
+
|
| 228 |
+
# See http://ww_winreg.jsiinc.com/SUBA/tip0300/rh0398.htm
|
| 229 |
+
tup = struct.unpack("=3l16h", keydict["TZI"])
|
| 230 |
+
stdoffset = -tup[0]-tup[1] # Bias + StandardBias * -1
|
| 231 |
+
dstoffset = stdoffset-tup[2] # + DaylightBias * -1
|
| 232 |
+
self._std_offset = datetime.timedelta(minutes=stdoffset)
|
| 233 |
+
self._dst_offset = datetime.timedelta(minutes=dstoffset)
|
| 234 |
+
|
| 235 |
+
# for the meaning see the win32 TIME_ZONE_INFORMATION structure docs
|
| 236 |
+
# http://msdn.microsoft.com/en-us/library/windows/desktop/ms725481(v=vs.85).aspx
|
| 237 |
+
(self._stdmonth,
|
| 238 |
+
self._stddayofweek, # Sunday = 0
|
| 239 |
+
self._stdweeknumber, # Last = 5
|
| 240 |
+
self._stdhour,
|
| 241 |
+
self._stdminute) = tup[4:9]
|
| 242 |
+
|
| 243 |
+
(self._dstmonth,
|
| 244 |
+
self._dstdayofweek, # Sunday = 0
|
| 245 |
+
self._dstweeknumber, # Last = 5
|
| 246 |
+
self._dsthour,
|
| 247 |
+
self._dstminute) = tup[12:17]
|
| 248 |
+
|
| 249 |
+
self._dst_base_offset_ = self._dst_offset - self._std_offset
|
| 250 |
+
self.hasdst = self._get_hasdst()
|
| 251 |
+
|
| 252 |
+
def __repr__(self):
|
| 253 |
+
return "tzwin(%s)" % repr(self._name)
|
| 254 |
+
|
| 255 |
+
def __reduce__(self):
|
| 256 |
+
return (self.__class__, (self._name,))
|
| 257 |
+
|
| 258 |
+
|
| 259 |
+
class tzwinlocal(tzwinbase):
|
| 260 |
+
"""
|
| 261 |
+
Class representing the local time zone information in the Windows registry
|
| 262 |
+
|
| 263 |
+
While :class:`dateutil.tz.tzlocal` makes system calls (via the :mod:`time`
|
| 264 |
+
module) to retrieve time zone information, ``tzwinlocal`` retrieves the
|
| 265 |
+
rules directly from the Windows registry and creates an object like
|
| 266 |
+
:class:`dateutil.tz.tzwin`.
|
| 267 |
+
|
| 268 |
+
Because Windows does not have an equivalent of :func:`time.tzset`, on
|
| 269 |
+
Windows, :class:`dateutil.tz.tzlocal` instances will always reflect the
|
| 270 |
+
time zone settings *at the time that the process was started*, meaning
|
| 271 |
+
changes to the machine's time zone settings during the run of a program
|
| 272 |
+
on Windows will **not** be reflected by :class:`dateutil.tz.tzlocal`.
|
| 273 |
+
Because ``tzwinlocal`` reads the registry directly, it is unaffected by
|
| 274 |
+
this issue.
|
| 275 |
+
"""
|
| 276 |
+
def __init__(self):
|
| 277 |
+
with winreg.ConnectRegistry(None, winreg.HKEY_LOCAL_MACHINE) as handle:
|
| 278 |
+
with winreg.OpenKey(handle, TZLOCALKEYNAME) as tzlocalkey:
|
| 279 |
+
keydict = valuestodict(tzlocalkey)
|
| 280 |
+
|
| 281 |
+
self._std_abbr = keydict["StandardName"]
|
| 282 |
+
self._dst_abbr = keydict["DaylightName"]
|
| 283 |
+
|
| 284 |
+
try:
|
| 285 |
+
tzkeyname = text_type('{kn}\\{sn}').format(kn=TZKEYNAME,
|
| 286 |
+
sn=self._std_abbr)
|
| 287 |
+
with winreg.OpenKey(handle, tzkeyname) as tzkey:
|
| 288 |
+
_keydict = valuestodict(tzkey)
|
| 289 |
+
self._display = _keydict["Display"]
|
| 290 |
+
except OSError:
|
| 291 |
+
self._display = None
|
| 292 |
+
|
| 293 |
+
stdoffset = -keydict["Bias"]-keydict["StandardBias"]
|
| 294 |
+
dstoffset = stdoffset-keydict["DaylightBias"]
|
| 295 |
+
|
| 296 |
+
self._std_offset = datetime.timedelta(minutes=stdoffset)
|
| 297 |
+
self._dst_offset = datetime.timedelta(minutes=dstoffset)
|
| 298 |
+
|
| 299 |
+
# For reasons unclear, in this particular key, the day of week has been
|
| 300 |
+
# moved to the END of the SYSTEMTIME structure.
|
| 301 |
+
tup = struct.unpack("=8h", keydict["StandardStart"])
|
| 302 |
+
|
| 303 |
+
(self._stdmonth,
|
| 304 |
+
self._stdweeknumber, # Last = 5
|
| 305 |
+
self._stdhour,
|
| 306 |
+
self._stdminute) = tup[1:5]
|
| 307 |
+
|
| 308 |
+
self._stddayofweek = tup[7]
|
| 309 |
+
|
| 310 |
+
tup = struct.unpack("=8h", keydict["DaylightStart"])
|
| 311 |
+
|
| 312 |
+
(self._dstmonth,
|
| 313 |
+
self._dstweeknumber, # Last = 5
|
| 314 |
+
self._dsthour,
|
| 315 |
+
self._dstminute) = tup[1:5]
|
| 316 |
+
|
| 317 |
+
self._dstdayofweek = tup[7]
|
| 318 |
+
|
| 319 |
+
self._dst_base_offset_ = self._dst_offset - self._std_offset
|
| 320 |
+
self.hasdst = self._get_hasdst()
|
| 321 |
+
|
| 322 |
+
def __repr__(self):
|
| 323 |
+
return "tzwinlocal()"
|
| 324 |
+
|
| 325 |
+
def __str__(self):
|
| 326 |
+
# str will return the standard name, not the daylight name.
|
| 327 |
+
return "tzwinlocal(%s)" % repr(self._std_abbr)
|
| 328 |
+
|
| 329 |
+
def __reduce__(self):
|
| 330 |
+
return (self.__class__, ())
|
| 331 |
+
|
| 332 |
+
|
| 333 |
+
def picknthweekday(year, month, dayofweek, hour, minute, whichweek):
|
| 334 |
+
""" dayofweek == 0 means Sunday, whichweek 5 means last instance """
|
| 335 |
+
first = datetime.datetime(year, month, 1, hour, minute)
|
| 336 |
+
|
| 337 |
+
# This will work if dayofweek is ISO weekday (1-7) or Microsoft-style (0-6),
|
| 338 |
+
# Because 7 % 7 = 0
|
| 339 |
+
weekdayone = first.replace(day=((dayofweek - first.isoweekday()) % 7) + 1)
|
| 340 |
+
wd = weekdayone + ((whichweek - 1) * ONEWEEK)
|
| 341 |
+
if (wd.month != month):
|
| 342 |
+
wd -= ONEWEEK
|
| 343 |
+
|
| 344 |
+
return wd
|
| 345 |
+
|
| 346 |
+
|
| 347 |
+
def valuestodict(key):
|
| 348 |
+
"""Convert a registry key's values to a dictionary."""
|
| 349 |
+
dout = {}
|
| 350 |
+
size = winreg.QueryInfoKey(key)[1]
|
| 351 |
+
tz_res = None
|
| 352 |
+
|
| 353 |
+
for i in range(size):
|
| 354 |
+
key_name, value, dtype = winreg.EnumValue(key, i)
|
| 355 |
+
if dtype == winreg.REG_DWORD or dtype == winreg.REG_DWORD_LITTLE_ENDIAN:
|
| 356 |
+
# If it's a DWORD (32-bit integer), it's stored as unsigned - convert
|
| 357 |
+
# that to a proper signed integer
|
| 358 |
+
if value & (1 << 31):
|
| 359 |
+
value = value - (1 << 32)
|
| 360 |
+
elif dtype == winreg.REG_SZ:
|
| 361 |
+
# If it's a reference to the tzres DLL, load the actual string
|
| 362 |
+
if value.startswith('@tzres'):
|
| 363 |
+
tz_res = tz_res or tzres()
|
| 364 |
+
value = tz_res.name_from_string(value)
|
| 365 |
+
|
| 366 |
+
value = value.rstrip('\x00') # Remove trailing nulls
|
| 367 |
+
|
| 368 |
+
dout[key_name] = value
|
| 369 |
+
|
| 370 |
+
return dout
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/tzwin.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# tzwin has moved to dateutil.tz.win
|
| 2 |
+
from .tz.win import *
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/utils.py
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
"""
|
| 3 |
+
This module offers general convenience and utility functions for dealing with
|
| 4 |
+
datetimes.
|
| 5 |
+
|
| 6 |
+
.. versionadded:: 2.7.0
|
| 7 |
+
"""
|
| 8 |
+
from __future__ import unicode_literals
|
| 9 |
+
|
| 10 |
+
from datetime import datetime, time
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
def today(tzinfo=None):
|
| 14 |
+
"""
|
| 15 |
+
Returns a :py:class:`datetime` representing the current day at midnight
|
| 16 |
+
|
| 17 |
+
:param tzinfo:
|
| 18 |
+
The time zone to attach (also used to determine the current day).
|
| 19 |
+
|
| 20 |
+
:return:
|
| 21 |
+
A :py:class:`datetime.datetime` object representing the current day
|
| 22 |
+
at midnight.
|
| 23 |
+
"""
|
| 24 |
+
|
| 25 |
+
dt = datetime.now(tzinfo)
|
| 26 |
+
return datetime.combine(dt.date(), time(0, tzinfo=tzinfo))
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
def default_tzinfo(dt, tzinfo):
|
| 30 |
+
"""
|
| 31 |
+
Sets the ``tzinfo`` parameter on naive datetimes only
|
| 32 |
+
|
| 33 |
+
This is useful for example when you are provided a datetime that may have
|
| 34 |
+
either an implicit or explicit time zone, such as when parsing a time zone
|
| 35 |
+
string.
|
| 36 |
+
|
| 37 |
+
.. doctest::
|
| 38 |
+
|
| 39 |
+
>>> from dateutil.tz import tzoffset
|
| 40 |
+
>>> from dateutil.parser import parse
|
| 41 |
+
>>> from dateutil.utils import default_tzinfo
|
| 42 |
+
>>> dflt_tz = tzoffset("EST", -18000)
|
| 43 |
+
>>> print(default_tzinfo(parse('2014-01-01 12:30 UTC'), dflt_tz))
|
| 44 |
+
2014-01-01 12:30:00+00:00
|
| 45 |
+
>>> print(default_tzinfo(parse('2014-01-01 12:30'), dflt_tz))
|
| 46 |
+
2014-01-01 12:30:00-05:00
|
| 47 |
+
|
| 48 |
+
:param dt:
|
| 49 |
+
The datetime on which to replace the time zone
|
| 50 |
+
|
| 51 |
+
:param tzinfo:
|
| 52 |
+
The :py:class:`datetime.tzinfo` subclass instance to assign to
|
| 53 |
+
``dt`` if (and only if) it is naive.
|
| 54 |
+
|
| 55 |
+
:return:
|
| 56 |
+
Returns an aware :py:class:`datetime.datetime`.
|
| 57 |
+
"""
|
| 58 |
+
if dt.tzinfo is not None:
|
| 59 |
+
return dt
|
| 60 |
+
else:
|
| 61 |
+
return dt.replace(tzinfo=tzinfo)
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
def within_delta(dt1, dt2, delta):
|
| 65 |
+
"""
|
| 66 |
+
Useful for comparing two datetimes that may have a negligible difference
|
| 67 |
+
to be considered equal.
|
| 68 |
+
"""
|
| 69 |
+
delta = abs(delta)
|
| 70 |
+
difference = dt1 - dt2
|
| 71 |
+
return -delta <= difference <= delta
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/zoneinfo/__init__.py
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
import warnings
|
| 3 |
+
import json
|
| 4 |
+
|
| 5 |
+
from tarfile import TarFile
|
| 6 |
+
from pkgutil import get_data
|
| 7 |
+
from io import BytesIO
|
| 8 |
+
|
| 9 |
+
from dateutil.tz import tzfile as _tzfile
|
| 10 |
+
|
| 11 |
+
__all__ = ["get_zonefile_instance", "gettz", "gettz_db_metadata"]
|
| 12 |
+
|
| 13 |
+
ZONEFILENAME = "dateutil-zoneinfo.tar.gz"
|
| 14 |
+
METADATA_FN = 'METADATA'
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
class tzfile(_tzfile):
|
| 18 |
+
def __reduce__(self):
|
| 19 |
+
return (gettz, (self._filename,))
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def getzoneinfofile_stream():
|
| 23 |
+
try:
|
| 24 |
+
return BytesIO(get_data(__name__, ZONEFILENAME))
|
| 25 |
+
except IOError as e: # TODO switch to FileNotFoundError?
|
| 26 |
+
warnings.warn("I/O error({0}): {1}".format(e.errno, e.strerror))
|
| 27 |
+
return None
|
| 28 |
+
|
| 29 |
+
|
| 30 |
+
class ZoneInfoFile(object):
|
| 31 |
+
def __init__(self, zonefile_stream=None):
|
| 32 |
+
if zonefile_stream is not None:
|
| 33 |
+
with TarFile.open(fileobj=zonefile_stream) as tf:
|
| 34 |
+
self.zones = {zf.name: tzfile(tf.extractfile(zf), filename=zf.name)
|
| 35 |
+
for zf in tf.getmembers()
|
| 36 |
+
if zf.isfile() and zf.name != METADATA_FN}
|
| 37 |
+
# deal with links: They'll point to their parent object. Less
|
| 38 |
+
# waste of memory
|
| 39 |
+
links = {zl.name: self.zones[zl.linkname]
|
| 40 |
+
for zl in tf.getmembers() if
|
| 41 |
+
zl.islnk() or zl.issym()}
|
| 42 |
+
self.zones.update(links)
|
| 43 |
+
try:
|
| 44 |
+
metadata_json = tf.extractfile(tf.getmember(METADATA_FN))
|
| 45 |
+
metadata_str = metadata_json.read().decode('UTF-8')
|
| 46 |
+
self.metadata = json.loads(metadata_str)
|
| 47 |
+
except KeyError:
|
| 48 |
+
# no metadata in tar file
|
| 49 |
+
self.metadata = None
|
| 50 |
+
else:
|
| 51 |
+
self.zones = {}
|
| 52 |
+
self.metadata = None
|
| 53 |
+
|
| 54 |
+
def get(self, name, default=None):
|
| 55 |
+
"""
|
| 56 |
+
Wrapper for :func:`ZoneInfoFile.zones.get`. This is a convenience method
|
| 57 |
+
for retrieving zones from the zone dictionary.
|
| 58 |
+
|
| 59 |
+
:param name:
|
| 60 |
+
The name of the zone to retrieve. (Generally IANA zone names)
|
| 61 |
+
|
| 62 |
+
:param default:
|
| 63 |
+
The value to return in the event of a missing key.
|
| 64 |
+
|
| 65 |
+
.. versionadded:: 2.6.0
|
| 66 |
+
|
| 67 |
+
"""
|
| 68 |
+
return self.zones.get(name, default)
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
# The current API has gettz as a module function, although in fact it taps into
|
| 72 |
+
# a stateful class. So as a workaround for now, without changing the API, we
|
| 73 |
+
# will create a new "global" class instance the first time a user requests a
|
| 74 |
+
# timezone. Ugly, but adheres to the api.
|
| 75 |
+
#
|
| 76 |
+
# TODO: Remove after deprecation period.
|
| 77 |
+
_CLASS_ZONE_INSTANCE = []
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
def get_zonefile_instance(new_instance=False):
|
| 81 |
+
"""
|
| 82 |
+
This is a convenience function which provides a :class:`ZoneInfoFile`
|
| 83 |
+
instance using the data provided by the ``dateutil`` package. By default, it
|
| 84 |
+
caches a single instance of the ZoneInfoFile object and returns that.
|
| 85 |
+
|
| 86 |
+
:param new_instance:
|
| 87 |
+
If ``True``, a new instance of :class:`ZoneInfoFile` is instantiated and
|
| 88 |
+
used as the cached instance for the next call. Otherwise, new instances
|
| 89 |
+
are created only as necessary.
|
| 90 |
+
|
| 91 |
+
:return:
|
| 92 |
+
Returns a :class:`ZoneInfoFile` object.
|
| 93 |
+
|
| 94 |
+
.. versionadded:: 2.6
|
| 95 |
+
"""
|
| 96 |
+
if new_instance:
|
| 97 |
+
zif = None
|
| 98 |
+
else:
|
| 99 |
+
zif = getattr(get_zonefile_instance, '_cached_instance', None)
|
| 100 |
+
|
| 101 |
+
if zif is None:
|
| 102 |
+
zif = ZoneInfoFile(getzoneinfofile_stream())
|
| 103 |
+
|
| 104 |
+
get_zonefile_instance._cached_instance = zif
|
| 105 |
+
|
| 106 |
+
return zif
|
| 107 |
+
|
| 108 |
+
|
| 109 |
+
def gettz(name):
|
| 110 |
+
"""
|
| 111 |
+
This retrieves a time zone from the local zoneinfo tarball that is packaged
|
| 112 |
+
with dateutil.
|
| 113 |
+
|
| 114 |
+
:param name:
|
| 115 |
+
An IANA-style time zone name, as found in the zoneinfo file.
|
| 116 |
+
|
| 117 |
+
:return:
|
| 118 |
+
Returns a :class:`dateutil.tz.tzfile` time zone object.
|
| 119 |
+
|
| 120 |
+
.. warning::
|
| 121 |
+
It is generally inadvisable to use this function, and it is only
|
| 122 |
+
provided for API compatibility with earlier versions. This is *not*
|
| 123 |
+
equivalent to ``dateutil.tz.gettz()``, which selects an appropriate
|
| 124 |
+
time zone based on the inputs, favoring system zoneinfo. This is ONLY
|
| 125 |
+
for accessing the dateutil-specific zoneinfo (which may be out of
|
| 126 |
+
date compared to the system zoneinfo).
|
| 127 |
+
|
| 128 |
+
.. deprecated:: 2.6
|
| 129 |
+
If you need to use a specific zoneinfofile over the system zoneinfo,
|
| 130 |
+
instantiate a :class:`dateutil.zoneinfo.ZoneInfoFile` object and call
|
| 131 |
+
:func:`dateutil.zoneinfo.ZoneInfoFile.get(name)` instead.
|
| 132 |
+
|
| 133 |
+
Use :func:`get_zonefile_instance` to retrieve an instance of the
|
| 134 |
+
dateutil-provided zoneinfo.
|
| 135 |
+
"""
|
| 136 |
+
warnings.warn("zoneinfo.gettz() will be removed in future versions, "
|
| 137 |
+
"to use the dateutil-provided zoneinfo files, instantiate a "
|
| 138 |
+
"ZoneInfoFile object and use ZoneInfoFile.zones.get() "
|
| 139 |
+
"instead. See the documentation for details.",
|
| 140 |
+
DeprecationWarning)
|
| 141 |
+
|
| 142 |
+
if len(_CLASS_ZONE_INSTANCE) == 0:
|
| 143 |
+
_CLASS_ZONE_INSTANCE.append(ZoneInfoFile(getzoneinfofile_stream()))
|
| 144 |
+
return _CLASS_ZONE_INSTANCE[0].zones.get(name)
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
def gettz_db_metadata():
|
| 148 |
+
""" Get the zonefile metadata
|
| 149 |
+
|
| 150 |
+
See `zonefile_metadata`_
|
| 151 |
+
|
| 152 |
+
:returns:
|
| 153 |
+
A dictionary with the database metadata
|
| 154 |
+
|
| 155 |
+
.. deprecated:: 2.6
|
| 156 |
+
See deprecation warning in :func:`zoneinfo.gettz`. To get metadata,
|
| 157 |
+
query the attribute ``zoneinfo.ZoneInfoFile.metadata``.
|
| 158 |
+
"""
|
| 159 |
+
warnings.warn("zoneinfo.gettz_db_metadata() will be removed in future "
|
| 160 |
+
"versions, to use the dateutil-provided zoneinfo files, "
|
| 161 |
+
"ZoneInfoFile object and query the 'metadata' attribute "
|
| 162 |
+
"instead. See the documentation for details.",
|
| 163 |
+
DeprecationWarning)
|
| 164 |
+
|
| 165 |
+
if len(_CLASS_ZONE_INSTANCE) == 0:
|
| 166 |
+
_CLASS_ZONE_INSTANCE.append(ZoneInfoFile(getzoneinfofile_stream()))
|
| 167 |
+
return _CLASS_ZONE_INSTANCE[0].metadata
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/dateutil/zoneinfo/rebuild.py
ADDED
|
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import logging
|
| 2 |
+
import os
|
| 3 |
+
import tempfile
|
| 4 |
+
import shutil
|
| 5 |
+
import json
|
| 6 |
+
from subprocess import check_call, check_output
|
| 7 |
+
from tarfile import TarFile
|
| 8 |
+
|
| 9 |
+
from dateutil.zoneinfo import METADATA_FN, ZONEFILENAME
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
def rebuild(filename, tag=None, format="gz", zonegroups=[], metadata=None):
|
| 13 |
+
"""Rebuild the internal timezone info in dateutil/zoneinfo/zoneinfo*tar*
|
| 14 |
+
|
| 15 |
+
filename is the timezone tarball from ``ftp.iana.org/tz``.
|
| 16 |
+
|
| 17 |
+
"""
|
| 18 |
+
tmpdir = tempfile.mkdtemp()
|
| 19 |
+
zonedir = os.path.join(tmpdir, "zoneinfo")
|
| 20 |
+
moduledir = os.path.dirname(__file__)
|
| 21 |
+
try:
|
| 22 |
+
with TarFile.open(filename) as tf:
|
| 23 |
+
for name in zonegroups:
|
| 24 |
+
tf.extract(name, tmpdir)
|
| 25 |
+
filepaths = [os.path.join(tmpdir, n) for n in zonegroups]
|
| 26 |
+
|
| 27 |
+
_run_zic(zonedir, filepaths)
|
| 28 |
+
|
| 29 |
+
# write metadata file
|
| 30 |
+
with open(os.path.join(zonedir, METADATA_FN), 'w') as f:
|
| 31 |
+
json.dump(metadata, f, indent=4, sort_keys=True)
|
| 32 |
+
target = os.path.join(moduledir, ZONEFILENAME)
|
| 33 |
+
with TarFile.open(target, "w:%s" % format) as tf:
|
| 34 |
+
for entry in os.listdir(zonedir):
|
| 35 |
+
entrypath = os.path.join(zonedir, entry)
|
| 36 |
+
tf.add(entrypath, entry)
|
| 37 |
+
finally:
|
| 38 |
+
shutil.rmtree(tmpdir)
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
def _run_zic(zonedir, filepaths):
|
| 42 |
+
"""Calls the ``zic`` compiler in a compatible way to get a "fat" binary.
|
| 43 |
+
|
| 44 |
+
Recent versions of ``zic`` default to ``-b slim``, while older versions
|
| 45 |
+
don't even have the ``-b`` option (but default to "fat" binaries). The
|
| 46 |
+
current version of dateutil does not support Version 2+ TZif files, which
|
| 47 |
+
causes problems when used in conjunction with "slim" binaries, so this
|
| 48 |
+
function is used to ensure that we always get a "fat" binary.
|
| 49 |
+
"""
|
| 50 |
+
|
| 51 |
+
try:
|
| 52 |
+
help_text = check_output(["zic", "--help"])
|
| 53 |
+
except OSError as e:
|
| 54 |
+
_print_on_nosuchfile(e)
|
| 55 |
+
raise
|
| 56 |
+
|
| 57 |
+
if b"-b " in help_text:
|
| 58 |
+
bloat_args = ["-b", "fat"]
|
| 59 |
+
else:
|
| 60 |
+
bloat_args = []
|
| 61 |
+
|
| 62 |
+
check_call(["zic"] + bloat_args + ["-d", zonedir] + filepaths)
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
def _print_on_nosuchfile(e):
|
| 66 |
+
"""Print helpful troubleshooting message
|
| 67 |
+
|
| 68 |
+
e is an exception raised by subprocess.check_call()
|
| 69 |
+
|
| 70 |
+
"""
|
| 71 |
+
if e.errno == 2:
|
| 72 |
+
logging.error(
|
| 73 |
+
"Could not find zic. Perhaps you need to install "
|
| 74 |
+
"libc-bin or some other package that provides it, "
|
| 75 |
+
"or it's not in your PATH?")
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/CFF2ToCFF.py
ADDED
|
@@ -0,0 +1,233 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""CFF2 to CFF converter."""
|
| 2 |
+
|
| 3 |
+
from fontTools.ttLib import TTFont, newTable
|
| 4 |
+
from fontTools.misc.cliTools import makeOutputFileName
|
| 5 |
+
from fontTools.misc.psCharStrings import T2StackUseExtractor
|
| 6 |
+
from fontTools.cffLib import (
|
| 7 |
+
TopDictIndex,
|
| 8 |
+
buildOrder,
|
| 9 |
+
buildDefaults,
|
| 10 |
+
topDictOperators,
|
| 11 |
+
privateDictOperators,
|
| 12 |
+
FDSelect,
|
| 13 |
+
)
|
| 14 |
+
from .transforms import desubroutinizeCharString
|
| 15 |
+
from .specializer import specializeProgram
|
| 16 |
+
from .width import optimizeWidths
|
| 17 |
+
from collections import defaultdict
|
| 18 |
+
import logging
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
__all__ = ["convertCFF2ToCFF", "main"]
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
log = logging.getLogger("fontTools.cffLib")
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
def _convertCFF2ToCFF(cff, otFont):
|
| 28 |
+
"""Converts this object from CFF2 format to CFF format. This conversion
|
| 29 |
+
is done 'in-place'. The conversion cannot be reversed.
|
| 30 |
+
|
| 31 |
+
The CFF2 font cannot be variable. (TODO Accept those and convert to the
|
| 32 |
+
default instance?)
|
| 33 |
+
|
| 34 |
+
This assumes a decompiled CFF2 table. (i.e. that the object has been
|
| 35 |
+
filled via :meth:`decompile` and e.g. not loaded from XML.)"""
|
| 36 |
+
|
| 37 |
+
cff.major = 1
|
| 38 |
+
|
| 39 |
+
topDictData = TopDictIndex(None)
|
| 40 |
+
for item in cff.topDictIndex:
|
| 41 |
+
# Iterate over, such that all are decompiled
|
| 42 |
+
item.cff2GetGlyphOrder = None
|
| 43 |
+
topDictData.append(item)
|
| 44 |
+
cff.topDictIndex = topDictData
|
| 45 |
+
topDict = topDictData[0]
|
| 46 |
+
|
| 47 |
+
if hasattr(topDict, "VarStore"):
|
| 48 |
+
raise ValueError("Variable CFF2 font cannot be converted to CFF format.")
|
| 49 |
+
|
| 50 |
+
opOrder = buildOrder(topDictOperators)
|
| 51 |
+
topDict.order = opOrder
|
| 52 |
+
for key in topDict.rawDict.keys():
|
| 53 |
+
if key not in opOrder:
|
| 54 |
+
del topDict.rawDict[key]
|
| 55 |
+
if hasattr(topDict, key):
|
| 56 |
+
delattr(topDict, key)
|
| 57 |
+
|
| 58 |
+
charStrings = topDict.CharStrings
|
| 59 |
+
|
| 60 |
+
fdArray = topDict.FDArray
|
| 61 |
+
if not hasattr(topDict, "FDSelect"):
|
| 62 |
+
# FDSelect is optional in CFF2, but required in CFF.
|
| 63 |
+
fdSelect = topDict.FDSelect = FDSelect()
|
| 64 |
+
fdSelect.gidArray = [0] * len(charStrings.charStrings)
|
| 65 |
+
|
| 66 |
+
defaults = buildDefaults(privateDictOperators)
|
| 67 |
+
order = buildOrder(privateDictOperators)
|
| 68 |
+
for fd in fdArray:
|
| 69 |
+
fd.setCFF2(False)
|
| 70 |
+
privateDict = fd.Private
|
| 71 |
+
privateDict.order = order
|
| 72 |
+
for key in order:
|
| 73 |
+
if key not in privateDict.rawDict and key in defaults:
|
| 74 |
+
privateDict.rawDict[key] = defaults[key]
|
| 75 |
+
for key in privateDict.rawDict.keys():
|
| 76 |
+
if key not in order:
|
| 77 |
+
del privateDict.rawDict[key]
|
| 78 |
+
if hasattr(privateDict, key):
|
| 79 |
+
delattr(privateDict, key)
|
| 80 |
+
|
| 81 |
+
# Add ending operators
|
| 82 |
+
for cs in charStrings.values():
|
| 83 |
+
cs.decompile()
|
| 84 |
+
cs.program.append("endchar")
|
| 85 |
+
for subrSets in [cff.GlobalSubrs] + [
|
| 86 |
+
getattr(fd.Private, "Subrs", []) for fd in fdArray
|
| 87 |
+
]:
|
| 88 |
+
for cs in subrSets:
|
| 89 |
+
cs.program.append("return")
|
| 90 |
+
|
| 91 |
+
# Add (optimal) width to CharStrings that need it.
|
| 92 |
+
widths = defaultdict(list)
|
| 93 |
+
metrics = otFont["hmtx"].metrics
|
| 94 |
+
for glyphName in charStrings.keys():
|
| 95 |
+
cs, fdIndex = charStrings.getItemAndSelector(glyphName)
|
| 96 |
+
if fdIndex == None:
|
| 97 |
+
fdIndex = 0
|
| 98 |
+
widths[fdIndex].append(metrics[glyphName][0])
|
| 99 |
+
for fdIndex, widthList in widths.items():
|
| 100 |
+
bestDefault, bestNominal = optimizeWidths(widthList)
|
| 101 |
+
private = fdArray[fdIndex].Private
|
| 102 |
+
private.defaultWidthX = bestDefault
|
| 103 |
+
private.nominalWidthX = bestNominal
|
| 104 |
+
for glyphName in charStrings.keys():
|
| 105 |
+
cs, fdIndex = charStrings.getItemAndSelector(glyphName)
|
| 106 |
+
if fdIndex == None:
|
| 107 |
+
fdIndex = 0
|
| 108 |
+
private = fdArray[fdIndex].Private
|
| 109 |
+
width = metrics[glyphName][0]
|
| 110 |
+
if width != private.defaultWidthX:
|
| 111 |
+
cs.program.insert(0, width - private.nominalWidthX)
|
| 112 |
+
|
| 113 |
+
# Handle stack use since stack-depth is lower in CFF than in CFF2.
|
| 114 |
+
for glyphName in charStrings.keys():
|
| 115 |
+
cs, fdIndex = charStrings.getItemAndSelector(glyphName)
|
| 116 |
+
if fdIndex is None:
|
| 117 |
+
fdIndex = 0
|
| 118 |
+
private = fdArray[fdIndex].Private
|
| 119 |
+
extractor = T2StackUseExtractor(
|
| 120 |
+
getattr(private, "Subrs", []), cff.GlobalSubrs, private=private
|
| 121 |
+
)
|
| 122 |
+
stackUse = extractor.execute(cs)
|
| 123 |
+
if stackUse > 48: # CFF stack depth is 48
|
| 124 |
+
desubroutinizeCharString(cs)
|
| 125 |
+
cs.program = specializeProgram(cs.program)
|
| 126 |
+
|
| 127 |
+
# Unused subroutines are still in CFF2 (ie. lacking 'return' operator)
|
| 128 |
+
# because they were not decompiled when we added the 'return'.
|
| 129 |
+
# Moreover, some used subroutines may have become unused after the
|
| 130 |
+
# stack-use fixup. So we remove all unused subroutines now.
|
| 131 |
+
cff.remove_unused_subroutines()
|
| 132 |
+
|
| 133 |
+
mapping = {
|
| 134 |
+
name: ("cid" + str(n).zfill(5) if n else ".notdef")
|
| 135 |
+
for n, name in enumerate(topDict.charset)
|
| 136 |
+
}
|
| 137 |
+
topDict.charset = [
|
| 138 |
+
"cid" + str(n).zfill(5) if n else ".notdef" for n in range(len(topDict.charset))
|
| 139 |
+
]
|
| 140 |
+
charStrings.charStrings = {
|
| 141 |
+
mapping[name]: v for name, v in charStrings.charStrings.items()
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
+
topDict.ROS = ("Adobe", "Identity", 0)
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
def convertCFF2ToCFF(font, *, updatePostTable=True):
|
| 148 |
+
if "CFF2" not in font:
|
| 149 |
+
raise ValueError("Input font does not contain a CFF2 table.")
|
| 150 |
+
cff = font["CFF2"].cff
|
| 151 |
+
_convertCFF2ToCFF(cff, font)
|
| 152 |
+
del font["CFF2"]
|
| 153 |
+
table = font["CFF "] = newTable("CFF ")
|
| 154 |
+
table.cff = cff
|
| 155 |
+
|
| 156 |
+
if updatePostTable and "post" in font:
|
| 157 |
+
# Only version supported for fonts with CFF table is 0x00030000 not 0x20000
|
| 158 |
+
post = font["post"]
|
| 159 |
+
if post.formatType == 2.0:
|
| 160 |
+
post.formatType = 3.0
|
| 161 |
+
|
| 162 |
+
|
| 163 |
+
def main(args=None):
|
| 164 |
+
"""Convert CFF2 OTF font to CFF OTF font"""
|
| 165 |
+
if args is None:
|
| 166 |
+
import sys
|
| 167 |
+
|
| 168 |
+
args = sys.argv[1:]
|
| 169 |
+
|
| 170 |
+
import argparse
|
| 171 |
+
|
| 172 |
+
parser = argparse.ArgumentParser(
|
| 173 |
+
"fonttools cffLib.CFF2ToCFF",
|
| 174 |
+
description="Convert a non-variable CFF2 font to CFF.",
|
| 175 |
+
)
|
| 176 |
+
parser.add_argument(
|
| 177 |
+
"input", metavar="INPUT.ttf", help="Input OTF file with CFF table."
|
| 178 |
+
)
|
| 179 |
+
parser.add_argument(
|
| 180 |
+
"-o",
|
| 181 |
+
"--output",
|
| 182 |
+
metavar="OUTPUT.ttf",
|
| 183 |
+
default=None,
|
| 184 |
+
help="Output instance OTF file (default: INPUT-CFF2.ttf).",
|
| 185 |
+
)
|
| 186 |
+
parser.add_argument(
|
| 187 |
+
"--no-recalc-timestamp",
|
| 188 |
+
dest="recalc_timestamp",
|
| 189 |
+
action="store_false",
|
| 190 |
+
help="Don't set the output font's timestamp to the current time.",
|
| 191 |
+
)
|
| 192 |
+
loggingGroup = parser.add_mutually_exclusive_group(required=False)
|
| 193 |
+
loggingGroup.add_argument(
|
| 194 |
+
"-v", "--verbose", action="store_true", help="Run more verbosely."
|
| 195 |
+
)
|
| 196 |
+
loggingGroup.add_argument(
|
| 197 |
+
"-q", "--quiet", action="store_true", help="Turn verbosity off."
|
| 198 |
+
)
|
| 199 |
+
options = parser.parse_args(args)
|
| 200 |
+
|
| 201 |
+
from fontTools import configLogger
|
| 202 |
+
|
| 203 |
+
configLogger(
|
| 204 |
+
level=("DEBUG" if options.verbose else "ERROR" if options.quiet else "INFO")
|
| 205 |
+
)
|
| 206 |
+
|
| 207 |
+
import os
|
| 208 |
+
|
| 209 |
+
infile = options.input
|
| 210 |
+
if not os.path.isfile(infile):
|
| 211 |
+
parser.error("No such file '{}'".format(infile))
|
| 212 |
+
|
| 213 |
+
outfile = (
|
| 214 |
+
makeOutputFileName(infile, overWrite=True, suffix="-CFF")
|
| 215 |
+
if not options.output
|
| 216 |
+
else options.output
|
| 217 |
+
)
|
| 218 |
+
|
| 219 |
+
font = TTFont(infile, recalcTimestamp=options.recalc_timestamp, recalcBBoxes=False)
|
| 220 |
+
|
| 221 |
+
convertCFF2ToCFF(font)
|
| 222 |
+
|
| 223 |
+
log.info(
|
| 224 |
+
"Saving %s",
|
| 225 |
+
outfile,
|
| 226 |
+
)
|
| 227 |
+
font.save(outfile)
|
| 228 |
+
|
| 229 |
+
|
| 230 |
+
if __name__ == "__main__":
|
| 231 |
+
import sys
|
| 232 |
+
|
| 233 |
+
sys.exit(main(sys.argv[1:]))
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/CFFToCFF2.py
ADDED
|
@@ -0,0 +1,305 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""CFF to CFF2 converter."""
|
| 2 |
+
|
| 3 |
+
from fontTools.ttLib import TTFont, newTable
|
| 4 |
+
from fontTools.misc.cliTools import makeOutputFileName
|
| 5 |
+
from fontTools.misc.psCharStrings import T2WidthExtractor
|
| 6 |
+
from fontTools.cffLib import (
|
| 7 |
+
TopDictIndex,
|
| 8 |
+
FDArrayIndex,
|
| 9 |
+
FontDict,
|
| 10 |
+
buildOrder,
|
| 11 |
+
topDictOperators,
|
| 12 |
+
privateDictOperators,
|
| 13 |
+
topDictOperators2,
|
| 14 |
+
privateDictOperators2,
|
| 15 |
+
)
|
| 16 |
+
from io import BytesIO
|
| 17 |
+
import logging
|
| 18 |
+
|
| 19 |
+
__all__ = ["convertCFFToCFF2", "main"]
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
log = logging.getLogger("fontTools.cffLib")
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
class _NominalWidthUsedError(Exception):
|
| 26 |
+
def __add__(self, other):
|
| 27 |
+
raise self
|
| 28 |
+
|
| 29 |
+
def __radd__(self, other):
|
| 30 |
+
raise self
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
def _convertCFFToCFF2(cff, otFont):
|
| 34 |
+
"""Converts this object from CFF format to CFF2 format. This conversion
|
| 35 |
+
is done 'in-place'. The conversion cannot be reversed.
|
| 36 |
+
|
| 37 |
+
This assumes a decompiled CFF table. (i.e. that the object has been
|
| 38 |
+
filled via :meth:`decompile` and e.g. not loaded from XML.)"""
|
| 39 |
+
|
| 40 |
+
# Clean up T2CharStrings
|
| 41 |
+
|
| 42 |
+
topDict = cff.topDictIndex[0]
|
| 43 |
+
fdArray = topDict.FDArray if hasattr(topDict, "FDArray") else None
|
| 44 |
+
charStrings = topDict.CharStrings
|
| 45 |
+
globalSubrs = cff.GlobalSubrs
|
| 46 |
+
localSubrs = (
|
| 47 |
+
[getattr(fd.Private, "Subrs", []) for fd in fdArray]
|
| 48 |
+
if fdArray
|
| 49 |
+
else (
|
| 50 |
+
[topDict.Private.Subrs]
|
| 51 |
+
if hasattr(topDict, "Private") and hasattr(topDict.Private, "Subrs")
|
| 52 |
+
else []
|
| 53 |
+
)
|
| 54 |
+
)
|
| 55 |
+
|
| 56 |
+
for glyphName in charStrings.keys():
|
| 57 |
+
cs, fdIndex = charStrings.getItemAndSelector(glyphName)
|
| 58 |
+
cs.decompile()
|
| 59 |
+
|
| 60 |
+
# Clean up subroutines first
|
| 61 |
+
for subrs in [globalSubrs] + localSubrs:
|
| 62 |
+
for subr in subrs:
|
| 63 |
+
program = subr.program
|
| 64 |
+
i = j = len(program)
|
| 65 |
+
try:
|
| 66 |
+
i = program.index("return")
|
| 67 |
+
except ValueError:
|
| 68 |
+
pass
|
| 69 |
+
try:
|
| 70 |
+
j = program.index("endchar")
|
| 71 |
+
except ValueError:
|
| 72 |
+
pass
|
| 73 |
+
program[min(i, j) :] = []
|
| 74 |
+
|
| 75 |
+
# Clean up glyph charstrings
|
| 76 |
+
removeUnusedSubrs = False
|
| 77 |
+
nominalWidthXError = _NominalWidthUsedError()
|
| 78 |
+
for glyphName in charStrings.keys():
|
| 79 |
+
cs, fdIndex = charStrings.getItemAndSelector(glyphName)
|
| 80 |
+
program = cs.program
|
| 81 |
+
|
| 82 |
+
thisLocalSubrs = (
|
| 83 |
+
localSubrs[fdIndex]
|
| 84 |
+
if fdIndex is not None
|
| 85 |
+
else (
|
| 86 |
+
getattr(topDict.Private, "Subrs", [])
|
| 87 |
+
if hasattr(topDict, "Private")
|
| 88 |
+
else []
|
| 89 |
+
)
|
| 90 |
+
)
|
| 91 |
+
|
| 92 |
+
# Intentionally use custom type for nominalWidthX, such that any
|
| 93 |
+
# CharString that has an explicit width encoded will throw back to us.
|
| 94 |
+
extractor = T2WidthExtractor(
|
| 95 |
+
thisLocalSubrs,
|
| 96 |
+
globalSubrs,
|
| 97 |
+
nominalWidthXError,
|
| 98 |
+
0,
|
| 99 |
+
)
|
| 100 |
+
try:
|
| 101 |
+
extractor.execute(cs)
|
| 102 |
+
except _NominalWidthUsedError:
|
| 103 |
+
# Program has explicit width. We want to drop it, but can't
|
| 104 |
+
# just pop the first number since it may be a subroutine call.
|
| 105 |
+
# Instead, when seeing that, we embed the subroutine and recurse.
|
| 106 |
+
# If this ever happened, we later prune unused subroutines.
|
| 107 |
+
while len(program) >= 2 and program[1] in ["callsubr", "callgsubr"]:
|
| 108 |
+
removeUnusedSubrs = True
|
| 109 |
+
subrNumber = program.pop(0)
|
| 110 |
+
assert isinstance(subrNumber, int), subrNumber
|
| 111 |
+
op = program.pop(0)
|
| 112 |
+
bias = extractor.localBias if op == "callsubr" else extractor.globalBias
|
| 113 |
+
subrNumber += bias
|
| 114 |
+
subrSet = thisLocalSubrs if op == "callsubr" else globalSubrs
|
| 115 |
+
subrProgram = subrSet[subrNumber].program
|
| 116 |
+
program[:0] = subrProgram
|
| 117 |
+
# Now pop the actual width
|
| 118 |
+
assert len(program) >= 1, program
|
| 119 |
+
program.pop(0)
|
| 120 |
+
|
| 121 |
+
if program and program[-1] == "endchar":
|
| 122 |
+
program.pop()
|
| 123 |
+
|
| 124 |
+
if removeUnusedSubrs:
|
| 125 |
+
cff.remove_unused_subroutines()
|
| 126 |
+
|
| 127 |
+
# Upconvert TopDict
|
| 128 |
+
|
| 129 |
+
cff.major = 2
|
| 130 |
+
cff2GetGlyphOrder = cff.otFont.getGlyphOrder
|
| 131 |
+
topDictData = TopDictIndex(None, cff2GetGlyphOrder)
|
| 132 |
+
for item in cff.topDictIndex:
|
| 133 |
+
# Iterate over, such that all are decompiled
|
| 134 |
+
topDictData.append(item)
|
| 135 |
+
cff.topDictIndex = topDictData
|
| 136 |
+
topDict = topDictData[0]
|
| 137 |
+
if hasattr(topDict, "Private"):
|
| 138 |
+
privateDict = topDict.Private
|
| 139 |
+
else:
|
| 140 |
+
privateDict = None
|
| 141 |
+
opOrder = buildOrder(topDictOperators2)
|
| 142 |
+
topDict.order = opOrder
|
| 143 |
+
topDict.cff2GetGlyphOrder = cff2GetGlyphOrder
|
| 144 |
+
|
| 145 |
+
if not hasattr(topDict, "FDArray"):
|
| 146 |
+
fdArray = topDict.FDArray = FDArrayIndex()
|
| 147 |
+
fdArray.strings = None
|
| 148 |
+
fdArray.GlobalSubrs = topDict.GlobalSubrs
|
| 149 |
+
topDict.GlobalSubrs.fdArray = fdArray
|
| 150 |
+
charStrings = topDict.CharStrings
|
| 151 |
+
if charStrings.charStringsAreIndexed:
|
| 152 |
+
charStrings.charStringsIndex.fdArray = fdArray
|
| 153 |
+
else:
|
| 154 |
+
charStrings.fdArray = fdArray
|
| 155 |
+
fontDict = FontDict()
|
| 156 |
+
fontDict.setCFF2(True)
|
| 157 |
+
fdArray.append(fontDict)
|
| 158 |
+
fontDict.Private = privateDict
|
| 159 |
+
privateOpOrder = buildOrder(privateDictOperators2)
|
| 160 |
+
if privateDict is not None:
|
| 161 |
+
for entry in privateDictOperators:
|
| 162 |
+
key = entry[1]
|
| 163 |
+
if key not in privateOpOrder:
|
| 164 |
+
if key in privateDict.rawDict:
|
| 165 |
+
# print "Removing private dict", key
|
| 166 |
+
del privateDict.rawDict[key]
|
| 167 |
+
if hasattr(privateDict, key):
|
| 168 |
+
delattr(privateDict, key)
|
| 169 |
+
# print "Removing privateDict attr", key
|
| 170 |
+
else:
|
| 171 |
+
# clean up the PrivateDicts in the fdArray
|
| 172 |
+
fdArray = topDict.FDArray
|
| 173 |
+
privateOpOrder = buildOrder(privateDictOperators2)
|
| 174 |
+
for fontDict in fdArray:
|
| 175 |
+
fontDict.setCFF2(True)
|
| 176 |
+
for key in list(fontDict.rawDict.keys()):
|
| 177 |
+
if key not in fontDict.order:
|
| 178 |
+
del fontDict.rawDict[key]
|
| 179 |
+
if hasattr(fontDict, key):
|
| 180 |
+
delattr(fontDict, key)
|
| 181 |
+
|
| 182 |
+
privateDict = fontDict.Private
|
| 183 |
+
for entry in privateDictOperators:
|
| 184 |
+
key = entry[1]
|
| 185 |
+
if key not in privateOpOrder:
|
| 186 |
+
if key in list(privateDict.rawDict.keys()):
|
| 187 |
+
# print "Removing private dict", key
|
| 188 |
+
del privateDict.rawDict[key]
|
| 189 |
+
if hasattr(privateDict, key):
|
| 190 |
+
delattr(privateDict, key)
|
| 191 |
+
# print "Removing privateDict attr", key
|
| 192 |
+
|
| 193 |
+
# Now delete up the deprecated topDict operators from CFF 1.0
|
| 194 |
+
for entry in topDictOperators:
|
| 195 |
+
key = entry[1]
|
| 196 |
+
# We seem to need to keep the charset operator for now,
|
| 197 |
+
# or we fail to compile with some fonts, like AdditionFont.otf.
|
| 198 |
+
# I don't know which kind of CFF font those are. But keeping
|
| 199 |
+
# charset seems to work. It will be removed when we save and
|
| 200 |
+
# read the font again.
|
| 201 |
+
#
|
| 202 |
+
# AdditionFont.otf has <Encoding name="StandardEncoding"/>.
|
| 203 |
+
if key == "charset":
|
| 204 |
+
continue
|
| 205 |
+
if key not in opOrder:
|
| 206 |
+
if key in topDict.rawDict:
|
| 207 |
+
del topDict.rawDict[key]
|
| 208 |
+
if hasattr(topDict, key):
|
| 209 |
+
delattr(topDict, key)
|
| 210 |
+
|
| 211 |
+
# TODO(behdad): What does the following comment even mean? Both CFF and CFF2
|
| 212 |
+
# use the same T2Charstring class. I *think* what it means is that the CharStrings
|
| 213 |
+
# were loaded for CFF1, and we need to reload them for CFF2 to set varstore, etc
|
| 214 |
+
# on them. At least that's what I understand. It's probably safe to remove this
|
| 215 |
+
# and just set vstore where needed.
|
| 216 |
+
#
|
| 217 |
+
# See comment above about charset as well.
|
| 218 |
+
|
| 219 |
+
# At this point, the Subrs and Charstrings are all still T2Charstring class
|
| 220 |
+
# easiest to fix this by compiling, then decompiling again
|
| 221 |
+
file = BytesIO()
|
| 222 |
+
cff.compile(file, otFont, isCFF2=True)
|
| 223 |
+
file.seek(0)
|
| 224 |
+
cff.decompile(file, otFont, isCFF2=True)
|
| 225 |
+
|
| 226 |
+
|
| 227 |
+
def convertCFFToCFF2(font):
|
| 228 |
+
cff = font["CFF "].cff
|
| 229 |
+
del font["CFF "]
|
| 230 |
+
_convertCFFToCFF2(cff, font)
|
| 231 |
+
table = font["CFF2"] = newTable("CFF2")
|
| 232 |
+
table.cff = cff
|
| 233 |
+
|
| 234 |
+
|
| 235 |
+
def main(args=None):
|
| 236 |
+
"""Convert CFF OTF font to CFF2 OTF font"""
|
| 237 |
+
if args is None:
|
| 238 |
+
import sys
|
| 239 |
+
|
| 240 |
+
args = sys.argv[1:]
|
| 241 |
+
|
| 242 |
+
import argparse
|
| 243 |
+
|
| 244 |
+
parser = argparse.ArgumentParser(
|
| 245 |
+
"fonttools cffLib.CFFToCFF2",
|
| 246 |
+
description="Upgrade a CFF font to CFF2.",
|
| 247 |
+
)
|
| 248 |
+
parser.add_argument(
|
| 249 |
+
"input", metavar="INPUT.ttf", help="Input OTF file with CFF table."
|
| 250 |
+
)
|
| 251 |
+
parser.add_argument(
|
| 252 |
+
"-o",
|
| 253 |
+
"--output",
|
| 254 |
+
metavar="OUTPUT.ttf",
|
| 255 |
+
default=None,
|
| 256 |
+
help="Output instance OTF file (default: INPUT-CFF2.ttf).",
|
| 257 |
+
)
|
| 258 |
+
parser.add_argument(
|
| 259 |
+
"--no-recalc-timestamp",
|
| 260 |
+
dest="recalc_timestamp",
|
| 261 |
+
action="store_false",
|
| 262 |
+
help="Don't set the output font's timestamp to the current time.",
|
| 263 |
+
)
|
| 264 |
+
loggingGroup = parser.add_mutually_exclusive_group(required=False)
|
| 265 |
+
loggingGroup.add_argument(
|
| 266 |
+
"-v", "--verbose", action="store_true", help="Run more verbosely."
|
| 267 |
+
)
|
| 268 |
+
loggingGroup.add_argument(
|
| 269 |
+
"-q", "--quiet", action="store_true", help="Turn verbosity off."
|
| 270 |
+
)
|
| 271 |
+
options = parser.parse_args(args)
|
| 272 |
+
|
| 273 |
+
from fontTools import configLogger
|
| 274 |
+
|
| 275 |
+
configLogger(
|
| 276 |
+
level=("DEBUG" if options.verbose else "ERROR" if options.quiet else "INFO")
|
| 277 |
+
)
|
| 278 |
+
|
| 279 |
+
import os
|
| 280 |
+
|
| 281 |
+
infile = options.input
|
| 282 |
+
if not os.path.isfile(infile):
|
| 283 |
+
parser.error("No such file '{}'".format(infile))
|
| 284 |
+
|
| 285 |
+
outfile = (
|
| 286 |
+
makeOutputFileName(infile, overWrite=True, suffix="-CFF2")
|
| 287 |
+
if not options.output
|
| 288 |
+
else options.output
|
| 289 |
+
)
|
| 290 |
+
|
| 291 |
+
font = TTFont(infile, recalcTimestamp=options.recalc_timestamp, recalcBBoxes=False)
|
| 292 |
+
|
| 293 |
+
convertCFFToCFF2(font)
|
| 294 |
+
|
| 295 |
+
log.info(
|
| 296 |
+
"Saving %s",
|
| 297 |
+
outfile,
|
| 298 |
+
)
|
| 299 |
+
font.save(outfile)
|
| 300 |
+
|
| 301 |
+
|
| 302 |
+
if __name__ == "__main__":
|
| 303 |
+
import sys
|
| 304 |
+
|
| 305 |
+
sys.exit(main(sys.argv[1:]))
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/__init__.py
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/specializer.py
ADDED
|
@@ -0,0 +1,927 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
|
| 3 |
+
"""T2CharString operator specializer and generalizer.
|
| 4 |
+
|
| 5 |
+
PostScript glyph drawing operations can be expressed in multiple different
|
| 6 |
+
ways. For example, as well as the ``lineto`` operator, there is also a
|
| 7 |
+
``hlineto`` operator which draws a horizontal line, removing the need to
|
| 8 |
+
specify a ``dx`` coordinate, and a ``vlineto`` operator which draws a
|
| 9 |
+
vertical line, removing the need to specify a ``dy`` coordinate. As well
|
| 10 |
+
as decompiling :class:`fontTools.misc.psCharStrings.T2CharString` objects
|
| 11 |
+
into lists of operations, this module allows for conversion between general
|
| 12 |
+
and specific forms of the operation.
|
| 13 |
+
|
| 14 |
+
"""
|
| 15 |
+
|
| 16 |
+
from fontTools.cffLib import maxStackLimit
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
def stringToProgram(string):
|
| 20 |
+
if isinstance(string, str):
|
| 21 |
+
string = string.split()
|
| 22 |
+
program = []
|
| 23 |
+
for token in string:
|
| 24 |
+
try:
|
| 25 |
+
token = int(token)
|
| 26 |
+
except ValueError:
|
| 27 |
+
try:
|
| 28 |
+
token = float(token)
|
| 29 |
+
except ValueError:
|
| 30 |
+
pass
|
| 31 |
+
program.append(token)
|
| 32 |
+
return program
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
def programToString(program):
|
| 36 |
+
return " ".join(str(x) for x in program)
|
| 37 |
+
|
| 38 |
+
|
| 39 |
+
def programToCommands(program, getNumRegions=None):
|
| 40 |
+
"""Takes a T2CharString program list and returns list of commands.
|
| 41 |
+
Each command is a two-tuple of commandname,arg-list. The commandname might
|
| 42 |
+
be empty string if no commandname shall be emitted (used for glyph width,
|
| 43 |
+
hintmask/cntrmask argument, as well as stray arguments at the end of the
|
| 44 |
+
program (🤷).
|
| 45 |
+
'getNumRegions' may be None, or a callable object. It must return the
|
| 46 |
+
number of regions. 'getNumRegions' takes a single argument, vsindex. It
|
| 47 |
+
returns the numRegions for the vsindex.
|
| 48 |
+
The Charstring may or may not start with a width value. If the first
|
| 49 |
+
non-blend operator has an odd number of arguments, then the first argument is
|
| 50 |
+
a width, and is popped off. This is complicated with blend operators, as
|
| 51 |
+
there may be more than one before the first hint or moveto operator, and each
|
| 52 |
+
one reduces several arguments to just one list argument. We have to sum the
|
| 53 |
+
number of arguments that are not part of the blend arguments, and all the
|
| 54 |
+
'numBlends' values. We could instead have said that by definition, if there
|
| 55 |
+
is a blend operator, there is no width value, since CFF2 Charstrings don't
|
| 56 |
+
have width values. I discussed this with Behdad, and we are allowing for an
|
| 57 |
+
initial width value in this case because developers may assemble a CFF2
|
| 58 |
+
charstring from CFF Charstrings, which could have width values.
|
| 59 |
+
"""
|
| 60 |
+
|
| 61 |
+
seenWidthOp = False
|
| 62 |
+
vsIndex = 0
|
| 63 |
+
lenBlendStack = 0
|
| 64 |
+
lastBlendIndex = 0
|
| 65 |
+
commands = []
|
| 66 |
+
stack = []
|
| 67 |
+
it = iter(program)
|
| 68 |
+
|
| 69 |
+
for token in it:
|
| 70 |
+
if not isinstance(token, str):
|
| 71 |
+
stack.append(token)
|
| 72 |
+
continue
|
| 73 |
+
|
| 74 |
+
if token == "blend":
|
| 75 |
+
assert getNumRegions is not None
|
| 76 |
+
numSourceFonts = 1 + getNumRegions(vsIndex)
|
| 77 |
+
# replace the blend op args on the stack with a single list
|
| 78 |
+
# containing all the blend op args.
|
| 79 |
+
numBlends = stack[-1]
|
| 80 |
+
numBlendArgs = numBlends * numSourceFonts + 1
|
| 81 |
+
# replace first blend op by a list of the blend ops.
|
| 82 |
+
stack[-numBlendArgs:] = [stack[-numBlendArgs:]]
|
| 83 |
+
lenStack = len(stack)
|
| 84 |
+
lenBlendStack += numBlends + lenStack - 1
|
| 85 |
+
lastBlendIndex = lenStack
|
| 86 |
+
# if a blend op exists, this is or will be a CFF2 charstring.
|
| 87 |
+
continue
|
| 88 |
+
|
| 89 |
+
elif token == "vsindex":
|
| 90 |
+
vsIndex = stack[-1]
|
| 91 |
+
assert type(vsIndex) is int
|
| 92 |
+
|
| 93 |
+
elif (not seenWidthOp) and token in {
|
| 94 |
+
"hstem",
|
| 95 |
+
"hstemhm",
|
| 96 |
+
"vstem",
|
| 97 |
+
"vstemhm",
|
| 98 |
+
"cntrmask",
|
| 99 |
+
"hintmask",
|
| 100 |
+
"hmoveto",
|
| 101 |
+
"vmoveto",
|
| 102 |
+
"rmoveto",
|
| 103 |
+
"endchar",
|
| 104 |
+
}:
|
| 105 |
+
seenWidthOp = True
|
| 106 |
+
parity = token in {"hmoveto", "vmoveto"}
|
| 107 |
+
if lenBlendStack:
|
| 108 |
+
# lenBlendStack has the number of args represented by the last blend
|
| 109 |
+
# arg and all the preceding args. We need to now add the number of
|
| 110 |
+
# args following the last blend arg.
|
| 111 |
+
numArgs = lenBlendStack + len(stack[lastBlendIndex:])
|
| 112 |
+
else:
|
| 113 |
+
numArgs = len(stack)
|
| 114 |
+
if numArgs and (numArgs % 2) ^ parity:
|
| 115 |
+
width = stack.pop(0)
|
| 116 |
+
commands.append(("", [width]))
|
| 117 |
+
|
| 118 |
+
if token in {"hintmask", "cntrmask"}:
|
| 119 |
+
if stack:
|
| 120 |
+
commands.append(("", stack))
|
| 121 |
+
commands.append((token, []))
|
| 122 |
+
commands.append(("", [next(it)]))
|
| 123 |
+
else:
|
| 124 |
+
commands.append((token, stack))
|
| 125 |
+
stack = []
|
| 126 |
+
if stack:
|
| 127 |
+
commands.append(("", stack))
|
| 128 |
+
return commands
|
| 129 |
+
|
| 130 |
+
|
| 131 |
+
def _flattenBlendArgs(args):
|
| 132 |
+
token_list = []
|
| 133 |
+
for arg in args:
|
| 134 |
+
if isinstance(arg, list):
|
| 135 |
+
token_list.extend(arg)
|
| 136 |
+
token_list.append("blend")
|
| 137 |
+
else:
|
| 138 |
+
token_list.append(arg)
|
| 139 |
+
return token_list
|
| 140 |
+
|
| 141 |
+
|
| 142 |
+
def commandsToProgram(commands):
|
| 143 |
+
"""Takes a commands list as returned by programToCommands() and converts
|
| 144 |
+
it back to a T2CharString program list."""
|
| 145 |
+
program = []
|
| 146 |
+
for op, args in commands:
|
| 147 |
+
if any(isinstance(arg, list) for arg in args):
|
| 148 |
+
args = _flattenBlendArgs(args)
|
| 149 |
+
program.extend(args)
|
| 150 |
+
if op:
|
| 151 |
+
program.append(op)
|
| 152 |
+
return program
|
| 153 |
+
|
| 154 |
+
|
| 155 |
+
def _everyN(el, n):
|
| 156 |
+
"""Group the list el into groups of size n"""
|
| 157 |
+
l = len(el)
|
| 158 |
+
if l % n != 0:
|
| 159 |
+
raise ValueError(el)
|
| 160 |
+
for i in range(0, l, n):
|
| 161 |
+
yield el[i : i + n]
|
| 162 |
+
|
| 163 |
+
|
| 164 |
+
class _GeneralizerDecombinerCommandsMap(object):
|
| 165 |
+
@staticmethod
|
| 166 |
+
def rmoveto(args):
|
| 167 |
+
if len(args) != 2:
|
| 168 |
+
raise ValueError(args)
|
| 169 |
+
yield ("rmoveto", args)
|
| 170 |
+
|
| 171 |
+
@staticmethod
|
| 172 |
+
def hmoveto(args):
|
| 173 |
+
if len(args) != 1:
|
| 174 |
+
raise ValueError(args)
|
| 175 |
+
yield ("rmoveto", [args[0], 0])
|
| 176 |
+
|
| 177 |
+
@staticmethod
|
| 178 |
+
def vmoveto(args):
|
| 179 |
+
if len(args) != 1:
|
| 180 |
+
raise ValueError(args)
|
| 181 |
+
yield ("rmoveto", [0, args[0]])
|
| 182 |
+
|
| 183 |
+
@staticmethod
|
| 184 |
+
def rlineto(args):
|
| 185 |
+
if not args:
|
| 186 |
+
raise ValueError(args)
|
| 187 |
+
for args in _everyN(args, 2):
|
| 188 |
+
yield ("rlineto", args)
|
| 189 |
+
|
| 190 |
+
@staticmethod
|
| 191 |
+
def hlineto(args):
|
| 192 |
+
if not args:
|
| 193 |
+
raise ValueError(args)
|
| 194 |
+
it = iter(args)
|
| 195 |
+
try:
|
| 196 |
+
while True:
|
| 197 |
+
yield ("rlineto", [next(it), 0])
|
| 198 |
+
yield ("rlineto", [0, next(it)])
|
| 199 |
+
except StopIteration:
|
| 200 |
+
pass
|
| 201 |
+
|
| 202 |
+
@staticmethod
|
| 203 |
+
def vlineto(args):
|
| 204 |
+
if not args:
|
| 205 |
+
raise ValueError(args)
|
| 206 |
+
it = iter(args)
|
| 207 |
+
try:
|
| 208 |
+
while True:
|
| 209 |
+
yield ("rlineto", [0, next(it)])
|
| 210 |
+
yield ("rlineto", [next(it), 0])
|
| 211 |
+
except StopIteration:
|
| 212 |
+
pass
|
| 213 |
+
|
| 214 |
+
@staticmethod
|
| 215 |
+
def rrcurveto(args):
|
| 216 |
+
if not args:
|
| 217 |
+
raise ValueError(args)
|
| 218 |
+
for args in _everyN(args, 6):
|
| 219 |
+
yield ("rrcurveto", args)
|
| 220 |
+
|
| 221 |
+
@staticmethod
|
| 222 |
+
def hhcurveto(args):
|
| 223 |
+
l = len(args)
|
| 224 |
+
if l < 4 or l % 4 > 1:
|
| 225 |
+
raise ValueError(args)
|
| 226 |
+
if l % 2 == 1:
|
| 227 |
+
yield ("rrcurveto", [args[1], args[0], args[2], args[3], args[4], 0])
|
| 228 |
+
args = args[5:]
|
| 229 |
+
for args in _everyN(args, 4):
|
| 230 |
+
yield ("rrcurveto", [args[0], 0, args[1], args[2], args[3], 0])
|
| 231 |
+
|
| 232 |
+
@staticmethod
|
| 233 |
+
def vvcurveto(args):
|
| 234 |
+
l = len(args)
|
| 235 |
+
if l < 4 or l % 4 > 1:
|
| 236 |
+
raise ValueError(args)
|
| 237 |
+
if l % 2 == 1:
|
| 238 |
+
yield ("rrcurveto", [args[0], args[1], args[2], args[3], 0, args[4]])
|
| 239 |
+
args = args[5:]
|
| 240 |
+
for args in _everyN(args, 4):
|
| 241 |
+
yield ("rrcurveto", [0, args[0], args[1], args[2], 0, args[3]])
|
| 242 |
+
|
| 243 |
+
@staticmethod
|
| 244 |
+
def hvcurveto(args):
|
| 245 |
+
l = len(args)
|
| 246 |
+
if l < 4 or l % 8 not in {0, 1, 4, 5}:
|
| 247 |
+
raise ValueError(args)
|
| 248 |
+
last_args = None
|
| 249 |
+
if l % 2 == 1:
|
| 250 |
+
lastStraight = l % 8 == 5
|
| 251 |
+
args, last_args = args[:-5], args[-5:]
|
| 252 |
+
it = _everyN(args, 4)
|
| 253 |
+
try:
|
| 254 |
+
while True:
|
| 255 |
+
args = next(it)
|
| 256 |
+
yield ("rrcurveto", [args[0], 0, args[1], args[2], 0, args[3]])
|
| 257 |
+
args = next(it)
|
| 258 |
+
yield ("rrcurveto", [0, args[0], args[1], args[2], args[3], 0])
|
| 259 |
+
except StopIteration:
|
| 260 |
+
pass
|
| 261 |
+
if last_args:
|
| 262 |
+
args = last_args
|
| 263 |
+
if lastStraight:
|
| 264 |
+
yield ("rrcurveto", [args[0], 0, args[1], args[2], args[4], args[3]])
|
| 265 |
+
else:
|
| 266 |
+
yield ("rrcurveto", [0, args[0], args[1], args[2], args[3], args[4]])
|
| 267 |
+
|
| 268 |
+
@staticmethod
|
| 269 |
+
def vhcurveto(args):
|
| 270 |
+
l = len(args)
|
| 271 |
+
if l < 4 or l % 8 not in {0, 1, 4, 5}:
|
| 272 |
+
raise ValueError(args)
|
| 273 |
+
last_args = None
|
| 274 |
+
if l % 2 == 1:
|
| 275 |
+
lastStraight = l % 8 == 5
|
| 276 |
+
args, last_args = args[:-5], args[-5:]
|
| 277 |
+
it = _everyN(args, 4)
|
| 278 |
+
try:
|
| 279 |
+
while True:
|
| 280 |
+
args = next(it)
|
| 281 |
+
yield ("rrcurveto", [0, args[0], args[1], args[2], args[3], 0])
|
| 282 |
+
args = next(it)
|
| 283 |
+
yield ("rrcurveto", [args[0], 0, args[1], args[2], 0, args[3]])
|
| 284 |
+
except StopIteration:
|
| 285 |
+
pass
|
| 286 |
+
if last_args:
|
| 287 |
+
args = last_args
|
| 288 |
+
if lastStraight:
|
| 289 |
+
yield ("rrcurveto", [0, args[0], args[1], args[2], args[3], args[4]])
|
| 290 |
+
else:
|
| 291 |
+
yield ("rrcurveto", [args[0], 0, args[1], args[2], args[4], args[3]])
|
| 292 |
+
|
| 293 |
+
@staticmethod
|
| 294 |
+
def rcurveline(args):
|
| 295 |
+
l = len(args)
|
| 296 |
+
if l < 8 or l % 6 != 2:
|
| 297 |
+
raise ValueError(args)
|
| 298 |
+
args, last_args = args[:-2], args[-2:]
|
| 299 |
+
for args in _everyN(args, 6):
|
| 300 |
+
yield ("rrcurveto", args)
|
| 301 |
+
yield ("rlineto", last_args)
|
| 302 |
+
|
| 303 |
+
@staticmethod
|
| 304 |
+
def rlinecurve(args):
|
| 305 |
+
l = len(args)
|
| 306 |
+
if l < 8 or l % 2 != 0:
|
| 307 |
+
raise ValueError(args)
|
| 308 |
+
args, last_args = args[:-6], args[-6:]
|
| 309 |
+
for args in _everyN(args, 2):
|
| 310 |
+
yield ("rlineto", args)
|
| 311 |
+
yield ("rrcurveto", last_args)
|
| 312 |
+
|
| 313 |
+
|
| 314 |
+
def _convertBlendOpToArgs(blendList):
|
| 315 |
+
# args is list of blend op args. Since we are supporting
|
| 316 |
+
# recursive blend op calls, some of these args may also
|
| 317 |
+
# be a list of blend op args, and need to be converted before
|
| 318 |
+
# we convert the current list.
|
| 319 |
+
if any([isinstance(arg, list) for arg in blendList]):
|
| 320 |
+
args = [
|
| 321 |
+
i
|
| 322 |
+
for e in blendList
|
| 323 |
+
for i in (_convertBlendOpToArgs(e) if isinstance(e, list) else [e])
|
| 324 |
+
]
|
| 325 |
+
else:
|
| 326 |
+
args = blendList
|
| 327 |
+
|
| 328 |
+
# We now know that blendList contains a blend op argument list, even if
|
| 329 |
+
# some of the args are lists that each contain a blend op argument list.
|
| 330 |
+
# Convert from:
|
| 331 |
+
# [default font arg sequence x0,...,xn] + [delta tuple for x0] + ... + [delta tuple for xn]
|
| 332 |
+
# to:
|
| 333 |
+
# [ [x0] + [delta tuple for x0],
|
| 334 |
+
# ...,
|
| 335 |
+
# [xn] + [delta tuple for xn] ]
|
| 336 |
+
numBlends = args[-1]
|
| 337 |
+
# Can't use args.pop() when the args are being used in a nested list
|
| 338 |
+
# comprehension. See calling context
|
| 339 |
+
args = args[:-1]
|
| 340 |
+
|
| 341 |
+
l = len(args)
|
| 342 |
+
numRegions = l // numBlends - 1
|
| 343 |
+
if not (numBlends * (numRegions + 1) == l):
|
| 344 |
+
raise ValueError(blendList)
|
| 345 |
+
|
| 346 |
+
defaultArgs = [[arg] for arg in args[:numBlends]]
|
| 347 |
+
deltaArgs = args[numBlends:]
|
| 348 |
+
numDeltaValues = len(deltaArgs)
|
| 349 |
+
deltaList = [
|
| 350 |
+
deltaArgs[i : i + numRegions] for i in range(0, numDeltaValues, numRegions)
|
| 351 |
+
]
|
| 352 |
+
blend_args = [a + b + [1] for a, b in zip(defaultArgs, deltaList)]
|
| 353 |
+
return blend_args
|
| 354 |
+
|
| 355 |
+
|
| 356 |
+
def generalizeCommands(commands, ignoreErrors=False):
|
| 357 |
+
result = []
|
| 358 |
+
mapping = _GeneralizerDecombinerCommandsMap
|
| 359 |
+
for op, args in commands:
|
| 360 |
+
# First, generalize any blend args in the arg list.
|
| 361 |
+
if any([isinstance(arg, list) for arg in args]):
|
| 362 |
+
try:
|
| 363 |
+
args = [
|
| 364 |
+
n
|
| 365 |
+
for arg in args
|
| 366 |
+
for n in (
|
| 367 |
+
_convertBlendOpToArgs(arg) if isinstance(arg, list) else [arg]
|
| 368 |
+
)
|
| 369 |
+
]
|
| 370 |
+
except ValueError:
|
| 371 |
+
if ignoreErrors:
|
| 372 |
+
# Store op as data, such that consumers of commands do not have to
|
| 373 |
+
# deal with incorrect number of arguments.
|
| 374 |
+
result.append(("", args))
|
| 375 |
+
result.append(("", [op]))
|
| 376 |
+
else:
|
| 377 |
+
raise
|
| 378 |
+
|
| 379 |
+
func = getattr(mapping, op, None)
|
| 380 |
+
if func is None:
|
| 381 |
+
result.append((op, args))
|
| 382 |
+
continue
|
| 383 |
+
try:
|
| 384 |
+
for command in func(args):
|
| 385 |
+
result.append(command)
|
| 386 |
+
except ValueError:
|
| 387 |
+
if ignoreErrors:
|
| 388 |
+
# Store op as data, such that consumers of commands do not have to
|
| 389 |
+
# deal with incorrect number of arguments.
|
| 390 |
+
result.append(("", args))
|
| 391 |
+
result.append(("", [op]))
|
| 392 |
+
else:
|
| 393 |
+
raise
|
| 394 |
+
return result
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
def generalizeProgram(program, getNumRegions=None, **kwargs):
|
| 398 |
+
return commandsToProgram(
|
| 399 |
+
generalizeCommands(programToCommands(program, getNumRegions), **kwargs)
|
| 400 |
+
)
|
| 401 |
+
|
| 402 |
+
|
| 403 |
+
def _categorizeVector(v):
|
| 404 |
+
"""
|
| 405 |
+
Takes X,Y vector v and returns one of r, h, v, or 0 depending on which
|
| 406 |
+
of X and/or Y are zero, plus tuple of nonzero ones. If both are zero,
|
| 407 |
+
it returns a single zero still.
|
| 408 |
+
|
| 409 |
+
>>> _categorizeVector((0,0))
|
| 410 |
+
('0', (0,))
|
| 411 |
+
>>> _categorizeVector((1,0))
|
| 412 |
+
('h', (1,))
|
| 413 |
+
>>> _categorizeVector((0,2))
|
| 414 |
+
('v', (2,))
|
| 415 |
+
>>> _categorizeVector((1,2))
|
| 416 |
+
('r', (1, 2))
|
| 417 |
+
"""
|
| 418 |
+
if not v[0]:
|
| 419 |
+
if not v[1]:
|
| 420 |
+
return "0", v[:1]
|
| 421 |
+
else:
|
| 422 |
+
return "v", v[1:]
|
| 423 |
+
else:
|
| 424 |
+
if not v[1]:
|
| 425 |
+
return "h", v[:1]
|
| 426 |
+
else:
|
| 427 |
+
return "r", v
|
| 428 |
+
|
| 429 |
+
|
| 430 |
+
def _mergeCategories(a, b):
|
| 431 |
+
if a == "0":
|
| 432 |
+
return b
|
| 433 |
+
if b == "0":
|
| 434 |
+
return a
|
| 435 |
+
if a == b:
|
| 436 |
+
return a
|
| 437 |
+
return None
|
| 438 |
+
|
| 439 |
+
|
| 440 |
+
def _negateCategory(a):
|
| 441 |
+
if a == "h":
|
| 442 |
+
return "v"
|
| 443 |
+
if a == "v":
|
| 444 |
+
return "h"
|
| 445 |
+
assert a in "0r"
|
| 446 |
+
return a
|
| 447 |
+
|
| 448 |
+
|
| 449 |
+
def _convertToBlendCmds(args):
|
| 450 |
+
# return a list of blend commands, and
|
| 451 |
+
# the remaining non-blended args, if any.
|
| 452 |
+
num_args = len(args)
|
| 453 |
+
stack_use = 0
|
| 454 |
+
new_args = []
|
| 455 |
+
i = 0
|
| 456 |
+
while i < num_args:
|
| 457 |
+
arg = args[i]
|
| 458 |
+
i += 1
|
| 459 |
+
if not isinstance(arg, list):
|
| 460 |
+
new_args.append(arg)
|
| 461 |
+
stack_use += 1
|
| 462 |
+
else:
|
| 463 |
+
prev_stack_use = stack_use
|
| 464 |
+
# The arg is a tuple of blend values.
|
| 465 |
+
# These are each (master 0,delta 1..delta n, 1)
|
| 466 |
+
# Combine as many successive tuples as we can,
|
| 467 |
+
# up to the max stack limit.
|
| 468 |
+
num_sources = len(arg) - 1
|
| 469 |
+
blendlist = [arg]
|
| 470 |
+
stack_use += 1 + num_sources # 1 for the num_blends arg
|
| 471 |
+
|
| 472 |
+
# if we are here, max stack is the CFF2 max stack.
|
| 473 |
+
# I use the CFF2 max stack limit here rather than
|
| 474 |
+
# the 'maxstack' chosen by the client, as the default
|
| 475 |
+
# maxstack may have been used unintentionally. For all
|
| 476 |
+
# the other operators, this just produces a little less
|
| 477 |
+
# optimization, but here it puts a hard (and low) limit
|
| 478 |
+
# on the number of source fonts that can be used.
|
| 479 |
+
#
|
| 480 |
+
# Make sure the stack depth does not exceed (maxstack - 1), so
|
| 481 |
+
# that subroutinizer can insert subroutine calls at any point.
|
| 482 |
+
while (
|
| 483 |
+
(i < num_args)
|
| 484 |
+
and isinstance(args[i], list)
|
| 485 |
+
and stack_use + num_sources < maxStackLimit
|
| 486 |
+
):
|
| 487 |
+
blendlist.append(args[i])
|
| 488 |
+
i += 1
|
| 489 |
+
stack_use += num_sources
|
| 490 |
+
# blendList now contains as many single blend tuples as can be
|
| 491 |
+
# combined without exceeding the CFF2 stack limit.
|
| 492 |
+
num_blends = len(blendlist)
|
| 493 |
+
# append the 'num_blends' default font values
|
| 494 |
+
blend_args = []
|
| 495 |
+
for arg in blendlist:
|
| 496 |
+
blend_args.append(arg[0])
|
| 497 |
+
for arg in blendlist:
|
| 498 |
+
assert arg[-1] == 1
|
| 499 |
+
blend_args.extend(arg[1:-1])
|
| 500 |
+
blend_args.append(num_blends)
|
| 501 |
+
new_args.append(blend_args)
|
| 502 |
+
stack_use = prev_stack_use + num_blends
|
| 503 |
+
|
| 504 |
+
return new_args
|
| 505 |
+
|
| 506 |
+
|
| 507 |
+
def _addArgs(a, b):
|
| 508 |
+
if isinstance(b, list):
|
| 509 |
+
if isinstance(a, list):
|
| 510 |
+
if len(a) != len(b) or a[-1] != b[-1]:
|
| 511 |
+
raise ValueError()
|
| 512 |
+
return [_addArgs(va, vb) for va, vb in zip(a[:-1], b[:-1])] + [a[-1]]
|
| 513 |
+
else:
|
| 514 |
+
a, b = b, a
|
| 515 |
+
if isinstance(a, list):
|
| 516 |
+
assert a[-1] == 1
|
| 517 |
+
return [_addArgs(a[0], b)] + a[1:]
|
| 518 |
+
return a + b
|
| 519 |
+
|
| 520 |
+
|
| 521 |
+
def _argsStackUse(args):
|
| 522 |
+
stackLen = 0
|
| 523 |
+
maxLen = 0
|
| 524 |
+
for arg in args:
|
| 525 |
+
if type(arg) is list:
|
| 526 |
+
# Blended arg
|
| 527 |
+
maxLen = max(maxLen, stackLen + _argsStackUse(arg))
|
| 528 |
+
stackLen += arg[-1]
|
| 529 |
+
else:
|
| 530 |
+
stackLen += 1
|
| 531 |
+
return max(stackLen, maxLen)
|
| 532 |
+
|
| 533 |
+
|
| 534 |
+
def specializeCommands(
|
| 535 |
+
commands,
|
| 536 |
+
ignoreErrors=False,
|
| 537 |
+
generalizeFirst=True,
|
| 538 |
+
preserveTopology=False,
|
| 539 |
+
maxstack=48,
|
| 540 |
+
):
|
| 541 |
+
# We perform several rounds of optimizations. They are carefully ordered and are:
|
| 542 |
+
#
|
| 543 |
+
# 0. Generalize commands.
|
| 544 |
+
# This ensures that they are in our expected simple form, with each line/curve only
|
| 545 |
+
# having arguments for one segment, and using the generic form (rlineto/rrcurveto).
|
| 546 |
+
# If caller is sure the input is in this form, they can turn off generalization to
|
| 547 |
+
# save time.
|
| 548 |
+
#
|
| 549 |
+
# 1. Combine successive rmoveto operations.
|
| 550 |
+
#
|
| 551 |
+
# 2. Specialize rmoveto/rlineto/rrcurveto operators into horizontal/vertical variants.
|
| 552 |
+
# We specialize into some, made-up, variants as well, which simplifies following
|
| 553 |
+
# passes.
|
| 554 |
+
#
|
| 555 |
+
# 3. Merge or delete redundant operations, to the extent requested.
|
| 556 |
+
# OpenType spec declares point numbers in CFF undefined. As such, we happily
|
| 557 |
+
# change topology. If client relies on point numbers (in GPOS anchors, or for
|
| 558 |
+
# hinting purposes(what?)) they can turn this off.
|
| 559 |
+
#
|
| 560 |
+
# 4. Peephole optimization to revert back some of the h/v variants back into their
|
| 561 |
+
# original "relative" operator (rline/rrcurveto) if that saves a byte.
|
| 562 |
+
#
|
| 563 |
+
# 5. Combine adjacent operators when possible, minding not to go over max stack size.
|
| 564 |
+
#
|
| 565 |
+
# 6. Resolve any remaining made-up operators into real operators.
|
| 566 |
+
#
|
| 567 |
+
# I have convinced myself that this produces optimal bytecode (except for, possibly
|
| 568 |
+
# one byte each time maxstack size prohibits combining.) YMMV, but you'd be wrong. :-)
|
| 569 |
+
# A dynamic-programming approach can do the same but would be significantly slower.
|
| 570 |
+
#
|
| 571 |
+
# 7. For any args which are blend lists, convert them to a blend command.
|
| 572 |
+
|
| 573 |
+
# 0. Generalize commands.
|
| 574 |
+
if generalizeFirst:
|
| 575 |
+
commands = generalizeCommands(commands, ignoreErrors=ignoreErrors)
|
| 576 |
+
else:
|
| 577 |
+
commands = list(commands) # Make copy since we modify in-place later.
|
| 578 |
+
|
| 579 |
+
# 1. Combine successive rmoveto operations.
|
| 580 |
+
for i in range(len(commands) - 1, 0, -1):
|
| 581 |
+
if "rmoveto" == commands[i][0] == commands[i - 1][0]:
|
| 582 |
+
v1, v2 = commands[i - 1][1], commands[i][1]
|
| 583 |
+
commands[i - 1] = (
|
| 584 |
+
"rmoveto",
|
| 585 |
+
[_addArgs(v1[0], v2[0]), _addArgs(v1[1], v2[1])],
|
| 586 |
+
)
|
| 587 |
+
del commands[i]
|
| 588 |
+
|
| 589 |
+
# 2. Specialize rmoveto/rlineto/rrcurveto operators into horizontal/vertical variants.
|
| 590 |
+
#
|
| 591 |
+
# We, in fact, specialize into more, made-up, variants that special-case when both
|
| 592 |
+
# X and Y components are zero. This simplifies the following optimization passes.
|
| 593 |
+
# This case is rare, but OCD does not let me skip it.
|
| 594 |
+
#
|
| 595 |
+
# After this round, we will have four variants that use the following mnemonics:
|
| 596 |
+
#
|
| 597 |
+
# - 'r' for relative, ie. non-zero X and non-zero Y,
|
| 598 |
+
# - 'h' for horizontal, ie. zero X and non-zero Y,
|
| 599 |
+
# - 'v' for vertical, ie. non-zero X and zero Y,
|
| 600 |
+
# - '0' for zeros, ie. zero X and zero Y.
|
| 601 |
+
#
|
| 602 |
+
# The '0' pseudo-operators are not part of the spec, but help simplify the following
|
| 603 |
+
# optimization rounds. We resolve them at the end. So, after this, we will have four
|
| 604 |
+
# moveto and four lineto variants:
|
| 605 |
+
#
|
| 606 |
+
# - 0moveto, 0lineto
|
| 607 |
+
# - hmoveto, hlineto
|
| 608 |
+
# - vmoveto, vlineto
|
| 609 |
+
# - rmoveto, rlineto
|
| 610 |
+
#
|
| 611 |
+
# and sixteen curveto variants. For example, a '0hcurveto' operator means a curve
|
| 612 |
+
# dx0,dy0,dx1,dy1,dx2,dy2,dx3,dy3 where dx0, dx1, and dy3 are zero but not dx3.
|
| 613 |
+
# An 'rvcurveto' means dx3 is zero but not dx0,dy0,dy3.
|
| 614 |
+
#
|
| 615 |
+
# There are nine different variants of curves without the '0'. Those nine map exactly
|
| 616 |
+
# to the existing curve variants in the spec: rrcurveto, and the four variants hhcurveto,
|
| 617 |
+
# vvcurveto, hvcurveto, and vhcurveto each cover two cases, one with an odd number of
|
| 618 |
+
# arguments and one without. Eg. an hhcurveto with an extra argument (odd number of
|
| 619 |
+
# arguments) is in fact an rhcurveto. The operators in the spec are designed such that
|
| 620 |
+
# all four of rhcurveto, rvcurveto, hrcurveto, and vrcurveto are encodable for one curve.
|
| 621 |
+
#
|
| 622 |
+
# Of the curve types with '0', the 00curveto is equivalent to a lineto variant. The rest
|
| 623 |
+
# of the curve types with a 0 need to be encoded as a h or v variant. Ie. a '0' can be
|
| 624 |
+
# thought of a "don't care" and can be used as either an 'h' or a 'v'. As such, we always
|
| 625 |
+
# encode a number 0 as argument when we use a '0' variant. Later on, we can just substitute
|
| 626 |
+
# the '0' with either 'h' or 'v' and it works.
|
| 627 |
+
#
|
| 628 |
+
# When we get to curve splines however, things become more complicated... XXX finish this.
|
| 629 |
+
# There's one more complexity with splines. If one side of the spline is not horizontal or
|
| 630 |
+
# vertical (or zero), ie. if it's 'r', then it limits which spline types we can encode.
|
| 631 |
+
# Only hhcurveto and vvcurveto operators can encode a spline starting with 'r', and
|
| 632 |
+
# only hvcurveto and vhcurveto operators can encode a spline ending with 'r'.
|
| 633 |
+
# This limits our merge opportunities later.
|
| 634 |
+
#
|
| 635 |
+
for i in range(len(commands)):
|
| 636 |
+
op, args = commands[i]
|
| 637 |
+
|
| 638 |
+
if op in {"rmoveto", "rlineto"}:
|
| 639 |
+
c, args = _categorizeVector(args)
|
| 640 |
+
commands[i] = c + op[1:], args
|
| 641 |
+
continue
|
| 642 |
+
|
| 643 |
+
if op == "rrcurveto":
|
| 644 |
+
c1, args1 = _categorizeVector(args[:2])
|
| 645 |
+
c2, args2 = _categorizeVector(args[-2:])
|
| 646 |
+
commands[i] = c1 + c2 + "curveto", args1 + args[2:4] + args2
|
| 647 |
+
continue
|
| 648 |
+
|
| 649 |
+
# 3. Merge or delete redundant operations, to the extent requested.
|
| 650 |
+
#
|
| 651 |
+
# TODO
|
| 652 |
+
# A 0moveto that comes before all other path operations can be removed.
|
| 653 |
+
# though I find conflicting evidence for this.
|
| 654 |
+
#
|
| 655 |
+
# TODO
|
| 656 |
+
# "If hstem and vstem hints are both declared at the beginning of a
|
| 657 |
+
# CharString, and this sequence is followed directly by the hintmask or
|
| 658 |
+
# cntrmask operators, then the vstem hint operator (or, if applicable,
|
| 659 |
+
# the vstemhm operator) need not be included."
|
| 660 |
+
#
|
| 661 |
+
# "The sequence and form of a CFF2 CharString program may be represented as:
|
| 662 |
+
# {hs* vs* cm* hm* mt subpath}? {mt subpath}*"
|
| 663 |
+
#
|
| 664 |
+
# https://www.microsoft.com/typography/otspec/cff2charstr.htm#section3.1
|
| 665 |
+
#
|
| 666 |
+
# For Type2 CharStrings the sequence is:
|
| 667 |
+
# w? {hs* vs* cm* hm* mt subpath}? {mt subpath}* endchar"
|
| 668 |
+
|
| 669 |
+
# Some other redundancies change topology (point numbers).
|
| 670 |
+
if not preserveTopology:
|
| 671 |
+
for i in range(len(commands) - 1, -1, -1):
|
| 672 |
+
op, args = commands[i]
|
| 673 |
+
|
| 674 |
+
# A 00curveto is demoted to a (specialized) lineto.
|
| 675 |
+
if op == "00curveto":
|
| 676 |
+
assert len(args) == 4
|
| 677 |
+
c, args = _categorizeVector(args[1:3])
|
| 678 |
+
op = c + "lineto"
|
| 679 |
+
commands[i] = op, args
|
| 680 |
+
# and then...
|
| 681 |
+
|
| 682 |
+
# A 0lineto can be deleted.
|
| 683 |
+
if op == "0lineto":
|
| 684 |
+
del commands[i]
|
| 685 |
+
continue
|
| 686 |
+
|
| 687 |
+
# Merge adjacent hlineto's and vlineto's.
|
| 688 |
+
# In CFF2 charstrings from variable fonts, each
|
| 689 |
+
# arg item may be a list of blendable values, one from
|
| 690 |
+
# each source font.
|
| 691 |
+
if i and op in {"hlineto", "vlineto"} and (op == commands[i - 1][0]):
|
| 692 |
+
_, other_args = commands[i - 1]
|
| 693 |
+
assert len(args) == 1 and len(other_args) == 1
|
| 694 |
+
try:
|
| 695 |
+
new_args = [_addArgs(args[0], other_args[0])]
|
| 696 |
+
except ValueError:
|
| 697 |
+
continue
|
| 698 |
+
commands[i - 1] = (op, new_args)
|
| 699 |
+
del commands[i]
|
| 700 |
+
continue
|
| 701 |
+
|
| 702 |
+
# 4. Peephole optimization to revert back some of the h/v variants back into their
|
| 703 |
+
# original "relative" operator (rline/rrcurveto) if that saves a byte.
|
| 704 |
+
for i in range(1, len(commands) - 1):
|
| 705 |
+
op, args = commands[i]
|
| 706 |
+
prv, nxt = commands[i - 1][0], commands[i + 1][0]
|
| 707 |
+
|
| 708 |
+
if op in {"0lineto", "hlineto", "vlineto"} and prv == nxt == "rlineto":
|
| 709 |
+
assert len(args) == 1
|
| 710 |
+
args = [0, args[0]] if op[0] == "v" else [args[0], 0]
|
| 711 |
+
commands[i] = ("rlineto", args)
|
| 712 |
+
continue
|
| 713 |
+
|
| 714 |
+
if op[2:] == "curveto" and len(args) == 5 and prv == nxt == "rrcurveto":
|
| 715 |
+
assert (op[0] == "r") ^ (op[1] == "r")
|
| 716 |
+
if op[0] == "v":
|
| 717 |
+
pos = 0
|
| 718 |
+
elif op[0] != "r":
|
| 719 |
+
pos = 1
|
| 720 |
+
elif op[1] == "v":
|
| 721 |
+
pos = 4
|
| 722 |
+
else:
|
| 723 |
+
pos = 5
|
| 724 |
+
# Insert, while maintaining the type of args (can be tuple or list).
|
| 725 |
+
args = args[:pos] + type(args)((0,)) + args[pos:]
|
| 726 |
+
commands[i] = ("rrcurveto", args)
|
| 727 |
+
continue
|
| 728 |
+
|
| 729 |
+
# 5. Combine adjacent operators when possible, minding not to go over max stack size.
|
| 730 |
+
stackUse = _argsStackUse(commands[-1][1]) if commands else 0
|
| 731 |
+
for i in range(len(commands) - 1, 0, -1):
|
| 732 |
+
op1, args1 = commands[i - 1]
|
| 733 |
+
op2, args2 = commands[i]
|
| 734 |
+
new_op = None
|
| 735 |
+
|
| 736 |
+
# Merge logic...
|
| 737 |
+
if {op1, op2} <= {"rlineto", "rrcurveto"}:
|
| 738 |
+
if op1 == op2:
|
| 739 |
+
new_op = op1
|
| 740 |
+
else:
|
| 741 |
+
l = len(args2)
|
| 742 |
+
if op2 == "rrcurveto" and l == 6:
|
| 743 |
+
new_op = "rlinecurve"
|
| 744 |
+
elif l == 2:
|
| 745 |
+
new_op = "rcurveline"
|
| 746 |
+
|
| 747 |
+
elif (op1, op2) in {("rlineto", "rlinecurve"), ("rrcurveto", "rcurveline")}:
|
| 748 |
+
new_op = op2
|
| 749 |
+
|
| 750 |
+
elif {op1, op2} == {"vlineto", "hlineto"}:
|
| 751 |
+
new_op = op1
|
| 752 |
+
|
| 753 |
+
elif "curveto" == op1[2:] == op2[2:]:
|
| 754 |
+
d0, d1 = op1[:2]
|
| 755 |
+
d2, d3 = op2[:2]
|
| 756 |
+
|
| 757 |
+
if d1 == "r" or d2 == "r" or d0 == d3 == "r":
|
| 758 |
+
continue
|
| 759 |
+
|
| 760 |
+
d = _mergeCategories(d1, d2)
|
| 761 |
+
if d is None:
|
| 762 |
+
continue
|
| 763 |
+
if d0 == "r":
|
| 764 |
+
d = _mergeCategories(d, d3)
|
| 765 |
+
if d is None:
|
| 766 |
+
continue
|
| 767 |
+
new_op = "r" + d + "curveto"
|
| 768 |
+
elif d3 == "r":
|
| 769 |
+
d0 = _mergeCategories(d0, _negateCategory(d))
|
| 770 |
+
if d0 is None:
|
| 771 |
+
continue
|
| 772 |
+
new_op = d0 + "r" + "curveto"
|
| 773 |
+
else:
|
| 774 |
+
d0 = _mergeCategories(d0, d3)
|
| 775 |
+
if d0 is None:
|
| 776 |
+
continue
|
| 777 |
+
new_op = d0 + d + "curveto"
|
| 778 |
+
|
| 779 |
+
# Make sure the stack depth does not exceed (maxstack - 1), so
|
| 780 |
+
# that subroutinizer can insert subroutine calls at any point.
|
| 781 |
+
args1StackUse = _argsStackUse(args1)
|
| 782 |
+
combinedStackUse = max(args1StackUse, len(args1) + stackUse)
|
| 783 |
+
if new_op and combinedStackUse < maxstack:
|
| 784 |
+
commands[i - 1] = (new_op, args1 + args2)
|
| 785 |
+
del commands[i]
|
| 786 |
+
stackUse = combinedStackUse
|
| 787 |
+
else:
|
| 788 |
+
stackUse = args1StackUse
|
| 789 |
+
|
| 790 |
+
# 6. Resolve any remaining made-up operators into real operators.
|
| 791 |
+
for i in range(len(commands)):
|
| 792 |
+
op, args = commands[i]
|
| 793 |
+
|
| 794 |
+
if op in {"0moveto", "0lineto"}:
|
| 795 |
+
commands[i] = "h" + op[1:], args
|
| 796 |
+
continue
|
| 797 |
+
|
| 798 |
+
if op[2:] == "curveto" and op[:2] not in {"rr", "hh", "vv", "vh", "hv"}:
|
| 799 |
+
l = len(args)
|
| 800 |
+
|
| 801 |
+
op0, op1 = op[:2]
|
| 802 |
+
if (op0 == "r") ^ (op1 == "r"):
|
| 803 |
+
assert l % 2 == 1
|
| 804 |
+
if op0 == "0":
|
| 805 |
+
op0 = "h"
|
| 806 |
+
if op1 == "0":
|
| 807 |
+
op1 = "h"
|
| 808 |
+
if op0 == "r":
|
| 809 |
+
op0 = op1
|
| 810 |
+
if op1 == "r":
|
| 811 |
+
op1 = _negateCategory(op0)
|
| 812 |
+
assert {op0, op1} <= {"h", "v"}, (op0, op1)
|
| 813 |
+
|
| 814 |
+
if l % 2:
|
| 815 |
+
if op0 != op1: # vhcurveto / hvcurveto
|
| 816 |
+
if (op0 == "h") ^ (l % 8 == 1):
|
| 817 |
+
# Swap last two args order
|
| 818 |
+
args = args[:-2] + args[-1:] + args[-2:-1]
|
| 819 |
+
else: # hhcurveto / vvcurveto
|
| 820 |
+
if op0 == "h": # hhcurveto
|
| 821 |
+
# Swap first two args order
|
| 822 |
+
args = args[1:2] + args[:1] + args[2:]
|
| 823 |
+
|
| 824 |
+
commands[i] = op0 + op1 + "curveto", args
|
| 825 |
+
continue
|
| 826 |
+
|
| 827 |
+
# 7. For any series of args which are blend lists, convert the series to a single blend arg.
|
| 828 |
+
for i in range(len(commands)):
|
| 829 |
+
op, args = commands[i]
|
| 830 |
+
if any(isinstance(arg, list) for arg in args):
|
| 831 |
+
commands[i] = op, _convertToBlendCmds(args)
|
| 832 |
+
|
| 833 |
+
return commands
|
| 834 |
+
|
| 835 |
+
|
| 836 |
+
def specializeProgram(program, getNumRegions=None, **kwargs):
|
| 837 |
+
return commandsToProgram(
|
| 838 |
+
specializeCommands(programToCommands(program, getNumRegions), **kwargs)
|
| 839 |
+
)
|
| 840 |
+
|
| 841 |
+
|
| 842 |
+
if __name__ == "__main__":
|
| 843 |
+
import sys
|
| 844 |
+
|
| 845 |
+
if len(sys.argv) == 1:
|
| 846 |
+
import doctest
|
| 847 |
+
|
| 848 |
+
sys.exit(doctest.testmod().failed)
|
| 849 |
+
|
| 850 |
+
import argparse
|
| 851 |
+
|
| 852 |
+
parser = argparse.ArgumentParser(
|
| 853 |
+
"fonttools cffLib.specializer",
|
| 854 |
+
description="CFF CharString generalizer/specializer",
|
| 855 |
+
)
|
| 856 |
+
parser.add_argument("program", metavar="command", nargs="*", help="Commands.")
|
| 857 |
+
parser.add_argument(
|
| 858 |
+
"--num-regions",
|
| 859 |
+
metavar="NumRegions",
|
| 860 |
+
nargs="*",
|
| 861 |
+
default=None,
|
| 862 |
+
help="Number of variable-font regions for blend opertaions.",
|
| 863 |
+
)
|
| 864 |
+
parser.add_argument(
|
| 865 |
+
"--font",
|
| 866 |
+
metavar="FONTFILE",
|
| 867 |
+
default=None,
|
| 868 |
+
help="CFF2 font to specialize.",
|
| 869 |
+
)
|
| 870 |
+
parser.add_argument(
|
| 871 |
+
"-o",
|
| 872 |
+
"--output-file",
|
| 873 |
+
type=str,
|
| 874 |
+
help="Output font file name.",
|
| 875 |
+
)
|
| 876 |
+
|
| 877 |
+
options = parser.parse_args(sys.argv[1:])
|
| 878 |
+
|
| 879 |
+
if options.program:
|
| 880 |
+
getNumRegions = (
|
| 881 |
+
None
|
| 882 |
+
if options.num_regions is None
|
| 883 |
+
else lambda vsIndex: int(
|
| 884 |
+
options.num_regions[0 if vsIndex is None else vsIndex]
|
| 885 |
+
)
|
| 886 |
+
)
|
| 887 |
+
|
| 888 |
+
program = stringToProgram(options.program)
|
| 889 |
+
print("Program:")
|
| 890 |
+
print(programToString(program))
|
| 891 |
+
commands = programToCommands(program, getNumRegions)
|
| 892 |
+
print("Commands:")
|
| 893 |
+
print(commands)
|
| 894 |
+
program2 = commandsToProgram(commands)
|
| 895 |
+
print("Program from commands:")
|
| 896 |
+
print(programToString(program2))
|
| 897 |
+
assert program == program2
|
| 898 |
+
print("Generalized program:")
|
| 899 |
+
print(programToString(generalizeProgram(program, getNumRegions)))
|
| 900 |
+
print("Specialized program:")
|
| 901 |
+
print(programToString(specializeProgram(program, getNumRegions)))
|
| 902 |
+
|
| 903 |
+
if options.font:
|
| 904 |
+
from fontTools.ttLib import TTFont
|
| 905 |
+
|
| 906 |
+
font = TTFont(options.font)
|
| 907 |
+
cff2 = font["CFF2"].cff.topDictIndex[0]
|
| 908 |
+
charstrings = cff2.CharStrings
|
| 909 |
+
for glyphName in charstrings.keys():
|
| 910 |
+
charstring = charstrings[glyphName]
|
| 911 |
+
charstring.decompile()
|
| 912 |
+
getNumRegions = charstring.private.getNumRegions
|
| 913 |
+
charstring.program = specializeProgram(
|
| 914 |
+
charstring.program, getNumRegions, maxstack=maxStackLimit
|
| 915 |
+
)
|
| 916 |
+
|
| 917 |
+
if options.output_file is None:
|
| 918 |
+
from fontTools.misc.cliTools import makeOutputFileName
|
| 919 |
+
|
| 920 |
+
outfile = makeOutputFileName(
|
| 921 |
+
options.font, overWrite=True, suffix=".specialized"
|
| 922 |
+
)
|
| 923 |
+
else:
|
| 924 |
+
outfile = options.output_file
|
| 925 |
+
if outfile:
|
| 926 |
+
print("Saving", outfile)
|
| 927 |
+
font.save(outfile)
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/transforms.py
ADDED
|
@@ -0,0 +1,495 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from fontTools.misc.psCharStrings import (
|
| 2 |
+
SimpleT2Decompiler,
|
| 3 |
+
T2WidthExtractor,
|
| 4 |
+
calcSubrBias,
|
| 5 |
+
)
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
def _uniq_sort(l):
|
| 9 |
+
return sorted(set(l))
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
class StopHintCountEvent(Exception):
|
| 13 |
+
pass
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
class _DesubroutinizingT2Decompiler(SimpleT2Decompiler):
|
| 17 |
+
stop_hintcount_ops = (
|
| 18 |
+
"op_hintmask",
|
| 19 |
+
"op_cntrmask",
|
| 20 |
+
"op_rmoveto",
|
| 21 |
+
"op_hmoveto",
|
| 22 |
+
"op_vmoveto",
|
| 23 |
+
)
|
| 24 |
+
|
| 25 |
+
def __init__(self, localSubrs, globalSubrs, private=None):
|
| 26 |
+
SimpleT2Decompiler.__init__(self, localSubrs, globalSubrs, private)
|
| 27 |
+
|
| 28 |
+
def execute(self, charString):
|
| 29 |
+
self.need_hintcount = True # until proven otherwise
|
| 30 |
+
for op_name in self.stop_hintcount_ops:
|
| 31 |
+
setattr(self, op_name, self.stop_hint_count)
|
| 32 |
+
|
| 33 |
+
if hasattr(charString, "_desubroutinized"):
|
| 34 |
+
# If a charstring has already been desubroutinized, we will still
|
| 35 |
+
# need to execute it if we need to count hints in order to
|
| 36 |
+
# compute the byte length for mask arguments, and haven't finished
|
| 37 |
+
# counting hints pairs.
|
| 38 |
+
if self.need_hintcount and self.callingStack:
|
| 39 |
+
try:
|
| 40 |
+
SimpleT2Decompiler.execute(self, charString)
|
| 41 |
+
except StopHintCountEvent:
|
| 42 |
+
del self.callingStack[-1]
|
| 43 |
+
return
|
| 44 |
+
|
| 45 |
+
charString._patches = []
|
| 46 |
+
SimpleT2Decompiler.execute(self, charString)
|
| 47 |
+
desubroutinized = charString.program[:]
|
| 48 |
+
for idx, expansion in reversed(charString._patches):
|
| 49 |
+
assert idx >= 2
|
| 50 |
+
assert desubroutinized[idx - 1] in [
|
| 51 |
+
"callsubr",
|
| 52 |
+
"callgsubr",
|
| 53 |
+
], desubroutinized[idx - 1]
|
| 54 |
+
assert type(desubroutinized[idx - 2]) == int
|
| 55 |
+
if expansion[-1] == "return":
|
| 56 |
+
expansion = expansion[:-1]
|
| 57 |
+
desubroutinized[idx - 2 : idx] = expansion
|
| 58 |
+
if not self.private.in_cff2:
|
| 59 |
+
if "endchar" in desubroutinized:
|
| 60 |
+
# Cut off after first endchar
|
| 61 |
+
desubroutinized = desubroutinized[
|
| 62 |
+
: desubroutinized.index("endchar") + 1
|
| 63 |
+
]
|
| 64 |
+
|
| 65 |
+
charString._desubroutinized = desubroutinized
|
| 66 |
+
del charString._patches
|
| 67 |
+
|
| 68 |
+
def op_callsubr(self, index):
|
| 69 |
+
subr = self.localSubrs[self.operandStack[-1] + self.localBias]
|
| 70 |
+
SimpleT2Decompiler.op_callsubr(self, index)
|
| 71 |
+
self.processSubr(index, subr)
|
| 72 |
+
|
| 73 |
+
def op_callgsubr(self, index):
|
| 74 |
+
subr = self.globalSubrs[self.operandStack[-1] + self.globalBias]
|
| 75 |
+
SimpleT2Decompiler.op_callgsubr(self, index)
|
| 76 |
+
self.processSubr(index, subr)
|
| 77 |
+
|
| 78 |
+
def stop_hint_count(self, *args):
|
| 79 |
+
self.need_hintcount = False
|
| 80 |
+
for op_name in self.stop_hintcount_ops:
|
| 81 |
+
setattr(self, op_name, None)
|
| 82 |
+
cs = self.callingStack[-1]
|
| 83 |
+
if hasattr(cs, "_desubroutinized"):
|
| 84 |
+
raise StopHintCountEvent()
|
| 85 |
+
|
| 86 |
+
def op_hintmask(self, index):
|
| 87 |
+
SimpleT2Decompiler.op_hintmask(self, index)
|
| 88 |
+
if self.need_hintcount:
|
| 89 |
+
self.stop_hint_count()
|
| 90 |
+
|
| 91 |
+
def processSubr(self, index, subr):
|
| 92 |
+
cs = self.callingStack[-1]
|
| 93 |
+
if not hasattr(cs, "_desubroutinized"):
|
| 94 |
+
cs._patches.append((index, subr._desubroutinized))
|
| 95 |
+
|
| 96 |
+
|
| 97 |
+
def desubroutinizeCharString(cs):
|
| 98 |
+
"""Desubroutinize a charstring in-place."""
|
| 99 |
+
cs.decompile()
|
| 100 |
+
subrs = getattr(cs.private, "Subrs", [])
|
| 101 |
+
decompiler = _DesubroutinizingT2Decompiler(subrs, cs.globalSubrs, cs.private)
|
| 102 |
+
decompiler.execute(cs)
|
| 103 |
+
cs.program = cs._desubroutinized
|
| 104 |
+
del cs._desubroutinized
|
| 105 |
+
|
| 106 |
+
|
| 107 |
+
def desubroutinize(cff):
|
| 108 |
+
for fontName in cff.fontNames:
|
| 109 |
+
font = cff[fontName]
|
| 110 |
+
cs = font.CharStrings
|
| 111 |
+
for c in cs.values():
|
| 112 |
+
desubroutinizeCharString(c)
|
| 113 |
+
# Delete all the local subrs
|
| 114 |
+
if hasattr(font, "FDArray"):
|
| 115 |
+
for fd in font.FDArray:
|
| 116 |
+
pd = fd.Private
|
| 117 |
+
if hasattr(pd, "Subrs"):
|
| 118 |
+
del pd.Subrs
|
| 119 |
+
if "Subrs" in pd.rawDict:
|
| 120 |
+
del pd.rawDict["Subrs"]
|
| 121 |
+
else:
|
| 122 |
+
pd = font.Private
|
| 123 |
+
if hasattr(pd, "Subrs"):
|
| 124 |
+
del pd.Subrs
|
| 125 |
+
if "Subrs" in pd.rawDict:
|
| 126 |
+
del pd.rawDict["Subrs"]
|
| 127 |
+
# as well as the global subrs
|
| 128 |
+
cff.GlobalSubrs.clear()
|
| 129 |
+
|
| 130 |
+
|
| 131 |
+
class _MarkingT2Decompiler(SimpleT2Decompiler):
|
| 132 |
+
def __init__(self, localSubrs, globalSubrs, private):
|
| 133 |
+
SimpleT2Decompiler.__init__(self, localSubrs, globalSubrs, private)
|
| 134 |
+
for subrs in [localSubrs, globalSubrs]:
|
| 135 |
+
if subrs and not hasattr(subrs, "_used"):
|
| 136 |
+
subrs._used = set()
|
| 137 |
+
|
| 138 |
+
def op_callsubr(self, index):
|
| 139 |
+
self.localSubrs._used.add(self.operandStack[-1] + self.localBias)
|
| 140 |
+
SimpleT2Decompiler.op_callsubr(self, index)
|
| 141 |
+
|
| 142 |
+
def op_callgsubr(self, index):
|
| 143 |
+
self.globalSubrs._used.add(self.operandStack[-1] + self.globalBias)
|
| 144 |
+
SimpleT2Decompiler.op_callgsubr(self, index)
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
class _DehintingT2Decompiler(T2WidthExtractor):
|
| 148 |
+
class Hints(object):
|
| 149 |
+
def __init__(self):
|
| 150 |
+
# Whether calling this charstring produces any hint stems
|
| 151 |
+
# Note that if a charstring starts with hintmask, it will
|
| 152 |
+
# have has_hint set to True, because it *might* produce an
|
| 153 |
+
# implicit vstem if called under certain conditions.
|
| 154 |
+
self.has_hint = False
|
| 155 |
+
# Index to start at to drop all hints
|
| 156 |
+
self.last_hint = 0
|
| 157 |
+
# Index up to which we know more hints are possible.
|
| 158 |
+
# Only relevant if status is 0 or 1.
|
| 159 |
+
self.last_checked = 0
|
| 160 |
+
# The status means:
|
| 161 |
+
# 0: after dropping hints, this charstring is empty
|
| 162 |
+
# 1: after dropping hints, there may be more hints
|
| 163 |
+
# continuing after this, or there might be
|
| 164 |
+
# other things. Not clear yet.
|
| 165 |
+
# 2: no more hints possible after this charstring
|
| 166 |
+
self.status = 0
|
| 167 |
+
# Has hintmask instructions; not recursive
|
| 168 |
+
self.has_hintmask = False
|
| 169 |
+
# List of indices of calls to empty subroutines to remove.
|
| 170 |
+
self.deletions = []
|
| 171 |
+
|
| 172 |
+
pass
|
| 173 |
+
|
| 174 |
+
def __init__(
|
| 175 |
+
self, css, localSubrs, globalSubrs, nominalWidthX, defaultWidthX, private=None
|
| 176 |
+
):
|
| 177 |
+
self._css = css
|
| 178 |
+
T2WidthExtractor.__init__(
|
| 179 |
+
self, localSubrs, globalSubrs, nominalWidthX, defaultWidthX
|
| 180 |
+
)
|
| 181 |
+
self.private = private
|
| 182 |
+
|
| 183 |
+
def execute(self, charString):
|
| 184 |
+
old_hints = charString._hints if hasattr(charString, "_hints") else None
|
| 185 |
+
charString._hints = self.Hints()
|
| 186 |
+
|
| 187 |
+
T2WidthExtractor.execute(self, charString)
|
| 188 |
+
|
| 189 |
+
hints = charString._hints
|
| 190 |
+
|
| 191 |
+
if hints.has_hint or hints.has_hintmask:
|
| 192 |
+
self._css.add(charString)
|
| 193 |
+
|
| 194 |
+
if hints.status != 2:
|
| 195 |
+
# Check from last_check, make sure we didn't have any operators.
|
| 196 |
+
for i in range(hints.last_checked, len(charString.program) - 1):
|
| 197 |
+
if isinstance(charString.program[i], str):
|
| 198 |
+
hints.status = 2
|
| 199 |
+
break
|
| 200 |
+
else:
|
| 201 |
+
hints.status = 1 # There's *something* here
|
| 202 |
+
hints.last_checked = len(charString.program)
|
| 203 |
+
|
| 204 |
+
if old_hints:
|
| 205 |
+
assert hints.__dict__ == old_hints.__dict__
|
| 206 |
+
|
| 207 |
+
def op_callsubr(self, index):
|
| 208 |
+
subr = self.localSubrs[self.operandStack[-1] + self.localBias]
|
| 209 |
+
T2WidthExtractor.op_callsubr(self, index)
|
| 210 |
+
self.processSubr(index, subr)
|
| 211 |
+
|
| 212 |
+
def op_callgsubr(self, index):
|
| 213 |
+
subr = self.globalSubrs[self.operandStack[-1] + self.globalBias]
|
| 214 |
+
T2WidthExtractor.op_callgsubr(self, index)
|
| 215 |
+
self.processSubr(index, subr)
|
| 216 |
+
|
| 217 |
+
def op_hstem(self, index):
|
| 218 |
+
T2WidthExtractor.op_hstem(self, index)
|
| 219 |
+
self.processHint(index)
|
| 220 |
+
|
| 221 |
+
def op_vstem(self, index):
|
| 222 |
+
T2WidthExtractor.op_vstem(self, index)
|
| 223 |
+
self.processHint(index)
|
| 224 |
+
|
| 225 |
+
def op_hstemhm(self, index):
|
| 226 |
+
T2WidthExtractor.op_hstemhm(self, index)
|
| 227 |
+
self.processHint(index)
|
| 228 |
+
|
| 229 |
+
def op_vstemhm(self, index):
|
| 230 |
+
T2WidthExtractor.op_vstemhm(self, index)
|
| 231 |
+
self.processHint(index)
|
| 232 |
+
|
| 233 |
+
def op_hintmask(self, index):
|
| 234 |
+
rv = T2WidthExtractor.op_hintmask(self, index)
|
| 235 |
+
self.processHintmask(index)
|
| 236 |
+
return rv
|
| 237 |
+
|
| 238 |
+
def op_cntrmask(self, index):
|
| 239 |
+
rv = T2WidthExtractor.op_cntrmask(self, index)
|
| 240 |
+
self.processHintmask(index)
|
| 241 |
+
return rv
|
| 242 |
+
|
| 243 |
+
def processHintmask(self, index):
|
| 244 |
+
cs = self.callingStack[-1]
|
| 245 |
+
hints = cs._hints
|
| 246 |
+
hints.has_hintmask = True
|
| 247 |
+
if hints.status != 2:
|
| 248 |
+
# Check from last_check, see if we may be an implicit vstem
|
| 249 |
+
for i in range(hints.last_checked, index - 1):
|
| 250 |
+
if isinstance(cs.program[i], str):
|
| 251 |
+
hints.status = 2
|
| 252 |
+
break
|
| 253 |
+
else:
|
| 254 |
+
# We are an implicit vstem
|
| 255 |
+
hints.has_hint = True
|
| 256 |
+
hints.last_hint = index + 1
|
| 257 |
+
hints.status = 0
|
| 258 |
+
hints.last_checked = index + 1
|
| 259 |
+
|
| 260 |
+
def processHint(self, index):
|
| 261 |
+
cs = self.callingStack[-1]
|
| 262 |
+
hints = cs._hints
|
| 263 |
+
hints.has_hint = True
|
| 264 |
+
hints.last_hint = index
|
| 265 |
+
hints.last_checked = index
|
| 266 |
+
|
| 267 |
+
def processSubr(self, index, subr):
|
| 268 |
+
cs = self.callingStack[-1]
|
| 269 |
+
hints = cs._hints
|
| 270 |
+
subr_hints = subr._hints
|
| 271 |
+
|
| 272 |
+
# Check from last_check, make sure we didn't have
|
| 273 |
+
# any operators.
|
| 274 |
+
if hints.status != 2:
|
| 275 |
+
for i in range(hints.last_checked, index - 1):
|
| 276 |
+
if isinstance(cs.program[i], str):
|
| 277 |
+
hints.status = 2
|
| 278 |
+
break
|
| 279 |
+
hints.last_checked = index
|
| 280 |
+
|
| 281 |
+
if hints.status != 2:
|
| 282 |
+
if subr_hints.has_hint:
|
| 283 |
+
hints.has_hint = True
|
| 284 |
+
|
| 285 |
+
# Decide where to chop off from
|
| 286 |
+
if subr_hints.status == 0:
|
| 287 |
+
hints.last_hint = index
|
| 288 |
+
else:
|
| 289 |
+
hints.last_hint = index - 2 # Leave the subr call in
|
| 290 |
+
|
| 291 |
+
elif subr_hints.status == 0:
|
| 292 |
+
hints.deletions.append(index)
|
| 293 |
+
|
| 294 |
+
hints.status = max(hints.status, subr_hints.status)
|
| 295 |
+
|
| 296 |
+
|
| 297 |
+
def _cs_subset_subroutines(charstring, subrs, gsubrs):
|
| 298 |
+
p = charstring.program
|
| 299 |
+
for i in range(1, len(p)):
|
| 300 |
+
if p[i] == "callsubr":
|
| 301 |
+
assert isinstance(p[i - 1], int)
|
| 302 |
+
p[i - 1] = subrs._used.index(p[i - 1] + subrs._old_bias) - subrs._new_bias
|
| 303 |
+
elif p[i] == "callgsubr":
|
| 304 |
+
assert isinstance(p[i - 1], int)
|
| 305 |
+
p[i - 1] = (
|
| 306 |
+
gsubrs._used.index(p[i - 1] + gsubrs._old_bias) - gsubrs._new_bias
|
| 307 |
+
)
|
| 308 |
+
|
| 309 |
+
|
| 310 |
+
def _cs_drop_hints(charstring):
|
| 311 |
+
hints = charstring._hints
|
| 312 |
+
|
| 313 |
+
if hints.deletions:
|
| 314 |
+
p = charstring.program
|
| 315 |
+
for idx in reversed(hints.deletions):
|
| 316 |
+
del p[idx - 2 : idx]
|
| 317 |
+
|
| 318 |
+
if hints.has_hint:
|
| 319 |
+
assert not hints.deletions or hints.last_hint <= hints.deletions[0]
|
| 320 |
+
charstring.program = charstring.program[hints.last_hint :]
|
| 321 |
+
if not charstring.program:
|
| 322 |
+
# TODO CFF2 no need for endchar.
|
| 323 |
+
charstring.program.append("endchar")
|
| 324 |
+
if hasattr(charstring, "width"):
|
| 325 |
+
# Insert width back if needed
|
| 326 |
+
if charstring.width != charstring.private.defaultWidthX:
|
| 327 |
+
# For CFF2 charstrings, this should never happen
|
| 328 |
+
assert (
|
| 329 |
+
charstring.private.defaultWidthX is not None
|
| 330 |
+
), "CFF2 CharStrings must not have an initial width value"
|
| 331 |
+
charstring.program.insert(
|
| 332 |
+
0, charstring.width - charstring.private.nominalWidthX
|
| 333 |
+
)
|
| 334 |
+
|
| 335 |
+
if hints.has_hintmask:
|
| 336 |
+
i = 0
|
| 337 |
+
p = charstring.program
|
| 338 |
+
while i < len(p):
|
| 339 |
+
if p[i] in ["hintmask", "cntrmask"]:
|
| 340 |
+
assert i + 1 <= len(p)
|
| 341 |
+
del p[i : i + 2]
|
| 342 |
+
continue
|
| 343 |
+
i += 1
|
| 344 |
+
|
| 345 |
+
assert len(charstring.program)
|
| 346 |
+
|
| 347 |
+
del charstring._hints
|
| 348 |
+
|
| 349 |
+
|
| 350 |
+
def remove_hints(cff, *, removeUnusedSubrs: bool = True):
|
| 351 |
+
for fontname in cff.keys():
|
| 352 |
+
font = cff[fontname]
|
| 353 |
+
cs = font.CharStrings
|
| 354 |
+
# This can be tricky, but doesn't have to. What we do is:
|
| 355 |
+
#
|
| 356 |
+
# - Run all used glyph charstrings and recurse into subroutines,
|
| 357 |
+
# - For each charstring (including subroutines), if it has any
|
| 358 |
+
# of the hint stem operators, we mark it as such.
|
| 359 |
+
# Upon returning, for each charstring we note all the
|
| 360 |
+
# subroutine calls it makes that (recursively) contain a stem,
|
| 361 |
+
# - Dropping hinting then consists of the following two ops:
|
| 362 |
+
# * Drop the piece of the program in each charstring before the
|
| 363 |
+
# last call to a stem op or a stem-calling subroutine,
|
| 364 |
+
# * Drop all hintmask operations.
|
| 365 |
+
# - It's trickier... A hintmask right after hints and a few numbers
|
| 366 |
+
# will act as an implicit vstemhm. As such, we track whether
|
| 367 |
+
# we have seen any non-hint operators so far and do the right
|
| 368 |
+
# thing, recursively... Good luck understanding that :(
|
| 369 |
+
css = set()
|
| 370 |
+
for c in cs.values():
|
| 371 |
+
c.decompile()
|
| 372 |
+
subrs = getattr(c.private, "Subrs", [])
|
| 373 |
+
decompiler = _DehintingT2Decompiler(
|
| 374 |
+
css,
|
| 375 |
+
subrs,
|
| 376 |
+
c.globalSubrs,
|
| 377 |
+
c.private.nominalWidthX,
|
| 378 |
+
c.private.defaultWidthX,
|
| 379 |
+
c.private,
|
| 380 |
+
)
|
| 381 |
+
decompiler.execute(c)
|
| 382 |
+
c.width = decompiler.width
|
| 383 |
+
for charstring in css:
|
| 384 |
+
_cs_drop_hints(charstring)
|
| 385 |
+
del css
|
| 386 |
+
|
| 387 |
+
# Drop font-wide hinting values
|
| 388 |
+
all_privs = []
|
| 389 |
+
if hasattr(font, "FDArray"):
|
| 390 |
+
all_privs.extend(fd.Private for fd in font.FDArray)
|
| 391 |
+
else:
|
| 392 |
+
all_privs.append(font.Private)
|
| 393 |
+
for priv in all_privs:
|
| 394 |
+
for k in [
|
| 395 |
+
"BlueValues",
|
| 396 |
+
"OtherBlues",
|
| 397 |
+
"FamilyBlues",
|
| 398 |
+
"FamilyOtherBlues",
|
| 399 |
+
"BlueScale",
|
| 400 |
+
"BlueShift",
|
| 401 |
+
"BlueFuzz",
|
| 402 |
+
"StemSnapH",
|
| 403 |
+
"StemSnapV",
|
| 404 |
+
"StdHW",
|
| 405 |
+
"StdVW",
|
| 406 |
+
"ForceBold",
|
| 407 |
+
"LanguageGroup",
|
| 408 |
+
"ExpansionFactor",
|
| 409 |
+
]:
|
| 410 |
+
if hasattr(priv, k):
|
| 411 |
+
setattr(priv, k, None)
|
| 412 |
+
if removeUnusedSubrs:
|
| 413 |
+
remove_unused_subroutines(cff)
|
| 414 |
+
|
| 415 |
+
|
| 416 |
+
def _pd_delete_empty_subrs(private_dict):
|
| 417 |
+
if hasattr(private_dict, "Subrs") and not private_dict.Subrs:
|
| 418 |
+
if "Subrs" in private_dict.rawDict:
|
| 419 |
+
del private_dict.rawDict["Subrs"]
|
| 420 |
+
del private_dict.Subrs
|
| 421 |
+
|
| 422 |
+
|
| 423 |
+
def remove_unused_subroutines(cff):
|
| 424 |
+
for fontname in cff.keys():
|
| 425 |
+
font = cff[fontname]
|
| 426 |
+
cs = font.CharStrings
|
| 427 |
+
# Renumber subroutines to remove unused ones
|
| 428 |
+
|
| 429 |
+
# Mark all used subroutines
|
| 430 |
+
for c in cs.values():
|
| 431 |
+
subrs = getattr(c.private, "Subrs", [])
|
| 432 |
+
decompiler = _MarkingT2Decompiler(subrs, c.globalSubrs, c.private)
|
| 433 |
+
decompiler.execute(c)
|
| 434 |
+
|
| 435 |
+
all_subrs = [font.GlobalSubrs]
|
| 436 |
+
if hasattr(font, "FDArray"):
|
| 437 |
+
all_subrs.extend(
|
| 438 |
+
fd.Private.Subrs
|
| 439 |
+
for fd in font.FDArray
|
| 440 |
+
if hasattr(fd.Private, "Subrs") and fd.Private.Subrs
|
| 441 |
+
)
|
| 442 |
+
elif hasattr(font.Private, "Subrs") and font.Private.Subrs:
|
| 443 |
+
all_subrs.append(font.Private.Subrs)
|
| 444 |
+
|
| 445 |
+
subrs = set(subrs) # Remove duplicates
|
| 446 |
+
|
| 447 |
+
# Prepare
|
| 448 |
+
for subrs in all_subrs:
|
| 449 |
+
if not hasattr(subrs, "_used"):
|
| 450 |
+
subrs._used = set()
|
| 451 |
+
subrs._used = _uniq_sort(subrs._used)
|
| 452 |
+
subrs._old_bias = calcSubrBias(subrs)
|
| 453 |
+
subrs._new_bias = calcSubrBias(subrs._used)
|
| 454 |
+
|
| 455 |
+
# Renumber glyph charstrings
|
| 456 |
+
for c in cs.values():
|
| 457 |
+
subrs = getattr(c.private, "Subrs", None)
|
| 458 |
+
_cs_subset_subroutines(c, subrs, font.GlobalSubrs)
|
| 459 |
+
|
| 460 |
+
# Renumber subroutines themselves
|
| 461 |
+
for subrs in all_subrs:
|
| 462 |
+
if subrs == font.GlobalSubrs:
|
| 463 |
+
if not hasattr(font, "FDArray") and hasattr(font.Private, "Subrs"):
|
| 464 |
+
local_subrs = font.Private.Subrs
|
| 465 |
+
elif (
|
| 466 |
+
hasattr(font, "FDArray")
|
| 467 |
+
and len(font.FDArray) == 1
|
| 468 |
+
and hasattr(font.FDArray[0].Private, "Subrs")
|
| 469 |
+
):
|
| 470 |
+
# Technically we shouldn't do this. But I've run into fonts that do it.
|
| 471 |
+
local_subrs = font.FDArray[0].Private.Subrs
|
| 472 |
+
else:
|
| 473 |
+
local_subrs = None
|
| 474 |
+
else:
|
| 475 |
+
local_subrs = subrs
|
| 476 |
+
|
| 477 |
+
subrs.items = [subrs.items[i] for i in subrs._used]
|
| 478 |
+
if hasattr(subrs, "file"):
|
| 479 |
+
del subrs.file
|
| 480 |
+
if hasattr(subrs, "offsets"):
|
| 481 |
+
del subrs.offsets
|
| 482 |
+
|
| 483 |
+
for subr in subrs.items:
|
| 484 |
+
_cs_subset_subroutines(subr, local_subrs, font.GlobalSubrs)
|
| 485 |
+
|
| 486 |
+
# Delete local SubrsIndex if empty
|
| 487 |
+
if hasattr(font, "FDArray"):
|
| 488 |
+
for fd in font.FDArray:
|
| 489 |
+
_pd_delete_empty_subrs(fd.Private)
|
| 490 |
+
else:
|
| 491 |
+
_pd_delete_empty_subrs(font.Private)
|
| 492 |
+
|
| 493 |
+
# Cleanup
|
| 494 |
+
for subrs in all_subrs:
|
| 495 |
+
del subrs._used, subrs._old_bias, subrs._new_bias
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/cffLib/width.py
ADDED
|
@@ -0,0 +1,210 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# -*- coding: utf-8 -*-
|
| 2 |
+
|
| 3 |
+
"""T2CharString glyph width optimizer.
|
| 4 |
+
|
| 5 |
+
CFF glyphs whose width equals the CFF Private dictionary's ``defaultWidthX``
|
| 6 |
+
value do not need to specify their width in their charstring, saving bytes.
|
| 7 |
+
This module determines the optimum ``defaultWidthX`` and ``nominalWidthX``
|
| 8 |
+
values for a font, when provided with a list of glyph widths."""
|
| 9 |
+
|
| 10 |
+
from fontTools.ttLib import TTFont
|
| 11 |
+
from collections import defaultdict
|
| 12 |
+
from operator import add
|
| 13 |
+
from functools import reduce
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
__all__ = ["optimizeWidths", "main"]
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
class missingdict(dict):
|
| 20 |
+
def __init__(self, missing_func):
|
| 21 |
+
self.missing_func = missing_func
|
| 22 |
+
|
| 23 |
+
def __missing__(self, v):
|
| 24 |
+
return self.missing_func(v)
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
def cumSum(f, op=add, start=0, decreasing=False):
|
| 28 |
+
keys = sorted(f.keys())
|
| 29 |
+
minx, maxx = keys[0], keys[-1]
|
| 30 |
+
|
| 31 |
+
total = reduce(op, f.values(), start)
|
| 32 |
+
|
| 33 |
+
if decreasing:
|
| 34 |
+
missing = lambda x: start if x > maxx else total
|
| 35 |
+
domain = range(maxx, minx - 1, -1)
|
| 36 |
+
else:
|
| 37 |
+
missing = lambda x: start if x < minx else total
|
| 38 |
+
domain = range(minx, maxx + 1)
|
| 39 |
+
|
| 40 |
+
out = missingdict(missing)
|
| 41 |
+
|
| 42 |
+
v = start
|
| 43 |
+
for x in domain:
|
| 44 |
+
v = op(v, f[x])
|
| 45 |
+
out[x] = v
|
| 46 |
+
|
| 47 |
+
return out
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
def byteCost(widths, default, nominal):
|
| 51 |
+
if not hasattr(widths, "items"):
|
| 52 |
+
d = defaultdict(int)
|
| 53 |
+
for w in widths:
|
| 54 |
+
d[w] += 1
|
| 55 |
+
widths = d
|
| 56 |
+
|
| 57 |
+
cost = 0
|
| 58 |
+
for w, freq in widths.items():
|
| 59 |
+
if w == default:
|
| 60 |
+
continue
|
| 61 |
+
diff = abs(w - nominal)
|
| 62 |
+
if diff <= 107:
|
| 63 |
+
cost += freq
|
| 64 |
+
elif diff <= 1131:
|
| 65 |
+
cost += freq * 2
|
| 66 |
+
else:
|
| 67 |
+
cost += freq * 5
|
| 68 |
+
return cost
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
def optimizeWidthsBruteforce(widths):
|
| 72 |
+
"""Bruteforce version. Veeeeeeeeeeeeeeeeery slow. Only works for smallests of fonts."""
|
| 73 |
+
|
| 74 |
+
d = defaultdict(int)
|
| 75 |
+
for w in widths:
|
| 76 |
+
d[w] += 1
|
| 77 |
+
|
| 78 |
+
# Maximum number of bytes using default can possibly save
|
| 79 |
+
maxDefaultAdvantage = 5 * max(d.values())
|
| 80 |
+
|
| 81 |
+
minw, maxw = min(widths), max(widths)
|
| 82 |
+
domain = list(range(minw, maxw + 1))
|
| 83 |
+
|
| 84 |
+
bestCostWithoutDefault = min(byteCost(widths, None, nominal) for nominal in domain)
|
| 85 |
+
|
| 86 |
+
bestCost = len(widths) * 5 + 1
|
| 87 |
+
for nominal in domain:
|
| 88 |
+
if byteCost(widths, None, nominal) > bestCost + maxDefaultAdvantage:
|
| 89 |
+
continue
|
| 90 |
+
for default in domain:
|
| 91 |
+
cost = byteCost(widths, default, nominal)
|
| 92 |
+
if cost < bestCost:
|
| 93 |
+
bestCost = cost
|
| 94 |
+
bestDefault = default
|
| 95 |
+
bestNominal = nominal
|
| 96 |
+
|
| 97 |
+
return bestDefault, bestNominal
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
def optimizeWidths(widths):
|
| 101 |
+
"""Given a list of glyph widths, or dictionary mapping glyph width to number of
|
| 102 |
+
glyphs having that, returns a tuple of best CFF default and nominal glyph widths.
|
| 103 |
+
|
| 104 |
+
This algorithm is linear in UPEM+numGlyphs."""
|
| 105 |
+
|
| 106 |
+
if not hasattr(widths, "items"):
|
| 107 |
+
d = defaultdict(int)
|
| 108 |
+
for w in widths:
|
| 109 |
+
d[w] += 1
|
| 110 |
+
widths = d
|
| 111 |
+
|
| 112 |
+
keys = sorted(widths.keys())
|
| 113 |
+
minw, maxw = keys[0], keys[-1]
|
| 114 |
+
domain = list(range(minw, maxw + 1))
|
| 115 |
+
|
| 116 |
+
# Cumulative sum/max forward/backward.
|
| 117 |
+
cumFrqU = cumSum(widths, op=add)
|
| 118 |
+
cumMaxU = cumSum(widths, op=max)
|
| 119 |
+
cumFrqD = cumSum(widths, op=add, decreasing=True)
|
| 120 |
+
cumMaxD = cumSum(widths, op=max, decreasing=True)
|
| 121 |
+
|
| 122 |
+
# Cost per nominal choice, without default consideration.
|
| 123 |
+
nomnCostU = missingdict(
|
| 124 |
+
lambda x: cumFrqU[x] + cumFrqU[x - 108] + cumFrqU[x - 1132] * 3
|
| 125 |
+
)
|
| 126 |
+
nomnCostD = missingdict(
|
| 127 |
+
lambda x: cumFrqD[x] + cumFrqD[x + 108] + cumFrqD[x + 1132] * 3
|
| 128 |
+
)
|
| 129 |
+
nomnCost = missingdict(lambda x: nomnCostU[x] + nomnCostD[x] - widths[x])
|
| 130 |
+
|
| 131 |
+
# Cost-saving per nominal choice, by best default choice.
|
| 132 |
+
dfltCostU = missingdict(
|
| 133 |
+
lambda x: max(cumMaxU[x], cumMaxU[x - 108] * 2, cumMaxU[x - 1132] * 5)
|
| 134 |
+
)
|
| 135 |
+
dfltCostD = missingdict(
|
| 136 |
+
lambda x: max(cumMaxD[x], cumMaxD[x + 108] * 2, cumMaxD[x + 1132] * 5)
|
| 137 |
+
)
|
| 138 |
+
dfltCost = missingdict(lambda x: max(dfltCostU[x], dfltCostD[x]))
|
| 139 |
+
|
| 140 |
+
# Combined cost per nominal choice.
|
| 141 |
+
bestCost = missingdict(lambda x: nomnCost[x] - dfltCost[x])
|
| 142 |
+
|
| 143 |
+
# Best nominal.
|
| 144 |
+
nominal = min(domain, key=lambda x: bestCost[x])
|
| 145 |
+
|
| 146 |
+
# Work back the best default.
|
| 147 |
+
bestC = bestCost[nominal]
|
| 148 |
+
dfltC = nomnCost[nominal] - bestCost[nominal]
|
| 149 |
+
ends = []
|
| 150 |
+
if dfltC == dfltCostU[nominal]:
|
| 151 |
+
starts = [nominal, nominal - 108, nominal - 1132]
|
| 152 |
+
for start in starts:
|
| 153 |
+
while cumMaxU[start] and cumMaxU[start] == cumMaxU[start - 1]:
|
| 154 |
+
start -= 1
|
| 155 |
+
ends.append(start)
|
| 156 |
+
else:
|
| 157 |
+
starts = [nominal, nominal + 108, nominal + 1132]
|
| 158 |
+
for start in starts:
|
| 159 |
+
while cumMaxD[start] and cumMaxD[start] == cumMaxD[start + 1]:
|
| 160 |
+
start += 1
|
| 161 |
+
ends.append(start)
|
| 162 |
+
default = min(ends, key=lambda default: byteCost(widths, default, nominal))
|
| 163 |
+
|
| 164 |
+
return default, nominal
|
| 165 |
+
|
| 166 |
+
|
| 167 |
+
def main(args=None):
|
| 168 |
+
"""Calculate optimum defaultWidthX/nominalWidthX values"""
|
| 169 |
+
|
| 170 |
+
import argparse
|
| 171 |
+
|
| 172 |
+
parser = argparse.ArgumentParser(
|
| 173 |
+
"fonttools cffLib.width",
|
| 174 |
+
description=main.__doc__,
|
| 175 |
+
)
|
| 176 |
+
parser.add_argument(
|
| 177 |
+
"inputs", metavar="FILE", type=str, nargs="+", help="Input TTF files"
|
| 178 |
+
)
|
| 179 |
+
parser.add_argument(
|
| 180 |
+
"-b",
|
| 181 |
+
"--brute-force",
|
| 182 |
+
dest="brute",
|
| 183 |
+
action="store_true",
|
| 184 |
+
help="Use brute-force approach (VERY slow)",
|
| 185 |
+
)
|
| 186 |
+
|
| 187 |
+
args = parser.parse_args(args)
|
| 188 |
+
|
| 189 |
+
for fontfile in args.inputs:
|
| 190 |
+
font = TTFont(fontfile)
|
| 191 |
+
hmtx = font["hmtx"]
|
| 192 |
+
widths = [m[0] for m in hmtx.metrics.values()]
|
| 193 |
+
if args.brute:
|
| 194 |
+
default, nominal = optimizeWidthsBruteforce(widths)
|
| 195 |
+
else:
|
| 196 |
+
default, nominal = optimizeWidths(widths)
|
| 197 |
+
print(
|
| 198 |
+
"glyphs=%d default=%d nominal=%d byteCost=%d"
|
| 199 |
+
% (len(widths), default, nominal, byteCost(widths, default, nominal))
|
| 200 |
+
)
|
| 201 |
+
|
| 202 |
+
|
| 203 |
+
if __name__ == "__main__":
|
| 204 |
+
import sys
|
| 205 |
+
|
| 206 |
+
if len(sys.argv) == 1:
|
| 207 |
+
import doctest
|
| 208 |
+
|
| 209 |
+
sys.exit(doctest.testmod().failed)
|
| 210 |
+
main()
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/colorLib/__init__.py
ADDED
|
File without changes
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/colorLib/errors.py
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
class ColorLibError(Exception):
|
| 2 |
+
pass
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/colorLib/geometry.py
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Helpers for manipulating 2D points and vectors in COLR table."""
|
| 2 |
+
|
| 3 |
+
from math import copysign, cos, hypot, isclose, pi
|
| 4 |
+
from fontTools.misc.roundTools import otRound
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
def _vector_between(origin, target):
|
| 8 |
+
return (target[0] - origin[0], target[1] - origin[1])
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
def _round_point(pt):
|
| 12 |
+
return (otRound(pt[0]), otRound(pt[1]))
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
def _unit_vector(vec):
|
| 16 |
+
length = hypot(*vec)
|
| 17 |
+
if length == 0:
|
| 18 |
+
return None
|
| 19 |
+
return (vec[0] / length, vec[1] / length)
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
_CIRCLE_INSIDE_TOLERANCE = 1e-4
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
# The unit vector's X and Y components are respectively
|
| 26 |
+
# U = (cos(α), sin(α))
|
| 27 |
+
# where α is the angle between the unit vector and the positive x axis.
|
| 28 |
+
_UNIT_VECTOR_THRESHOLD = cos(3 / 8 * pi) # == sin(1/8 * pi) == 0.38268343236508984
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
def _rounding_offset(direction):
|
| 32 |
+
# Return 2-tuple of -/+ 1.0 or 0.0 approximately based on the direction vector.
|
| 33 |
+
# We divide the unit circle in 8 equal slices oriented towards the cardinal
|
| 34 |
+
# (N, E, S, W) and intermediate (NE, SE, SW, NW) directions. To each slice we
|
| 35 |
+
# map one of the possible cases: -1, 0, +1 for either X and Y coordinate.
|
| 36 |
+
# E.g. Return (+1.0, -1.0) if unit vector is oriented towards SE, or
|
| 37 |
+
# (-1.0, 0.0) if it's pointing West, etc.
|
| 38 |
+
uv = _unit_vector(direction)
|
| 39 |
+
if not uv:
|
| 40 |
+
return (0, 0)
|
| 41 |
+
|
| 42 |
+
result = []
|
| 43 |
+
for uv_component in uv:
|
| 44 |
+
if -_UNIT_VECTOR_THRESHOLD <= uv_component < _UNIT_VECTOR_THRESHOLD:
|
| 45 |
+
# unit vector component near 0: direction almost orthogonal to the
|
| 46 |
+
# direction of the current axis, thus keep coordinate unchanged
|
| 47 |
+
result.append(0)
|
| 48 |
+
else:
|
| 49 |
+
# nudge coord by +/- 1.0 in direction of unit vector
|
| 50 |
+
result.append(copysign(1.0, uv_component))
|
| 51 |
+
return tuple(result)
|
| 52 |
+
|
| 53 |
+
|
| 54 |
+
class Circle:
|
| 55 |
+
def __init__(self, centre, radius):
|
| 56 |
+
self.centre = centre
|
| 57 |
+
self.radius = radius
|
| 58 |
+
|
| 59 |
+
def __repr__(self):
|
| 60 |
+
return f"Circle(centre={self.centre}, radius={self.radius})"
|
| 61 |
+
|
| 62 |
+
def round(self):
|
| 63 |
+
return Circle(_round_point(self.centre), otRound(self.radius))
|
| 64 |
+
|
| 65 |
+
def inside(self, outer_circle, tolerance=_CIRCLE_INSIDE_TOLERANCE):
|
| 66 |
+
dist = self.radius + hypot(*_vector_between(self.centre, outer_circle.centre))
|
| 67 |
+
return (
|
| 68 |
+
isclose(outer_circle.radius, dist, rel_tol=_CIRCLE_INSIDE_TOLERANCE)
|
| 69 |
+
or outer_circle.radius > dist
|
| 70 |
+
)
|
| 71 |
+
|
| 72 |
+
def concentric(self, other):
|
| 73 |
+
return self.centre == other.centre
|
| 74 |
+
|
| 75 |
+
def move(self, dx, dy):
|
| 76 |
+
self.centre = (self.centre[0] + dx, self.centre[1] + dy)
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
def round_start_circle_stable_containment(c0, r0, c1, r1):
|
| 80 |
+
"""Round start circle so that it stays inside/outside end circle after rounding.
|
| 81 |
+
|
| 82 |
+
The rounding of circle coordinates to integers may cause an abrupt change
|
| 83 |
+
if the start circle c0 is so close to the end circle c1's perimiter that
|
| 84 |
+
it ends up falling outside (or inside) as a result of the rounding.
|
| 85 |
+
To keep the gradient unchanged, we nudge it in the right direction.
|
| 86 |
+
|
| 87 |
+
See:
|
| 88 |
+
https://github.com/googlefonts/colr-gradients-spec/issues/204
|
| 89 |
+
https://github.com/googlefonts/picosvg/issues/158
|
| 90 |
+
"""
|
| 91 |
+
start, end = Circle(c0, r0), Circle(c1, r1)
|
| 92 |
+
|
| 93 |
+
inside_before_round = start.inside(end)
|
| 94 |
+
|
| 95 |
+
round_start = start.round()
|
| 96 |
+
round_end = end.round()
|
| 97 |
+
inside_after_round = round_start.inside(round_end)
|
| 98 |
+
|
| 99 |
+
if inside_before_round == inside_after_round:
|
| 100 |
+
return round_start
|
| 101 |
+
elif inside_after_round:
|
| 102 |
+
# start was outside before rounding: we need to push start away from end
|
| 103 |
+
direction = _vector_between(round_end.centre, round_start.centre)
|
| 104 |
+
radius_delta = +1.0
|
| 105 |
+
else:
|
| 106 |
+
# start was inside before rounding: we need to push start towards end
|
| 107 |
+
direction = _vector_between(round_start.centre, round_end.centre)
|
| 108 |
+
radius_delta = -1.0
|
| 109 |
+
dx, dy = _rounding_offset(direction)
|
| 110 |
+
|
| 111 |
+
# At most 2 iterations ought to be enough to converge. Before the loop, we
|
| 112 |
+
# know the start circle didn't keep containment after normal rounding; thus
|
| 113 |
+
# we continue adjusting by -/+ 1.0 until containment is restored.
|
| 114 |
+
# Normal rounding can at most move each coordinates -/+0.5; in the worst case
|
| 115 |
+
# both the start and end circle's centres and radii will be rounded in opposite
|
| 116 |
+
# directions, e.g. when they move along a 45 degree diagonal:
|
| 117 |
+
# c0 = (1.5, 1.5) ===> (2.0, 2.0)
|
| 118 |
+
# r0 = 0.5 ===> 1.0
|
| 119 |
+
# c1 = (0.499, 0.499) ===> (0.0, 0.0)
|
| 120 |
+
# r1 = 2.499 ===> 2.0
|
| 121 |
+
# In this example, the relative distance between the circles, calculated
|
| 122 |
+
# as r1 - (r0 + distance(c0, c1)) is initially 0.57437 (c0 is inside c1), and
|
| 123 |
+
# -1.82842 after rounding (c0 is now outside c1). Nudging c0 by -1.0 on both
|
| 124 |
+
# x and y axes moves it towards c1 by hypot(-1.0, -1.0) = 1.41421. Two of these
|
| 125 |
+
# moves cover twice that distance, which is enough to restore containment.
|
| 126 |
+
max_attempts = 2
|
| 127 |
+
for _ in range(max_attempts):
|
| 128 |
+
if round_start.concentric(round_end):
|
| 129 |
+
# can't move c0 towards c1 (they are the same), so we change the radius
|
| 130 |
+
round_start.radius += radius_delta
|
| 131 |
+
assert round_start.radius >= 0
|
| 132 |
+
else:
|
| 133 |
+
round_start.move(dx, dy)
|
| 134 |
+
if inside_before_round == round_start.inside(round_end):
|
| 135 |
+
break
|
| 136 |
+
else: # likely a bug
|
| 137 |
+
raise AssertionError(
|
| 138 |
+
f"Rounding circle {start} "
|
| 139 |
+
f"{'inside' if inside_before_round else 'outside'} "
|
| 140 |
+
f"{end} failed after {max_attempts} attempts!"
|
| 141 |
+
)
|
| 142 |
+
|
| 143 |
+
return round_start
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/colorLib/table_builder.py
ADDED
|
@@ -0,0 +1,223 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
colorLib.table_builder: Generic helper for filling in BaseTable derivatives from tuples and maps and such.
|
| 3 |
+
|
| 4 |
+
"""
|
| 5 |
+
|
| 6 |
+
import collections
|
| 7 |
+
import enum
|
| 8 |
+
from fontTools.ttLib.tables.otBase import (
|
| 9 |
+
BaseTable,
|
| 10 |
+
FormatSwitchingBaseTable,
|
| 11 |
+
UInt8FormatSwitchingBaseTable,
|
| 12 |
+
)
|
| 13 |
+
from fontTools.ttLib.tables.otConverters import (
|
| 14 |
+
ComputedInt,
|
| 15 |
+
SimpleValue,
|
| 16 |
+
Struct,
|
| 17 |
+
Short,
|
| 18 |
+
UInt8,
|
| 19 |
+
UShort,
|
| 20 |
+
IntValue,
|
| 21 |
+
FloatValue,
|
| 22 |
+
OptionalValue,
|
| 23 |
+
)
|
| 24 |
+
from fontTools.misc.roundTools import otRound
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
class BuildCallback(enum.Enum):
|
| 28 |
+
"""Keyed on (BEFORE_BUILD, class[, Format if available]).
|
| 29 |
+
Receives (dest, source).
|
| 30 |
+
Should return (dest, source), which can be new objects.
|
| 31 |
+
"""
|
| 32 |
+
|
| 33 |
+
BEFORE_BUILD = enum.auto()
|
| 34 |
+
|
| 35 |
+
"""Keyed on (AFTER_BUILD, class[, Format if available]).
|
| 36 |
+
Receives (dest).
|
| 37 |
+
Should return dest, which can be a new object.
|
| 38 |
+
"""
|
| 39 |
+
AFTER_BUILD = enum.auto()
|
| 40 |
+
|
| 41 |
+
"""Keyed on (CREATE_DEFAULT, class[, Format if available]).
|
| 42 |
+
Receives no arguments.
|
| 43 |
+
Should return a new instance of class.
|
| 44 |
+
"""
|
| 45 |
+
CREATE_DEFAULT = enum.auto()
|
| 46 |
+
|
| 47 |
+
|
| 48 |
+
def _assignable(convertersByName):
|
| 49 |
+
return {k: v for k, v in convertersByName.items() if not isinstance(v, ComputedInt)}
|
| 50 |
+
|
| 51 |
+
|
| 52 |
+
def _isNonStrSequence(value):
|
| 53 |
+
return isinstance(value, collections.abc.Sequence) and not isinstance(value, str)
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
def _split_format(cls, source):
|
| 57 |
+
if _isNonStrSequence(source):
|
| 58 |
+
assert len(source) > 0, f"{cls} needs at least format from {source}"
|
| 59 |
+
fmt, remainder = source[0], source[1:]
|
| 60 |
+
elif isinstance(source, collections.abc.Mapping):
|
| 61 |
+
assert "Format" in source, f"{cls} needs at least Format from {source}"
|
| 62 |
+
remainder = source.copy()
|
| 63 |
+
fmt = remainder.pop("Format")
|
| 64 |
+
else:
|
| 65 |
+
raise ValueError(f"Not sure how to populate {cls} from {source}")
|
| 66 |
+
|
| 67 |
+
assert isinstance(
|
| 68 |
+
fmt, collections.abc.Hashable
|
| 69 |
+
), f"{cls} Format is not hashable: {fmt!r}"
|
| 70 |
+
assert fmt in cls.convertersByName, f"{cls} invalid Format: {fmt!r}"
|
| 71 |
+
|
| 72 |
+
return fmt, remainder
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
class TableBuilder:
|
| 76 |
+
"""
|
| 77 |
+
Helps to populate things derived from BaseTable from maps, tuples, etc.
|
| 78 |
+
|
| 79 |
+
A table of lifecycle callbacks may be provided to add logic beyond what is possible
|
| 80 |
+
based on otData info for the target class. See BuildCallbacks.
|
| 81 |
+
"""
|
| 82 |
+
|
| 83 |
+
def __init__(self, callbackTable=None):
|
| 84 |
+
if callbackTable is None:
|
| 85 |
+
callbackTable = {}
|
| 86 |
+
self._callbackTable = callbackTable
|
| 87 |
+
|
| 88 |
+
def _convert(self, dest, field, converter, value):
|
| 89 |
+
enumClass = getattr(converter, "enumClass", None)
|
| 90 |
+
|
| 91 |
+
if enumClass:
|
| 92 |
+
if isinstance(value, enumClass):
|
| 93 |
+
pass
|
| 94 |
+
elif isinstance(value, str):
|
| 95 |
+
try:
|
| 96 |
+
value = getattr(enumClass, value.upper())
|
| 97 |
+
except AttributeError:
|
| 98 |
+
raise ValueError(f"{value} is not a valid {enumClass}")
|
| 99 |
+
else:
|
| 100 |
+
value = enumClass(value)
|
| 101 |
+
|
| 102 |
+
elif isinstance(converter, IntValue):
|
| 103 |
+
value = otRound(value)
|
| 104 |
+
elif isinstance(converter, FloatValue):
|
| 105 |
+
value = float(value)
|
| 106 |
+
|
| 107 |
+
elif isinstance(converter, Struct):
|
| 108 |
+
if converter.repeat:
|
| 109 |
+
if _isNonStrSequence(value):
|
| 110 |
+
value = [self.build(converter.tableClass, v) for v in value]
|
| 111 |
+
else:
|
| 112 |
+
value = [self.build(converter.tableClass, value)]
|
| 113 |
+
setattr(dest, converter.repeat, len(value))
|
| 114 |
+
else:
|
| 115 |
+
value = self.build(converter.tableClass, value)
|
| 116 |
+
elif callable(converter):
|
| 117 |
+
value = converter(value)
|
| 118 |
+
|
| 119 |
+
setattr(dest, field, value)
|
| 120 |
+
|
| 121 |
+
def build(self, cls, source):
|
| 122 |
+
assert issubclass(cls, BaseTable)
|
| 123 |
+
|
| 124 |
+
if isinstance(source, cls):
|
| 125 |
+
return source
|
| 126 |
+
|
| 127 |
+
callbackKey = (cls,)
|
| 128 |
+
fmt = None
|
| 129 |
+
if issubclass(cls, FormatSwitchingBaseTable):
|
| 130 |
+
fmt, source = _split_format(cls, source)
|
| 131 |
+
callbackKey = (cls, fmt)
|
| 132 |
+
|
| 133 |
+
dest = self._callbackTable.get(
|
| 134 |
+
(BuildCallback.CREATE_DEFAULT,) + callbackKey, lambda: cls()
|
| 135 |
+
)()
|
| 136 |
+
assert isinstance(dest, cls)
|
| 137 |
+
|
| 138 |
+
convByName = _assignable(cls.convertersByName)
|
| 139 |
+
skippedFields = set()
|
| 140 |
+
|
| 141 |
+
# For format switchers we need to resolve converters based on format
|
| 142 |
+
if issubclass(cls, FormatSwitchingBaseTable):
|
| 143 |
+
dest.Format = fmt
|
| 144 |
+
convByName = _assignable(convByName[dest.Format])
|
| 145 |
+
skippedFields.add("Format")
|
| 146 |
+
|
| 147 |
+
# Convert sequence => mapping so before thunk only has to handle one format
|
| 148 |
+
if _isNonStrSequence(source):
|
| 149 |
+
# Sequence (typically list or tuple) assumed to match fields in declaration order
|
| 150 |
+
assert len(source) <= len(
|
| 151 |
+
convByName
|
| 152 |
+
), f"Sequence of {len(source)} too long for {cls}; expected <= {len(convByName)} values"
|
| 153 |
+
source = dict(zip(convByName.keys(), source))
|
| 154 |
+
|
| 155 |
+
dest, source = self._callbackTable.get(
|
| 156 |
+
(BuildCallback.BEFORE_BUILD,) + callbackKey, lambda d, s: (d, s)
|
| 157 |
+
)(dest, source)
|
| 158 |
+
|
| 159 |
+
if isinstance(source, collections.abc.Mapping):
|
| 160 |
+
for field, value in source.items():
|
| 161 |
+
if field in skippedFields:
|
| 162 |
+
continue
|
| 163 |
+
converter = convByName.get(field, None)
|
| 164 |
+
if not converter:
|
| 165 |
+
raise ValueError(
|
| 166 |
+
f"Unrecognized field {field} for {cls}; expected one of {sorted(convByName.keys())}"
|
| 167 |
+
)
|
| 168 |
+
self._convert(dest, field, converter, value)
|
| 169 |
+
else:
|
| 170 |
+
# let's try as a 1-tuple
|
| 171 |
+
dest = self.build(cls, (source,))
|
| 172 |
+
|
| 173 |
+
for field, conv in convByName.items():
|
| 174 |
+
if not hasattr(dest, field) and isinstance(conv, OptionalValue):
|
| 175 |
+
setattr(dest, field, conv.DEFAULT)
|
| 176 |
+
|
| 177 |
+
dest = self._callbackTable.get(
|
| 178 |
+
(BuildCallback.AFTER_BUILD,) + callbackKey, lambda d: d
|
| 179 |
+
)(dest)
|
| 180 |
+
|
| 181 |
+
return dest
|
| 182 |
+
|
| 183 |
+
|
| 184 |
+
class TableUnbuilder:
|
| 185 |
+
def __init__(self, callbackTable=None):
|
| 186 |
+
if callbackTable is None:
|
| 187 |
+
callbackTable = {}
|
| 188 |
+
self._callbackTable = callbackTable
|
| 189 |
+
|
| 190 |
+
def unbuild(self, table):
|
| 191 |
+
assert isinstance(table, BaseTable)
|
| 192 |
+
|
| 193 |
+
source = {}
|
| 194 |
+
|
| 195 |
+
callbackKey = (type(table),)
|
| 196 |
+
if isinstance(table, FormatSwitchingBaseTable):
|
| 197 |
+
source["Format"] = int(table.Format)
|
| 198 |
+
callbackKey += (table.Format,)
|
| 199 |
+
|
| 200 |
+
for converter in table.getConverters():
|
| 201 |
+
if isinstance(converter, ComputedInt):
|
| 202 |
+
continue
|
| 203 |
+
value = getattr(table, converter.name)
|
| 204 |
+
|
| 205 |
+
enumClass = getattr(converter, "enumClass", None)
|
| 206 |
+
if enumClass:
|
| 207 |
+
source[converter.name] = value.name.lower()
|
| 208 |
+
elif isinstance(converter, Struct):
|
| 209 |
+
if converter.repeat:
|
| 210 |
+
source[converter.name] = [self.unbuild(v) for v in value]
|
| 211 |
+
else:
|
| 212 |
+
source[converter.name] = self.unbuild(value)
|
| 213 |
+
elif isinstance(converter, SimpleValue):
|
| 214 |
+
# "simple" values (e.g. int, float, str) need no further un-building
|
| 215 |
+
source[converter.name] = value
|
| 216 |
+
else:
|
| 217 |
+
raise NotImplementedError(
|
| 218 |
+
"Don't know how unbuild {value!r} with {converter!r}"
|
| 219 |
+
)
|
| 220 |
+
|
| 221 |
+
source = self._callbackTable.get(callbackKey, lambda s: s)(source)
|
| 222 |
+
|
| 223 |
+
return source
|
Scripts_Climate_n_LAI_to_Yield/.venv/lib/python3.10/site-packages/fontTools/encodings/MacRoman.py
ADDED
|
@@ -0,0 +1,258 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MacRoman = [
|
| 2 |
+
"NUL",
|
| 3 |
+
"Eth",
|
| 4 |
+
"eth",
|
| 5 |
+
"Lslash",
|
| 6 |
+
"lslash",
|
| 7 |
+
"Scaron",
|
| 8 |
+
"scaron",
|
| 9 |
+
"Yacute",
|
| 10 |
+
"yacute",
|
| 11 |
+
"HT",
|
| 12 |
+
"LF",
|
| 13 |
+
"Thorn",
|
| 14 |
+
"thorn",
|
| 15 |
+
"CR",
|
| 16 |
+
"Zcaron",
|
| 17 |
+
"zcaron",
|
| 18 |
+
"DLE",
|
| 19 |
+
"DC1",
|
| 20 |
+
"DC2",
|
| 21 |
+
"DC3",
|
| 22 |
+
"DC4",
|
| 23 |
+
"onehalf",
|
| 24 |
+
"onequarter",
|
| 25 |
+
"onesuperior",
|
| 26 |
+
"threequarters",
|
| 27 |
+
"threesuperior",
|
| 28 |
+
"twosuperior",
|
| 29 |
+
"brokenbar",
|
| 30 |
+
"minus",
|
| 31 |
+
"multiply",
|
| 32 |
+
"RS",
|
| 33 |
+
"US",
|
| 34 |
+
"space",
|
| 35 |
+
"exclam",
|
| 36 |
+
"quotedbl",
|
| 37 |
+
"numbersign",
|
| 38 |
+
"dollar",
|
| 39 |
+
"percent",
|
| 40 |
+
"ampersand",
|
| 41 |
+
"quotesingle",
|
| 42 |
+
"parenleft",
|
| 43 |
+
"parenright",
|
| 44 |
+
"asterisk",
|
| 45 |
+
"plus",
|
| 46 |
+
"comma",
|
| 47 |
+
"hyphen",
|
| 48 |
+
"period",
|
| 49 |
+
"slash",
|
| 50 |
+
"zero",
|
| 51 |
+
"one",
|
| 52 |
+
"two",
|
| 53 |
+
"three",
|
| 54 |
+
"four",
|
| 55 |
+
"five",
|
| 56 |
+
"six",
|
| 57 |
+
"seven",
|
| 58 |
+
"eight",
|
| 59 |
+
"nine",
|
| 60 |
+
"colon",
|
| 61 |
+
"semicolon",
|
| 62 |
+
"less",
|
| 63 |
+
"equal",
|
| 64 |
+
"greater",
|
| 65 |
+
"question",
|
| 66 |
+
"at",
|
| 67 |
+
"A",
|
| 68 |
+
"B",
|
| 69 |
+
"C",
|
| 70 |
+
"D",
|
| 71 |
+
"E",
|
| 72 |
+
"F",
|
| 73 |
+
"G",
|
| 74 |
+
"H",
|
| 75 |
+
"I",
|
| 76 |
+
"J",
|
| 77 |
+
"K",
|
| 78 |
+
"L",
|
| 79 |
+
"M",
|
| 80 |
+
"N",
|
| 81 |
+
"O",
|
| 82 |
+
"P",
|
| 83 |
+
"Q",
|
| 84 |
+
"R",
|
| 85 |
+
"S",
|
| 86 |
+
"T",
|
| 87 |
+
"U",
|
| 88 |
+
"V",
|
| 89 |
+
"W",
|
| 90 |
+
"X",
|
| 91 |
+
"Y",
|
| 92 |
+
"Z",
|
| 93 |
+
"bracketleft",
|
| 94 |
+
"backslash",
|
| 95 |
+
"bracketright",
|
| 96 |
+
"asciicircum",
|
| 97 |
+
"underscore",
|
| 98 |
+
"grave",
|
| 99 |
+
"a",
|
| 100 |
+
"b",
|
| 101 |
+
"c",
|
| 102 |
+
"d",
|
| 103 |
+
"e",
|
| 104 |
+
"f",
|
| 105 |
+
"g",
|
| 106 |
+
"h",
|
| 107 |
+
"i",
|
| 108 |
+
"j",
|
| 109 |
+
"k",
|
| 110 |
+
"l",
|
| 111 |
+
"m",
|
| 112 |
+
"n",
|
| 113 |
+
"o",
|
| 114 |
+
"p",
|
| 115 |
+
"q",
|
| 116 |
+
"r",
|
| 117 |
+
"s",
|
| 118 |
+
"t",
|
| 119 |
+
"u",
|
| 120 |
+
"v",
|
| 121 |
+
"w",
|
| 122 |
+
"x",
|
| 123 |
+
"y",
|
| 124 |
+
"z",
|
| 125 |
+
"braceleft",
|
| 126 |
+
"bar",
|
| 127 |
+
"braceright",
|
| 128 |
+
"asciitilde",
|
| 129 |
+
"DEL",
|
| 130 |
+
"Adieresis",
|
| 131 |
+
"Aring",
|
| 132 |
+
"Ccedilla",
|
| 133 |
+
"Eacute",
|
| 134 |
+
"Ntilde",
|
| 135 |
+
"Odieresis",
|
| 136 |
+
"Udieresis",
|
| 137 |
+
"aacute",
|
| 138 |
+
"agrave",
|
| 139 |
+
"acircumflex",
|
| 140 |
+
"adieresis",
|
| 141 |
+
"atilde",
|
| 142 |
+
"aring",
|
| 143 |
+
"ccedilla",
|
| 144 |
+
"eacute",
|
| 145 |
+
"egrave",
|
| 146 |
+
"ecircumflex",
|
| 147 |
+
"edieresis",
|
| 148 |
+
"iacute",
|
| 149 |
+
"igrave",
|
| 150 |
+
"icircumflex",
|
| 151 |
+
"idieresis",
|
| 152 |
+
"ntilde",
|
| 153 |
+
"oacute",
|
| 154 |
+
"ograve",
|
| 155 |
+
"ocircumflex",
|
| 156 |
+
"odieresis",
|
| 157 |
+
"otilde",
|
| 158 |
+
"uacute",
|
| 159 |
+
"ugrave",
|
| 160 |
+
"ucircumflex",
|
| 161 |
+
"udieresis",
|
| 162 |
+
"dagger",
|
| 163 |
+
"degree",
|
| 164 |
+
"cent",
|
| 165 |
+
"sterling",
|
| 166 |
+
"section",
|
| 167 |
+
"bullet",
|
| 168 |
+
"paragraph",
|
| 169 |
+
"germandbls",
|
| 170 |
+
"registered",
|
| 171 |
+
"copyright",
|
| 172 |
+
"trademark",
|
| 173 |
+
"acute",
|
| 174 |
+
"dieresis",
|
| 175 |
+
"notequal",
|
| 176 |
+
"AE",
|
| 177 |
+
"Oslash",
|
| 178 |
+
"infinity",
|
| 179 |
+
"plusminus",
|
| 180 |
+
"lessequal",
|
| 181 |
+
"greaterequal",
|
| 182 |
+
"yen",
|
| 183 |
+
"mu",
|
| 184 |
+
"partialdiff",
|
| 185 |
+
"summation",
|
| 186 |
+
"product",
|
| 187 |
+
"pi",
|
| 188 |
+
"integral",
|
| 189 |
+
"ordfeminine",
|
| 190 |
+
"ordmasculine",
|
| 191 |
+
"Omega",
|
| 192 |
+
"ae",
|
| 193 |
+
"oslash",
|
| 194 |
+
"questiondown",
|
| 195 |
+
"exclamdown",
|
| 196 |
+
"logicalnot",
|
| 197 |
+
"radical",
|
| 198 |
+
"florin",
|
| 199 |
+
"approxequal",
|
| 200 |
+
"Delta",
|
| 201 |
+
"guillemotleft",
|
| 202 |
+
"guillemotright",
|
| 203 |
+
"ellipsis",
|
| 204 |
+
"nbspace",
|
| 205 |
+
"Agrave",
|
| 206 |
+
"Atilde",
|
| 207 |
+
"Otilde",
|
| 208 |
+
"OE",
|
| 209 |
+
"oe",
|
| 210 |
+
"endash",
|
| 211 |
+
"emdash",
|
| 212 |
+
"quotedblleft",
|
| 213 |
+
"quotedblright",
|
| 214 |
+
"quoteleft",
|
| 215 |
+
"quoteright",
|
| 216 |
+
"divide",
|
| 217 |
+
"lozenge",
|
| 218 |
+
"ydieresis",
|
| 219 |
+
"Ydieresis",
|
| 220 |
+
"fraction",
|
| 221 |
+
"currency",
|
| 222 |
+
"guilsinglleft",
|
| 223 |
+
"guilsinglright",
|
| 224 |
+
"fi",
|
| 225 |
+
"fl",
|
| 226 |
+
"daggerdbl",
|
| 227 |
+
"periodcentered",
|
| 228 |
+
"quotesinglbase",
|
| 229 |
+
"quotedblbase",
|
| 230 |
+
"perthousand",
|
| 231 |
+
"Acircumflex",
|
| 232 |
+
"Ecircumflex",
|
| 233 |
+
"Aacute",
|
| 234 |
+
"Edieresis",
|
| 235 |
+
"Egrave",
|
| 236 |
+
"Iacute",
|
| 237 |
+
"Icircumflex",
|
| 238 |
+
"Idieresis",
|
| 239 |
+
"Igrave",
|
| 240 |
+
"Oacute",
|
| 241 |
+
"Ocircumflex",
|
| 242 |
+
"apple",
|
| 243 |
+
"Ograve",
|
| 244 |
+
"Uacute",
|
| 245 |
+
"Ucircumflex",
|
| 246 |
+
"Ugrave",
|
| 247 |
+
"dotlessi",
|
| 248 |
+
"circumflex",
|
| 249 |
+
"tilde",
|
| 250 |
+
"macron",
|
| 251 |
+
"breve",
|
| 252 |
+
"dotaccent",
|
| 253 |
+
"ring",
|
| 254 |
+
"cedilla",
|
| 255 |
+
"hungarumlaut",
|
| 256 |
+
"ogonek",
|
| 257 |
+
"caron",
|
| 258 |
+
]
|