Skip to content

vilbedawg/potery.lock-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poetry parser

https://vilbedawg-parser.herokuapp.com/

The parser itself can be found from the utilities folder.

This is a simple application to parse users poetry.lock files and to reveal some key information about the installed packages. Upon uploading a file, the user will receive a list of packages that were included in the file. The user can then get more information about each package by clicking on it. Some information was left out for simplicity sake, but the information that is provided from each package are:

  • Name
  • Description
  • Category
  • Optional
  • Python versions
  • The names of the required dependencies
  • The names of the optional dependencies
  • The reverse dependencies' names, which are the packages that depend on the current package. If these dependecies are installed, the user can navigate the package structure by clicking from package to package.

The sample file used in development was the provided poetry.lock file from the Poetry repository.

React.App.-.Google.Chrome.2022-05-30.13-23-33.mp4

This application was built with:

  • React
  • Node.js & Express

About

Parser and data visualizer solution for poetry files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published