No project description provided
Project description
CYB600 Lab 1 - Flask Application
This project is a simple Flask web application that displays the current time. It is part of the CYB600 course and demonstrates how to create a Python package and deploy a basic web application.
Project Structure
The project has the following structure:
LICENSE
README.md
requirements.txt
setup.py
CYB600_Lab1/
├── __init__.py
└── time.py
tests/
└── test_time.py # Optional test file
CYB600_Lab1/: Contains the main application code (Flask app).tests/: Directory for unit tests (optional).README.md: Project documentation (you are here!).LICENSE: The license under which this project is distributed (MIT License).requirements.txt: Lists the dependencies for the project.setup.py: Packaging script for installing the project as a Python package.
Installation
To install this package, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/dhuffCanisius/CYB600_Lab1.git
-
Navigate into the project directory:
cd CYB600_Lab1
-
Install the required dependencies:
pip install -r requirements.txt
Usage
Once installed, you can run the Flask web server using the command:
cyb600_lab1_server
This will start the server on http://localhost:8000/, where you can view the current time.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Darnell Huff
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file CYB600_Lab1_Huff4a-0.6.tar.gz.
File metadata
- Download URL: CYB600_Lab1_Huff4a-0.6.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a1d25229431c5424e563f46532ebd24c23524dea49f2c20cfb74e3471e08bd2
|
|
| MD5 |
51a0382ef434ff6e7b124832f976f2a1
|
|
| BLAKE2b-256 |
0f7b69685dd849b5c887a8f4b2effff0376205bf20927a72e6399faf2b02ffe8
|
File details
Details for the file CYB600_Lab1_Huff4a-0.6-py3-none-any.whl.
File metadata
- Download URL: CYB600_Lab1_Huff4a-0.6-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c568ca9b877b46432deab818180fcdc9479ae019cc2cd4b098013e4150a4ad6d
|
|
| MD5 |
ee18d92a6b00da9ee088bfe90d065eec
|
|
| BLAKE2b-256 |
292fb6d7c84c3a48151998e8733ac7019182fec5043b3a0b860f578bd2ab984f
|