fetch, munge, and parse résumés and job postings
Project description
MSVDD + Bloc
(Microsoft + DataKind AI in Cities Virtual Accelerator - DataDive) + (Bloc)
setup
-
Clone this repository to a directory on your local machine:
$ cd /path/to/your/preferred/directory $ git clone git@github.com:datakind/msvdd_Bloc.git $ cd msvdd_Bloc -
Create a virtual environment to isolate our project's dependencies from your other projects'. Use whichever tool you prefer (e.g.
virtualenv,pyenv,pipenv). Here's an example usingpyenv:msvdd_Bloc(master)$ pyenv virtualenv 3.7.4 bloc-env msvdd_Bloc(master)$ pyenv shell bloc-env -
Install the package in one of two ways.
-
To use the
msvdd_bloccode as-is without further development, installation is simple:(bloc-env) msvdd_Bloc(master)$ pip install . -
To further develop the code, install the package in locally-editable (aka develop) mode, plus a few additional dependencies:
(bloc-env) msvdd_Bloc(master)$ pip install -e . (bloc-env) msvdd_Bloc(master)$ pip install -r requirements-dev.txt
-
-
Create a branch with a descriptive name for you to hack on, as needed:
(bloc-env) msvdd_Bloc(master)$ git pull (bloc-env) msvdd_Bloc(master)$ git checkout -b my-example-branch-name
documentation
Stand-alone doc files live under the top-level docs/ directory and are written in reStructured Text format. They are built using sphinx:
$ cd docs
$ make html
As needed, commit the latest version of the built HTML docs to the project's master branch:
$ git commit -am "Update built HTML docs"
$ git push origin master
These files are automatically published through GitHub Pages, and are accessible via web browser at https://datakind.github.io/msvdd_Bloc.
In-code docstrings follow Google style. These docstrings are automatically incorporated into the main docs via sphinx.ext.sphinx-autodoc. Refer to the sphinx site for details.
tests
Test modules live under the top-level tests/ directory. They are run using pytest:
$ cd tests
$ pytest -vv .
A coverage report may additionally be generated using pytest-cov:
$ pytest -vv --cov=msvdd_bloc --cov-report=term-missing .
Refer to the pytest site for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hiphopscrap-0.1.1.tar.gz.
File metadata
- Download URL: hiphopscrap-0.1.1.tar.gz
- Upload date:
- Size: 53.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eeee247eaece36f02ff22702b69247a82e56f031a4f0c566115caf0cde5dac60
|
|
| MD5 |
772bcb65f03d97f559066b8bb03739d9
|
|
| BLAKE2b-256 |
b47d6967dfdc826eebf86957b25ea285809b6a72f9ffb05939988c09e4aac8ee
|
File details
Details for the file hiphopscrap-0.1.1-py3-none-any.whl.
File metadata
- Download URL: hiphopscrap-0.1.1-py3-none-any.whl
- Upload date:
- Size: 65.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/2.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6f615acf23ad4a1d0e10e19ebcf424a450f6676412b521d2ab23517906b32fc
|
|
| MD5 |
d576653b31df65a3fbbffcf89fd7d020
|
|
| BLAKE2b-256 |
7b2443575087f72e9f43338e0e2791145583797c6ed4a66f78410eed17f0c13e
|