ramifice 0.5.7__py3-none-any.whl → 0.5.9__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.7
3
+ Version: 0.5.9
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/
@@ -20,7 +20,6 @@ Classifier: Programming Language :: Python :: 3 :: Only
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Programming Language :: Python :: Implementation :: CPython
23
- Classifier: Programming Language :: Python :: Implementation :: PyPy
24
23
  Classifier: Topic :: Database
25
24
  Classifier: Typing :: Typed
26
25
  Requires-Python: <4.0,>=3.12
@@ -58,6 +57,7 @@ Description-Content-Type: text/markdown
58
57
  <a href="https://github.com/kebasyaty/ramifice/issues"><img src="https://img.shields.io/github/issues/kebasyaty/ramifice.svg" alt="GitHub issues"></a>
59
58
  <a href="https://pepy.tech/projects/ramifice"><img src="https://static.pepy.tech/badge/ramifice" alt="PyPI Downloads"></a>
60
59
  <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>
60
+ <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
61
  <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
62
  </p>
63
63
  <p align="center">
@@ -80,13 +80,6 @@ _Supports MongoDB 3.6, 4.0, 4.2, 4.4, 5.0, 6.0, 7.0, and 8.0._
80
80
  <br>
81
81
  _For more information see [PyMongo](https://pypi.org/project/pymongo/ "PyMongo")_.
82
82
 
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
83
  ## Documentation
91
84
 
92
85
  Online browsable documentation is available at [https://kebasyaty.github.io/ramifice/](https://kebasyaty.github.io/ramifice/ "Documentation").
@@ -271,7 +264,7 @@ class User:
271
264
  password = self.password.value
272
265
  сonfirm_password = self.сonfirm_password.value
273
266
 
274
- if re.match(r"^[a-zA-Z0-9_]+$", username) is None: # type: ignore[arg-type]
267
+ if re.match(r"^[a-zA-Z0-9_]+$", username) is None:
275
268
  error_map["username"] = gettext("Allowed chars: %s") % "a-z A-Z 0-9 _"
276
269
 
277
270
  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.7.dist-info/METADATA,sha256=rgSLGSMuMqLdj7F_5w9LiUUgzUuZAjkz8qi0zlwzT9s,22536
83
- ramifice-0.5.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
- ramifice-0.5.7.dist-info/licenses/LICENSE,sha256=LrEL0aTZx90HDwFUQCJutORiDjJL9AnuVvCtspXIqt4,1095
85
- ramifice-0.5.7.dist-info/RECORD,,
82
+ ramifice-0.5.9.dist-info/METADATA,sha256=VvxAcFO4J_zyu9JOzW5yPh07agipqX1d-E-875n-Pe8,22372
83
+ ramifice-0.5.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
84
+ ramifice-0.5.9.dist-info/licenses/LICENSE,sha256=LrEL0aTZx90HDwFUQCJutORiDjJL9AnuVvCtspXIqt4,1095
85
+ ramifice-0.5.9.dist-info/RECORD,,