rignition 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.
- rignition-0.0.1/PKG-INFO +32 -0
- rignition-0.0.1/README.md +23 -0
- rignition-0.0.1/pyproject.toml +14 -0
- rignition-0.0.1/rignition.egg-info/PKG-INFO +32 -0
- rignition-0.0.1/rignition.egg-info/SOURCES.txt +6 -0
- rignition-0.0.1/rignition.egg-info/dependency_links.txt +1 -0
- rignition-0.0.1/rignition.egg-info/top_level.txt +1 -0
- rignition-0.0.1/setup.cfg +4 -0
rignition-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: rignition
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Rignition — portable rigs. SDK coming soon.
|
|
5
|
+
License: Proprietary
|
|
6
|
+
Project-URL: Homepage, https://rignition.app
|
|
7
|
+
Requires-Python: >=3.9
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# Rignition
|
|
11
|
+
|
|
12
|
+
**Portable rigs. Build your sound once, take it everywhere.**
|
|
13
|
+
|
|
14
|
+
This package reserves the `rignition` name on npm for the Rignition SDK,
|
|
15
|
+
currently in development.
|
|
16
|
+
|
|
17
|
+
Rignition is a platform for building audio devices — amps, pedals, cabs,
|
|
18
|
+
racks — and wiring them into rigs that run anywhere: desktop, mobile,
|
|
19
|
+
browser, and supported hardware.
|
|
20
|
+
|
|
21
|
+
## Status
|
|
22
|
+
|
|
23
|
+
Placeholder release. No functionality yet. Watch this space.
|
|
24
|
+
|
|
25
|
+
## Links
|
|
26
|
+
|
|
27
|
+
- https://rignition.app
|
|
28
|
+
- https://github.com/rignition
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
© 2026 Rignition. All rights reserved.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Rignition
|
|
2
|
+
|
|
3
|
+
**Portable rigs. Build your sound once, take it everywhere.**
|
|
4
|
+
|
|
5
|
+
This package reserves the `rignition` name on npm for the Rignition SDK,
|
|
6
|
+
currently in development.
|
|
7
|
+
|
|
8
|
+
Rignition is a platform for building audio devices — amps, pedals, cabs,
|
|
9
|
+
racks — and wiring them into rigs that run anywhere: desktop, mobile,
|
|
10
|
+
browser, and supported hardware.
|
|
11
|
+
|
|
12
|
+
## Status
|
|
13
|
+
|
|
14
|
+
Placeholder release. No functionality yet. Watch this space.
|
|
15
|
+
|
|
16
|
+
## Links
|
|
17
|
+
|
|
18
|
+
- https://rignition.app
|
|
19
|
+
- https://github.com/rignition
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
© 2026 Rignition. All rights reserved.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=68"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "rignition"
|
|
7
|
+
version = "0.0.1"
|
|
8
|
+
description = "Rignition — portable rigs. SDK coming soon."
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.9"
|
|
11
|
+
license = { text = "Proprietary" }
|
|
12
|
+
|
|
13
|
+
[project.urls]
|
|
14
|
+
Homepage = "https://rignition.app"
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: rignition
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Rignition — portable rigs. SDK coming soon.
|
|
5
|
+
License: Proprietary
|
|
6
|
+
Project-URL: Homepage, https://rignition.app
|
|
7
|
+
Requires-Python: >=3.9
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# Rignition
|
|
11
|
+
|
|
12
|
+
**Portable rigs. Build your sound once, take it everywhere.**
|
|
13
|
+
|
|
14
|
+
This package reserves the `rignition` name on npm for the Rignition SDK,
|
|
15
|
+
currently in development.
|
|
16
|
+
|
|
17
|
+
Rignition is a platform for building audio devices — amps, pedals, cabs,
|
|
18
|
+
racks — and wiring them into rigs that run anywhere: desktop, mobile,
|
|
19
|
+
browser, and supported hardware.
|
|
20
|
+
|
|
21
|
+
## Status
|
|
22
|
+
|
|
23
|
+
Placeholder release. No functionality yet. Watch this space.
|
|
24
|
+
|
|
25
|
+
## Links
|
|
26
|
+
|
|
27
|
+
- https://rignition.app
|
|
28
|
+
- https://github.com/rignition
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
© 2026 Rignition. All rights reserved.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|