ramifice 0.8.5__py3-none-any.whl → 0.8.7__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,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ramifice
|
3
|
-
Version: 0.8.
|
4
|
-
Summary: ORM-like API MongoDB for Python language.
|
3
|
+
Version: 0.8.7
|
4
|
+
Summary: ORM-pseudo-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/
|
7
7
|
Project-URL: Repository, https://github.com/kebasyaty/ramifice
|
@@ -48,7 +48,7 @@ Description-Content-Type: text/markdown
|
|
48
48
|
</p>
|
49
49
|
<p>
|
50
50
|
<h1>ramifice</h1>
|
51
|
-
<h3>ORM-like API MongoDB for Python language.</h3>
|
51
|
+
<h3>ORM-pseudo-like API MongoDB for Python language.</h3>
|
52
52
|
<p align="center">
|
53
53
|
<a href="https://github.com/kebasyaty/ramifice/actions/workflows/test.yml" alt="Build Status"><img src="https://github.com/kebasyaty/ramifice/actions/workflows/test.yml/badge.svg" alt="Build Status"></a>
|
54
54
|
<a href="https://kebasyaty.github.io/ramifice/" alt="Docs"><img src="https://img.shields.io/badge/docs-available-brightgreen.svg" alt="Docs"></a>
|
@@ -597,35 +597,6 @@ path = "public/media/default/no_doc.odt"
|
|
597
597
|
size: int = get_file_size(path) # => 9843
|
598
598
|
```
|
599
599
|
|
600
|
-
## Contributing
|
601
|
-
|
602
|
-
1. Fork it (<https://github.com/kebasyaty/ramifice/fork>)
|
603
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
604
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
605
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
606
|
-
5. Create a new Pull Request
|
607
|
-
|
608
|
-
## Install for development of Ramifice
|
609
|
-
|
610
|
-
```shell
|
611
|
-
# Fedora:
|
612
|
-
sudo dnf install gettext
|
613
|
-
gettext --version
|
614
|
-
# Ubuntu:
|
615
|
-
sudo apt install gettext
|
616
|
-
gettext --version
|
617
|
-
# Windows:
|
618
|
-
https://mlocati.github.io/articles/gettext-iconv-windows.html
|
619
|
-
gettext --version
|
620
|
-
|
621
|
-
cd project_name
|
622
|
-
uv sync
|
623
|
-
```
|
624
|
-
|
625
|
-
## Contributors
|
626
|
-
|
627
|
-
- [kebasyaty](https://github.com/kebasyaty) Gennady Kostyunin - creator and maintainer
|
628
|
-
|
629
600
|
## Changelog
|
630
601
|
|
631
602
|
[View the change history.](https://github.com/kebasyaty/ramifice/blob/v0/CHANGELOG.md "Changelog")
|
@@ -78,7 +78,7 @@ ramifice/utils/mixins/add_valid.py,sha256=TLOObedzXNA9eCylfAVbVCqIKE5sV-P5AdIN7a
|
|
78
78
|
ramifice/utils/mixins/hooks.py,sha256=33jvJRhfnJeL2Hd_YFXk3M_7wjqHaByU2wRjKyboL6s,914
|
79
79
|
ramifice/utils/mixins/indexing.py,sha256=Z0427HoaVRyNmSNN8Fx0mSICgAKV-gDdu3iR5qYUEbs,329
|
80
80
|
ramifice/utils/mixins/json_converter.py,sha256=2K_PZ34AzpesusgyyQFOLXFPcjXez3TWn-m9CHIKwRo,1131
|
81
|
-
ramifice-0.8.
|
82
|
-
ramifice-0.8.
|
83
|
-
ramifice-0.8.
|
84
|
-
ramifice-0.8.
|
81
|
+
ramifice-0.8.7.dist-info/METADATA,sha256=OPEQ3MtoP9tzLO4HvUKE8pGco1UMygA7PmGlfAKndw4,20327
|
82
|
+
ramifice-0.8.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
83
|
+
ramifice-0.8.7.dist-info/licenses/LICENSE,sha256=LrEL0aTZx90HDwFUQCJutORiDjJL9AnuVvCtspXIqt4,1095
|
84
|
+
ramifice-0.8.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|