Skip to content

Commit

Permalink
📝 Installation instructions from repository or PyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Jul 26, 2023
1 parent 842d30c commit 1b30dbb
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
Web Opt-Out
===========

A tool and library written in Python to check the Copyright information of online works and the conditions under which they can be accessed.
A tool and library written in Python to check the Copyright information of online works and the conditions under which they can be accessed. See the `examples` folder to get started.

The source code is available in this repository and there are packaged releases available from PyPI that include verified databases.


Installation
------------

Option 1) Install from PyPI [recommended]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. bash::
pip install weboptout


Option 2) Setup From Source [developers]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. bash::
pip install poetry
poetry install


Terms & Conditions
------------------

You may use this tool and/or library under the MIT license. See the LICENSE file for details!
This project has dual licensing, both of which you must respect if you use packaged releases:

Specifically, as specified in the LICENSE, using this software comes without WARRANTIES OF NON-INFRINGEMENT, thus any and all claims of WARRANTY or INDEMNIFICATION relating to `weboptout` will be considered punishable breaches. Additionally, claiming REGULATORY or CONTRACTUAL compliance by virtue of using this software shall also be considered a breach of the LICENSE terms. When such cases occur, as per the last two lines of the MIT license, the software's author(s) shall be entitled to claim DAMAGES, and the amount is hereby agreed to be €250,000 per violation.
* *The source code in this repository is covered by the MIT license.*
* *The database in packaged releases is under a Fair Dealings Licence.*

By using or downloading this softwar, you agree that the above legal interpretation of the LICENSE details and implications is compatible with the MIT license, and you agree to be bound by this interpretation — as well as downstream users of the software to whom you distribute original or modified versions, as well as rewritten derivatives.
Please note that this project does not provide WARRANTY, and attempts to claim WARRANTY for NON-INFRINGEMENT in the context of regulatory or contractual compliance will be considered a punishable breach of the LICENSE terms. DAMAGES are set at €250,000.

0 comments on commit 1b30dbb

Please sign in to comment.