Metadata-Version: 2.1
Name: bqscales
Version: 0.2.4
Summary: Grammar of Graphics in Python.
Home-page: https://github.com/bqplot/bqscales
Author: The BQplot Development Team
License: Apache
Keywords: ipython,jupyter,widgets,graphics,plotting,d3,bqplot
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# bqscales

Grammar of Graphics in Python for bqplot and other Jupyter widgets libraries

## Installation

You can install using `pip`:

```bash
pip install bqscales
```

If you use jupyterlab <=2:

```bash
jupyter labextension install @jupyter-widgets/jupyterlab-manager
```

## Development

See our [contributing guidelines](CONTRIBUTING.md) to know how to contribute and set up a development environment.

## License

This software is licensed under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.


