wayfinder-paths 0.1.1__py3-none-any.whl → 0.1.2__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.

Potentially problematic release.


This version of wayfinder-paths might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wayfinder-paths
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Wayfinder Path: strategies and adapters
5
5
  Author: Wayfinder
6
6
  Author-email: dev@wayfinder.ai
@@ -647,55 +647,27 @@ poetry run python wayfinder_paths/run_strategy.py stablecoin_yield_strategy --co
647
647
 
648
648
  ## 📦 Publishing
649
649
 
650
- This package is published to [PyPI](https://pypi.org/project/wayfinder-paths/) (Python Package Index).
651
-
652
- ### How PyPI Works
653
-
654
- - **Public by default**: Once published, anyone can download and install your package with `pip install wayfinder-paths` (no authentication required)
655
- - **Who can update**: Only package owners and maintainers can publish new versions
656
- - **Version control**: Version numbers must be unique and incrementing (you cannot overwrite a published version)
657
- - **Access control**: You control who can publish by adding collaborators on PyPI (project owners can add maintainers)
658
-
659
- ### Publishing a New Version
660
-
661
- 1. **Update the version** in `pyproject.toml`:
662
- ```toml
663
- [tool.poetry]
664
- version = "0.1.2" # Must be higher than previous version
665
- ```
666
-
667
- 2. **Set your PyPI token**:
668
- ```bash
669
- export PUBLISH_TOKEN="your_pypi_token_here"
670
- # Or add to .env file: PUBLISH_TOKEN=your_pypi_token_here
671
- ```
672
-
673
- Get your PyPI token from: https://pypi.org/manage/account/token/
674
-
675
- **Note**: PyPI requires 2FA (two-factor authentication) for all accounts.
676
-
677
- 3. **Publish**:
678
- ```bash
679
- just publish
680
- ```
681
-
682
- This will:
683
- - Build the package (wheel and source distribution)
684
- - Publish to PyPI
685
- - Make it publicly available for installation
686
-
687
- ### Installing the Published Package
688
-
689
- Anyone can install the published package with:
650
+ Publish to PyPI:
651
+
690
652
  ```bash
691
- pip install wayfinder-paths
653
+ export PUBLISH_TOKEN="your_pypi_token"
654
+ just publish
692
655
  ```
693
656
 
694
- Or with Poetry:
657
+ Install the published package:
658
+
695
659
  ```bash
660
+ pip install wayfinder-paths
661
+ # or
696
662
  poetry add wayfinder-paths
697
663
  ```
698
664
 
665
+ Install from Git (development):
666
+
667
+ ```bash
668
+ pip install git+https://github.com/wayfinder-ai/wayfinder-paths.git
669
+ ```
670
+
699
671
  ### Managing Package Access
700
672
 
701
673
  To add collaborators who can publish updates:
@@ -109,7 +109,7 @@ wayfinder_paths/vaults/templates/strategy/examples.json,sha256=s8UdlD5uxLITQrRMC
109
109
  wayfinder_paths/vaults/templates/strategy/manifest.yaml,sha256=H62QVPFtKSZ1hW2m7-EQlV7pK47liq16nZ8VbffhTxU,296
110
110
  wayfinder_paths/vaults/templates/strategy/strategy.py,sha256=dso2jhVphsdKNd17JPwnFAFzU01-1kHlWrKPAKIKSWw,2024
111
111
  wayfinder_paths/vaults/templates/strategy/test_strategy.py,sha256=lkcI4htRcnM1-9sdIIc7K3g1qrvvIvuHDAjyt-7HRw0,7669
112
- wayfinder_paths-0.1.1.dist-info/LICENSE,sha256=dYKnlkC_xosBAEQNUvB6cHMuhFgcUtN0oBR7E8_aR2Y,1066
113
- wayfinder_paths-0.1.1.dist-info/METADATA,sha256=-N0evxhc7lclqtjH-kpDqnKzV2aH3UQmCuEDkP_rnqo,29096
114
- wayfinder_paths-0.1.1.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
115
- wayfinder_paths-0.1.1.dist-info/RECORD,,
112
+ wayfinder_paths-0.1.2.dist-info/LICENSE,sha256=dYKnlkC_xosBAEQNUvB6cHMuhFgcUtN0oBR7E8_aR2Y,1066
113
+ wayfinder_paths-0.1.2.dist-info/METADATA,sha256=rnxEDN-okNSqOaFu0JqqWI2GfEvplQn8HU5ZgUT7wx0,27949
114
+ wayfinder_paths-0.1.2.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
115
+ wayfinder_paths-0.1.2.dist-info/RECORD,,