No project description provided
Project description
uncle-nelson
A small library to calculate mixes for the game Schedule 1.
Installing
Python 3.9 or higher is required
To install the latest stable version, use
pip install -U uncle-nelson
To install the development version (may be unstable), use
pip install -U git+https://github.com/codeofandrin/uncle-nelson
Example
from uncle_nelson import calculate_mix, DrugType, IngredientType
def main():
mix = calculate_mix(DrugType.meth, [IngredientType.cuke, IngredientType.banana])
effects = ", ".join(e.value for e in mix.effects)
print(f"Your custom mix has following effects: {effects}")
if __name__ == "__main__":
main()
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uncle_nelson-0.1.0.tar.gz
(7.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uncle_nelson-0.1.0.tar.gz.
File metadata
- Download URL: uncle_nelson-0.1.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47ed05dea236cef848501274d662c64c7efd3055ea9e1201f817b9cc054a5605
|
|
| MD5 |
9082826e45a352864e0b70215dc2f26d
|
|
| BLAKE2b-256 |
5dadd28822f113458de986105eebecfe07113354289d06bd1bcea4dbb36af8bb
|
File details
Details for the file uncle_nelson-0.1.0-py3-none-any.whl.
File metadata
- Download URL: uncle_nelson-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf863dad278a90b65e258e6cb918772978cf9a549e53da648c21b33c8f2fee70
|
|
| MD5 |
866df8b41ad4fcd1e1671c65cdb8f359
|
|
| BLAKE2b-256 |
e46150bb468f1563d321b3c3b506f86f67de63adf967fc4b84609af4be87dcad
|