https://github.com/aviksaikat/ape-contribution-envs
All the environments created by me to contribute to ape
https://github.com/aviksaikat/ape-contribution-envs
apeworx python venv venv-python
Last synced: over 1 year ago
JSON representation
All the environments created by me to contribute to ape
- Host: GitHub
- URL: https://github.com/aviksaikat/ape-contribution-envs
- Owner: Aviksaikat
- Created: 2023-11-28T12:26:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T00:15:17.000Z (over 2 years ago)
- Last Synced: 2025-03-16T16:59:21.319Z (over 1 year ago)
- Topics: apeworx, python, venv, venv-python
- Language: Python
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ape Contributions
## How to follow
1. Clone the Repo.
2. Go to any dir & do `poetry install && poetry shell` to activate the virtual env.
3. Check by doing `which python` to see if the env is activated.(I have faced this issue. Poetry needs to do `poetry shell` 2-3 times)
4. Do your regular `pip install` stuffs.
5. That's it.
| Directory | Link |
| --- | --- |
| ape-general | [Link](./ape-general) |
| Raise-warnings-if-value | [Link](./Raise-warnings-if-value) |
| pyproject-base-ape-config-test | [Link](./pyproject-base-ape-config-test) |
| ape-option-to-load-contracts-from-abi | [Link](./ape-option-to-load-contracts-from-abi) |
| ape-remove-option-for-ape-pm-test | [Link](./ape-remove-option-for-ape-pm-test) |
| ape-return-signed-message | [Link](./ape-return-signed-message) |
| ape_ens | [Link](./ape_ens) |
| public-key-method-to-KeyFileAccount | [Link](./public-key-method-to-KeyFileAccount) |