Skip to content

A python module to randomly generate a membership list in the style of DSA National for use in testing DSA tech tools.

License

Notifications You must be signed in to change notification settings

dsa-ntc/MembershipListTest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylint

Fake DSA Membership List Generator

A python module to randomly generate a membership list in the style of DSA National for use in testing DSA tech tools.

Getting Started

With Python installed and the repo cloned, from the project root:

  1. create a virtual environment named .venv:

    Mac/Linux/WSL

    python -m venv .venv
    

    Windows + Powershell

    py -m venv .venv
    
  2. activate the virtual envronment

    Mac/Linux/WSL

    source .venv/bin/activate
    

    Windows + Powershell

    .venv\Scripts\Activate.ps1
    
  3. install your dependencies

    pip install -r requirements.txt
    

About

A python module to randomly generate a membership list in the style of DSA National for use in testing DSA tech tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%