You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":".kokoro","path":".kokoro","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"google","path":"google","contentType":"directory"},{"name":"samples","path":"samples","contentType":"directory"},{"name":"scripts","path":"scripts","contentType":"directory"},{"name":"testing","path":"testing","contentType":"directory"},{"name":"tests","path":"tests","contentType":"directory"},{"name":".coveragerc","path":".coveragerc","contentType":"file"},{"name":".flake8","path":".flake8","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".repo-metadata.json","path":".repo-metadata.json","contentType":"file"},{"name":".trampolinerc","path":".trampolinerc","contentType":"file"},{"name":"CHANGELOG.md","path":"CHANGELOG.md","contentType":"file"},{"name":"CODE_OF_CONDUCT.md","path":"CODE_OF_CONDUCT.md","contentType":"file"},{"name":"CONTRIBUTING.rst","path":"CONTRIBUTING.rst","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"MANIFEST.in","path":"MANIFEST.in","contentType":"file"},{"name":"README.rst","path":"README.rst","contentType":"file"},{"name":"UPGRADING.md","path":"UPGRADING.md","contentType":"file"},{"name":"mypy.ini","path":"mypy.ini","contentType":"file"},{"name":"noxfile.py","path":"noxfile.py","contentType":"file"},{"name":"pylint.config.py","path":"pylint.config.py","contentType":"file"},{"name":"renovate.json","path":"renovate.json","contentType":"file"},{"name":"setup.cfg","path":"setup.cfg","contentType":"file"},{"name":"setup.py","path":"setup.py","contentType":"file"},{"name":"synth.metadata","path":"synth.metadata","contentType":"file"},{"name":"synth.py","path":"synth.py","contentType":"file"}],"totalCount":28}},"fileTreeProcessingTime":7.050228000000001,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":238575442,"defaultBranch":"main","name":"python-language","ownerLogin":"googleapis","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-02-06T00:21:44.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16785467?v=4","public":true,"private":false,"isOrgOwned":true},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"release-v1.4.0","listCacheKey":"v0:1688680326.0","canEdit":false,"refType":"branch","currentOid":"8562d4c61ec75a2d5f560abcd9f47925b609e197"},"path":"setup.py","currentUser":null,"blob":{"rawLines":["# Copyright 2018 Google LLC","#","# 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, software","# distributed under the License is distributed on an \"AS IS\" BASIS,","# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.","# See the License for the specific language governing permissions and","# limitations under the License.","","import io","import os","","import setuptools","","","# Package metadata.","","name = \"google-cloud-language\"","description = \"Google Cloud Natural Language API client library\"","version = \"2.0.0\"","# Should be one of:","# 'Development Status :: 3 - Alpha'","# 'Development Status :: 4 - Beta'","# 'Development Status :: 5 - Production/Stable'","release_status = \"Development Status :: 5 - Production/Stable\"","dependencies = ["," \"google-api-core[grpc] \u003e= 1.22.2, \u003c 2.0.0dev\","," \"proto-plus \u003e= 1.10.0\","," \"libcst \u003e= 0.2.5\",","]","extras = {}","","","# Setup boilerplate below this line.","","package_root = os.path.abspath(os.path.dirname(__file__))","","readme_filename = os.path.join(package_root, \"README.rst\")","with io.open(readme_filename, encoding=\"utf-8\") as readme_file:"," readme = readme_file.read()","","# Only include packages under the 'google' namespace. Do not include tests,","# benchmarks, etc.","packages = ["," package"," for package in setuptools.PEP420PackageFinder.find()"," if package.startswith(\"google\")","]","","# Determine which namespaces are needed.","namespaces = [\"google\"]","if \"google.cloud\" in packages:"," namespaces.append(\"google.cloud\")","","","setuptools.setup("," name=name,"," version=version,"," description=description,"," long_description=readme,"," author=\"Google LLC\","," author_email=\"googleapis-packages@google.com\","," license=\"Apache 2.0\","," url=\"https://github.com/googleapis/python-language\","," classifiers=["," release_status,"," \"Intended Audience :: Developers\","," \"License :: OSI Approved :: Apache Software License\","," \"Programming Language :: Python\","," \"Programming Language :: Python :: 3\","," \"Programming Language :: Python :: 3.6\","," \"Programming Language :: Python :: 3.7\","," \"Programming Language :: Python :: 3.8\","," \"Operating System :: OS Independent\","," \"Topic :: Internet\","," ],"," platforms=\"Posix; MacOS X; Windows\","," packages=packages,"," namespace_packages=namespaces,"," install_requires=dependencies,"," extras_require=extras,"," python_requires=\"\u003e=3.6\","," scripts=["," \"scripts/fixup_language_v1_keywords.py\","," \"scripts/fixup_language_v1beta2_keywords.py\","," ],"," include_package_data=True,"," zip_safe=False,",")"],"stylingDirectives":null,"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/googleapis/python-language/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"setup.py","displayUrl":"https://github.com/googleapis/python-language/blob/release-v1.4.0/setup.py?raw=true","headerInfo":{"blobSize":"2.73 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"b0bac6b","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fgoogleapis%2Fpython-language%2Fblob%2Frelease-v1.4.0%2Fsetup.py","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"94","truncatedSloc":"81"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Python","languageID":303,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/googleapis/python-language/blob/release-v1.4.0/setup.py","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/googleapis/python-language/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/googleapis/python-language/raw/refs/heads/release-v1.4.0/setup.py","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":null},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/googleapis/python-language/branches":{"post":"c5JPuZtMsSOt13FF1ZjPM7Hjyjeak-MIfQ-J8JIZ8Y1D_V-k9jMBPblQQXHl1QtRPh4eiO1YOb2CwZvnvChMxA"},"/repos/preferences":{"post":"cX4EgYBVhGvUxkqLFJkowro7SxkelFGiNWojoV4vge4-c8iCIliDh1qGCT_s4fZlEYPCzvGr91Iy2fGxjfv5yg"}}},"title":"python-language/setup.py at release-v1.4.0 · googleapis/python-language","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}