Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willcrichton/cmu_auth
Simple Python methods for authenticating to CMU services
https://github.com/willcrichton/cmu_auth
Last synced: 2 months ago
JSON representation
Simple Python methods for authenticating to CMU services
- Host: GitHub
- URL: https://github.com/willcrichton/cmu_auth
- Owner: willcrichton
- License: mit
- Created: 2015-03-25T22:49:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T23:37:44.000Z (almost 9 years ago)
- Last Synced: 2024-09-17T09:23:17.380Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
cmu_auth
========Simple Python methods for authenticating to CMU services. See ``auth.py`` for usage.
Registering with PyPi
---------------------This is mostly for maintainers, to document how to submit a package to PyPi: ::
# after bumping the version number in setup.py:
$ python setup.py register sdist upload
# (you're probably going to have to answer 'y' to the .pypirc file)License
-------MIT License. See LICENSE.