Page Analyzer is a web tool for checking the SEO performance and analyzing HTML tags of a given URL
$ git clone git@github.com:alllexxx1/python-project-83.git
$ cd python-project-83
$ make build
Create a ".env" file in the root and add SECRET_KEY and DATABASE_URL variables to it
$ make dev
$ make start
This project was built using these tools:
Tool | Description |
---|---|
flask | "Lightweight WSGI web application framework" |
gunicorn | "‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX" |
poetry | "Python dependency management and packaging made easy" |
flake8 | "Your tool for style guide enforcement" |
psycopg2 | "The most popular PostgreSQL database adapter for the Python programming language" |
validators | "A simple validation library " |
requests | "A simple, yet elegant, HTTP library" |
beautifulsoup4 | "A library that makes it easy to scrape information from web pages" |
python-dotenv | "A library that helps load configuration from a .env" |