Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add teaching modules
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 24, 2018
1 parent 0484be9 commit 5279d66
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pymyinstall/packaged/packaged_config_A_teachings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def teachings_set():
"pymyinstall", "pip", purpose="easy installation of modules including Windows", usage="TEACH"),
ModuleInstall("pymmails", "pip",
purpose="read/send emails", usage="TEACH"),
ModuleInstall(
"pyenbc", "pip", purpose="Helpers for remote work, clusters, hadoop", usage="TEACH"),
ModuleInstall(
"pyensae", "pip", purpose="helpers, Hadoop, SQL, financial times series, ...", usage="TEACH"),
ModuleInstall("pyrsslocal", "pip",
Expand Down Expand Up @@ -51,6 +53,10 @@ def teachings_set():
purpose="pandas_streaming aims at processing big files with pandas, too big to hold in memory," +
"too small to be parallelized with a significant gain. The module replicates a subset of pandas " +
"API and implements other functionalities for machine learning.", usage="TEACH"),
ModuleInstall("manydataapi", "pip",
purpose="Helpers to access APIs", usage="TEACH"),
ModuleInstall("csharpy", "pip",
purpose="Helpers for C#and Python", usage="TEACH"),
]
#
return [_ for _ in mod if _ is not None]

0 comments on commit 5279d66

Please sign in to comment.