fabricatio 0.15.1__cp312-cp312-macosx_11_0_arm64.whl → 0.16.1__cp312-cp312-macosx_11_0_arm64.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.1
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.1.data/scripts/tdown,sha256=pN-8u9R5c5zzwJXaXZaG-SYJVCySHYVG2hI2myCrBJ4,4391808
2
- fabricatio-0.15.1.dist-info/METADATA,sha256=rdf-t1B9Qu5xFA6aRKEbxx1jtjl9WmU64FfmtXpTMMM,9603
3
- fabricatio-0.15.1.dist-info/WHEEL,sha256=lKF1x2UaOHDUKmYwqYyNAuk2SmZm-X0V9mSA2tiAos4,104
4
- fabricatio-0.15.1.dist-info/licenses/LICENSE,sha256=yDZaTLnOi03bi3Dk6f5IjhLUc5old2yOsihHWU0z-i0,1067
1
+ fabricatio-0.16.1.data/scripts/tdown,sha256=dl5LjU1wLqjeQXDSLks5n-9ENsdXTP8snb4Q4RiHFno,4392320
2
+ fabricatio-0.16.1.dist-info/METADATA,sha256=GL4rJvmewMkJNv4hmQBfyyD-1sOXew_SRrYxPWEfEC0,9665
3
+ fabricatio-0.16.1.dist-info/WHEEL,sha256=OKNaprf69OMJcUM9j7q_InsmuCwJKmTkk4eP74FSm7I,104
4
+ fabricatio-0.16.1.dist-info/licenses/LICENSE,sha256=yDZaTLnOi03bi3Dk6f5IjhLUc5old2yOsihHWU0z-i0,1067
5
5
  fabricatio/__init__.py,sha256=4a_7gabZhl9dzonBxcF-8peCGTLNxYJSDfInf1VhRsY,568
6
6
  fabricatio/actions/__init__.py,sha256=i2aGE3ZtNV2CTcYCAydlAKZq5fcQBRKlR3IL39weLEI,2243
7
7
  fabricatio/capabilities/__init__.py,sha256=77Rvy8Ftt_znN9BSDw0fLk3BP73N0YAo97yGQMlfYLA,3261
8
8
  fabricatio/models/__init__.py,sha256=G97zGeF6NpxTjflvRt_v7NRxGYiepu_iLZNd-mCTzRI,1710
9
9
  fabricatio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- fabricatio/rust.cpython-312-darwin.so,sha256=7hrEdOpZVe1zD_MB7QPH5AEQbC7J66t41-ZGkWP6Cdo,454640
10
+ fabricatio/rust.cpython-312-darwin.so,sha256=6bRcT1QqKgn-oY73NBIfaaZ_6J4sG1w394hASPCpEQ8,454640
11
11
  fabricatio/workflows/__init__.py,sha256=sr-0tgpNPdN5t2pDQa-gp-KUE7K0QDtjP9QGvWYLZ9A,305
12
- fabricatio-0.15.1.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-macosx_11_0_arm64
Binary file