certcrypt-cli 0.0.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.
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# CERTCRYPT-specific
|
|
2
|
+
# ·················
|
|
3
|
+
*.autogen.*
|
|
4
|
+
*.certcrypt.*
|
|
5
|
+
*.confidential.*
|
|
6
|
+
*.secrets.*
|
|
7
|
+
*.local.*
|
|
8
|
+
automations/
|
|
9
|
+
# CONFIDENTIAL--*
|
|
10
|
+
# Makefile
|
|
11
|
+
RESOURCES_FOR_AGENTS/
|
|
12
|
+
MYSQL/
|
|
13
|
+
TMP/
|
|
14
|
+
|
|
15
|
+
# Version Control
|
|
16
|
+
# ·················
|
|
17
|
+
# Git
|
|
18
|
+
.git/
|
|
19
|
+
# Another version control systems
|
|
20
|
+
.svn/
|
|
21
|
+
.hg/
|
|
22
|
+
.cvsignore
|
|
23
|
+
.stfolder/
|
|
24
|
+
.stignore
|
|
25
|
+
.claude
|
|
26
|
+
.obsidian/
|
|
27
|
+
|
|
28
|
+
# Dependencies
|
|
29
|
+
/node_modules
|
|
30
|
+
|
|
31
|
+
# Production
|
|
32
|
+
/build
|
|
33
|
+
|
|
34
|
+
# Generated files
|
|
35
|
+
.docusaurus
|
|
36
|
+
.cache-loader
|
|
37
|
+
|
|
38
|
+
# Misc
|
|
39
|
+
.DS_Store
|
|
40
|
+
*.bak
|
|
41
|
+
*.bak-*
|
|
42
|
+
.env.local
|
|
43
|
+
.env.development.local
|
|
44
|
+
.env.test.local
|
|
45
|
+
.env.production.local
|
|
46
|
+
|
|
47
|
+
npm-debug.log*
|
|
48
|
+
yarn-debug.log*
|
|
49
|
+
yarn-error.log*
|
|
50
|
+
|
|
51
|
+
.codex_write_probe
|
|
52
|
+
|
|
53
|
+
.fake
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Copyright (c) 2025-2026 CERTCRYPT, S.L. or its affiliates. All rights reserved. No license is granted.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: certcrypt-cli
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Reserved for CERTCRYPT — see https://certcrypt.com
|
|
5
|
+
Project-URL: Homepage, https://certcrypt.com
|
|
6
|
+
Author-email: "CERTCRYPT, S.L." <opensource@certcrypt.com>
|
|
7
|
+
License-File: LICENSE
|
|
8
|
+
Requires-Python: >=3.8
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
Reserved for CERTCRYPT. See https://certcrypt.com
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Reserved for CERTCRYPT. See https://certcrypt.com
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "certcrypt-cli"
|
|
3
|
+
version = "0.0.0"
|
|
4
|
+
description = "Reserved for CERTCRYPT — see https://certcrypt.com"
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
requires-python = ">=3.8"
|
|
7
|
+
authors = [{name = "CERTCRYPT, S.L.", email = "opensource@certcrypt.com"}]
|
|
8
|
+
urls = {Homepage = "https://certcrypt.com"}
|
|
9
|
+
|
|
10
|
+
[build-system]
|
|
11
|
+
requires = ["hatchling"]
|
|
12
|
+
build-backend = "hatchling.build"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
raise ImportError("certcrypt-cli is reserved. See https://certcrypt.com")
|