Skip to content

ibygrave/python-cfrac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfrac: Example Python Project

This is a simple example Python3 project using tox and pytest.

The package is built and tested by running:

$ tox

The tox.ini configuration:

  • Performs linting and testing of a development mode install of the package.
  • Builds and tests a source distribution of the project.

To use wheels instead of a source distribution install the tox-wheel plugin and run:

$ tox --wheel

The content of this example project converts between continued fractions and Python fractions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages