Fake Useragent Versions Save

Up-to-date simple useragent faker with real world database

1.0.1

1 year ago

Bug fix release.

  • Add importlib-metadata & importlib-resources as dependencies
  • Check on specific Python version regarding the importlib resources (python v3.10 or higher) in order to have files() working
  • importlib_metadata should now also work on Python version before 3.8
  • Remove obsolete MANIFEST.in file

1.0.0

1 year ago

Finally, a major release! Version 1.0.0 stable. I hope you like it.

  • Make the JSON Lines data file part of the Python package, data is retrieved locally
    • Extend the myproject.toml file with package-data support
  • Remove centralized caching server implementation
  • Make real unit-tests which should run reliable, fast, independent and without Internet connection

0.1.14

1 year ago

Changes:

  • Improve code quality standards using modern Python >=3.7 syntax
  • Migrated to pyproject.toml build system format + syntax check
  • Add additional classifiers to the toml file
  • Improved tox.ini file
  • Improved GitHub Actions job using pip cache
  • And various small fixes

0.1.13

1 year ago

We have now a separate GitHub Organization for hosting the fake-useragent repo.

Changes in 0.1.13:

  • Implement browsers argument, allowing you to override the browser names you want to use
  • Fix browser listing of Internet Explorer and Edge
  • Don't depend on w3schools.com anymore
  • Clean-up data (temp) file format
  • Update fallback cache server URL / use JSON Lines as file format
  • Move to GitHub Actions instead of Travis
  • Deployment done via GitHub Actions as well
  • Using black Python formatter in favour of Flake