Skip to main content

Manage practical match reports with SQLAlchemy

Project description

hitfactorpy_sqlalchemy

Main

Manage practical match reports with SQLAlchemy

Status

Work in progress...

Usage

  1. Run migrations on a database to create tables and types:
    $ hitfactorpy-sqlalchemy migrate up
    
  2. Verify DB status:
    $ hitfactorpy-sqlalchemy migrate check
    
  3. Import a match report from a text file:
    $ hitfactorpy-sqlalchemy import match-report ./report.txt
    
  4. Bulk import match reports:
    $ find reports/ -type f -name "*.txt" | xargs hitfactorpy-sqlalchemy import match-report
    

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

hitfactorpy_sqlalchemy-0.0.1.tar.gz (11.4 kB view hashes)

Uploaded Source

Built Distribution

hitfactorpy_sqlalchemy-0.0.1-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

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