A collection of court seals that can be used in any project.
Project description
Welcome to the Court Seal Rookery
This is a collection of court seals that works in tandem with the Free Law Project court seals service. You can use this system to integrate picture of court seals directly into your applications.
Original files can be found in the orig directory and an index file can be found at seals.json.
Using this Project
This system is exceedingly simple. To use this it, install the judge pics package from pypi:
pip install seal-rookery
And then use that package to get the URL of a court's seal:
>>> from seal_rookery.search import seal, ImageSizes
>>> seal("ca9", ImageSizes.SMALL)
'https://seals.free.law/v2/128/ca9.png'
Now that you have the URL of the court's seal in a useful size, just embed it in your application. Perhaps:
<img src="https://seals.free.law/v2/128/ca9.png"
height=128 />
One thing we don't currently do is provide a consistent width for the photos. This is because our sources are not consistent, and we opted to set the height consistently instead of the width. You can work around this by using the width attribute of the img tag instead of the height (in which case the browser will scale it for you), or by just ignoring the width attribute and letting the photo have slightly varying widths on your page.
You can request images in one of the following heights:
class ImageSizes(Enum):
SMALL = 128
MEDIUM = 256
LARGE = 512
XLARGE = 1024
ORIGINAL = "orig"
Selecting ImageSizes.ORIGINAL will give you a link to the original image that we have in our collection. You'd want to use this to make custom sized images, say.
For questions about the reliability, pricing, versioning, privacy, and security of the service see the readme file for the judge-pics repository.
Contributing
-
Find the image and ensure it follows our quality guidelines (below).
-
Add the image file to the
origdirectory. -
Edit
seals.jsonto include the relevant fields for your new file.
Quality Guidelines
-
Convert your original file to
pngorsvg, as appropriate. If you have thepsfile, include that as well. -
If you use transparency or the file has it, make sure the file looks OK on a background other than white. If it looks bizarre on an orange or blue background, fix it by adding a white layer on the bottom.
-
Trim any extraneous margins and if the seal is circular, make the corners transparent.
-
If the item was previously a
jpegorgif, it's good to clean up the splotchiness created by thejpegcompression. You'll see it if you zoom in.
Usage
We know of no instances where courts have requested a take down of their seal, however usage of government seals has caused a few stirs in the past. Don't attempt to represent the government or its agents.
Testing
Testing can run with the following command.
python -m unittest -v test
Tests are also run on every push to Github at https://github.com/freelawproject/seal-rookery
For more information on testing checkout the Github workflows directory.
New Releases
Deploying can be handled in two ways.
-
Update the version info in setup.py.
-
Commit to github with a tag in format v*.. (ex. v1.0.0)
or
-
Update the version info in setup.py.
-
Install the requirements in requirements-dev.txt
-
Set up a config file at ~/.pypirc containing the upload locations and authentication credentials.
-
Generate a distribution:
python setup.py sdist
-
Upload the distribution:
twine upload dist/* -r pypi
Copyright
Two things. First, if you are creating original work, please consider signing and emailing a contributor license to us so that we may protect the work later, if needed. We do this because we have a lot of experience with IP litigation, and this is a good way to protect a project.
Second, if you're just curious about the copyright of this repository, see the License file for details. The short version of this is you can pretty much use it however you desire.
Credit Where Due
This project inspired by the initial visualization work of @nowherenearithaca.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seal_rookery-2.3.1.tar.gz.
File metadata
- Download URL: seal_rookery-2.3.1.tar.gz
- Upload date:
- Size: 15.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd8a7e02f12403b9dd6f8241ad51d0912946ab8f329a64add736fca174279dd7
|
|
| MD5 |
5da5b07a507b1c6ef3881959ea47562d
|
|
| BLAKE2b-256 |
5280af96f8a10597560e1676140ffe14fa82f0b0bd78333accdfca9262dd5c52
|
File details
Details for the file seal_rookery-2.3.1-py2.py3-none-any.whl.
File metadata
- Download URL: seal_rookery-2.3.1-py2.py3-none-any.whl
- Upload date:
- Size: 15.8 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6506bd7b30bb505a9685ac8ac003d6c82f295629fc005767c9c87ed868bbd9dd
|
|
| MD5 |
b5cf5f652e67f5a2b57e2e77db828570
|
|
| BLAKE2b-256 |
49b9d891cea6ff50ff7814de54204cb0c769284dbb9d8a6280d59d646e81025c
|