This application leverages existing libraries such as phonenumber (https://pypi.org/project/phonenumbers/), in order to have a new take on how to implement the algorithms , in an existing project for usage for validation reasons, of people's numbers.
// With the power of python the project only has 47 lines of code .... :-) enjoy
https://replit.com/@DanteLentsoe/phonenumbertracker#main.py
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python minimum v3.3.0
- Clone the repository using SSH
git clone https://github.com/DanteLentsoe/phone_number_tracker.git
- Navigate to the cloned repo
cd phone_number_tracker
-
brew install pip
-
pip install phonenumbers
- To run tests normally, use
- To run tests with coverage reporting, use
python -m unittest
There are 2 environments each corresponding to a branch on the repository:
- Production -
master
branch - Development -
dev
branch
The application is deployed on Repl.it
Details of the tech stack that has been used.
A basic architecture diagram or description of the chosen architecture should be detailed here. Lol, I did not include it.
Please read CONTRIBUTING.md for details on the followed standards standard for commit messages and the accepted pull request process.
- Dante Lentsoe dllentsoe@gmail.com
├─ MIT: 953
├─ ISC: 78
├─ BSD-3-Clause: 37
├─ BSD-2-Clause: 29
├─ Apache-2.0: 26
├─ MIT*: 8
├─ BSD: 5
├─ (MIT OR CC0-1.0): 5
├─ CC0-1.0: 4
├─ WTFPL: 2
├─ Unlicense: 2
├─ 0BSD: 2
├─ Custom: https://github.com/tmcw/jsonlint: 1
├─ BSD-3-Clause OR MIT: 1
├─ (MIT OR Apache-2.0): 1
├─ CC-BY-4.0: 1
├─ Public Domain: 1
├─ AFLv2.1,BSD: 1
├─ (MIT AND Zlib): 1
├─ (MIT AND BSD-3-Clause): 1
└─ CC-BY-3.0: 1
-
Run
python3 main.py
Version | Author | Date |
---|---|---|
0.1.1 | Dante Lentsoe dllentsoe@gmail.com | 11/09/2021 |