-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from casework/release-0.3.0
Release 0.3.0
- Loading branch information
Showing
30 changed files
with
637 additions
and
1,043 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
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 |
---|---|---|
|
@@ -4,5 +4,7 @@ | |
*.swp | ||
.generated-* | ||
.pytest_cache | ||
.venv-pre-commit | ||
__pycache__ | ||
build | ||
catalog-v001.xml |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
repos: | ||
- repo: https://github.com/psf/black | ||
rev: 22.6.0 | ||
hooks: | ||
- id: black | ||
- repo: https://github.com/pycqa/flake8 | ||
rev: 4.0.1 | ||
hooks: | ||
- id: flake8 | ||
- repo: https://github.com/pycqa/isort | ||
rev: 5.10.1 | ||
hooks: | ||
- id: isort | ||
name: isort (python) |
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,36 +1,35 @@ | ||
# NIST DISCLAIMER | ||
# NIST Software Licensing Statement | ||
|
||
The following information applies to the software code developed | ||
by employees of NIST. | ||
NIST-developed software is provided by NIST as a public service. | ||
You may use, copy, and distribute copies of the software in any | ||
medium, provided that you keep intact this entire notice. You may | ||
improve, modify, and create derivative works of the software or | ||
any portion of the software, and you may copy and distribute such | ||
modifications or works. Modified works should carry a notice | ||
stating that you changed the software and should note the date | ||
and nature of any such change. Please explicitly acknowledge the | ||
National Institute of Standards and Technology as the source of | ||
the software. | ||
|
||
Additional LICENSES are located within the code base and are provided by 3rd | ||
party developers. | ||
============================================================================== | ||
NIST-developed software is expressly provided "AS IS." NIST MAKES | ||
NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED, IN FACT, OR ARISING BY | ||
OPERATION OF LAW, INCLUDING, WITHOUT LIMITATION, THE IMPLIED | ||
WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, | ||
NON-INFRINGEMENT, AND DATA ACCURACY. NIST NEITHER REPRESENTS NOR | ||
WARRANTS THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED | ||
OR ERROR-FREE, OR THAT ANY DEFECTS WILL BE CORRECTED. NIST DOES | ||
NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OF THE | ||
SOFTWARE OR THE RESULTS THEREOF, INCLUDING BUT NOT LIMITED TO THE | ||
CORRECTNESS, ACCURACY, RELIABILITY, OR USEFULNESS OF THE | ||
SOFTWARE. | ||
|
||
This software was developed by employees of the National Institute of | ||
Standards and Technology (NIST), an agency of the Federal Government and is | ||
being made available as a public service. Pursuant to title 17 United States | ||
Code Section 105, works of NIST employees are not subject to copyright | ||
protection in the United States. This software may be subject to foreign | ||
copyright. Permission in the United States and in foreign countries, to the | ||
extent that NIST may hold copyright, to use, copy, modify, create derivative | ||
works, and distribute this software and its documentation without fee is hereby | ||
granted on a non-exclusive basis, provided that this notice and disclaimer of | ||
warranty appears in all copies. | ||
|
||
THE SOFTWARE IS PROVIDED 'AS IS' WITHOUT ANY WARRANTY OF ANY KIND, EITHER | ||
EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY | ||
THAT THE SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND FREEDOM FROM | ||
INFRINGEMENT, AND ANY WARRANTY THAT THE DOCUMENTATION WILL CONFORM TO THE | ||
SOFTWARE, OR ANY WARRANTY THAT THE SOFTWARE WILL BE ERROR FREE. IN NO EVENT | ||
SHALL NIST BE LIABLE FOR ANY DAMAGES, INCLUDING, BUT NOT LIMITED TO, DIRECT, | ||
INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES, ARISING OUT OF, RESULTING FROM, | ||
OR IN ANY WAY CONNECTED WITH THIS SOFTWARE, WHETHER OR NOT BASED UPON | ||
WARRANTY, CONTRACT, TORT, OR OTHERWISE, WHETHER OR NOT INJURY WAS SUSTAINED | ||
BY PERSONS OR PROPERTY OR OTHERWISE, AND WHETHER OR NOT LOSS WAS SUSTAINED | ||
FROM, OR AROSE OUT OF THE RESULTS OF, OR USE OF, THE SOFTWARE OR SERVICES | ||
PROVIDED HEREUNDER. | ||
|
||
To see the latest statement, please visit: | ||
[https://www.nist.gov/director/copyright-fair-use-and-licensing-statements-srd-data-and-software](Copyright, Fair Use, and Licensing Statements for SRD, Data, and Software) | ||
You are solely responsible for determining the appropriateness of | ||
using and distributing the software and you assume all risks | ||
associated with its use, including but not limited to the risks | ||
and costs of program errors, compliance with applicable laws, | ||
damage to or loss of data, programs or equipment, and the | ||
unavailability or interruption of operation. This software is not | ||
intended to be used in any situation where a failure could cause | ||
risk of injury or damage to property. The software developed by | ||
NIST employees is not subject to copyright protection within the | ||
United States. |
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
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
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
Oops, something went wrong.