Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
pyodide
Commits
8f51f779
Commit
8f51f779
authored
Jun 22, 2018
by
Michael Droettboom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More refinement of docs
parent
f895392a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
README.md
README.md
+4
-0
docs/new_packages.md
docs/new_packages.md
+2
-1
No files found.
README.md
View file @
8f51f779
...
...
@@ -7,6 +7,10 @@ The Python scientific stack, compiled to WebAssembly.
It provides transparent conversion of objects between Javascript and Python.
When inside a browser, this means Python has full access to the Web APIs.
**
While closely related to the
[
iodide project
](
https://iodide.io
)
, Pyodide may
be used standalone in any context where you want to run Python inside a web
browser.
**
See
[
the demo
](
https://iodide.io/pyodide-demo/python.html
)
# Building
...
...
docs/new_packages.md
View file @
8f51f779
...
...
@@ -29,7 +29,8 @@ automatically.
## The meta.yaml file
Packages are defined by writing a
`meta.yaml`
file. The format of these files is
based on the
`meta.yaml`
files used to build
[
Conda packages
](
TODO:
Add URL),
based on the
`meta.yaml`
files used to build
[
Conda
packages
](
https://conda.io/docs/user-guide/tasks/build-packages/define-metadata.html
)
,
though it is much more limited. The most important limitation is that Pyodide
assumes there will only be one version of a given library available, whereas
Conda allows the user to specify the versions of each package that they want to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment