Skip to content

rossmassey/fetch-leetcode-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/*

About

fetch leetcode problem info and python code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages