Skip to content

Add atproto-did code for account verification. #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 28, 2025
Prev Previous commit
Next Next commit
Resolved conflicts with master.
  • Loading branch information
Stewori committed Apr 7, 2024
commit d9225c8c01a26ee2b3e3f50465cf0f33cee01f42
10 changes: 9 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@
title: Home
---
## What is Jython?
Jython is a [Java](https://go.java/index.html) implementation of [Python](https://www.python.org/) that combines expressive power with clarity. Jython is freely available for both commercial and non-commercial use and is distributed with source code under the [PSF License v2](https://github.com/jython/jython/blob/master/LICENSE.txt). Jython is complementary to Java and is especially suited for the following tasks:
The Jython project provides implementations of [Python](https://www.python.org/) in [Java](https://go.java/index.html),
providing to Python the benefits of running on the JVM and access to classes written in Java.
The current release (a Jython 2.7.x) only supports Python 2 (sorry).
There is work towards a Python 3 in the project's GitHub repository.

Jython implementations are freely available for both commercial and non-commercial use.
They are distributed with source code under the [PSF License v2](https://github.com/jython/jython/blob/master/LICENSE.txt).

Jython is complementary to Java and is especially suited for the following tasks:

* Embedded scripting - Java programmers can add the Jython libraries to their system to allow end users to write simple or complicated scripts that add functionality to the application.
* Interactive experimentation - Jython provides an interactive interpreter that can be used to interact with Java packages or with running Java applications. This allows programmers to experiment and debug any Java system using Jython.
Expand Down
2 changes: 2 additions & 0 deletions legacy-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ title: Legacy
## Development before move to Github

### [Bug tracker](https://bugs.jython.org/)
Good old “bjo” bugs.jython.org.

### [Mercurial](https://hg.python.org/jython/)
Until June 2020, development took place here.

### [Github mirror](https://github.com/jython/frozen-mirror/)
This mirror is now frozen.