Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 21, 2018 19:58
Show Gist options
  • Save ryantm/d2065ac3af1714f13784c6a16552ee16 to your computer and use it in GitHub Desktop.
Save ryantm/d2065ac3af1714f13784c6a16552ee16 to your computer and use it in GitHub Desktop.
/nix/store/wwc2vq2d8n4wbfzpsq90man4c7j4n3a6-proselint-0.9.0
├── bin
│   └── proselint
├── lib
│   └── python3.6
│   └── site-packages
│   ├── proselint
│   │   ├── checks
│   │   │   ├── airlinese
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── annotations
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── archaism
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── cliches
│   │   │   │   ├── hell.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── hell.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── consistency
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── spacing.cpython-36.pyc
│   │   │   │   │   └── spelling.cpython-36.pyc
│   │   │   │   ├── spacing.py
│   │   │   │   └── spelling.py
│   │   │   ├── corporate_speak
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── cursing
│   │   │   │   ├── filth.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── nfl.py
│   │   │   │   ├── nword.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── filth.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── nfl.cpython-36.pyc
│   │   │   │   └── nword.cpython-36.pyc
│   │   │   ├── dates_times
│   │   │   │   ├── am_pm.py
│   │   │   │   ├── dates.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── am_pm.cpython-36.pyc
│   │   │   │   ├── dates.cpython-36.pyc
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   ├── hedging
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── hyperbole
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── __init__.py
│   │   │   ├── jargon
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── lexical_illusions
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── lgbtq
│   │   │   │   ├── __init__.py
│   │   │   │   ├── offensive_terms.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── offensive_terms.cpython-36.pyc
│   │   │   │   │   └── terms.cpython-36.pyc
│   │   │   │   └── terms.py
│   │   │   ├── links
│   │   │   │   ├── broken.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── broken.cpython-36.pyc
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   ├── malapropisms
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── misc
│   │   │   │   ├── apologizing.py
│   │   │   │   ├── back_formations.py
│   │   │   │   ├── bureaucratese.py
│   │   │   │   ├── but.py
│   │   │   │   ├── capitalization.py
│   │   │   │   ├── chatspeak.py
│   │   │   │   ├── commercialese.py
│   │   │   │   ├── composition.py
│   │   │   │   ├── currency.py
│   │   │   │   ├── debased.py
│   │   │   │   ├── false_plurals.py
│   │   │   │   ├── greylist.py
│   │   │   │   ├── illogic.py
│   │   │   │   ├── inferior_superior.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── institution_name.py
│   │   │   │   ├── latin.py
│   │   │   │   ├── many_a.py
│   │   │   │   ├── metaconcepts.py
│   │   │   │   ├── metadiscourse.py
│   │   │   │   ├── narcissism.py
│   │   │   │   ├── not_guilty.py
│   │   │   │   ├── phrasal_adjectives.py
│   │   │   │   ├── preferred_forms.py
│   │   │   │   ├── pretension.py
│   │   │   │   ├── professions.py
│   │   │   │   ├── punctuation.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── apologizing.cpython-36.pyc
│   │   │   │   │   ├── back_formations.cpython-36.pyc
│   │   │   │   │   ├── bureaucratese.cpython-36.pyc
│   │   │   │   │   ├── but.cpython-36.pyc
│   │   │   │   │   ├── capitalization.cpython-36.pyc
│   │   │   │   │   ├── chatspeak.cpython-36.pyc
│   │   │   │   │   ├── commercialese.cpython-36.pyc
│   │   │   │   │   ├── composition.cpython-36.pyc
│   │   │   │   │   ├── currency.cpython-36.pyc
│   │   │   │   │   ├── debased.cpython-36.pyc
│   │   │   │   │   ├── false_plurals.cpython-36.pyc
│   │   │   │   │   ├── greylist.cpython-36.pyc
│   │   │   │   │   ├── illogic.cpython-36.pyc
│   │   │   │   │   ├── inferior_superior.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── institution_name.cpython-36.pyc
│   │   │   │   │   ├── latin.cpython-36.pyc
│   │   │   │   │   ├── many_a.cpython-36.pyc
│   │   │   │   │   ├── metaconcepts.cpython-36.pyc
│   │   │   │   │   ├── metadiscourse.cpython-36.pyc
│   │   │   │   │   ├── narcissism.cpython-36.pyc
│   │   │   │   │   ├── not_guilty.cpython-36.pyc
│   │   │   │   │   ├── phrasal_adjectives.cpython-36.pyc
│   │   │   │   │   ├── preferred_forms.cpython-36.pyc
│   │   │   │   │   ├── pretension.cpython-36.pyc
│   │   │   │   │   ├── professions.cpython-36.pyc
│   │   │   │   │   ├── punctuation.cpython-36.pyc
│   │   │   │   │   ├── scare_quotes.cpython-36.pyc
│   │   │   │   │   ├── suddenly.cpython-36.pyc
│   │   │   │   │   ├── tense_present.cpython-36.pyc
│   │   │   │   │   ├── usage.cpython-36.pyc
│   │   │   │   │   ├── waxed.cpython-36.pyc
│   │   │   │   │   └── whence.cpython-36.pyc
│   │   │   │   ├── scare_quotes.py
│   │   │   │   ├── suddenly.py
│   │   │   │   ├── tense_present.py
│   │   │   │   ├── usage.py
│   │   │   │   ├── waxed.py
│   │   │   │   └── whence.py
│   │   │   ├── mixed_metaphors
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── mondegreens
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── needless_variants
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── nonwords
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── oxymorons
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── psychology
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-36.pyc
│   │   │   ├── redundancy
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   ├── misc.cpython-36.pyc
│   │   │   │   │   └── ras_syndrome.cpython-36.pyc
│   │   │   │   └── ras_syndrome.py
│   │   │   ├── security
│   │   │   │   ├── credit_card.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── password.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── credit_card.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── password.cpython-36.pyc
│   │   │   ├── sexism
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── skunked_terms
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── spelling
│   │   │   │   ├── able_atable.py
│   │   │   │   ├── able_ible.py
│   │   │   │   ├── athletes.py
│   │   │   │   ├── em_im_en_in.py
│   │   │   │   ├── er_or.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── in_un.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── able_atable.cpython-36.pyc
│   │   │   │   ├── able_ible.cpython-36.pyc
│   │   │   │   ├── athletes.cpython-36.pyc
│   │   │   │   ├── em_im_en_in.cpython-36.pyc
│   │   │   │   ├── er_or.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── in_un.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   ├── terms
│   │   │   │   ├── animal_adjectives.py
│   │   │   │   ├── denizen_labels.py
│   │   │   │   ├── eponymous_adjectives.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── animal_adjectives.cpython-36.pyc
│   │   │   │   │   ├── denizen_labels.cpython-36.pyc
│   │   │   │   │   ├── eponymous_adjectives.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   └── venery.cpython-36.pyc
│   │   │   │   └── venery.py
│   │   │   ├── typography
│   │   │   │   ├── diacritical_marks.py
│   │   │   │   ├── exclamation.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── diacritical_marks.cpython-36.pyc
│   │   │   │   │   ├── exclamation.cpython-36.pyc
│   │   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   │   └── symbols.cpython-36.pyc
│   │   │   │   └── symbols.py
│   │   │   ├── uncomparables
│   │   │   │   ├── __init__.py
│   │   │   │   ├── misc.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── misc.cpython-36.pyc
│   │   │   └── weasel_words
│   │   │   ├── __init__.py
│   │   │   ├── misc.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── misc.cpython-36.pyc
│   │   │   │   └── very.cpython-36.pyc
│   │   │   └── very.py
│   │   ├── command_line.py
│   │   ├── demo.md
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── __pycache__
│   │   │   ├── command_line.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── __main__.cpython-36.pyc
│   │   │   ├── score.cpython-36.pyc
│   │   │   ├── tools.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   ├── score.py
│   │   ├── tools.py
│   │   └── version.py
│   └── proselint-0.9.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── pbr.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
72 directories, 250 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment