Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
benweissmann committed Jun 5, 2020
0 parents commit 369ee42
Show file tree
Hide file tree
Showing 126 changed files with 20,167 additions and 0 deletions.
137 changes: 137 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so


# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# Node
node_modules

# Serverless directories
.serverless

31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
distro: bionic
language: node_js
node_js:
- 13.5.0
install:
- sudo apt-get update
- sudo apt-get install python3-pip python3-setuptools python3-wheel awscli
- python3 -m pip install --user pipenv
- yarn install
- pipenv install --dev
script:
- pipenv run mypy
- cd frontend && yarn install && yarn build && cd ..
deploy:
# deploy master to dev
- provider: script
skip_cleanup: true
script: >-
yarn sls deploy -s dev &&
cd frontend &&
yarn install &&
./deploy.sh
on:
branch: master
# deploy v* tags to prod
- provider: script
skip_cleanup: true
script: yarn sls deploy -s prod
on:
tags: true
condition: $TRAVIS_TAG =~ ^v[0-9.]+$
101 changes: 101 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
Business Source License 1.1

Parameters

Licensor: VoteAmerica
Licensed Work: Signature Extractor
The Licensed Work is (c) 2020 VoteAmerica, Inc.
Additional Use Grant: You may make use of the Licensed Work, provided that you do
not use the Licensed Work for an Voter Outreach and
Registration Service.

A "Voter Outreach and Registration Service" is a commercial
offering that allows third parties (other than your employees
and contractors) to access the functionality of the Licensed
Work so that such third parties directly benefit from the
voter notification, status verification, registration, and
election information features of the Licensed Work.

Change Date: 2024-03-01

Change License: Apache License, Version 2.0

Notice

The Business Source License (this document, or the "License") is not an Open
Source license. However, the Licensed Work will eventually be made available
under an Open Source License, as stated in this License.

License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
"Business Source License" is a trademark of MariaDB Corporation Ab.

-----------------------------------------------------------------------------

Business Source License 1.1

Terms

The Licensor hereby grants you the right to copy, modify, create derivative
works, redistribute, and make non-production use of the Licensed Work. The
Licensor may make an Additional Use Grant, above, permitting limited
production use.

Effective on the Change Date, or the fourth anniversary of the first publicly
available distribution of a specific version of the Licensed Work under this
License, whichever comes first, the Licensor hereby grants you rights under
the terms of the Change License, and the rights granted in the paragraph
above terminate.

If your use of the Licensed Work does not comply with the requirements
currently in effect as described in this License, you must purchase a
commercial license from the Licensor, its affiliated entities, or authorized
resellers, or you must refrain from using the Licensed Work.

All copies of the original and modified Licensed Work, and derivative works
of the Licensed Work, are subject to this License. This License applies
separately for each version of the Licensed Work and the Change Date may vary
for each version of the Licensed Work released by Licensor.

You must conspicuously display this License on each original or modified copy
of the Licensed Work. If you receive the Licensed Work in original or
modified form from a third party, the terms and conditions set forth in this
License apply to your use of that work.

Any use of the Licensed Work in violation of this License will automatically
terminate your rights under this License for the current and all other
versions of the Licensed Work.

This License does not grant you any right in any trademark or logo of
Licensor or its affiliates (provided that you may use a trademark or logo of
Licensor as expressly required by this License).

TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
TITLE.

MariaDB hereby grants you permission to use this License’s text to license
your works, and to refer to it using the trademark "Business Source License",
as long as you comply with the Covenants of Licensor below.

Covenants of Licensor

In consideration of the right to use this License’s text and the "Business
Source License" name and trademark, Licensor covenants to MariaDB, and to all
other recipients of the licensed work to be provided by Licensor:

1. To specify as the Change License the GPL Version 2.0 or any later version,
or a license that is compatible with GPL Version 2.0 or a later version,
where "compatible" means that software provided under the Change License can
be included in a program with software provided under GPL Version 2.0 or a
later version. Licensor may specify additional Change Licenses without
limitation.

2. To either: (a) specify an additional grant of rights to use that does not
impose any additional restriction on the right granted in this License, as
the Additional Use Grant; or (b) insert the text "None".

3. To specify a Change Date.

4. Not to modify this License in any other way.
35 changes: 35 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
black = "*"
mypy = "*"
autoflake = "*"
isort = "*"

[packages]
opencv-python-headless = "*"
numpy = "*"
smalluuid = "*"
boto3 = "*"
twilio = "*"
requests = "*"
sentry-sdk = "*"

[requires]
python_version = "3.7"

[pipenv]
allow_prereleases = true

[scripts]
samples = "bash -c 'rm -f ./samples/images/*.out.jpg && PYTHONPATH=. python -m samples.process_all ./samples/images/*.jpg'"
local_samples = "bash -c 'rm -f ./samples/local/images/*.out.jpg && PYTHONPATH=. python -m samples.process_all ./samples/local/images/*-input.jpg'"
single_sample = "bash -c 'rm -f ./samples/images/easy1.out.jpg && PYTHONPATH=. python -m samples.process_all ./samples/images/easy1.jpg'"
autoflake = "autoflake --remove-unused-variables --remove-all-unused-imports --ignore-init-module-imports --exclude .serverless,node_modules,frontend ."
isort = "isort --recursive --skip .serverless --skip node_modules --skip frontend ."
black = "black ."
mypy = "mypy ."
format = "bash -c 'pipenv run autoflake && pipenv run isort && pipenv run black'"
Loading

0 comments on commit 369ee42

Please sign in to comment.