GitXplorerGitXplorer
p

charter

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
ad36fbc1589b0e77af102b2b92873b7b412ef4eb

Add rich console to y axis

ppaw-lu committed 4 years ago
Unverified
c23ff9f9d7584843e1dd5585c769f332179c31e1

Test rich measure

ppaw-lu committed 4 years ago
Unverified
ad04c04da02aa414c11fdd8905a7b2a6abae96be

Test long y tick labels

ppaw-lu committed 4 years ago
Unverified
a8b974f534f8239124324e0eb86c566e743b0951

Remove print statements

ppaw-lu committed 4 years ago
Unverified
af7eff1c760361bbc1f172479b380f1f340e6028

Test no ticks y line

ppaw-lu committed 4 years ago
Unverified
d2b1d6f2dd83e835d4d1437a3a098ee89ed732fe

Add y line

ppaw-lu committed 4 years ago

README

The README file for this repository.

Charter

|PyPI| |Python Version| |License|

|Read the Docs| |Tests| |Codecov|

|pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/charter.svg :target: https://pypi.org/project/charter/ :alt: PyPI .. |Python Version| image:: https://img.shields.io/pypi/pyversions/charter :target: https://pypi.org/project/charter :alt: Python Version .. |License| image:: https://img.shields.io/pypi/l/charter :target: https://opensource.org/licenses/MIT :alt: License .. |Read the Docs| image:: https://img.shields.io/readthedocs/charter/latest.svg?label=Read%20the%20Docs :target: https://charter.readthedocs.io/ :alt: Read the documentation at https://charter.readthedocs.io/ .. |Tests| image:: https://github.com/paw-lu/charter/workflows/Tests/badge.svg :target: https://github.com/paw-lu/charter/actions?workflow=Tests :alt: Tests .. |Codecov| image:: https://codecov.io/gh/paw-lu/charter/branch/master/graph/badge.svg :target: https://codecov.io/gh/paw-lu/charter :alt: Codecov .. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white :target: https://github.com/pre-commit/pre-commit :alt: pre-commit .. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black :alt: Black

Features

  • TODO

Requirements

  • TODO

Installation

You can install Charter via pip_ from PyPI_:

.. code:: console

$ pip install charter

Usage

  • TODO

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide_.

License

Distributed under the terms of the MIT_ license, Charter is free and open source software.

Issues

If you encounter any problems, please file an issue_ along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.

.. _@cjolowicz: https://github.com/cjolowicz .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _MIT: http://opensource.org/licenses/MIT .. _PyPI: https://pypi.org/ .. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python .. _file an issue: https://github.com/paw-lu/charter/issues .. _pip: https://pip.pypa.io/ .. github-only .. _Contributor Guide: CONTRIBUTING.rst