
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
KomaPy is Python library for creating customizable BPPTKG Monitoring API chart.
KomaPy is suitable for the following applications:
Install the latest version from PyPI by typing this command:
pip install -U komapy
Here it is a quick start example:
from komapy import Chart
from komapy.client import set_api_key
set_api_key('YOUR_API_KEY')
chart = Chart({
'title': 'RB2',
'theme': 'seaborn',
'layout': {
'data': [
{
'series': {
'name': 'edm',
'query_params': {
'benchmark': 'BAB0',
'reflector': 'RB2',
'start_at': '2019-04-01',
'end_at': '2019-08-01',
'ci': True
},
'fields': ['timestamp', 'slope_distance'],
'xaxis_date': True
}
}
]
}
})
chart.render()
chart.save('RB2.png')
Full documentation and tutorials are available at docs/
directory. You can
build the documentation by running these commands:
cd /path/to/komapy/
pip install -r requirements.txt
sphinx-build -b html docs/ /path/to/build/
You can also view online version at the following link.
See CONTRIBUTING.md
to learn how to contribute to this project.
This project is maintained by Indra Rudianto. If you have any question about this project, you can contact him at indrarudianto.official@gmail.com.
By contributing to the project, you agree that your contributions will be licensed under its MIT license. See LICENSE for details.
FAQs
Python library for creating customizable BPPTKG Monitoring API chart
We found that komapy 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.