envd 0.3.45__py2.py3-none-macosx_10_9_x86_64.whl → 0.4.0__py2.py3-none-macosx_10_9_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of envd might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: envd
3
- Version: 0.3.45
3
+ Version: 0.4.0
4
4
  Summary: A development environment management tool for data scientists.
5
5
  Home-page: https://github.com/tensorchord/envd
6
6
  Author: TensorChord
@@ -12,12 +12,11 @@ Classifier: Topic :: Software Development :: Build Tools
12
12
  Classifier: Intended Audience :: Science/Research
13
13
  Classifier: Intended Audience :: Developers
14
14
  Classifier: License :: OSI Approved :: Apache Software License
15
- Classifier: Programming Language :: Python :: 3.6
16
- Classifier: Programming Language :: Python :: 3.7
17
- Classifier: Programming Language :: Python :: 3.8
18
15
  Classifier: Programming Language :: Python :: 3.9
19
16
  Classifier: Programming Language :: Python :: 3.10
20
17
  Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Classifier: Programming Language :: Python :: 3.13
21
20
  Requires-Python: >=3.6
22
21
  Description-Content-Type: text/markdown
23
22
  License-File: LICENSE
@@ -30,8 +29,8 @@ License-File: LICENSE
30
29
  </div>
31
30
 
32
31
  <p align=center>
33
- <a href="https://discord.gg/KqswhpVgdU"><img alt="discord invitation link" src="https://dcbadge.vercel.app/api/server/KqswhpVgdU?style=flat"></a>
34
- <a href="https://twitter.com/TensorChord"><img src="https://img.shields.io/twitter/follow/tensorchord?style=social" alt="trackgit-views" /></a>
32
+ <a href="https://discord.gg/KqswhpVgdU"><img alt="discord invitation link" src="https://img.shields.io/discord/974584200327991326?style=flat&logo=discord&cacheSeconds=60"></a>
33
+ <a href="https://twitter.com/TensorChord"><img src="https://img.shields.io/twitter/follow/tensorchord?style=flat&logo=X&cacheSeconds=60" alt="trackgit-views" /></a>
35
34
  <a href="https://pypi.org/project/envd"><img src="https://img.shields.io/pypi/pyversions/envd" alt="Python Version" /></a>
36
35
  <a href="https://github.com/tensorchord/envd#contributors-"><img alt="all-contributors" src="https://img.shields.io/github/all-contributors/tensorchord/envd/main"></a>
37
36
  <a href="https://pypi.org/project/envd/"><img alt="envd package downloads" src="https://static.pepy.tech/personalized-badge/envd?period=month&units=international_system&left_color=grey&right_color=brightgreen&left_text=downloads/month"</a>
@@ -116,7 +115,7 @@ Forget copy-pasting Dockerfile instructions - use envd to easily build functions
116
115
  envdlib = include("https://github.com/tensorchord/envdlib")
117
116
 
118
117
  def build():
119
- base(os="ubuntu20.04", language="python")
118
+ base(os="ubuntu22.04", language="python")
120
119
  envdlib.tensorboard(host_port=8888)
121
120
  ```
122
121
 
@@ -200,7 +199,7 @@ The build manifest `build.envd` looks like:
200
199
 
201
200
  ```python title=build.envd
202
201
  def build():
203
- base(os="ubuntu20.04", language="python3")
202
+ base(os="ubuntu22.04", language="python3")
204
203
  # Configure the pip index if needed.
205
204
  # config.pip_index(url = "https://pypi.tuna.tsinghua.edu.cn/simple")
206
205
  install.python_packages(name = [
@@ -251,7 +250,7 @@ Please edit the `build.envd` to enable jupyter notebook:
251
250
 
252
251
  ```python title=build.envd
253
252
  def build():
254
- base(os="ubuntu20.04", language="python3")
253
+ base(os="ubuntu22.04", language="python3")
255
254
  # Configure the pip index if needed.
256
255
  # config.pip_index(url = "https://pypi.tuna.tsinghua.edu.cn/simple")
257
256
  install.python_packages(name = [
@@ -272,7 +271,7 @@ envd-quick-start http://localhost:42779 envd-quick-start.envd /home/g
272
271
 
273
272
  ## Difference between v0 and v1
274
273
 
275
- > **Note**
274
+ > [!NOTE]
276
275
  > To use the `v1` config file, add `# syntax=v1` to the first line of your `build.envd` file.
277
276
 
278
277
  | Features | v0 | v1 |
@@ -285,11 +284,11 @@ envd-quick-start http://localhost:42779 envd-quick-start.envd /home/g
285
284
  | support installing multiple languages | ⚠️ | ✅ |
286
285
  | support `moby` builder | ❌ | ✅ <sup>[(a)](#v1-moby)</sup> |
287
286
 
288
- > **Note**
287
+ > [!NOTE]
289
288
  > <a name="v1-moby">(a)</a> To use the `moby` builder, you will need to create a new context with `envd context create --name moby-test --builder moby-worker --use`.
290
289
  > For more information about the `moby` builder, check the [issue-1693](https://github.com/tensorchord/envd/issues/1693).
291
290
 
292
- > **Important**
291
+ > [!IMPORTANT]
293
292
  > For more details, check the [upgrade to v1](https://envd.tensorchord.ai/guide/v1.html) doc.
294
293
 
295
294
  ## More on documentation 📝
@@ -397,9 +396,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
397
396
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/xieydd"><img src="https://avatars.githubusercontent.com/u/20329697?v=4?s=70" width="70px;" alt="xieydd"/><br /><sub><b>xieydd</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=xieydd" title="Code">💻</a></td>
398
397
  <td align="center" valign="top" width="14.28%"><a href="https://github.com/xing0821"><img src="https://avatars.githubusercontent.com/u/54933318?v=4?s=70" width="70px;" alt="xing0821"/><br /><sub><b>xing0821</b></sub></a><br /><a href="#ideas-xing0821" title="Ideas, Planning, & Feedback">🤔</a> <a href="#userTesting-xing0821" title="User Testing">📓</a> <a href="https://github.com/tensorchord/envd/commits?author=xing0821" title="Code">💻</a></td>
399
398
  <td align="center" valign="top" width="14.28%"><a href="https://xxchan.github.io"><img src="https://avatars.githubusercontent.com/u/37948597?v=4?s=70" width="70px;" alt="xxchan"/><br /><sub><b>xxchan</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=xxchan" title="Documentation">📖</a></td>
400
- <td align="center" valign="top" width="14.28%"><a href="https://github.com/zhyon404"><img src="https://avatars.githubusercontent.com/u/32242529?v=4?s=70" width="70px;" alt="zhyon404"/><br /><sub><b>zhyon404</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=zhyon404" title="Code">💻</a></td>
399
+ <td align="center" valign="top" width="14.28%"><a href="http://blogs.zhangwei.asia"><img src="https://avatars.githubusercontent.com/u/26432832?v=4?s=70" width="70px;" alt="zhang-wei"/><br /><sub><b>zhang-wei</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=arugal" title="Code">💻</a></td>
401
400
  </tr>
402
401
  <tr>
402
+ <td align="center" valign="top" width="14.28%"><a href="https://github.com/zhyon404"><img src="https://avatars.githubusercontent.com/u/32242529?v=4?s=70" width="70px;" alt="zhyon404"/><br /><sub><b>zhyon404</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=zhyon404" title="Code">💻</a></td>
403
403
  <td align="center" valign="top" width="14.28%"><a href="https://www.homeboyc.cn/"><img src="https://avatars.githubusercontent.com/u/22193008?v=4?s=70" width="70px;" alt="杨成锴"/><br /><sub><b>杨成锴</b></sub></a><br /><a href="https://github.com/tensorchord/envd/commits?author=asjdf" title="Code">💻</a></td>
404
404
  </tr>
405
405
  </tbody>
@@ -0,0 +1,6 @@
1
+ envd-0.4.0.data/data/bin/envd,sha256=TA6wWyDZXKeiyR_uSgaR-KIRdS5gHzCdZTEc9kKgL_Y,81738370
2
+ envd-0.4.0.dist-info/LICENSE,sha256=eyTBZk0yxn_VnN5cGn9-0nJCXtMCubZ2iFQZCEODWxk,11341
3
+ envd-0.4.0.dist-info/METADATA,sha256=puAQip-MVDrMwcClBi_kspOCpe9OR8OSMZ5DqoQ0f5g,39344
4
+ envd-0.4.0.dist-info/WHEEL,sha256=BNCoUqXb4hnMm0sUJGe-46wT6lTr6jjYTlnKpXeRRXs,141
5
+ envd-0.4.0.dist-info/top_level.txt,sha256=1OHC94DZ5nAbn2I1jx5cCPXDMEO0oyGjaWD3VA5sri0,5
6
+ envd-0.4.0.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- envd-0.3.45.data/data/bin/envd,sha256=ZDyShVQNLDsfEHX7VvryWde8zw_RVYFDedJYgBv5w8U,92154690
2
- envd-0.3.45.dist-info/LICENSE,sha256=eyTBZk0yxn_VnN5cGn9-0nJCXtMCubZ2iFQZCEODWxk,11341
3
- envd-0.3.45.dist-info/METADATA,sha256=RWlpU-UvWhA0XFkC8LQ6pLGarpGsh6STbeA_XxSMfic,39017
4
- envd-0.3.45.dist-info/WHEEL,sha256=BNCoUqXb4hnMm0sUJGe-46wT6lTr6jjYTlnKpXeRRXs,141
5
- envd-0.3.45.dist-info/top_level.txt,sha256=1OHC94DZ5nAbn2I1jx5cCPXDMEO0oyGjaWD3VA5sri0,5
6
- envd-0.3.45.dist-info/RECORD,,
File without changes
File without changes