Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjolowicz/test
https://github.com/cjolowicz/test
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cjolowicz/test
- Owner: cjolowicz
- License: mit
- Created: 2020-07-10T15:09:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:01:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T16:33:11.750Z (2 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.rst
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
README
Test
====|PyPI| |Python Version| |License|
|Read the Docs| |Tests| |Codecov|
|pre-commit| |Dependabot| |Black|
.. |PyPI| image:: https://img.shields.io/pypi/v/test.svg
:target: https://pypi.org/project/test/
:alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/test
:target: https://pypi.org/project/test
:alt: Python Version
.. |License| image:: https://img.shields.io/pypi/l/test
:target: https://opensource.org/licenses/MIT
:alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/test/latest.svg?label=Read%20the%20Docs
:target: https://test.readthedocs.io/
:alt: Read the documentation at https://test.readthedocs.io/
.. |Tests| image:: https://github.com/cjolowicz/test/workflows/Tests/badge.svg
:target: https://github.com/cjolowicz/test/actions?workflow=Tests
:alt: Tests
.. |Codecov| image:: https://codecov.io/gh/cjolowicz/test/branch/master/graph/badge.svg
:target: https://codecov.io/gh/cjolowicz/test
:alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit
.. |Dependabot| image:: https://api.dependabot.com/badges/status?host=github&repo=cjolowicz/test
:target: https://dependabot.com
:alt: Dependabot
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: BlackFeatures
--------* TODO
Requirements
------------* TODO
Installation
------------You can install *Test* via pip_ from PyPI_:
.. code:: console
$ pip install test
Usage
-----* TODO
Contributing
------------Contributions are very welcome.
To learn more, see the `Contributor Guide`_.License
-------Distributed under the terms of the MIT_ license,
*Test* is 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: http://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/test/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst