casemiro-simapi 0.1.2__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,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: casemiro-simapi
3
+ Version: 0.1.2
4
+ Summary: Simple API key generator
5
+ Author: Luiz
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+
9
+ # SimAPIGenerator
10
+
11
+ Biblioteca para gerar API keys seguras.
12
+
13
+ ## Uso
14
+
15
+
16
+ from simapigenerator import sag
17
+
18
+ print(sag.APICreate("APP"))
19
+
20
+ ---
21
+
22
+ # 🔨 5. Instalar ferramentas
23
+
24
+
25
+ pip install build twine
@@ -0,0 +1,17 @@
1
+ # SimAPIGenerator
2
+
3
+ Biblioteca para gerar API keys seguras.
4
+
5
+ ## Uso
6
+
7
+
8
+ from simapigenerator import sag
9
+
10
+ print(sag.APICreate("APP"))
11
+
12
+ ---
13
+
14
+ # 🔨 5. Instalar ferramentas
15
+
16
+
17
+ pip install build twine
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.4
2
+ Name: casemiro-simapi
3
+ Version: 0.1.2
4
+ Summary: Simple API key generator
5
+ Author: Luiz
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+
9
+ # SimAPIGenerator
10
+
11
+ Biblioteca para gerar API keys seguras.
12
+
13
+ ## Uso
14
+
15
+
16
+ from simapigenerator import sag
17
+
18
+ print(sag.APICreate("APP"))
19
+
20
+ ---
21
+
22
+ # 🔨 5. Instalar ferramentas
23
+
24
+
25
+ pip install build twine
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ casemiro_simapi.egg-info/PKG-INFO
4
+ casemiro_simapi.egg-info/SOURCES.txt
5
+ casemiro_simapi.egg-info/dependency_links.txt
6
+ casemiro_simapi.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ sample_data
@@ -0,0 +1,13 @@
1
+ [project]
2
+ name = "casemiro-simapi"
3
+ version = "0.1.2"
4
+ description = "Simple API key generator"
5
+ authors = [{name="Luiz"}]
6
+ readme = "README.md"
7
+ requires-python = ">=3.8"
8
+
9
+ dependencies = []
10
+
11
+ [build-system]
12
+ requires = ["setuptools", "wheel"]
13
+ build-backend = "setuptools.build_meta"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+