Skip to content

pdxacm/acmlib-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acmlib

Build Status

Library for @pdxacm

Installation

You can use pip to download and install straight from github

pip install git+git://github.com/pdxacm/acmlib-py.git#egg=acmlib

First steps

from acmlib import AcmLib

acmlib = AcmLib(username, password)

Examples

Get all events

events = acmlib.get_events()

for event in events:
    print(event.title)

Add a person

new_person = acmlib.add_person(username, password)

Releases

No releases published

Packages

No packages published

Languages