projen-modules 0.0.9__tar.gz → 0.0.11__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: projen_modules
3
- Version: 0.0.9
3
+ Version: 0.0.11
4
4
  Summary: projen-modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -21,4 +21,11 @@ Requires-Python: ~=3.8
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
 
24
- # replace this
24
+ # Projen Modules
25
+
26
+ ## Getting started
27
+
28
+ ```
29
+ yarn install
30
+ npx projen build
31
+ ```
@@ -0,0 +1,8 @@
1
+ # Projen Modules
2
+
3
+ ## Getting started
4
+
5
+ ```
6
+ yarn install
7
+ npx projen build
8
+ ```
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "projen_modules",
8
- "version": "0.0.9",
8
+ "version": "0.0.11",
9
9
  "description": "projen-modules",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/daveshepherd/projen-modules.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "projen_modules._jsii": [
29
- "projen-modules@0.0.9.jsii.tgz"
29
+ "projen-modules@0.0.11.jsii.tgz"
30
30
  ],
31
31
  "projen_modules": [
32
32
  "py.typed"
@@ -1,5 +1,12 @@
1
1
  r'''
2
- # replace this
2
+ # Projen Modules
3
+
4
+ ## Getting started
5
+
6
+ ```
7
+ yarn install
8
+ npx projen build
9
+ ```
3
10
  '''
4
11
  from pkgutil import extend_path
5
12
  __path__ = extend_path(__path__, __name__)
@@ -33,6 +40,11 @@ class JsiiProject(
33
40
  metaclass=jsii.JSIIMeta,
34
41
  jsii_type="projen-modules.JsiiProject",
35
42
  ):
43
+ '''A JSII project in TypeScript.
44
+
45
+ :pjid: jsii-project
46
+ '''
47
+
36
48
  def __init__(
37
49
  self,
38
50
  *,
@@ -3623,6 +3635,11 @@ class NpmPackage(
3623
3635
  metaclass=jsii.JSIIMeta,
3624
3636
  jsii_type="projen-modules.NpmPackage",
3625
3637
  ):
3638
+ '''A NPM/node package in TypeScript.
3639
+
3640
+ :pjid: npm-package
3641
+ '''
3642
+
3626
3643
  def __init__(
3627
3644
  self,
3628
3645
  *,
@@ -6867,6 +6884,11 @@ class PythonPackage(
6867
6884
  metaclass=jsii.JSIIMeta,
6868
6885
  jsii_type="projen-modules.PythonPackage",
6869
6886
  ):
6887
+ '''A Python package.
6888
+
6889
+ :pjid: python-package
6890
+ '''
6891
+
6870
6892
  def __init__(
6871
6893
  self,
6872
6894
  *,
@@ -17,7 +17,7 @@ import constructs._jsii
17
17
  import projen._jsii
18
18
 
19
19
  __jsii_assembly__ = jsii.JSIIAssembly.load(
20
- "projen-modules", "0.0.9", __name__[0:-6], "projen-modules@0.0.9.jsii.tgz"
20
+ "projen-modules", "0.0.11", __name__[0:-6], "projen-modules@0.0.11.jsii.tgz"
21
21
  )
22
22
 
23
23
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: projen-modules
3
- Version: 0.0.9
3
+ Version: 0.0.11
4
4
  Summary: projen-modules
5
5
  Home-page: https://github.com/daveshepherd/projen-modules.git
6
6
  Author: Dave Shepherd<dave.shepherd@endor.me.uk>
@@ -21,4 +21,11 @@ Requires-Python: ~=3.8
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
 
24
- # replace this
24
+ # Projen Modules
25
+
26
+ ## Getting started
27
+
28
+ ```
29
+ yarn install
30
+ npx projen build
31
+ ```
@@ -11,4 +11,4 @@ src/projen_modules.egg-info/dependency_links.txt
11
11
  src/projen_modules.egg-info/requires.txt
12
12
  src/projen_modules.egg-info/top_level.txt
13
13
  src/projen_modules/_jsii/__init__.py
14
- src/projen_modules/_jsii/projen-modules@0.0.9.jsii.tgz
14
+ src/projen_modules/_jsii/projen-modules@0.0.11.jsii.tgz
@@ -1 +0,0 @@
1
- # replace this
File without changes