waf-libs 25.4.7.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. waf-libs-25.4.7.0/LICENSE +201 -0
  2. waf-libs-25.4.7.0/MANIFEST.in +4 -0
  3. waf-libs-25.4.7.0/PKG-INFO +32 -0
  4. waf-libs-25.4.7.0/README.rst +12 -0
  5. waf-libs-25.4.7.0/pyproject.toml +74 -0
  6. waf-libs-25.4.7.0/requirements.txt +6 -0
  7. waf-libs-25.4.7.0/setup.cfg +7 -0
  8. waf-libs-25.4.7.0/setup.py +53 -0
  9. waf-libs-25.4.7.0/source/conf.py +194 -0
  10. waf-libs-25.4.7.0/source/index.rst +20 -0
  11. waf-libs-25.4.7.0/source/waf_libs.egg-info/PKG-INFO +32 -0
  12. waf-libs-25.4.7.0/source/waf_libs.egg-info/SOURCES.txt +48 -0
  13. waf-libs-25.4.7.0/source/waf_libs.egg-info/dependency_links.txt +1 -0
  14. waf-libs-25.4.7.0/source/waf_libs.egg-info/requires.txt +10 -0
  15. waf-libs-25.4.7.0/source/waf_libs.egg-info/top_level.txt +1 -0
  16. waf-libs-25.4.7.0/source/waflibs/VERSION +1 -0
  17. waf-libs-25.4.7.0/source/waflibs/__init__.py +26 -0
  18. waf-libs-25.4.7.0/source/waflibs/arg_parse.py +95 -0
  19. waf-libs-25.4.7.0/source/waflibs/conf.py +67 -0
  20. waf-libs-25.4.7.0/source/waflibs/config.py +132 -0
  21. waf-libs-25.4.7.0/source/waflibs/constants.py +59 -0
  22. waf-libs-25.4.7.0/source/waflibs/database.py +31 -0
  23. waf-libs-25.4.7.0/source/waflibs/dns/__init__.py +94 -0
  24. waf-libs-25.4.7.0/source/waflibs/dns/bind.py +238 -0
  25. waf-libs-25.4.7.0/source/waflibs/dns/mysql.py +450 -0
  26. waf-libs-25.4.7.0/source/waflibs/domain.py +13 -0
  27. waf-libs-25.4.7.0/source/waflibs/env.py +20 -0
  28. waf-libs-25.4.7.0/source/waflibs/error.py +12 -0
  29. waf-libs-25.4.7.0/source/waflibs/filedir.py +162 -0
  30. waf-libs-25.4.7.0/source/waflibs/git.py +45 -0
  31. waf-libs-25.4.7.0/source/waflibs/json.py +18 -0
  32. waf-libs-25.4.7.0/source/waflibs/log.py +84 -0
  33. waf-libs-25.4.7.0/source/waflibs/secrets/__init__.py +1 -0
  34. waf-libs-25.4.7.0/source/waflibs/secrets/bitwarden.py +57 -0
  35. waf-libs-25.4.7.0/source/waflibs/shell.py +71 -0
  36. waf-libs-25.4.7.0/source/waflibs/text.py +52 -0
  37. waf-libs-25.4.7.0/source/waflibs/uri.py +38 -0
  38. waf-libs-25.4.7.0/tests/__init__.py +0 -0
  39. waf-libs-25.4.7.0/tests/dns/__init__.py +0 -0
  40. waf-libs-25.4.7.0/tests/dns/test_bind.py +151 -0
  41. waf-libs-25.4.7.0/tests/dns/test_mysql.py +90 -0
  42. waf-libs-25.4.7.0/tests/test_config.py +233 -0
  43. waf-libs-25.4.7.0/tests/test_database.py +52 -0
  44. waf-libs-25.4.7.0/tests/test_dns.py +57 -0
  45. waf-libs-25.4.7.0/tests/test_domain.py +22 -0
  46. waf-libs-25.4.7.0/tests/test_filedir.py +50 -0
  47. waf-libs-25.4.7.0/tests/test_log.py +43 -0
  48. waf-libs-25.4.7.0/tests/test_text.py +34 -0
  49. waf-libs-25.4.7.0/tests/test_utils.py +56 -0
@@ -0,0 +1,201 @@
1
+ Copyright 2017-2018, Felix Wong
2
+
3
+ Licensed under the Apache License, Version 2.0 (the "License");
4
+ you may not use this file except in compliance with the License.
5
+ You may obtain a copy of the License at
6
+
7
+ http://www.apache.org/licenses/LICENSE-2.0
8
+
9
+ Unless required by applicable law or agreed to in writing, software
10
+ distributed under the License is distributed on an "AS IS" BASIS,
11
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ See the License for the specific language governing permissions and
13
+ limitations under the License.
14
+
15
+ Apache License
16
+ Version 2.0, January 2004
17
+ http://www.apache.org/licenses/
18
+
19
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
20
+
21
+ 1. Definitions.
22
+
23
+ "License" shall mean the terms and conditions for use, reproduction,
24
+ and distribution as defined by Sections 1 through 9 of this document.
25
+
26
+ "Licensor" shall mean the copyright owner or entity authorized by
27
+ the copyright owner that is granting the License.
28
+
29
+ "Legal Entity" shall mean the union of the acting entity and all
30
+ other entities that control, are controlled by, or are under common
31
+ control with that entity. For the purposes of this definition,
32
+ "control" means (i) the power, direct or indirect, to cause the
33
+ direction or management of such entity, whether by contract or
34
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
35
+ outstanding shares, or (iii) beneficial ownership of such entity.
36
+
37
+ "You" (or "Your") shall mean an individual or Legal Entity
38
+ exercising permissions granted by this License.
39
+
40
+ "Source" form shall mean the preferred form for making modifications,
41
+ including but not limited to software source code, documentation
42
+ source, and configuration files.
43
+
44
+ "Object" form shall mean any form resulting from mechanical
45
+ transformation or translation of a Source form, including but
46
+ not limited to compiled object code, generated documentation,
47
+ and conversions to other media types.
48
+
49
+ "Work" shall mean the work of authorship, whether in Source or
50
+ Object form, made available under the License, as indicated by a
51
+ copyright notice that is included in or attached to the work
52
+ (an example is provided in the Appendix below).
53
+
54
+ "Derivative Works" shall mean any work, whether in Source or Object
55
+ form, that is based on (or derived from) the Work and for which the
56
+ editorial revisions, annotations, elaborations, or other modifications
57
+ represent, as a whole, an original work of authorship. For the purposes
58
+ of this License, Derivative Works shall not include works that remain
59
+ separable from, or merely link (or bind by name) to the interfaces of,
60
+ the Work and Derivative Works thereof.
61
+
62
+ "Contribution" shall mean any work of authorship, including
63
+ the original version of the Work and any modifications or additions
64
+ to that Work or Derivative Works thereof, that is intentionally
65
+ submitted to Licensor for inclusion in the Work by the copyright owner
66
+ or by an individual or Legal Entity authorized to submit on behalf of
67
+ the copyright owner. For the purposes of this definition, "submitted"
68
+ means any form of electronic, verbal, or written communication sent
69
+ to the Licensor or its representatives, including but not limited to
70
+ communication on electronic mailing lists, source code control systems,
71
+ and issue tracking systems that are managed by, or on behalf of, the
72
+ Licensor for the purpose of discussing and improving the Work, but
73
+ excluding communication that is conspicuously marked or otherwise
74
+ designated in writing by the copyright owner as "Not a Contribution."
75
+
76
+ "Contributor" shall mean Licensor and any individual or Legal Entity
77
+ on behalf of whom a Contribution has been received by Licensor and
78
+ subsequently incorporated within the Work.
79
+
80
+ 2. Grant of Copyright License. Subject to the terms and conditions of
81
+ this License, each Contributor hereby grants to You a perpetual,
82
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
83
+ copyright license to reproduce, prepare Derivative Works of,
84
+ publicly display, publicly perform, sublicense, and distribute the
85
+ Work and such Derivative Works in Source or Object form.
86
+
87
+ 3. Grant of Patent License. Subject to the terms and conditions of
88
+ this License, each Contributor hereby grants to You a perpetual,
89
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
90
+ (except as stated in this section) patent license to make, have made,
91
+ use, offer to sell, sell, import, and otherwise transfer the Work,
92
+ where such license applies only to those patent claims licensable
93
+ by such Contributor that are necessarily infringed by their
94
+ Contribution(s) alone or by combination of their Contribution(s)
95
+ with the Work to which such Contribution(s) was submitted. If You
96
+ institute patent litigation against any entity (including a
97
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
98
+ or a Contribution incorporated within the Work constitutes direct
99
+ or contributory patent infringement, then any patent licenses
100
+ granted to You under this License for that Work shall terminate
101
+ as of the date such litigation is filed.
102
+
103
+ 4. Redistribution. You may reproduce and distribute copies of the
104
+ Work or Derivative Works thereof in any medium, with or without
105
+ modifications, and in Source or Object form, provided that You
106
+ meet the following conditions:
107
+
108
+ (a) You must give any other recipients of the Work or
109
+ Derivative Works a copy of this License; and
110
+
111
+ (b) You must cause any modified files to carry prominent notices
112
+ stating that You changed the files; and
113
+
114
+ (c) You must retain, in the Source form of any Derivative Works
115
+ that You distribute, all copyright, patent, trademark, and
116
+ attribution notices from the Source form of the Work,
117
+ excluding those notices that do not pertain to any part of
118
+ the Derivative Works; and
119
+
120
+ (d) If the Work includes a "NOTICE" text file as part of its
121
+ distribution, then any Derivative Works that You distribute must
122
+ include a readable copy of the attribution notices contained
123
+ within such NOTICE file, excluding those notices that do not
124
+ pertain to any part of the Derivative Works, in at least one
125
+ of the following places: within a NOTICE text file distributed
126
+ as part of the Derivative Works; within the Source form or
127
+ documentation, if provided along with the Derivative Works; or,
128
+ within a display generated by the Derivative Works, if and
129
+ wherever such third-party notices normally appear. The contents
130
+ of the NOTICE file are for informational purposes only and
131
+ do not modify the License. You may add Your own attribution
132
+ notices within Derivative Works that You distribute, alongside
133
+ or as an addendum to the NOTICE text from the Work, provided
134
+ that such additional attribution notices cannot be construed
135
+ as modifying the License.
136
+
137
+ You may add Your own copyright statement to Your modifications and
138
+ may provide additional or different license terms and conditions
139
+ for use, reproduction, or distribution of Your modifications, or
140
+ for any such Derivative Works as a whole, provided Your use,
141
+ reproduction, and distribution of the Work otherwise complies with
142
+ the conditions stated in this License.
143
+
144
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
145
+ any Contribution intentionally submitted for inclusion in the Work
146
+ by You to the Licensor shall be under the terms and conditions of
147
+ this License, without any additional terms or conditions.
148
+ Notwithstanding the above, nothing herein shall supersede or modify
149
+ the terms of any separate license agreement you may have executed
150
+ with Licensor regarding such Contributions.
151
+
152
+ 6. Trademarks. This License does not grant permission to use the trade
153
+ names, trademarks, service marks, or product names of the Licensor,
154
+ except as required for reasonable and customary use in describing the
155
+ origin of the Work and reproducing the content of the NOTICE file.
156
+
157
+ 7. Disclaimer of Warranty. Unless required by applicable law or
158
+ agreed to in writing, Licensor provides the Work (and each
159
+ Contributor provides its Contributions) on an "AS IS" BASIS,
160
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
161
+ implied, including, without limitation, any warranties or conditions
162
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
163
+ PARTICULAR PURPOSE. You are solely responsible for determining the
164
+ appropriateness of using or redistributing the Work and assume any
165
+ risks associated with Your exercise of permissions under this License.
166
+
167
+ 8. Limitation of Liability. In no event and under no legal theory,
168
+ whether in tort (including negligence), contract, or otherwise,
169
+ unless required by applicable law (such as deliberate and grossly
170
+ negligent acts) or agreed to in writing, shall any Contributor be
171
+ liable to You for damages, including any direct, indirect, special,
172
+ incidental, or consequential damages of any character arising as a
173
+ result of this License or out of the use or inability to use the
174
+ Work (including but not limited to damages for loss of goodwill,
175
+ work stoppage, computer failure or malfunction, or any and all
176
+ other commercial damages or losses), even if such Contributor
177
+ has been advised of the possibility of such damages.
178
+
179
+ 9. Accepting Warranty or Additional Liability. While redistributing
180
+ the Work or Derivative Works thereof, You may choose to offer,
181
+ and charge a fee for, acceptance of support, warranty, indemnity,
182
+ or other liability obligations and/or rights consistent with this
183
+ License. However, in accepting such obligations, You may act only
184
+ on Your own behalf and on Your sole responsibility, not on behalf
185
+ of any other Contributor, and only if You agree to indemnify,
186
+ defend, and hold each Contributor harmless for any liability
187
+ incurred by, or claims asserted against, such Contributor by reason
188
+ of your accepting any such warranty or additional liability.
189
+
190
+ END OF TERMS AND CONDITIONS
191
+
192
+ APPENDIX: How to apply the Apache License to your work.
193
+
194
+ To apply the Apache License to your work, attach the following
195
+ boilerplate notice, with the fields enclosed by brackets "{}"
196
+ replaced with your own identifying information. (Don't include
197
+ the brackets!) The text should be enclosed in the appropriate
198
+ comment syntax for the file format. We also recommend that a
199
+ file or class name and description of purpose be included on the
200
+ same "printed page" as the copyright notice for easier
201
+ identification within third-party archives.
@@ -0,0 +1,4 @@
1
+ include CHANGES LICENSE README.rst VERSION
2
+ include pyproject.toml setup.cfg setup.py requirements.txt
3
+ graft tests
4
+ graft source
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.1
2
+ Name: waf-libs
3
+ Version: 25.4.7.0
4
+ Summary: waf libs
5
+ Home-page: https://bitbucket.org/waf/waflibs
6
+ Author: Felix Wong
7
+ Author-email: felix@waf.hk
8
+ License: Apache
9
+ Description: ============
10
+ waflibs
11
+ ============
12
+
13
+ various terrible helper functions for stuff
14
+
15
+
16
+ NOTE: this library only supports python 3 and above
17
+
18
+ usage
19
+ -------------
20
+ see `USAGE.rst <https://bitbucket.org/waf/waflibs/src/main/USAGE.rst>`_
21
+
22
+ Keywords: waf-lib waf-libs waf libs waflibs lib waflib
23
+ Platform: UNKNOWN
24
+ Classifier: Development Status :: 3 - Alpha
25
+ Classifier: Intended Audience :: Developers
26
+ Classifier: Topic :: Software Development :: Build Tools
27
+ Classifier: License :: OSI Approved :: Apache Software License
28
+ Classifier: Programming Language :: Python :: 3
29
+ Classifier: Programming Language :: Python :: 3.7
30
+ Classifier: Programming Language :: Python :: 3.8
31
+ Classifier: Programming Language :: Python :: 3.9
32
+ Provides-Extra: test
@@ -0,0 +1,12 @@
1
+ ============
2
+ waflibs
3
+ ============
4
+
5
+ various terrible helper functions for stuff
6
+
7
+
8
+ NOTE: this library only supports python 3 and above
9
+
10
+ usage
11
+ -------------
12
+ see `USAGE.rst <https://bitbucket.org/waf/waflibs/src/main/USAGE.rst>`_
@@ -0,0 +1,74 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "waf-libs"
7
+ dynamic = ["version"]
8
+ description = "waf libs"
9
+ readme = "README.rst"
10
+ license = {file = "LICENSE"}
11
+ authors = [
12
+ { name = "Felix Wong", email = "felix@waf.hk" },
13
+ ]
14
+ keywords = [
15
+ "lib",
16
+ "libs",
17
+ "waf",
18
+ "waflib",
19
+ "waf-libs",
20
+ "waflibs",
21
+ "waf-lib",
22
+ "waflibs",
23
+ ]
24
+ classifiers = [
25
+ "Development Status :: 3 - Alpha",
26
+ "Intended Audience :: Developers",
27
+ "License :: OSI Approved :: Apache Software License",
28
+ "Programming Language :: Python :: 3",
29
+ "Programming Language :: Python :: 3.7",
30
+ "Programming Language :: Python :: 3.8",
31
+ "Programming Language :: Python :: 3.9",
32
+ "Topic :: Software Development :: Build Tools",
33
+ ]
34
+ dependencies = [
35
+ "bitwarden-sdk<0.1.1",
36
+ "dnspython",
37
+ "mysql-connector-python>=8.0",
38
+ "psycopg-binary",
39
+ "psycopg[binary]",
40
+ "pyyaml",
41
+ ]
42
+
43
+ [project.optional-dependencies]
44
+ test = [
45
+ "nose",
46
+ "unittest",
47
+ ]
48
+
49
+ [project.urls]
50
+ Homepage = "https://bitbucket.org/waf/waflibs"
51
+
52
+ [tool.hatch.version]
53
+ path = "source/waflibs/VERSION"
54
+ pattern = "(?P<version>[\\d.]+)"
55
+
56
+ [tool.hatch.build.targets.wheel]
57
+ packages = [
58
+ "source/waflibs",
59
+ ]
60
+
61
+ [tool.hatch.build.targets.sdist]
62
+ include = [
63
+ "/source",
64
+ ]
65
+
66
+ [tool.setuptools.dynamic]
67
+ version = {file = ["source/waflibs/VERSION"]}
68
+ readme = {file = ["README.rst", "USAGE.rst"]}
69
+
70
+ [tool.setuptools.packages.find]
71
+ where = ["."]
72
+
73
+ [tool.setuptools.package-data]
74
+ waflibs = ["source/waflibs/VERSION"]
@@ -0,0 +1,6 @@
1
+ bitwarden-sdk>0.1.1
2
+ dnspython
3
+ mysql-connector-python>=8.0
4
+ psycopg-binary
5
+ psycopg[binary]
6
+ pyyaml
@@ -0,0 +1,7 @@
1
+ [bdist_wheel]
2
+ universal = 1
3
+
4
+ [egg_info]
5
+ tag_build =
6
+ tag_date = 0
7
+
@@ -0,0 +1,53 @@
1
+ """A setuptools based setup module.
2
+
3
+ See:
4
+ https://packaging.python.org/en/latest/distributing.html
5
+ https://github.com/pypa/sampleproject
6
+ """
7
+
8
+ import pathlib
9
+ from codecs import open
10
+
11
+ from setuptools import find_packages, setup
12
+
13
+ here = pathlib.Path(__file__).parent.resolve()
14
+
15
+ with open(pathlib.Path(here, "README.rst"), encoding="utf-8") as f:
16
+ long_description = f.read()
17
+
18
+ setup(
19
+ name="waf-libs",
20
+ version=open(pathlib.Path(here, "source", "waflibs", "VERSION")).read().strip(),
21
+ description="waf libs",
22
+ long_description=long_description,
23
+ url="https://bitbucket.org/waf/waflibs",
24
+ author="Felix Wong",
25
+ author_email="felix@waf.hk",
26
+ license="Apache",
27
+ classifiers=[
28
+ "Development Status :: 3 - Alpha",
29
+ "Intended Audience :: Developers",
30
+ "Topic :: Software Development :: Build Tools",
31
+ "License :: OSI Approved :: Apache Software License",
32
+ "Programming Language :: Python :: 3",
33
+ "Programming Language :: Python :: 3.7",
34
+ "Programming Language :: Python :: 3.8",
35
+ "Programming Language :: Python :: 3.9",
36
+ ],
37
+ keywords="waf-lib waf-libs waf libs waflibs lib waflib",
38
+ packages=find_packages("source"),
39
+ package_dir={"": "source"},
40
+ install_requires=pathlib.Path(here, "requirements.txt")
41
+ .read_text(encoding="utf-8")
42
+ .splitlines(),
43
+ extras_require={
44
+ "test": ["unittest", "nose"],
45
+ },
46
+ test_suite="nose2.collector.collector",
47
+ include_package_data=True,
48
+ package_data={
49
+ "": [
50
+ "VERSION",
51
+ ]
52
+ },
53
+ )
@@ -0,0 +1,194 @@
1
+ # -*- coding: utf-8 -*-
2
+ #
3
+ # Configuration file for the Sphinx documentation builder.
4
+ #
5
+ # This file does only contain a selection of the most common options. For a
6
+ # full list see the documentation:
7
+ # http://www.sphinx-doc.org/en/master/config
8
+
9
+ # -- Path setup --------------------------------------------------------------
10
+
11
+ # If extensions (or modules to document with autodoc) are in another directory,
12
+ # add these directories to sys.path here. If the directory is relative to the
13
+ # documentation root, use os.path.abspath to make it absolute, like shown here.
14
+ #
15
+ # import os
16
+ # import sys
17
+ # sys.path.insert(0, os.path.abspath('.'))
18
+
19
+
20
+ # -- Project information -----------------------------------------------------
21
+
22
+ project = "waf libs"
23
+ copyright = "2022, Felix Wong"
24
+ author = "Felix Wong"
25
+
26
+ # The short X.Y version
27
+ version = ""
28
+ # The full version, including alpha/beta/rc tags
29
+ release = "2022.01.03"
30
+
31
+
32
+ # -- General configuration ---------------------------------------------------
33
+
34
+ # If your documentation needs a minimal Sphinx version, state it here.
35
+ #
36
+ # needs_sphinx = '1.0'
37
+
38
+ # Add any Sphinx extension module names here, as strings. They can be
39
+ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
40
+ # ones.
41
+ extensions = [
42
+ "sphinx.ext.autodoc",
43
+ "sphinx.ext.doctest",
44
+ "sphinx.ext.intersphinx",
45
+ "sphinx.ext.todo",
46
+ "sphinx.ext.coverage",
47
+ "sphinx.ext.imgmath",
48
+ "sphinx.ext.ifconfig",
49
+ "sphinx.ext.viewcode",
50
+ "sphinx.ext.githubpages",
51
+ ]
52
+
53
+ # Add any paths that contain templates here, relative to this directory.
54
+ templates_path = ["_templates"]
55
+
56
+ # The suffix(es) of source filenames.
57
+ # You can specify multiple suffix as a list of string:
58
+ #
59
+ # source_suffix = ['.rst', '.md']
60
+ source_suffix = ".rst"
61
+
62
+ # The master toctree document.
63
+ master_doc = "index"
64
+
65
+ # The language for content autogenerated by Sphinx. Refer to documentation
66
+ # for a list of supported languages.
67
+ #
68
+ # This is also used if you do content translation via gettext catalogs.
69
+ # Usually you set "language" from the command line for these cases.
70
+ language = None
71
+
72
+ # List of patterns, relative to source directory, that match files and
73
+ # directories to ignore when looking for source files.
74
+ # This pattern also affects html_static_path and html_extra_path.
75
+ exclude_patterns = []
76
+
77
+ # The name of the Pygments (syntax highlighting) style to use.
78
+ pygments_style = None
79
+
80
+
81
+ # -- Options for HTML output -------------------------------------------------
82
+
83
+ # The theme to use for HTML and HTML Help pages. See the documentation for
84
+ # a list of builtin themes.
85
+ #
86
+ html_theme = "alabaster"
87
+
88
+ # Theme options are theme-specific and customize the look and feel of a theme
89
+ # further. For a list of options available for each theme, see the
90
+ # documentation.
91
+ #
92
+ # html_theme_options = {}
93
+
94
+ # Add any paths that contain custom static files (such as style sheets) here,
95
+ # relative to this directory. They are copied after the builtin static files,
96
+ # so a file named "default.css" will overwrite the builtin "default.css".
97
+ html_static_path = ["_static"]
98
+
99
+ # Custom sidebar templates, must be a dictionary that maps document names
100
+ # to template names.
101
+ #
102
+ # The default sidebars (for documents that don't match any pattern) are
103
+ # defined by theme itself. Builtin themes are using these templates by
104
+ # default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
105
+ # 'searchbox.html']``.
106
+ #
107
+ # html_sidebars = {}
108
+
109
+
110
+ # -- Options for HTMLHelp output ---------------------------------------------
111
+
112
+ # Output file base name for HTML help builder.
113
+ htmlhelp_basename = "waflibsdoc"
114
+
115
+
116
+ # -- Options for LaTeX output ------------------------------------------------
117
+
118
+ latex_elements = {
119
+ # The paper size ('letterpaper' or 'a4paper').
120
+ #
121
+ # 'papersize': 'letterpaper',
122
+ # The font size ('10pt', '11pt' or '12pt').
123
+ #
124
+ # 'pointsize': '10pt',
125
+ # Additional stuff for the LaTeX preamble.
126
+ #
127
+ # 'preamble': '',
128
+ # Latex figure (float) alignment
129
+ #
130
+ # 'figure_align': 'htbp',
131
+ }
132
+
133
+ # Grouping the document tree into LaTeX files. List of tuples
134
+ # (source start file, target name, title,
135
+ # author, documentclass [howto, manual, or own class]).
136
+ latex_documents = [
137
+ (master_doc, "waflibs.tex", "waf libs Documentation", "Felix Wong", "manual"),
138
+ ]
139
+
140
+
141
+ # -- Options for manual page output ------------------------------------------
142
+
143
+ # One entry per manual page. List of tuples
144
+ # (source start file, name, description, authors, manual section).
145
+ man_pages = [(master_doc, "waflibs", "waf libs Documentation", [author], 1)]
146
+
147
+
148
+ # -- Options for Texinfo output ----------------------------------------------
149
+
150
+ # Grouping the document tree into Texinfo files. List of tuples
151
+ # (source start file, target name, title, author,
152
+ # dir menu entry, description, category)
153
+ texinfo_documents = [
154
+ (
155
+ master_doc,
156
+ "waflibs",
157
+ "waf libs Documentation",
158
+ author,
159
+ "waflibs",
160
+ "One line description of project.",
161
+ "Miscellaneous",
162
+ ),
163
+ ]
164
+
165
+
166
+ # -- Options for Epub output -------------------------------------------------
167
+
168
+ # Bibliographic Dublin Core info.
169
+ epub_title = project
170
+
171
+ # The unique identifier of the text. This can be a ISBN number
172
+ # or the project homepage.
173
+ #
174
+ # epub_identifier = ''
175
+
176
+ # A unique identification for the text.
177
+ #
178
+ # epub_uid = ''
179
+
180
+ # A list of files that should not be packed into the epub file.
181
+ epub_exclude_files = ["search.html"]
182
+
183
+
184
+ # -- Extension configuration -------------------------------------------------
185
+
186
+ # -- Options for intersphinx extension ---------------------------------------
187
+
188
+ # Example configuration for intersphinx: refer to the Python standard library.
189
+ intersphinx_mapping = {"https://docs.python.org/": None}
190
+
191
+ # -- Options for todo extension ----------------------------------------------
192
+
193
+ # If true, `todo` and `todoList` produce output, else they produce nothing.
194
+ todo_include_todos = True
@@ -0,0 +1,20 @@
1
+ .. waf libs documentation master file, created by
2
+ sphinx-quickstart on Mon Jan 3 15:24:22 2022.
3
+ You can adapt this file completely to your liking, but it should at least
4
+ contain the root `toctree` directive.
5
+
6
+ Welcome to waf libs's documentation!
7
+ ====================================
8
+
9
+ .. toctree::
10
+ :maxdepth: 2
11
+ :caption: Contents:
12
+
13
+
14
+
15
+ Indices and tables
16
+ ==================
17
+
18
+ * :ref:`genindex`
19
+ * :ref:`modindex`
20
+ * :ref:`search`
@@ -0,0 +1,32 @@
1
+ Metadata-Version: 2.1
2
+ Name: waf-libs
3
+ Version: 25.4.7.0
4
+ Summary: waf libs
5
+ Home-page: https://bitbucket.org/waf/waflibs
6
+ Author: Felix Wong
7
+ Author-email: felix@waf.hk
8
+ License: Apache
9
+ Description: ============
10
+ waflibs
11
+ ============
12
+
13
+ various terrible helper functions for stuff
14
+
15
+
16
+ NOTE: this library only supports python 3 and above
17
+
18
+ usage
19
+ -------------
20
+ see `USAGE.rst <https://bitbucket.org/waf/waflibs/src/main/USAGE.rst>`_
21
+
22
+ Keywords: waf-lib waf-libs waf libs waflibs lib waflib
23
+ Platform: UNKNOWN
24
+ Classifier: Development Status :: 3 - Alpha
25
+ Classifier: Intended Audience :: Developers
26
+ Classifier: Topic :: Software Development :: Build Tools
27
+ Classifier: License :: OSI Approved :: Apache Software License
28
+ Classifier: Programming Language :: Python :: 3
29
+ Classifier: Programming Language :: Python :: 3.7
30
+ Classifier: Programming Language :: Python :: 3.8
31
+ Classifier: Programming Language :: Python :: 3.9
32
+ Provides-Extra: test