https://github.com/i-valchev/urpas
UrPas repository
https://github.com/i-valchev/urpas
Last synced: 2 months ago
JSON representation
UrPas repository
- Host: GitHub
- URL: https://github.com/i-valchev/urpas
- Owner: I-Valchev
- License: apache-2.0
- Created: 2015-03-04T08:46:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T19:02:04.000Z (about 10 years ago)
- Last Synced: 2025-01-23T00:43:28.488Z (4 months ago)
- Language: Python
- Size: 1.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/I-Valchev/UrPas) [](https://img.shields.io/hexpm/l/plug.svg)   
Borislav Rusinov and Ivo Valchev
---
#What is UrPas?
---
It is simple password application that will allow the user to save his password via a personal account.
Other options include, but are not limited to, password generation and encryption.
A demo version is availabe for the first 5 saved and 2 random generated passwords.
Full licensed version is available for $5.
The licensed version includes: unlimited number of saved passwords; unlimited number of password generations.---
How to run the tests?
---Dependencies: coverage.py (downloadable from Python's official site or by running "sudo pip install coverage"
Run the following command in the main directory: "sudo make" (root access is needed in order to start xampp, otherwise the test will FAIL!
Output is generated in htmlcov/index.html
---
Requirements
---Python version 2.7.X
XAMPP with: user named "root", database named "UrPasDB" [XAMPP Instalation guide](http://ubuntuportal.com/2013/12/how-to-install-xampp-1-8-3-for-linux-in-ubuntu-desktop.html)
---
Documentation
---Public methods are documented using the official python documentation tool. The HTML page is available at /doc/_build/html/main.html