Skip to content

Commit d6e22ae

Browse files
author
Jon Duckworth
authored
Merge pull request #485 from duckontheweb/fix/gh-479-extensible-provider
Allow extra fields in Provider and Extent
2 parents bb8db04 + b0f9b49 commit d6e22ae

File tree

5 files changed

+244
-70
lines changed

5 files changed

+244
-70
lines changed

docs/api.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ TemporalExtent
8686
:members:
8787
:undoc-members:
8888

89+
ProviderRole
90+
~~~~~~~~~~~~
91+
92+
.. autoclass:: pystac.ProviderRole
93+
:members:
94+
:undoc-members:
95+
:show-inheritance:
96+
8997
Provider
9098
~~~~~~~~
9199

pystac/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
SpatialExtent,
3333
TemporalExtent,
3434
Provider,
35+
ProviderRole,
3536
Summaries,
3637
)
3738
from pystac.summaries import RangeSummary

0 commit comments

Comments
 (0)