A collection of Python scripts for the Application Statement Feedback Program's logistics needs
Project description
ASFPy
A collection of Python scripts for the Application Statement Feedback Program's logistic needs.
Installation
This package requires Python 3.6+ and pip 20+, and recommends using the Python 3.8 runtime. To install, run
pip install asfpy-aridyckovsky
Usage
Current usage requires importing the namespace directly:
from asfpy import asfpy
This can then be used to work with internal methods. For instance:
asfpy.allocate(applicants, editors)
will run the allocation algorithm, which returns a list of matchings between applicants and two editors each. If two editors cannot be matched, the applicant remains in an unmatched list.
Contributing
Packaging
Install via pip: setuptools
, wheel
and twine
. Update version number in
setup.py
before creating a new distribution.
From root of project, run python setup.py sdist bdist_wheel
to create
distribution in dist/*
. Then run twine upload dist/*
.
Authors
Ari Dyckovsky
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
File details
Details for the file asfpy-aridyckovsky-0.3.1.tar.gz
.
File metadata
- Download URL: asfpy-aridyckovsky-0.3.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 548804f5041256d466efdefea1d99c08a725c512efc0d2b7c93aa2de8340681c |
|
MD5 | ce3078c4a108143a5e3b879c09614bec |
|
BLAKE2b-256 | da8cf97eb4060e58ea714a904b5c0c7ae020d419f636cba3b7d60f9c6f3544c2 |
File details
Details for the file asfpy_aridyckovsky-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: asfpy_aridyckovsky-0.3.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c91f889f34ed52e19cf0813d9b0a14577b1ef19f167790b909e749616391a16 |
|
MD5 | 6afc6901c194e212414102f764a3d1fe |
|
BLAKE2b-256 | 7523077972e1705b8c46dc7990e74d6cacbb00889bfc088e4d304610c9944bd6 |