fabricatio 0.15.0__cp312-cp312-win_amd64.whl → 0.16.1__cp312-cp312-win_amd64.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.
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fabricatio
3
- Version: 0.15.0
3
+ Version: 0.16.1
4
4
  Classifier: License :: OSI Approved :: MIT License
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: Programming Language :: Python :: 3.12
@@ -297,10 +297,11 @@ log_level = "INFO"
297
297
  Contributions are welcome! Follow these steps:
298
298
 
299
299
  1. Fork the repository.
300
- 2. Create your feature branch (`git checkout -b feature/new-feature`).
301
- 3. Commit your changes (`git commit -am 'Add new feature'`).
302
- 4. Push to the branch (`git push origin feature/new-feature`).
303
- 5. Create a new Pull Request.
300
+ 2. Create your feature branch (`git checkout -b feat/new-feature`).
301
+ 3. [Optional]Create a py/rs subpackage with `make rs` or `make py`
302
+ 4. Commit your changes (`git commit -am 'Add new feature'`).
303
+ 5. Push to the branch (`git push origin feat/new-feature`).
304
+ 6. Create a new Pull Request.
304
305
 
305
306
  ## License
306
307
 
@@ -1,12 +1,12 @@
1
- fabricatio-0.15.0.data/scripts/tdown.exe,sha256=XSqac5k7EsnO1Nez1vOJNvMThQTisySGeCjqYpxZxoE,3853824
2
- fabricatio-0.15.0.dist-info/METADATA,sha256=Vmf_XvVk5xkWub9TZICmy27aVr5KNbfdwfhzkqFsYao,9857
3
- fabricatio-0.15.0.dist-info/WHEEL,sha256=0ua6B-UmXPKizyn4Mhcu6S66EB8t6wxm_Wsw5H1bZYs,96
4
- fabricatio-0.15.0.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
1
+ fabricatio-0.16.1.data/scripts/tdown.exe,sha256=NmIsN5rSiLhmZqBQRZDksLm6z9Zibt5wNKGFAjj-boY,3828224
2
+ fabricatio-0.16.1.dist-info/METADATA,sha256=rigtJ1eAqJ6ClSK9lid1GWPS51tF_xUSZ3ZfDPrXWG8,9920
3
+ fabricatio-0.16.1.dist-info/WHEEL,sha256=nt3Fvhb4VwdyxisCUlWW94P627fWRNU9JcC8CrJr20Q,96
4
+ fabricatio-0.16.1.dist-info/licenses/LICENSE,sha256=do7J7EiCGbq0QPbMAL_FqLYufXpHnCnXBOuqVPwSV8Y,1088
5
5
  fabricatio/__init__.py,sha256=E4CcZi8ry4WxcO-Ety0lzQtln9VaYM9c0g7s925gR9k,590
6
6
  fabricatio/actions/__init__.py,sha256=LUG5gCijcn-QgAtjkLeQO3NAXW0wEiuTmm371avzQbQ,2322
7
7
  fabricatio/capabilities/__init__.py,sha256=dreapOd29c0n6A7KXV_b8mQoLEK3i1IKIeY4anZJ8Xk,3358
8
8
  fabricatio/models/__init__.py,sha256=6PIK3DWWtF-qu06lC5SNn5DynpQmf6wPxtE-221q4h8,1772
9
9
  fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- fabricatio/rust.cp312-win_amd64.pyd,sha256=LhBAmHIoCpxYh8wUZrVGootvSbZMCtRSdq1LgcKXMig,278528
10
+ fabricatio/rust.cp312-win_amd64.pyd,sha256=Auj8pCTtoO82KyNyP989y-B7fnmBA8xEK4GP6aFpupE,279040
11
11
  fabricatio/workflows/__init__.py,sha256=Twr7FaI7scUhz0LOlPktB6lf_k3VdcHNabCjpTsw938,315
12
- fabricatio-0.15.0.dist-info/RECORD,,
12
+ fabricatio-0.16.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.0)
2
+ Generator: maturin (1.9.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-win_amd64
Binary file