Our project reached 100k pulls

Back to Blog
locks

Our project reached 100k pulls

We are very happy that our open source project pypassword reached that high threshold – 100k pulls.

This project was created when we needed some simple command-line tool for generating passwords. From time to time it was annoying to move firstly created bash script between PCs for this purpose and then we talked to ourself, what if we create simple docker image for this? And that was the moment when our project was born.

We decided to create python library, so it was very easy to use same functionality as command line tool and python library as well. We like alpine linux docker image, because it’s lightweight, small which leads to keep better security, so as our base docker image we use alpine linux with python3.

This is just the beginning, so if you need some another functionality/feature/whatever just create an issue on its github project https://github.com/Pipoline/pypassword or if you want contribute do not hesitate and create Pull Request.

Share this post

Back to Blog