Skip to main content

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:

  1. Ensure you have the build tools installed:

    pip install build twine
    
  2. 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:

  1. Test your package with TestPyPI first:

    python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
    
  2. 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

formmaster-0.1.18.tar.gz (48.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

formmaster-0.1.18-py3-none-any.whl (66.1 kB view details)

Uploaded Python 3

File details

Details for the file formmaster-0.1.18.tar.gz.

File metadata

  • Download URL: formmaster-0.1.18.tar.gz
  • Upload date:
  • Size: 48.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for formmaster-0.1.18.tar.gz
Algorithm Hash digest
SHA256 ea0cb7e30aef8e5c6d820743bba0c5a5e816af08adfa9932dcad76f83b2c7483
MD5 f00f24ff2b6b0fd95e9ced16bff5d54b
BLAKE2b-256 19edac96701020f446faf15f27ac2f5f5f5a28a80f979706a7b2616c9fbca676

See more details on using hashes here.

File details

Details for the file formmaster-0.1.18-py3-none-any.whl.

File metadata

  • Download URL: formmaster-0.1.18-py3-none-any.whl
  • Upload date:
  • Size: 66.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for formmaster-0.1.18-py3-none-any.whl
Algorithm Hash digest
SHA256 ce713193cc89be3d0d0af2a2ac32f97635f010c8d226062b288e299da83816b2
MD5 064b424247bbdf02707e07bfb66ca9ac
BLAKE2b-256 f6f206d3ea7213f5c89e272a9422557cd9c502931474232a8a5398e76f954f29

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page