Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 42b0e14

Browse files
committed
Add note about archiving the project
1 parent 63772a6 commit 42b0e14

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Python-RSA has been archived
2+
3+
Hi folks,
4+
5+
I'm Sybren, one of the original authors and the maintainer of this project.
6+
Unfortunately I don't have the time and brain space left to properly maintain
7+
Python-RSA. As you can see from the lack of activity on the open issues, and the
8+
lack of commits, that has been the case for a while now.
9+
10+
As Python-RSA is included as a dependency in quite a few high-profile projects,
11+
I don't feel comfortable handing over the project to someone else. It's just too
12+
big of a risk.
13+
14+
Thanks for having used this little library for so long, and in so many projects.
15+
I truely didn't expect that when I started working on it. Also big thanks to all
16+
the people helping out and improving the project.
17+
18+
There are improvements that haven't made it into a new release. As I said, I
19+
don't have the time and the brain space to really investigate and oversee the
20+
security impact of all those changes. It's not a decision I've made lightly.
21+
22+
So that's it. If you want to keep the project alive, please fork it. Give it the
23+
love it deserves, investigate those yet-unreleased improvements, and have a
24+
project that's then already better than how I left this one.
25+
26+
Cheers,
27+
Sybren
28+
29+
30+
---------------------------------------------
31+
132
# Pure Python RSA implementation
233

334
[![PyPI](https://img.shields.io/pypi/v/rsa.svg)](https://pypi.org/project/rsa/)

0 commit comments

Comments
 (0)