valar 0.0.5__py3-none-any.whl → 0.0.6__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.

Potentially problematic release.


This version of valar might be problematic. Click here for more details.

@@ -3,8 +3,9 @@ import importlib
3
3
  import json
4
4
  from datetime import datetime
5
5
 
6
- from channels.generic.websocket import AsyncJsonWebsocketConsumer
7
6
  from channels.layers import get_channel_layer
7
+
8
+ from channels.generic.websocket import AsyncJsonWebsocketConsumer
8
9
  from django.core.exceptions import ImproperlyConfigured
9
10
  from django.http import JsonResponse
10
11
  from django.conf import settings
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: valar
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: valar for morghulis
5
5
  Author: LYP
6
6
  Author-email: liuyinpeng@buaa.edu.cn
@@ -17,3 +17,19 @@ Dynamic: requires-python
17
17
  Dynamic: summary
18
18
 
19
19
  valar for morghulis
20
+
21
+ # prepare
22
+ ```
23
+ python -m pip install --upgrade pip
24
+ pip install --upgrade build
25
+ pip install twine
26
+ ```
27
+
28
+ # publish
29
+ ```
30
+ rm -r dist
31
+ python -m build
32
+ twine check dist/*
33
+ twine upload dist/*
34
+ ```
35
+
@@ -0,0 +1,7 @@
1
+ valar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ valar/channels.py,sha256=RGV0RWTS3E83dKYQpeCDQuicIvuN-xzK2faMAMdoGmc,4128
3
+ valar-0.0.6.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
4
+ valar-0.0.6.dist-info/METADATA,sha256=L9qvLabuK7qsRgTSzWYecG7qF1mclmpw2FdNEaYM3WA,609
5
+ valar-0.0.6.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
6
+ valar-0.0.6.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
7
+ valar-0.0.6.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ valar
@@ -1,7 +0,0 @@
1
- module/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- module/channels.py,sha256=zkON_7qUDZayMxcOmFchhZUlFNsG4BLAS8ibr7WiPKg,4127
3
- valar-0.0.5.dist-info/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
4
- valar-0.0.5.dist-info/METADATA,sha256=1GWsyg2uuE_8r7xzt4HjF9BSzjygdTJ_KlEeSaPJn04,422
5
- valar-0.0.5.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
6
- valar-0.0.5.dist-info/top_level.txt,sha256=rCVQUTc7DucbyvV1vRKPlp8MRkSTuDqKf-ZCJsPhQHc,7
7
- valar-0.0.5.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- module
File without changes
File without changes
File without changes