
Security News
TC39 Advances 11 Proposals for Math Precision, Binary APIs, and More
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
A lightweight Python package demonstrating GitLab CI/CD capabilities with an interactive WiFi Speed Test dashboard for Jupyter notebooks.
Install the package using pip:
pip install gitlab-cicd-project
After installation, start a Jupyter notebook and run:
from gitlab_cicd_project import hello
# Launch the WiFi Speed Test Dashboard
hello()
You can also use the package from the command line:
gitlab-cicd-project
Alternatively, you can use it in your Python code:
from gitlab_cicd_project import hello
# Print welcome message
hello()
from gitlab_cicd_project import WifiSpeedTester
# Create a speed tester instance
tester = WifiSpeedTester()
# Display the dashboard
tester.display()
The dashboard provides:
This package relies on the following key libraries:
⚠️ Important: Currently Only Supports Jupyter Notebook Environment
This package is designed to work exclusively within Jupyter Notebook environments. The interactive dashboard features rely on Jupyter's widget system and will not function in:
To use this package, you must run it from within a Jupyter notebook.
Clone the repository:
git clone https://gitlab.com/gitlab-shrprabh/gitlab-cicd-project.git
cd gitlab-cicd-project
Install development dependencies:
pip install -e ".[dev]"
Install build tools:
pip install setuptools wheel twine
Build distribution packages:
python setup.py sdist bdist_wheel
This will create distribution files in the dist/
directory.
Set up your PyPI credentials:
export TWINE_USERNAME=__token__
export TWINE_PASSWORD=your-pypi-token
Upload the package to PyPI:
twine upload dist/*
This project includes GitLab CI/CD configuration for automated testing and publishing:
Set the following environment variables in your GitLab CI/CD settings:
TWINE_USERNAME
: Set to __token__
TWINE_PASSWORD
: Your PyPI API tokenThe CI/CD pipeline will automatically:
To create a new release:
git tag v0.1.0
git push origin v0.1.0
hello()
functionThis project is licensed under the MIT License - see below for a summary:
Copyright (c) 2025 Shreyas Prabhakar
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Contributions are welcome! Here's how you can help:
git checkout -b feature/amazing-feature
git commit -m 'Add amazing feature'
git push origin feature/amazing-feature
If you encounter any issues or have questions, please open an issue on the GitLab repository.
Made with ❤️ by Shreyas Prabhakar
FAQs
wifi speed test package
We found that gitlab-cicd-project demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.