summaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-08-05 00:07:35 -0400
committerbd <bdunahu@operationnull.com>2025-08-05 00:07:35 -0400
commit3e1b7751c8b56e0d96f2d4cea511736f2aa6d00d (patch)
treea6248e98f71be8bce2f2eeafb7d60869c14ee805 /manifest.scm
parent06f53d108320feebb0e1542ed79986a028544e55 (diff)
Add jupyter notebook comparing Aergia and Yappi
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..d001fcb
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,20 @@
+;;; defines an environment for guix
+(use-modules (gnu packages python)
+ (gnu packages python-xyz)
+ (gnu packages python-web)
+ (gnu packages python-science)
+ (gnu packages jupyter))
+
+(packages->manifest
+ (list
+ ;; env
+ python
+ jupyter
+ python-plotly
+
+ ;; async libs
+ python-aiofiles
+ python-aiohttp
+ python-httpx
+ python-quart
+ ))