Skip to main content

A package for getting .rst formatted information and python code for a leetcode problem

Project description

Fetch Problem

Python package to get a dictionary with information about a leetcode problem, formatted in rst

Installing

  1. Install package with pip install rossmassey.fetch-leetcode-problem
  2. Use import fetch_leetcode_problem or from fetch_leetcode_problem import ...
  3. See Documentation for usage

Documentation

  1. cd docs && make html

Deploy Documentation

Sphinx documentation is generated from the docstrings

https://rossmassey.github.io/fetch-leetcode-problem/

Building & Publishing to PyPI

Upload Python Package

This is done automatically on release tag by GitHub actions

Manually

Assume .pypirc configured in user home directory wih PyPI credentials

rm -rf dist
python3 -m build
python3 -m twine upload --repository pypi dist/*

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

rossmassey_fetch_leetcode_problem-0.2.1.tar.gz (62.3 kB view hashes)

Uploaded Source

Built Distribution

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