-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Installation instructions from repository or PyPI.
- Loading branch information
Showing
1 changed file
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |