https://github.com/ionelmc/python-pygaljs
Python package providing assets from https://github.com/Kozea/pygal.js
https://github.com/ionelmc/python-pygaljs
Last synced: 6 months ago
JSON representation
Python package providing assets from https://github.com/Kozea/pygal.js
- Host: GitHub
- URL: https://github.com/ionelmc/python-pygaljs
- Owner: ionelmc
- License: other
- Created: 2015-08-13T17:36:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T07:52:38.000Z (over 5 years ago)
- Last Synced: 2025-04-03T00:08:06.323Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
========
pygal.js
========.. list-table::
:stub-columns: 1* - package
- |version| |downloads|.. |version| image:: https://img.shields.io/pypi/v/pygaljs.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/pygaljs.. |downloads| image:: https://img.shields.io/pypi/dm/pygaljs.svg?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/pygaljsPython package providing assets from https://github.com/Kozea/pygal.js
* Free software: LGPLv3 license
Installation
============::
pip install pygaljs
Releasing
=========::
git submodule foreach "git fetch; git reset --hard origin/gh-pages"
git submodule sync