Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  t2wml
  t2wml_api.egg-info
  unit_tests
  PKG-INFO
  README.md
  setup.cfg
  setup.py
Size: Mime:
  README.md

The T2WML API: A programmatic way of using T2WML

Installing the T2WML API

  1. make a fresh virtual environment
  2. pip install --extra-index-url https://pypi.fury.io/theresearchsoftwarecompany/ t2wml-api
  3. You can now use from t2wml import... to write code (see the API guide)