ramifice 0.5.7__py3-none-any.whl → 0.5.8__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ramifice
|
3
|
-
Version: 0.5.
|
3
|
+
Version: 0.5.8
|
4
4
|
Summary: ORM-like API MongoDB for Python language.
|
5
5
|
Project-URL: Homepage, https://github.com/kebasyaty/ramifice
|
6
6
|
Project-URL: Documentation, https://kebasyaty.github.io/ramifice/
|
@@ -58,6 +58,7 @@ Description-Content-Type: text/markdown
|
|
58
58
|
<a href="https://github.com/kebasyaty/ramifice/issues"><img src="https://img.shields.io/github/issues/kebasyaty/ramifice.svg" alt="GitHub issues"></a>
|
59
59
|
<a href="https://pepy.tech/projects/ramifice"><img src="https://static.pepy.tech/badge/ramifice" alt="PyPI Downloads"></a>
|
60
60
|
<a href="https://github.com/kebasyaty/ramifice/blob/main/LICENSE" alt="GitHub license"><img src="https://img.shields.io/github/license/kebasyaty/ramifice" alt="GitHub license"></a>
|
61
|
+
<a href="https://docs.astral.sh/ruff/" alt="Code style: Ruff"><img src="https://img.shields.io/badge/code%20style-Ruff-FDD835.svg" alt="Code style: Ruff"></a>
|
61
62
|
<a href="https://github.com/kebasyaty/ramifice" alt="GitHub repository"><img src="https://img.shields.io/badge/--ecebeb?logo=github&logoColor=000000" alt="GitHub repository"></a>
|
62
63
|
</p>
|
63
64
|
<p align="center">
|
@@ -80,13 +81,6 @@ _Supports MongoDB 3.6, 4.0, 4.2, 4.4, 5.0, 6.0, 7.0, and 8.0._
|
|
80
81
|
<br>
|
81
82
|
_For more information see [PyMongo](https://pypi.org/project/pymongo/ "PyMongo")_.
|
82
83
|
|
83
|
-
<p>
|
84
|
-
<a href="https://github.com/kebasyaty/ramifice" alt="Project Status">
|
85
|
-
<img src="https://raw.githubusercontent.com/kebasyaty/ramifice/v0/assets/project_status/project-status-beta.svg"
|
86
|
-
alt="Project Status">
|
87
|
-
</a>
|
88
|
-
</p>
|
89
|
-
|
90
84
|
## Documentation
|
91
85
|
|
92
86
|
Online browsable documentation is available at [https://kebasyaty.github.io/ramifice/](https://kebasyaty.github.io/ramifice/ "Documentation").
|
@@ -271,7 +265,7 @@ class User:
|
|
271
265
|
password = self.password.value
|
272
266
|
сonfirm_password = self.сonfirm_password.value
|
273
267
|
|
274
|
-
if re.match(r"^[a-zA-Z0-9_]+$", username) is None:
|
268
|
+
if re.match(r"^[a-zA-Z0-9_]+$", username) is None:
|
275
269
|
error_map["username"] = gettext("Allowed chars: %s") % "a-z A-Z 0-9 _"
|
276
270
|
|
277
271
|
if id is None and (password != сonfirm_password):
|
@@ -79,7 +79,7 @@ ramifice/utils/mixins/add_valid.py,sha256=TLOObedzXNA9eCylfAVbVCqIKE5sV-P5AdIN7a
|
|
79
79
|
ramifice/utils/mixins/hooks.py,sha256=33jvJRhfnJeL2Hd_YFXk3M_7wjqHaByU2wRjKyboL6s,914
|
80
80
|
ramifice/utils/mixins/indexing.py,sha256=Z0427HoaVRyNmSNN8Fx0mSICgAKV-gDdu3iR5qYUEbs,329
|
81
81
|
ramifice/utils/mixins/json_converter.py,sha256=WhigXyDAV-FfILaZuwvRFRIk0D90Rv3dG5t-mv5fVyc,1107
|
82
|
-
ramifice-0.5.
|
83
|
-
ramifice-0.5.
|
84
|
-
ramifice-0.5.
|
85
|
-
ramifice-0.5.
|
82
|
+
ramifice-0.5.8.dist-info/METADATA,sha256=zaxbQjoDugoMSJd4tZESvDcUOgzkhEq0HGtAN_6yDJI,22441
|
83
|
+
ramifice-0.5.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
84
|
+
ramifice-0.5.8.dist-info/licenses/LICENSE,sha256=LrEL0aTZx90HDwFUQCJutORiDjJL9AnuVvCtspXIqt4,1095
|
85
|
+
ramifice-0.5.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|