https://github.com/datasnakes/pydavid
A python3 wrapper around the DAVID API
https://github.com/datasnakes/pydavid
annotation api david python3
Last synced: 6 months ago
JSON representation
A python3 wrapper around the DAVID API
- Host: GitHub
- URL: https://github.com/datasnakes/pydavid
- Owner: datasnakes
- License: mit
- Created: 2018-04-12T23:21:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T03:01:47.000Z (over 3 years ago)
- Last Synced: 2025-01-17T03:46:24.546Z (over 1 year ago)
- Topics: annotation, api, david, python3
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/sdhutchins/pyDAVID)
[](https://github.com/sdhutchins/pyDAVID)
[](https://badge.fury.io/py/pyDAVID)
# pydavid
A python wrapper around the DAVID api.
## Background
## Installation
View the below methods for installing this package.
### PyPi
`pip install pyDAVID`
### GitHub
1. Download the zip file and unzip it or `git clone
https://github.com/sdhutchins/pyDAVID.git`
2. `cd pyDAVID`
3. `pip install .`
**OR**
`pip install git+https://github.com/sdhutchins/pyDAVID.git`
## Tests
To run tests, type `python -m pytest ./test` in the
pyDAVID directory.
## Author
Shaurita Hutchins · [@sdhutchins](https://github.com/sdhutchins)
· [shaurita.d.hutchins@gmail.com](mailto:shaurita.d.hutchins@gmail.com)
## Contributing
If you would like to contribute to this package, install the package in
development mode, and check out our [contributing
guidelines](https://github.com/sdhutchins/pyDAVID/blob/master/CONTRIBUTING.md).
## License
[MIT](https://github.com/sdhutchins/pyDAVID/blob/master/LICENSE)