Skip to content
Snippets Groups Projects
Commit 6cc69901 authored by Andy Summers's avatar Andy Summers
Browse files

Merge branch 'build-cleanup' into 'master'

Change version to 0.0.1, gitignore build things

See merge request !2
parents 4c0b93e4 daef7c09
No related branches found
No related tags found
1 merge request!2Change version to 0.0.1, gitignore build things
......@@ -11,4 +11,6 @@
/lib/
/lib64/
build/
dist/
*.egg-info/
......@@ -8,7 +8,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='spotseeker_restclient',
version='0.1',
version='0.0.1',
packages=['spotseeker_restclient'],
include_package_data=True,
install_requires = [
......
Metadata-Version: 1.0
Name: spotseeker-restclient
Version: 0.1
Summary: A Django app for consuming the spotseeker REST API
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: Apache License, Version 2.0
Description: DoIT fork of [spotseeker_client](https://github.com/uw-it-aca/spotseeker_client)
by the University of Washington Information Technology's Academic Experience Design & Delivery group.
Major changes are from upstream project is this fork has been updated Python 3.x and Django 2.x.
### Requirement
* Python 3.6.x
* Django 2.x
### Development
Install spotseeker_client as a Django module in [WiScout](https://git.doit.wisc.edu/andrew-summers/wiscout) Django app.
* Clone WiScout to your machine.
* Install spotseeker_server as an editable dependency.
```sh
# from wiscout
$ pipenv install -e /path/to/spotseeker_client
```
* Add spotseeker_client to `INSTALLED_APPS`
```py
# wiscout/settings.py
INSTALLED_APPS = [
...
'spotseeker_restclient',
....
]
```
### Run Unit Tests
```py
# from wiscout
$ python manage.py test spotseeker_restclient.test.spot
```
Platform: UNKNOWN
README.md
setup.py
/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/PKG-INFO
/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/SOURCES.txt
/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/dependency_links.txt
/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/requires.txt
/Users/apsummers/Developer/spotseeker_client/spotseeker_restclient.egg-info/top_level.txt
spotseeker_restclient/__init__.py
spotseeker_restclient/admin.py
spotseeker_restclient/cache_implementation.py
spotseeker_restclient/cache_manager.py
spotseeker_restclient/dao.py
spotseeker_restclient/exceptions.py
spotseeker_restclient/mock_http.py
spotseeker_restclient/spotseeker.py
spotseeker_restclient/tests.py
spotseeker_restclient/views.py
spotseeker_restclient.egg-info/PKG-INFO
spotseeker_restclient.egg-info/SOURCES.txt
spotseeker_restclient.egg-info/dependency_links.txt
spotseeker_restclient.egg-info/requires.txt
spotseeker_restclient.egg-info/top_level.txt
\ No newline at end of file
setuptools
Django
urllib3
oauth2
requests-oauthlib
PermissionsLogging
spotseeker_restclient
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment