repo
stringlengths
7
90
file_url
stringlengths
81
315
file_path
stringlengths
4
228
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 14:38:15
2026-01-05 02:33:18
truncated
bool
2 classes
pyet-org/pyet
https://github.com/pyet-org/pyet/blob/2e857fe5dcc7cfe8d1ef990156dd6f153769de7b/docs/conf.py
docs/conf.py
# Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html # -- Path setup -------------------------------------------------------------- # If ex...
python
MIT
2e857fe5dcc7cfe8d1ef990156dd6f153769de7b
2026-01-05T07:11:19.888488Z
false
pyet-org/pyet
https://github.com/pyet-org/pyet/blob/2e857fe5dcc7cfe8d1ef990156dd6f153769de7b/docs/examples/utils.py
docs/examples/utils.py
import numpy as np import pandas as pd from spotpy.objectivefunctions import kge, rsquared, bias cm1 = 1 / 2.54 # centimeters in inches figw_1c = 8.5 * cm1 # maximum width for 1 column figw_2c = 17.5 * cm1 # maximum width for 2 columns def scatter_1(ax, x, y, label="treatment", xlabel="obs", ylabel="sim", ...
python
MIT
2e857fe5dcc7cfe8d1ef990156dd6f153769de7b
2026-01-05T07:11:19.888488Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/setup.py
setup.py
#!/usr/bin/env python # # Copyright 2013 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/ez_setup.py
ez_setup.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/regenerate_samples.py
samples/regenerate_samples.py
# Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/__init__.py
samples/__init__.py
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/uptodate_check_test.py
samples/uptodate_check_test.py
# Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/dns_sample/gen_dns_client_test.py
samples/dns_sample/gen_dns_client_test.py
# # Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/dns_sample/__init__.py
samples/dns_sample/__init__.py
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/dns_sample/dns_v1/dns_v1_client.py
samples/dns_sample/dns_v1/dns_v1_client.py
"""Generated client library for dns version v1.""" # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.py import base_api from samples.dns_sample.dns_v1 import dns_v1_messages as messages class DnsV1(base_api.BaseApiClient): """Generated c...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/dns_sample/dns_v1/dns_v1_messages.py
samples/dns_sample/dns_v1/dns_v1_messages.py
"""Generated message classes for dns version v1. The Google Cloud DNS API provides services for configuring and serving authoritative DNS records. """ # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.protorpclite import messages as _messag...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/dns_sample/dns_v1/__init__.py
samples/dns_sample/dns_v1/__init__.py
"""Package marker file.""" from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/servicemanagement_sample/messages_test.py
samples/servicemanagement_sample/messages_test.py
# # Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/servicemanagement_sample/__init__.py
samples/servicemanagement_sample/__init__.py
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/servicemanagement_sample/servicemanagement_v1/__init__.py
samples/servicemanagement_sample/servicemanagement_v1/__init__.py
"""Package marker file.""" from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/servicemanagement_sample/servicemanagement_v1/servicemanagement_v1_messages.py
samples/servicemanagement_sample/servicemanagement_v1/servicemanagement_v1_messages.py
"""Generated message classes for servicemanagement version v1. The service management API for Google Cloud Platform """ # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.protorpclite import messages as _messages from apitools.base.py import...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/servicemanagement_sample/servicemanagement_v1/servicemanagement_v1_client.py
samples/servicemanagement_sample/servicemanagement_v1/servicemanagement_v1_client.py
"""Generated client library for servicemanagement version v1.""" # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.py import base_api from samples.servicemanagement_sample.servicemanagement_v1 import servicemanagement_v1_messages as messages...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/storage_sample/uploads_test.py
samples/storage_sample/uploads_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/storage_sample/downloads_test.py
samples/storage_sample/downloads_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/storage_sample/storage_v1/storage_v1_messages.py
samples/storage_sample/storage_v1/storage_v1_messages.py
"""Generated message classes for storage version v1. Stores and retrieves potentially large, immutable data objects. """ # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.protorpclite import message_types as _message_types from apitools.bas...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/storage_sample/storage_v1/__init__.py
samples/storage_sample/storage_v1/__init__.py
"""Package marker file.""" from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/storage_sample/storage_v1/storage_v1_client.py
samples/storage_sample/storage_v1/storage_v1_client.py
"""Generated client library for storage version v1.""" # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.py import base_api from samples.storage_sample.storage_v1 import storage_v1_messages as messages class StorageV1(base_api.BaseApiClien...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/fusiontables_sample/__init__.py
samples/fusiontables_sample/__init__.py
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/fusiontables_sample/fusiontables_v1/fusiontables_v1_client.py
samples/fusiontables_sample/fusiontables_v1/fusiontables_v1_client.py
"""Generated client library for fusiontables version v1.""" # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.py import base_api from samples.fusiontables_sample.fusiontables_v1 import fusiontables_v1_messages as messages class Fusiontable...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/fusiontables_sample/fusiontables_v1/fusiontables_v1_messages.py
samples/fusiontables_sample/fusiontables_v1/fusiontables_v1_messages.py
"""Generated message classes for fusiontables version v1. API for working with Fusion Tables data. """ # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.protorpclite import messages as _messages from apitools.base.py import extra_types pa...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/fusiontables_sample/fusiontables_v1/__init__.py
samples/fusiontables_sample/fusiontables_v1/__init__.py
"""Package marker file.""" from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/iam_sample/__init__.py
samples/iam_sample/__init__.py
# Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/iam_sample/iam_client_test.py
samples/iam_sample/iam_client_test.py
# # Copyright 2016 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/iam_sample/iam_v1/iam_v1_messages.py
samples/iam_sample/iam_v1/iam_v1_messages.py
"""Generated message classes for iam version v1. Manages identity and access control for Google Cloud Platform resources, including the creation of service accounts, which you can use to authenticate to Google and make API calls. """ # NOTE: This file is autogenerated and should not be edited by hand. from __future__...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/iam_sample/iam_v1/iam_v1_client.py
samples/iam_sample/iam_v1/iam_v1_client.py
"""Generated client library for iam version v1.""" # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.py import base_api from samples.iam_sample.iam_v1 import iam_v1_messages as messages class IamV1(base_api.BaseApiClient): """Generated c...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/iam_sample/iam_v1/__init__.py
samples/iam_sample/iam_v1/__init__.py
"""Package marker file.""" from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/bigquery_sample/bigquery_v2/bigquery_v2_messages.py
samples/bigquery_sample/bigquery_v2/bigquery_v2_messages.py
"""Generated message classes for bigquery version v2. A data platform for customers to create, manage, share and query data. """ # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.protorpclite import messages as _messages from apitools.base....
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/bigquery_sample/bigquery_v2/bigquery_v2_client.py
samples/bigquery_sample/bigquery_v2/bigquery_v2_client.py
"""Generated client library for bigquery version v2.""" # NOTE: This file is autogenerated and should not be edited by hand. from __future__ import absolute_import from apitools.base.py import base_api from samples.bigquery_sample.bigquery_v2 import bigquery_v2_messages as messages class BigqueryV2(base_api.BaseApi...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/samples/bigquery_sample/bigquery_v2/__init__.py
samples/bigquery_sample/bigquery_v2/__init__.py
"""Package marker file.""" from __future__ import absolute_import import pkgutil __path__ = pkgutil.extend_path(__path__, __name__)
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/__init__.py
apitools/__init__.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/scripts/__init__.py
apitools/scripts/__init__.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/__init__.py
apitools/base/__init__.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/stream_slice_test.py
apitools/base/py/stream_slice_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/extra_types_test.py
apitools/base/py/extra_types_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/buffered_stream.py
apitools/base/py/buffered_stream.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/util_test.py
apitools/base/py/util_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/exceptions_test.py
apitools/base/py/exceptions_test.py
# Copyright 2017 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/list_pager.py
apitools/base/py/list_pager.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/credentials_lib.py
apitools/base/py/credentials_lib.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/gzip_test.py
apitools/base/py/gzip_test.py
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation; All # Rights Reserved # # This is a backport from python 3.4 into python 2.7. Text and exclusive mode # support are removed as they're unsupported in 2.7. This backport patc...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/util.py
apitools/base/py/util.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/gzip.py
apitools/base/py/gzip.py
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013, 2014, 2015, 2016, 2017 Python Software Foundation; All # Rights Reserved # # This is a backport from python 3.4 into python 2.7. Text and exclusive mode # support are removed as they're unsupported in 2.7. This backport patc...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/base_api_test.py
apitools/base/py/base_api_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/base_api.py
apitools/base/py/base_api.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/exceptions.py
apitools/base/py/exceptions.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/stream_slice.py
apitools/base/py/stream_slice.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/encoding_helper.py
apitools/base/py/encoding_helper.py
#!/usr/bin/env python # # Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/compression.py
apitools/base/py/compression.py
#!/usr/bin/env python # # Copyright 2017 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/http_wrapper.py
apitools/base/py/http_wrapper.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/extra_types.py
apitools/base/py/extra_types.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/encoding_test.py
apitools/base/py/encoding_test.py
# -*- coding: utf-8 -*- # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/transfer_test.py
apitools/base/py/transfer_test.py
# -*- coding: utf-8 -*- # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/credentials_lib_test.py
apitools/base/py/credentials_lib_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/list_pager_test.py
apitools/base/py/list_pager_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/http_wrapper_test.py
apitools/base/py/http_wrapper_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/batch_test.py
apitools/base/py/batch_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/encoding.py
apitools/base/py/encoding.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/__init__.py
apitools/base/py/__init__.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/transfer.py
apitools/base/py/transfer.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/buffered_stream_test.py
apitools/base/py/buffered_stream_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/batch.py
apitools/base/py/batch.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/compression_test.py
apitools/base/py/compression_test.py
#!/usr/bin/env python # # Copyright 2017 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/testing/mock_test.py
apitools/base/py/testing/mock_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/testing/mock.py
apitools/base/py/testing/mock.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/py/testing/__init__.py
apitools/base/py/testing/__init__.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/protojson.py
apitools/base/protorpclite/protojson.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/descriptor.py
apitools/base/protorpclite/descriptor.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/util_test.py
apitools/base/protorpclite/util_test.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/util.py
apitools/base/protorpclite/util.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/test_util.py
apitools/base/protorpclite/test_util.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/messages_test.py
apitools/base/protorpclite/messages_test.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/descriptor_test.py
apitools/base/protorpclite/descriptor_test.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/__init__.py
apitools/base/protorpclite/__init__.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/messages.py
apitools/base/protorpclite/messages.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
true
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/protojson_test.py
apitools/base/protorpclite/protojson_test.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/message_types.py
apitools/base/protorpclite/message_types.py
#!/usr/bin/env python # # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/base/protorpclite/message_types_test.py
apitools/base/protorpclite/message_types_test.py
#!/usr/bin/env python # # Copyright 2013 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/gen_client_test.py
apitools/gen/gen_client_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/util_test.py
apitools/gen/util_test.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/gen_client_lib.py
apitools/gen/gen_client_lib.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/util.py
apitools/gen/util.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/test_utils.py
apitools/gen/test_utils.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/message_registry.py
apitools/gen/message_registry.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/gen_client.py
apitools/gen/gen_client.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/__init__.py
apitools/gen/__init__.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/client_generation_test.py
apitools/gen/client_generation_test.py
# # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/extended_descriptor.py
apitools/gen/extended_descriptor.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
google/apitools
https://github.com/google/apitools/blob/1b14f58b3c895f542c724028dd0fb8ae0d816510/apitools/gen/service_registry.py
apitools/gen/service_registry.py
#!/usr/bin/env python # # Copyright 2015 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law o...
python
Apache-2.0
1b14f58b3c895f542c724028dd0fb8ae0d816510
2026-01-05T07:12:01.390580Z
false
andybrandt/mcp-simple-pubmed
https://github.com/andybrandt/mcp-simple-pubmed/blob/de245d350c456df353363a50051ed5547dedafc0/test_client.py
test_client.py
import asyncio import os from fastmcp.client import Client from fastmcp.client.transports import StdioTransport import json async def main(): """A simple test client to connect to the PubMed server and test its tools.""" # Set the required environment variable for the server process server_env = {"PUBMED_E...
python
MIT
de245d350c456df353363a50051ed5547dedafc0
2026-01-05T07:12:06.493732Z
false
andybrandt/mcp-simple-pubmed
https://github.com/andybrandt/mcp-simple-pubmed/blob/de245d350c456df353363a50051ed5547dedafc0/mcp_simple_pubmed/__main__.py
mcp_simple_pubmed/__main__.py
""" Main module entry point for mcp-simple-pubmed. """ from .server import main if __name__ == "__main__": main()
python
MIT
de245d350c456df353363a50051ed5547dedafc0
2026-01-05T07:12:06.493732Z
false
andybrandt/mcp-simple-pubmed
https://github.com/andybrandt/mcp-simple-pubmed/blob/de245d350c456df353363a50051ed5547dedafc0/mcp_simple_pubmed/pubmed_search.py
mcp_simple_pubmed/pubmed_search.py
""" Search functionality for PubMed using Bio.Entrez. """ import os import time import logging import xml.etree.ElementTree as ET from typing import List, Dict, Optional, Any from Bio import Entrez # Configure logging logging.basicConfig(level=logging.INFO) logger = logging.getLogger("pubmed-search") class PubMedSear...
python
MIT
de245d350c456df353363a50051ed5547dedafc0
2026-01-05T07:12:06.493732Z
false
andybrandt/mcp-simple-pubmed
https://github.com/andybrandt/mcp-simple-pubmed/blob/de245d350c456df353363a50051ed5547dedafc0/mcp_simple_pubmed/__init__.py
mcp_simple_pubmed/__init__.py
""" MCP server providing access to PubMed articles through Entrez API. """ import asyncio import os from . import server def main(): """Main entry point for the package.""" asyncio.run(server.main()) __version__ = "0.1.0"
python
MIT
de245d350c456df353363a50051ed5547dedafc0
2026-01-05T07:12:06.493732Z
false
andybrandt/mcp-simple-pubmed
https://github.com/andybrandt/mcp-simple-pubmed/blob/de245d350c456df353363a50051ed5547dedafc0/mcp_simple_pubmed/server.py
mcp_simple_pubmed/server.py
""" MCP server implementation for PubMed integration using FastMCP SDK. """ import os import json import logging from typing import Optional, Dict, Any, Tuple, List from fastmcp import FastMCP from mcp.types import TextContent from mcp_simple_pubmed.pubmed_client import PubMedClient from mcp_simple_pubmed.fulltext_cli...
python
MIT
de245d350c456df353363a50051ed5547dedafc0
2026-01-05T07:12:06.493732Z
false
andybrandt/mcp-simple-pubmed
https://github.com/andybrandt/mcp-simple-pubmed/blob/de245d350c456df353363a50051ed5547dedafc0/mcp_simple_pubmed/fulltext_client.py
mcp_simple_pubmed/fulltext_client.py
""" Client for retrieving full text content of PubMed articles. Separate from main PubMed client to maintain code separation and stability. """ import logging import time import http.client from typing import Optional, Tuple from Bio import Entrez import xml.etree.ElementTree as ET # Configure logging logging.basicCon...
python
MIT
de245d350c456df353363a50051ed5547dedafc0
2026-01-05T07:12:06.493732Z
false
andybrandt/mcp-simple-pubmed
https://github.com/andybrandt/mcp-simple-pubmed/blob/de245d350c456df353363a50051ed5547dedafc0/mcp_simple_pubmed/pubmed_client.py
mcp_simple_pubmed/pubmed_client.py
""" Client for interacting with PubMed/Entrez API. """ import os import time import logging import http.client import xml.etree.ElementTree as ET from typing import List, Dict, Optional, Any from Bio import Entrez # Configure logging logging.basicConfig(level=logging.INFO) logger = logging.getLogger("pubmed-client") ...
python
MIT
de245d350c456df353363a50051ed5547dedafc0
2026-01-05T07:12:06.493732Z
false