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.

@@ -0,0 +1,2 @@
1
+ /.venv
2
+ /dist
@@ -0,0 +1,6 @@
1
+ Metadata-Version: 2.4
2
+ Name: zensical
3
+ Version: 0.0.1
4
+ Summary: Zensical CLI
5
+ Project-URL: Source, https://github.com/zensical/zrx
6
+ License: MIT
@@ -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
@@ -1,7 +0,0 @@
1
- # This file is automatically @generated by Cargo.
2
- # It is not intended for manual editing.
3
- version = 3
4
-
5
- [[package]]
6
- name = "zoe"
7
- version = "0.0.0"
zensical-0.0.0/Cargo.toml DELETED
@@ -1,8 +0,0 @@
1
- [package]
2
- name = "zoe"
3
- version = "0.0.0"
4
- edition = "2021"
5
- description = "Reserved name"
6
- license = "MIT"
7
-
8
- [dependencies]
zensical-0.0.0/PKG-INFO DELETED
@@ -1,5 +0,0 @@
1
- Metadata-Version: 2.3
2
- Name: zensical
3
- Version: 0.0.0
4
- Summary: Nothing to see here, move along
5
- License: MIT
@@ -1,9 +0,0 @@
1
- [build-system]
2
- requires = ["hatchling"]
3
- build-backend = "hatchling.build"
4
-
5
- [project]
6
- name = "zensical"
7
- version = "0.0.0"
8
- description = "Nothing to see here, move along"
9
- license = {text = "MIT"}
@@ -1,3 +0,0 @@
1
- fn main() {
2
- println!("I'm just a placeholder to reserve a name");
3
- }
File without changes