https://github.com/the-allanc/crookbook
The Crookbook: Common utilities used in my projects.
https://github.com/the-allanc/crookbook
Last synced: 3 months ago
JSON representation
The Crookbook: Common utilities used in my projects.
- Host: GitHub
- URL: https://github.com/the-allanc/crookbook
- Owner: the-allanc
- License: mit
- Created: 2017-09-17T12:26:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T19:16:29.000Z (about 4 years ago)
- Last Synced: 2025-02-28T03:24:36.854Z (4 months ago)
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. |name| replace:: crookbook
.. |summary| replace:: Common utilities used in my projects.|name|
======|summary|
.. _repository: https://github.com/the-allanc/crookbook/
.. _documentation: https://crookbook.readthedocs.io/en/stable/
.. _pypi: https://pypi.python.org/pypi/crookbook
.. _coveralls: https://coveralls.io/github/the-allanc/crookbook
.. _license: https://github.com/the-allanc/crookbook/master/LICENSE.txt
.. _travis: https://travis-ci.org/the-allanc/crookbook
.. _codeclimate: https://codeclimate.com/github/the-allanc/crookbook.. |Build Status| image:: https://img.shields.io/travis/the-allanc/crookbook.svg
:target: travis_
:alt: Build Status
.. |Coverage| image:: https://img.shields.io/coveralls/the-allanc/crookbook.svg
:target: coveralls_
:alt: Coverage
.. |Docs| image:: https://readthedocs.org/projects/crookbook/badge/?version=stable&style=flat
:target: documentation_
:alt: Docs
.. |Release Version| image:: https://img.shields.io/pypi/pyversions/crookbook.svg
:target: pypi_
:alt: Release Version
.. |Python Version| image:: https://img.shields.io/pypi/v/crookbook.svg
:target: pypi_
:alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/crookbook.svg
:target: license_
:alt: License
.. |Code Climate| image:: https://img.shields.io/codeclimate/issues/the-allanc/crookbook.svg
:target: codeclimate_
:alt: Code Climate
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: BlackIf there's something you find useful, feel free to request it gets put into a separate library.
|Docs| |Release Version| |Python Version| |License| |Build Status| |Coverage| |Code Climate|
.. all-content-above-will-be-included-in-sphinx-docs
You can browse the source code and file bug reports at the project repository_. Full documentation can be found `here`__.
__ documentation_