An open API service indexing awesome lists of open source software.

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

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) |