Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cjolowicz/python-scripts


https://github.com/cjolowicz/python-scripts

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

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/