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.17.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.17-py3-none-any.whl (67.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: formmaster-0.1.17.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.17.tar.gz
Algorithm Hash digest
SHA256 e55d09e40bcebe4b5576dacbd2bbbdb4918cbfbd98ce3a9774496159d8ed8467
MD5 f3f0c055ad54903be793d601e6353f04
BLAKE2b-256 6892996884d67afe46047c59a25319e29db4824fd77fd7df8785ddb6e223d83e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: formmaster-0.1.17-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.17-py3-none-any.whl
Algorithm Hash digest
SHA256 042260015c86a55d7770496c5422f89d40020f4d59e2b97c946d527f5937deec
MD5 f57211f3a9a87370d5c6fa8cfb292a61
BLAKE2b-256 4409dcfd2a0a9856926505909a0ad98dd497c5ac71a635924d56392f2a06f4f8

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