7 unstable releases (3 breaking)

0.4.0 Apr 7, 2021
0.3.0 Jan 20, 2021
0.2.2 Feb 23, 2020
0.2.1 Sep 24, 2019
0.1.1 Apr 22, 2018

#689 in Parser implementations

Download history 19819/week @ 2024-10-30 17587/week @ 2024-11-06 16420/week @ 2024-11-13 22075/week @ 2024-11-20 17492/week @ 2024-11-27 20432/week @ 2024-12-04 19052/week @ 2024-12-11 13570/week @ 2024-12-18 6512/week @ 2024-12-25 13398/week @ 2025-01-01 16336/week @ 2025-01-08 19324/week @ 2025-01-15 19702/week @ 2025-01-22 19146/week @ 2025-01-29 35186/week @ 2025-02-05 95455/week @ 2025-02-12

173,817 downloads per month
Used in 84 crates (4 directly)

MIT/Apache

52KB
1K SLoC

py_literal

Continuous integration Coverage Dependencies status Crate Documentation

This is a pure-Rust crate for parsing/formatting Python literals. See the documentation for more information.

This crate is a work-in-progress. The goal is for the parser to support everything ast.literal_eval() does, but it supports only a subset. See the docs for the FromStr implementation for Value for details.

Releases

  • 0.4.0

    • Updated num-bigint and num-complex dependencies to 0.4.
  • 0.3.0

    • Updated num-bigint and num-complex dependencies to 0.3.
    • Disabled default features of num-complex and num-traits dependencies.
    • Disabled std feature of num-bigint dependency.
    • Bumped required Rust version to 1.42.
  • 0.2.2

    • Updated pest and pest_derive dependencies to 2.0, by @nagisa.
  • 0.2.1

    • Added .is_*() and .as_*() methods to Value.
    • Updated to the new style of Error. (Implemented source, and removed the non-default implementations of description and cause.)
    • Bumped required Rust version to 1.33.
  • 0.2.0

    • Updated num-* dependencies to 0.2.
    • Switched from depending on all of num to depending on the individual num-* crates.
  • 0.1.1

    • Improved crate metadata and documentation (no functional changes).
  • 0.1.0

    • Initial release.

Contributing

Please feel free to create issues and submit PRs. PRs adding more tests would be especially appreciated.

License

Copyright 2018–2021 Jim Turner and py_literal developers

Licensed under the Apache License, Version 2.0, or the MIT license, at your option. You may not use this project except in compliance with those terms.

Dependencies

~3.5MB
~68K SLoC