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.16.tar.gz (49.2 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.16-py3-none-any.whl (67.3 kB view details)

Uploaded Python 3

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

Hashes for formmaster-0.1.16.tar.gz
Algorithm Hash digest
SHA256 e50486e6bb654b0a4c3a83d916a3a24f37901334e63c3db39189f21abafd276e
MD5 41f845c5f133d21c79322b64a2810b4f
BLAKE2b-256 3d0d99cf48e9bc1b6077f62456001792eabd189d250564b96afe2bbb7d228b7a

See more details on using hashes here.

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

Hashes for formmaster-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 b906fc28a96e82d8f403a96595500d285b5869c93a0cad2d16d07845691f469a
MD5 11deabc99a47a09d63c913161110812b
BLAKE2b-256 a952e0e3c881707d44803f2e078807123f4b7864779fdf75325503a137472614

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