pylego 0.1.3__tar.gz → 0.1.5__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: pylego
3
- Version: 0.1.3
3
+ Version: 0.1.5
4
4
  Summary: A python wrapper package for the lego application written in Golang
5
5
  Author-email: Canonical <telco-engineers@lists.canonical.com>
6
6
  Project-URL: Homepage, https://github.com/canonical/pylego
@@ -13,6 +13,7 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Provides-Extra: test
15
15
  Requires-Dist: pytest; extra == "test"
16
+ Requires-Dist: requests; extra == "test"
16
17
  Requires-Dist: ruff; extra == "test"
17
18
 
18
19
  # pylego
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pylego"
3
- version = "0.1.3"
3
+ version = "0.1.5"
4
4
  authors = [
5
5
  { name="Canonical", email="telco-engineers@lists.canonical.com" },
6
6
  ]
@@ -16,6 +16,7 @@ classifiers = [
16
16
  [project.optional-dependencies]
17
17
  test = [
18
18
  "pytest",
19
+ "requests",
19
20
  "ruff"
20
21
  ]
21
22
 
@@ -34,7 +35,7 @@ package-dir = {"" = "src"}
34
35
  where = ["src"]
35
36
 
36
37
  [tool.setuptools.package-data]
37
- pylego = ["lego.so"]
38
+ pylego = ["lego.so", "lego.go", "go.mod", "go.sum"]
38
39
 
39
40
  # Linting tools configuration
40
41
  [tool.ruff]
@@ -0,0 +1,173 @@
1
+ module github.com/canonical/pylego
2
+
3
+ go 1.22.5
4
+
5
+ require github.com/go-acme/lego/v4 v4.17.4
6
+
7
+ require (
8
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
9
+ github.com/AdamSLevy/jsonrpc2/v14 v14.1.0 // indirect
10
+ github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
11
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.12.0 // indirect
12
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect
13
+ github.com/Azure/azure-sdk-for-go/sdk/internal v1.9.0 // indirect
14
+ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/dns/armdns v1.2.0 // indirect
15
+ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/privatedns/armprivatedns v1.2.0 // indirect
16
+ github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0 // indirect
17
+ github.com/Azure/go-autorest v14.2.0+incompatible // indirect
18
+ github.com/Azure/go-autorest/autorest v0.11.29 // indirect
19
+ github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
20
+ github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 // indirect
21
+ github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect
22
+ github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
23
+ github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
24
+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
25
+ github.com/Azure/go-autorest/tracing v0.6.0 // indirect
26
+ github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
27
+ github.com/OpenDNS/vegadns2client v0.0.0-20180418235048-a3fa4a771d87 // indirect
28
+ github.com/akamai/AkamaiOPEN-edgegrid-golang v1.2.2 // indirect
29
+ github.com/aliyun/alibaba-cloud-sdk-go v1.62.712 // indirect
30
+ github.com/aws/aws-sdk-go-v2 v1.27.2 // indirect
31
+ github.com/aws/aws-sdk-go-v2/config v1.27.18 // indirect
32
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.18 // indirect
33
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.5 // indirect
34
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.9 // indirect
35
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.9 // indirect
36
+ github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect
37
+ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2 // indirect
38
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.11 // indirect
39
+ github.com/aws/aws-sdk-go-v2/service/lightsail v1.38.3 // indirect
40
+ github.com/aws/aws-sdk-go-v2/service/route53 v1.40.10 // indirect
41
+ github.com/aws/aws-sdk-go-v2/service/sso v1.20.11 // indirect
42
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.24.5 // indirect
43
+ github.com/aws/aws-sdk-go-v2/service/sts v1.28.12 // indirect
44
+ github.com/aws/smithy-go v1.20.2 // indirect
45
+ github.com/benbjohnson/clock v1.3.0 // indirect
46
+ github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
47
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
48
+ github.com/civo/civogo v0.3.11 // indirect
49
+ github.com/cloudflare/cloudflare-go v0.97.0 // indirect
50
+ github.com/cpu/goacmedns v0.1.1 // indirect
51
+ github.com/davecgh/go-spew v1.1.1 // indirect
52
+ github.com/deepmap/oapi-codegen v1.9.1 // indirect
53
+ github.com/dimchansky/utfbom v1.1.1 // indirect
54
+ github.com/dnsimple/dnsimple-go v1.7.0 // indirect
55
+ github.com/exoscale/egoscale v0.102.3 // indirect
56
+ github.com/fatih/structs v1.1.0 // indirect
57
+ github.com/felixge/httpsnoop v1.0.4 // indirect
58
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
59
+ github.com/ghodss/yaml v1.0.0 // indirect
60
+ github.com/go-errors/errors v1.0.1 // indirect
61
+ github.com/go-jose/go-jose/v4 v4.0.2 // indirect
62
+ github.com/go-logr/logr v1.4.1 // indirect
63
+ github.com/go-logr/stdr v1.2.2 // indirect
64
+ github.com/go-resty/resty/v2 v2.11.0 // indirect
65
+ github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
66
+ github.com/goccy/go-json v0.10.3 // indirect
67
+ github.com/gofrs/flock v0.8.1 // indirect
68
+ github.com/gofrs/uuid v4.4.0+incompatible // indirect
69
+ github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
70
+ github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
71
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
72
+ github.com/golang/protobuf v1.5.4 // indirect
73
+ github.com/google/go-querystring v1.1.0 // indirect
74
+ github.com/google/s2a-go v0.1.7 // indirect
75
+ github.com/google/uuid v1.6.0 // indirect
76
+ github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
77
+ github.com/googleapis/gax-go/v2 v2.12.3 // indirect
78
+ github.com/gophercloud/gophercloud v1.12.0 // indirect
79
+ github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56 // indirect
80
+ github.com/hashicorp/errwrap v1.0.0 // indirect
81
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
82
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
83
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
84
+ github.com/hashicorp/go-uuid v1.0.3 // indirect
85
+ github.com/iij/doapi v0.0.0-20190504054126-0bbf12d6d7df // indirect
86
+ github.com/infobloxopen/infoblox-go-client v1.1.1 // indirect
87
+ github.com/jmespath/go-jmespath v0.4.0 // indirect
88
+ github.com/json-iterator/go v1.1.12 // indirect
89
+ github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
90
+ github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
91
+ github.com/kylelemons/godebug v1.1.0 // indirect
92
+ github.com/labbsr0x/bindman-dns-webhook v1.0.2 // indirect
93
+ github.com/labbsr0x/goh v1.0.1 // indirect
94
+ github.com/linode/linodego v1.28.0 // indirect
95
+ github.com/liquidweb/liquidweb-cli v0.6.9 // indirect
96
+ github.com/liquidweb/liquidweb-go v1.6.4 // indirect
97
+ github.com/mattn/go-isatty v0.0.20 // indirect
98
+ github.com/miekg/dns v1.1.59 // indirect
99
+ github.com/mimuret/golang-iij-dpf v0.9.1 // indirect
100
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
101
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
102
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
103
+ github.com/modern-go/reflect2 v1.0.2 // indirect
104
+ github.com/namedotcom/go v0.0.0-20180403034216-08470befbe04 // indirect
105
+ github.com/nrdcg/auroradns v1.1.0 // indirect
106
+ github.com/nrdcg/bunny-go v0.0.0-20240207213615-dde5bf4577a3 // indirect
107
+ github.com/nrdcg/desec v0.8.0 // indirect
108
+ github.com/nrdcg/dnspod-go v0.4.0 // indirect
109
+ github.com/nrdcg/freemyip v0.2.0 // indirect
110
+ github.com/nrdcg/goinwx v0.10.0 // indirect
111
+ github.com/nrdcg/mailinabox v0.2.0 // indirect
112
+ github.com/nrdcg/namesilo v0.2.1 // indirect
113
+ github.com/nrdcg/nodion v0.1.0 // indirect
114
+ github.com/nrdcg/porkbun v0.3.0 // indirect
115
+ github.com/nzdjb/go-metaname v1.0.0 // indirect
116
+ github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect
117
+ github.com/oracle/oci-go-sdk/v65 v65.63.1 // indirect
118
+ github.com/ovh/go-ovh v1.5.1 // indirect
119
+ github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
120
+ github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
121
+ github.com/pkg/errors v0.9.1 // indirect
122
+ github.com/pmezard/go-difflib v1.0.0 // indirect
123
+ github.com/pquerna/otp v1.4.0 // indirect
124
+ github.com/sacloud/api-client-go v0.2.10 // indirect
125
+ github.com/sacloud/go-http v0.1.8 // indirect
126
+ github.com/sacloud/iaas-api-go v1.12.0 // indirect
127
+ github.com/sacloud/packages-go v0.0.10 // indirect
128
+ github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27 // indirect
129
+ github.com/selectel/domains-go v1.1.0 // indirect
130
+ github.com/selectel/go-selvpcclient/v3 v3.1.1 // indirect
131
+ github.com/shopspring/decimal v1.3.1 // indirect
132
+ github.com/sirupsen/logrus v1.9.3 // indirect
133
+ github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9 // indirect
134
+ github.com/softlayer/softlayer-go v1.1.5 // indirect
135
+ github.com/softlayer/xmlrpc v0.0.0-20200409220501-5f089df7cb7e // indirect
136
+ github.com/sony/gobreaker v0.5.0 // indirect
137
+ github.com/spf13/cast v1.3.1 // indirect
138
+ github.com/stretchr/objx v0.5.2 // indirect
139
+ github.com/stretchr/testify v1.9.0 // indirect
140
+ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.898 // indirect
141
+ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dnspod v1.0.898 // indirect
142
+ github.com/transip/gotransip/v6 v6.23.0 // indirect
143
+ github.com/ultradns/ultradns-go-sdk v1.6.1-20231103022937-8589b6a // indirect
144
+ github.com/vinyldns/go-vinyldns v0.9.16 // indirect
145
+ github.com/vultr/govultr/v2 v2.17.2 // indirect
146
+ github.com/yandex-cloud/go-genproto v0.0.0-20240318083951-4fe6125f286e // indirect
147
+ github.com/yandex-cloud/go-sdk v0.0.0-20240318084659-dfa50323a0b4 // indirect
148
+ go.opencensus.io v0.24.0 // indirect
149
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
150
+ go.opentelemetry.io/otel v1.24.0 // indirect
151
+ go.opentelemetry.io/otel/metric v1.24.0 // indirect
152
+ go.opentelemetry.io/otel/trace v1.24.0 // indirect
153
+ go.uber.org/ratelimit v0.3.0 // indirect
154
+ golang.org/x/crypto v0.24.0 // indirect
155
+ golang.org/x/mod v0.18.0 // indirect
156
+ golang.org/x/net v0.26.0 // indirect
157
+ golang.org/x/oauth2 v0.21.0 // indirect
158
+ golang.org/x/sync v0.7.0 // indirect
159
+ golang.org/x/sys v0.21.0 // indirect
160
+ golang.org/x/text v0.16.0 // indirect
161
+ golang.org/x/time v0.5.0 // indirect
162
+ golang.org/x/tools v0.22.0 // indirect
163
+ google.golang.org/api v0.172.0 // indirect
164
+ google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
165
+ google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
166
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
167
+ google.golang.org/grpc v1.63.1 // indirect
168
+ google.golang.org/protobuf v1.33.0 // indirect
169
+ gopkg.in/ini.v1 v1.67.0 // indirect
170
+ gopkg.in/ns1/ns1-go.v2 v2.7.13 // indirect
171
+ gopkg.in/yaml.v2 v2.4.0 // indirect
172
+ gopkg.in/yaml.v3 v3.0.1 // indirect
173
+ )