python-scripts

Miscellaneous Python scripts

MIT License

Downloads
156
Stars
0
Committers
2

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/python-scripts/branch/main/graph/badge.svg :target: https://codecov.io/gh/cjolowicz/python-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/