Form automation tool for Australian university application processes
Project description
Installation
You can install FormMaster directly from PyPI:
pip install formmaster
Or install from source:
git clone https://github.com/haroldmei/form-master.git
cd form-master
pip install -e .
Usage
After installation, you can run FormMaster in two ways:
Command Line
python -m formfiller --path /path/to/student/documents --portal usyd
As Python Module
from formmaster import FormFiller
filler = FormFiller(path="/path/to/student/documents", portal="usyd")
filler.run()
Development
Building the Package
To build the package locally:
-
Ensure you have the build tools installed:
pip install build twine
-
Build the package:
python -m build
This will create distribution files in the dist/ directory:
formmaster-0.1.0-py3-none-any.whl(Wheel package)formmaster-0.1.0.tar.gz(Source distribution)
Publishing to PyPI
To upload the package to PyPI:
-
Test your package with TestPyPI first:
python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
-
Upload to the official PyPI:
python -m twine upload dist/*
You will need to provide your PyPI credentials during upload. Alternatively, create a .pypirc file in your home directory:
Documentation
For detailed documentation, please visit the GitHub repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
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 formmaster-0.1.16.tar.gz.
File metadata
- Download URL: formmaster-0.1.16.tar.gz
- Upload date:
- Size: 49.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e50486e6bb654b0a4c3a83d916a3a24f37901334e63c3db39189f21abafd276e
|
|
| MD5 |
41f845c5f133d21c79322b64a2810b4f
|
|
| BLAKE2b-256 |
3d0d99cf48e9bc1b6077f62456001792eabd189d250564b96afe2bbb7d228b7a
|
File details
Details for the file formmaster-0.1.16-py3-none-any.whl.
File metadata
- Download URL: formmaster-0.1.16-py3-none-any.whl
- Upload date:
- Size: 67.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b906fc28a96e82d8f403a96595500d285b5869c93a0cad2d16d07845691f469a
|
|
| MD5 |
11deabc99a47a09d63c913161110812b
|
|
| BLAKE2b-256 |
a952e0e3c881707d44803f2e078807123f4b7864779fdf75325503a137472614
|