statezero 0.1.0b1__py3-none-any.whl → 0.1.0b2__py3-none-any.whl
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.
- {statezero-0.1.0b1.dist-info → statezero-0.1.0b2.dist-info}/METADATA +11 -9
- {statezero-0.1.0b1.dist-info → statezero-0.1.0b2.dist-info}/RECORD +5 -5
- {statezero-0.1.0b1.dist-info → statezero-0.1.0b2.dist-info}/WHEEL +0 -0
- {statezero-0.1.0b1.dist-info → statezero-0.1.0b2.dist-info}/licenses/license.md +0 -0
- {statezero-0.1.0b1.dist-info → statezero-0.1.0b2.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: statezero
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
5
|
-
Author-email: Robert
|
|
3
|
+
Version: 0.1.0b2
|
|
4
|
+
Summary: Connect your Python backend to a modern JavaScript SPA frontend with 90% less complexity.
|
|
5
|
+
Author-email: Robert <robert.herring@statezero.dev>
|
|
6
6
|
Project-URL: homepage, https://www.statezero.dev
|
|
7
7
|
Project-URL: repository, https://github.com/state-zero/statezero
|
|
8
8
|
Requires-Python: >=3.10
|
|
@@ -209,14 +209,14 @@ const workTodos = Todo.objects.filter({
|
|
|
209
209
|
### Backend
|
|
210
210
|
|
|
211
211
|
```bash
|
|
212
|
-
pip install
|
|
212
|
+
pip install statezero
|
|
213
213
|
pip install django-cors-headers pusher
|
|
214
214
|
```
|
|
215
215
|
|
|
216
216
|
### Frontend
|
|
217
217
|
|
|
218
218
|
```bash
|
|
219
|
-
npm
|
|
219
|
+
npm i @statezero/core
|
|
220
220
|
```
|
|
221
221
|
|
|
222
222
|
### Generate TypeScript Models
|
|
@@ -235,6 +235,12 @@ npx statezero sync-models
|
|
|
235
235
|
|
|
236
236
|
**🆚 Traditional REST APIs:** Write 90% less boilerplate. Focus on features, not data plumbing.
|
|
237
237
|
|
|
238
|
+
## Get Started
|
|
239
|
+
|
|
240
|
+
Check out the docs at [Statezero Docs](https://statezero.dev)
|
|
241
|
+
|
|
242
|
+
Run `pip install statezero` and `npm i @statezero/core` to begin.
|
|
243
|
+
|
|
238
244
|
## Pricing
|
|
239
245
|
|
|
240
246
|
StateZero uses a no-rugpull license model:
|
|
@@ -246,7 +252,3 @@ StateZero uses a no-rugpull license model:
|
|
|
246
252
|
- **$1,000/month** for companies with revenue above $100M
|
|
247
253
|
|
|
248
254
|
Lock in your rate forever by signing up early. We can't change your fee or cancel your license.
|
|
249
|
-
|
|
250
|
-
## Get Started
|
|
251
|
-
|
|
252
|
-
Run `pip install git+https://github.com/state-zero/statezero` and `npm install https://github.com/state-zero/statezero-client` to begin.
|
|
@@ -38,8 +38,8 @@ statezero/core/exceptions.py,sha256=_krMHWW9qBbMXvvqFdWf85a3Kayn7XbJczfC3x3gmBI,
|
|
|
38
38
|
statezero/core/interfaces.py,sha256=HwcFXWJfIAxqYgWbGesn1Th9O8mvqH2r0XP2UyYifEw,15866
|
|
39
39
|
statezero/core/process_request.py,sha256=NiG36XEjPMemJI03l5eTNaymyfUbwVgrx78chVcs4Nk,8047
|
|
40
40
|
statezero/core/types.py,sha256=K9x9AU5J6yd2AWvqRz27CeAY6UYfuQoQ7xTEwTijrmM,1982
|
|
41
|
-
statezero-0.1.
|
|
42
|
-
statezero-0.1.
|
|
43
|
-
statezero-0.1.
|
|
44
|
-
statezero-0.1.
|
|
45
|
-
statezero-0.1.
|
|
41
|
+
statezero-0.1.0b2.dist-info/licenses/license.md,sha256=0uKjybTt9K_YbEmYgf25JN292qjjJ-BPofvIZ3wdtX4,7411
|
|
42
|
+
statezero-0.1.0b2.dist-info/METADATA,sha256=XBm8wTTU3iTtKqJDZXWZ9rt2jPp9yW0NqIdkGZuZnPI,7152
|
|
43
|
+
statezero-0.1.0b2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
44
|
+
statezero-0.1.0b2.dist-info/top_level.txt,sha256=UAuZYPKczradU1kcMQxsGjUzEW0qdgsqzhXyscrcLpw,10
|
|
45
|
+
statezero-0.1.0b2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|