Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hypothesis/h
Annotate with anyone, anywhere.
https://github.com/hypothesis/h
annotation hypothesis python
Last synced: 20 days ago
JSON representation
Annotate with anyone, anywhere.
- Host: GitHub
- URL: https://github.com/hypothesis/h
- Owner: hypothesis
- License: bsd-2-clause
- Created: 2012-04-02T19:56:59.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T13:01:18.000Z (7 months ago)
- Last Synced: 2024-04-14T10:27:58.295Z (7 months ago)
- Topics: annotation, hypothesis, python
- Language: Python
- Homepage: https://hypothes.is/
- Size: 38.6 MB
- Stars: 2,879
- Watchers: 99
- Forks: 415
- Open Issues: 156
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome - h - Annotate with anyone, anywhere. (Python)
- awesome-starred-test - hypothesis/h - Annotate with anyone, anywhere. (Python)
- my-awesome - hypothesis/h - 10 star:2.9k fork:0.4k Annotate with anyone, anywhere. (Python)
- awesome-starred - hypothesis/h - Annotate with anyone, anywhere. (python)
README
h
=.. image:: https://github.com/hypothesis/h/actions/workflows/ci.yml/badge.svg?branch=main
:target: https://github.com/hypothesis/h/actions?query=branch%3Amain
:alt: Continuous integration
.. image:: https://img.shields.io/badge/license-BSD-blue.svg
:target: https://github.com/hypothesis/h/blob/main/LICENSE
:alt: BSD licensed
.. image:: https://img.shields.io/badge/python-3.6-blue.svg
:target: https://www.python.org/
:alt: Python 3.6
.. image:: https://readthedocs.org/projects/h/badge/?version=latest
:target: https://h.readthedocs.io/en/latest/?badge=latest
:alt: Docs
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
:alt: Code style: Blackh is the web app that serves most of the https://hypothes.is/ website,
including the web annotations API at https://hypothes.is/api/.
The `Hypothesis client `_
is a browser-based annotator that is a client for h's API.Development
-----------See the `Contributor's guide`_ for instructions on setting up a development
environment and contributing to h.Community
---------Join us on Slack (`request an invite`_ or `log in once you've created an account`_).
If you'd like to contribute to the project, you should also `subscribe`_ to the
`development mailing list`_ and read our `Contributor's guide`_. Then consider
getting started on one of the issues that are ready for work.Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms... _`request an invite`: https://slack.hypothes.is
.. _`log in once you've created an account`: https://hypothesis-open.slack.com/
.. _subscribe: mailto:[email protected]
.. _development mailing list: https://groups.google.com/a/list.hypothes.is/forum/#!forum/dev
.. _Contributor's guide: https://h.readthedocs.io/en/latest/developing/License
-------Hypothesis is released under the `2-Clause BSD License`_, sometimes referred
to as the "Simplified BSD License" or the "FreeBSD License". Some third-party
components are included. They are subject to their own licenses. All of the
license information can be found in the included ``_ file... _2-Clause BSD License: http://www.opensource.org/licenses/BSD-2-Clause