Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjolowicz/python-scripts
https://github.com/cjolowicz/python-scripts
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cjolowicz/python-scripts
- Owner: cjolowicz
- License: mit
- Created: 2021-12-08T06:17:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T07:01:55.000Z (almost 2 years ago)
- Last Synced: 2024-11-27T17:47:09.636Z (29 days ago)
- Language: Python
- Homepage: https://cjolowicz-scripts.readthedocs.io
- Size: 362 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 78
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
- Code of conduct: CODE_OF_CONDUCT.rst
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: CodecovWelcome 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/