Socket
Socket
Sign inDemoInstall

actpdf

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

actpdf

act pdf generator. we build act pdfs from json files.


Maintainers
1

actpdf

installation

for Windows operating system:

  • install python: https://www.python.org/downloads/windows/
  • create virtualenv: python -m venv env
  • activate it: .\env\Scripts\activate
  • install GTK3 to fix libcairo-2.dll error. see: weasyprint installion guide.

install

We use weasyprint 52.4, since WeasyPrint 53 requires at least Pango 1.44.

$ pip install actpdf
$ actpdf

packaging: Update Version

Updating your distribution Down the road, after you’ve made updates to your distribution and wish to make a new release:

pip install build
pip install twine
  • delete files in dist folder
  • increment the version number in your setup.cfg file
  • $ python3 -m build

First upload to TestPypi:

$ twine upload --repository testpypi dist/*
# to get password see https://test.pypi.org
$ pip install --index-url https://test.pypi.org/simple/ --no-deps actpdf

Upload package to the Python Package Index:

$ twine upload dist/*

see: https://packaging.python.org/tutorials/packaging-projects/

completed templates:

  1. allergy
  2. nutrition
  3. health
  4. fitness_quanutrition
  5. nutrition_quanutrition
  6. fitness
  7. detox
  8. skin
  9. pgx
  10. personality
  11. carrier
  12. sleep

tools: pdf to html converter https://idrsolutions.com/online-pdf-to-html-converter

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc