forked from jython/jython
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
42 lines (30 loc) · 1.64 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Jython: Python for the Java Platform
------------------------------------
Welcome to Jython @jython.version@.
@snapshot.banner@
This is @readme.release@ release of version @jython.version.short@ of Jython.
Along with language and runtime compatibility with CPython 2.7, Jython 2.7
provides substantial support of the Python ecosystem. This includes built-in
support of pip/setuptools (you can use with bin/pip) and a native launcher
for Windows (bin/jython.exe). Python 2.7 is out of support. Running on Jython
should not be considered an alternative to porting to Python 3.
Jim Baker presented a talk at PyCon 2015 about Jython 2.7, including demos
of new features: https://www.youtube.com/watch?v=hLm3garVQFo
This release was compiled on @os.name@ using @java.vendor@ Java
version @java.version@ and requires a minimum of Java @jdk.target.version@ to run.
See LICENSE.txt for details about Jython's copyright and license, and NEWS
for detailed release notes, including bugs fixed, backward breaking changes,
and new features.
The developers extend their thanks to all who contributed to this release
of Jython, through bug reports, patches, pull requests, documentation
changes, email and conversation in any media. See ACKNOWLEDGMENTS for a
list of contributors. We are grateful to the PSF for continuing practical
help and support of the project.
Downloads
---------
Downloads (JAR, source and dependency metadata) are available from Maven
Central (Sonatype) at https://central.sonatype.com/search?q=g:org.python
and linked from https://www.jython.org/download.
Bug Reports
-----------
Please report reproducible failures at https://github.com/jython/jython/issues .