Metadata-Version: 2.1
Name: cjolowicz-scripts
Version: 2021.12.11
Summary: Miscellaneous Python scripts
Home-page: https://github.com/cjolowicz/python-scripts
License: MIT
Author: Claudio Jolowicz
Author-email: mail@claudiojolowicz.com
Requires-Python: >=3.10
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: PyYAML (>=6.0)
Requires-Dist: Pygments (>=2.10.0)
Requires-Dist: click (>=8.0.1)
Requires-Dist: github3.py (>=3.0.0)
Requires-Dist: httpx (>=0.21.1)
Requires-Dist: matplotlib (>=3.5.0)
Requires-Dist: platformdirs (>=2.4.0)
Requires-Dist: rich (>=10.15.2)
Project-URL: Changelog, https://github.com/cjolowicz/python-scripts/releases
Project-URL: Documentation, https://cjolowicz-scripts.readthedocs.io
Project-URL: Repository, https://github.com/cjolowicz/python-scripts
Description-Content-Type: text/x-rst

Miscellaneous Python scripts
============================

|PyPI| |Status| |Python Version| |License| |Read the Docs| |Tests| |Codecov|

.. |PyPI| image:: https://img.shields.io/pypi/v/cjolowicz-scripts.svg
   :target: https://pypi.org/project/cjolowicz-scripts/
   :alt: PyPI
.. |Status| image:: https://img.shields.io/pypi/status/cjolowicz-scripts.svg
   :target: https://pypi.org/project/cjolowicz-scripts/
   :alt: Status
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/cjolowicz-scripts
   :target: https://pypi.org/project/cjolowicz-scripts
   :alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/cjolowicz-scripts
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/cjolowicz-scripts/latest.svg?label=Read%20the%20Docs
   :target: https://cjolowicz-scripts.readthedocs.io/
   :alt: Read the documentation at https://cjolowicz-scripts.readthedocs.io/
.. |Tests| image:: https://github.com/cjolowicz/python-scripts/workflows/Tests/badge.svg
   :target: https://github.com/cjolowicz/python-scripts/actions?workflow=Tests
   :alt: Tests
.. |Codecov| image:: https://codecov.io/gh/cjolowicz/cjolowicz-scripts/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/cjolowicz/cjolowicz-scripts
   :alt: Codecov


Welcome to my assortment of random Python scripts,
all of which come with no guarantees whatsoever.


Installation
------------

You can install these scripts via pip_ from PyPI_:

.. code:: console

   $ pip install cjolowicz-scripts


Usage
-----

Please see the Documentation_ for details.


Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.


License
-------

Distributed under the terms of the `MIT license`_,
these scripts are 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 license: https://opensource.org/licenses/MIT
.. _PyPI: https://pypi.org/
.. _Hypermodern Python Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _file an issue: https://github.com/cjolowicz/python-scripts/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Documentation: https://cjolowicz-scripts.readthedocs.io/

