Skip to content

Adding in FAR clause#2

Merged
vdavez merged 5 commits intomainfrom
issue-1-far
Nov 22, 2023
Merged

Adding in FAR clause#2
vdavez merged 5 commits intomainfrom
issue-1-far

Conversation

@vdavez
Copy link
Copy Markdown
Contributor

@vdavez vdavez commented Nov 21, 2023

See Issue #1.

Current functionality includes:

from procurement_tools.far import FAR
section = FAR.get_section("17.502-2")
# `section` is now a pydantic model
print(section.model_dump())
# Returns a dict with the title, section number, url, and text of the section

# subpart = FAR.get_subpart("17.5")
print(subpart.model_dump())
# Returns a dict with the title, subpart number, url, and a list of sections in the subpart

@vdavez vdavez marked this pull request as ready for review November 22, 2023 19:19
@vdavez vdavez merged commit e411260 into main Nov 22, 2023
@vdavez vdavez deleted the issue-1-far branch November 22, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant