zensical 0.0.0__tar.gz → 0.0.1__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.
Potentially problematic release.
This version of zensical might be problematic. Click here for more details.
- zensical-0.0.1/.gitignore +2 -0
- zensical-0.0.1/PKG-INFO +6 -0
- zensical-0.0.1/pyproject.toml +12 -0
- zensical-0.0.1/zensical/__init__.py +1 -0
- zensical-0.0.0/.gitignore +0 -1
- zensical-0.0.0/Cargo.lock +0 -7
- zensical-0.0.0/Cargo.toml +0 -8
- zensical-0.0.0/PKG-INFO +0 -5
- zensical-0.0.0/pyproject.toml +0 -9
- zensical-0.0.0/src/main.rs +0 -3
- zensical-0.0.0/zensical/__init__.py +0 -0
zensical-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["hatchling"]
|
|
3
|
+
build-backend = "hatchling.build"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "zensical"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Zensical CLI"
|
|
9
|
+
license = { text = "MIT" }
|
|
10
|
+
|
|
11
|
+
[project.urls]
|
|
12
|
+
Source = "https://github.com/zensical/zrx"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# We'll add Python bindings once the Rust library is stable.
|
zensical-0.0.0/.gitignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/target
|
zensical-0.0.0/Cargo.lock
DELETED
zensical-0.0.0/Cargo.toml
DELETED
zensical-0.0.0/PKG-INFO
DELETED
zensical-0.0.0/pyproject.toml
DELETED
zensical-0.0.0/src/main.rs
DELETED
|
File without changes
|