
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Extends HoloViz Panel with FullCalendar capabilities
panel-full-calendar
integrates the powerful FullCalendar JavaScript library with the Panel ecosystem, enabling interactive calendar widgets directly in Python applications. It provides the ability to:
This widget is perfect for building dashboards, scheduling applications, and any interface that requires robust calendar functionality.
This project is in its early stages, so if you find a version that suits your needs, it’s recommended to pin your version, as updates may introduce breaking changes.
To pin your version in requirements.txt
, specify the version explicitly:
panel-full-calendar==0.x.x
Or in pyproject.toml
:
[tool.poetry.dependencies]
panel-full-calendar = "0.x.x"
Install panel-full-calendar
via pip
:
pip install panel-full-calendar
Alternatively, add it to your pyproject.toml
:
[tool.poetry.dependencies]
panel-full-calendar = "^0.x.x"
To use the calendar in a Panel application:
import panel as pn
from panel_full_calendar import Calendar
pn.extension("fullcalendar")
# Create a basic calendar widget
calendar = Calendar(sizing_mode="stretch_width")
calendar.show()
git clone https://github.com/panel-extensions/panel-full-calendar
cd panel-full-calendar
For a simple setup use uv
:
uv venv
source .venv/bin/activate # on linux. Similar commands for windows and osx
uv pip install -e .[dev]
pre-commit run install
pytest tests
For the full Github Actions setup use pixi:
pixi run pre-commit-install
pixi run postinstall
pixi run test
This repository is based on copier-template-panel-extension. To update to the latest template version run:
pixi exec --spec copier --spec ruamel.yaml -- copier update --defaults --trust
Note: copier
will show Conflict
for files with manual changes during an update. This is normal. As long as there are no merge conflict markers, all patches applied cleanly.
Contributions are welcome 🤗! Please follow these steps to contribute:
git checkout -b feature/YourFeature
.git commit -m 'Add some feature'
.git push origin feature/YourFeature
.Please ensure your code adheres to the project's coding standards and passes all tests.
If you encounter issues or want to request features, please submit a GitHub issue.
FAQs
Extends HoloViz Panel with FullCalendar capabilities
We found that panel-full-calendar 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.