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
- Install package with
pip install rossmassey.fetch-leetcode-problem
- Use
import fetch_leetcode_problem
orfrom fetch_leetcode_problem import ...
- See Documentation for usage
Documentation
cd docs && make html
Sphinx documentation is generated from the docstrings
https://rossmassey.github.io/fetch-leetcode-problem/
Building & Publishing to PyPI
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
Built Distribution
File details
Details for the file rossmassey_fetch_leetcode_problem-0.2.1.tar.gz
.
File metadata
- Download URL: rossmassey_fetch_leetcode_problem-0.2.1.tar.gz
- Upload date:
- Size: 62.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d94079ecf5bfeca50ea74bad106b76bc043aeaef60ee0711ca52707eb9ea73a |
|
MD5 | 52f57062e7350d84d3a44bfda30947ee |
|
BLAKE2b-256 | f9324e19a8ca27db72720e7450f48c509c13c60b99c7fe9f82d4520ca576e1f5 |
File details
Details for the file rossmassey_fetch_leetcode_problem-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: rossmassey_fetch_leetcode_problem-0.2.1-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a56930e936849b7e27c0907d5f567f51e23e80fb97068d82c0ddbca74781d19 |
|
MD5 | 073305f90323fd2195c9142136f52ef0 |
|
BLAKE2b-256 | 820ac607a7a8e61f0a3656c6d924b33436a50c0c5dacd7664e9d743d83b8caf0 |